[Fusionforge-commits] r10344 - in trunk/src/plugins/wiki/www/locale: . po

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Sun Aug 22 11:59:11 CEST 2010


Author: vargenau
Date: 2010-08-22 11:59:10 +0200 (Sun, 22 Aug 2010)
New Revision: 10344

Modified:
   trunk/src/plugins/wiki/www/locale/Makefile
   trunk/src/plugins/wiki/www/locale/README
   trunk/src/plugins/wiki/www/locale/README.de.txt
   trunk/src/plugins/wiki/www/locale/cvt-utf8.sh
   trunk/src/plugins/wiki/www/locale/po/de.po
   trunk/src/plugins/wiki/www/locale/po/es.po
   trunk/src/plugins/wiki/www/locale/po/fr.po
   trunk/src/plugins/wiki/www/locale/po/it.po
   trunk/src/plugins/wiki/www/locale/po/ja.po
   trunk/src/plugins/wiki/www/locale/po/nl.po
   trunk/src/plugins/wiki/www/locale/po/phpwiki.pot
   trunk/src/plugins/wiki/www/locale/po/sv.po
   trunk/src/plugins/wiki/www/locale/po/zh.po
Log:
Update Phpwiki locale

Modified: trunk/src/plugins/wiki/www/locale/Makefile
===================================================================
--- trunk/src/plugins/wiki/www/locale/Makefile	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/Makefile	2010-08-22 09:59:10 UTC (rev 10344)
@@ -1,4 +1,4 @@
-# $Id: Makefile 6247 2008-09-07 15:06:20Z vargenau $
+# $Id: Makefile 7278 2009-11-21 18:47:35Z vargenau $
 #
 # locale/Makefile
 #
@@ -7,8 +7,6 @@
 #
 
 POT_FILE = po/phpwiki.pot
-SYMLINK  = cp
-#SYMLINK  = ln -s
 GETTEXT_LINT_REPORTXSL = /usr/local/share/gettext-lint/report.xsl
 
 .PHONY: all po mo clean depend ${POT_FILE}
@@ -29,20 +27,6 @@
 	cp -f $@ $@~
 	msgmerge -o $@.new $@~ $^ && mv -f $@.new $@
 
-# current ja is euc-jp (symlink)
-#po/ja.po: po/ja.euc-jp.po
-#	$(SYMLINK) po/ja.euc-jp.po po/ja.po
-
-# work on ja.euc-jp.po and create utf-8 from this. changes in utf-8 will get lost!
-po/ja.utf-8.po: po/ja.po
-	@echo "# Autogenerated file from ja.po" > $@
-	@echo "# Any changes here will be lost! Edit ja.po instead" >> $@
-	iconv -f euc-jp -t utf-8 $^ |sed -e's,; charset=euc-jp,; charset=utf-8,' >> $@
-
-# current zh is zh_TW.UTF-8 (symlink)
-#po/zh.po: po/zh_TW.utf-8.po
-#	ln -s po/zh_TW.utf-8.po po/zh.po
-
 %/LC_MESSAGES/phpwiki.mo : po/%.po
 	mkdir -p $*/LC_MESSAGES
 	msgfmt -o $@ $<
@@ -61,7 +45,8 @@
 dep :
 	@echo "Please use make depend"
 
-# requires gettext-lint into /usr/local
+# requires gettext-lint installed into /usr/local. (configure && make && make install)
+# http://gettext-lint.sourceforge.net/
 check: 
 	POFileChecker po/*.po | xsltproc $(GETTEXT_LINT_REPORTXSL) - | \
 		perl -pe's/<table>/<table border="1">/; s/<tr><td rowspan=/<tr valign="top"><td rowspan=/g' \
@@ -172,12 +157,16 @@
 ${POT_FILE}: ../lib/WikiUser/BogoLogin.php
 ${POT_FILE}: ../lib/WikiUser/Db.php
 ${POT_FILE}: ../lib/WikiUser/EMailConfirm.php
+${POT_FILE}: ../lib/WikiUser/Facebook.php
 ${POT_FILE}: ../lib/WikiUser/File.php
 ${POT_FILE}: ../lib/WikiUser/Forbidden.php
+${POT_FILE}: ../lib/WikiUser/GForge.php
 ${POT_FILE}: ../lib/WikiUser/HttpAuth.php
 ${POT_FILE}: ../lib/WikiUser/HttpAuthUpper.php
 ${POT_FILE}: ../lib/WikiUser/IMAP.php
 ${POT_FILE}: ../lib/WikiUser/LDAP.php
+${POT_FILE}: ../lib/WikiUser/LdapUpper.php
+${POT_FILE}: ../lib/WikiUser/OpenID.php
 ${POT_FILE}: ../lib/WikiUser/POP3.php
 ${POT_FILE}: ../lib/WikiUser/PdoDb.php
 ${POT_FILE}: ../lib/WikiUser/PearDb.php
@@ -225,12 +214,15 @@
 ${POT_FILE}: ../lib/plugin/Calendar.php
 ${POT_FILE}: ../lib/plugin/CalendarList.php
 ${POT_FILE}: ../lib/plugin/CategoryPage.php
+${POT_FILE}: ../lib/plugin/Chart.php
 ${POT_FILE}: ../lib/plugin/Comment.php
 ${POT_FILE}: ../lib/plugin/CreateBib.php
 ${POT_FILE}: ../lib/plugin/CreatePage.php
 ${POT_FILE}: ../lib/plugin/CreateToc.php
+${POT_FILE}: ../lib/plugin/CurrentTime.php
 ${POT_FILE}: ../lib/plugin/DeadEndPages.php
 ${POT_FILE}: ../lib/plugin/Diff.php
+${POT_FILE}: ../lib/plugin/DynamicIncludePage.php
 ${POT_FILE}: ../lib/plugin/EditMetaData.php
 ${POT_FILE}: ../lib/plugin/ExternalSearch.php
 ${POT_FILE}: ../lib/plugin/FileInfo.php
@@ -248,6 +240,7 @@
 ${POT_FILE}: ../lib/plugin/IncludePage.php
 ${POT_FILE}: ../lib/plugin/IncludePages.php
 ${POT_FILE}: ../lib/plugin/IncludeSiteMap.php
+${POT_FILE}: ../lib/plugin/IncludeTree.php
 ${POT_FILE}: ../lib/plugin/InterWikiSearch.php
 ${POT_FILE}: ../lib/plugin/JabberPresence.php
 ${POT_FILE}: ../lib/plugin/LdapSearch.php
@@ -280,6 +273,7 @@
 ${POT_FILE}: ../lib/plugin/PopularTags.php
 ${POT_FILE}: ../lib/plugin/PreferenceApp.php
 ${POT_FILE}: ../lib/plugin/PrevNext.php
+${POT_FILE}: ../lib/plugin/Processing.php
 ${POT_FILE}: ../lib/plugin/RandomPage.php
 ${POT_FILE}: ../lib/plugin/RateIt.php
 ${POT_FILE}: ../lib/plugin/RawHtml.php
@@ -313,6 +307,7 @@
 ${POT_FILE}: ../lib/plugin/UriResolver.php
 ${POT_FILE}: ../lib/plugin/UserPreferences.php
 ${POT_FILE}: ../lib/plugin/UserRatings.php
+${POT_FILE}: ../lib/plugin/Video.php
 ${POT_FILE}: ../lib/plugin/VisualWiki.php
 ${POT_FILE}: ../lib/plugin/WantedPages.php
 ${POT_FILE}: ../lib/plugin/WantedPagesOld.php
@@ -321,11 +316,13 @@
 ${POT_FILE}: ../lib/plugin/WikiAdminChmod.php
 ${POT_FILE}: ../lib/plugin/WikiAdminChown.php
 ${POT_FILE}: ../lib/plugin/WikiAdminMarkup.php
+${POT_FILE}: ../lib/plugin/WikiAdminPurge.php
 ${POT_FILE}: ../lib/plugin/WikiAdminRemove.php
 ${POT_FILE}: ../lib/plugin/WikiAdminRename.php
 ${POT_FILE}: ../lib/plugin/WikiAdminSearchReplace.php
 ${POT_FILE}: ../lib/plugin/WikiAdminSelect.php
 ${POT_FILE}: ../lib/plugin/WikiAdminSetAcl.php
+${POT_FILE}: ../lib/plugin/WikiAdminSetExternal.php
 ${POT_FILE}: ../lib/plugin/WikiAdminUtils.php
 ${POT_FILE}: ../lib/plugin/WikiBlog.php
 ${POT_FILE}: ../lib/plugin/WikiForm.php
@@ -385,6 +382,7 @@
 ${POT_FILE}: ../themes/MonoBook/templates/signin.tmpl
 ${POT_FILE}: ../themes/MonoBook/templates/tags.tmpl
 ${POT_FILE}: ../themes/MonoBook/templates/top.tmpl
+${POT_FILE}: ../themes/MonoBook/templates/viewsource.tmpl
 ${POT_FILE}: ../themes/MonoBook/themeinfo.php
 ${POT_FILE}: ../themes/Portland/lib/RecentChanges.php
 ${POT_FILE}: ../themes/Portland/templates/actionbar.tmpl
@@ -396,15 +394,26 @@
 ${POT_FILE}: ../themes/Portland/templates/viewsource.tmpl
 ${POT_FILE}: ../themes/Portland/themeinfo.php
 ${POT_FILE}: ../themes/Sidebar/clock.php
+${POT_FILE}: ../themes/Sidebar/hyperapplet.php
+${POT_FILE}: ../themes/Sidebar/hyperwiki.php
+${POT_FILE}: ../themes/Sidebar/templates/actionbar.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/body.tmpl
-${POT_FILE}: ../themes/Sidebar/templates/browse-footer.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/browse.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/calendar.tmpl
-${POT_FILE}: ../themes/Sidebar/templates/frame-footer.tmpl
-${POT_FILE}: ../themes/Sidebar/templates/frame-header.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/content.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/debug.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/dump-footer.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/frame-left.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/frameset.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/html.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/htmldump.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/logo.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/navbar.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/ratings.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/rc.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/search.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/signin.tmpl
+${POT_FILE}: ../themes/Sidebar/templates/tags.tmpl
 ${POT_FILE}: ../themes/Sidebar/templates/top.tmpl
 ${POT_FILE}: ../themes/Sidebar/themeinfo.php
 ${POT_FILE}: ../themes/SpaceWiki/lib/RecentChanges.php
@@ -434,8 +443,6 @@
 ${POT_FILE}: ../themes/blog/templates/viewsource.tmpl
 ${POT_FILE}: ../themes/blog/templates/wikiblog.tmpl
 ${POT_FILE}: ../themes/blog/themeinfo.php
-${POT_FILE}: ../themes/default/hyperapplet.php
-${POT_FILE}: ../themes/default/hyperwiki.php
 ${POT_FILE}: ../themes/default/templates/actionbar.tmpl
 ${POT_FILE}: ../themes/default/templates/addcomment.tmpl
 ${POT_FILE}: ../themes/default/templates/blogform.tmpl
@@ -450,8 +457,6 @@
 ${POT_FILE}: ../themes/default/templates/dialog.tmpl
 ${POT_FILE}: ../themes/default/templates/editpage.tmpl
 ${POT_FILE}: ../themes/default/templates/forumadd.tmpl
-${POT_FILE}: ../themes/default/templates/frame-footer.tmpl
-${POT_FILE}: ../themes/default/templates/frame-header.tmpl
 ${POT_FILE}: ../themes/default/templates/frameset.tmpl
 ${POT_FILE}: ../themes/default/templates/head.tmpl
 ${POT_FILE}: ../themes/default/templates/homepage.tmpl
@@ -467,7 +472,6 @@
 ${POT_FILE}: ../themes/default/templates/savepage.tmpl
 ${POT_FILE}: ../themes/default/templates/search.tmpl
 ${POT_FILE}: ../themes/default/templates/signin.tmpl
-${POT_FILE}: ../themes/default/templates/toc.tmpl
 ${POT_FILE}: ../themes/default/templates/top.tmpl
 ${POT_FILE}: ../themes/default/templates/userprefs.tmpl
 ${POT_FILE}: ../themes/default/templates/viewsource.tmpl
@@ -475,16 +479,19 @@
 ${POT_FILE}: ../themes/default/templates/wikiforum.tmpl
 ${POT_FILE}: ../themes/default/themeinfo.php
 ${POT_FILE}: ../themes/gforge/templates/actionbar.tmpl
+${POT_FILE}: ../themes/gforge/templates/blogform.tmpl
 ${POT_FILE}: ../themes/gforge/templates/body.tmpl
+${POT_FILE}: ../themes/gforge/templates/bottom.tmpl
 ${POT_FILE}: ../themes/gforge/templates/browse-footer.tmpl
+${POT_FILE}: ../themes/gforge/templates/browse.tmpl
+${POT_FILE}: ../themes/gforge/templates/debug.tmpl
 ${POT_FILE}: ../themes/gforge/templates/editpage.tmpl
-${POT_FILE}: ../themes/gforge/templates/head.tmpl
 ${POT_FILE}: ../themes/gforge/templates/html.tmpl
-${POT_FILE}: ../themes/gforge/templates/info.tmpl
 ${POT_FILE}: ../themes/gforge/templates/login.tmpl
 ${POT_FILE}: ../themes/gforge/templates/navbar.tmpl
 ${POT_FILE}: ../themes/gforge/templates/pagelink.tmpl
 ${POT_FILE}: ../themes/gforge/templates/userprefs.tmpl
+${POT_FILE}: ../themes/gforge/themeinfo.php
 ${POT_FILE}: ../themes/shamino_com/templates/actionbar.tmpl
 ${POT_FILE}: ../themes/shamino_com/templates/browse-footer.tmpl
 ${POT_FILE}: ../themes/shamino_com/templates/debug.tmpl
@@ -500,5 +507,6 @@
 ${POT_FILE}: ../themes/wikilens/templates/body.tmpl
 ${POT_FILE}: ../themes/wikilens/templates/head.tmpl
 ${POT_FILE}: ../themes/wikilens/templates/navbar.tmpl
+${POT_FILE}: ../themes/wikilens/templates/ratings.tmpl
 ${POT_FILE}: ../themes/wikilens/templates/top.tmpl
 ${POT_FILE}: ../themes/wikilens/themeinfo.php

Modified: trunk/src/plugins/wiki/www/locale/README
===================================================================
--- trunk/src/plugins/wiki/www/locale/README	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/README	2010-08-22 09:59:10 UTC (rev 10344)
@@ -10,18 +10,18 @@
     // Select your language/locale - default language "en": English
     // English "en"  (English    - HomePage)
     // Dutch   "nl" (Nederlands - ThuisPagina)
-    // Spanish "es" (Español    - PáginaPrincipal)
-    // French  "fr" (Français   - PageAccueil))
+    // Spanish "es" (Español    - PáginaPrincipal)
+    // French  "fr" (Français   - PageAccueil))
     // German  "de" (Deutsch    - StartSeite)
     // Swedish "sv" (Svenska    - Framsida)
     // Italian "it" (Italiano   - PaginaPrincipale)
-    // Japanese "ja" (Japanese   - ¥Û¡¼¥à¥Ú¡¼¥¸)
-    // Chinese  "zh" (Chinese   - ?)
+    // Japanese "ja" (Japanese   - ホームページ)
+    // Chinese  "zh" (Chinese   - 首頁)
     $LANG="it";
 
 Phpwiki uses the DEFAULT_LANGUAGE internally, when no $GLOBALS['LANG'] is given.
 With certain starter script which set $LANG you can easily provide a multi-lingual wiki.
-For convenience provide some InterWikiMap entries for easier switching to the other 
+For convenience provide some InterWikiMap entries for easier switching to the other
 languages then. See http://phpwiki.org/MultiLingualWiki
 
 Phpwiki uses GNU gettext tools to provide and maintain multi-lingual
@@ -96,27 +96,10 @@
 Character Encoding
 ------------------
 
-Currently most of the language files are saved using the ISO-8859-1
-character encoding to preserve accented characters. Make sure the text
-editor you use is capable of performing the appropriate Latin-1
-translation. Strictly speaking, ISO-8859-1 is *different* than Windows
-code page 1252 or MacRoman. Upon quick inspection one will notice that
-many of the letters do occupy the same positions in each of their'
-respective encoding tables, so it is easy to understand how people can
-make this false assumption.
+All language files are saved using the UTF-8 character encoding to
+preserve accented characters. Make sure the text editor you use is
+capable of handling UTF-8 text.
 
-Limitation:
-PhpWiki is not able to translate between different character sets on the 
-fly (iconv). Certain languages, like Japanese or Chinese use special character 
-sets (euc-jp, utf-8), which must be defined in part four in config/config.ini.
-Therefore other languages in different character sets will not be correctly 
-displayed.
-PhpWiki is not yet properly utf-8 safe. That means that certain valid utf-8 multichar 
-sequences with \0 in it, will break the traditional php string or pcre functions or 
-that the length of the string will be miscalculated.
-There's an experimental utf-8 patch on the sf.net patches site if you want to try that.
-See http://phpwiki.org/Utf8Migration
-
 Word Reordering
 ---------------
 Different languages have different word ordering requirements. When a
@@ -134,7 +117,7 @@
 displayed in the browser when someone wants to compare two revisions
 of a Wiki page. The corresponding entry for the German translation for
 this phrase (from the file 'de.po') reads:
- 
+
     #: ../lib/diff.php:251
     #, c-format
     msgid "Differences between %s and %s of %s."
@@ -159,7 +142,7 @@
 
 
 #msgid "Page version '%d' named '%s' is not available."
-#msgstr "Xyqlmn vvvm » %2$s « mnqee » %1$d « Gvbbbnbhkkk eeek."
+#msgstr "Xyqlmn vvvm » %2$s « mnqee » %1$d « Gvbbbnbhkkk eeek."
 
 The %s and %d are reversed, so '2$' and '1$' have been used to
 indicate the new ordering. The punctuation marks for this language
@@ -216,32 +199,33 @@
    Use action=PageDump - "Preview as developer format" for this.
    Example:
 
-   Date: Sun, 27 Jan 2002 17:28:55 -0500
-   Mime-Version: 1.0 (Produced by PhpWiki 1.3.2-jeffs-hacks)
-   X-Rcs-Id: $Id: README 6207 2008-08-26 15:22:07Z vargenau $
+   Date: Sat,  4 Jul 2009 19:09:38 +0000
+   Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre)
+   X-Rcs-Id: $Id: README 7001 2009-07-06 14:23:30Z vargenau $
    Content-Type: application/x-phpwiki;
-     pagename=Neueste%C4nderungen;
-     flags=PAGE_LOCKED;
-     charset=iso-8859-1
+     pagename=G%C3%A4steBuch;
+     flags="";
+     markup=2;
+     charset=utf-8
    Content-Transfer-Encoding: binary
 
  - Make sure to rename files with accents in the page name converted
    to uppercase hex codes as shown in the pagename= line of the
    Content-Type header.
 
-   (e.g. "GästeBuch" => "G%E4steBuch")
+   (e.g. "GästeBuch" => "G%C3%A4steBuch")
 
  - Translate body text and rename plugin pages to match changes
-   specified in the '.po' file. Leave plugin code as english.
+   specified in the '.po' file. Leave plugin code as English.
    Example:
 
-   <?plugin RecentChanges days||=30 show_all||=0 show_minor||=0 ?>
+   <<RecentChanges days||=30 show_all||=0 show_minor||=0 >>
 
 </FIXME>
 
 
 Makefile
--------- 
+--------
 The Makefile calls 'xgettext' to automatically perform a number of
 important translation tasks:
 
@@ -278,12 +262,12 @@
 
  2. If you've created a new .po file (or if there are new .php source files
     containing translatable strings,) update the Makefile:
- 
+
       make depend
 
  3. To make sure the list of translatable strings in the .po is in sync
     with the actual php source code:
- 
+
       make po
 
  4. Edit the translations in the .po file.  If you have emacs available,
@@ -337,13 +321,13 @@
     #: ../lib/Toolbar.php:160 ../templates/browse.html:54
     #, fuzzy
     msgid "Lock page"
-    msgstr "Bloquear página"
+    msgstr "Bloquear página"
 
 should become:
 
     #: ../lib/Toolbar.php:160 ../templates/browse.html:54
     msgid "Lock page"
-    msgstr "Bloquear página"
+    msgstr "Bloquear página"
 
 
 HTML Templates
@@ -376,7 +360,7 @@
 of your efforts. Change the LANG setting in 'config.ini' to the
 two-letter code for your language.
 
-Et voilà, Phpwiki should now speak Islandic!
+Et voilà, Phpwiki should now speak Islandic!
 
 If your translation was a success, you may also want to add a
 translation of these instructions for translating PhpWiki ;-)
@@ -395,4 +379,4 @@
 Carsten Klapp <carstenklapp at users.sourceforge.net>
 Reini Urban <rurban at x-ray.at>
 
-$Id: README 6207 2008-08-26 15:22:07Z vargenau $
+$Id: README 7001 2009-07-06 14:23:30Z vargenau $

Modified: trunk/src/plugins/wiki/www/locale/README.de.txt
===================================================================
--- trunk/src/plugins/wiki/www/locale/README.de.txt	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/README.de.txt	2010-08-22 09:59:10 UTC (rev 10344)
@@ -1,14 +1,14 @@
-Die Übersetzungen der englischen Texte des PhpWikis ins Deutsche sind
-derzeit und schon länger nicht mehr aktuell und auf dem Laufenden. Das
-ist vor allem dadurch bedingt, dass die englischen Texte beständig
-ergänzt, überholt und verändert wurden. Übrigens sind auch die anderen
-fremdsprachigen Texte gegenüber dem englischen Original nicht mehr
-ganz zeitgemäß. Die PhpWiki-Entwickler freuen sich immer, wenn von
+Die Ãœbersetzungen der englischen Texte des PhpWikis ins Deutsche sind
+derzeit und schon länger nicht mehr aktuell und auf dem Laufenden. Das
+ist vor allem dadurch bedingt, dass die englischen Texte beständig
+ergänzt, überholt und verändert wurden. Übrigens sind auch die anderen
+fremdsprachigen Texte gegenüber dem englischen Original nicht mehr
+ganz zeitgemäß. Die PhpWiki-Entwickler freuen sich immer, wenn von
 anderen auch an der sprachlichen Aktualisierung von PhpWiki
 weitergefeilt wird.
 
-Für diejenigen, die daran mitwirken wollen, sind hier ein paar
-sachdienliche Vorschläge: Bitte laden Sie sich zunächst die neueste
+Für diejenigen, die daran mitwirken wollen, sind hier ein paar
+sachdienliche Vorschläge: Bitte laden Sie sich zunächst die neueste
 PhpWiki-Version auf Ihren Rechner von:
 
 Nightly CVS snapshot:
@@ -17,28 +17,28 @@
 Beachten Sie bei der weiteren Bearbeitung bitte, dass Sie die Datei:
 phpwiki/locale/de/LC_MESSAGES/phpwiki.php direkt nicht editieren
 sollten, sondern vielmehr folgende: phpwiki/locale/po/de.po. Achten
-Sie auch darauf, diese Datei mit ISO-8859-1 abzuspeichern (nicht mit
+Sie auch darauf, diese Datei mit UTF-8 abzuspeichern (nicht mit ISO-8859-1,
 Macintosh-Charset oder Windows-1252), sonst fehlen die Umlaute und das
-nach älterer Schreibweise noch gebräuchliche scharfe S bzw. Sz "ß".
+nach älterer Schreibweise noch gebräuchliche scharfe S bzw. Sz "ß".
 
-Zunächst wurden die Dateien in LC_MESSAGES automatisch erstellt:
+Zunächst wurden die Dateien in LC_MESSAGES automatisch erstellt:
 phpwiki.mo u. phpwiki.php. Das braucht aber GNUmake: (Seite auf
 Englisch) http://www.gnu.org/software/make/make.html
 
 cd phpwiki/locale
 make
 
-Wenn Sie Windows benutzen, d.h. nicht Linux noch Unix/Mac OS X, können
+Wenn Sie Windows benutzen, d.h. nicht Linux noch Unix/Mac OS X, können
 Sie auch GNUmake installieren, am besten via cygwin. (Die
 Hauptentwicklung passiert momentan mit cygwin). Eine
-Installationbeschreibung hierfür an dieser Stelle zu liefern wäre zu
-ausführlich. Änderungen bitte an die phpwiki-talk mailingliste
+Installationbeschreibung hierfür an dieser Stelle zu liefern wäre zu
+ausführlich. Änderungen bitte an die phpwiki-talk mailingliste
 schicken oder den Bug Tracker eintragen.
 
 Alle Ihre Korrekturen werden dann von einem der Entwickler, sobald ein
 entsprechender Umfang erreicht ist, bei geeigneter Gelegenheit in
 ihrer Gesamtheit ins PhpWiki-CVS (auf Sourceforge) eingesetzt und
-damit dann für alle PhpWiki-Benutzer zugänglich und wirksam.
+damit dann für alle PhpWiki-Benutzer zugänglich und wirksam.
 
 -- CarstenKlapp <carstenklapp at users.sourceforge.net>
-   Reini Urban
\ No newline at end of file
+   Reini Urban

Modified: trunk/src/plugins/wiki/www/locale/cvt-utf8.sh
===================================================================
--- trunk/src/plugins/wiki/www/locale/cvt-utf8.sh	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/cvt-utf8.sh	2010-08-22 09:59:10 UTC (rev 10344)
@@ -4,12 +4,14 @@
 for po in po/??.po; do
   to="`echo $po|sed -e's/\.po/.utf8.po/'`"
   from=iso-8859-1
-  if [ "$po" = "po/ja.po" ]; then from=euc-jp; fi
-  if [ "$po" = "po/zh.po" ]; then from=utf-8; 
+  if [ "$po" = "po/ja.po" ]; then from=utf-8; fi
+  if [ "$po" = "po/zh.po" ]
+  then 
+    from=utf-8
   else
     iconv -f $from -t utf-8 $po > $to
     mv $po $po.$from
-    perl -pi.bak -e"s/charset=$from/charset=utf-8/" $to
+    perl -pi -e"s/charset=$from/charset=utf-8/" $to
     mv $to $po
   fi
 done
@@ -17,15 +19,18 @@
 for po in ??; do
   to="$po.utf8"
   from=iso-8859-1
-  if [ "$po" = "ja" ]; then from=euc-jp; fi
-  if [ "$po" = "zh" ]; then from=utf-8; else
+  if [ "$po" = "ja" ]; then from=utf-8; fi
+  if [ "$po" = "zh" ]
+  then 
+    from=utf-8
+  else
     if [ "$po" != "po" ]; then
-	cp -Ru $po/* $to/
+	cp -Ru $po $to
 	for pgsrc in $to/pgsrc/*; do
 	    case "$pgsrc" in
 	    $to/pgsrc/CVS) ;;
 	    $to/pgsrc/*.bak) ;;
-	    *)     iconv -f $from -t utf-8 $pgsrc > .tmp && mv .tmp $pgsrc
+	    *)  iconv -f $from -t utf-8 $pgsrc > .tmp && mv .tmp $pgsrc
 		perl -pi.bak -e"s/charset=$from/charset=utf-8/" $pgsrc
 		;;
 	    esac

Modified: trunk/src/plugins/wiki/www/locale/po/de.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/de.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/de.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -1,43 +1,43 @@
 # Deutsche PhpWiki locale
 # This file is part of PhpWiki.
-# Copyright (C) Copyright 1999, 2000, 2001, 2002, 2003, 2004
+# Copyright (C) Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
 # ThePhpWikiProgrammingTeam.
 msgid ""
 msgstr ""
-"Project-Id-Version: PhpWiki-1.3.11\n"
+"Project-Id-Version: PhpWiki-1.3.15\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2000-10-31 02:23+0200\n"
 "Last-Translator: Reini Urban <rurban at x-ray.at>, Carsten Klapp "
 "<carstenklapp at users.sourceforge.net>, Helmer Pardun <pardunpress at t-online."
 "de>, Arno Hollosi <ahollosi at mail.com>\n"
 "Language-Team: German <de at li.org>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
-#, fuzzy, php-format
+#: ../lib/CachedMarkup.php:567
+#, php-format
 msgid "Attribute %s, base value: %s"
-msgstr "Attribute für %s"
+msgstr "Attribut %s, Basis: %s"
 
-#: ../lib/CachedMarkup.php:558
-#, fuzzy, php-format
+#: ../lib/CachedMarkup.php:568
+#, php-format
 msgid "Attribute %s, value: %s"
-msgstr "Attribute für %s"
+msgstr "Attribut %s, Wert: %s"
 
-#: ../lib/CachedMarkup.php:566
-#, fuzzy, php-format
+#: ../lib/CachedMarkup.php:576
+#, php-format
 msgid "Relation %s to page %s"
-msgstr "Löschen in %s fehlgeschlagen: %s"
+msgstr "Relation %s zu Seite %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
-msgstr ""
+msgstr "Gefunden von "
 
 #: ../lib/Captcha.php:32
 msgid "Typed in verification word mismatch ... are you a bot?"
@@ -50,7 +50,7 @@
 #: ../lib/DbSession.php:50
 #, php-format
 msgid "Your WikiDB DB backend '%s' cannot be used for DbSession."
-msgstr "Ihr WikiDB DB backend '%s' wird von DbSession nicht unterstützt."
+msgstr "Ihr WikiDB DB backend '%s' wird von DbSession nicht unterstützt."
 
 #: ../lib/DbSession.php:51
 #, php-format
@@ -60,341 +60,327 @@
 #: ../lib/DbaDatabase.php:18
 #, php-format
 msgid "The DBA handler %s is unsupported!"
-msgstr "Die DBA Methode %s wird nicht unterstützt!"
+msgstr "Die DBA Methode %s wird nicht unterstützt!"
 
 #: ../lib/DbaDatabase.php:19
 #, php-format
 msgid "Supported handlers are: %s"
-msgstr "Unterstützte DBA Methoden sind: %s"
+msgstr "Unterstützte DBA Methoden sind: %s"
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
-msgstr "Rückgängig"
+msgstr "Rückgängig"
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr "Undo deaktiviert"
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
-msgstr "Aktion rückgängig gemacht"
+msgstr "Aktion rückgängig gemacht"
 
-#: ../lib/EditToolbar.php:33
-#, fuzzy
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
-msgstr "Substring \"%s\" %s mal gefunden. Ersetze mit \"%s\"?"
+msgstr "Substring \"\\1\" \\2 mal gefunden. Ersetze mit \"\\3\"?"
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr "Zeichenkette \"%s\" nicht gefunden."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr "Suchen & Ersetzen"
 
-#: ../lib/EditToolbar.php:36
-#, fuzzy
+#: ../lib/EditToolbar.php:55
 msgid "Search for"
-msgstr "Suche"
+msgstr "Suche nach"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr "Ersetze mit"
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr "OK"
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
-msgstr "Schließen"
+msgstr "Schließen"
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr "Fetter Text"
 
-#: ../lib/EditToolbar.php:108
-#, fuzzy
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
-msgstr "Fetter Text"
+msgstr "Fetter Text [alt-f]"
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr "Kursiver Text"
 
-#: ../lib/EditToolbar.php:113
-#, fuzzy
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
-msgstr "Kursiver Text"
+msgstr "Kursiver Text [alt-k]"
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
-msgstr ""
+msgstr "Durchgestrichen"
 
-#: ../lib/EditToolbar.php:118
-#, fuzzy
+#: ../lib/EditToolbar.php:138
 msgid "Strike"
-msgstr "Größe"
+msgstr "Durchstreichen"
 
-#: ../lib/EditToolbar.php:122
-#, fuzzy
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
-msgstr "Fetter Text"
+msgstr "Farbiger Text"
 
-#: ../lib/EditToolbar.php:123
-#, fuzzy
+#: ../lib/EditToolbar.php:143
 msgid "Color"
-msgstr "Schließen"
+msgstr "Farbe"
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
-msgstr "optionaler Name | SeitenName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
+msgstr "SeitenName|optionaler Name"
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr "Link auf Seite"
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
-msgstr "optionaler Name | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
+msgstr "http://www.example.com|optionaler Name"
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr "Externer Link (http:// prefix)"
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
-msgstr "Überschrift"
+msgstr "Ãœberschrift"
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
-msgstr "H1 Überschrift"
+msgstr "H1 Ãœberschrift"
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
-msgstr "Füge unformatierten Text hier ein"
+msgstr "Füge unformatierten Text hier ein"
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr "Keine Wiki Formatierung"
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr "Deine Signatur"
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr "Horizontale Trennlinie"
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
-msgstr ""
+msgstr "Beispieltabelle"
 
-#: ../lib/EditToolbar.php:163
-#, fuzzy
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
-msgstr "E-Mail Bestätigung"
+msgstr "Num. Liste"
 
-#: ../lib/EditToolbar.php:168
-#, fuzzy
+#: ../lib/EditToolbar.php:188
 msgid "List"
-msgstr "Letzte"
+msgstr "Liste"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
-#, fuzzy
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 msgid "Table of Contents"
 msgstr "Inhaltsverzeichnis"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr "Seitenname"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr "Weiterleiten"
 
-#: ../lib/EditToolbar.php:182
-#, fuzzy
-msgid "template name"
-msgstr "Benutzeroberfläche"
+#: ../lib/EditToolbar.php:202
+msgid "Template Name"
+msgstr "Vorlagenname"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
-msgstr "Benutzeroberfläche"
+msgstr "Vorlage"
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Speichern"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr "Vorschau"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
-msgstr "Suchen & Ersetzen rückgängig machen"
+msgstr "Suchen & Ersetzen rückgängig machen"
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
 msgstr "NeueKategorie"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
-msgstr "Kategorien einfügen (Doppelklick)"
+msgstr "Kategorien einfügen (Doppelklick)"
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
-msgstr "Einfügen"
+msgstr "Einfügen"
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
-msgstr "Plugin einfügen"
+msgstr "Plugin einfügen"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
-msgstr "Plugin einfügen (Doppelklick)"
+msgstr "Plugin einfügen (Doppelklick)"
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
-msgstr "SeitenLink einfügen"
+msgstr "SeitenLink einfügen"
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
-msgstr "SeitenLink einfügen (Doppelklick)"
+msgstr "SeitenLink einfügen (Doppelklick)"
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
 #, fuzzy
-msgid "AddImage"
-msgstr "SeitenLink einfügen"
+msgid "Add Image or Video"
+msgstr "Bild einfügen"
 
-#: ../lib/EditToolbar.php:405
+#: ../lib/EditToolbar.php:431
 #, fuzzy
-msgid "Insert Image (double-click)"
-msgstr "SeitenLink einfügen (Doppelklick)"
+msgid "Insert Image or Video (double-click)"
+msgstr "Bild einfügen (Doppelklick)"
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr "NeueVorlage"
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
-msgstr "Vorlage einfügen (Doppelklick)"
+msgstr "Vorlage einfügen (Doppelklick)"
 
 #: ../lib/ErrorManager.php:220
 #, php-format
 msgid "%s: error while handling error:"
-msgstr "%s: Fehler während der Fehlerbehandlung von:"
+msgstr "%s: Fehler während der Fehlerbehandlung von:"
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
-msgstr "»%s«: Datei nicht gefunden"
+msgstr "»%s«: Datei nicht gefunden"
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr "KategorieGruppen"
 
 # (namenlos=unbenannt; depends on interpretation)
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr "Unbenanntes PhpWiki"
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "StartSeite"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
-msgstr "Ungültige [] syntax ignoriert"
+msgstr "Ungültige [] syntax ignoriert"
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr "unbekannte Farbe %s ignoriert"
 
-#: ../lib/MailNotify.php:129
-#, fuzzy, php-format
+#: ../lib/MailNotify.php:196
+#, php-format
 msgid "PageChange Notification of %s"
-msgstr "SeitenÄnderung Benachrichtigung von %s an %s gesendet"
+msgstr "SeitenÄnderung Benachrichtigung von %s"
 
-#: ../lib/MailNotify.php:156
-#, fuzzy, php-format
+#: ../lib/MailNotify.php:230
+#, php-format
 msgid "sent to %s"
-msgstr "Zurück zu %s"
+msgstr "an %s gesendet"
 
-#: ../lib/MailNotify.php:162
-#, fuzzy, php-format
+#: ../lib/MailNotify.php:236
+#, php-format
 msgid "Error: Couldn't send %s to %s"
-msgstr "Kann nicht zu »%s« verbinden"
+msgstr "Fehler: Konnte nicht %s an %s senden"
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
-msgstr "Seiten Änderung"
+msgstr "Seiten Änderung"
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
 msgstr "Neue Seite"
 
 # (Wrong Translation; sorry, but the German term for edit is NOT
 # editieren, but  e d i e r e n).
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr "Bearbeitet von: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Zusammenfassung:"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
-msgstr "Seite »%s« nach umbenennen »%s«"
+msgstr "Seite »%s« nach umbenennen »%s«"
 
-# (Wrong Translation; sorry, but the German term for edit is NOT
-# editieren, but  e d i e r e n).
-#: ../lib/MailNotify.php:269
-#, php-format
-msgid "Removed by: %s"
-msgstr "Gelöscht von: %s"
+#: ../lib/MailNotify.php:344
+#, fuzzy, php-format
+msgid "User %s removed page %s"
+msgstr "Seite gelöscht %s"
 
-#: ../lib/MailNotify.php:271
-#, php-format
-msgid "Page removed %s"
-msgstr "Seite gelöscht %s"
-
-#: ../lib/MailNotify.php:320
+#: ../lib/MailNotify.php:380
 #, fuzzy
-msgid "e-mail address confirmation"
-msgstr "E-Mail Bestätigung"
+msgid "E-Mail address confirmation"
+msgstr "E-Mail Bestätigung"
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -409,248 +395,262 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr "Sortiere nach %s"
 
-#: ../lib/PageList.php:137
-#, fuzzy
+#: ../lib/PageList.php:157
 msgid "reverse"
-msgstr "Zurückspeichern"
+msgstr "umdrehen"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr "Klicken Sie um die Reihenfolge umzudrehen"
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr "Sortiere nach %s"
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
-msgstr "Klicken Sie um alle/keine Seiten auszuwählen"
+msgstr "Klicken Sie um alle/keine Seiten auszuwählen"
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr " ... erste %d Bytes"
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr "... cirka %s"
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr "%s nicht gefunden"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr "<nichts gefunden>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr "Inhalt"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
-msgstr "Zuletzt geändert"
+msgstr "Zuletzt geändert"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr "Treffer"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
-msgstr "Größe"
+msgstr "Größe"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr "Letzte Zusammenfassung"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "Version"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "Letzter Autor"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr "Besitzer"
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr "Erzeuger"
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
 msgstr "Gesperrt"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
 msgstr "gesperrt"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "External"
+msgstr "Externe Links"
+
+#: ../lib/PageList.php:1218
+#, fuzzy
+msgid "external"
+msgstr "Externe Links"
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
-msgstr "Kleinere Änderung"
+msgstr "Kleinere Änderung"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr "kleinere"
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr "Quelltext"
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr "Spalten: %s."
 
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr "PhpWikiSystemverwalten"
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr "Umbenennen"
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
-#, fuzzy
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 msgid "Replace"
-msgstr "Ersetze: "
+msgstr "Ersetze"
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr "Auflistung aller Seiten und Unterseiten"
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr "Anzeige aller Seiten und Unterseiten"
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr "Bearbeiten aller Seiten und Unterseiten"
 
 # Erzeugen??
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr "Erzeuge eine neue (Unter)Seite"
 
-#: ../lib/PagePerm.php:309
-#, fuzzy
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
 msgstr "Runterladen der Seite"
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
-msgstr "Ändern von Eigenschaften"
+msgstr "Ändern von Eigenschaften"
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
-msgstr "Löschen der Seite"
+msgstr "Löschen der Seite"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+msgid "Purge this page"
+msgstr "Lösche diese Seite endgültig"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
-msgstr "Nicht unterstützter ACL Zugiffsmodus %s ignoriert."
+msgstr "Nicht unterstützter ACL Zugiffsmodus %s ignoriert."
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr "Zugriff"
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr "Gruppe/Benutzer"
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr "Erlaube"
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
-msgstr "Lö/+"
+msgstr "Lö/+"
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr "Beschreibung"
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
-msgstr "Füge diese ACL hinzu"
+msgstr "Füge diese ACL hinzu"
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr "Erlaube / Sperre"
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
-msgstr "Lösche diese ACL"
+msgstr "Lösche diese ACL"
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
-msgstr "hinzufügen "
+msgstr "hinzufügen "
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
-msgstr "Anklicken um diese ACL hinzuzufügen"
+msgstr "Anklicken um diese ACL hinzuzufügen"
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr "InterWikiListe"
 
@@ -658,12 +658,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr "ACHTUNG: Die InterWikiListe Seite ist ungesperrt. Ignoriert."
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -674,7 +672,7 @@
 msgid "Discussion"
 msgstr "Diskussion"
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr "Die InterWikiListe wird von der externen Datei %s geladen."
@@ -687,64 +685,65 @@
 msgid "InterWiki Address"
 msgstr "InterWiki-Adresse"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
-msgstr "NeuesteÄnderungen"
+msgstr "NeuesteÄnderungen"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
-msgstr "%s is nicht änderbar."
+msgstr "%s is nicht änderbar."
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr "Die PhpWiki Zugriffslog Datei"
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
-"Bitte überprüfen Sie, dass %s änderbar ist, oder ändern Sie %s in config/"
+"Bitte überprüfen Sie, dass %s änderbar ist, oder ändern Sie %s in config/"
 "config.ini."
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr "die Datei %s"
@@ -753,75 +752,68 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
-#, fuzzy
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
-msgstr "Verwandte Links"
+msgstr ""
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
-#, fuzzy
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
-msgstr "Attribute für %s"
+msgstr "Attribut"
 
 #: ../lib/Template.php:179
 #, php-format
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
-msgstr "Nicht unterstütztes Argument: %s=%s"
+msgstr "Nicht unterstütztes Argument: %s=%s"
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr "umbenannt von %s"
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
-msgstr "WikiDB::renamePage() für dieses Backend noch nicht implementiert"
+msgstr "WikiDB::renamePage() für dieses Backend noch nicht implementiert"
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr "%s: Datum dieser aktuellen Neubearbeitung ist %s"
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr "Datenbank wird optimiert"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr "Das PhpWiki Programmierer-Team"
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
 msgstr "Beschreiben Sie %s hier."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
-msgstr "Hoppla! Es scheint, die Version %s von %s wurde gelöscht!"
+msgstr "Hoppla! Es scheint, die Version %s von %s wurde gelöscht!"
 
 #: ../lib/WikiDB/backend/dba.php:29 ../lib/WikiDB/backend/dba.php:31
 #, php-format
 msgid "%s: Can't open dba database"
-msgstr "%s: Konnte DBA Datenbank nicht öffnen"
+msgstr "%s: Konnte DBA Datenbank nicht öffnen"
 
 #: ../lib/WikiDB/backend/file.php:111 ../lib/WikiDB/backend/flatfile.php:83
 #, php-format
 msgid "'%s': corrupt file"
-msgstr "»%s«: Datei korrumpiert"
+msgstr "»%s«: Datei korrumpiert"
 
 #: ../lib/WikiDB/dba.php:16 ../lib/WikiDB/file.php:47
 #: ../lib/WikiDB/flatfile.php:47
@@ -832,11 +824,11 @@
 msgstr ""
 "Die %s Dateien liegen im Verzeichnis %s. Bitte lesen Sie jetzt zuerst die "
 "INSTALL Anleitung und verschieben Sie danach die DB Datei an einen anderen "
-"endgültigen Speicherplatz, Sie laufen sonst Gefahr, alle Seiten zu verlieren."
+"endgültigen Speicherplatz, Sie laufen sonst Gefahr, alle Seiten zu verlieren."
 
 #: ../lib/WikiGroup.php:26 ../lib/WikiGroup.php:131
 msgid "No or unsupported GROUP_METHOD defined"
-msgstr "Keine oder ungültige GROUP_METHOD definiert"
+msgstr "Keine oder ungültige GROUP_METHOD definiert"
 
 #: ../lib/WikiGroup.php:29
 msgid "Every"
@@ -870,22 +862,22 @@
 #: ../lib/WikiGroup.php:373 ../lib/WikiGroup.php:389
 #, php-format
 msgid "Method '%s' not implemented in this GROUP_METHOD %s"
-msgstr "Methode »%s« in GROUP_METHOD %s nicht implementiert"
+msgstr "Methode »%s« in GROUP_METHOD %s nicht implementiert"
 
 #: ../lib/WikiGroup.php:217
 #, php-format
 msgid "Undefined method %s for special group %s"
-msgstr "Undefinierte Methode %s für Spezialgruppe %s"
+msgstr "Undefinierte Methode %s für Spezialgruppe %s"
 
 #: ../lib/WikiGroup.php:358
 #, php-format
 msgid "Unknown special group '%s'"
-msgstr "Unbekannte Spezialgruppe »%s«"
+msgstr "Unbekannte Spezialgruppe »%s«"
 
 #: ../lib/WikiGroup.php:517
 #, php-format
 msgid "Group page '%s' does not exist"
-msgstr "Gruppenseite »%s« existiert nicht"
+msgstr "Gruppenseite »%s« existiert nicht"
 
 #: ../lib/WikiGroup.php:576
 #, php-format
@@ -896,7 +888,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr "Keine oder zu wenige GROUP_DB SQL Statements definiert"
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr "%s: nicht definiert"
@@ -904,7 +896,7 @@
 #: ../lib/WikiGroup.php:843
 #, php-format
 msgid "Cannot open AUTH_GROUP_FILE %s"
-msgstr "Kann AUTH_GROUP_FILE %s nicht öffnen"
+msgstr "Kann AUTH_GROUP_FILE %s nicht öffnen"
 
 #: ../lib/WikiGroup.php:951
 #, php-format
@@ -920,41 +912,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr "Konnte LDAP Server %s nicht finden"
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr "k.A."
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
-msgstr "Überflüssiger Müll in den Zusatzprogramm Argumenten: »%s«"
+msgstr "Überflüssiger Müll in den Zusatzprogramm Argumenten: »%s«"
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
-msgstr "Argument »%s« nicht im Zusatzprogramm deklariert."
+msgstr "Argument »%s« nicht im Zusatzprogramm deklariert."
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr "Zusatzprogramm %s fehlgeschlagen."
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Zusatzprogramm %s deaktiviert."
 
-#: ../lib/WikiPlugin.php:529
-#, php-format
-msgid "Include of '%s' failed."
-msgstr "Das Einfügen von »%s« ist fehlgeschlagen."
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
+#, fuzzy, php-format
+msgid "Plugin '%s' does not exist."
+msgstr "Gruppenseite »%s« existiert nicht"
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
-msgstr "Unbekannte Klasse: »%s«"
+msgstr "Unbekannte Klasse: »%s«"
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr "%s scheint kein WikiPlugin zu sein."
@@ -965,102 +953,101 @@
 "There is no image creation data available to id '%s'. Please reload "
 "referring page."
 msgstr ""
-"Es sind keine Bilddaten vorhanden für '%'. Bitte laden Sie die Seite neu."
+"Es sind keine Bilddaten vorhanden für '%'. Bitte laden Sie die Seite neu."
 
 #: ../lib/WikiPluginCached.php:853
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr "Noch nie bearbeitet."
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr "%s um %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
 msgstr "Version %s. %s gespeichert"
 
-# (Usually a verb, never a noun; siehe nächste Reihe:
+# (Usually a verb, never a noun; siehe nächste Reihe:
 # saved=gespeichert nicht "Speicherung am.")
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
-msgstr "Zuletzt geändert %s"
+msgstr "Zuletzt geändert %s"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
 msgstr "Version %s. gespeichert am %s"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
 msgstr "Zuletzt bearbeitet am %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "heute"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr "gestern"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
 msgstr "Besitzer: %s"
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "von %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr "Leerer Link zu: %s"
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr "Erzeugen: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
-msgstr "»%s«: Ungültiger Seitenname"
+msgstr "»%s«: Ungültiger Seitenname"
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Bearbeiten"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Diff"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1072,112 +1059,118 @@
 msgid "Sign Out"
 msgstr "Abmelden"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "Anmelden"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+msgid "Rename Page"
+msgstr "Seite Umbenennen"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr "Seite Sperren"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
 msgstr "Seite Freigeben"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
-msgstr "Seite Löschen"
+msgstr "Seite Löschen"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+msgid "Purge Page"
+msgstr "Seiten endgültig löschen"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Drucker"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr "Obere u. untere Werkzeugleisten"
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Modern"
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr "TitelSuche"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "Kalender"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
 msgstr "Zusatzprogramm %s: undefiniert"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr "Verwandte Links"
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr "Externe Links"
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
-msgstr "Ungültiger Benutzername."
+msgstr "Ungültiger Benutzername."
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
-msgstr "Ungültiges Passwort oder falscher Benutzername."
+msgstr "Ungültiges Passwort oder falscher Benutzername."
 
-# (wörtlich=unzureichende Erlaubnisse)
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+# (wörtlich=unzureichende Erlaubnisse)
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr "Keine ausreichenden Zugangsrechte."
 
@@ -1198,25 +1191,25 @@
 "Your home page has not been created yet so your preferences cannot not be "
 "saved."
 msgstr ""
-"Sie haben Ihre persönliche HomePage Seite noch nicht erstellt, deshalb "
-"können Ihre Einstellungen nicht gespeichert werden."
+"Sie haben Ihre persönliche HomePage Seite noch nicht erstellt, deshalb "
+"können Ihre Einstellungen nicht gespeichert werden."
 
 #: ../lib/WikiUser.php:397
 msgid "Your home page is locked so your preferences cannot not be saved."
 msgstr ""
-"Ihre persönliche HomePage Seite ist gesperrt, deshalb können Ihre Änderungen "
+"Ihre persönliche HomePage Seite ist gesperrt, deshalb können Ihre Änderungen "
 "nicht gespeichert werden."
 
 #: ../lib/WikiUser.php:398
 msgid "Please contact your PhpWiki administrator for assistance."
-msgstr "Bitte bitten Sie Ihren PhpWiki Administrator um Unterstützung."
+msgstr "Bitte bitten Sie Ihren PhpWiki Administrator um Unterstützung."
 
 #: ../lib/WikiUser.php:456 ../themes/default/templates/homepage.tmpl:37
 msgid "CategoryHomepage"
 msgstr "KategorieHomepage"
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1229,7 +1222,7 @@
 "Old UserPage %s without stored password updated with empty password. Set a "
 "password in your UserPreferences."
 msgstr ""
-"Ihre alte persönliche HomePage %s ohne gespeichertem Passwort wurde mit "
+"Ihre alte persönliche HomePage %s ohne gespeichertem Passwort wurde mit "
 "einem leeren Password gespeichert. Setzen Sie ein Passwort in Ihren "
 "BenutzerEinstellungen."
 
@@ -1246,6 +1239,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr "IMAP Server nicht gefunden "
@@ -1255,33 +1262,36 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr "Konnte nicht mit LDAP Server %s verbinden mit %s %s"
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
-#, fuzzy
+#: ../lib/WikiUser/LDAP.php:157
 msgid "User not found in LDAP"
-msgstr "%s nicht gefunden"
+msgstr "Benutzer in LDAP nicht gefunden"
 
-#: ../lib/WikiUser/LDAP.php:191
-#, fuzzy
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
-msgstr "Falsches Password. Noch einmal eingeben."
+msgstr "Falsches Password: "
 
-#: ../lib/WikiUser/LDAP.php:197
-#, fuzzy, php-format
+#: ../lib/WikiUser/LDAP.php:198
+#, php-format
 msgid "Could not connect to LDAP host %s"
-msgstr "Kann nicht zu »%s« verbinden"
+msgstr "Kann nicht zu LDAP host »%s« verbinden"
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr "Ungültiger Benutzername »%s« für LDAP Auth"
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
-msgstr "Kann nicht zu »%s« verbinden"
+msgstr "Kann nicht zu »%s« verbinden"
 
 #: ../lib/WikiUser/PersonalPage.php:39 ../lib/WikiUser/PersonalPage.php:48
 #, php-format
@@ -1291,7 +1301,7 @@
 #: ../lib/WikiUser/PersonalPage.php:40 ../lib/WikiUser/PersonalPage.php:49
 #, php-format
 msgid "You stored an empty password in your '%s' page."
-msgstr "Sie haben ein leeres Passwort in Ihrer HomePage »%s« gespeichert."
+msgstr "Sie haben ein leeres Passwort in Ihrer HomePage »%s« gespeichert."
 
 #: ../lib/WikiUser/PersonalPage.php:41
 #, php-format
@@ -1308,60 +1318,60 @@
 msgid "Given password ignored."
 msgstr "Passwort ignoriert."
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
-msgstr "Ungültiges Passwort."
+msgstr "Ungültiges Passwort."
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 "Leere BenutzerEinstellungen oder BenutzerEinstellungs Cookie nicht erkannt."
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr "Die Vorgabe Benutzereinstellungen werden verwendent."
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
-msgstr "Die Länge des Passwortes ist kürzer als vom System gefordert."
+msgstr "Die Länge des Passwortes ist kürzer als vom System gefordert."
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
-"Die Länge des gespeicherten Passwortes ist kürzer als vom System gefordert."
-"Sie können sich leider nicht anmelden.\n"
-" Sie müssen den System Administrator bitten, Ihr Passwort neu zu setzen."
+"Die Länge des gespeicherten Passwortes ist kürzer als vom System gefordert."
+"Sie können sich leider nicht anmelden.\n"
+" Sie müssen den System Administrator bitten, Ihr Passwort neu zu setzen."
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 "Sie haben vergessen ENCRYPTED_PASSWD auf true zu setzen. Bitte aktualisieren "
-"Sie config/config.ini und überprüfen sie auch ADMIN_PASSWD."
+"Sie config/config.ini und überprüfen sie auch ADMIN_PASSWD."
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 "Sie haben vergessen ENCRYPTED_PASSWD auf true in config/config.ini zu setzen."
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
-msgstr "E-Mail Bestätigung"
+msgstr "E-Mail Bestätigung"
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1370,52 +1380,46 @@
 "See %s"
 msgstr ""
 "Willkommen bei %s!\n"
-"Ihr E-Mail Konto ist bestätigt und\n"
-"wird benutzt, um SeitenÄnderungs Benachrichtigungen per E-Mail zu "
+"Ihr E-Mail Konto ist bestätigt und\n"
+"wird benutzt, um SeitenÄnderungs Benachrichtigungen per E-Mail zu "
 "versenden.\n"
 "Siehe %s"
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:69
-#, fuzzy
 msgid "Apply changes"
-msgstr "Keine Änderungen."
+msgstr "Änderungen anwenden"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:70
-#, fuzzy
 msgid "Exit toolbar"
-msgstr "Werkzeugleiste"
+msgstr "Beende Werkzeugleiste"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:71
-#, fuzzy
 msgid "Title 1"
-msgstr "Titel"
+msgstr "Titel 1"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:72
-#, fuzzy
 msgid "Title 2"
-msgstr "Titel"
+msgstr "Titel 2"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:73
-#, fuzzy
 msgid "Title 3"
-msgstr "Titel"
+msgstr "Titel 3"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:74
 msgid "Verbatim"
 msgstr ""
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:75
-#, fuzzy
 msgid "Table of content"
 msgstr "Inhaltsverzeichnis"
 
@@ -1424,121 +1428,135 @@
 msgstr ""
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:77
-#, fuzzy
 msgid "Sup"
-msgstr "Unterseite"
+msgstr ""
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:78
-#, fuzzy
 msgid "Sub"
-msgstr "Eingeben"
+msgstr ""
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:106
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
-msgstr "Kann »%s« Typ-Formatzeichenketten nicht mit »%s« vermischen."
+msgstr "Kann »%s« Typ-Formatzeichenketten nicht mit »%s« vermischen."
 
 #: ../lib/XmlRpcServer.php:511
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "Version %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Keine"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr "Leider gibt es keine solche Seite %s."
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Vergleich von: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "Version %d."
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "aktuelle Version"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr "Revidierte Ausgabe des vorigen Autors"
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr "vorige Neubearbeitung"
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
-msgstr "Vorgänger zur vorherigen größeren Änderung"
+msgstr "Vorgänger zur vorherigen größeren Änderung"
 
 # word substitution order changes here
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr "Zeilenweiser Vergleich von %3$s, von %1$s mit %2$s."
 
 # (Differences sind eigentlich= Unterschiede, Abweichungen)
-# (eigentlich=weitere Abweichungen, Veränderungen)
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+# (eigentlich=weitere Abweichungen, Veränderungen)
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr "Andere Vergleiche:"
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
-msgstr "Vorige größere Neubearbeitung"
+msgstr "Vorige größere Neubearbeitung"
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr "Vorige Neubearbeitung"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr "Voriger Autor"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr "Neuere Seite:"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
-msgstr "Ältere Seite:"
+msgstr "Ältere Seite:"
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "Speichere Version %d zurück."
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " and "
+msgstr "hinzufügen "
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
 msgstr "Versionen sind identisch"
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "Version"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1546,866 +1564,875 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr "LinkDatenbank"
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr "BackLinks"
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
-msgstr "BackLinks für %s"
+msgstr "BackLinks für %s"
 
 # versandet (=full of sand) ;)
 # weitergeleitet von
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr "(Weitergeleitet von %s)"
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr "SandKasten"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr "Ihre Version"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr "Andere Version"
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
-"Sie versuchen offenbar eine ungültige Version dieser Seite zu bearbeiten."
+"Sie versuchen offenbar eine ungültige Version dieser Seite zu bearbeiten."
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr "&version=-1 wird empfohlen."
 
 # (Wrong Translation; sorry, but the German term for edit is NOT
 # editieren, but  e d i e r e n).
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Bearbeite: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr "Quelltext Ansicht: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr "Seite jetzt gesperrt."
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr "Seite jetzt freigegeben."
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+msgid "Page now public."
+msgstr "Seite jetzt öffentlich freigegeben."
+
+#: ../lib/editpage.php:260
+msgid "Page now not-public."
+msgstr "Seite jetzt nicht mehr öffentlich freigegeben."
+
+#: ../lib/editpage.php:269
+#, fuzzy
+msgid "Page now external."
+msgstr "Seite jetzt freigegeben."
+
+#: ../lib/editpage.php:270
+#, fuzzy
+msgid "Page now not-external."
+msgstr "Seite jetzt freigegeben."
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "Gespeichert: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr "Zu viele externe Links."
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr "SpamAssassin sagt: "
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
-#, fuzzy, php-format
+#: ../lib/editpage.php:474
+#, php-format
 msgid "%s is listed at %s with %s"
-msgstr "%s blockiert von %s"
+msgstr "%s ist gelistet auf %s mit %s"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr "AntiSpam"
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr "Diese Bearbeitung scheint Spam beinzuhalten und wurde ignoriert."
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr ""
-"Entschuldigen Sie bitte die hiermit für Sie verbundenen Unannehmlichkeiten."
+"Entschuldigen Sie bitte die hiermit für Sie verbundenen Unannehmlichkeiten."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Versionen sind identisch"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
 msgstr "Seite Gesperrt"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
-"Diese Seite wurde vom Administrator für die allgemeine Bearbeitung gesperrt. "
-"Ihre Änderungen können deshalb nicht gespeichert werden."
+"Diese Seite wurde vom Administrator für die allgemeine Bearbeitung gesperrt. "
+"Ihre Änderungen können deshalb nicht gespeichert werden."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
-"(Kopieren Sie Ihre Veränderungen in die Zwischenablage. Sie können versuchen "
+"(Kopieren Sie Ihre Veränderungen in die Zwischenablage. Sie können versuchen "
 "eine andere Seite zu edieren oder Ihr Text in einem Texteditor speichern.)"
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
 msgstr "ModerierteSeite"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr "BenutzerEinstellungen"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
 "sections beginning with '%s', and ending with '%s'.  You will need to edit "
 "those sections by hand before you click Save."
 msgstr ""
-"Einige der Änderungen konnten nicht automatisch miteinander verbunden "
-"werden. Bitte suchen Sie nach den Teilen, die mit »%s« anfangen und mit »%s« "
-"enden. Sie müssen diese Teile von Hand bearbeiten, bevor Sie auf Speichern "
+"Einige der Änderungen konnten nicht automatisch miteinander verbunden "
+"werden. Bitte suchen Sie nach den Teilen, die mit »%s« anfangen und mit »%s« "
+"enden. Sie müssen diese Teile von Hand bearbeiten, bevor Sie auf Speichern "
 "klicken."
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
-msgstr "Bitte überprüfen Sie erst alles, bevor Sie es abspeichern."
+msgstr "Bitte überprüfen Sie erst alles, bevor Sie es abspeichern."
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
-msgstr "Widersprechende Änderungen!"
+msgstr "Widersprechende Änderungen!"
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
-"Während der Zeit, seit Sie mit der Bearbeitung dieser Seite begonnen haben, "
+"Während der Zeit, seit Sie mit der Bearbeitung dieser Seite begonnen haben, "
 "hat ein anderer Benutzer bereits eine neuere Version gespeichert."
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
-"Ihre Änderungen können so, wie sie sind, nicht gespeichert werden. Das hätte "
-"unzulässigerweise die bereits gesicherten Änderungen des anderen Autors "
-"überschrieben. Deshalb sind Ihre und die Änderungen des anderen Autors "
+"Ihre Änderungen können so, wie sie sind, nicht gespeichert werden. Das hätte "
+"unzulässigerweise die bereits gesicherten Änderungen des anderen Autors "
+"überschrieben. Deshalb sind Ihre und die Änderungen des anderen Autors "
 "miteinander kombiniert worden. Das Ergebnis sehen Sie unten."
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr "Konvertieren"
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 msgid "Changes"
-msgstr "Änderungen"
+msgstr "Änderungen"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr "Hochladen"
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr "%s wird als Autor aufgenommen."
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
 # (Wrong Translation; sorry, but the German term for edit is NOT
 # editieren, but  e d i e r e n).
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
-msgstr "Zusammenfügen und Bearbeiten: %s"
+msgstr "Zusammenfügen und Bearbeiten: %s"
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr "Speichern und Archivieren"
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr "Wiki Seiten als Dateien in lokales Verzeichnis speichern"
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr "Datei Hochladen"
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr "Datei Laden"
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr "Updaten"
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr "Seiten als XHTML Dateien speichern"
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr "SeiteLaden"
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
-msgstr "SeitenÄnderung Benachrichtigung von %s an %s gesendet"
+msgstr "SeitenÄnderung Benachrichtigung von %s an %s gesendet"
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
-msgstr "SeitenÄnderung Benachrichtigung Fehler: Konnte %s nicht an %s senden"
+msgstr "SeitenÄnderung Benachrichtigung Fehler: Konnte %s nicht an %s senden"
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr "Fertig."
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
-msgstr "Zurück zu %s"
+msgstr "Zurück zu %s"
 
 # Context: Administrator decides whether to perform a backup dump of
 # all revisions of all pages (FullDump), or just the most recent
 # revision of each page (LatestSnapshot).
-# VollständigerSpeicherauszug, VolligerSpeicherauszug oder...?
-#: ../lib/loadsave.php:221
+# VollständigerSpeicherauszug, VolligerSpeicherauszug oder...?
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr "VollSicherung"
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr "LetzeSicherung"
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
-msgstr "Sie müssen zum Sichern ein Verzeichnis angeben."
+msgstr "Sie müssen zum Sichern ein Verzeichnis angeben."
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
-msgstr "Das Verzeichnis »%s« kann nicht erzeugt werden"
+msgstr "Das Verzeichnis »%s« kann nicht erzeugt werden"
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
-msgstr "Ein Verzeichnis »%s« wurde erzeugt, um die Dateien abzulegen..."
+msgstr "Ein Verzeichnis »%s« wurde erzeugt, um die Dateien abzulegen..."
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
-msgstr "Das Verzeichnis »%s« wird verwendet"
+msgstr "Das Verzeichnis »%s« wird verwendet"
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr "Die Seiten werden geschrieben"
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr "Ausgelassen."
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr "gespeichert als %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
-msgstr "Datei »%s« konnte nicht zum Schreiben geöffnet werden"
+msgstr "Datei »%s« konnte nicht zum Schreiben geöffnet werden"
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr "%s Bytes geschrieben"
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr "... kopiert nach %s"
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
 msgstr "... nicht kopiert nach %s"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr "gespeichert als "
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr "... nicht gefunden"
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr "Leerer Seitenname!"
 
-#: ../lib/loadsave.php:887
-#, fuzzy
+#: ../lib/loadsave.php:899
 msgid "Invalid pagename!"
-msgstr "Ungültiger Benutzername."
+msgstr "Ungültiger Seitenname!"
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "von %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
-"hat unauflösbare Konflikte beim Speichern - wird ungeprüft überschrieben"
+"hat unauflösbare Konflikte beim Speichern - wird ungeprüft überschrieben"
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
-msgstr "hat unauflösbare Konflikte beim Speichern - übersprungen"
+msgstr "hat unauflösbare Konflikte beim Speichern - übersprungen"
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 "Inhalt ist identisch mit der aktuellen Version %d - keine neue Version "
 "erzeugt"
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr "- in der Datenbank gespeichert als Version %d."
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "MIME-Datei %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr "Serialisierte Datei %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "Nur-Text-Datei %s"
 
 # This translation gives the general idea of the action to be performed, 
 # but the text must be brief enough to fit inside a button:
-# "widersprechende Änderungen Zusammenfügen und die ergebende Seite Bearbeiten"
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+# "widersprechende Änderungen Zusammenfügen und die ergebende Seite Bearbeiten"
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
-msgstr "Zusammenfügen Bearbeiten"
+msgstr "Zusammenfügen Bearbeiten"
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
-msgstr "Ungeprüft überschreiben"
+msgstr "Ungeprüft überschreiben"
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr " Konnte leider nicht automatisch einpflegen."
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
-msgstr "Zurückspeichern"
+msgstr "Zurückspeichern"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
-msgstr "Parameter version muß angegeben werden"
+msgstr "Parameter version muß angegeben werden"
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr "leerer Seiteninalt"
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
 msgstr "selbe Version der Seite"
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 msgid "Cancelled"
 msgstr "Abgebrochen"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr "Sind Sie sicher?"
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr "Ja"
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Abbrechen"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
-msgstr "Speichere Version %d zurück."
+msgstr "Speichere Version %d zurück."
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, php-format
 msgid "Revert: %s"
-msgstr "Zurückspeichern: %s"
+msgstr "Zurückspeichern: %s"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr "- version %d in der Datenbank gespeichert als Version %d."
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr "Standard-Datei der InterWikiListe nicht geladen."
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
-msgstr "Übersprungen"
+msgstr "Ãœbersprungen"
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
-msgstr "Ungültiger Dateityp: %s"
+msgstr "Ungültiger Dateityp: %s"
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
-msgstr "»%s« wird geladen"
+msgstr "»%s« wird geladen"
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr "Lade neue Seiten in das frische Wiki"
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr "Keine Datei zum Hochladen?"
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr "%s wird hochgeladen"
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr "VERBOTEN"
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr "ANON"
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr "BOGO"
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr "BENUTZER"
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr "ADMIN"
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr "UNERREICHBAR"
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
-msgstr "»%s« ist auf diesem Wiki nicht zugelassen."
+msgstr "»%s« ist auf diesem Wiki nicht zugelassen."
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr "authentifizierten"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr "nicht authentifizierten"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr "Fehlende Zugriffsberechtigung:"
 
 # Missing PagePermission:| access | pagename
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
-"%s %s »%s« ist auf diesem Wiki für %s Benutzer »%s« (Level: %s) nicht "
+"%s %s »%s« ist auf diesem Wiki für %s Benutzer »%s« (Level: %s) nicht "
 "zugelassen."
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
-msgstr "Sie müssen sich anmelden %s."
+msgstr "Sie müssen sich anmelden %s."
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
-msgstr "Sie müssen Administratorrechte haben %s."
+msgstr "Sie müssen Administratorrechte haben %s."
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr "um diese Seite anzuzeigen"
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
-msgstr "um von dieser Seite die Änderungen anzuzeigen"
+msgstr "um von dieser Seite die Änderungen anzuzeigen"
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr "um von diesem Wiki HTML-Dateien lokal abzuspeichern"
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr "um von diesem Wiki die Seiten lokal abzuspeichern"
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr "um diese Seite zu bearbeiten"
 
-# Erzeugen??
-#: ../lib/main.php:558
-#, fuzzy
+#: ../lib/main.php:563
 msgid "rename this page"
-msgstr "um diese Seite zu erzeugen"
+msgstr "um diese Seite umzubennen"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
-msgstr "Zurückspeichern einer älteren Version dieser Seite."
+msgstr "Zurückspeichern einer älteren Version dieser Seite."
 
-# Erzeugen??
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr "um diese Seite zu erzeugen"
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr "um Seiten in dieses Wiki zu laden"
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr "um diese Seite zu sperren"
 
-# Erzeugen??
-#: ../lib/main.php:563
-#, fuzzy
+#: ../lib/main.php:568
 msgid "purge this page"
-msgstr "um diese Seite zu erzeugen"
+msgstr "um diese Seite endgültig zu löschen"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
-msgstr "um diese Seite zu löschen"
+msgstr "um diese Seite zu löschen"
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr "um diese Seite zu entsperren"
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr "um einen ZIP-Speicherauszug in dieses Wiki zu laden"
 
-# (verify=verwirklichen, in die Tat umsetzen, durch- oder ausführen)
-#: ../lib/main.php:567
+# (verify=verwirklichen, in die Tat umsetzen, durch- oder ausführen)
+#: ../lib/main.php:572
 msgid "verify the current action"
-msgstr "um die gegenwärtige Aktion durchzuführen"
+msgstr "um die gegenwärtige Aktion durchzuführen"
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr "um den Quelltext dieser Seiten anzusehen"
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr "um via XML-RPC auf dieses Wiki zuzugreifen"
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr "um via SOAP auf dieses Wiki zuzugreifen"
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr "um eine gezippte Sicherung von allen Wiki Seiten herunterzuladen"
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
 msgstr "um alle HTML Seiten als Zipdatei von diesem Wiki herunterzuladen"
 
-#: ../lib/main.php:578
-#, fuzzy
+#: ../lib/main.php:583
 msgid "use"
-msgstr "Benutzer"
+msgstr "benutze"
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
-msgstr "Das Durchblättern der Seiten dieses Wikis"
+msgstr "Das Durchblättern der Seiten dieses Wikis"
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr "Die Inhalts-Differenz-Seiten dieses Wikis"
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr "Die Speicherung von Wiki Seiten als HTML-Dateien"
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr "Die Speicherung von Wiki Seiten als Dateien"
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
-msgstr "Ändern in diesem Wiki"
+msgstr "Ändern in diesem Wiki"
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
-msgstr "Zurückspeichern einer älteren Version"
+msgstr "Zurückspeichern einer älteren Version"
 
-# Erzeugen??
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
-msgstr "Das Seitenerzeugung in diesem Wiki"
+msgstr "Neue Seiten erzeugen"
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
-msgstr "Das Dateienladen in diesem Wiki"
+msgstr "Dateien hinaufladen"
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
-msgstr "Das Seitensperrung in diesem Wiki"
+msgstr "Seiten sperren"
 
-#: ../lib/main.php:605
-#, fuzzy
+#: ../lib/main.php:610
 msgid "Purging pages"
-msgstr "Das Durchblättern der Seiten dieses Wikis"
+msgstr "Das Durchblättern der Seiten dieses Wikis"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
-msgstr "Die Seitenlöschung in diesem Wiki"
+msgstr "Die Seitenlöschung in diesem Wiki"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr "Die Seitenfreigabe in diesem Wiki"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr "Das Hochladen von ZIP-Dumps in diesem Wiki"
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
-msgstr "Bestätigen Sie die gegenwärtige Aktion"
+msgstr "Bestätigen Sie die gegenwärtige Aktion"
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr "Die Quelltextansicht der Seiten in diesem Wiki"
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr "XML-RPC Zugriff"
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr "SOAP-Zugriff"
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr "Das Herunterladen aller Wiki-Seiten als gezippte Datei"
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 "Das Herunterladen aller Wiki-Seiten als HTML-Dateien in einer Zip-Datei"
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
-msgstr "Sie müssen auf die Zustimmung des Moderators warten."
+msgstr "Sie müssen auf die Zustimmung des Moderators warten."
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
-msgstr "%s: Ungültige Aktion"
+msgstr "%s: Ungültige Aktion"
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "Fataler PhpWiki-Fehler"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr "Chown"
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr "AclSetzen"
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr "SeiteSpeichern"
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
 msgstr "VolltextSuche"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr "Das session.save_path Verzeichnis"
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
-msgstr "das session.save_path Verzeichnis »%s«"
+msgstr "das session.save_path Verzeichnis »%s«"
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
-msgstr "Versuche stattdessen das Verzeichnis »%s« zu verwenden."
+msgstr "Versuche stattdessen das Verzeichnis »%s« zu verwenden."
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
-msgstr "Benutzer werden sich nicht anmelden können."
+msgstr "Benutzer werden sich nicht anmelden können."
 
 #: ../lib/plugin/AddComment.php:39
 msgid "AddComment"
@@ -2414,30 +2441,30 @@
 #: ../lib/plugin/AddComment.php:43
 #, php-format
 msgid "Show and add comments for %s"
-msgstr "Kommentare für %s zeigen und hinzufügen"
+msgstr "Kommentare für %s zeigen und hinzufügen"
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr "Keine Seite angegeben"
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr "Klicken um Kommentare zu verstecken"
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr "Klicken um Kommentare anzuzeigen"
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr "Klicken um anzuzeigen"
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr "Kommentare"
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr "AlleSeiten"
 
@@ -2445,27 +2472,32 @@
 msgid "List all pages in this wiki."
 msgstr "Alle Seiten in diesem Wiki auflisten."
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+#, fuzzy
+msgid "All pages in this wiki ({total} total):"
 msgstr "Alle Seiten in diesem Wiki (%d insgesamt):"
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
-#, php-format
-msgid "List of pages owned by [%s] (%d total):"
-msgstr "Liste der Seiten owned by [%s] (%d insgesamt):"
+#: ../lib/plugin/AllPages.php:75
+#, fuzzy
+msgid "List of user-created pages ({total} total):"
+msgstr "Liste der Benutzer erzeugten Seiten (%d insgesamt):"
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
-#, php-format
-msgid "List of pages last edited by [%s] (%d total):"
-msgstr "Liste der Seiten last edited by [%s] (%d insgesamt):"
+#: ../lib/plugin/AllPages.php:81
+#, fuzzy, php-format
+msgid "List of pages owned by [%s] ({total} total):"
+msgstr "Liste der Seiten im Besitz von [%s] (%d insgesamt):"
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
-#, php-format
-msgid "List of pages created by [%s] (%d total):"
+#: ../lib/plugin/AllPages.php:92
+#, fuzzy, php-format
+msgid "List of pages last edited by [%s] ({total} total):"
+msgstr "Liste der Seiten zuletzt geändert von [%s] (%d insgesamt):"
+
+#: ../lib/plugin/AllPages.php:103
+#, fuzzy, php-format
+msgid "List of pages created by [%s] ({total} total):"
 msgstr "Liste der Seiten erzeugt von [%s] (%d insgesamt):"
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr "Dauer: %s s"
@@ -2478,10 +2510,10 @@
 msgid "List all once authenticated users."
 msgstr "Liste alle eingetragenen Benutzer."
 
-# (authentication=means verbürgt, beglaubigt, oder ganz einfach= durch
+# (authentication=means verbürgt, beglaubigt, oder ganz einfach= durch
 # Nachweis berechtigte = authenticated User are in one simple term =
 # Benutzungsberechtigte oder auch Eingetragene Benutzer)
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr "Eingetragene Benutzer in diesem Wiki (Gesamt: %d):"
@@ -2561,7 +2593,7 @@
 msgid "hours"
 msgstr "Stunden"
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr "Tage"
 
@@ -2575,64 +2607,64 @@
 
 #: ../lib/plugin/AnalyseAccessLogSql.php:256
 msgid "Show summary information from the access log table."
-msgstr "Zeige Überblick über die Access LOG-Tabelle."
+msgstr "Zeige Überblick über die Access LOG-Tabelle."
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
-msgstr "Diese Information ist nur für Administratoren zugänglich."
+msgstr "Diese Information ist nur für Administratoren zugänglich."
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr "SQL_ACCESS_LOG ist nicht aktiviert."
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
-msgstr "Ungültiges Argument 'mode=%s'"
+msgstr "Ungültiges Argument 'mode=%s'"
 
 # some empty DB field
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr "<leer>"
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
-msgstr "TextHinzufügen"
+msgstr "TextHinzufügen"
 
 #: ../lib/plugin/AppendText.php:41
 msgid "Append text to any page in this wiki."
-msgstr "Füge Text zu einer Seite in diesem Wiki hinzu."
+msgstr "Füge Text zu einer Seite in diesem Wiki hinzu."
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
-msgstr "Füge am Ende hinzu."
+msgstr "Füge am Ende hinzu."
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
-msgstr "Seite konnte nicht geändert werden. %s existiert nicht!\n"
+msgstr "Seite konnte nicht geändert werden. %s existiert nicht!\n"
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
-msgstr "TextHinzufügen zu %s"
+msgstr "TextHinzufügen zu %s"
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
-msgstr "Datei erfolgreich geändert."
+msgstr "Datei erfolgreich geändert."
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr "Gehe zu %s."
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2644,174 +2676,172 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr "AutorenProtokoll"
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 "Liste aller Versionen eines Autors mit Diff-Links, oder eine SeitenProtokoll-"
-"ähnliche Liste einer Seite nur für einen Autor."
+"ähnliche Liste einer Seite nur für einen Autor."
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr "kleinere"
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr "Autor"
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr "Zusammenfassung"
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
-msgstr "Geändert"
+msgstr "Geändert"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
-"Verlaufsprotokoll aller großen und kleinen Änderungen von %s der Seite %s."
+"Verlaufsprotokoll aller großen und kleinen Änderungen von %s der Seite %s."
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
-"Verlaufsprotokoll aller großen und kleinen Änderungen aller Seiten, die von %"
+"Verlaufsprotokoll aller großen und kleinen Änderungen aller Seiten, die von %"
 "s bearbeitet wurden."
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr "Alle Seiten, die mit %s verlinkt sind."
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr "Noch keine Seiten sind mit %s verlinkt."
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
-msgstr "Eine Seite würde mit %s verlinkt sein:"
+msgstr "Eine Seite würde mit %s verlinkt sein:"
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
-msgstr "%s Seiten würden mit %s verlinkt sein:"
+msgstr "%s Seiten würden mit %s verlinkt sein:"
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr "Keine Seiten sind mit %s verlinkt."
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr "Eine Seite ist mit %s verlinkt:"
 
-#: ../lib/plugin/BackLinks.php:168
-#, fuzzy
+#: ../lib/plugin/BackLinks.php:162
 msgid "Those"
-msgstr "Schließen"
+msgstr "Diese"
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr "%s Seiten sind mit %s verlinkt:"
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
-msgstr "Blog-Einträge für %s:"
+msgstr "Blog-Einträge für %s:"
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr "BlogArchiv"
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr "Blog-Archive:"
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
-#, fuzzy
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
-msgstr "Neuer Kommentar."
+msgstr "Neuer Eintrag"
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
-msgstr "Keine Blog-Einträge"
+msgstr "Keine Blog-Einträge"
 
 #: ../lib/plugin/BoxRight.php:34
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr "Voriger Monat"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
-msgstr "Nächster Monat"
+msgstr "Nächster Monat"
 
-#: ../lib/plugin/Calendar.php:132
-#, fuzzy
+#: ../lib/plugin/Calendar.php:127
 msgid "Wk"
-msgstr "Br."
+msgstr "Cw"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "Bearbeite %s"
@@ -2828,26 +2858,33 @@
 msgid "Create a Wiki page."
 msgstr "Erzeuge eine neue Wiki-Seite."
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr "Kommentar"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr "Kommentar in WikiText verstecken."
 
 #: ../lib/plugin/CreateBib.php:36
-#, fuzzy
 msgid "CreateBib"
-msgstr "InhaltsVerzeichnis"
+msgstr ""
 
 #: ../lib/plugin/CreateBib.php:40
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr "Keine Seite angegeben"
 
@@ -2859,54 +2896,107 @@
 msgid "Create a Wiki page by the provided name."
 msgstr "Erzeuge neue Wiki-Seite mit dem angegebenem Namen."
 
+#: ../lib/plugin/CreatePage.php:66
+msgid "Cannot create page with empty name!"
+msgstr "Kann Seite mit leerem Namen nicht erzeugen"
+
 #: ../lib/plugin/CreatePage.php:70
 #, fuzzy
-msgid "Cannot create page with empty name!"
-msgstr "Das Verzeichnis »%s« kann nicht erzeugt werden"
+msgid "CreatePage failed"
+msgstr "NeueSeite"
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
+#, fuzzy, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr ""
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen wollen?"
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
 #, php-format
 msgid "%s already exists"
 msgstr "%s existiert bereits"
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr "Erzeugt von NeueSeite"
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr "InhaltsVerzeichnis"
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/CreateToc.php:396
 msgid "CreateToc disabled for old markup"
-msgstr "InhaltsVerzeichnis deaktiviert für altes Markup"
+msgstr "InhaltsVerzeichnis deaktiviert für altes Markup"
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
-msgstr "Hier klicken um zu verstecken"
-
-#: ../lib/plugin/CreateToc.php:443
-#, fuzzy
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
-msgstr "Klicken um anzuzeigen"
+msgstr "Klicken um TOC anzuzeigen"
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr "AktuelleZeit"
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr "VerwaisteSeiten"
 
 # word substitution order changes here
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr "Zeilenweiser Vergleich der Versionen"
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
-msgstr "Welt"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "SeiteEinfügen"
 
+#: ../lib/plugin/DynamicIncludePage.php:39
+#, fuzzy
+msgid "Dynamicly include text from another wiki page."
+msgstr "Text von einer andere Seite einfügen."
+
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s B"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+#, fuzzy
+msgid "Click to hide/show"
+msgstr "Hier klicken um zu verstecken"
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr "MetaDatenBearbeiten"
@@ -2914,24 +3004,24 @@
 #: ../lib/plugin/EditMetaData.php:52
 #, php-format
 msgid "Edit metadata for %s"
-msgstr "Meta-Daten für %s bearbeiten"
+msgstr "Meta-Daten für %s bearbeiten"
 
-#: ../lib/plugin/EditMetaData.php:132
-#, fuzzy, php-format
+#: ../lib/plugin/EditMetaData.php:127
+#, php-format
 msgid "No metadata for %s"
-msgstr "Meta-Daten für %s bearbeiten"
+msgstr "Keine Meta-Daten für %s"
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr "Eingeben"
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr "Verlangt Administratorenrechte zur Bearbeitung."
 
@@ -2945,69 +3035,73 @@
 "Weiterleitung der Suche zu einer externen Webseite aufgrund einer "
 "Formulareingabe"
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
-msgstr "Ungültiger Parameter: %s=%s"
+msgstr "Ungültiger Parameter: %s=%s"
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 msgid "FileInfo"
 msgstr "DateiInfo"
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
-msgstr "Erforderliches Argument »%s« fehlt."
+msgstr "Erforderliches Argument »%s« fehlt."
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, php-format
+msgid "File '%s' not found."
+msgstr "Datei '%s' nicht gefunden"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
-#, fuzzy
+#: ../lib/plugin/FileInfo.php:91
 msgid "page not locked"
-msgstr "Seite jetzt gesperrt."
+msgstr "Seite nicht gesperrt"
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr "FoafBetrachter"
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr "Titel"
 
@@ -3024,94 +3118,99 @@
 "Zeigt eine URL in einem eigenen (oder gesonderten) Frame innerhalb der "
 "Seite. Nur ein Frame ist erlaubt."
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr "Fehler beim Einbetten der Seite %s: Rekursiver Selbstaufruf der Seite"
 
-# (??? Parameter = Hilfsgröße!!!Bezugseinheit!!! Bezugsgröße!!!)
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+# (??? Parameter = Hilfsgröße!!!Bezugseinheit!!! Bezugsgröße!!!)
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr "%s oder %s Argument fehlt"
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr "Fehler beim Aufruf der Seite %s: Rekursion (sich selbst aufrufend)"
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr "Siehe %s"
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr "Den Text aller Seiten dieses Wikis durchsuchen."
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
-msgstr "Volltext-Suchresultate nach »%s«"
+msgstr "Volltext-Suchresultate nach »%s«"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr "nur %d Seiten angezeigt"
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
-#, fuzzy, php-format
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
+#, php-format
 msgid "(%d Links)"
-msgstr "Links"
+msgstr "(%d Verweise)"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr "FuzzySuche"
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
-msgstr "Suche nach Seitentitel die ähnlich klingen wie %s."
+msgstr "Suche nach Seitentitel die ähnlich klingen wie %s."
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
-msgstr "Diese Seitentitel sind das Ergebnis der FuzzySuche nach »%s«."
+msgstr "Diese Seitentitel sind das Ergebnis der FuzzySuche nach »%s«."
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr "Seitenname"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr "Gewichtung"
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr "Buchstabierende"
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr "Aussprachliche"
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr "GeheZu"
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr "Gehe zu oder erzeuge diese Seite."
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr "Los"
 
@@ -3124,18 +3223,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr "%s Argument fehlt"
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
-msgstr "Ungültiger Parameter %s"
+msgstr "Ungültiger Parameter %s"
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr "neues&nbsp;Fenster"
 
@@ -3147,7 +3246,7 @@
 msgid "Make use of the Google API"
 msgstr "Benutze die Google API"
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr "Nichts gefunden"
 
@@ -3159,22 +3258,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr "%s ist leer"
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
-msgstr "Konnte Programm »%s« nicht starten"
+msgstr "Konnte Programm »%s« nicht starten"
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3191,66 +3290,91 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr "Nur Dateien mit der Endung HTML sind erlaubt"
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
 #: ../lib/plugin/IncludePage.php:34
 msgid "IncludePage"
-msgstr "SeiteEinfügen"
+msgstr "SeiteEinfügen"
 
 #: ../lib/plugin/IncludePage.php:38
 msgid "Include text from another wiki page."
-msgstr "Text von einer andere Seite einfügen."
+msgstr "Text von einer andere Seite einfügen."
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
-msgstr "Fehler beim Einfügen der Seite %s: rekursiver Selbstaufruf ignoriert"
+msgstr "Fehler beim Einfügen der Seite %s: rekursiver Selbstaufruf ignoriert"
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
+#, fuzzy, php-format
+msgid "Page '%s' does not exist"
+msgstr "Gruppenseite »%s« existiert nicht"
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, fuzzy, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr "Fehler beim Einfügen der Seite %s: rekursiver Selbstaufruf ignoriert"
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
 #, php-format
 msgid "%s(%d): no such revision"
 msgstr "%s(%d): keine solche Version"
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
-msgstr "Eingefügter Text von %s"
+msgstr "Eingefügter Text von %s"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr " ... erste %d Zeilen"
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 msgid "IncludePages"
-msgstr "SeitenEinfügen"
+msgstr "SeitenEinfügen"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
-msgstr "Füge mehrere Seiten ein."
+msgstr "Füge mehrere Seiten ein."
 
 #: ../lib/plugin/IncludeSiteMap.php:52
 msgid "IncludeSiteMap"
-msgstr "SeitenBaumEingefügt"
+msgstr "SeitenBaumEingefügt"
 
 #: ../lib/plugin/IncludeSiteMap.php:56
 #, php-format
 msgid "Include recursively all linked pages starting at %s"
 msgstr "Bette rekursiv alle verlinkten Seiten ein, angefangen mit %s"
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "SeiteEinfügen"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "Kategorie"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr "InterWikiSuche"
@@ -3259,28 +3383,31 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr "Durchsuchen im InterWiki sites die im InterWikiMap verzeichnet sind."
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr "Name des Wikis"
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "Suche"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr "JabberAnwesend"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr "Einfaches Jabber-Anwesenheits Zusatzprogramm"
 
@@ -3292,53 +3419,51 @@
 msgid "Search an LDAP directory"
 msgstr "Durchsuche ein LDAP Verzeichnis"
 
-#: ../lib/plugin/LdapSearch.php:81
-#, fuzzy
+#: ../lib/plugin/LdapSearch.php:76
 msgid "Missing ldap extension"
-msgstr "Fehlende Zugriffsberechtigung:"
+msgstr "Fehlende php LDAP extension"
 
-#: ../lib/plugin/LdapSearch.php:104
-#, fuzzy
+#: ../lib/plugin/LdapSearch.php:99
 msgid "Failed to connect to LDAP host"
 msgstr "LDAP Server nicht gefunden"
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
-msgstr ""
+msgstr "Konnte nicht mit LDAP Host verbinden"
 
-# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
-# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
-# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
+# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
+# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
-msgstr "ÄhnlicheSeiten"
+msgstr "ÄhnlicheSeiten"
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
-msgstr "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«."
+msgstr "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«."
 
 # (oder "Vorwort"; richtig=vorangestelltes Wort)
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
-msgstr "Seitennamen mit dem Anfangswort »%s«"
+msgstr "Seitennamen mit dem Anfangswort »%s«"
 
 # (nachwort=nachgestelltes Wort)
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
-msgstr "Seitennamen mit Endwort »%s«"
+msgstr "Seitennamen mit Endwort »%s«"
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
-msgstr "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«"
+msgstr "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«"
 
 #: ../lib/plugin/LinkDatabase.php:48
 msgid ""
@@ -3346,65 +3471,77 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr "Alle Seiten mit allen Links in diesem Wiki (%d insgesamt):"
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr "Liste der Seiten owned by [%s] (%d insgesamt):"
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr "Liste der Seiten last edited by [%s] (%d insgesamt):"
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr "Liste der Seiten erzeugt von [%s] (%d insgesamt):"
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr "Links"
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
-msgstr "Nicht unterstützter format Parameter %s"
+msgstr "Nicht unterstützter format Parameter %s"
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
-#, fuzzy
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 msgid "LinkSearch"
-msgstr "LiveSuche"
+msgstr "LinkSuche"
 
 #: ../lib/plugin/LinkSearch.php:38
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
-#, fuzzy
+#: ../lib/plugin/LinkSearch.php:94
 msgid "outgoing"
-msgstr "Anmelden"
+msgstr "ausgehend"
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
-msgstr ""
+msgstr "eingehend"
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
-#, fuzzy
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 msgid "Link"
-msgstr "Links"
+msgstr "Verweis"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
 
-# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
-# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
-# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
+# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
+# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
+# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
 #: ../lib/plugin/ListPages.php:38
 msgid "ListPages"
 msgstr "ListeSeiten"
@@ -3413,14 +3550,13 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
-msgstr "Sie müssen sich anmelden um die Bewertungen zu sehen."
+msgstr "Sie müssen sich anmelden um die Bewertungen zu sehen."
 
 #: ../lib/plugin/ListRelations.php:34
-#, fuzzy
 msgid "ListRelations"
-msgstr "SemantischeBeziehungen"
+msgstr "ListeRelationen"
 
 #: ../lib/plugin/ListRelations.php:37
 msgid ""
@@ -3430,17 +3566,17 @@
 
 #: ../lib/plugin/ListSubpages.php:34
 msgid "ListSubpages"
-msgstr "UnterseitenListe"
+msgstr "ListeUnterseiten"
 
 #: ../lib/plugin/ListSubpages.php:38
 msgid "Lists the names of all SubPages of the current page."
 msgstr "Listet die Namen aller Unterseiten der aktuellen Seite."
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr "Diese Seite hat keine zugewiesenen Unterseiten."
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr "Unterseiten von %s:"
@@ -3455,16 +3591,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr "Tabellen mit erweiterter HTML Syntax."
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
-msgstr "Unterstütze moderierte Seiten"
+msgstr "Unterstütze moderierte Seiten"
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
-msgstr "ModerierteSeite: Keine E-Mails für Moderatoren definiert"
+msgstr "ModerierteSeite: Keine E-Mails für Moderatoren definiert"
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3472,12 +3608,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr "'%s' ist keine ModeratierteSeite mehr."
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3485,129 +3621,128 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr "ModerierteSeite Benachrichtigungsfehler: Konnte kein E-Mail versenden"
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
-msgstr ""
+msgstr "Grund: "
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr "Akzeptieren"
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr "Ablehnen"
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr "<?plugin ModeratedPage ... ?> nicht in erster Zeile von %s gefunden"
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, php-format
 msgid "%s is not locked!"
 msgstr "%s ist nicht gesperrt!"
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr "MeistBesucht"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr "Die meistbesucht Seiten werden aufgelistet."
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr "Die %d meistbesuchten Seiten dieses Wikis:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr "Die %d selten besuchten Seiten dieses Wikis:"
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
-msgstr "Die besuchten Seiten dieses Wikis, nach Popularität geordnet:"
+msgstr "Die besuchten Seiten dieses Wikis, nach Popularität geordnet:"
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 msgid "NewPagesPerUser"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:23
-#, fuzzy
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
-msgstr "Liste alle eingetragenen Benutzer."
+msgstr "Liste aller neuen Seiten pro Monat und Benutzer"
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr "OhneCache"
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr "Cache diese Seite nicht."
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr "TraditionellerTabellenStil"
 
 # OldTextFormattingRules AlteTextFormatierungsRegeln
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 "Tabellen unter Verwendung traditioneller (alter) Wikitext Formatierung."
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr "Zeile %s beginnt nicht mit '|'."
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr "VerwaisteSeiten"
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr "Liste aller Seiten, die von keiner anderen Seite verlinkt sind."
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr "Verwaiste Seiten in diesem Wiki (%d gesamt):"
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr "Betrachte das interne Speicherformat einer einzelnen Seite."
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr "Seite %s nicht gefunden."
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
-msgstr "Für CVS herunterladen."
+msgstr "Für CVS herunterladen."
 
 # Admin Button: download page dump of this page as WikiQuelltext which
 # has been reformatted for developer CVS.
@@ -3620,9 +3755,9 @@
 # formatted for general backup purposes.
 # English text is poor here but it must be concise enough to fit
 # inside a button.
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
-msgstr "Für Backup herunterladen"
+msgstr "Für Backup herunterladen"
 
 # Admin Button: download page dump of this page as WikiQuelltext which
 # has been reformatted for developer CVS.
@@ -3635,181 +3770,183 @@
 # formatted for general backup purposes.
 # English text is poor here but it must be concise enough to fit
 # inside a button.
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
-msgstr "Alle Versionen für Backup herunterladen"
+msgstr "Alle Versionen für Backup herunterladen"
 
 # "Page dump" (Speicherauszug?) den WikiQuelltext von (Seitenname)
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr "Vorschau: Seitendump von %s"
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
-"(formatiert für die PhpWiki Entwickler als pgsrc Vorlage, nicht zum Backup)"
+"(formatiert für die PhpWiki Entwickler als pgsrc Vorlage, nicht zum Backup)"
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr "Vorschau als normales Format"
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr "Vorschau als Backupformat"
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr "(formatiert zum Backup: Alle Versionen)"
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr "Vorschau im Entwickler Format"
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr "(Normales Format: Nur aktuelle Version)"
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 "Verwenden Sie bitte eine der herunterladbaren Versionen als von der obigen "
-"Vorschau zu Kopieren und Einzufügen."
+"Vorschau zu Kopieren und Einzufügen."
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr "Achtung:"
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr "SeitenGruppe"
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
-msgstr "SeitenGruppe für »%s«"
+msgstr "SeitenGruppe für »%s«"
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr "Inhalt"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr "<%s: unbekannte Sektion>"
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
-msgstr "Nächste"
+msgstr "Nächste"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr "Vorherige"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr "Erste"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr "Letzte"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
-msgstr "Verlaufsprotokoll für Seite %s"
+msgstr "Verlaufsprotokoll für Seite %s"
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr "Keine Versionen gefunden"
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr "Versionen vergleichen"
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
-msgstr "Wählen Sie zwei Versionen zum Vergleich aus."
+msgstr "Wählen Sie zwei Versionen zum Vergleich aus."
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
-msgstr "Wählen Sie zwei Versionen aus, dann %s."
+msgstr "Wählen Sie zwei Versionen aus, dann %s."
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr "SeitenProtokoll"
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "Version %d."
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
-msgstr "geringfügige"
+msgstr "geringfügige"
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
-msgstr "Änderungsprotokoll."
+msgstr "Änderungsprotokoll."
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
-msgstr "Das Änderungsprotokoll für %s auflisten"
+msgstr "Das Änderungsprotokoll für %s auflisten"
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr "SeitenInfo"
 
 #: ../lib/plugin/PageInfo.php:36
 #, php-format
 msgid "Show extra page Info and statistics for %s."
-msgstr "Zusätzliche Seiten-Info und Statistiken über %s zeigen."
+msgstr "Zusätzliche Seiten-Info und Statistiken über %s zeigen."
 
 #: ../lib/plugin/PageTrail.php:45
 msgid "PageTrail"
@@ -3821,123 +3958,128 @@
 
 #: ../lib/plugin/PasswordReset.php:42
 msgid "PasswordReset"
-msgstr "PasswortZurücksetzen"
+msgstr "PasswortZurücksetzen"
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr "Nachricht"
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, php-format
 msgid "Error sending email with password for user %s."
 msgstr ""
-"Fehler beim Versenden der E-Mail mit dem neuen Passwort für Benutzer %s."
+"Fehler beim Versenden der E-Mail mit dem neuen Passwort für Benutzer %s."
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 msgid "Reset password of user: "
-msgstr "Setze Passwort für Benutzer zurück: "
+msgstr "Setze Passwort für Benutzer zurück: "
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr "Versende E-Mail"
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
-msgstr "Sie müssen den Benutzernamen angeben!"
+msgstr "Sie müssen den Benutzernamen angeben!"
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr "Bereits eingeloggt"
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 #, fuzzy
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
-"Sie müssen Administratorrechte haben, um dieses Zusatzprogramm zu benutzen."
+"Sie müssen Administratorrechte haben, um dieses Zusatzprogramm zu benutzen."
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr "BilderAlbum"
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 "Zeigt die Liste der Bilder in einer Textdatei an, mit optionalen "
 "Beschreibungen"
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 "URL Formfehler in Quellcode: alle der folgenden Zeichen entfernen <, >, \""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr "Konnte src='%s' nicht lesen"
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr "Konnte src='%s' nicht lesen"
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr "PhpHighlight"
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr "Hervorhebung der PHP-Syntax (Syntax highlighting)"
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
-msgstr "Ungültige Farbe: %s"
+msgstr "Ungültige Farbe: %s"
 
 #: ../lib/plugin/PhpWeather.php:63
 msgid "PhpWeather"
@@ -3947,29 +4089,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr "Der PhpWetter plugin gibt Auskunft zur Wetterlage vom Internet."
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
-msgstr "Die angegebene ICAO »%s« war nicht bekannt."
+msgstr "Die angegebene ICAO »%s« war nicht bekannt."
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
-msgstr "%s weißt nichts von die Sprache »%s«, stattdessen wird 'en' angewendet."
+msgstr "%s weißt nichts von die Sprache »%s«, stattdessen wird 'en' angewendet."
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr "Land eingeben"
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
-msgstr "Land ändern"
+msgstr "Land ändern"
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr "Land eingeben"
 
@@ -3981,54 +4123,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr "fehlender Quelltext"
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr "ZusatzprogrammManager"
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr "Beschreibung: Liste aller Zusatzprogramme in diesem Wiki."
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "Alle Seiten in diesem Wiki auflisten."
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr "Zusatzprogramme"
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr "um diese Zusatzprogramme zu verwenden"
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr "Zusatzprogramm"
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr "Parameter"
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr "%s scheint kein Zusatzprogramm zu sein."
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr "Hilfe"
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -4038,22 +4181,22 @@
 
 #: ../lib/plugin/PopularNearby.php:48
 msgid "List the most popular pages nearby."
-msgstr "Liste die meistbesuchten Seiten in der Nähe."
+msgstr "Liste die meistbesuchten Seiten in der Nähe."
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr "Die %d besten hereinkommenden Links: "
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr "Die %d besten hinausgehenden Links: "
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
-msgstr "Die %d meistbesuchten Seiten in der Nähe: "
+msgstr "Die %d meistbesuchten Seiten in der Nähe: "
 
 #: ../lib/plugin/PopularTags.php:34
 #, fuzzy
@@ -4065,77 +4208,86 @@
 msgid "List the most popular tags."
 msgstr "Die meistbesucht Seiten werden aufgelistet."
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr "KategorieKategorie"
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
 msgstr "Kategorie"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr "Thema"
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
 msgstr "Voreinstellungen"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr "Analysiere Empfehlungen auf Grund von Bewertungen."
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 #, fuzzy
 msgid "Total Units"
 msgstr "Anzahl aller Seitenaufrufe %d"
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 #, fuzzy
 msgid "Total Voters"
-msgstr "%d Benutzeroberfläche gesamt: "
+msgstr "%d Benutzeroberfläche gesamt: "
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
-msgstr "VorigeNächste"
+msgstr "VorigeNächste"
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
-msgstr "Einfache Navgiationsknöpfe für %s"
+msgstr "Einfache Navgiationsknöpfe für %s"
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr "Oben"
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+#, fuzzy
+msgid "Processing"
+msgstr "Zugriffsrecht"
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr "ZufallsSeite"
 
 #: ../lib/plugin/RandomPage.php:37
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
-"Eine liste der zufälliger ausgewählter Seiten zeigen oder nach einer "
-"zufälliger ausgewählter Seite weiterleiten."
+"Eine liste der zufälliger ausgewählter Seiten zeigen oder nach einer "
+"zufälliger ausgewählter Seite weiterleiten."
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr "BewerteEs"
 
@@ -4143,344 +4295,428 @@
 msgid "Rating system. Store user ratings per page"
 msgstr "Bewertungssystem. Speichere Benutzerbewertungen pro Seite"
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "Deine Bewertung "
 
-# (verify=verwirklichen, in die Tat umsetzen, durch- oder ausführen)
-#: ../lib/plugin/RateIt.php:121
+# (verify=verwirklichen, in die Tat umsetzen, durch- oder ausführen)
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
-msgstr "um die gegenwärtige Aktion durchzuführen"
+msgid "Your current prediction: "
+msgstr "um die gegenwärtige Aktion durchzuführen"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 #, fuzzy
 msgid "Change your rating from "
 msgstr "Deine Bewertung "
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+#, fuzzy
+msgid " to "
 msgstr "nach"
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 #, fuzzy
 msgid "Add your rating: "
 msgstr "Deine Bewertung "
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr "Deine Bewertung war %.1f"
 
 # (Wrong Translation; sorry, but the German term for edit is NOT
 # editieren, but  e d i e r e n).
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "Bearbeite: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr "Bewerte es"
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 #, fuzzy
 msgid "Cancel your rating"
-msgstr "Bewertung löschen"
+msgstr "Bewertung löschen"
 
 #: ../lib/plugin/RawHtml.php:57
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 "Einer Zusatzprogramm der reine HTML-Befehle im Wiki-Seiten abrufbar stellt."
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
-msgstr "HTML-Befehle sind in diesem Wiki außer Kraft gesetzt."
+msgstr "HTML-Befehle sind in diesem Wiki außer Kraft gesetzt."
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr "Reine HTML-Befehle"
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr "%s wird/werden nur in gesperrten Seiten erlaubt."
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 #, fuzzy
 msgid "UserContribs"
 msgstr "BenutzerBewertungen"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
-msgstr "NeuesteÄnderungen"
+msgstr "NeuesteÄnderungen"
 
-# KleineÄnderungen?
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+# KleineÄnderungen?
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
-msgstr "GeringfügigeÄnderungen"
+msgstr "GeringfügigeÄnderungen"
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 msgid "Deleted"
-msgstr "Gelöscht"
+msgstr "Gelöscht"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "diff"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "(protok.)"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 #, fuzzy
 msgid "contribs"
 msgstr "Kommentare"
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "Neue Seite"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
-msgstr "Änderungen"
+msgstr "Änderungen"
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
-msgstr "Größere Änderungen"
+msgstr "Größere Änderungen"
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
-msgstr "Kleinere Änderungen"
+msgstr "Kleinere Änderungen"
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr "Neueste Kommentare"
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr "Kommentare"
 
 # Erzeugen??
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
 msgstr "um diese Seite zu erzeugen"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, fuzzy, php-format
 msgid " for pages changed by %s"
-msgstr "Keine Änderungen."
+msgstr "Keine Änderungen."
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, fuzzy, php-format
 msgid " for pages owned by %s"
 msgstr "Liste der Seiten owned by [%s] (%d insgesamt):"
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, fuzzy, php-format
 msgid " for all pages linking to %s"
 msgstr "Keine Seiten sind mit %s verlinkt."
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, fuzzy, php-format
 msgid " for all pages matching '%s'"
 msgstr "Alle Seiten, die mit %s verlinkt sind."
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
-msgstr "Die %d jüngste %s innerhalb des letzten Tages sind unten aufgelistet."
+msgstr "Die %d jüngste %s innerhalb des letzten Tages sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
-"Die %d jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."
+"Die %d jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
-msgstr "Die %d jüngste %s sind unten aufgelistet."
+msgstr "Die %d jüngste %s sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
-msgstr "Die %d älteste %s innerhalb des letzten Tages sind unten aufgelistet."
+msgstr "Die %d älteste %s innerhalb des letzten Tages sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
-"Die %d älteste %s innerhalb der letzten %s Tage sind unten aufgelistet."
+"Die %d älteste %s innerhalb der letzten %s Tage sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
-msgstr "Die %d älteste %s sind unten aufgelistet."
+msgstr "Die %d älteste %s sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
-msgstr "Die jüngste %s innerhalb des letzten Tages sind unten aufgelistet."
+msgstr "Die jüngste %s innerhalb des letzten Tages sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
-msgstr "Die jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."
+msgstr "Die jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr "Alle %s sind unten aufgelistet."
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr "Keine Kommentare gefunden."
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
-msgstr "Keine Änderungen gefunden."
+msgstr "Keine Änderungen gefunden."
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr "TitelSuche"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr "Zeige kleinere Änderungen innerhalb von:"
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "Alle Seiten in diesem Wiki auflisten."
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr "Zeige alle Änderungen innerhalb von:"
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
-msgstr "Zeige Änderungen innerhalb von:"
+msgstr "Zeige Änderungen innerhalb von:"
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1356
+#: ../lib/plugin/RecentChanges.php:1417
 msgid "1 day"
 msgstr "1 Tag"
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s Tagen"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+#, fuzzy
+msgid "All users"
+msgstr "AlleBenutzer"
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+#, fuzzy
+msgid "All pages"
+msgstr "Alle Seiten"
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+#, fuzzy
+msgid "All modifications"
+msgstr "E-Mail Bestätigung"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "Inhalt: "
+
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
+# "NeuesteNachrichten" or much more better "DasNeueste").
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "AlleNeuesteÄnderungen"
+
+# Erzeugen??
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "um diese Seite zu erzeugen"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "Neue Seite"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr "NeuesteKommentare"
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
 msgstr "Letzter Kommentar von "
 
-# KleineÄnderungen?
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+#, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "Alle Seiten in diesem Wiki auflisten."
+
+# KleineÄnderungen?
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
-msgstr "Geringfügige Änderungen"
+msgstr "Geringfügige Änderungen"
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr "WeiterLeiten"
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+#, fuzzy
+msgid "Redirects to another URL or page."
 msgstr "Weiterleitung zu einer externen Webseite oder localer Seite."
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
-msgstr "Weiterleitung zu einer externen Webseite"
+#: ../lib/plugin/RedirectTo.php:76
+#, fuzzy
+msgid "Redirect to an external URL is only allowed in locked pages."
+msgstr "%s wird/werden nur in gesperrten Seiten erlaubt."
 
-#: ../lib/plugin/RedirectTo.php:97
+# (??? Parameter = Hilfsgröße!!!Bezugseinheit!!! Bezugsgröße!!!)
+#: ../lib/plugin/RedirectTo.php:85
+#, fuzzy
+msgid "'href' or 'page' parameter missing."
+msgstr "%s oder %s Argument fehlt"
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
-msgstr "Eigenbezogene Selbstrückleitung: »%s«"
+msgstr "Eigenbezogene Selbstrückleitung: »%s«"
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr "Rekursive Redirektion verboten."
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr "Zeige Redirekt-Seite."
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr "(auf Seiten verlinkt von \"%s\")"
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+#, fuzzy
+msgid "List of changes on all pages which are linked to from this page."
+msgstr "Liste aller Seiten, die von keiner anderen Seite verlinkt sind."
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
-msgstr "Verlinkte Änderungen"
+msgstr "Verlinkte Änderungen"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
-msgstr "VerlinkteÄnderungen"
+msgstr "VerlinkteÄnderungen"
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr "ErweiterteTabellen"
 
 # OldTextFormattingRules AlteTextFormatierungsRegeln
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr "Tabellen mit erweiterter HTML Syntax."
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr "Einfaches RSS Feed Plugin"
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
-msgstr "keine RSS Einträge"
+msgstr "keine RSS Einträge"
 
 #: ../lib/plugin/SearchHighlight.php:39
 msgid "SearchHighlight"
@@ -4488,9 +4724,9 @@
 
 #: ../lib/plugin/SearchHighlight.php:43
 msgid "Hilight referred search terms."
-msgstr "Hebe externe Suchwörter hervor."
+msgstr "Hebe externe Suchwörter hervor."
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4502,59 +4738,58 @@
 #: ../lib/plugin/SemanticRelations.php:38
 #, fuzzy
 msgid "Display the list of relations and attributes on this page."
-msgstr "Ändern von Eigenschaften"
+msgstr "Ändern von Eigenschaften"
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 msgid "SemanticSearch"
 msgstr "SemantischeSuche"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
-msgstr "Semantische Beziehungen für %s"
+msgstr "Semantische Beziehungen für %s"
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
-msgstr "Attribute für %s"
+msgstr "Attribute für %s"
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 #, fuzzy
 msgid "Search relations and attributes"
-msgstr "Ändern von Eigenschaften"
+msgstr "Ändern von Eigenschaften"
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
-#, fuzzy
+#: ../lib/plugin/SemanticSearch.php:122
 msgid "Relations"
-msgstr "Verwandte Links"
+msgstr "Relationen"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4573,7 +4808,7 @@
 #: ../lib/plugin/SemanticSearch.php:216
 #, fuzzy
 msgid "Attributes"
-msgstr "Attribute für %s"
+msgstr "Attribute für %s"
 
 #: ../lib/plugin/SemanticSearch.php:217
 msgid "Search in pages for an attribute with that numeric value."
@@ -4589,31 +4824,31 @@
 msgid "SemanticSearchAdvanced"
 msgstr "SemantischeSuche"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
 msgstr "SemantischeBeziehungen"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4622,32 +4857,32 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
 msgstr "Seitenname"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
 #: ../lib/plugin/SiteMap.php:51
 msgid "SiteMap"
-msgstr "SeitenÜbersicht"
+msgstr "SeitenÃœbersicht"
 
 #: ../lib/plugin/SiteMap.php:55
 msgid "Recursively get BackLinks or links"
-msgstr "Alle BackLinks für %s (rekursiv)"
+msgstr "Alle BackLinks für %s (rekursiv)"
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr "(max. Rekursionstiefe: %d)"
@@ -4660,16 +4895,16 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
 msgstr "Auswahl"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4681,11 +4916,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr "Zeige Tabelle von SQL Abfragen an"
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4698,79 +4933,79 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
 # ie. no pages found
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr "<unbekannt>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr " ausgelassen"
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 #, fuzzy
 msgid "Now upload all locally newer uploads."
 msgstr "Keine Datei zum Hochladen?"
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, fuzzy, php-format
 msgid "%s force"
-msgstr "%s Wörter"
+msgstr "%s Wörter"
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, fuzzy, php-format
 msgid "Postponed %s for %s."
-msgstr "Fehlender %s für %s"
+msgstr "Fehlender %s für %s"
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 #, fuzzy
 msgid "skipped"
 msgstr " ausgelassen"
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
 msgstr "leerer Seiteninalt"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr "FEHLER"
 
@@ -4782,275 +5017,275 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr "Keine Syntax angegeben."
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
-msgstr "ungültiges %s ignoriert"
+msgstr "ungültiges %s ignoriert"
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr "kein Cache verwendet"
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr "Seitendaten in den Cachespeicher aufgenommen:"
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr "Versionendaten in den Cachespeicher aufgenommen:"
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
-"Aufbewahrung größerer Änderungen für %d, aber nicht länger als %d Tage."
+"Aufbewahrung größerer Änderungen für %d, aber nicht länger als %d Tage."
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
-"Aufbewahrung kleinerer Änderungen für %d, aber nicht länger als %d Tage."
+"Aufbewahrung kleinerer Änderungen für %d, aber nicht länger als %d Tage."
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
-msgstr "Aufbewahrung der neueren Beiträge der letzten %d Autoren für %d Tage."
+msgstr "Aufbewahrung der neueren Beiträge der letzten %d Autoren für %d Tage."
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
 "last %d days (even if there are more than %d of them,) but in no case keep "
 "more than %d unique author revisions."
 msgstr ""
-"Versuche zusätzlich die neuesten Beiträge aller Autoren der letzten %d Tage "
+"Versuche zusätzlich die neuesten Beiträge aller Autoren der letzten %d Tage "
 "aufzubewahren (auch wenn es mehr als %d sind), keinesfalls jedoch mehr als %"
 "d einzelne Autoren Revisionen."
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr "%d Seiten"
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr "%d nicht leere Seiten"
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr "noch nicht"
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr "%d Homepages"
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr "Anzahl aller Seitenaufrufe %d"
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr "Max: %d"
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr "Mittel: %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr "Median: %d"
 
 # Abbreviation in German for standard deviation / Standardabweichung?
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr "Standardabweichung: %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr "%d Seiten die weniger als %d aufgerufen haben (<%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr "%d Seite(n) die mehr als %d aufgerufen haben (>%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr "Anwendungsplatzbedarf: %d KB"
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
-msgstr "Größe der Seitendaten: %d KB"
+msgstr "Größe der Seitendaten: %d KB"
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr "%d Gesamte Zusatzprogramme: "
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr "%d Sprache gesamt: "
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
-msgstr "Ihre Sprache: »%s«"
+msgstr "Ihre Sprache: »%s«"
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
-msgstr "Standardsprache für dieses Wiki: »%s«"
+msgstr "Standardsprache für dieses Wiki: »%s«"
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
-msgstr "%d Benutzeroberfläche gesamt: "
+msgstr "%d Benutzeroberfläche gesamt: "
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
-msgstr "Ihre Benutzeroberfläche: »%s«"
+msgstr "Ihre Benutzeroberfläche: »%s«"
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
-msgstr "Darstellung des Systems: »%s«"
+msgstr "Darstellung des Systems: »%s«"
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr "Anwendungsname"
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr "PhpWikitriebwerksversion"
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr "Datenbank"
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr "Cache Statistiken"
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr "Seiten Statistiken"
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr "Benutzer Statistiken"
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr "Treffer Statistiken"
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr "Wikiname regexp"
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr "Eingebundene Bilder"
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
-msgstr "Verfügbare Einschubprogramme"
+msgstr "Verfügbare Einschubprogramme"
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
-msgstr "Unterstützte Sprachen"
+msgstr "Unterstützte Sprachen"
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
-msgstr "Unterstützte Benutzeroberfläche"
+msgstr "Unterstützte Benutzeroberfläche"
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 #, fuzzy
 msgid "TeX imagepath not writable."
-msgstr "Keine Schreibrechte für das TeX Verzeichnis."
+msgstr "Keine Schreibrechte für das TeX Verzeichnis."
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 "Das geht leider nicht. Diese PHP Version kann keine PNG Bilder erzeugen."
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 "(La)TeX-Dokument nach ein Bild erstellen. Dadurch konnte eine Formel in "
 "PhpWiki eingebettet worden."
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr "Die Titeln aller Seiten dieses Wikis durchsuchen."
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
-msgstr "Titel-Suchresultate nach »%s«"
+msgstr "Titel-Suchresultate nach »%s«"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
-msgstr "Titel-Suchresultate nach »%s«"
+msgstr "Titel-Suchresultate nach »%s«"
 
 #: ../lib/plugin/Transclude.php:51
 msgid "Transclude"
@@ -5060,11 +5295,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr "Einbetten einer externen Webseite im Body dieser Wiki Seite."
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr "Eingebettete Seite"
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr "Siehe: %s"
@@ -5077,85 +5312,85 @@
 
 #: ../lib/plugin/TranslateText.php:44 ../lib/plugin/_WikiTranslation.php:116
 msgid "TranslateText"
-msgstr "ÜbersetzeText"
+msgstr "ÃœbersetzeText"
 
 #: ../lib/plugin/TranslateText.php:48
 msgid "Define a translation for a specified text"
-msgstr "Definiere die Übersetzung für einen gegebenen Text"
+msgstr "Definiere die Übersetzung für einen gegebenen Text"
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
-msgstr "Übersetzungsfehler!"
+msgstr "Ãœbersetzungsfehler!"
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
-msgstr "MeineÜbersetzungen"
+msgstr "MeineÃœbersetzungen"
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
-msgstr "Übersetze '%s' nach '%s' in *%s*"
+msgstr "Ãœbersetze '%s' nach '%s' in *%s*"
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
-msgstr "Übersetze '%s' nach '%s' in %s"
+msgstr "Ãœbersetze '%s' nach '%s' in %s"
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
-msgstr "Danke für diese Übersetzung!"
+msgstr "Danke für diese Übersetzung!"
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
-"Dein übersetzter Text erscheint noch nicht in %s, aber ein Administrator "
-"wird sich darum kümmern."
+"Dein übersetzter Text erscheint noch nicht in %s, aber ein Administrator "
+"wird sich darum kümmern."
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
-msgstr "Deine Übersetzung ist in %s abgespeichert"
+msgstr "Deine Ãœbersetzung ist in %s abgespeichert"
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr "Von Englisch nach %s: "
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
-msgstr "Übersetzen"
+msgstr "Ãœbersetzen"
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr "UnterseitenEntfalten"
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
-msgstr "Enthält den Inhalt alle UnterSeiten der aktuellen Seite."
+msgstr "Enthält den Inhalt alle UnterSeiten der aktuellen Seite."
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
-msgstr "Eingefügter Text von %s:"
+msgstr "Eingefügter Text von %s:"
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
 msgstr "%s hat keine zugewiesenen Unterseiten."
@@ -5164,239 +5399,283 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 #, fuzzy
 msgid "You cannot upload files."
-msgstr "Die Upload-Logdatei konnte nicht geöffnet worden."
+msgstr "Die Upload-Logdatei konnte nicht geöffnet worden."
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 #, fuzzy
 msgid "Check you are logged in."
 msgstr "Sie sollten jetzt angemeldet sein."
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 "ZUGRIFF VERWEIGERT: Bitte melden Sie sich erst an, um Dateien hochzuladen."
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, fuzzy, php-format
 msgid "ERROR uploading '%s'"
-msgstr "FEHLER beim Hochladen von »%s«: "
+msgstr "FEHLER beim Hochladen von »%s«: "
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr "Dateien mit der Endung %s sind nicht erlaubt."
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, fuzzy, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr "Nur Dateien mit der Endung HTML sind erlaubt"
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 #, fuzzy
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
-"Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische Zeichen, "
+"Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische Zeichen, "
 "Punkt, Unterstrich und Bindestrich."
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr "Es existiert schon eine gleichnamige, hochgeladene Datei %s."
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
-msgstr "Leider ist diese Datei zu groß."
+msgstr "Leider ist diese Datei zu groß."
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr "Datei erfolgreich hochgeladen."
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr "%s wurde hochgeladen"
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr "Hochladen fehlgeschlagen."
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 #, fuzzy
 msgid "The upload logfile exists but is not writable."
 msgstr "Die Upload Logdatei ist nicht schreibbar."
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
-msgstr "Die Upload-Logdatei konnte nicht geöffnet worden."
+msgstr "Die Upload-Logdatei konnte nicht geöffnet worden."
 
 #: ../lib/plugin/UriResolver.php:40
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
-"Fehler: Ihre Homepage Seite muß ein gültiges WikiWord sein. Die "
-"BenutzerEinstellungen können deshalb leider nicht gespeichert werden."
+"Fehler: Ihre Homepage Seite muß ein gültiges WikiWord sein. Die "
+"BenutzerEinstellungen können deshalb leider nicht gespeichert werden."
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 #, fuzzy
 msgid "Your UserPreferences have been successfully reset to default."
-msgstr "Ihre BenutzerEinstellungen wurden erfolgreich gelöscht."
+msgstr "Ihre BenutzerEinstellungen wurden erfolgreich gelöscht."
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr "Falsches Password. Noch einmal eingeben."
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
-msgstr "Passwort geändert."
+msgstr "Passwort geändert."
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
-msgstr "Passwort wurde nicht geändert."
+msgstr "Passwort wurde nicht geändert."
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
-msgstr "Passwort konnte nicht geändert werden."
+msgstr "Passwort konnte nicht geändert werden."
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
-msgstr "Keine Änderungen."
+msgstr "Keine Änderungen."
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 #, fuzzy
 msgid "One UserPreferences field successfully updated."
 msgstr "%d BenutzerEinstellungen erfolgreich auf neuesten Stand gebracht."
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr "%d BenutzerEinstellungen erfolgreich auf neuesten Stand gebracht."
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr "BenutzerBewertungen"
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr "Zeige die Benutzer Bewertungen."
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr "s %d Seiten Bewertungen:"
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr "Bewerte"
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "QuellTextAnsicht"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+# (??? Parameter = Hilfsgröße!!!Bezugseinheit!!! Bezugsgröße!!!)
+#: ../lib/plugin/Video.php:74
+#, fuzzy
+msgid "Both 'url' or 'file' parameters missing."
+msgstr "%s oder %s Argument fehlt"
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, fuzzy, php-format
+msgid "Invalid argument %s"
+msgstr "Ungültiger Parameter %s"
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr "Legende"
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr "WunschZettelSeiten"
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden."
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr "PgsrcTranslation"
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
-msgstr "Benötigt von"
+msgstr "Benötigt von"
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
-msgstr "WunschZettelSeiten für %s:"
+msgstr "WunschZettelSeiten für %s:"
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr "WunschZettelSeiten in diesem Wiki:"
 
 # ie. no pages found
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr "<Keine>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
-msgstr "WunschZettelSeiten für %s (%d gesamt):"
+msgstr "WunschZettelSeiten für %s (%d gesamt):"
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr "WunschZettelSeiten in diesem Wiki (%d gesamt):"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
 msgstr "Anzahl"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "Breite"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5404,408 +5683,481 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, fuzzy, php-format
 msgid "The page %s is already watched!"
 msgstr "Diese Seite existiert bereits"
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+#, fuzzy
+msgid "You must sign in to watch pages."
+msgstr "Sie müssen sich anmelden %s."
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr "WerIstOnline"
 
 #: ../lib/plugin/WhoIsOnline.php:42
 msgid "Show summary information of the current user sessions."
-msgstr "Zeige Überblick über alle aktuellen Benutzersessions."
+msgstr "Zeige Überblick über alle aktuellen Benutzersessions."
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr "Wer ist Online"
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr "%d Benutzer Online"
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr "Gast"
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr "%d Minuten"
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr "WikiAdminChmod"
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr "Setze individuelle Zugangsrechte."
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
-msgstr "Berechtigung der Seite '%s' auf '%s' geändert."
+msgstr "Berechtigung der Seite '%s' auf '%s' geändert."
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
-msgstr "Konnte die Berechtigung der Seite '%s' nicht auf '%s' ändern."
+msgstr "Konnte die Berechtigung der Seite '%s' nicht auf '%s' ändern."
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
-msgstr "Ungültiger CHMOD Befehl"
+msgstr "Ungültiger CHMOD Befehl"
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
-msgstr "%s Seiten wurden geändert."
+msgstr "%s Seiten wurden geändert."
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
-msgstr "Keine Änderungen."
+msgstr "Keine Änderungen."
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr "Zugriffsrecht"
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr "Chmod"
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
-msgstr "Wählen Sie die Seiten zum Ändern:"
+msgstr "Wählen Sie die Seiten zum Ändern:"
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
-msgstr "Ändere auf Berechtigung:"
+msgstr "Ändere auf Berechtigung:"
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr "Aktiviere Vererbung dieser Zugriffsrechte auf alle Unterseiten?"
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr "(deaktiviere individuelle Zugriffsrechte, aktiviere Vererbung)"
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr "WikiAdminChown"
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr "Den Besitzer ausgewählte Seiten ändern."
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "Den Besitzer ausgewählte Seiten ändern."
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
-msgstr "Zugang verweigert um Seite '%s' zu ändern."
+msgstr "Zugang verweigert um Seite '%s' zu ändern."
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr "Besitzer der Seite '%s' auf '%s' geändert."
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "Besitzer der Seite '%s' auf '%s' geändert."
 
-#: ../lib/plugin/WikiAdminChown.php:78
-#, php-format
-msgid "Couldn't chown page '%s' to '%s'."
-msgstr "Konnte den Besitzer der Seite '%s' nicht in '%s' ändern."
+#: ../lib/plugin/WikiAdminChown.php:83
+#, fuzzy, php-format
+msgid "Could not change owner of page '%s' to '%s'."
+msgstr "Konnte den Besitzer der Seite '%s' nicht in '%s' ändern."
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
-#, php-format
-msgid "%s pages have been permanently changed."
-msgstr "%s Seiten wurden geändert."
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
+#, fuzzy, php-format
+msgid "%s pages have been permanently changed:"
+msgstr "%s Seiten wurden geändert."
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr "PhpWikiSystemverwalten/Chown"
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+#, fuzzy
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
-msgstr "Den Besitzer der ausgewählte Seiten ändern"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "Den Besitzer der ausgewählte Seiten ändern"
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
-msgstr "Wählen Sie die Seiten zum Ändern:"
+#: ../lib/plugin/WikiAdminChown.php:178
+#, fuzzy
+msgid "Select the pages to change the owner"
+msgstr "Wählen Sie die Seiten zum Ändern:"
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "Land ändern"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
+msgstr "nach"
+
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr "WikiAdminFormatierung"
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
-msgstr "Ändere den Formatierungstyp aller ausgewählte Seiten."
+msgstr "Ändere den Formatierungstyp aller ausgewählte Seiten."
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
-#, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr "WikiAdminFormatierung von %s auf %s"
+#: ../lib/plugin/WikiAdminMarkup.php:75
+#, fuzzy, php-format
+msgid "Change markup type from %s to %s"
+msgstr "Ändere Formatierungs-Typ"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, php-format
 msgid "change page '%s' to markup type '%s'."
-msgstr "Formatierung der Seite '%s' auf '%s' geändert."
+msgstr "Formatierung der Seite '%s' auf '%s' geändert."
 
 #: ../lib/plugin/WikiAdminMarkup.php:86
 #, php-format
 msgid "Couldn't change page '%s' to markup type '%s'."
-msgstr "Konnte die Formatierung der Seite '%s' nicht auf '%s' ändern."
+msgstr "Konnte die Formatierung der Seite '%s' nicht auf '%s' ändern."
 
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr "PhpWikiSystemverwalten/Formatierung"
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
-msgstr "Ändere Formatierungs-Typ"
+msgstr "Ändere Formatierungs-Typ"
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
-msgstr "Wählen Sie die Seiten zum Ändern:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+#, fuzzy
+msgid "Select the pages to change the markup type"
+msgstr "Wählen Sie die Seiten zum Ändern:"
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 msgid "Change markup"
-msgstr "Ändere Formatierung"
+msgstr "Ändere Formatierung"
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "WikiAdminFormatierung"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "Endgültige Löschung aller ausgewählten Seiten."
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "Seite »%s« erfolgreich gelöscht."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, fuzzy, php-format
+msgid "%s pages have been permanently purged:"
+msgstr "%d Seiten wurden unwiderruflich gelöscht."
+
+# Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
+# must also be renamed to match what is here.
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "PhpWikiSystemverwalten"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+#, fuzzy
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr ""
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "Endgültige Löschung aller ausgewählten Seiten."
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+#, fuzzy
+msgid "Select the files to purge"
+msgstr "Wählen Sie die Seiten zum Ändern:"
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
-msgstr "WikiAdminLöschen"
+msgstr "WikiAdminLöschen"
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
-msgstr "Endgültige Löschung aller ausgewählten Seiten."
+msgstr "Endgültige Löschung aller ausgewählten Seiten."
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
-msgstr "Seite »%s« erfolgreich gelöscht."
+msgstr "Seite »%s« erfolgreich gelöscht."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
-#, php-format
-msgid "%d pages have been permanently removed."
-msgstr "%d Seiten wurden unwiderruflich gelöscht."
+#, fuzzy, php-format
+msgid "%s pages have been permanently removed:"
+msgstr "%d Seiten wurden unwiderruflich gelöscht."
 
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
-msgstr "PhpWikiSystemverwalten/Löschen"
+msgstr "PhpWikiSystemverwalten/Löschen"
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
-msgstr "Löschen"
+msgstr "Löschen"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich löschen wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich löschen wollen?"
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
-msgstr "Ausgewählte Seiten löschen"
+msgstr "Ausgewählte Seiten löschen"
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
-msgstr "Lösche alle ausgewählten Seiten endgültig:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+#, fuzzy
+msgid "Select the files to remove"
+msgstr "Wähle Seiten zum Umbenennen aus:"
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
-msgstr "Auch Seiten, die in den letzten %s Tagen gelöscht wurden."
+msgstr "Auch Seiten, die in den letzten %s Tagen gelöscht wurden."
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr "Alle Seiten auflisten."
-
-#: ../lib/plugin/WikiAdminRemove.php:207
-#, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+#: ../lib/plugin/WikiAdminRemove.php:212
+#, fuzzy, php-format
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
-"(Seiten, die in den letzten %s Tagen gelöscht wurden, sind bereits "
-"ausgewählt)"
+"(Seiten, die in den letzten %s Tagen gelöscht wurden, sind bereits "
+"ausgewählt)"
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr "WikiAdminUmbenennen"
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
-msgstr "Ausgewählte Seiten umbenennen"
+msgstr "Ausgewählte Seiten umbenennen"
 
 #: ../lib/plugin/WikiAdminRename.php:81
-#, php-format
-msgid "Page %s already exists. Ignored."
+#, fuzzy, php-format
+msgid "Page '%s' already exists. Ignored."
 msgstr "Seite %s existiert bereits. Ignoriert."
 
 #: ../lib/plugin/WikiAdminRename.php:84
 #, fuzzy, php-format
 msgid "Access denied to rename page '%s'."
-msgstr "Zugang verweigert um Seite '%s' zu ändern."
+msgstr "Zugang verweigert um Seite '%s' zu ändern."
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "Seite '%s' auf '%s' umbenannt."
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "Seite '%s' auf '%s' umbenannt."
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr "Seite '%s' auf '%s' umbenannt."
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr "Konnte Seite '%s' nicht in '%s' umbenennen."
 
-#: ../lib/plugin/WikiAdminRename.php:102
-#, php-format
-msgid "%s pages have been permanently renamed."
+#: ../lib/plugin/WikiAdminRename.php:128
+#, fuzzy, php-format
+msgid "%s pages have been permanently renamed:"
 msgstr "%s Seiten wurden umbenannt."
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
+#, fuzzy
 msgid "No pages renamed."
 msgstr "Keine Seiten umbenannt."
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr "Umbennen zu"
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 #, fuzzy
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen wollen?"
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Seite Löschen"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
-msgstr "Wähle Seiten zum Umbenennen aus:"
+msgstr "Wähle Seiten zum Umbenennen aus:"
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr "von"
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
-msgstr "Regulärer Ausdruck?"
+msgstr "Regulärer Ausdruck?"
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
-msgstr "Groß-/Kleinschreibung beachten?"
+msgstr "Groß-/Kleinschreibung beachten?"
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
-msgstr "Diese Seite existiert bereits"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
+msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr "WikiAdminSuchenErsetzen"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
-msgstr "Suche und ersetze Text in den gewählten Seiten."
+msgstr "Suche und ersetze Text in den gewählten Seiten."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
-#, php-format
-msgid "WikiAdminSearchReplace %s by %s"
-msgstr "WikiAdminSuchenErsetzen %s mit %s"
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
+#, fuzzy, php-format
+msgid "Replace '%s' by '%s'"
+msgstr "Seite '%s' auf '%s' umbenannt."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr "Fehler: Leeres Suchwort."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr "'%s' mit '%s' in Seite '%s' ersetzt."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr "Das Suchwort '%s' wurde nicht in der Seite '%s' gefunden."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr "%s Seiten geändert."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr "Achtung! Das Suchwort darf nicht leer sein!"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
-"Sind Sie sicher, dass Sie alle Wörter in den angegebenen Seiten ersetzen "
+"Sind Sie sicher, dass Sie alle Wörter in den angegebenen Seiten ersetzen "
 "wollen?"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
-msgstr "Seiten auswählen:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+#, fuzzy
+msgid "Select the pages to search and replace"
+msgstr "Seiten auswählen:"
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
 msgid "Replace all occurences of the given string in the content of all pages."
-msgstr "Ersetze alle Wörter in den angegebenen Seiten."
+msgstr "Ersetze alle Wörter in den angegebenen Seiten."
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:236
 msgid "by"
@@ -5814,13 +6166,13 @@
 #: ../lib/plugin/WikiAdminSearchReplace.php:240
 #, fuzzy
 msgid "Case exact?"
-msgstr "Groß-/Kleinschreibung beachten"
+msgstr "Groß-/Kleinschreibung beachten"
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr "WikiAdminAuswahl"
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
@@ -5828,216 +6180,282 @@
 "Erlaubt die Auswahl mehrerer Seiten, die dann mit weiteren WikiAdmin "
 "Zusatzprogrammen bearbeitet werden."
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr "Auswahl: "
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr "Seiten auswählen"
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
-msgstr "Ausgewählte Seite »%s« an »%s« übergeben."
+msgstr "Ausgewählte Seite »%s« an »%s« übergeben."
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr "Seiten auswählen"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr "WikiAdminAclSetzen"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
-msgstr "ACL für Seite '%s' nicht geändert."
+msgstr "ACL für Seite '%s' nicht geändert."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
-#, php-format
-msgid "ACL changed for page '%s'."
-msgstr "ACL für Seite '%s' geändert."
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "ACL für Seite '%s' geändert."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "von %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "Gehe zu %s."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "ACL für Seite '%s' geändert."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
-msgstr "Ungültige ACL"
+msgstr "Ungültige ACL"
 
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr "PhpWikiSystemverwalten/AclSetzen"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr "ACL"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
-"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+"Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+#, fuzzy
+msgid "Change Access Rights"
+msgstr "Zugriff"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+#, fuzzy
+msgid "Select the pages where to change access rights"
+msgstr "Wählen Sie die Seiten zum Ändern:"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
-msgstr "Ausgewählte Seiten: "
+msgstr "Ausgewählte Seiten: "
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr "Zugriffsrecht geerbt von %s"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+#, fuzzy
+msgid "individual page permission"
 msgstr "individuelles Zugriffsrecht"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr "Vorgabe Zugriffsrecht"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr "Typ"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr "getfacl"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
-"Gesetzte Erlaube Kästchen erlauben Zugriff, ungesetzte Kästchen sperren "
+"Gesetzte Erlaube Kästchen erlauben Zugriff, ungesetzte Kästchen sperren "
 "Zugriff."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
-msgstr "Lösche Zeile mit 'X' um ACL Eintrag zu ignorieren."
+msgstr "Lösche Zeile mit 'X' um ACL Eintrag zu ignorieren."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
-msgstr "Setze '+' um ACL Zeile hinzufügen."
+msgstr "Setze '+' um ACL Zeile hinzufügen."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr "(Funktioniert momentan nicht)"
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+#, fuzzy
+msgid "WikiAdminSetExternal"
+msgstr "WikiAdminAclSetzen"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "Wähle Seiten zum Umbenennen aus:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Formatierung der Seite '%s' auf '%s' geändert."
+
+# Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
+# must also be renamed to match what is here.
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "PhpWikiSystemverwalten/AclSetzen"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Wähle Seiten zum Umbenennen aus:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+#, fuzzy
+msgid "Select the pages to set as external"
+msgstr "Seiten auswählen:"
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr "WikiAdminUtils"
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
-msgstr "Verschiedene Dienstfunktionen für den Administrator."
+msgstr "Verschiedene Dienstfunktionen für den Administrator."
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, fuzzy, php-format
+msgid "Bad action requested: %s"
+msgstr "Edieren abgebrochen: %s"
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
-"Sie müssen Administratorrechte haben, um dieses Zusatzprogramm zu benutzen."
+"Sie müssen Administratorrechte haben, um dieses Zusatzprogramm zu benutzen."
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
-msgstr "WikiAdminUtils %s gibt zurück:"
+msgstr "WikiAdminUtils %s gibt zurück:"
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 #, fuzzy
 msgid "Back"
 msgstr "BackLinks"
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
-msgstr "HTML-Cachedatei Säubern"
+msgstr "HTML-Cachedatei Säubern"
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
-msgstr "Alle Seiten mit ungültigen Namen endgültig entfernen"
+msgstr "Alle Seiten mit ungültigen Namen endgültig entfernen"
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
-msgstr "Alle leeren Seiten endgültig entfernen, die nicht verlinkt sind."
+msgstr "Alle leeren Seiten endgültig entfernen, die nicht verlinkt sind."
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr "HTML-Cachedaten entfernt!"
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
-msgstr "Keine Seiten mit ungültigen Namen mußten gelöscht werden."
+msgstr "Keine Seiten mit ungültigen Namen mußten gelöscht werden."
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
-msgstr "%s Seiten mit ungültigen Namen gelöscht:"
+msgstr "%s Seiten mit ungültigen Namen gelöscht:"
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr "[entfernt]"
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr "[nicht entfernbar]"
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr "Keine leeren, unverlinkten Seiten gefunden."
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr "%s unverlinkte Seiten entfernt:"
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr "%d Seiten erfolgreich konvertiert"
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr "E-Mail"
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
-msgstr "Bestätigungs-Status"
+msgstr "Bestätigungs-Status"
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
 msgstr "Umbenennen"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
-msgstr "Ändere Bestätigungs-Status"
+msgstr "Ändere Bestätigungs-Status"
 
 #: ../lib/plugin/WikiBlog.php:87
 msgid "WikiBlog"
@@ -6046,13 +6464,13 @@
 #: ../lib/plugin/WikiBlog.php:91
 #, php-format
 msgid "Show and add blogs for %s"
-msgstr "Blogs für %s zeigen und hinzufügen"
+msgstr "Blogs für %s zeigen und hinzufügen"
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr "Neuer Kommentar."
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr "%s um %s:"
@@ -6061,27 +6479,28 @@
 msgid "WikiForm"
 msgstr "WikiFormular"
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr "Anmelden"
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr "Seiten Schreiben"
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr "Seiten als XHTML schreiben"
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr "WikiForm: %s: unbekannte Aktion"
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr "WikiForum"
@@ -6090,81 +6509,74 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr "WikiUmfrage"
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr "Erlaubt konfigurierbare Umfragen"
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
-msgstr "Argument »%s« nicht im Zusatzprogramm deklariert"
+msgstr "Argument »%s« nicht im Zusatzprogramm deklariert"
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
-msgstr "Leider! Du kannst erst wieder in 20 Minuten wählen!"
+msgstr "Leider! Du kannst erst wieder in 20 Minuten wählen!"
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
-msgstr "Nicht genügend Fragen beantwortet!"
+msgstr "Nicht genügend Fragen beantwortet!"
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
-msgstr "Fehlender %s für %s"
+msgstr "Fehlender %s für %s"
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
-msgstr "Zurücksetzen"
+msgstr "Zurücksetzen"
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr "  %d%% (%d/%d)"
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr "Aktuelle Ergebnisse der Umfrage:"
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
-msgstr "Danke für die Teilnahme!"
+msgstr "Danke für die Teilnahme!"
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 #, fuzzy
 msgid "WikicreoleTable"
 msgstr "WikiUmfrage"
 
 # OldTextFormattingRules AlteTextFormatierungsRegeln
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 #, fuzzy
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 "Tabellen unter Verwendung traditioneller (alter) Wikitext Formatierung."
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, fuzzy, php-format
 msgid "Required argument %s missing"
-msgstr "Erforderliches Argument »%s« fehlt."
+msgstr "Erforderliches Argument »%s« fehlt."
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, fuzzy, php-format
-msgid "Invalid argument %s"
-msgstr "Ungültiger Parameter %s"
-
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
 msgstr "AuthentifizierungsInfo"
@@ -6173,27 +6585,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr "Allgemeine Authentifizierungs-Einstellungen"
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr "Spezielle Authentifizierungs-Einstellungen %s"
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr "DebugInfo"
 
@@ -6202,18 +6613,18 @@
 msgid "Get debugging information for %s."
 msgstr "Debug-Informationen von %s."
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
-msgstr "DB Debug Informationen von der Seite »%s«"
+msgstr "DB Debug Informationen von der Seite »%s«"
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
-msgstr "Keine Daten für Seite %s"
+msgstr "Keine Daten für Seite %s"
 
 # Hidden password field
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr "<nicht angezeigt>"
 
@@ -6227,15 +6638,15 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr "EinstellungenInfo"
 
 #: ../lib/plugin/_PreferencesInfo.php:34
 #, php-format
 msgid "Get preferences information for current user %s."
-msgstr "Zeige Benutzereinstellungen für den aktuellen Benutzer %s."
+msgstr "Zeige Benutzereinstellungen für den aktuellen Benutzer %s."
 
 #: ../lib/plugin/_Retransform.php:30
 msgid "Retransform CachedMarkup"
@@ -6246,10 +6657,10 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, fuzzy, php-format
 msgid "Retransform page '%s'"
-msgstr "ACL für Seite '%s' geändert."
+msgstr "ACL für Seite '%s' geändert."
 
 #: ../lib/plugin/_WikiTranslation.php:47
 msgid "AddCommentPlugin"
@@ -6305,19 +6716,17 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6334,12 +6743,12 @@
 msgid "FrameIncludePlugin"
 msgstr "FrameEinbettenPlugin"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
 #: ../lib/plugin/_WikiTranslation.php:67
 msgid "FullRecentChanges"
-msgstr "AlleNeuesteÄnderungen"
+msgstr "AlleNeuesteÄnderungen"
 
 #: ../lib/plugin/_WikiTranslation.php:68
 msgid "HelloWorldPlugin"
@@ -6351,7 +6760,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:70
 msgid "IncludePagePlugin"
-msgstr "SeiteEinfügenPlugin"
+msgstr "SeiteEinfügenPlugin"
 
 #: ../lib/plugin/_WikiTranslation.php:71
 msgid "InterWiki"
@@ -6438,7 +6847,7 @@
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr "PhpWikiDokumentation"
 
@@ -6486,7 +6895,7 @@
 msgid "RawHtmlPlugin"
 msgstr "RawHtmlPlugin"
 
-# KleineÄnderungen?
+# KleineÄnderungen?
 #: ../lib/plugin/_WikiTranslation.php:108
 msgid "RecentVisitors"
 msgstr "LetzteBesucher"
@@ -6520,8 +6929,9 @@
 msgstr "UnterseitenEntfaltenPlugin"
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr "HochLaden"
 
@@ -6545,8 +6955,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6554,472 +6962,479 @@
 
 #: ../lib/plugin/_WikiTranslation.php:132
 msgid "_WikiTranslation"
-msgstr "_WikiÜbersetzung"
+msgstr "_WikiÃœbersetzung"
 
 #: ../lib/plugin/_WikiTranslation.php:136
 msgid "Show translations of various words or pages"
-msgstr "Zeige Übersetzungen für verschiedene Wörter oder Seiten"
+msgstr "Zeige Übersetzungen für verschiedene Wörter oder Seiten"
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
-msgstr "Definiere die Übersetzung für %s nach %s"
+msgstr "Definiere die Übersetzung für %s nach %s"
 
 #: ../lib/plugin/text2png.php:57
 msgid "Convert text into a png image using GD."
 msgstr "Text mit der GD Bibliothek in ein PNG Bild konvertieren."
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 "PHP konnte keinen neues GD Bild erzeugen. Lesen Sie 'lib/plugin/text2png."
-"php' für Details."
+"php' für Details."
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr "Bild gespeichert als Cachedatei: %s"
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr "Bild geladen von Cachedatei: %s"
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
 #: ../lib/purgepage.php:18 ../lib/removepage.php:18
 #, fuzzy
 msgid "Sorry, this page does not exist."
-msgstr "Leider, Seite »%s« ist nicht in der Datenbank."
+msgstr "Leider, Seite »%s« ist nicht in der Datenbank."
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Seiten Änderung"
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
-msgstr "Sie sind im Begriff »%s« zu löschen!"
+msgstr "Sie sind im Begriff »%s« zu löschen!"
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr "Jemand hat die Seite bereits bearbeitet!"
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, fuzzy, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
 "Please check to make sure you still want to permanently purge the page from "
 "the database."
 msgstr ""
-"Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine "
+"Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine "
 "neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch "
-"von der Datenbank permanent löschen wollen."
+"von der Datenbank permanent löschen wollen."
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "Seite »%s« erfolgreich gelöscht."
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
-msgstr "Sie sind im Begriff »%s« zu löschen!"
+msgstr "Sie sind im Begriff »%s« zu löschen!"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
 "s.  Please check to make sure you still want to permanently remove the page "
 "from the database."
 msgstr ""
-"Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine "
+"Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine "
 "neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch "
-"von der Datenbank permanent löschen wollen."
+"von der Datenbank permanent löschen wollen."
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr "URL Formfehler - Entfernen Sie alle Zeichen mit <, >, \""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, fuzzy, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr "Ungültiger Parameter: %s=%s"
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
-msgstr "Ungültige Bildgröße"
+msgstr "Ungültige Bildgröße"
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr "phpwiki: URL Formfehler"
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr "Seite sperren, um den Link zu aktivieren"
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
-msgstr "»%s«: Ungültiger Seitenname: %s"
+msgstr "»%s«: Ungültiger Seitenname: %s"
 
-# z.B. führende Leerzeichen
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+# z.B. führende Leerzeichen
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
-msgstr "Führende %s nicht erlaubt"
+msgstr "Führende %s nicht erlaubt"
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr "Steuerzeichen nicht erlaubt"
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr "zu lang"
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
-msgstr "Ungültiges Zeichen %s entfernt"
+msgstr "Ungültiges Zeichen %s entfernt"
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr "Version nicht gefunden"
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr "Leider ist keine Version %d von %s in der Datenbank."
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
-msgstr "Ungültige Version"
+msgstr "Ungültige Version"
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr "%s B"
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr "%s Bytes"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr "%s k"
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr "%s KB (%s Bytes)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
-msgstr "%s: Ungültiger Index in Array"
+msgstr "%s: Ungültiger Index in Array"
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr "%s ist leer."
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
-msgstr "Konnte Verzeichnis »%s« nicht zum Lesen öffnen"
+msgstr "Konnte Verzeichnis »%s« nicht zum Lesen öffnen"
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr "OK"
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
-msgstr "... (erste %s Wörter)"
+msgstr "... (erste %s Wörter)"
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr "neuer als die bestehende Seite."
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr " ersetze mit "
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
-msgstr "älter als die bestehende Seite."
+msgstr "älter als die bestehende Seite."
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr "%s existiert nicht"
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
 msgstr "Aktion Seite"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "AuthentifizierungsInfo"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "DebugAuthInfo"
 msgstr "DebugInfo"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "_GroupInfo"
 msgstr "DebugGruppenInfo"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "GroupAuthInfo"
 msgstr "AuthentifizierungsInfo"
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 #, fuzzy
 msgid "rename to Help: pages"
-msgstr "Ausgewählte Seiten umbenennen"
+msgstr "Ausgewählte Seiten umbenennen"
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, fuzzy, php-format
 msgid "check for additional theme %s updates"
-msgstr "prüfe Tabelle %s"
+msgstr "prüfe Tabelle %s"
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
-msgstr "Seite »%s« nach umbenennen »%s«"
+msgstr "Seite »%s« nach umbenennen »%s«"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr "FEHLEND"
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr "ERZEUGT"
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 #, fuzzy
 msgid "database"
 msgstr "Datenbank"
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr "ABBRUCH"
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr "Backend Typ: "
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
-msgstr "prüfe Tabelle %s"
+msgstr "prüfe Tabelle %s"
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
-msgstr "prüfe auf neue Spalte session.sess_ip column"
+msgstr "prüfe auf neue Spalte session.sess_ip column"
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr "HINZU"
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
-msgstr "prüfe auf mysql session.sess_id Korrektheit"
+msgstr "prüfe auf mysql session.sess_id Korrektheit"
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
-msgstr "Geändert"
+msgstr "Geändert"
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
-msgstr "prüfe mysql LOCK TABLE Rechte"
+msgstr "prüfe mysql LOCK TABLE Rechte"
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, php-format
 msgid "version <em>%s</em> not affected"
 msgstr "version <em>%s</em> nicht betroffen"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
-msgstr "prüfe auf mysql page.id auto_increment Flag"
+msgstr "prüfe auf mysql page.id auto_increment Flag"
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
-msgstr "prüfe auf mysql 4.1.x/5.0.0 Binärsuch-Problem (nur Windows)"
+msgstr "prüfe auf mysql 4.1.x/5.0.0 Binärsuch-Problem (nur Windows)"
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, php-format
 msgid "version <em>%s</em>"
 msgstr "version <em>%s</em>"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
 msgstr "nicht betroffen"
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr "AUSGEBESSERT"
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
-msgstr "prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"
+msgstr "prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 #, fuzzy
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
-msgstr "prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"
+msgstr "prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 #, fuzzy
 msgid "FIXING"
 msgstr "FEHLEND"
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 #, fuzzy
 msgid "FAIL"
 msgstr "FEHLER"
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr "DB Admin Benutzername:"
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr "DB Admin passwort:"
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr "KONVERTIERE"
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 #, fuzzy
 msgid "plugin argument"
-msgstr "Ungültiger Parameter %s"
+msgstr "Ungültiger Parameter %s"
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
 msgstr "%s nicht gefunden"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%s nicht gefunden"
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
-msgstr "Kann »%s« nicht nach »%s« verschieben"
+msgstr "Kann »%s« nicht nach »%s« verschieben"
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
-msgstr "%s ist nicht änderbar"
+msgstr "%s ist nicht änderbar"
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, fuzzy, php-format
 msgid "check for %s"
-msgstr "prüfe Tabelle %s"
+msgstr "prüfe Tabelle %s"
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 #, fuzzy
 msgid "fixed with"
-msgstr "Geändert"
+msgstr "Geändert"
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -7066,285 +7481,292 @@
 #: ../lib/ziplib.php:411
 #, php-format
 msgid "Can't open zip file '%s' for reading"
-msgstr "Konnte ZIP-Datei »%s« nicht zum Lesen öffnen"
+msgstr "Konnte ZIP-Datei »%s« nicht zum Lesen öffnen"
 
 #: ../lib/ziplib.php:421 ../lib/ziplib.php:425
 msgid "Unexpected EOF in zip file"
 msgstr "Unerwartetes Dateiende (EOF-Fehler) in ZIP-Datei"
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr "[%d] Siehe [%s]"
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
-msgstr "Fußnoten"
+msgstr "Fußnoten"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr "Alte Version Bearbeiten"
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr "QuellTextAnsicht"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
-msgstr "HtmlCacheSäubern"
+msgstr "HtmlCacheSäubern"
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
-"Gespeicherten HTML Cache dieser Seite löschen und beim nächsten Aufruf neu "
+"Gespeicherten HTML Cache dieser Seite löschen und beim nächsten Aufruf neu "
 "generieren."
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr "Hinweis:"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr "Sie sehen eine alte Version dieser Seite."
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr "Die aktuelle Version ansehen"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
-"Dies ist nur eine Vorschau! Die Änderungen sind noch nicht gespeichert."
+"Dies ist nur eine Vorschau! Die Änderungen sind noch nicht gespeichert."
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr "Texteingabe Fenster"
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr "Achtung: Sie bearbeiten eine alte Version."
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr "Achtung: Sie bearbeiten eine alte Version."
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr ""
 "Wenn Sie diese Seite jetzt speichern, wird die aktuelle Version "
-"überschrieben."
+"überschrieben."
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "H."
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "Br."
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "H."
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "Br."
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr "Justieren"
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr "Inhalt: "
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
-msgstr "Kleinere Änderung."
+msgstr "Kleinere Änderung."
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr "Alte Formatierungssyntax verwenden"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "GuterStil"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
-msgstr "Siehe %s Tips fürs Edieren."
+msgstr "Siehe %s Tips fürs Edieren."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "AlteTextFormatierungsRegeln"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
-msgstr "Übersicht"
+msgstr "Ãœbersicht"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "TextFormatierungsRegeln"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr "WieManWikiBenutzt"
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr "Heute"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr "Admin"
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 msgid "LiveSearch"
@@ -7356,91 +7778,94 @@
 msgstr "Sie sind angemeldet als %s"
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
-msgstr "Tragen Sie bitte für die Anmeldung im Wiki Ihren Benutzernamen ein"
+msgstr "Tragen Sie bitte für die Anmeldung im Wiki Ihren Benutzernamen ein"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
-msgstr "Kommentare am %s geändert von %s"
+msgstr "Kommentare am %s geändert von %s"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr "Kommentar zu %s von %s."
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
 msgstr "QuellTextAnsicht"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 #, fuzzy
 msgid "/Discussion"
 msgstr "Diskussion"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 #, fuzzy
 msgid "TemplateTalk"
-msgstr "Benutzeroberfläche"
+msgstr "Benutzeroberfläche"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "NeueSeite"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 #, fuzzy
 msgid "History"
 msgstr "SeitenProtokoll"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "Breite"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr "Info"
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
 #, fuzzy
-msgid "Page history"
-msgstr "SeitenProtokoll"
+msgid "Page info"
+msgstr "SeitenInfo"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 #, fuzzy
 msgid "Author history"
 msgstr "AutorenProtokoll"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
 msgstr "SeiteSpeichern"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 #, fuzzy
 msgid "Purge HTML cache"
-msgstr "HTML-Cachedatei Säubern"
+msgstr "HTML-Cachedatei Säubern"
 
 #: ../themes/MonoBook/templates/browse-footer.tmpl:10
 #: ../themes/MonoBook/templates/browse-footer.tmpl:11
@@ -7451,309 +7876,366 @@
 #: ../themes/MonoBook/templates/browse-footer.tmpl:17
 #: ../themes/blog/templates/actionbar.tmpl:10
 msgid "About"
-msgstr "Über"
+msgstr "Ãœber"
 
 #: ../themes/MonoBook/templates/browse-footer.tmpl:22
 #: ../themes/MonoBook/templates/browse-footer.tmpl:23
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr "1 Wort"
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
-msgstr "%s Wörter"
+msgstr "%s Wörter"
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr "Version %s."
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr "Original (1,2 oder 1,0)"
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr "Gespeichert am:"
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
-msgstr "Statistik über %s."
+msgstr "Statistik über %s."
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr "Ersetzt am:"
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr "Seiten Version:"
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr "Quelltextformat:"
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
-msgstr "Größe:"
+msgstr "Größe:"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr "Treffer:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr "Start Seite"
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr "Benutzer Seite"
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr "Aktion Seite"
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr "Blog Seite"
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr "Unterseite"
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr "Seitentyp:"
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr "Diff zu voriger Version"
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr "Diff zu vorigem Autor"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
 msgstr "Start Seite"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
-msgstr "Neueste Änderungen"
+msgstr "Neueste Änderungen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 #, fuzzy
 msgid "The list of recent changes in the wiki."
 msgstr "um den Quelltext der Seiten dieses Wikis anzusehen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
 msgstr "Neueste Kommentare"
 
-# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
-# Änderungen"; in terms of newspapers or journalism it's traditionally
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
 # "NeuesteNachrichten" or much more better "DasNeueste").
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
-msgstr "Neueste Änderungen"
+msgstr "Neueste Änderungen"
 
-# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
-# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
-# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
+# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
+# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
-msgstr "Ähnliche Seiten"
+msgstr "Ähnliche Seiten"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
 msgstr "ZufallsSeite"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
 msgstr "SeiteFinden"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
 msgstr "Suche"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr "SchnellSuche"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr "Was verlinkt hierher"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
-msgstr "Verlinkte Änderungen"
+msgstr "Verlinkte Änderungen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 #, fuzzy
 msgid "Administration"
 msgstr "Administratoren"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
 msgstr "Datei Hochladen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
 msgstr "aktuelle Version"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/MonoBook/templates/signin.tmpl:10
 #, fuzzy
-msgid "All pages"
-msgstr "Alle Seiten"
+msgid "My Discussion"
+msgstr "Diskussion"
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "Voreinstellungen"
+
+# (Im Wortsinne heißt das eigentlich: "jüngste = eben gemachte
+# Änderungen"; in terms of newspapers or journalism it's traditionally
+# "NeuesteNachrichten" or much more better "DasNeueste").
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "NeuesteÄnderungen"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "Änderungen"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+"Diese Seite wurde vom Systemadministrator gesperrt und kann nicht bearbeitet "
+"werden."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "TextBearbeiten"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr "%s von dieser Seite"
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
-msgstr "Ausführung dieser Seite dauerte %s Sekunden"
+msgstr "Ausführung dieser Seite dauerte %s Sekunden"
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
-msgstr "Ich mache nur kleinere Änderungen. Protokolliere stattdessen in %s."
+msgstr "Ich mache nur kleinere Änderungen. Protokolliere stattdessen in %s."
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
-msgstr "Texteingabe Fenstergröße"
+msgstr "Texteingabe Fenstergröße"
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
+# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
+# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Ähnliche Seiten"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "um diese Seite anzuzeigen"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
-"Diese Seite wurde vom Systemadministrator gesperrt und kann nicht bearbeitet "
-"werden."
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
-msgstr "VolltextSuche"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
+msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
-msgstr "Benutzer: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "Zurückspeichern einer älteren Version dieser Seite."
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
-msgstr "(Benutzer: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
+msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
-msgstr "Hier klicken um sich anzumelden als %s"
+msgid ", Memory: %s"
+msgstr ", RAM: %s"
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
-msgstr "Anmelden als:"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "Kategorie"
 
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Suche"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
+msgstr ""
+
+#: ../themes/Sidebar/themeinfo.php:115
 msgid "Sidebar"
 msgstr "Sidebar"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr "Diese Seite bearbeiten"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr "Alte Version Bearbeiten"
 
@@ -7770,6 +8252,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr "Angemeldet aber nicht authentifiziert als %s."
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr "Hier klicken um sich anzumelden als %s"
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr "Anmelden als:"
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 msgid "Home"
 msgstr "Start"
@@ -7778,14 +8271,21 @@
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr "Info"
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 #, fuzzy
 msgid "Headline"
-msgstr "Überschrift"
+msgstr "Ãœberschrift"
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
 msgstr "NeueKategorie"
@@ -7800,30 +8300,30 @@
 msgid "Page Trail"
 msgstr "Spur"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
 msgstr "Abmelden"
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr "AnMelden"
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 msgid "Lock"
 msgstr "Sperren"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 msgid "Unlock"
 msgstr "Entsperren"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr "Blog"
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(diff)"
 
@@ -7840,23 +8340,31 @@
 #: ../themes/default/templates/wikiblog.tmpl:18
 #, fuzzy, php-format
 msgid "Modified on %s by %s"
-msgstr "Kommentare am %s geändert von %s"
+msgstr "Kommentare am %s geändert von %s"
 
 #: ../themes/default/templates/comment.tmpl:28
 #, php-format
 msgid "%s by %s"
 msgstr "%s von %s"
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ", RAM: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr "Dialog"
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7878,7 +8386,7 @@
 #: ../themes/default/templates/homepage.tmpl:10
 #, php-format
 msgid "You can personalize various settings in %s."
-msgstr "Sie können einige Einstellungen in %s individuell gestalten."
+msgstr "Sie können einige Einstellungen in %s individuell gestalten."
 
 #: ../themes/default/templates/homepage.tmpl:13
 msgid "(Your preferences are stored as hidden data within this page)."
@@ -7888,386 +8396,392 @@
 #: ../themes/default/templates/homepage.tmpl:16
 #, php-format
 msgid "The %s subpage enables simple weblogging."
-msgstr "Die %s UnterSeite ermöglicht ein einfaches Weblog."
+msgstr "Die %s UnterSeite ermöglicht ein einfaches Weblog."
 
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Keine"
+
 # Note that this particular text will be displayed as PhpWikiMarkup 2.0.
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
 "characters in %s etc. may be used too). The user id will be used as a link "
 "in RecentChanges to your home page."
 msgstr ""
-"Sie können sich mit jedem gewünschten [WikiWort|SeitenErzeugen] als "
+"Sie können sich mit jedem gewünschten [WikiWort|SeitenErzeugen] als "
 "Benutzernamen ins Wiki eintragen. (Auch %s u. deutsche Umlaute sind "
-"zulässig). Der Benutzername wird in NeuesteÄnderungen als Link auf Ihre "
+"zulässig). Der Benutzername wird in NeuesteÄnderungen als Link auf Ihre "
 "Homepage verwendet."
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
-"Beachte: Nur wenn Sie Ihre persönliche HomePage mit dem selben Seitennamen "
+"Beachte: Nur wenn Sie Ihre persönliche HomePage mit dem selben Seitennamen "
 "wie Ihre Benutzernamen erzeugen, werden Sie Ihre BenutzerEinstellungen "
-"speichern können."
+"speichern können."
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
-msgstr "Neue Benutzer können auch ohne Passwort einloggen."
+msgstr "Neue Benutzer können auch ohne Passwort einloggen."
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr "Benutzername:"
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr "Passwort:"
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr "Bearbeiten abgebrochen."
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
-"Sie haben keine Änderungen vorgenommen, deshalb konnte keine neue Version "
+"Sie haben keine Änderungen vorgenommen, deshalb konnte keine neue Version "
 "gespeichert werden."
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr "Wer ist Online"
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr "Wechsle zu detallierter Liste"
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr "Unsere Benutzer erzeugten insgesamt %d Seiten."
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr "Wir haben insgesamt %d registrierte Benutzer."
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr "Wir haben insgesamt %d registrierte Benutzer."
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 "Insgesamt sind %d Benutzersessions online. :: %d verschiedene Registrierte "
-"und %d Gäste"
+"und %d Gäste"
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr "Die meisten Besucher online waren %d am %s."
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr "Registrierte Benutzer Online: "
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr "Administrator ist auch online."
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
-msgstr "Diese Daten basieren auf den Benutzern für die letzten %s."
+msgstr "Diese Daten basieren auf den Benutzern für die letzten %s."
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
-msgstr "Leider! Dynamische DB Session Unterstützung nicht vorhanden."
+msgstr "Leider! Dynamische DB Session Unterstützung nicht vorhanden."
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
-msgstr "Zur Übersicht wechseln"
+msgstr "Zur Ãœbersicht wechseln"
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr "Angemeldete Benutzer"
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
-msgstr "Gäste"
+msgstr "Gäste"
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
-msgstr "Nächste"
+msgstr "Nächste"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
-msgstr "Danke für das Bearbeiten von %s."
+msgstr "Danke für das Bearbeiten von %s."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr ""
 "Die besondere Aufmerksamkeit, die Sie soeben der Bearbeitung dieser Seite "
 "gewidmet haben, wird von allen Benutzern dieses Wikis gern gesehen und hoch "
-"geschätzt."
+"geschätzt."
 
-# Benutzeroberfläche or Darstellung? We should be consistent.
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+# Benutzeroberfläche or Darstellung? We should be consistent.
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr "<Darstellung des Systems>"
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
-msgstr "Ihre Benutzeroberfläche:"
+msgstr "Ihre Benutzeroberfläche:"
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
 msgstr "<Sprache des Servers>"
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr "Ihre Sprache:"
 
-#: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
-msgstr "Einstellungen für Benutzer '%s':"
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
+msgstr "Einstellungen für Benutzer '%s':"
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr "Benutzername"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr "Auth. Ebene"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr "Auth. Methode"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
-msgstr "Benutzeroberfläche"
+msgstr "Benutzeroberfläche"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
-msgstr "Ausgewählte Darstellung"
+msgstr "Ausgewählte Darstellung"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr "Sprache"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
-msgstr "Ausgewählte Sprache"
+msgstr "Ausgewählte Sprache"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
-msgstr "Ändere Passwort"
+msgstr "Ändere Passwort"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr "Setze Passwort"
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr "Neues Passwort"
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr "Bitte hier wiederholen"
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr "E-Mail"
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr "Ihre E-Mail-Adresse:"
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
-msgstr "Gültigkeit:"
+msgstr "Gültigkeit:"
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
-msgstr "E-Mail bestätigt."
+msgstr "E-Mail bestätigt."
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
-msgstr "E-Mail noch nicht bestätigt."
+msgstr "E-Mail noch nicht bestätigt."
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
-"Beachten Sie bitte, dass Benutzer mit ungültigen E-Mail-Addressen gelöscht "
+"Beachten Sie bitte, dass Benutzer mit ungültigen E-Mail-Addressen gelöscht "
 "werden."
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
-msgstr "E-Mail Nachricht bei Änderung folgender Seiten:"
+msgstr "E-Mail Nachricht bei Änderung folgender Seiten:"
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
-"Liste aller Seiten durch Leerzeichen oder Komma getrennt. Reguläre Ausdrücke "
+"Liste aller Seiten durch Leerzeichen oder Komma getrennt. Reguläre Ausdrücke "
 "(fileglobbing) erlaubt."
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr "Darstellung"
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
-msgstr "Hier können Sie einige Voreinstellungen ändern."
+msgstr "Hier können Sie einige Voreinstellungen ändern."
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr "Momentan nicht empfohlen!"
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr "%s verstecken:"
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 "LinkIcons ausblenden oder einblenden (unter der Voraussetzung, dass es durch "
-"die ausgewählte Darstellung unterstützt wird). Dies ist sinnvoll für Text-"
+"die ausgewählte Darstellung unterstützt wird). Dies ist sinnvoll für Text-"
 "Browser und langsame Verbindungen."
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
-msgstr "%s Hinzufügen:"
+msgstr "%s Hinzufügen:"
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
-msgstr "Höhe"
+msgstr "Höhe"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Breite"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
@@ -8277,51 +8791,51 @@
 "ihre Fensterbreite anpassen. In diesem Fall wird die hier eingegebene Breite "
 "ignoriert."
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "Zeitzone"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 "Addieren Sie %s Stunden zur lokalen Serverzeit, bei jeder Zeitanzeige (z.B. "
-"NeuesteÄnderungen)."
+"NeuesteÄnderungen)."
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr "Die Uhrzeit am Server ist gerade %s."
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
-msgstr "Mit dem eingegebenen Zeit-Unterschied, würde die Zeit %s angezeigt."
+msgstr "Mit dem eingegebenen Zeit-Unterschied, würde die Zeit %s angezeigt."
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr "Datumsformat"
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
-msgstr "Datum mit relativen Bezeichnungen, wie »Heute« und »Gestern«"
+msgstr "Datum mit relativen Bezeichnungen, wie »Heute« und »Gestern«"
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr "Einstellungen Speichern"
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
-msgstr "Lösche Voreinstellungen"
+msgstr "Lösche Voreinstellungen"
 
 #: ../themes/default/templates/wikiblog.tmpl:23
 #, fuzzy, php-format
@@ -8349,13 +8863,8 @@
 msgid "Page"
 msgstr "StartSeite"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "NeueSeite"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 #, fuzzy
 msgid "Last Difference"
 msgstr "Einstellungen Speichern"
@@ -8370,13 +8879,13 @@
 msgstr "Back Links"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
-msgstr "Land ändern"
+msgstr "Land ändern"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 #, fuzzy
 msgid "Access Rights"
 msgstr "Zugriff"
@@ -8386,68 +8895,204 @@
 msgid "Purge"
 msgstr "[entfernt]"
 
-#: ../themes/gforge/templates/navbar.tmpl:11
+#: ../themes/gforge/templates/actionbar.tmpl:126
 #, fuzzy
+msgid "Watch Page"
+msgstr "Breite"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "TextFormatierungsRegeln"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
+msgstr ""
+
+#: ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "Make the page external?"
+msgstr "Wähle Seiten zum Umbenennen aus:"
+
+#: ../themes/gforge/templates/navbar.tmpl:10
+#, fuzzy
 msgid "SpecialPages"
 msgstr "um von diesem Wiki die Seiten lokal abzuspeichern"
 
-# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
-# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
-# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
-#: ../themes/gforge/templates/navbar.tmpl:17
+# "ÄhnlicheSeiten" (LikePages sind keine SamePages; die korrekte
+# deutsche Übersetzung ist "ÄhnlicheSeiten" which would be the best.
+# Or in case "Ä" doesn't work as a WikiWord, then use "VergleichbareSeiten".
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Like Pages"
-msgstr "Ähnliche Seiten"
+msgstr "Ähnliche Seiten"
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "Einstellungen für Benutzer '%s':"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
 #, fuzzy
 msgid "E-mail Notification"
-msgstr "E-Mail Bestätigung"
+msgstr "E-Mail Bestätigung"
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "ZufallsSeite"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 #, fuzzy
 msgid "Check menu items to display."
 msgstr "Klicken um anzuzeigen"
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "Spur"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Formatierung der Seite '%s' auf '%s' geändert."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr "BenutzungsBedingungen"
 
+#~ msgid "n/a"
+#~ msgstr "k.A."
+
+#~ msgid "Include of '%s' failed."
+#~ msgstr "Das Einfügen von »%s« ist fehlgeschlagen."
+
+# (Wrong Translation; sorry, but the German term for edit is NOT
+# editieren, but  e d i e r e n).
+#~ msgid "Removed by: %s"
+#~ msgstr "Gelöscht von: %s"
+
+#~ msgid "Are you sure?"
+#~ msgstr "Sind Sie sicher?"
+
+#~ msgid "Redirect to an external url"
+#~ msgstr "Weiterleitung zu einer externen Webseite"
+
+#~ msgid "Search string '%s' not found in content of page '%s'."
+#~ msgstr "Das Suchwort '%s' wurde nicht in der Seite '%s' gefunden."
+
+#, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "Seite »%s« nach umbenennen »%s«"
+
+#~ msgid "%s pages have been permanently changed."
+#~ msgstr "%s Seiten wurden geändert."
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "Ausgewählte Seiten löschen"
+
+#, fuzzy
+#~ msgid "Permanently purge the selected files:"
+#~ msgstr "Lösche alle ausgewählten Seiten endgültig:"
+
+#~ msgid "Permanently remove the selected files:"
+#~ msgstr "Lösche alle ausgewählten Seiten endgültig:"
+
+#~ msgid "List all pages."
+#~ msgstr "Alle Seiten auflisten."
+
+#~ msgid "%s pages changed."
+#~ msgstr "%s Seiten geändert."
+
+#~ msgid "The PhpWiki programming team"
+#~ msgstr "Das PhpWiki Programmierer-Team"
+
+#, fuzzy
+#~ msgid "%s: "
+#~ msgstr "%s: %s"
+
+#, fuzzy
+#~ msgid "Page history"
+#~ msgstr "SeitenProtokoll"
+
+#~ msgid "User preferences for user '%s':"
+#~ msgstr "Einstellungen für Benutzer '%s':"
+
+#~ msgid "Currently not recommended!"
+#~ msgstr "Momentan nicht empfohlen!"
+
+#~ msgid "getfacl"
+#~ msgstr "getfacl"
+
+#~ msgid "optional label | PageName"
+#~ msgstr "optionaler Name | SeitenName"
+
+#~ msgid "optional label | http://www.example.com"
+#~ msgstr "optionaler Name | http://www.example.com"
+
+#~ msgid "World"
+#~ msgstr "Welt"
+
+#~ msgid "Description: Provides a list of plugins on this wiki."
+#~ msgstr "Beschreibung: Liste aller Zusatzprogramme in diesem Wiki."
+
+#~ msgid "Show minor edits for:"
+#~ msgstr "Zeige kleinere Änderungen innerhalb von:"
+
+#~ msgid "Show all changes for:"
+#~ msgstr "Zeige alle Änderungen innerhalb von:"
+
+#~ msgid "Are you sure you want to permanently chown the selected files?"
+#~ msgstr ""
+#~ "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+
+#~ msgid "WikiAdminMarkup from %s to %s"
+#~ msgstr "WikiAdminFormatierung von %s auf %s"
+
+#~ msgid "This page already exists"
+#~ msgstr "Diese Seite existiert bereits"
+
+#~ msgid "WikiAdminSearchReplace %s by %s"
+#~ msgstr "WikiAdminSuchenErsetzen %s mit %s"
+
+#~ msgid "Full Search"
+#~ msgstr "VolltextSuche"
+
+#~ msgid "User: %s"
+#~ msgstr "Benutzer: %s"
+
+#~ msgid "(User: %s)"
+#~ msgstr "(Benutzer: %s)"
+
 #~ msgid "Example.jpg"
 #~ msgstr "Beispiel.jpg"
 
 #~ msgid "Embedded image"
-#~ msgstr "Bild einfügen"
+#~ msgstr "Bild einfügen"
 
-#~ msgid "Invalid username '%s' for LDAP Auth"
-#~ msgstr "Ungültiger Benutzername »%s« für LDAP Auth"
-
 #~ msgid "You searched for: "
 #~ msgstr "Sie suchten nach: "
 
 #~ msgid "You must log in to %s."
-#~ msgstr "Sie müssen sich anmelden %s."
+#~ msgstr "Sie müssen sich anmelden %s."
 
 #~ msgid "mode"
 #~ msgstr "mode"
@@ -8456,18 +9101,18 @@
 #~ msgstr "Version %d."
 
 #~ msgid "History of all major edits by %s to page %s."
-#~ msgstr "Verlaufsprotokoll aller großen Änderungen von %s der Seite %s."
+#~ msgstr "Verlaufsprotokoll aller großen Änderungen von %s der Seite %s."
 
 #~ msgid "History of major modifications for any page edited by %s."
 #~ msgstr ""
-#~ "Verlaufsprotokoll aller großen Änderungen aller Seiten, die von %s "
+#~ "Verlaufsprotokoll aller großen Änderungen aller Seiten, die von %s "
 #~ "bearbeitet wurden."
 
 #~ msgid "Automatically link headers at the top"
-#~ msgstr "Verlinke Überschriften mit Inhaltsverzeichnis"
+#~ msgstr "Verlinke Ãœberschriften mit Inhaltsverzeichnis"
 
 #~ msgid "Existing page-level metadata for %s:"
-#~ msgstr "Zugewiesene Seiten Meta-Daten für %s:"
+#~ msgstr "Zugewiesene Seiten Meta-Daten für %s:"
 
 #~ msgid "Failed to set LDAP protocol version to 3"
 #~ msgstr "Fehler beim Setzen der LDAP Protokoll Version 3"
@@ -8476,10 +9121,10 @@
 #~ msgstr "Bewertet von %d Benutzern | Durchschnittswertung: %.1f Sterne"
 
 #~ msgid "%s prediction for you is %s stars"
-#~ msgstr "Die %s Vorraussage für dich sind %s Sterne"
+#~ msgstr "Die %s Vorraussage für dich sind %s Sterne"
 
 #~ msgid "%s prediction for you is %.1f stars"
-#~ msgstr "Die %s Vorraussage für dich sind %.lf Sterne"
+#~ msgstr "Die %s Vorraussage für dich sind %.lf Sterne"
 
 #~ msgid "Rate the topic of this page"
 #~ msgstr "Bewerte den Seitentitel"
@@ -8489,16 +9134,16 @@
 #~ msgstr "Breite"
 
 #~ msgid "regex"
-#~ msgstr "Regulärer Ausdruck"
+#~ msgstr "Regulärer Ausdruck"
 
 #~ msgid "name"
 #~ msgstr "Name"
 
 #~ msgid "Back to the previous page."
-#~ msgstr "Zurück zur vorigen Seite."
+#~ msgstr "Zurück zur vorigen Seite."
 
 #~ msgid "Add a Comment"
-#~ msgstr "Kommentar hinzufügen"
+#~ msgstr "Kommentar hinzufügen"
 
 #~ msgid "Photos"
 #~ msgstr "Album"
@@ -8509,12 +9154,9 @@
 #~ msgid "OldTextFormattingRules"
 #~ msgstr "AlteTextFormatierungsRegeln"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "TextFormatierungsRegeln"
-
 #, fuzzy
 #~ msgid "PageChange Notification of %s Error: Couldn't send to %s"
-#~ msgstr "SeitenÄnderung Benachrichtigung Fehler: Konnte nicht an %s senden"
+#~ msgstr "SeitenÄnderung Benachrichtigung Fehler: Konnte nicht an %s senden"
 
 #~ msgid "GridTable"
 #~ msgstr "GitterTabelle"
@@ -8522,39 +9164,35 @@
 # OldTextFormattingRules AlteTextFormatierungsRegeln
 #~ msgid "Layout tables using grid-like \"ASCII art\"."
 #~ msgstr ""
-#~ "Formatiere Tabellen unter Verwendung gitter-ähnlicher ASCII Formatierung."
+#~ "Formatiere Tabellen unter Verwendung gitter-ähnlicher ASCII Formatierung."
 
 #, fuzzy
 #~ msgid "WikiAdminMassRevert"
-#~ msgstr "WikiAdminLöschen"
+#~ msgstr "WikiAdminLöschen"
 
 #, fuzzy
 #~ msgid "Reverted page '%s' to version '%s'."
 #~ msgstr "Seite '%s' auf '%s' umbenannt."
 
 #, fuzzy
-#~ msgid "Didn't revert page '%s'. Access denied."
-#~ msgstr "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."
-
-#, fuzzy
 #~ msgid "%d pages have been reverted."
-#~ msgstr "%s Seiten wurden geändert."
+#~ msgstr "%s Seiten wurden geändert."
 
 #, fuzzy
 #~ msgid "PhpWikiAdministration/MassRevert"
-#~ msgstr "PhpWikiSystemverwalten/Löschen"
+#~ msgstr "PhpWikiSystemverwalten/Löschen"
 
 #, fuzzy
 #~ msgid ""
 #~ "Are you sure you want to overwrite the selected files with the previous "
 #~ "version?"
 #~ msgstr ""
-#~ "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen "
+#~ "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen "
 #~ "wollen?"
 
 #, fuzzy
 #~ msgid "Revert selected pages"
-#~ msgstr "Ausgewählte Seiten löschen"
+#~ msgstr "Ausgewählte Seiten löschen"
 
 #~ msgid "Ok"
 #~ msgstr "Ok"
@@ -8587,13 +9225,13 @@
 #~ msgstr "Dbtyp:"
 
 #~ msgid "timeout:"
-#~ msgstr "Zeitüberschreitung:"
+#~ msgstr "Zeitüberschreitung:"
 
 #~ msgid "Replaced link in %s."
 #~ msgstr "Link in %s ersetzt."
 
 #~ msgid "Rename selected pages."
-#~ msgstr "Ausgewählte Seiten umbenennen."
+#~ msgstr "Ausgewählte Seiten umbenennen."
 
 #~ msgid "ACL: "
 #~ msgstr "ACL: "
@@ -8605,7 +9243,7 @@
 #~ msgstr "version <em>%s</em> <b>FIXED</b>"
 
 #~ msgid "Last Modified:"
-#~ msgstr "Zuletzt Geändert:"
+#~ msgstr "Zuletzt Geändert:"
 
 #~ msgid "Last Author:"
 #~ msgstr "Letzter Autor:"
@@ -8623,7 +9261,7 @@
 #, fuzzy
 #~ msgid "Are you sure you want to save these access restrictions?"
 #~ msgstr ""
-#~ "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
+#~ "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"
 
 # Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten
 # must also be renamed to match what is here.
@@ -8633,18 +9271,18 @@
 
 #, fuzzy
 #~ msgid "Selected Pages: %s"
-#~ msgstr "Ausgewählte Seiten: "
+#~ msgstr "Ausgewählte Seiten: "
 
 #, fuzzy
 #~ msgid ""
 #~ "Description: Selected Grant checkboxes allow access, unselected "
 #~ "checkboxes deny access."
 #~ msgstr ""
-#~ "Gesetzte Erlaube Kästchen erlauben Zugriff, ungesetzte Kästchen sperren "
+#~ "Gesetzte Erlaube Kästchen erlauben Zugriff, ungesetzte Kästchen sperren "
 #~ "Zugriff."
 
 #~ msgid "Encrypted passwords cannot be used: %s."
-#~ msgstr "Verschlüsselte Passwörter können nicht verwendet werden: %s."
+#~ msgstr "Verschlüsselte Passwörter können nicht verwendet werden: %s."
 
 #~ msgid ""
 #~ "The admin password cannot be empty. Please update your config/config.ini"
@@ -8662,28 +9300,28 @@
 #~ msgstr "%s: Besitzt keine box() Methode"
 
 #~ msgid "the directory '%s'"
-#~ msgstr "Das Verzeichnis »%s«"
+#~ msgstr "Das Verzeichnis »%s«"
 
 #~ msgid ""
 #~ "With external authentication all users which stored their Preferences. "
 #~ "Without external authentication all once signed-in users (from version "
 #~ "1.3.4 on)."
 #~ msgstr ""
-#~ "Mit externer Authentifizierung aller Benutzer, die sich für dieses Wiki "
+#~ "Mit externer Authentifizierung aller Benutzer, die sich für dieses Wiki "
 #~ "eingetragen haben. Ohne externer Authentifizierung aller Benutzer, die "
 #~ "sich irgendwann (ab Version 1.3.4) einmal angemeldet haben."
 
 #~ msgid "You must sign in"
-#~ msgstr "Sie müssen sich anmelden"
+#~ msgstr "Sie müssen sich anmelden"
 
 #~ msgid "No pagename specified for %s"
-#~ msgstr "Keine Seite angegeben für %s"
+#~ msgstr "Keine Seite angegeben für %s"
 
 #~ msgid "Messages"
 #~ msgstr "Nachrichten"
 
 #~ msgid "Remove page"
-#~ msgstr "Seite löschen"
+#~ msgstr "Seite löschen"
 
 #~ msgid "No opinion"
 #~ msgstr "Keine Bewertung"
@@ -8695,7 +9333,7 @@
 #~ msgstr "(Nicht ein WikiWort)"
 
 #~ msgid "Edit Area Size:"
-#~ msgstr "Texteingabe Fenstergröße:"
+#~ msgstr "Texteingabe Fenstergröße:"
 
 #~ msgid "PhpWiki News"
 #~ msgstr "PhpWiki Neuigkeiten"
@@ -8703,9 +9341,6 @@
 #~ msgid "?"
 #~ msgstr "?"
 
-#~ msgid "Summary:"
-#~ msgstr "Zusammenfassung:"
-
 #~ msgid "Comment:"
 #~ msgstr "Kommentar:"
 
@@ -8722,7 +9357,7 @@
 #~ msgstr "Seiten: %s"
 
 #~ msgid "Remove the page now"
-#~ msgstr "Diese Seite jetzt Löschen"
+#~ msgstr "Diese Seite jetzt Löschen"
 
 #~ msgid "no schema %s found"
 #~ msgstr "Kein DB Schema %s gefunden."
@@ -8731,10 +9366,10 @@
 #~ msgstr "Noch nicht implementiert."
 
 #~ msgid "No pagename specified for topic."
-#~ msgstr "Keine Seite angegeben für dieses Gebiet."
+#~ msgstr "Keine Seite angegeben für dieses Gebiet."
 
 #~ msgid "Can't set locale: '%s'"
-#~ msgstr "Kann Locale »%s« nicht setzen"
+#~ msgstr "Kann Locale »%s« nicht setzen"
 
 #~ msgid "Last Post"
 #~ msgstr "Letzte Nachricht"
@@ -8758,7 +9393,7 @@
 #~ msgstr "Einfaches Zusatzprogramm um Dateien auf den Server hochzuladen"
 
 #~ msgid "You can use %s only with %s"
-#~ msgstr "Sie können %s nur mit %s nutzen"
+#~ msgstr "Sie können %s nur mit %s nutzen"
 
 #~ msgid "browse pages in this wiki"
 #~ msgstr "um Seiten in diesem Wikis durchzugehen"
@@ -8770,7 +9405,7 @@
 #~ msgstr "um HTML Seiten dieses Wikis zu ziehen"
 
 #~ msgid "dump serial pages from this wiki"
-#~ msgstr "um serienmäßige Seiten dieses Wikis als Dateien zu speichern"
+#~ msgstr "um serienmäßige Seiten dieses Wikis als Dateien zu speichern"
 
 #~ msgid "create pages in this wiki"
 #~ msgstr "um Seiten in diesem Wiki zu erzeugen"
@@ -8790,10 +9425,10 @@
 #~ msgid ""
 #~ "(Automatically checking pages which have been deleted at least %s days.)"
 #~ msgstr ""
-#~ "(Prüfe Seiten automatisch, die in den letzten %s Tagen gelöscht wurden.)"
+#~ "(Prüfe Seiten automatisch, die in den letzten %s Tagen gelöscht wurden.)"
 
 #~ msgid "Selected"
-#~ msgstr "Ausgewählt"
+#~ msgstr "Ausgewählt"
 
 #~ msgid "edit user preferences in this wiki"
 #~ msgstr "um Benutzer Einstellungen in diesem Wiki zu bearbeiten"
@@ -8808,7 +9443,7 @@
 #~ msgstr "Sprache des Systems:"
 
 #~ msgid "Argument %s '%s' ignored"
-#~ msgstr "Argument %s »%s« ignoriert"
+#~ msgstr "Argument %s »%s« ignoriert"
 
 #~ msgid "List FuzzyPages for %s"
 #~ msgstr "Ergebnis FuzzySuche nach %s"
@@ -8826,7 +9461,7 @@
 #~ msgstr "Anforderung abgebrochen!"
 
 #~ msgid "Lists nested too deep in SetHTMLOutputMode"
-#~ msgstr "Interner Fehler: Stackgrenze in SetHTMLOutputMode überschritten."
+#~ msgstr "Interner Fehler: Stackgrenze in SetHTMLOutputMode überschritten."
 
 #~ msgid "Included frame from %s"
 #~ msgstr "Eingebetteter Frame von %s"
@@ -8841,32 +9476,32 @@
 #~ "Copy your changes to the clipboard or to another temporary place (e.g. "
 #~ "text editor)."
 #~ msgstr ""
-#~ "Kopiere deine Veränderungen in die Zwischenablage oder an einen anderen "
-#~ "temporären Platz (z.B. in einen Texteditor)"
+#~ "Kopiere deine Veränderungen in die Zwischenablage oder an einen anderen "
+#~ "temporären Platz (z.B. in einen Texteditor)"
 
 #~ msgid ""
 #~ "%s of the page. You should now see the most current version of the page. "
 #~ "Your changes are no longer there."
 #~ msgstr ""
 #~ "%s von die Seite. Sie sollten jetzt die neueste Version der Seite sehen. "
-#~ "Die Änderungen sind verschwunden."
+#~ "Die Änderungen sind verschwunden."
 
 #~ msgid ""
 #~ "Make changes to the file again. Paste your additions from the clipboard "
 #~ "(or text editor)."
 #~ msgstr ""
-#~ "Edieren Sie die Seite erneut. Kopieren Sie Ihre Veränderungen aus der "
+#~ "Edieren Sie die Seite erneut. Kopieren Sie Ihre Veränderungen aus der "
 #~ "Zwischenablage (oder aus dem Texteditor)"
 
 #~ msgid "Save your updated changes."
-#~ msgstr "Speichere deine neue Veränderungen."
+#~ msgstr "Speichere deine neue Veränderungen."
 
 #~ msgid "In order to recover from this situation, follow these steps:"
 #~ msgstr ""
 #~ "Um diese Situation zu korrigieren, folge bitte den folgenden Schritten:"
 
 #~ msgid "last modified %s"
-#~ msgstr "zuletzt geändert %s"
+#~ msgstr "zuletzt geändert %s"
 
 #~ msgid "Today at %s"
 #~ msgstr "Heute um %s"
@@ -8878,7 +9513,7 @@
 #~ msgstr "Die Zeit des Servers:"
 
 #~ msgid "(last edited %s)"
-#~ msgstr "(letzte Änderung %s)"
+#~ msgstr "(letzte Änderung %s)"
 
 #~ msgid "version %s, saved %s."
 #~ msgstr "Version %s. %s gespeichert."
@@ -8890,36 +9525,33 @@
 #~ msgstr "(Version %s. zuletzt am %s gespeichert)"
 
 #~ msgid "previous major revision"
-#~ msgstr "Vorige größere Revision"
+#~ msgstr "Vorige größere Revision"
 
 #~ msgid "Use your browser's <b>Back</b> button to go back to the edit page."
 #~ msgstr ""
-#~ "Benütze die <b>Zurück</b> Funktion deines Browsers um zur Edierseite zu "
+#~ "Benütze die <b>Zurück</b> Funktion deines Browsers um zur Edierseite zu "
 #~ "gelangen."
 
 #~ msgid "Press <b>Save</b> again."
-#~ msgstr "Drücke nochmal <b>Speichern</b>"
+#~ msgstr "Drücke nochmal <b>Speichern</b>"
 
 #~ msgid "Problem while updating %s"
-#~ msgstr "Problem während des Edierens von %s"
+#~ msgstr "Problem während des Edierens von %s"
 
 #~ msgid "Problem while editing %s"
 #~ msgstr "Problem beim Edieren von %s"
 
 #~ msgid "Bad form submission"
-#~ msgstr "Ungültiges Formular gesendet"
+#~ msgstr "Ungültiges Formular gesendet"
 
 #~ msgid "Required form variables are missing."
-#~ msgstr "Einige benötigte Form-Variablen fehlen."
+#~ msgstr "Einige benötigte Form-Variablen fehlen."
 
-#~ msgid "Edit aborted: %s"
-#~ msgstr "Edieren abgebrochen: %s"
-
 #~ msgid "Attempt to delete most recent revision of '%s'"
-#~ msgstr "Versuch die neueste Version von »%s« zu löschen"
+#~ msgstr "Versuch die neueste Version von »%s« zu löschen"
 
 #~ msgid "Attempt to merge most recent revision of '%s'"
-#~ msgstr "Versuch die neueste Version von »%s« zu kombinieren"
+#~ msgstr "Versuch die neueste Version von »%s« zu kombinieren"
 
 #~ msgid "Creating new repository [%s]"
 #~ msgstr "Das CVS Verzeichnis [%s] wird erzeugt"
@@ -8931,22 +9563,22 @@
 #~ msgstr "Keine Meta-Daten gefunden"
 
 #~ msgid "FAILED for [%s]"
-#~ msgstr "FEHLER für [%s]"
+#~ msgstr "FEHLER für [%s]"
 
 #~ msgid "Creating meta file for [%s]"
-#~ msgstr "Meta-Datei für [%s] wird erzeugt"
+#~ msgstr "Meta-Datei für [%s] wird erzeugt"
 
 #~ msgid "is initial release"
 #~ msgstr "ist die erste Version"
 
 #~ msgid "returning old version"
-#~ msgstr "alte Version wird zurückgegeben"
+#~ msgstr "alte Version wird zurückgegeben"
 
 #~ msgid "Unable to delete file, lock was not obtained."
-#~ msgstr "Konnte Datei nicht löschen. Datei ist anderweitig gesperrt."
+#~ msgstr "Konnte Datei nicht löschen. Datei ist anderweitig gesperrt."
 
 #~ msgid "unable to locate/open [%s], turning debug off"
-#~ msgstr "könnte [%s] nicht auffinden/öffnen, Debug wird abgeschaltet."
+#~ msgstr "könnte [%s] nicht auffinden/öffnen, Debug wird abgeschaltet."
 
 #~ msgid "Preparing to execute [%s]"
 #~ msgstr "Ausfuhrung von [%s] vorbereitend"
@@ -8955,22 +9587,22 @@
 #~ msgstr "Fehler bei Befehl: [%s], Ergebnis:"
 
 #~ msgid "Command failed [%s], Return value: %s"
-#~ msgstr "Fehler beim Befehl: [%s], Rückgabewert: %s"
+#~ msgstr "Fehler beim Befehl: [%s], Rückgabewert: %s"
 
 #~ msgid "Done execution"
-#~ msgstr "Ausgeführt."
+#~ msgstr "Ausgeführt."
 
 #~ msgid "Unable to obtain read lock."
 #~ msgstr "Konnte Lesesperre nicht anfordern."
 
 #~ msgid "Unable to open file '%s' for reading"
-#~ msgstr "Konnte Datei »%s« nicht zum Lesen öffnen"
+#~ msgstr "Konnte Datei »%s« nicht zum Lesen öffnen"
 
 #~ msgid "Timeout while obtaining lock."
-#~ msgstr "Zeitüberschreitung beim Warten auf Aufhebung der Lesesperre."
+#~ msgstr "Zeitüberschreitung beim Warten auf Aufhebung der Lesesperre."
 
 #~ msgid "Could not open file '%s' for writing"
-#~ msgstr "Konnte Datei »%s« nicht zum Schreiben öffnen"
+#~ msgstr "Konnte Datei »%s« nicht zum Schreiben öffnen"
 
 #~ msgid "Copying from [%s] to [%s]"
 #~ msgstr "Kopieren von [%s] nach [%s]"
@@ -8979,16 +9611,16 @@
 #~ msgstr "Konnte [%s] nicht kopieren"
 
 #~ msgid "Bad key in linktable: %s"
-#~ msgstr "Ungültiges Datenfeld in Links-Tabelle: %s"
+#~ msgstr "Ungültiges Datenfeld in Links-Tabelle: %s"
 
 #~ msgid "Bad key %s in table"
-#~ msgstr "Ungültiges Datenfeld %s in Tabelle"
+#~ msgstr "Ungültiges Datenfeld %s in Tabelle"
 
 #~ msgid "backlink entry missing for link %s"
 #~ msgstr "Es fehlt ein BackLink Datenfeld zu Link %s"
 
 #~ msgid "link entry missing for backlink %s"
-#~ msgstr "Es fehlt ein Link Datenfeld für den BackLink %s"
+#~ msgstr "Es fehlt ein Link Datenfeld für den BackLink %s"
 
 #~ msgid "WARNING: database still locked"
 #~ msgstr "WARNUNG: Datenbank ist gesperrt"
@@ -8997,16 +9629,16 @@
 #~ msgstr "Fataler Datenbank Fehler"
 
 #~ msgid "Encryption and/or zip patches not supported."
-#~ msgstr "zip Verschlüsselung und/oder Patches noch nicht unterstützt."
+#~ msgstr "zip Verschlüsselung und/oder Patches noch nicht unterstützt."
 
 #~ msgid "Postponed CRC not yet supported."
-#~ msgstr "Nachträgliches CRC noch nicht unterstützt."
+#~ msgstr "Nachträgliches CRC noch nicht unterstützt."
 
 #~ msgid "Compression method %s unsupported"
-#~ msgstr "Kompressionsmethode %s wird nicht unterstützt"
+#~ msgstr "Kompressionsmethode %s wird nicht unterstützt"
 
 #~ msgid "Uncompressed size mismatch"
-#~ msgstr "Größe der dekomprimierten Datei stimmt nicht"
+#~ msgstr "Größe der dekomprimierten Datei stimmt nicht"
 
 #~ msgid "Can't parse %s: (%s)"
 #~ msgstr "Konnte %s nicht analysieren: (%s)"
@@ -9023,10 +9655,10 @@
 #~ "aktiviert!"
 
 #~ msgid "Before you can edit %s, you need to sign in."
-#~ msgstr "Bevor Sie %s edieren können, müssen Sie sich anmelden."
+#~ msgstr "Bevor Sie %s edieren können, müssen Sie sich anmelden."
 
 #~ msgid "The name you use to sign in must be in WikiWord format."
-#~ msgstr "Ihr Benutzername zur Anmeldung muß ein WikiWort sein."
+#~ msgstr "Ihr Benutzername zur Anmeldung muß ein WikiWort sein."
 
 #~ msgid "examples include: TomJefferson, AlexHamilton"
 #~ msgstr "Beispiele: HerrMustermann, UteUndUwe"
@@ -9039,7 +9671,7 @@
 #~ "JohnSmith)."
 #~ msgstr ""
 #~ "Bitte geben Sie Ihren Namen als ZusammenGesetztesHauptWort ein. (z.B. "
-#~ "Hans Müller als HansMüller)."
+#~ "Hans Müller als HansMüller)."
 
 #~ msgid "Signin Failed"
 #~ msgstr "Anmeldung fehlgeschlagen"
@@ -9051,7 +9683,7 @@
 #~ msgstr "Diese Seiten sind verlinkt zu %s:"
 
 #~ msgid "Toolbar for %s"
-#~ msgstr "Werkzeugleiste für %s"
+#~ msgstr "Werkzeugleiste für %s"
 
 #~ msgid "ViewSource"
 #~ msgstr "QuellTextAnsicht"
@@ -9060,16 +9692,16 @@
 #~ msgstr "Version %d. von %s"
 
 #~ msgid "Click here to <a href=\"%s\">remove the page now</a>."
-#~ msgstr "Klicken Sie hier um <a href=\"%s\">die Seite jetzt zu löschen</a>."
+#~ msgstr "Klicken Sie hier um <a href=\"%s\">die Seite jetzt zu löschen</a>."
 
 #~ msgid "To cancel press the \"Back\" button of your browser."
-#~ msgstr "Anderenfalls benütze die »Zurück« Funktion deines Browsers."
+#~ msgstr "Anderenfalls benütze die »Zurück« Funktion deines Browsers."
 
 #~ msgid "lock or unlock pages"
 #~ msgstr "Seiten sperren oder freigeben"
 
 #~ msgid "to perform action '%s'"
-#~ msgstr "um »%s« auszuführen"
+#~ msgstr "um »%s« auszuführen"
 
 #~ msgid "to do that"
 #~ msgstr "um das zu tun"
@@ -9077,21 +9709,21 @@
 #~ msgid ""
 #~ "You must set the administrator account and password before you can log in."
 #~ msgstr ""
-#~ "Sie müssen zuerst den SystemAdministratorZugang mit einem Passwort "
-#~ "schützen, bevor Sie sich anmelden können."
+#~ "Sie müssen zuerst den SystemAdministratorZugang mit einem Passwort "
+#~ "schützen, bevor Sie sich anmelden können."
 
 #~ msgid "You can log in using any valid WikiWord as a user ID."
 #~ msgstr ""
-#~ "Sie können sich mit irgendeinem gültigen WikiWort als Benutzername "
+#~ "Sie können sich mit irgendeinem gültigen WikiWort als Benutzername "
 #~ "anmelden."
 
 #~ msgid "(Any password will work, except, of course for the admin user.)"
 #~ msgstr ""
-#~ "(Jedes Wort wird als Passwort akzeptiert, außer demjeingen für den "
+#~ "(Jedes Wort wird als Passwort akzeptiert, außer demjeingen für den "
 #~ "SystemAdministrator.)"
 
 #~ msgid "RSS available"
-#~ msgstr "RSS verfügbar"
+#~ msgstr "RSS verfügbar"
 
 #~ msgid "New version not saved."
 #~ msgstr "Keine neue Version gespeichert."
@@ -9118,16 +9750,16 @@
 #~ msgstr "Fehlermeldung: %s"
 
 #~ msgid "Cannot open database %s, giving up."
-#~ msgstr "Kann Datenbank %s nicht öffnen - Abbruch."
+#~ msgstr "Kann Datenbank %s nicht öffnen - Abbruch."
 
 #~ msgid "Insert/update failed: %s"
-#~ msgstr "Einfügen/Verändern fehlgeschlagen: %s"
+#~ msgstr "Einfügen/Verändern fehlgeschlagen: %s"
 
 #~ msgid "MySQL error: %s"
 #~ msgstr "MySQL Fehler: %s"
 
 #~ msgid "Cannot delete '%s' from table '%s'"
-#~ msgstr "Kann nicht »%s« aus Tabelle »%s« löschen"
+#~ msgstr "Kann nicht »%s« aus Tabelle »%s« löschen"
 
 #~ msgid "%d pages match your query."
 #~ msgstr "%d Seiten wurden gefunden."
@@ -9136,4 +9768,4 @@
 #~ msgstr "(Erster Tag dieses Wikis)"
 
 #~ msgid "Inserting page %s, version %s from %s"
-#~ msgstr "Füge Seite %s ein, Version %s. vom %s"
+#~ msgstr "Füge Seite %s ein, Version %s. vom %s"

Modified: trunk/src/plugins/wiki/www/locale/po/es.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/es.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/es.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -1,9 +1,9 @@
 # es.po -- PhpWiki's spanish language file
 # This file is part of PhpWiki.
 # Copyright (C) Copyright 1999, 2000, 2001, 2002 ThePhpWikiProgrammingTeam.
-# Copyright (C) 2000 Sandino Araico Sánchez <sandino at sandino.net>.
-# Sandino Araico Sánchez <sandino at sandino.net>, 2000.
-# Ultima modificación por Pablo Roca (proca at clavo.net)
+# Copyright (C) 2000 Sandino Araico Sánchez <sandino at sandino.net>.
+# Sandino Araico Sánchez <sandino at sandino.net>, 2000.
+# Ultima modificación por Pablo Roca (proca at clavo.net)
 # version 1.3.4-pre
 # Reini google translated the rest. 1.3.11p1
 #
@@ -11,49 +11,49 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2000-02-01 00:50-0500\n"
 "Last-Translator: Pablo Roca <proca at clavo.net>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Date: 2001-01-12 16:10-0500\n"
 "From:  <proca at clavo.net>\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
 # lib/msql.php:221 lib/msql.php:296
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
-msgstr "Eliminación en %s falló: %s"
+msgstr "Eliminación en %s falló: %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
 #: ../lib/Captcha.php:32
 msgid "Typed in verification word mismatch ... are you a bot?"
 msgstr ""
-"¿Mecanografían en la unión mal hecha de la palabra de la verificación... le "
+"¿Mecanografían en la unión mal hecha de la palabra de la verificación... le "
 "un BOT?"
 
 #: ../lib/Captcha.php:68
 msgid "Type word above:"
-msgstr "Mecanografíe la palabra arriba:"
+msgstr "Mecanografíe la palabra arriba:"
 
 #: ../lib/DbSession.php:50
 #, php-format
@@ -68,252 +68,252 @@
 #: ../lib/DbaDatabase.php:18
 #, php-format
 msgid "The DBA handler %s is unsupported!"
-msgstr "¡El tratante %s del DBA está sin apoyo!"
+msgstr "¡El tratante %s del DBA está sin apoyo!"
 
 #: ../lib/DbaDatabase.php:19
 #, php-format
 msgid "Supported handlers are: %s"
 msgstr "Los tratantes apoyados son: %s"
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr "Deshaga"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr "Deshaga lisiado"
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
-msgstr "Operación deshecha"
+msgstr "Operación deshecha"
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 #, fuzzy
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr "Subsecuencia \"%s\" tiempos encontrados de %s.  Substituya por \"%s\"?"
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr "Secuencia \"%s\" no encontrado."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr "Busque Y Substituya"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
 msgstr "Buscar"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr "Substituya por"
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr "Cierre"
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr "Texto en negrilla"
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 #, fuzzy
 msgid "Bold text [alt-b]"
 msgstr "Texto en negrilla"
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
-msgstr "Texto del itálico"
+msgstr "Texto del itálico"
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 #, fuzzy
 msgid "Italic text [alt-i]"
-msgstr "Texto del itálico"
+msgstr "Texto del itálico"
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 #, fuzzy
 msgid "Strike"
-msgstr "Tamaño"
+msgstr "Tamaño"
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 #, fuzzy
 msgid "Color text"
 msgstr "Texto en negrilla"
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 #, fuzzy
 msgid "Color"
 msgstr "Cierre"
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
-msgstr "etiqueta opcional | NombreDePágina"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
+msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
-msgstr "Acoplamiento a la página"
+msgstr "Acoplamiento a la página"
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
-msgstr "etiqueta opcional | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
+msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr "Acoplamiento externo (recuerde http://  prefijo)"
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
-msgstr "Texto del título"
+msgstr "Texto del título"
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
-msgstr "Título del nivel 1"
+msgstr "Título del nivel 1"
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
-msgstr "Inserte el texto sin formatear aquí"
+msgstr "Inserte el texto sin formatear aquí"
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr "No haga caso del formato del wiki"
 
 # lib/pageinfo.php:70
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr "Su firma"
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr "Linea horizontal"
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 #, fuzzy
 msgid "Enumeration"
-msgstr "Verificación Del Email"
+msgstr "Verificación Del Email"
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
 msgstr "Listas:"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 #, fuzzy
 msgid "Table of Contents"
-msgstr "ningún contenido de la página"
+msgstr "ningún contenido de la página"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
-msgstr "Nombre de la Página"
+msgstr "Nombre de la Página"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr ""
 
-#: ../lib/EditToolbar.php:182
+#: ../lib/EditToolbar.php:202
 #, fuzzy
-msgid "template name"
+msgid "Template Name"
 msgstr "AgregueLaPlantilla"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
 msgstr ""
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Guardar"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr "Previsualizar"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
-msgstr "Chasque un botón para conseguir un texto del ejemplo"
+msgstr "Chasque un botón para conseguir un texto del ejemplo"
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
-msgstr "Deshaga La Búsqueda Y Substitúyala"
+msgstr "Deshaga La Búsqueda Y Substitúyala"
 
 # lib/diff.php:997
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
-msgstr "AgregueCategoría"
+msgstr "AgregueCategoría"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
-msgstr "Relleno Categorías (doble-tecleo)"
+msgstr "Relleno Categorías (doble-tecleo)"
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr "Relleno"
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr "AgreguePlugin"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr "Relleno Plugin (doble-tecleo)"
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
-msgstr "AgregueElAcoplamientoDeLaPágina"
+msgstr "AgregueElAcoplamientoDeLaPágina"
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
-msgstr "Inserte el AcoplamientoDeLaPágina (doble-tecleo)"
+msgstr "Inserte el AcoplamientoDeLaPágina (doble-tecleo)"
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
 #, fuzzy
-msgid "AddImage"
-msgstr "AgregueElAcoplamientoDeLaPágina"
+msgid "Add Image or Video"
+msgstr "AgregueElAcoplamientoDeLaPágina"
 
-#: ../lib/EditToolbar.php:405
+#: ../lib/EditToolbar.php:431
 #, fuzzy
-msgid "Insert Image (double-click)"
-msgstr "Inserte el AcoplamientoDeLaPágina (doble-tecleo)"
+msgid "Insert Image or Video (double-click)"
+msgstr "Inserte el AcoplamientoDeLaPágina (doble-tecleo)"
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr "AgregueLaPlantilla"
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr "Inserte la plantilla (doble-tecleo)"
 
@@ -322,90 +322,89 @@
 msgid "%s: error while handling error:"
 msgstr "%s: error mientras que maneja error:"
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr "%s: fichero no encontrado"
 
 # lib/diff.php:997
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
-msgstr "GrupoCategoría"
+msgstr "GrupoCategoría"
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr "Un PhpWiki sin un nombre"
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
-msgstr "PáginaPrincipal"
+msgstr "PáginaPrincipal"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
-msgstr "[] el sintaxis inválido no hizo caso"
+msgstr "[] el sintaxis inválido no hizo caso"
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr "el color desconocido %s no hizo caso"
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, fuzzy, php-format
 msgid "PageChange Notification of %s"
-msgstr "Pagine la notificación del cambio de %s enviado a %s"
+msgstr "Pagine la notificación del cambio de %s enviado a %s"
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
 msgstr "Vuelva a %s"
 
 # lib/msql.php:29 lib/mysql.php:36
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, fuzzy, php-format
 msgid "Error: Couldn't send %s to %s"
-msgstr "No podía conectar con %s"
+msgstr "No podía conectar con %s"
 
 # lib/pageinfo.php:21
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
-msgstr "Cambio de la página"
+msgstr "Cambio de la página"
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
-msgstr "Página nueva"
+msgstr "Página nueva"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr "Editar: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Comentarios"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
-msgstr "La página retitula %s a %s"
+msgstr "La página retitula %s a %s"
 
-#: ../lib/MailNotify.php:269
-#, php-format
-msgid "Removed by: %s"
-msgstr "Borrar par: %s"
+#: ../lib/MailNotify.php:344
+#, fuzzy, php-format
+msgid "User %s removed page %s"
+msgstr "Página borrar %s"
 
-#: ../lib/MailNotify.php:271
-#, php-format
-msgid "Page removed %s"
-msgstr "Página borrar %s"
-
-#: ../lib/MailNotify.php:320
+#: ../lib/MailNotify.php:380
 #, fuzzy
-msgid "e-mail address confirmation"
-msgstr "Verificación Del Email"
+msgid "E-Mail address confirmation"
+msgstr "Verificación Del Email"
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -420,261 +419,277 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr "Clase por %s"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 #, fuzzy
 msgid "reverse"
 msgstr "Invierta"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr "Tecleo para invertir orden de la clase"
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr "Clase por %s"
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
-msgstr "Tecleo para de-/seleccionar todas las páginas"
+msgstr "Tecleo para de-/seleccionar todas las páginas"
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr " ... primeros octetos de %d"
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr " ... alrededor de %s"
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr "%s: fichero no encontrado"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
-msgstr "<ningunos fósforos>"
+msgstr "<ningunos fósforos>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr "Contenido"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
-msgstr "modificado por última vez"
+msgstr "modificado por última vez"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
-msgstr "Número de hits"
+msgstr "Número de hits"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
-msgstr "Tamaño"
+msgstr "Tamaño"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr "Comentarios"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
-msgstr "Versión"
+msgstr "Versión"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "Autor Pasado"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
-msgstr "Dueño"
+msgstr "Dueño"
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr "Creador"
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
 msgstr "Bloqueada"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
 msgstr "bloqueada"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "External"
+msgstr "Acoplamientos Externos"
+
+#: ../lib/PageList.php:1218
+#, fuzzy
+msgid "external"
+msgstr "Acoplamientos Externos"
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr "El Menor de edad Corrige"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr "de menor importancia"
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr ""
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr "Columnas: %s."
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
-msgstr "AdministraciónDePhpWiki"
+msgstr "AdministraciónDePhpWiki"
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr "Retitule"
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 #, fuzzy
 msgid "Replace"
 msgstr "Substituya por"
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
-msgstr "Enumere esta página y todas las páginas secundaria"
+msgstr "Enumere esta página y todas las páginas secundaria"
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
-msgstr "Opinión esta página y todas las páginas secundaria"
+msgstr "Opinión esta página y todas las páginas secundaria"
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
-msgstr "Corrija esta página y todas las páginas secundaria"
+msgstr "Corrija esta página y todas las páginas secundaria"
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
-msgstr "Cree una página (secundaria) nueva"
+msgstr "Cree una página (secundaria) nueva"
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 #, fuzzy
 msgid "Download page contents"
-msgstr "Descargue el contenido de la página"
+msgstr "Descargue el contenido de la página"
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
-msgstr "Cambie las cualidades de la página"
+msgstr "Cambie las cualidades de la página"
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
-msgstr "Quite esta página"
+msgstr "Quite esta página"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "para crear esta página"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr "Tipo sin apoyo %s del acceso del ACL no hecho caso."
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr "Acceso"
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr "Grupo/Usuario"
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
-msgstr "Concesión"
+msgstr "Concesión"
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr "-/+"
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
-msgstr "Descripción"
+msgstr "Descripción"
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr "Agregue este ACL"
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr "Permita/Niegue"
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr "Suprima este ACL"
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr "agregue "
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr "Compruebe para agregar este ACL"
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr "InterMapaDeWiki"
 
 #: ../lib/PageType.php:142
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
-"ADVERTENCIA: Se abre la página de InterMapaDeWiki, tan no usando esos "
+"ADVERTENCIA: Se abre la página de InterMapaDeWiki, tan no usando esos "
 "acoplamientos."
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -683,9 +698,9 @@
 #: ../themes/wikilens/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/navbar.tmpl:11
 msgid "Discussion"
-msgstr "Discusión"
+msgstr "Discusión"
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr "Cargamento InterMapaDeWiki del archivo externo %s."
@@ -699,62 +714,63 @@
 msgstr ""
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
 msgstr "CambiosRecientes"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr "Error del upload: archivo demasiado grande"
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 #, fuzzy
 msgid "Upload error: file only partially received"
 msgstr "Error del upload: el archivo recieved solamente parcialmente"
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
-msgstr "Error del upload: ningún archivo seleccionado"
+msgstr "Error del upload: ningún archivo seleccionado"
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr "Error del upload: error desconocido #"
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr "%s no es escribible."
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr "El fichero de diario del acceso de PhpWiki"
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
-"Asegúrese por favor de que %s sea escribible, o redefina %s en config/config."
+"Asegúrese por favor de que %s sea escribible, o redefina %s en config/config."
 "ini."
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr "el archivo %s"
@@ -763,13 +779,13 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 #, fuzzy
 msgid "Relation"
 msgstr "Acoplamientos Relacionados"
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -778,50 +794,45 @@
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
-msgstr "Discusión sin apoyo: %s=%s"
+msgstr "Discusión sin apoyo: %s=%s"
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr "retitulado de %s"
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
-msgstr "WikiDB::renamePage() no todavía puesto en ejecucio'n para este backend"
+msgstr "WikiDB::renamePage() no todavía puesto en ejecucio'n para este backend"
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
-msgstr "%s: La fecha de la nueva revisión es %s"
+msgstr "%s: La fecha de la nueva revisión es %s"
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
-msgstr "Base de datos óptima"
+msgstr "Base de datos óptima"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr "El equipo de programación de PhpWiki"
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
-msgstr "Describe %s aquí."
+msgstr "Describe %s aquí."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
-msgstr "¡Oops! ¡La revisión %s de %s se parece haber sido suprimida!"
+msgstr "¡Oops! ¡La revisión %s de %s se parece haber sido suprimida!"
 
 #: ../lib/WikiDB/backend/dba.php:29 ../lib/WikiDB/backend/dba.php:31
 #, php-format
@@ -840,9 +851,9 @@
 "The %s files are in the %s directory. Please read the INSTALL file and move "
 "the database to a permanent location or risk losing all the pages!"
 msgstr ""
-"Los archivos de %s están en el directorio de %s. ¡Lea por favor el archivo "
-"de la INSTALACIÓN y mueva la base de datos a una localización permanente o "
-"arriesgúela el perder de todas las páginas!"
+"Los archivos de %s están en el directorio de %s. ¡Lea por favor el archivo "
+"de la INSTALACIÓN y mueva la base de datos a una localización permanente o "
+"arriesgúela el perder de todas las páginas!"
 
 #: ../lib/WikiGroup.php:26 ../lib/WikiGroup.php:131
 msgid "No or unsupported GROUP_METHOD defined"
@@ -854,7 +865,7 @@
 
 #: ../lib/WikiGroup.php:30
 msgid "Anonymous Users"
-msgstr "Usuarios Anónimos"
+msgstr "Usuarios Anónimos"
 
 #: ../lib/WikiGroup.php:31
 msgid "Bogo Users"
@@ -862,7 +873,7 @@
 
 #: ../lib/WikiGroup.php:32
 msgid "HasHomePage"
-msgstr "TienePáginaPrincipal"
+msgstr "TienePáginaPrincipal"
 
 #: ../lib/WikiGroup.php:33
 msgid "Signed Users"
@@ -880,12 +891,12 @@
 #: ../lib/WikiGroup.php:373 ../lib/WikiGroup.php:389
 #, php-format
 msgid "Method '%s' not implemented in this GROUP_METHOD %s"
-msgstr "Método ' %s' no puesto en ejecucio'n en este GROUP_METHOD %s"
+msgstr "Método ' %s' no puesto en ejecucio'n en este GROUP_METHOD %s"
 
 #: ../lib/WikiGroup.php:217
 #, php-format
 msgid "Undefined method %s for special group %s"
-msgstr "Método indefinido %s para el grupo especial %s"
+msgstr "Método indefinido %s para el grupo especial %s"
 
 #: ../lib/WikiGroup.php:358
 #, php-format
@@ -895,7 +906,7 @@
 #: ../lib/WikiGroup.php:517
 #, php-format
 msgid "Group page '%s' does not exist"
-msgstr "La página '%s' del grupo no existe"
+msgstr "La página '%s' del grupo no existe"
 
 #: ../lib/WikiGroup.php:576
 #, php-format
@@ -904,9 +915,9 @@
 
 #: ../lib/WikiGroup.php:616
 msgid "No or not enough GROUP_DB SQL statements defined"
-msgstr "No o no bastantes declaraciones de GROUP_DB SQL definió"
+msgstr "No o no bastantes declaraciones de GROUP_DB SQL definió"
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr "%s: no definido"
@@ -923,51 +934,46 @@
 
 #: ../lib/WikiGroup.php:961
 msgid "No LDAP in this PHP version"
-msgstr "Ningún LDAP en esta versión de PHP"
+msgstr "Ningún LDAP en esta versión de PHP"
 
 #: ../lib/WikiGroup.php:1050
 #, php-format
 msgid "Unable to connect to LDAP server %s"
 msgstr "Incapaz conectar con el servidor %s de LDAP"
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr "n/a"
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
-msgstr "absurdo que se arrastra en parámetros plugin: '%s'"
+msgstr "absurdo que se arrastra en parámetros plugin: '%s'"
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
-msgstr "Parámetro '%s' no declarada por plugin."
+msgstr "Parámetro '%s' no declarada por plugin."
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
-msgstr "Plugin '%s' falló."
+msgstr "Plugin '%s' falló."
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Plugin '%s' lisiado."
 
-# lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiPlugin.php:529
-#, php-format
-msgid "Include of '%s' failed."
-msgstr "Inserción de '%s' falló."
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
+#, fuzzy, php-format
+msgid "Plugin '%s' does not exist."
+msgstr "La página '%s' del grupo no existe"
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr "%s: ninguna tal clase"
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr "%s: no una subclase de WikiPlugin."
@@ -978,103 +984,102 @@
 "There is no image creation data available to id '%s'. Please reload "
 "referring page."
 msgstr ""
-"No hay datos de la creación de la imagen disponibles para la identificación "
-"'%s '. Por favor recarga que refiere la página."
+"No hay datos de la creación de la imagen disponibles para la identificación "
+"'%s '. Por favor recarga que refiere la página."
 
 #: ../lib/WikiPluginCached.php:853
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
-"El mapa de imagen expiró.  Recargue la página del wiki para reconstruir su "
+"El mapa de imagen expiró.  Recargue la página del wiki para reconstruir su "
 "pieza del HTML."
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr "Nunca corregido"
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr "%s en %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
-msgstr "versión %s, %s ahorrado"
+msgstr "versión %s, %s ahorrado"
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
-msgstr "Editada por última vez %s."
+msgstr "Editada por última vez %s."
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
-msgstr "versión %s de %s"
+msgstr "versión %s de %s"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
-msgstr "Editada por última vez %s."
+msgstr "Editada por última vez %s."
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "hoy"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr "ayer"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
-msgstr "Dueño: %s"
+msgstr "Dueño: %s"
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "por %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
-msgstr "Acoplamiento vacío a: %s"
+msgstr "Acoplamiento vacío a: %s"
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr "Cree: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
-msgstr "'%s': Mal nombre de la página"
+msgstr "'%s': Mal nombre de la página"
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Editar"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Diferencia"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1086,113 +1091,122 @@
 msgid "Sign Out"
 msgstr "Registro Hacia fuera"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "Muestra Adentro"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "Borrar Página"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
-msgstr "Bloquear Página"
+msgstr "Bloquear Página"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
-msgstr "Desbloquear Página"
+msgstr "Desbloquear Página"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
-msgstr "Borrar Página"
+msgstr "Borrar Página"
 
-#: ../lib/WikiTheme.php:1158
+# lib/pageinfo.php:21
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "Cambio de la página"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Impresora"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr "Toolbars superiores y inferiores"
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Moderno"
 
 # lib/fullsearch.php:48
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
-msgstr "BúsquedaDeTítulos"
+msgstr "BúsquedaDeTítulos"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "Calendario"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
 msgstr "Plugin %s: indefinido"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr "Acoplamientos Relacionados"
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr "Acoplamientos Externos"
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
-msgstr "Username inválido."
+msgstr "Username inválido."
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
-msgstr "Contraseña o userid inválida."
+msgstr "Contraseña o userid inválida."
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr "Permisos escasos."
 
@@ -1201,7 +1215,7 @@
 "You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config."
 "ini"
 msgstr ""
-"Usted se olvidó de fijar ENCRYPTED_PASSWD para verdad. Ponga al día por "
+"Usted se olvidó de fijar ENCRYPTED_PASSWD para verdad. Ponga al día por "
 "favor su config/config.ini"
 
 #: ../lib/WikiUser.php:380
@@ -1209,13 +1223,13 @@
 "Your home page has not been created yet so your preferences cannot not be "
 "saved."
 msgstr ""
-"Su Home Page no se ha creado todavía así que sus preferencias no pueden ser "
+"Su Home Page no se ha creado todavía así que sus preferencias no pueden ser "
 "ahorradas."
 
 #: ../lib/WikiUser.php:397
 msgid "Your home page is locked so your preferences cannot not be saved."
 msgstr ""
-"Su Home Page ha sido bloqueada así que sus preferencias no pueden ser "
+"Su Home Page ha sido bloqueada así que sus preferencias no pueden ser "
 "ahorradas."
 
 #: ../lib/WikiUser.php:398
@@ -1227,10 +1241,10 @@
 # lib/diff.php:997
 #: ../lib/WikiUser.php:456 ../themes/default/templates/homepage.tmpl:37
 msgid "CategoryHomepage"
-msgstr "CategoríaHomepage"
+msgstr "CategoríaHomepage"
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1243,8 +1257,8 @@
 "Old UserPage %s without stored password updated with empty password. Set a "
 "password in your UserPreferences."
 msgstr ""
-"Viejo UserPage %s sin la contraseña almacenada puesta al día con contraseña "
-"vacía. Fije una contraseña en su UsuarioPreferencias."
+"Viejo UserPage %s sin la contraseña almacenada puesta al día con contraseña "
+"vacía. Fije una contraseña en su UsuarioPreferencias."
 
 #: ../lib/WikiUser/AdoDb.php:147 ../lib/WikiUser/PdoDb.php:136
 #: ../lib/WikiUser/PearDb.php:137
@@ -1259,6 +1273,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr "Cualquier %s es que falta o DATABASE_TYPE != '%s'"
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr "Incapaz conectar con el IMAP el servidor "
@@ -1268,102 +1296,107 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr "Incapaz atar el servidor %s de LDAP usando %s %s"
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 #, fuzzy
 msgid "User not found in LDAP"
 msgstr "%s: fichero no encontrado"
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 #, fuzzy
 msgid "Wrong password: "
-msgstr "DB admin contraseña:"
+msgstr "DB admin contraseña:"
 
 # lib/msql.php:29 lib/mysql.php:36
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, fuzzy, php-format
 msgid "Could not connect to LDAP host %s"
-msgstr "No podía conectar con %s"
+msgstr "No podía conectar con %s"
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr "Username inválido ' %s' para LDAP Auth"
+
 # lib/msql.php:29 lib/mysql.php:36
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
-msgstr "No podía conectar con %s"
+msgstr "No podía conectar con %s"
 
 #: ../lib/WikiUser/PersonalPage.php:39 ../lib/WikiUser/PersonalPage.php:48
 #, php-format
 msgid "PersonalPage login method:"
-msgstr "Método de la conexión de PersonalPage:"
+msgstr "Método de la conexión de PersonalPage:"
 
 #: ../lib/WikiUser/PersonalPage.php:40 ../lib/WikiUser/PersonalPage.php:49
 #, php-format
 msgid "You stored an empty password in your '%s' page."
-msgstr "Usted almacenó una contraseña vacía en su página de '%s'."
+msgstr "Usted almacenó una contraseña vacía en su página de '%s'."
 
 #: ../lib/WikiUser/PersonalPage.php:41
 #, php-format
 msgid "Your access permissions are only for a BogoUser."
-msgstr "Sus permisos de acceso están solamente para un BogoUser."
+msgstr "Sus permisos de acceso están solamente para un BogoUser."
 
 #: ../lib/WikiUser/PersonalPage.php:42 ../lib/WikiUser/PersonalPage.php:51
 #, php-format
 msgid "Please set a password in UserPreferences."
-msgstr "Fije por favor una contraseña en UsuarioPreferencias."
+msgstr "Fije por favor una contraseña en UsuarioPreferencias."
 
 #: ../lib/WikiUser/PersonalPage.php:50
 #, php-format
 msgid "Given password ignored."
-msgstr "Contraseña no hecho caso."
+msgstr "Contraseña no hecho caso."
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
-msgstr "Contraseña inválido."
+msgstr "Contraseña inválido."
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
-"Preferencias o formato vacías de la galleta de UsuarioPreferencias no "
+"Preferencias o formato vacías de la galleta de UsuarioPreferencias no "
 "reconocido."
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
-msgstr "Las preferencias del defecto serán utilizadas."
+msgstr "Las preferencias del defecto serán utilizadas."
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
-"La longitud de la contraseña es más corta que la política del sistema "
+"La longitud de la contraseña es más corta que la política del sistema "
 "permite."
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
-"La longitud de la contraseña almacenada es más corta que la política del "
-"sistema permite. Apesadumbrado, usted no puede conexión.\n"
+"La longitud de la contraseña almacenada es más corta que la política del "
+"sistema permite. Apesadumbrado, usted no puede conexión.\n"
 " Usted tiene que pedir que el administrador de sistema reajuste su "
-"contraseña."
+"contraseña."
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
-msgstr "La función de la cripta no está disponible en esta versión de PHP."
+msgstr "La función de la cripta no está disponible en esta versión de PHP."
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
@@ -1371,15 +1404,15 @@
 "En ENCRYPTED_PASSWD por favor fijado a falso config/config.ini y "
 "probablemente cambio ADMIN_PASSWD."
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr "ENCRYPTED_PASSWD por favor fijado a verdad en config/config.ini."
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
-msgstr "Verificación Del Email"
+msgstr "Verificación Del Email"
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1387,20 +1420,20 @@
 "will be used to send page change notifications.\n"
 "See %s"
 msgstr ""
-"¡Recepción a %s!\n"
-"Se verifica y será utilizada su cuenta del email\n"
-"para enviar notificaciones del cambio de la página.\n"
+"¡Recepción a %s!\n"
+"Se verifica y será utilizada su cuenta del email\n"
+"para enviar notificaciones del cambio de la página.\n"
 "Vea %s"
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
-msgstr "La dirección ' %s' del email no se ajusta a formato correctamente"
+msgstr "La dirección ' %s' del email no se ajusta a formato correctamente"
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
-msgstr "La dirección ' %s' del email se ajusta a formato correctamente"
+msgstr "La dirección ' %s' del email se ajusta a formato correctamente"
 
 # lib/pageinfo.php:21
 #: ../lib/WysiwygEdit/Wikiwyg.php:69
@@ -1416,19 +1449,19 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:71
 #, fuzzy
 msgid "Title 1"
-msgstr "Una búsqueda de títulos"
+msgstr "Una búsqueda de títulos"
 
 # lib/fullsearch.php:48
 #: ../lib/WysiwygEdit/Wikiwyg.php:72
 #, fuzzy
 msgid "Title 2"
-msgstr "Una búsqueda de títulos"
+msgstr "Una búsqueda de títulos"
 
 # lib/fullsearch.php:48
 #: ../lib/WysiwygEdit/Wikiwyg.php:73
 #, fuzzy
 msgid "Title 3"
-msgstr "Una búsqueda de títulos"
+msgstr "Una búsqueda de títulos"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:74
 msgid "Verbatim"
@@ -1437,7 +1470,7 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:75
 #, fuzzy
 msgid "Table of content"
-msgstr "ningún contenido de la página"
+msgstr "ningún contenido de la página"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:76
 msgid "Insert Wikitext section"
@@ -1455,7 +1488,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1464,97 +1497,113 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
-msgstr "versión %s"
+msgstr "versión %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Ninguna"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
-msgstr "Estoy apesadumbrado, allí no soy ninguna página tal como %s."
+msgstr "Estoy apesadumbrado, allí no soy ninguna página tal como %s."
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Diferencia de: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
-msgstr "versión %d"
+msgstr "versión %d"
 
 # lib/pageinfo.php:70
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
-msgstr "versión actual"
+msgstr "versión actual"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
-msgstr "revisión del autor anterior"
+msgstr "revisión del autor anterior"
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
-msgstr "versión archivada"
+msgstr "versión archivada"
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr "precursor al cambio principal anterior"
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr "Diferencias entre %s y %s de %s."
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr "Otros diffs:"
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
-msgstr "Revisión Importante Anterior"
+msgstr "Revisión Importante Anterior"
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
-msgstr "Versión archivada"
+msgstr "Versión archivada"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr "Autor Anterior"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
-msgstr "Página más nueva:"
+msgstr "Página más nueva:"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
-msgstr "Página más viejo:"
+msgstr "Página más viejo:"
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
-msgstr "Las versiones son idénticas"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "invierta a la versión %d"
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " and "
+msgstr "agregue "
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
+msgstr "Las versiones son idénticas"
+
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "Versión"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1562,134 +1611,155 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr "AcoplamientosTraseros"
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr "AcoplamientosTraseros por %s"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr "(vuelto a dirigir de %s)"
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr "CajaDeArena"
 
 # lib/pageinfo.php:70
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
-msgstr "Versión actual:"
+msgstr "Versión actual:"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
-msgstr "Altro versión"
+msgstr "Altro versión"
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr "Un cierto error interno el corregir"
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
-"Su están intentando corregir/crean probablemente una versión inválida de "
-"esta página."
+"Su están intentando corregir/crean probablemente una versión inválida de "
+"esta página."
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr "&version=-1 pudo ayudar."
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Editar: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
-msgstr "Fuente De la Visión: %s"
+msgstr "Fuente De la Visión: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
-msgstr "Página bloqueada."
+msgstr "Página bloqueada."
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
-msgstr "Página desbloquear."
+msgstr "Página desbloquear."
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+#, fuzzy
+msgid "Page now public."
+msgstr "Página desbloquear."
+
+#: ../lib/editpage.php:260
+#, fuzzy
+msgid "Page now not-public."
+msgstr "Página desbloquear."
+
+#: ../lib/editpage.php:269
+#, fuzzy
+msgid "Page now external."
+msgstr "Página desbloquear."
+
+#: ../lib/editpage.php:270
+#, fuzzy
+msgid "Page now not-external."
+msgstr "Página desbloquear."
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "Guardar: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
-msgstr "También muchos acoplamientos externos."
+msgstr "También muchos acoplamientos externos."
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr "Informes de SpamAssassin: "
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr "Los acoplamientos externos contienen dominios bloqueados:"
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, fuzzy, php-format
 msgid "%s is listed at %s with %s"
 msgstr "%s se enumera en %s"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
-msgstr "Prevención Del Spam"
+msgstr "Prevención Del Spam"
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
-"Esta página corrige se parece contener el Spam y por lo tanto no fue "
+"Esta página corrige se parece contener el Spam y por lo tanto no fue "
 "ahorrada."
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr "Disculpe la inconveniencia."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Las versiones son idénticas"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
-msgstr "Página Bloqueada"
+msgstr "Página Bloqueada"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
-"Esta página ha sido bloqueada por el administrador y no puede ser editada."
+"Esta página ha sido bloqueada por el administrador y no puede ser editada."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
@@ -1697,724 +1767,723 @@
 "Copie sus cambios al portapapeles o a otro sitio temporal (p.ej. editor de "
 "textos)."
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
-msgstr "PáginaModerada"
+msgstr "PáginaModerada"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr "UsuarioPreferencias"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
 "sections beginning with '%s', and ending with '%s'.  You will need to edit "
 "those sections by hand before you click Save."
 msgstr ""
-"Algunos de los cambios no podían ser combinados automáticamente. Busque por "
+"Algunos de los cambios no podían ser combinados automáticamente. Busque por "
 "favor las secciones que comienzan con '%s', y terminando con '%s'. Usted "
-"necesitará corregir esas secciones a mano antes de que usted chasque excepto."
+"necesitará corregir esas secciones a mano antes de que usted chasque excepto."
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
-msgstr "Compruébelo por favor a través antes de ahorrar."
+msgstr "Compruébelo por favor a través antes de ahorrar."
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
-msgstr "¡El Estar en conflicto Corrige!"
+msgstr "¡El Estar en conflicto Corrige!"
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
-"En el tiempo desde que usted comenzó a corregir esta página, otro usuario ha "
-"ahorrado una nueva versión de ella."
+"En el tiempo desde que usted comenzó a corregir esta página, otro usuario ha "
+"ahorrado una nueva versión de ella."
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
-"Sus cambios no se pueden ahorrar como son, desde hacer así que "
-"sobreescribirían los cambios del otro autor. Así pues, se han combinado sus "
+"Sus cambios no se pueden ahorrar como son, desde hacer así que "
+"sobreescribirían los cambios del otro autor. Así pues, se han combinado sus "
 "cambios y los del otro autor. El resultado se demuestra abajo."
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr "Convertido"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
 msgstr "CambiosRecientes"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr ""
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
-msgstr "Registrarán al autor como %s."
+msgstr "Registrarán al autor como %s."
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 #, fuzzy
 msgid "Overwrite with new"
 msgstr "Sobreescriba Todos"
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
-msgstr "Fusión y Editar: %s"
+msgstr "Fusión y Editar: %s"
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr "Archivos del ZIP de la base de datos"
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr "Descarga al directorio"
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr "Archivo Del Upload"
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr "Archivo De la Carga"
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr "Mejora"
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
-msgstr "Páginas de la descarga como XHTML"
+msgstr "Páginas de la descarga como XHTML"
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr "CargaDescarga"
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
-msgstr "Pagine la notificación del cambio de %s enviado a %s"
+msgstr "Pagine la notificación del cambio de %s enviado a %s"
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
-"Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s"
+"Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s"
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr "Acabado."
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr "Vuelva a %s"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr "DescargaCompleta"
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
-msgstr "La Foto Más última"
+msgstr "La Foto Más última"
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr "Usted debe especificar un directorio para descargar a"
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr "No puede crear el directorio '%s'"
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
-msgstr "Directorio creado '%s' para la descarga de la página..."
+msgstr "Directorio creado '%s' para la descarga de la página..."
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr "Usando el directorio '%s'"
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
-msgstr "Descargar Las Páginas"
+msgstr "Descargar Las Páginas"
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr "Saltado."
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr "ahorrado como %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
-msgstr "Error al escribir la página '%s'"
+msgstr "Error al escribir la página '%s'"
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr "%s octetos"
 
 # lib/editpage.php:19
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr "... copia de [%s]"
 
 # lib/editpage.php:19
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
 msgstr "... non copia de [%s]"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr "ahorrado como "
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr "... no encontrado"
 
 # lib/pageinfo.php:9
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
-msgstr "¡Escriba un nombre de página!"
+msgstr "¡Escriba un nombre de página!"
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 #, fuzzy
 msgid "Invalid pagename!"
-msgstr "Username inválido"
+msgstr "Username inválido"
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "de %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr "tiene corregir conflictos - sobreescribiendo de todos modos"
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr "tiene corregir los conflictos - saltados"
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
-"el contenido es idéntico a la versión actual %d - ninguna nueva revisión "
+"el contenido es idéntico a la versión actual %d - ninguna nueva revisión "
 "creada"
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
-msgstr "- ahorrado a la base de datos como versión %d"
+msgstr "- ahorrado a la base de datos como versión %d"
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "Archivo %s del MIME"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr "Archivo serializado %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "archivo llano %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
-msgstr "Fusión Editar"
+msgstr "Fusión Editar"
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr "Restore de todos modos"
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr "Sobreescriba Todos"
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr " Apesadumbrado, no puede combinarse."
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
 msgstr "Invierta"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
-msgstr "parámetro requerido de la versión que falta"
+msgstr "parámetro requerido de la versión que falta"
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
-msgstr "ningún contenido de la página"
+msgstr "ningún contenido de la página"
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
-msgstr "la misma página de la versión"
+msgstr "la misma página de la versión"
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 #, fuzzy
 msgid "Cancelled"
 msgstr "Cancelar"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr "Si"
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
-msgstr "invierta a la versión %d"
+msgstr "invierta a la versión %d"
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
 msgstr "Invierta"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
-msgstr "- versión %d ahorrada a la base de datos como versión %d"
+msgstr "- versión %d ahorrada a la base de datos como versión %d"
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr "Archivo del InterMapa de Wiki del defecto no cargado."
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr "El saltar"
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr "Mal tipo del archivo:  %s"
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr "'%s' que carga"
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr "El cargar encima de wiki virginal"
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
-msgstr "¿Ningún archivo uploaded a upload?"
+msgstr "¿Ningún archivo uploaded a upload?"
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr "%s uploading"
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr "PROHIBIDO"
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
-msgstr "ANÓN"
+msgstr "ANÓN"
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr "BOGO"
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr "USUARIO"
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr "ADMIN"
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr "INALCANZABLE"
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr "%s se rechaza en este wiki."
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr "authenticado"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr "non authenticado"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
-msgstr "Permiso que falta de la página:"
+msgstr "Permiso que falta de la página:"
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 "%s %s %s se rechaza en este wiki para el usuario '%s' de %s (llano:  %s)."
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr "Usted debe firmar adentro %s."
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
-msgstr "Tenga acceso para usted se prohíbe %s."
+msgstr "Tenga acceso para usted se prohíbe %s."
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr "Usted debe ser administrador %s."
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
-msgstr "para visión esta página"
+msgstr "para visión esta página"
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
-msgstr "para diff esta página"
+msgstr "para diff esta página"
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
-msgstr "para las páginas del HTML de la descarga"
+msgstr "para las páginas del HTML de la descarga"
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
-msgstr "para las páginas del cuento por entregas de la descarga"
+msgstr "para las páginas del cuento por entregas de la descarga"
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
-msgstr "para corregir esta página"
+msgstr "para corregir esta página"
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
-msgstr "para crear esta página"
+msgstr "para crear esta página"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
-msgstr "para invertir a una versión anterior de esta página"
+msgstr "para invertir a una versión anterior de esta página"
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
-msgstr "para crear esta página"
+msgstr "para crear esta página"
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr "para cargue los archivos en este wiki"
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
-msgstr "para trabar esta página"
+msgstr "para trabar esta página"
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 #, fuzzy
 msgid "purge this page"
-msgstr "para crear esta página"
+msgstr "para crear esta página"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
-msgstr "para quitar esta página"
+msgstr "para quitar esta página"
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
-msgstr "para desbloquear página"
+msgstr "para desbloquear página"
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
-msgstr "para upload una descarga del cierre relámpago"
+msgstr "para upload una descarga del cierre relámpago"
 
 # lib/pageinfo.php:70
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
-msgstr "para verificar la acción actual"
+msgstr "para verificar la acción actual"
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
-msgstr "para visión la fuente de esta página"
+msgstr "para visión la fuente de esta página"
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
-msgstr "para tener acceso a este wiki vía Xml-RPC"
+msgstr "para tener acceso a este wiki vía Xml-RPC"
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
-msgstr "para tener acceso a este wiki vía SOAP"
+msgstr "para tener acceso a este wiki vía SOAP"
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
-msgstr "para descargar un cierre relámpago descargue de este wiki"
+msgstr "para descargar un cierre relámpago descargue de este wiki"
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
 msgstr "para descargar un HTML relampague la descarga de este wiki"
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 #, fuzzy
 msgid "use"
 msgstr "usuarios"
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
-msgstr "Páginas el hojear"
+msgstr "Páginas el hojear"
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr ""
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr ""
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr ""
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr ""
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr ""
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr ""
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
-msgstr "Bloquear páginas"
+msgstr "Bloquear páginas"
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 #, fuzzy
 msgid "Purging pages"
-msgstr "Páginas el hojear"
+msgstr "Páginas el hojear"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
-msgstr "Borrar páginas"
+msgstr "Borrar páginas"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
-msgstr "Desbloquear páginas"
+msgstr "Desbloquear páginas"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
 # lib/pageinfo.php:70
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
-msgstr "%s: acción remitida a un asesor."
+msgstr "%s: acción remitida a un asesor."
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
-"Esta acción requiere la aprobación del asesor.  Sea por favor paciente."
+"Esta acción requiere la aprobación del asesor.  Sea por favor paciente."
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
-msgstr "Usted debe esperar la aprobación del asesor."
+msgstr "Usted debe esperar la aprobación del asesor."
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
-msgstr "%s: Mala acción"
+msgstr "%s: Mala acción"
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "Error Fatal De PhpWiki"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
-msgstr "Cambie a dueño"
+msgstr "Cambie a dueño"
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr "Fije El Acl"
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
-msgstr "DescargeDeLaPágina"
+msgstr "DescargeDeLaPágina"
 
 # lib/fullsearch.php:48
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
-msgstr "BúsquedaDelTexto"
+msgstr "BúsquedaDelTexto"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr "El directorio de session.save_path"
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
 msgstr "el directorio '%s' de session.save_path"
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr "El procurar utilizar el directorio '%s' en lugar de otro."
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
-msgstr "Los usuarios no podrán firmar adentro."
+msgstr "Los usuarios no podrán firmar adentro."
 
 #: ../lib/plugin/AddComment.php:39
 msgid "AddComment"
@@ -2427,56 +2496,59 @@
 msgstr ""
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr ""
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
-msgstr "TodasLasPáginas"
+msgstr "TodasLasPáginas"
 
 #: ../lib/plugin/AllPages.php:38
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+msgid "All pages in this wiki ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
+msgstr ""
+
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
@@ -2489,7 +2561,7 @@
 msgid "List all once authenticated users."
 msgstr ""
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2569,7 +2641,7 @@
 msgid "hours"
 msgstr "horas"
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr "dias"
 
@@ -2585,26 +2657,26 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
-msgstr "<vacío>"
+msgstr "<vacío>"
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr ""
 
@@ -2612,34 +2684,34 @@
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
-msgstr "Página actualizada con éxito."
+msgstr "Página actualizada con éxito."
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2651,147 +2723,148 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr "Comentarios"
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr "modificado"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
-msgstr "Enumere todas las páginas que se liguen a %s."
+msgstr "Enumere todas las páginas que se liguen a %s."
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr "#"
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 #, fuzzy
 msgid "Those"
 msgstr "Cierre"
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2799,20 +2872,20 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr "Mes Anterior"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
-msgstr "El Mes Próximo"
+msgstr "El Mes Próximo"
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "An"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "Editar %s"
@@ -2824,17 +2897,25 @@
 # lib/diff.php:997
 #: ../lib/plugin/CategoryPage.php:44
 msgid "CategoryPage"
-msgstr "CategoríaPágina"
+msgstr "CategoríaPágina"
 
 #: ../lib/plugin/CategoryPage.php:48
 msgid "Create a Wiki page."
-msgstr "Cree una página de Wiki."
+msgstr "Cree una página de Wiki."
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr "Commentario"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
@@ -2847,66 +2928,118 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
 #: ../lib/plugin/CreatePage.php:42
 msgid "CreatePage"
-msgstr "CreeLaPágina"
+msgstr "CreeLaPágina"
 
 #: ../lib/plugin/CreatePage.php:46
 msgid "Create a Wiki page by the provided name."
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 #, fuzzy
 msgid "Cannot create page with empty name!"
 msgstr "No puede crear el directorio '%s'"
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "CreeLaPágina"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
 #, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
+#, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
-msgstr "Cree par CreeLaPágina"
+msgstr "Cree par CreeLaPágina"
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr "CreeToc"
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
 msgstr ""
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr ""
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "BuscarPágina"
+
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s o"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr ""
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr ""
@@ -2916,22 +3049,22 @@
 msgid "Edit metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, php-format
 msgid "No metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2944,72 +3077,77 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr ""
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 #, fuzzy
 msgid "FileInfo"
 msgstr "Informacion"
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s: fichero no encontrado"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
-msgstr "Página bloqueada."
+msgstr "Página bloqueada."
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr ""
 
@@ -3022,95 +3160,100 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
-msgstr "Resultados de la búsqueda en el texto completo para '%s'"
+msgstr "Resultados de la búsqueda en el texto completo para '%s'"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
 msgstr "Acoplamientos Relacionados"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
-msgstr "Nombre de la Página"
+msgstr "Nombre de la Página"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr ""
 
 # lib/pageinfo.php:10 lib/stdlib.php:239
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
 # lib/pageinfo.php:10 lib/stdlib.php:239
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr "Aceptar"
 
@@ -3123,18 +3266,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3147,7 +3290,7 @@
 msgstr ""
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr ""
 
@@ -3159,23 +3302,23 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
-msgstr "%s es vacío"
+msgstr "%s es vacío"
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
 # lib/msql.php:29 lib/mysql.php:36
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3192,15 +3335,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3212,36 +3359,47 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
+#, fuzzy, php-format
+msgid "Page '%s' does not exist"
+msgstr "La página '%s' del grupo no existe"
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
 #, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
-msgstr "Inserción de '%s'"
+msgstr "Inserción de '%s'"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 #, fuzzy
 msgid "IncludePages"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3254,39 +3412,53 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "BuscarPágina"
+
+# lib/diff.php:997
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "Categoría"
+
 # lib/fullsearch.php:48
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
-msgstr "InterWikiBúsqueda"
+msgstr "InterWikiBúsqueda"
 
 #: ../lib/plugin/InterWikiSearch.php:35
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr "Nombre de la Wiki"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "Buscar"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 #, fuzzy
 msgid "JabberPresence"
 msgstr "Preferencias"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
@@ -3300,45 +3472,45 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 #, fuzzy
 msgid "Missing ldap extension"
-msgstr "Permiso que falta de la página:"
+msgstr "Permiso que falta de la página:"
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 #, fuzzy
 msgid "Failed to connect to LDAP host"
 msgstr "Incapaz conectar con el servidor %s de LDAP"
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3349,73 +3521,88 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
-msgstr "BúsquedaDeTítulos"
+msgstr "BúsquedaDeTítulos"
 
 #: ../lib/plugin/LinkSearch.php:38
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
 # lib/pageinfo.php:70
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 #, fuzzy
 msgid "outgoing"
-msgstr "Versión actual:"
+msgstr "Versión actual:"
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 #, fuzzy
 msgid "Link"
 msgstr "AcoplamientosTraseros"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
 
 #: ../lib/plugin/ListPages.php:38
 msgid "ListPages"
-msgstr "ListaPáginas"
+msgstr "ListaPáginas"
 
 #: ../lib/plugin/ListPages.php:42
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3432,20 +3619,20 @@
 
 #: ../lib/plugin/ListSubpages.php:34
 msgid "ListSubpages"
-msgstr "ListaPáginasSecundaria"
+msgstr "ListaPáginasSecundaria"
 
 #: ../lib/plugin/ListSubpages.php:38
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
-msgstr "PáginasSecundaria de %s:"
+msgstr "PáginasSecundaria de %s:"
 
 #: ../lib/plugin/MediawikiTable.php:56
 msgid "MediawikiTable"
@@ -3455,16 +3642,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3472,12 +3659,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3485,299 +3672,301 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 #, fuzzy
 msgid "Reject"
 msgstr "Selecto"
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, fuzzy, php-format
 msgid "%s is not locked!"
 msgstr "%s: fichero no encontrado"
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr "MasPopulares"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
-msgstr "Las páginas más populares."
+msgstr "Las páginas más populares."
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
-msgstr "Las %d páginas más populares de este wiki:"
+msgstr "Las %d páginas más populares de este wiki:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
-msgstr "Página nueva"
+msgstr "Página nueva"
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
-msgstr "%s: Página no encontrado."
+msgstr "%s: Página no encontrado."
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr "Siguiente"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr "Anterior"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr "Primera"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr "Final"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
-msgstr "Versión %d"
+msgstr "Versión %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr ""
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr "InformacionDeLaPagina"
 
@@ -3797,116 +3986,121 @@
 #: ../lib/plugin/PasswordReset.php:42
 #, fuzzy
 msgid "PasswordReset"
-msgstr "Contraseña:"
+msgstr "Contraseña:"
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr "Mensaje"
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, fuzzy, php-format
 msgid "Error sending email with password for user %s."
-msgstr "Contraseña o userid inválida."
+msgstr "Contraseña o userid inválida."
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 #, fuzzy
 msgid "Reset password of user: "
-msgstr "Contraseña o userid inválida."
+msgstr "Contraseña o userid inválida."
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 #, fuzzy
 msgid "Already logged in"
 msgstr "Suprimido ya"
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3919,29 +4113,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr ""
 
@@ -3953,54 +4147,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr ""
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "%s se rechaza en este wiki."
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -4012,20 +4207,20 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr "%d mejores enlaces de entrada: "
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr "%d mejores enlaces de salida: "
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
-msgstr "%d las más populares: "
+msgstr "%d las más populares: "
 
 #: ../lib/plugin/PopularTags.php:34
 #, fuzzy
@@ -4035,77 +4230,85 @@
 #: ../lib/plugin/PopularTags.php:38
 #, fuzzy
 msgid "List the most popular tags."
-msgstr "Las páginas más populares."
+msgstr "Las páginas más populares."
 
 # lib/diff.php:997
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr "CategoriaCategoria"
 
 # lib/diff.php:997
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
-msgstr "Categoría"
+msgstr "Categoría"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr "Asunto"
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
 msgstr "Preferencias"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 msgid "Total Units"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 msgid "Total Voters"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+msgid "Processing"
+msgstr ""
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
-msgstr "PáginaAlAzar"
+msgstr "PáginaAlAzar"
 
 #: ../lib/plugin/RandomPage.php:37
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -4113,60 +4316,68 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
 # lib/pageinfo.php:70
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
-msgstr "Versión actual:"
+msgstr "Versión actual:"
 
 # lib/pageinfo.php:70
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
-msgstr "para verificar la acción actual"
+msgid "Your current prediction: "
+msgstr "para verificar la acción actual"
 
 # lib/pageinfo.php:70
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 #, fuzzy
 msgid "Change your rating from "
-msgstr "Versión actual:"
+msgstr "Versión actual:"
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+msgid " to "
 msgstr ""
 
 # lib/pageinfo.php:70
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 #, fuzzy
 msgid "Add your rating: "
-msgstr "Versión actual:"
+msgstr "Versión actual:"
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+#, fuzzy
+msgid "Rating deleted!"
+msgstr "Suprimido ya"
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "Editar: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 #, fuzzy
 msgid "Cancel your rating"
 msgstr "Cancelar"
@@ -4175,281 +4386,348 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 #, fuzzy
 msgid "UserContribs"
 msgstr "GradosUsuario."
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
 msgstr "CambiosRecientes"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr "RecienteCorrige"
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 #, fuzzy
 msgid "Deleted"
 msgstr "Borrada."
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "Primera"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 msgid "contribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
-msgstr "página nueva"
+msgstr "página nueva"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
-msgstr "para crear esta página"
+msgstr "para crear esta página"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, php-format
 msgid " for pages changed by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, fuzzy, php-format
 msgid " for all pages linking to %s"
-msgstr "Enumere todas las páginas que se liguen a %s."
+msgstr "Enumere todas las páginas que se liguen a %s."
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, fuzzy, php-format
 msgid " for all pages matching '%s'"
-msgstr "Enumere todas las páginas que se liguen a %s."
+msgstr "Enumere todas las páginas que se liguen a %s."
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
-"Los %d la mayoría del %s reciente durante el último día se enumeran abajo."
+"Los %d la mayoría del %s reciente durante el último día se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
-"Los %d la mayoría del %s reciente durante los últimos días de %s se enumeran "
+"Los %d la mayoría del %s reciente durante los últimos días de %s se enumeran "
 "abajo."
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
-msgstr "Los %d la mayoría del %s reciente se enumeran abajo."
+msgstr "Los %d la mayoría del %s reciente se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
-msgstr "Los %d el %s más viejo durante el último día se enumeran abajo."
+msgstr "Los %d el %s más viejo durante el último día se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
-"Los %d el %s más viejo durante los últimos días de %s se enumeran abajo."
+"Los %d el %s más viejo durante los últimos días de %s se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
-msgstr "Los %d el %s más viejo se enumeran abajo."
+msgstr "Los %d el %s más viejo se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
-msgstr "Los %s más recientes durante el último día se enumeran abajo."
+msgstr "Los %s más recientes durante el último día se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
-msgstr "Los %s más recientes durante los últimos días de %s se enumeran abajo."
+msgstr "Los %s más recientes durante los últimos días de %s se enumeran abajo."
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr "Todos los %s se enumeran abajo."
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr "Ningunos comentarios encontrados"
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr "Ningunos cambios encontrados"
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
-msgstr "Una búsqueda de títulos"
+msgstr "Una búsqueda de títulos"
 
-# lib/pageinfo.php:21
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr "El menor de edad de la demostración corrige para:"
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "%s se rechaza en este wiki."
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr "Demuestre todos los cambios para:"
-
-# lib/pageinfo.php:21
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr "Demuestre los cambios para:"
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
+#: ../lib/plugin/RecentChanges.php:1417
+msgid "1 day"
+msgstr "1 día"
+
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1356
-msgid "1 day"
-msgstr "1 día"
-
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s dias"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+#, fuzzy
+msgid "All users"
+msgstr "TodasLasUsuarios"
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+#, fuzzy
+msgid "All pages"
+msgstr "Todas las Páginas"
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+#, fuzzy
+msgid "All modifications"
+msgstr "Verificación Del Email"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "Contenido De la Página: "
+
+# lib/pageinfo.php:21
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "Ningunos cambios."
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "para crear esta página"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "Página nueva"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr "ComentariosRecientes"
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
-msgstr "el comentario más último cerca "
+msgstr "el comentario más último cerca "
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+#, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "%s se rechaza en este wiki."
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
 msgstr "Reciente Corrige"
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
+#: ../lib/plugin/RelatedChanges.php:49
+#, fuzzy
+msgid "List of changes on all pages which are linked to from this page."
+msgstr "Enumere todas las páginas que se liguen a %s."
+
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
 msgstr "Cambios Relacionados"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
 msgstr "CambiosRelacionados"
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4461,7 +4739,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4474,61 +4752,61 @@
 #: ../lib/plugin/SemanticRelations.php:38
 #, fuzzy
 msgid "Display the list of relations and attributes on this page."
-msgstr "Cambie las cualidades de la página"
+msgstr "Cambie las cualidades de la página"
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
-msgstr "InterWikiBúsqueda"
+msgstr "InterWikiBúsqueda"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 #, fuzzy
 msgid "Search relations and attributes"
-msgstr "Cambie las cualidades de la página"
+msgstr "Cambie las cualidades de la página"
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 #, fuzzy
 msgid "Relations"
 msgstr "Acoplamientos Relacionados"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4561,33 +4839,33 @@
 #: ../lib/plugin/SemanticSearchAdvanced.php:62
 #, fuzzy
 msgid "SemanticSearchAdvanced"
-msgstr "InterWikiBúsqueda"
+msgstr "InterWikiBúsqueda"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
 msgstr "Cancelar"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4596,20 +4874,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
-msgstr "Nombre de la Página"
+msgstr "Nombre de la Página"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4621,7 +4899,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4634,16 +4912,16 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
 msgstr "Selecto"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4655,11 +4933,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4672,78 +4950,78 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr "<desconocido>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 #, fuzzy
 msgid "Now upload all locally newer uploads."
-msgstr "¿Ningún archivo uploaded a upload?"
+msgstr "¿Ningún archivo uploaded a upload?"
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, php-format
 msgid "Postponed %s for %s."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 #, fuzzy
 msgid "skipped"
 msgstr "Saltado."
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
-msgstr "ningún contenido de la página"
+msgstr "ningún contenido de la página"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4755,52 +5033,52 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr ""
 
 # lib/diff.php:1015
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
-msgstr "Página archivada:"
+msgstr "Página archivada:"
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4808,214 +5086,214 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
-msgstr "%d páginas"
+msgstr "%d páginas"
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
-msgstr "%d not-empty páginas"
+msgstr "%d not-empty páginas"
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 #, fuzzy
 msgid "TeX imagepath not writable."
 msgstr "%s no es escribible."
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
-msgstr "Resultados de la búsqueda en el títulos '%s'"
+msgstr "Resultados de la búsqueda en el títulos '%s'"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
-msgstr "Resultados de la búsqueda en el títulos '%s'"
+msgstr "Resultados de la búsqueda en el títulos '%s'"
 
 #: ../lib/plugin/Transclude.php:51
 msgid "Transclude"
@@ -5026,11 +5304,11 @@
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr ""
@@ -5049,160 +5327,160 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 #, fuzzy
 msgid "Thanks for adding this translation!"
 msgstr "Gracias por editar!"
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
-msgstr "IncluyaPáginasSecundaria"
+msgstr "IncluyaPáginasSecundaria"
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
-msgstr "Inserción de '%s':"
+msgstr "Inserción de '%s':"
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
-msgstr "%s: no hace ninguna página secundaria definir."
+msgstr "%s: no hace ninguna página secundaria definir."
 
 #: ../lib/plugin/UpLoad.php:48
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, fuzzy, php-format
 msgid "ERROR uploading '%s'"
 msgstr "'%s' que carga"
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -5210,151 +5488,193 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
-msgstr "Contraseña actualizado."
+msgstr "Contraseña actualizado."
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
-msgstr "Contraseña non actualizado."
+msgstr "Contraseña non actualizado."
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
-msgstr "La contraseña no puede ser cambiada."
+msgstr "La contraseña no puede ser cambiada."
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr "Ningunos cambios."
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 #, fuzzy
 msgid "One UserPreferences field successfully updated."
-msgstr "Página actualizada con éxito."
+msgstr "Página actualizada con éxito."
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr "GradosUsuario."
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr "Enumere los grados del usuario."
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "Vea la fuente"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, fuzzy, php-format
+msgid "Invalid argument %s"
+msgstr "Username inválido"
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr "<Ninguna>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 #, fuzzy
 msgid "Count"
 msgstr "Commentario"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "Anchura"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5362,31 +5682,36 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+#, fuzzy
+msgid "You must sign in to watch pages."
+msgstr "Usted debe firmar adentro %s."
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5394,154 +5719,166 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr "%d minutas"
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "Guardar"
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "invierta a la versión %d"
 
-# lib/msql.php:29 lib/mysql.php:36
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "Guardar"
+
+#: ../lib/plugin/WikiAdminChown.php:178
+msgid "Select the pages to change the owner"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "Change Contraseña"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
-#, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr ""
+#: ../lib/plugin/WikiAdminMarkup.php:75
+#, fuzzy, php-format
+msgid "Change markup type from %s to %s"
+msgstr "La página retitula %s a %s"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, php-format
@@ -5553,98 +5890,137 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+msgid "Select the pages to change the markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 #, fuzzy
 msgid "Change markup"
-msgstr "Change Contraseña"
+msgstr "Change Contraseña"
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "AdministraciónDePhpWiki"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "Guardar"
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "Página '%s' borrada satisfactoriamente."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "Página '%s' borrada satisfactoriamente."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "AdministraciónDePhpWiki"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "Guardar"
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+msgid "Select the files to purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
-msgstr "Página '%s' borrada satisfactoriamente."
+msgstr "Página '%s' borrada satisfactoriamente."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr ""
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "Página '%s' borrada satisfactoriamente."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr "Quite"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+msgid "Select the files to remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5652,103 +6028,108 @@
 msgid "Access denied to rename page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "invierta a la versión %d"
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "invierta a la versión %d"
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
 # lib/pageinfo.php:21
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
+#, fuzzy
 msgid "No pages renamed."
-msgstr ""
+msgstr "Ningunos cambios encontrados"
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Borrar Página"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
 #, php-format
-msgid "WikiAdminSearchReplace %s by %s"
+msgid "Replace '%s' by '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+msgid "Select the pages to search and replace"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5763,218 +6144,278 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
-#, php-format
-msgid "ACL changed for page '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "invierta a la versión %d"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "de %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "'%s' que carga"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "invierta a la versión %d"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+#, fuzzy
+msgid "Change Access Rights"
+msgstr "Acceso"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+msgid "Select the pages where to change access rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
-msgstr ""
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+#, fuzzy
+msgid "individual page permission"
+msgstr "Permiso que falta de la página:"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+msgid "WikiAdminSetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "Guardar"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Página desbloquear."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "AdministraciónDePhpWiki"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Página desbloquear."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+msgid "Select the pages to set as external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 #, fuzzy
 msgid "Back"
 msgstr "AcoplamientosTraseros"
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
 msgstr "Retitule"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5988,11 +6429,11 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr ""
@@ -6001,27 +6442,28 @@
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr ""
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -6030,78 +6472,71 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
 # lib/msql.php:237 lib/msql.php:312
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr "Gracias!"
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, fuzzy, php-format
 msgid "Required argument %s missing"
-msgstr "Discusión sin apoyo: %s=%s"
+msgstr "Discusión sin apoyo: %s=%s"
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, fuzzy, php-format
-msgid "Invalid argument %s"
-msgstr "Username inválido"
-
 # lib/pageinfo.php:26 lib/pageinfo.php:75
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
@@ -6111,27 +6546,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr ""
 
@@ -6140,17 +6574,17 @@
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
@@ -6164,8 +6598,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr ""
 
@@ -6183,7 +6617,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, php-format
 msgid "Retransform page '%s'"
 msgstr ""
@@ -6244,24 +6678,22 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
 msgid "FindPage"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
 #: ../lib/plugin/_WikiTranslation.php:65
 msgid "FoafViewerPlugin"
@@ -6282,7 +6714,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:69
 msgid "HomePageAlias"
-msgstr "PáginaPrincipalAlias"
+msgstr "PáginaPrincipalAlias"
 
 #: ../lib/plugin/_WikiTranslation.php:70
 msgid "IncludePagePlugin"
@@ -6366,7 +6798,7 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr ""
 
@@ -6446,11 +6878,12 @@
 
 #: ../lib/plugin/_WikiTranslation.php:117
 msgid "UnfoldSubpagesPlugin"
-msgstr "IncluyaPáginasSecundariaPlugin"
+msgstr "IncluyaPáginasSecundariaPlugin"
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr "UpLoad"
 
@@ -6474,8 +6907,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6489,14 +6920,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6505,48 +6936,42 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
 #: ../lib/purgepage.php:18 ../lib/removepage.php:18
 #, fuzzy
 msgid "Sorry, this page does not exist."
-msgstr "Apesadumbrada, esta página no está en la base de datos."
+msgstr "Apesadumbrada, esta página no está en la base de datos."
 
-# lib/pageinfo.php:21
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Cambio de la página"
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
-msgstr "¡Usted está a punto de quitar '%s'!"
+msgstr "¡Usted está a punto de quitar '%s'!"
 
 # lib/editpage.php:23
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
-msgstr "¡Alguien ha modificado la página!"
+msgstr "¡Alguien ha modificado la página!"
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6554,17 +6979,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "Página '%s' borrada satisfactoriamente."
-
 #: ../lib/removepage.php:25
 #, fuzzy, php-format
 msgid "You are about to remove '%s'!"
-msgstr "¡Usted está a punto de quitar '%s'!"
+msgstr "¡Usted está a punto de quitar '%s'!"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6572,370 +6992,387 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr ""
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr ""
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr "demasiado de largo"
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr "Los carbones ilegales %s quitaron"
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
-msgstr "Revisión No encontrada"
+msgstr "Revisión No encontrada"
 
 # lib/pageinfo.php:36
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
-msgstr "Estoy apesadumbrado.  La versión %d de %s no está en la base de datos."
+msgstr "Estoy apesadumbrado.  La versión %d de %s no está en la base de datos."
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr ""
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr "%s o"
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr "%s octetos"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr "%s Kb (%s octetos)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr ""
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr ""
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "Informacion"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 msgid "DebugAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "_GroupInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "GroupAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 msgid "rename to Help: pages"
 msgstr ""
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
-msgstr "La página retitula %s a %s"
+msgstr "La página retitula %s a %s"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
 msgstr "fijo"
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, fuzzy, php-format
 msgid "version <em>%s</em> not affected"
-msgstr "versión %s"
+msgstr "versión %s"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, fuzzy, php-format
 msgid "version <em>%s</em>"
-msgstr "versión %s"
+msgstr "versión %s"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr "DB admin username:"
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
-msgstr "DB admin contraseña:"
+msgstr "DB admin contraseña:"
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 msgid "plugin argument"
 msgstr ""
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
 msgstr "%s: fichero no encontrado"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%s: fichero no encontrado"
 
 # lib/msql.php:29 lib/mysql.php:36
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
-msgstr "no podía mover %s a %s"
+msgstr "no podía mover %s a %s"
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
 msgstr "%s no es escribible"
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, fuzzy, php-format
 msgid "check for %s"
 msgstr "AcoplamientosTraseros por %s"
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 #, fuzzy
 msgid "fixed with"
 msgstr "fijo"
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6988,269 +7425,274 @@
 msgid "Unexpected EOF in zip file"
 msgstr "EOF inesperado en archivo del zip"
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr "[%d] Vea [%s]"
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr "Referencias"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr "Vea la fuente"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr "Nota:"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
 # lib/pageinfo.php:70
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
-msgstr "Vea la versión actual"
+msgstr "Vea la versión actual"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
+#: ../themes/Crao/templates/editpage.tmpl:19
+#: ../themes/Portland/templates/editpage.tmpl:23
+#: ../themes/Wordpress/templates/editpage.tmpl:24
+#: ../themes/default/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
 msgid "Warning: You are editing an old revision."
 msgstr ""
 
 # lib/pageinfo.php:70
-#: ../themes/Crao/templates/editpage.tmpl:19
-#: ../themes/Portland/templates/editpage.tmpl:23
-#: ../themes/Wordpress/templates/editpage.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
-msgstr "Ahorrando esta página sobreescribirá la versión actual."
+msgstr "Ahorrando esta página sobreescribirá la versión actual."
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "Al"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "An"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "Al"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "An"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
-msgstr "Contenido De la Página: "
+msgstr "Contenido De la Página: "
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
-msgstr "Esto es un cambio pequeño."
+msgstr "Esto es un cambio pequeño."
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "BuenEstilo"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr "%s tips para editar."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "ViejoReglasDeFormatoDeTexto"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr "Sinopsis"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "ReglasDeFormatoDeTexto"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr "Hoy"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
@@ -7258,12 +7700,14 @@
 msgstr ""
 
 # lib/fullsearch.php:48
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 #, fuzzy
 msgid "LiveSearch"
-msgstr "BúsquedaDeTítulos"
+msgstr "BúsquedaDeTítulos"
 
 #: ../themes/Crao/templates/signin.tmpl:17
 #, php-format
@@ -7271,86 +7715,90 @@
 msgstr ""
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr "Comentario modificado en %s por %s"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr "Comentarios sobre %s por %s."
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
 msgstr "Vea la fuente"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 #, fuzzy
 msgid "/Discussion"
-msgstr "Discusión"
+msgstr "Discusión"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
-msgstr "Artículo"
+msgstr "Artículo"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 #, fuzzy
 msgid "TemplateTalk"
 msgstr "AgregueLaPlantilla"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "CreeLaPágina"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 msgid "History"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "Anchura"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr "Informacion"
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#, fuzzy
+msgid "Page info"
+msgstr "InformacionDeLaPagina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-msgid "Page history"
-msgstr ""
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 msgid "Author history"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
-msgstr "DescargeDeLaPágina"
+msgstr "DescargeDeLaPágina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 msgid "Purge HTML cache"
 msgstr ""
 
@@ -7370,301 +7818,356 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
-msgstr "Versión %s"
+msgstr "Versión %s"
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 #, fuzzy
 msgid "Saved on:"
 msgstr "Guardar:"
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
-msgstr "Versión:"
+msgstr "Versión:"
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
-msgstr "Tamaño:"
+msgstr "Tamaño:"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
-msgstr "Número de hits:"
+msgstr "Número de hits:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
-msgstr "PáginaPrincipal"
+msgstr "PáginaPrincipal"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
 msgstr "CambiosRecientes"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 msgid "The list of recent changes in the wiki."
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
 msgstr "ComentariosRecientes"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
 msgstr "CambiosRecientes"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
-msgstr "Acoplamiento a la página"
+msgstr "Acoplamiento a la página"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
-msgstr "PáginaAlAzar"
+msgstr "PáginaAlAzar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
 msgstr "Buscar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
-msgstr "Busqueda rápida"
+msgstr "Busqueda rápida"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
 msgstr "Cambios Relacionados"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 #, fuzzy
 msgid "Administration"
 msgstr "Administradores"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
 msgstr "Archivo Del Upload"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 # lib/pageinfo.php:70
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
-msgstr "versión actual"
+msgstr "versión actual"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/MonoBook/templates/signin.tmpl:10
 #, fuzzy
-msgid "All pages"
-msgstr "Todas las Páginas"
+msgid "My Discussion"
+msgstr "Discusión"
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "Preferencias"
+
+# lib/stdlib.php:384 lib/stdlib.php:445
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "CambiosRecientes"
+
+# lib/stdlib.php:384 lib/stdlib.php:445
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "CambiosRecientes"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+"Esta página ha sido bloqueada por el administrador y no puede ser editada."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "Editar"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr ""
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr ""
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Página nueva"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "para visión esta página"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
-"Esta página ha sido bloqueada por el administrador y no puede ser editada."
 
-# lib/fullsearch.php:48
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
-msgstr "Usuario: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "para invertir a una versión anterior de esta página"
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
+msgid ", Memory: %s"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
+# lib/diff.php:997
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "Categoría"
+
+# lib/stdlib.php:207 lib/stdlib.php:215
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Buscar"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
 msgstr ""
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/themeinfo.php:115
+#, fuzzy
 msgid "Sidebar"
-msgstr ""
+msgstr "Buscar"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
-msgstr "Corrija esta página"
+msgstr "Corrija esta página"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
-msgstr "Corrija versión archivada"
+msgstr "Corrija versión archivada"
 
 #: ../themes/Wordpress/templates/signin.tmpl:20
 #: ../themes/default/templates/signin.tmpl:25
@@ -7679,27 +8182,46 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr ""
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr ""
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr ""
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 #, fuzzy
 msgid "Home"
-msgstr "PáginaPrincipal"
+msgstr "PáginaPrincipal"
 
 #: ../themes/blog/templates/actionbar.tmpl:13
 msgid "HowTo"
 msgstr ""
 
+# lib/pageinfo.php:26 lib/pageinfo.php:75
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr "Informacion"
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 #, fuzzy
 msgid "Headline"
-msgstr "Texto del título"
+msgstr "Texto del título"
 
 # lib/diff.php:997
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
-msgstr "AgregueCategoría"
+msgstr "AgregueCategoría"
 
 #: ../themes/blog/templates/sidebar.tmpl:8
 #: ../themes/blog/templates/sidebar.tmpl:12
@@ -7709,32 +8231,32 @@
 #: ../themes/blog/templates/top.tmpl:16
 #, fuzzy
 msgid "Page Trail"
-msgstr "Nombre de la Página"
+msgstr "Nombre de la Página"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 msgid "Lock"
 msgstr "Bloqueada"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 msgid "Unlock"
 msgstr "Desbloquear"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr ""
 
@@ -7758,16 +8280,24 @@
 msgid "%s by %s"
 msgstr "%s por %s"
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ""
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr ""
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7800,8 +8330,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Ninguna"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7809,398 +8343,400 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
-msgstr "Contraseña:"
+msgstr "Contraseña:"
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
 msgstr "Siguiente"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr "Gracias por editar %s."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
-msgstr "Se agradece una cuidadosa atención a los detalles."
+msgstr "Se agradece una cuidadosa atención a los detalles."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
 msgstr "Preferencias por usuario '%s':"
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
-msgstr "Change Contraseña"
+msgstr "Change Contraseña"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
-msgstr "Set Contraseña"
+msgstr "Set Contraseña"
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
-msgstr "Nueva Contraseña"
+msgstr "Nueva Contraseña"
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr "Altura"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Anchura"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "Zona Horaria"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "UsuarioPreferencias"
@@ -8223,21 +8759,16 @@
 #: ../themes/gforge/templates/actionbar.tmpl:42
 #, fuzzy
 msgid "Action Page"
-msgstr "BuscarPágina"
+msgstr "BuscarPágina"
 
 #: ../themes/gforge/templates/actionbar.tmpl:22
 #: ../themes/gforge/templates/actionbar.tmpl:42
 #, fuzzy
 msgid "Page"
-msgstr "PáginaPrincipal"
+msgstr "PáginaPrincipal"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "CreeLaPágina"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 msgid "Last Difference"
 msgstr ""
 
@@ -8253,13 +8784,13 @@
 msgstr "AcoplamientosTraseros"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
-msgstr "Change Contraseña"
+msgstr "Change Contraseña"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 #, fuzzy
 msgid "Access Rights"
 msgstr "Acceso"
@@ -8268,68 +8799,144 @@
 msgid "Purge"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:11
+#: ../themes/gforge/templates/actionbar.tmpl:126
 #, fuzzy
-msgid "SpecialPages"
-msgstr "para las páginas del cuento por entregas de la descarga"
+msgid "Watch Page"
+msgstr "Anchura"
 
-#: ../themes/gforge/templates/navbar.tmpl:17
-msgid "Like Pages"
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "ReglasDeFormatoDeTexto"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "Preferencias por usuario '%s':"
+#: ../themes/gforge/templates/editpage.tmpl:67
+msgid "Make the page external?"
+msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/navbar.tmpl:10
 #, fuzzy
-msgid "E-mail Notification"
-msgstr "Verificación Del Email"
+msgid "SpecialPages"
+msgstr "para las páginas del cuento por entregas de la descarga"
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
+msgid "Like Pages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
-msgstr ""
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
+#, fuzzy
+msgid "E-mail Notification"
+msgstr "Verificación Del Email"
 
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "PáginaAlAzar"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 msgid "Check menu items to display."
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "Nombre de la Página"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Página desbloquear."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
+#~ msgid "n/a"
+#~ msgstr "n/a"
+
+# lib/msql.php:237 lib/msql.php:312
+#~ msgid "Include of '%s' failed."
+#~ msgstr "Inserción de '%s' falló."
+
+#~ msgid "Removed by: %s"
+#~ msgstr "Borrar par: %s"
+
+#, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "La página retitula %s a %s"
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "Guardar"
+
+#~ msgid "The PhpWiki programming team"
+#~ msgstr "El equipo de programación de PhpWiki"
+
+#, fuzzy
+#~ msgid "%s: "
+#~ msgstr "%s: %s"
+
+#~ msgid "User preferences for user '%s':"
+#~ msgstr "Preferencias por usuario '%s':"
+
+#~ msgid "optional label | PageName"
+#~ msgstr "etiqueta opcional | NombreDePágina"
+
+#~ msgid "optional label | http://www.example.com"
+#~ msgstr "etiqueta opcional | http://www.example.com"
+
+# lib/pageinfo.php:21
+#~ msgid "Show minor edits for:"
+#~ msgstr "El menor de edad de la demostración corrige para:"
+
+# lib/pageinfo.php:21
+#~ msgid "Show all changes for:"
+#~ msgstr "Demuestre todos los cambios para:"
+
+#~ msgid "User: %s"
+#~ msgstr "Usuario: %s"
+
 #~ msgid "Embedded image"
 #~ msgstr "Imagen encajada"
 
-#~ msgid "Invalid username '%s' for LDAP Auth"
-#~ msgstr "Username inválido ' %s' para LDAP Auth"
-
 #~ msgid "You searched for: "
-#~ msgstr "Usted buscó para: "
+#~ msgstr "Usted buscó para: "
 
 #~ msgid "You must log in to %s."
-#~ msgstr "Usted debe abrirse una sesión %s."
+#~ msgstr "Usted debe abrirse una sesión %s."
 
 #~ msgid "mode"
 #~ msgstr "modo"
 
 #, fuzzy
 #~ msgid "period"
-#~ msgstr "versión %d"
+#~ msgstr "versión %d"
 
 #, fuzzy
 #~ msgid "WatchList"
@@ -8338,11 +8945,8 @@
 #~ msgid "name"
 #~ msgstr "Nombre"
 
-#~ msgid "Already deleted"
-#~ msgstr "Suprimido ya"
-
 #~ msgid "Back to the previous page."
-#~ msgstr "De nuevo a la página anterior."
+#~ msgstr "De nuevo a la página anterior."
 
 #~ msgid "Add a Comment"
 #~ msgstr "Agregue un comentario"
@@ -8353,33 +8957,18 @@
 #~ msgid "OldTextFormattingRules"
 #~ msgstr "ViejoReglasDeFormatoDeTexto"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "ReglasDeFormatoDeTexto"
-
 #, fuzzy
 #~ msgid "PageChange Notification of %s Error: Couldn't send to %s"
 #~ msgstr ""
-#~ "Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s"
+#~ "Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s"
 
 #, fuzzy
-#~ msgid "WikiAdminMassRevert"
-#~ msgstr "AdministraciónDePhpWiki"
-
-#, fuzzy
-#~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "invierta a la versión %d"
-
-#, fuzzy
 #~ msgid "PhpWikiAdministration/MassRevert"
-#~ msgstr "AdministraciónDePhpWiki"
+#~ msgstr "AdministraciónDePhpWiki"
 
 #, fuzzy
-#~ msgid "Revert selected pages"
-#~ msgstr "Guardar"
-
-#, fuzzy
 #~ msgid "WikiUserAdministration"
-#~ msgstr "AdministraciónDePhpWiki"
+#~ msgstr "AdministraciónDePhpWiki"
 
 #~ msgid "Unable to load: %s"
 #~ msgstr "Incapaz cargar:  %s"
@@ -8389,7 +8978,7 @@
 
 #, fuzzy
 #~ msgid "Last Modified:"
-#~ msgstr "modificado por última vez el %s"
+#~ msgstr "modificado por última vez el %s"
 
 #, fuzzy
 #~ msgid "Last Author:"
@@ -8402,14 +8991,14 @@
 
 #, fuzzy
 #~ msgid "RdfDefinition"
-#~ msgstr "Definición da %s: %s"
+#~ msgstr "Definición da %s: %s"
 
 #, fuzzy
 #~ msgid "Continue"
 #~ msgstr "Contenido"
 
 #~ msgid "Remove page"
-#~ msgstr "Borrar página"
+#~ msgstr "Borrar página"
 
 #, fuzzy
 #~ msgid "_PreferencesInfo"
@@ -8417,7 +9006,7 @@
 
 #, fuzzy
 #~ msgid "PhpWiki News"
-#~ msgstr "Nombre de la Página"
+#~ msgstr "Nombre de la Página"
 
 #, fuzzy
 #~ msgid "by \"%s\""
@@ -8427,33 +9016,29 @@
 #~ msgid "Owner: \"%s\""
 #~ msgstr "%s: %s"
 
-#, fuzzy
-#~ msgid "Summary:"
-#~ msgstr "Comentarios"
-
 #~ msgid "Remove the page now"
-#~ msgstr "Borrar la página ahora"
+#~ msgstr "Borrar la página ahora"
 
 # lib/pageinfo.php:21
 #, fuzzy
 #~ msgid "no schema %s found"
-#~ msgstr "Mostrar el código fuente de la página y referencias"
+#~ msgstr "Mostrar el código fuente de la página y referencias"
 
 # admin.php:55
 #, fuzzy
 #~ msgid "not yet implemented"
-#~ msgstr "Función todaví no implementada"
+#~ msgstr "Función todaví no implementada"
 
 # lib/msql.php:29 lib/mysql.php:36
 #, fuzzy
 #~ msgid "Can't set locale: '%s'"
 #~ msgstr ""
-#~ "No se puede establecer conexión con la base de datos %s, me doy por "
+#~ "No se puede establecer conexión con la base de datos %s, me doy por "
 #~ "vencido."
 
 #, fuzzy
 #~ msgid "Your home page is: "
-#~ msgstr "página nueva"
+#~ msgstr "página nueva"
 
 #, fuzzy
 #~ msgid "Last Post"
@@ -8465,30 +9050,30 @@
 
 #, fuzzy
 #~ msgid "Last Name:"
-#~ msgstr "Nombre de la Página"
+#~ msgstr "Nombre de la Página"
 
 #, fuzzy
 #~ msgid "dump html pages from this wiki"
-#~ msgstr "Las %d páginas más populares de este wiki:"
+#~ msgstr "Las %d páginas más populares de este wiki:"
 
 #, fuzzy
 #~ msgid "remove pages from this wiki"
-#~ msgstr "Las %d páginas más populares de este wiki:"
+#~ msgstr "Las %d páginas más populares de este wiki:"
 
 #~ msgid "Lists nested too deep in SetHTMLOutputMode"
-#~ msgstr "Límites de la pila excedidos en SetHTMLOutputMode"
+#~ msgstr "Límites de la pila excedidos en SetHTMLOutputMode"
 
 # lib/msql.php:237 lib/msql.php:312
 #, fuzzy
 #~ msgid "Included frame from %s"
-#~ msgstr "Inserción de '%s' falló"
+#~ msgstr "Inserción de '%s' falló"
 
 #~ msgid "Orphaned Pages"
-#~ msgstr "Buscar Páginas"
+#~ msgstr "Buscar Páginas"
 
 #, fuzzy
 #~ msgid "You do not need to enter a password."
-#~ msgstr "Se há introducido un nombre de usuario o palabra de paso invalido."
+#~ msgstr "Se há introducido un nombre de usuario o palabra de paso invalido."
 
 #~ msgid "%s bytes written\n"
 #~ msgstr "%s octetos\n"
@@ -8505,24 +9090,24 @@
 #~ "%s of the page. You should now see the most current version of the page. "
 #~ "Your changes are no longer there."
 #~ msgstr ""
-#~ "<b>Vuelva a cargar</b> la página. Ahora podrá ver la versión mas actual "
-#~ "de la página. Sus cambios no están ahí."
+#~ "<b>Vuelva a cargar</b> la página. Ahora podrá ver la versión mas actual "
+#~ "de la página. Sus cambios no están ahí."
 
 #~ msgid ""
 #~ "Make changes to the file again. Paste your additions from the clipboard "
 #~ "(or text editor)."
 #~ msgstr ""
-#~ "Haga cambios a la página otra vez. Pegue sus modificaciones del "
+#~ "Haga cambios a la página otra vez. Pegue sus modificaciones del "
 #~ "portapapeles (o del editor de textos)."
 
 #~ msgid "In order to recover from this situation, follow these steps:"
-#~ msgstr "Para restaurar esta situación siga los siguientes pasos:"
+#~ msgstr "Para restaurar esta situación siga los siguientes pasos:"
 
 #~ msgid "(last edited %s)"
-#~ msgstr "(editada por última vez %s)"
+#~ msgstr "(editada por última vez %s)"
 
 #~ msgid "Use your browser's <b>Back</b> button to go back to the edit page."
-#~ msgstr "Use el botón <b>Atrás<b> para retornar a la página editada"
+#~ msgstr "Use el botón <b>Atrás<b> para retornar a la página editada"
 
 #~ msgid "Press <b>Save</b> again."
 #~ msgstr "Pulse <b>Guardar<b> otra vez."
@@ -8532,9 +9117,9 @@
 #~ "saved the page while you were editing the page too. If saving proceeded "
 #~ "now changes from the previous author would be lost."
 #~ msgstr ""
-#~ "PhpWiki no es capaz de grabar sus cambios, debido a que otro usuariohá "
-#~ "editado y guardado la página mientras usted estaba editando esta página. "
-#~ "Si se guarda ahora los cambios del autor anterior se podrían perder."
+#~ "PhpWiki no es capaz de grabar sus cambios, debido a que otro usuariohá "
+#~ "editado y guardado la página mientras usted estaba editando esta página. "
+#~ "Si se guarda ahora los cambios del autor anterior se podrían perder."
 
 #~ msgid "Problem while updating %s"
 #~ msgstr "Problema al editar %s"
@@ -8544,41 +9129,41 @@
 
 #, fuzzy
 #~ msgid "These links have no pages:"
-#~ msgstr "Esto es un cambio pequeño."
+#~ msgstr "Esto es un cambio pequeño."
 
 # lib/pageinfo.php:70
 #, fuzzy
 #~ msgid "returning old version"
-#~ msgstr "Versión archivada:"
+#~ msgstr "Versión archivada:"
 
 #~ msgid "Click here to <a href=\"%s\">remove the page now</a>."
-#~ msgstr "Haga Click aqui para <a href=\"%s\">borrar la página ahora</a>."
+#~ msgstr "Haga Click aqui para <a href=\"%s\">borrar la página ahora</a>."
 
 #, fuzzy
 #~ msgid "To cancel press the \"Back\" button of your browser."
-#~ msgstr "En caso contrario pulse el botó \"Atrás\" en su navegador"
+#~ msgstr "En caso contrario pulse el botó \"Atrás\" en su navegador"
 
 #, fuzzy
 #~ msgid "lock or unlock pages"
-#~ msgstr "Desbloquear página"
+#~ msgstr "Desbloquear página"
 
 #~ msgid "WikiDiff::apply: line count mismatch: %s != %s"
-#~ msgstr "WikiDiff::apply: conteo de líneas difiere: %s != %s"
+#~ msgstr "WikiDiff::apply: conteo de líneas difiere: %s != %s"
 
 #~ msgid "WikiDiff::_check: failed"
-#~ msgstr "WikiDiff::_check: falló"
+#~ msgstr "WikiDiff::_check: falló"
 
 #~ msgid "WikiDiff::_check: edit sequence is non-optimal"
-#~ msgstr "WikiDiff::_check: secuencia de edición no es óptima"
+#~ msgstr "WikiDiff::_check: secuencia de edición no es óptima"
 
 #~ msgid "WikiDiff Okay: LCS = %s"
 #~ msgstr "WikiDiff Ok: LCS = %s"
 
 #~ msgid "Emphasis:"
-#~ msgstr "Énfasis:"
+#~ msgstr "Énfasis:"
 
 #~ msgid "for italics"
-#~ msgstr "para itálicas"
+#~ msgstr "para itálicas"
 
 #~ msgid "for both"
 #~ msgstr "para ambos"
@@ -8596,14 +9181,14 @@
 #~ "JoinCapitalizedWords or use square brackets for a [page link] or URL "
 #~ "[http://cool.wiki.int/]."
 #~ msgstr ""
-#~ "UnirPalabrasEnMayúsculas o usar corchetes para una [enlace hacia una "
-#~ "página] o URL [http://cool.wiki.int/]."
+#~ "UnirPalabrasEnMayúsculas o usar corchetes para una [enlace hacia una "
+#~ "página] o URL [http://cool.wiki.int/]."
 
 #~ msgid "Footnotes:"
 #~ msgstr "Anotaciones:"
 
 #~ msgid "Preventing linking:"
-#~ msgstr "Preveción enlazar:"
+#~ msgstr "Preveción enlazar:"
 
 #~ msgid "Avoid linking with '!': !DoNotHyperlink,"
 #~ msgstr "Evite hacer enlaces con '!': !NoHiperEnlaces,"
@@ -8615,10 +9200,10 @@
 #~ msgstr "Varios:"
 
 #~ msgid "make headings"
-#~ msgstr "para hacer títulos"
+#~ msgstr "para hacer títulos"
 
 #~ msgid "makes a linebreak"
-#~ msgstr "hace un salto de línea"
+#~ msgstr "hace un salto de línea"
 
 # lib/fullsearch.php:15
 #~ msgid "Searching for \"%s\" ....."
@@ -8626,7 +9211,7 @@
 
 # lib/fullsearch.php:45
 #~ msgid "%d matches found in %d pages."
-#~ msgstr "%d veces encontrado en %d páginas."
+#~ msgstr "%d veces encontrado en %d páginas."
 
 # lib/msql.php:31 lib/msql.php:37
 #~ msgid "Error message: %s"
@@ -8638,7 +9223,7 @@
 
 # lib/msql.php:210 lib/msql.php:286
 #~ msgid "Insert/update failed: %s"
-#~ msgstr "Inserción/Actualización falló: %s"
+#~ msgstr "Inserción/Actualización falló: %s"
 
 # lib/mysql.php:38 lib/mysql.php:44 lib/mysql.php:118 lib/mysql.php:158
 #~ msgid "MySQL error: %s"
@@ -8653,4 +9238,4 @@
 
 # lib/setupwiki.php:21
 #~ msgid "Inserting page %s, version %s from %s"
-#~ msgstr "Insertando página %s, versión %s de %s"
+#~ msgstr "Insertando página %s, versión %s de %s"

Modified: trunk/src/plugins/wiki/www/locale/po/fr.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/fr.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/fr.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -6,38 +6,38 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2004-06-22 21:10+0200\n"
 "Last-Translator: Pierrick Meignen <meignen.pierrick at wanadoo.fr>, Roland "
-"Trique <roland.trique at free.fr>, Stéphane Gourichon <stephane.gourichon at lip6."
+"Trique <roland.trique at free.fr>, Stéphane Gourichon <stephane.gourichon at lip6."
 "fr>, Pascal <pascal at phpfrance.com>, Benoit Masson\n"
 "Language-Team: none\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Date: 2001-09-22 00:00-0000\n"
 "From: Pierrick Meignen <meignen.pierrick at wanadoo.fr>\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
-msgstr "Version %s, enregistrée %s"
+msgstr "Version %s, enregistrée %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -52,247 +52,248 @@
 #: ../lib/DbSession.php:50
 #, php-format
 msgid "Your WikiDB DB backend '%s' cannot be used for DbSession."
-msgstr "Votre choix '%s' de WikiDB DB ne peut pas être utilisé pour DbSession."
+msgstr "Votre choix '%s' de WikiDB DB ne peut pas être utilisé pour DbSession."
 
 #: ../lib/DbSession.php:51
 #, php-format
 msgid "Set USE_DB_SESSION to false."
-msgstr "Mettre USE_DB_SESSION à false."
+msgstr "Mettre USE_DB_SESSION à false."
 
 #: ../lib/DbaDatabase.php:18
 #, php-format
 msgid "The DBA handler %s is unsupported!"
-msgstr "Le gestionnaire DBA %s n'est pas supporté !"
+msgstr "Le gestionnaire DBA %s n'est pas supporté !"
 
 #: ../lib/DbaDatabase.php:19
 #, php-format
 msgid "Supported handlers are: %s"
-msgstr "Les gestionnaires supportés sont : %s"
+msgstr "Les gestionnaires supportés sont : %s"
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr "Annuler l'action"
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
-msgstr "Annuler dernière action désactivé."
+msgstr "Annuler dernière action désactivé."
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
-msgstr "\"%s\" non trouvée."
+msgstr "\"%s\" non trouvée."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr "Recherche & Remplace"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 msgid "Search for"
 msgstr "Chercher"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr "Remplacer par"
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr "OK"
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr "Fermer"
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr "Texte en gras"
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr "Texte en gras"
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr "Texte en italique"
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr "Texte en italique"
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
-msgstr "Texte rayé"
+msgstr "Texte rayé"
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 msgid "Strike"
 msgstr "Rayer"
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr "Texte en couleur"
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr "Couleur"
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
-msgstr "en option | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
+msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr "Lien vers la page"
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
-msgstr "en option | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
+msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr "Lien externe (http:// prefix)"
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr "Titre"
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr "Titre de niveau 1"
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
-msgstr "Insérer du texte non-formaté ici"
+msgstr "Insérer du texte non-formaté ici"
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr "Ignorer le formatage wiki"
 
 # lib/pageinfo.php:64
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr "Votre signature"
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr "Ligne horizontale"
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr "Exemple de table"
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
-msgstr "Énumération"
+msgstr "Énumération"
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 msgid "List"
 msgstr "Liste"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 msgid "Table of Contents"
-msgstr "Table des matières"
+msgstr "Table des matières"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr "Nom de la page"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr "Redirection"
 
-#: ../lib/EditToolbar.php:182
-msgid "template name"
-msgstr "nom du modèle"
+#: ../lib/EditToolbar.php:202
+msgid "Template Name"
+msgstr "nom du modèle"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
-msgstr "Modèle"
+msgstr "Modèle"
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Enregistrer"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
-msgstr "Prévisualiser"
+msgstr "Prévisualiser"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr "Cliquer sur un bouton pour obtenir une exemple de texte"
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr "Annuler Rechercher & Remplacer"
 
 # lib/diff.php:997
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
-msgstr "AjoutezCatégorie"
+msgstr "AjoutezCatégorie"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
-msgstr "Insérer"
+msgstr "Insérer"
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr "AjoutezPlugin"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
 msgstr "AjouterDesPagesLien"
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
-msgid "AddImage"
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
+#, fuzzy
+msgid "Add Image or Video"
 msgstr "Ajouter l'image"
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -301,87 +302,87 @@
 msgid "%s: error while handling error:"
 msgstr "%s : erreur pendant la gestion de l'erreur :"
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
-msgstr "%s : fichier non trouvé"
+msgstr "%s : fichier non trouvé"
 
 # lib/diff.php:997
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
-msgstr "CatégorieGroupes"
+msgstr "CatégorieGroupes"
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr "Un PhpWiki sans titre"
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "PageAccueil"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
-msgstr "[] non valables, ignoré"
+msgstr "[] non valables, ignoré"
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
-msgstr "%s color non valable ignoré"
+msgstr "%s color non valable ignoré"
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, fuzzy, php-format
 msgid "PageChange Notification of %s"
-msgstr "Les notifications de changement de la page %s ont été envoyés à %s"
+msgstr "Les notifications de changement de la page %s ont été envoyés à %s"
 
-#: ../lib/MailNotify.php:156
-#, fuzzy, php-format
+#: ../lib/MailNotify.php:230
+#, php-format
 msgid "sent to %s"
-msgstr "Retour à la %s"
+msgstr "envoyé à %s"
 
-#: ../lib/MailNotify.php:162
-#, fuzzy, php-format
+#: ../lib/MailNotify.php:236
+#, php-format
 msgid "Error: Couldn't send %s to %s"
-msgstr "Impossible d'établir une connexion à la base de données : %s"
+msgstr "Erreur : impossible d'envoyer %s à %s"
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
-msgstr ""
+msgstr "Modification de page"
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
 msgstr "Nouvelle page"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
-msgstr "Édité par : %s"
+msgstr "Édité par : %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Résumé :"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
-msgstr "retitrez la page de '%s' à '%s'"
+msgstr "retitrez la page de '%s' à '%s'"
 
-#: ../lib/MailNotify.php:269
-#, php-format
-msgid "Removed by: %s"
-msgstr "Enlevé près : %s"
+#: ../lib/MailNotify.php:344
+#, fuzzy, php-format
+msgid "User %s removed page %s"
+msgstr "Page enlevée %s"
 
-#: ../lib/MailNotify.php:271
-#, php-format
-msgid "Page removed %s"
-msgstr "Page enlevée %s"
+#: ../lib/MailNotify.php:380
+#, fuzzy
+msgid "E-Mail address confirmation"
+msgstr "Vérification de l'adresse électronique"
 
-#: ../lib/MailNotify.php:320
-msgid "e-mail address confirmation"
-msgstr "Vérification de l'adresse électronique"
-
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -397,246 +398,261 @@
 msgstr ""
 
 # lib/diff.php:1006 lib/diff.php:1024
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
-msgstr "Trié par %s"
+msgstr "Trié par %s"
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 #, fuzzy
 msgid "reverse"
-msgstr "Réinitialiser"
+msgstr "Réinitialiser"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr "Cliquer pour inverser l'ordre de tri"
 
 # lib/diff.php:1006 lib/diff.php:1024
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr "Cliquer pour trier par %s"
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
-msgstr "Cliquez pour (de)sélectionner toutes les pages"
+msgstr "Cliquez pour (de)sélectionner toutes les pages"
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr "... %d premiers octets"
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr "... autour de %s"
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
-msgstr "%s non trouvé"
+msgstr "%s non trouvé"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
-msgstr "<aucun résultat>"
+msgstr "<aucun résultat>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr "Contenu"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
-msgstr "Dernière modification"
+msgstr "Dernière modification"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr "Visites"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr "Taille"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
-msgstr "Dernier résumé"
+msgstr "Dernier résumé"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "Version"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "Dernier auteur"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
-msgstr "Propriétaire"
+msgstr "Propriétaire"
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
-msgstr "Créateur"
+msgstr "Créateur"
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
-msgstr "Verrouillée"
+msgstr "Verrouillée"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
-msgstr "verrouillée"
+msgstr "verrouillée"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+msgid "External"
+msgstr "Externe"
+
+#: ../lib/PageList.php:1218
+msgid "external"
+msgstr "externe"
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr "Modification mineure"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr "mineure"
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr "Marquage"
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr "Colonnes : %s."
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr "AdministrationDePhpWiki"
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr "Renommer"
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 msgid "Replace"
 msgstr "Remplacer: "
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr "Lister cette page et ses sous-pages"
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr "Voir cette page et ses sous-pages"
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr "Modifier cette page et toutes ses sous-pages"
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
-msgstr "Créer une nouvelle (sous-)page"
+msgstr "Créer une nouvelle (sous-)page"
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
-msgstr "Télécharger le contenu de la page"
+msgstr "Télécharger le contenu de la page"
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr "Changer les attributs de cette page"
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr "Supprimer la page"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+msgid "Purge this page"
+msgstr "Purger cette page"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
-msgstr "Le type d'accès ACL %s n'est pas supporté. -- Ignoré."
+msgstr "Le type d'accès ACL %s n'est pas supporté. -- Ignoré."
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
-msgstr "Accès"
+msgstr "Accès"
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr "Groupe/Utilisateur"
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr "Accorder"
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr "Effacer/+"
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr "Description"
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr "Ajouer cette ACL"
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr "Autoriser / Refuser"
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr "Effacer cette ACL"
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr "ajouter"
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
-msgstr "Vérifier pour ajouter cette ACL"
+msgstr "Vérifier pour ajouter cette ACL"
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr "CarteInterWiki"
 
@@ -645,12 +661,10 @@
 msgstr ""
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -661,7 +675,7 @@
 msgid "Discussion"
 msgstr "Discussion"
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr "Chargement de la CarteInterWiki depuis le fichiers %s."
@@ -675,61 +689,62 @@
 msgstr "Adresse InterWiki"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
-msgstr "DernièresModifs"
+msgstr "DernièresModifs"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
-msgstr "%s n'est pas accessible en écriture."
+msgstr "%s n'est pas accessible en écriture."
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
-msgstr "Le journal d'évènement de PhpWiki"
+msgstr "Le journal d'évènement de PhpWiki"
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
-"Veuillez vous assurer que %s est disponible en écriture, ou redéfinissez-le "
+"Veuillez vous assurer que %s est disponible en écriture, ou redéfinissez-le "
 "dans config/config.ini."
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr "le fichier %s"
@@ -738,75 +753,69 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
-#, fuzzy
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
-msgstr "Liens correspondants"
+msgstr "Relation"
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
-msgstr ""
+msgstr "Attribut"
 
 #: ../lib/Template.php:179
 #, php-format
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
-msgstr "renommée à partir de %s"
+msgstr "renommée à partir de %s"
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
-msgstr "WikiBD::renamePage() pas encore implémentée pour le Principal"
+msgstr "WikiBD::renamePage() pas encore implémentée pour le Principal"
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
-msgstr "%s : la date de la nouvelle révision est %s"
+msgstr "%s : la date de la nouvelle révision est %s"
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr "Optimisation de database"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr "L'équipe de développement de PhpWiki"
-
 # lib/display.php:31 lib/editpage.php:50
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
-msgstr "Décrire %s ici."
+msgstr "Décrire %s ici."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
-msgstr "Ouille ! La révision %s de %s semble avoir été effacée !"
+msgstr "Ouille ! La révision %s de %s semble avoir été effacée !"
 
 #: ../lib/WikiDB/backend/dba.php:29 ../lib/WikiDB/backend/dba.php:31
 #, php-format
 msgid "%s: Can't open dba database"
-msgstr "%s : impossible d'ouvrir la base de données dba"
+msgstr "%s : impossible d'ouvrir la base de données dba"
 
 #: ../lib/WikiDB/backend/file.php:111 ../lib/WikiDB/backend/flatfile.php:83
 #, php-format
 msgid "'%s': corrupt file"
-msgstr "'%s' : ce fichier est abîmé"
+msgstr "'%s' : ce fichier est abîmé"
 
 #: ../lib/WikiDB/dba.php:16 ../lib/WikiDB/file.php:47
 #: ../lib/WikiDB/flatfile.php:47
@@ -815,13 +824,13 @@
 "The %s files are in the %s directory. Please read the INSTALL file and move "
 "the database to a permanent location or risk losing all the pages!"
 msgstr ""
-"Les fichiers %s sont dans le répertoire %s. Veuillez lire le fichier INSTALL "
-"et déplacez le fichier DB vers un emplacement permanent, sinon vous risquez "
+"Les fichiers %s sont dans le répertoire %s. Veuillez lire le fichier INSTALL "
+"et déplacez le fichier DB vers un emplacement permanent, sinon vous risquez "
 "de perdre toutes vos pages !"
 
 #: ../lib/WikiGroup.php:26 ../lib/WikiGroup.php:131
 msgid "No or unsupported GROUP_METHOD defined"
-msgstr "Aucun GROUP_METHOD défini, ou GROUP_METHOD non supporté"
+msgstr "Aucun GROUP_METHOD défini, ou GROUP_METHOD non supporté"
 
 #: ../lib/WikiGroup.php:29
 msgid "Every"
@@ -841,11 +850,11 @@
 
 #: ../lib/WikiGroup.php:33
 msgid "Signed Users"
-msgstr "Utilisateurs signés"
+msgstr "Utilisateurs signés"
 
 #: ../lib/WikiGroup.php:34
 msgid "Authenticated Users"
-msgstr "Utilisateurs connectés"
+msgstr "Utilisateurs connectés"
 
 #: ../lib/WikiGroup.php:35
 msgid "Administrators"
@@ -855,17 +864,17 @@
 #: ../lib/WikiGroup.php:373 ../lib/WikiGroup.php:389
 #, php-format
 msgid "Method '%s' not implemented in this GROUP_METHOD %s"
-msgstr "La méthode '%s' n'est pas implémentée dans ce GROUP_METHOD (%s)"
+msgstr "La méthode '%s' n'est pas implémentée dans ce GROUP_METHOD (%s)"
 
 #: ../lib/WikiGroup.php:217
 #, php-format
 msgid "Undefined method %s for special group %s"
-msgstr "Méthode non définie %s pour le groupe %s"
+msgstr "Méthode non définie %s pour le groupe %s"
 
 #: ../lib/WikiGroup.php:358
 #, php-format
 msgid "Unknown special group '%s'"
-msgstr "Groupe spécial %s inconnu"
+msgstr "Groupe spécial %s inconnu"
 
 #: ../lib/WikiGroup.php:517
 #, php-format
@@ -879,12 +888,12 @@
 
 #: ../lib/WikiGroup.php:616
 msgid "No or not enough GROUP_DB SQL statements defined"
-msgstr "Aucun ou pas assez de GROUP_DB définis pour SQL"
+msgstr "Aucun ou pas assez de GROUP_DB définis pour SQL"
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
-msgstr "%s : non défini"
+msgstr "%s : non défini"
 
 #: ../lib/WikiGroup.php:843
 #, php-format
@@ -894,7 +903,7 @@
 #: ../lib/WikiGroup.php:951
 #, php-format
 msgid "%s not defined"
-msgstr "%s : non défini"
+msgstr "%s : non défini"
 
 #: ../lib/WikiGroup.php:961
 msgid "No LDAP in this PHP version"
@@ -905,42 +914,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr "Impossible de se connecter au serveur LDAP %s"
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr "n/c"
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr "cochonneries terminant les arguments du plugin : '%s'"
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
-msgstr "argument '%s' non déclaré par le plugin."
+msgstr "argument '%s' non déclaré par le plugin."
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
-msgstr "Plugin %s a échoué."
+msgstr "Plugin %s a échoué."
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
-msgstr "Plugin %s désactivé."
+msgstr "Plugin %s désactivé."
 
-# lib/msql.php:237 lib/msql.php:312
-#: ../lib/WikiPlugin.php:529
-#, php-format
-msgid "Include of '%s' failed."
-msgstr "L'insertion de '%s' a échoué."
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
+#, fuzzy, php-format
+msgid "Plugin '%s' does not exist."
+msgstr "Le groupe de page %s n'existe pas"
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr "<%s : pas de section de ce type>"
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr "%s n'est pas une sous classe de WikiPlugin."
@@ -950,103 +954,102 @@
 msgid ""
 "There is no image creation data available to id '%s'. Please reload "
 "referring page."
-msgstr "Aucune image ne correspond à l'id %s. Veuillez recharger cette page."
+msgstr "Aucune image ne correspond à l'id %s. Veuillez recharger cette page."
 
 #: ../lib/WikiPluginCached.php:853
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
-msgstr "Jamais éditée"
+msgstr "Jamais éditée"
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
-msgstr "%s à %s"
+msgstr "%s à %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
-msgstr "Version %s, enregistrée %s"
+msgstr "Version %s, enregistrée %s"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
-msgstr "Dernière modification %s"
+msgstr "Dernière modification %s"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
-msgstr "Version %s, enregistrée sur %s"
+msgstr "Version %s, enregistrée sur %s"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
-msgstr "Dernière modification le %s"
+msgstr "Dernière modification le %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "aujourd'hui"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr "hier"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
-msgstr "Propriétaire : %s"
+msgstr "Propriétaire : %s"
 
 # lib/diff.php:1006 lib/diff.php:1024
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "par %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr "Aucune correspondance de lien pour %s."
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
-msgstr "Enregistrée : %s"
+msgstr "Enregistrée : %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr "Google: %s"
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr "%s : Nom de page invalide"
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Modifier"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Diff"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1056,114 +1059,120 @@
 #: ../themes/smaller/templates/signin.tmpl:16
 #: ../themes/smaller/templates/signin.tmpl:27
 msgid "Sign Out"
-msgstr "Déconnexion"
+msgstr "Déconnexion"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "Connexion"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+msgid "Rename Page"
+msgstr "Renommer la page"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr "Verrouiller la page"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
-msgstr "Déverrouiller la page"
+msgstr "Déverrouiller la page"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr "Supprimer la page"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+msgid "Purge Page"
+msgstr "Purger la page"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Imprimante"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr "Barres d'outils en haut et en bas"
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Moderne"
 
 # lib/fullsearch.php:48
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr "RechercheParTitre"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "Calendrier"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
-msgstr "Plugin %s: non défini"
+msgstr "Plugin %s: non défini"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr "Liens correspondants"
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr "Liens externes"
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
 msgstr "Identifiant d'utilisateur invalide."
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr "Mot de passe ou identifiant d'utilisateur invalide."
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr "Permissions insuffisantes."
 
@@ -1172,7 +1181,7 @@
 "You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config."
 "ini"
 msgstr ""
-"Vous avez oublié de mettre ENCRYPTED_PASSWD à true. Veuillez éditer votre "
+"Vous avez oublié de mettre ENCRYPTED_PASSWD à true. Veuillez éditer votre "
 "config/config.ini"
 
 # lib/editpage.php:31 lib/savepage.php:52
@@ -1181,15 +1190,15 @@
 "Your home page has not been created yet so your preferences cannot not be "
 "saved."
 msgstr ""
-"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
-"pas pu être enregistrée."
+"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
+"pas pu être enregistrée."
 
 # lib/editpage.php:31 lib/savepage.php:52
 #: ../lib/WikiUser.php:397
 msgid "Your home page is locked so your preferences cannot not be saved."
 msgstr ""
-"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
-"pas pu être enregistrée."
+"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
+"pas pu être enregistrée."
 
 #: ../lib/WikiUser.php:398
 msgid "Please contact your PhpWiki administrator for assistance."
@@ -1198,15 +1207,15 @@
 # lib/diff.php:997
 #: ../lib/WikiUser.php:456 ../themes/default/templates/homepage.tmpl:37
 msgid "CategoryHomepage"
-msgstr "CatégoriePagesAccueil"
+msgstr "CatégoriePagesAccueil"
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "Preferences"
-msgstr "Préférences"
+msgstr "Préférences"
 
 #: ../lib/WikiUser.php:512
 #, php-format
@@ -1214,8 +1223,8 @@
 "Old UserPage %s without stored password updated with empty password. Set a "
 "password in your UserPreferences."
 msgstr ""
-"L'anciene page %s sans mot de passe attribué a été mise à jour avec un mot "
-"de passe vide. Définissez un mot de passe dans vos PréférencesUtilisateurs."
+"L'anciene page %s sans mot de passe attribué a été mise à jour avec un mot "
+"de passe vide. Définissez un mot de passe dans vos PréférencesUtilisateurs."
 
 #: ../lib/WikiUser/AdoDb.php:147 ../lib/WikiUser/PdoDb.php:136
 #: ../lib/WikiUser/PearDb.php:137
@@ -1230,6 +1239,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr "%s est manquant ou DATABASE_TYPE != '%s'"
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr "Impossible de se connecter au serveur IMAP "
@@ -1239,32 +1262,36 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr "Impossible de se connecter au serveur LDAP %s"
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
-#, fuzzy
+#: ../lib/WikiUser/LDAP.php:157
 msgid "User not found in LDAP"
-msgstr "%s non trouvé"
+msgstr "Utilisateur non trouvé dans l'annuaire LDAP"
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
 msgstr "Mot de passe invalide, essayez encore."
 
-#: ../lib/WikiUser/LDAP.php:197
-#, fuzzy, php-format
+#: ../lib/WikiUser/LDAP.php:198
+#, php-format
 msgid "Could not connect to LDAP host %s"
-msgstr "Impossible d'établir une connexion à la base de données : %s"
+msgstr "Impossible de se connecter à l'annuaire LDAP de l'hôte %s"
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr "Mot de identifiant d'utilisateur '%s' pour LDAP Auth invalide."
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
-msgstr "Impossible d'établir une connexion à la base de données : %s"
+msgstr "Impossible d'établir une connexion à la base de données : %s"
 
 #: ../lib/WikiUser/PersonalPage.php:39 ../lib/WikiUser/PersonalPage.php:48
 #, php-format
@@ -1284,35 +1311,35 @@
 #: ../lib/WikiUser/PersonalPage.php:42 ../lib/WikiUser/PersonalPage.php:51
 #, php-format
 msgid "Please set a password in UserPreferences."
-msgstr "Veuillez définir votre mot de passe dans PréférencesUtilisateurs."
+msgstr "Veuillez définir votre mot de passe dans PréférencesUtilisateurs."
 
 #: ../lib/WikiUser/PersonalPage.php:50
 #, php-format
 msgid "Given password ignored."
-msgstr "Mot de passe ignoré."
+msgstr "Mot de passe ignoré."
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
 msgstr "Mauvais mot de passe."
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
-msgstr "PréférencesUtilisateurs vides, le cookie peut etre mal reconnu."
+msgstr "PréférencesUtilisateurs vides, le cookie peut etre mal reconnu."
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
-msgstr "Les préférences par défaut seront utilisées."
+msgstr "Les préférences par défaut seront utilisées."
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
@@ -1321,28 +1348,28 @@
 "La taille de votre mot de passe est trop petite, vous ne pouvez pas vous "
 "connecter. Veuillez contacter l'administrateur pour le changer."
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 "La fonction de cryptage n'est pas disponible dans cette version de PHP."
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
-"Veuillez définir ENCRYPTED_PASSWD à false dans config/config.ini et "
+"Veuillez définir ENCRYPTED_PASSWD à false dans config/config.ini et "
 "probablement l'ADMIN_PASSWD."
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
-msgstr "Veuillez définir ENCRYPTED_PASSWD à true dans config/config.ini."
+msgstr "Veuillez définir ENCRYPTED_PASSWD à true dans config/config.ini."
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
-msgstr "Vérification de l'adresse électronique"
+msgstr "Vérification de l'adresse électronique"
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1351,19 +1378,19 @@
 "See %s"
 msgstr ""
 "Bienvenue sur %s!\n"
-"Votre compte email a été vérifié et\n"
-"sera utilisé pour les notifications de changements de pages.\n"
+"Votre compte email a été vérifié et\n"
+"sera utilisé pour les notifications de changements de pages.\n"
 "Voir %s"
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
-msgstr "L'adresse électronique '%s' ne semble pas être correcte."
+msgstr "L'adresse électronique '%s' ne semble pas être correcte."
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
-msgstr "L'adresse électronique '%s' semble être correcte."
+msgstr "L'adresse électronique '%s' semble être correcte."
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:69
 msgid "Apply changes"
@@ -1382,7 +1409,6 @@
 msgstr "Titre 2"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:73
-#, fuzzy
 msgid "Title 3"
 msgstr "Titre 3"
 
@@ -1392,7 +1418,7 @@
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:75
 msgid "Table of content"
-msgstr "Table des matières"
+msgstr "Table des matières"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:76
 msgid "Insert Wikitext section"
@@ -1410,111 +1436,126 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
-msgstr "Impossible de mélanger les chaînes de type '%s' et '%s'"
+msgstr "Impossible de mélanger les chaînes de type '%s' et '%s'"
 
 #: ../lib/XmlRpcServer.php:511
 msgid "xml-rpc change"
 msgstr ""
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "version %s"
 
 # lib/diff.php:1010 lib/diff.php:1028
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Aucune"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
-msgstr "Désolé, %s ne correspond à aucune page."
+msgstr "Désolé, %s ne correspond à aucune page."
 
 # lib/diff.php:1045
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Diff : %s"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "version %d"
 
 # lib/pageinfo.php:64
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "version actuelle"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
-msgstr "révision par auteur précédent"
+msgstr "révision par auteur précédent"
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
-msgstr "révision précédente"
+msgstr "révision précédente"
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
-msgstr "prédécesseur de la modification majeure précédente"
+msgstr "prédécesseur de la modification majeure précédente"
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
-msgstr "Différences entre %s et %s de %s."
+msgstr "Différences entre %s et %s de %s."
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr "Autres comparaisons :"
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
-msgstr "Précédente Révision Principale"
+msgstr "Précédente Révision Principale"
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
-msgstr "Révision Précédente"
+msgstr "Révision Précédente"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
-msgstr "Auteur Précédent"
+msgstr "Auteur Précédent"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
-msgstr "Page récente :"
+msgstr "Page récente :"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr "Ancienne page :"
 
+# lib/diff.php:1001 lib/diff.php:1019
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "revenir à la version %d"
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr " et "
+
 # lib/diff.php:1037
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
-msgstr "Les versions sont identiques"
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " is identical."
+msgstr " est identique."
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+# lib/diff.php:1001 lib/diff.php:1019
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+msgid "Version "
+msgstr "Version"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr " a été créé car : "
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1522,856 +1563,868 @@
 msgid "%s: %s"
 msgstr "%s : %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr "LiensDatabase"
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
-msgstr "RétroLiens"
+msgstr "RétroLiens"
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
-msgstr "RétroLiens pour %s"
+msgstr "RétroLiens pour %s"
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
-msgstr "(Redirigé de %s)"
+msgstr "(Redirigé de %s)"
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
-msgstr "BacÀSable"
+msgstr "BacÀSable"
 
 # lib/pageinfo.php:64
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr "Votre version"
 
 # lib/pageinfo.php:70
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr "L'autre version"
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
-msgstr "Vous lisez une ancienne révision de cette page."
+msgstr "Vous lisez une ancienne révision de cette page."
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Modifier : %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr "Afficher la source : %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
-msgstr "La page est maintenant verrouillée."
+msgstr "La page est maintenant verrouillée."
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
-msgstr "La page est maintenant déverrouillée."
+msgstr "La page est maintenant déverrouillée."
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+msgid "Page now public."
+msgstr "La page est maintenant publique."
+
+#: ../lib/editpage.php:260
+msgid "Page now not-public."
+msgstr "La page n'est maintenant plus publique."
+
+#: ../lib/editpage.php:269
+msgid "Page now external."
+msgstr "La page est maintenant externe."
+
+#: ../lib/editpage.php:270
+msgid "Page now not-external."
+msgstr "La page n'est maintenant plus externe."
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
-msgstr "Enregistrée : %s"
+msgstr "Enregistrée : %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
-msgstr "Trop de liens extérieurs."
+msgstr "Trop de liens extérieurs."
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, fuzzy, php-format
 msgid "%s is listed at %s with %s"
 msgstr "%s pages pointent vers %s :"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
 # lib/editpage.php:33 lib/savepage.php:32 lib/savepage.php:53
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
-msgstr "Désolé pour la gène occasionnée."
+msgstr "Désolé pour la gène occasionnée."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+# lib/diff.php:1037
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Les versions sont identiques"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
-msgstr "Page verrouillée"
+msgstr "Page verrouillée"
 
 # lib/editpage.php:31 lib/savepage.php:52
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
-"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
-"pas pu être enregistrée."
+"Cette page a été verrouillée par l'administrateur et vos changements n'ont "
+"pas pu être enregistrée."
 
 # lib/savepage.php:24
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
 "(Copiez vos modifications dans le presse-papier. Vous pouvez essayer "
-"d'éditer une page différente ou sauver votre texte dans un éditeur)."
+"d'éditer une page différente ou sauver votre texte dans un éditeur)."
 
 # lib/display.php:14
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
-msgstr "PageModérée"
+msgstr "PageModérée"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
-msgstr "PréférencesUtilisateurs"
+msgstr "PréférencesUtilisateurs"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
 "sections beginning with '%s', and ending with '%s'.  You will need to edit "
 "those sections by hand before you click Save."
 msgstr ""
-"Certaines modifications n'ont pas pu être combinées automatiquement. "
-"Veuillez regarder les sections commençant par '%s', et se terminant par '%"
-"s'. Vous devrez éditer ces sections à la main avant cliquer sur Enregistrer."
+"Certaines modifications n'ont pas pu être combinées automatiquement. "
+"Veuillez regarder les sections commençant par '%s', et se terminant par '%"
+"s'. Vous devrez éditer ces sections à la main avant cliquer sur Enregistrer."
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
-msgstr "Veuillez la vérifier avant de la sauver."
+msgstr "Veuillez la vérifier avant de la sauver."
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
-msgstr "Conflit d'éditions !"
+msgstr "Conflit d'éditions !"
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
-"Depuis que vous avez commencé à éditer cette page, un autre utilisateur en a "
-"enregistré une nouvelle version."
+"Depuis que vous avez commencé à éditer cette page, un autre utilisateur en a "
+"enregistré une nouvelle version."
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
-"Vos modifications ne peuvent être enegistrées, puisqu'elles écraseraient "
+"Vos modifications ne peuvent être enegistrées, puisqu'elles écraseraient "
 "celles de l'autre utilisateur. Ainsi donc, vos modifications et celles de "
-"l'autre auteur ont été combinées. Le résultat est affiché ci-dessous."
+"l'autre auteur ont été combinées. Le résultat est affiché ci-dessous."
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr "Converti"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
-msgstr "DernièresModifs"
+msgstr "DernièresModifs"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
-msgstr "Déposer"
+msgstr "Déposer"
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
-msgstr "L'auteur sera enregistré sous le nom %s."
+msgstr "L'auteur sera enregistré sous le nom %s."
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
-msgstr "Fusioner et éditer : %s"
+msgstr "Fusioner et éditer : %s"
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
-msgstr "Récupération dans le répertoire"
+msgstr "Récupération dans le répertoire"
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
-msgstr "Déposer un fichier"
+msgstr "Déposer un fichier"
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr "Charger le fichier"
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
-msgstr "Mettre à jour"
+msgstr "Mettre à jour"
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr "Sauvegarde des pages au format XHTML"
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 #, fuzzy
 msgid "LoadDump"
-msgstr "RécupérationDeLaPage"
+msgstr "RécupérationDeLaPage"
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
-msgstr "Les notifications de changement de la page %s ont été envoyés à %s"
+msgstr "Les notifications de changement de la page %s ont été envoyés à %s"
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 "Erreur lors des notifications de changements de page: Impossible d'envoyer %"
-"s à %s"
+"s à %s"
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
-msgstr "Terminé."
+msgstr "Terminé."
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
-msgstr "Retour à la %s"
+msgstr "Retour à la %s"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr "SauvegardeTotale"
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
-msgstr "DernierInstantané"
+msgstr "DernierInstantané"
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
-msgstr "Vous devez spécifier un répertoire pour l'archivage de la sauvegarde"
+msgstr "Vous devez spécifier un répertoire pour l'archivage de la sauvegarde"
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
-msgstr "Impossible de créer le répertoire '%s'"
+msgstr "Impossible de créer le répertoire '%s'"
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
-msgstr "Répertoire '%s' créé pour la sauvegarde..."
+msgstr "Répertoire '%s' créé pour la sauvegarde..."
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
-msgstr "Utilisation du répertoire '%s'"
+msgstr "Utilisation du répertoire '%s'"
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
-msgstr "Récupération des pages"
+msgstr "Récupération des pages"
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
-msgstr "Ignoré."
+msgstr "Ignoré."
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
-msgstr "enregistrée sous %s"
+msgstr "enregistrée sous %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
-msgstr "Impossible d'ouvrir le fichier '%s' en écriture"
+msgstr "Impossible d'ouvrir le fichier '%s' en écriture"
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
-msgstr "%s octets enregistrés"
+msgstr "%s octets enregistrés"
 
 # lib/editpage.php:19
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
-msgstr "... copié à %s"
+msgstr "... copié à %s"
 
 # lib/editpage.php:19
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
-msgstr "... non copié à %s"
+msgstr "... non copié à %s"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
-msgstr "enregistrée sous "
+msgstr "enregistrée sous "
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
-msgstr "... non trouvé"
+msgstr "... non trouvé"
 
 # lib/pageinfo.php:9
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr "La page n'a aucun titre !"
 
-#: ../lib/loadsave.php:887
-#, fuzzy
+#: ../lib/loadsave.php:899
 msgid "Invalid pagename!"
-msgstr "Mot de identifiant d'utilisateur invalide."
+msgstr "Nom de page invalide."
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "du %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
-msgstr "conflits d'édition - écraser quand même "
+msgstr "conflits d'édition - écraser quand même "
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
-msgstr "a des conflits d'édition - ignoré"
+msgstr "a des conflits d'édition - ignoré"
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
-msgstr "contenu est identique à la version en cours %d - pas de révision"
+msgstr "contenu est identique à la version en cours %d - pas de révision"
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
-msgstr "- sauvée dans la base de données sous la version %d"
+msgstr "- sauvée dans la base de données sous la version %d"
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "fichier MIME %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
-msgstr "Fichier sérialisé %s"
+msgstr "Fichier sérialisé %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "fichier simple %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
-msgstr "Fusionner l'édition"
+msgstr "Fusionner l'édition"
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
-msgstr "Restaurer quand même"
+msgstr "Restaurer quand même"
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
-msgstr " Désolé, impossible de fusionner."
+msgstr " Désolé, impossible de fusionner."
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
-msgstr "Réinitialiser"
+msgstr "Réinitialiser"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr "argument de version requis manquant"
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr "pas de sommaire de page"
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
-msgstr "même version de page"
+msgstr "même version de page"
 
-#: ../lib/loadsave.php:1081
-#, fuzzy
+#: ../lib/loadsave.php:1093
 msgid "Cancelled"
-msgstr "Annuler"
+msgstr "Annulé"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr "Oui"
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Annuler"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
-msgstr "revenir à la version %d"
+msgstr "revenir à la version %d"
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
-msgstr "Réinitialiser"
+msgstr "Réinitialiser"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
-msgstr "- version %d sauvée dans la base de données sous la version %d"
+msgstr "- version %d sauvée dans la base de données sous la version %d"
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
-msgstr "Carte InterWiki par défaut non chargée."
+msgstr "Carte InterWiki par défaut non chargée."
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
-msgstr "Ignoré"
+msgstr "Ignoré"
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr "Mauvais type de fichier : %s"
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr "Chargement ' %s '"
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr "Chargement d'un wiki vierge"
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
-msgstr "Pas de fichier à déposer ?"
+msgstr "Pas de fichier à déposer ?"
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
-msgstr "Dépôt de %s"
+msgstr "Dépôt de %s"
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr "INTERDIT"
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr "ANONYME"
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr "BOGO"
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr "UTILISATEUR"
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr "ADMIN"
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr "INACCESSIBLE"
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr "L'action %s est interdite sur ce wiki."
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
-msgstr "authentifié"
+msgstr "authentifié"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
-msgstr "non authentifié"
+msgstr "non authentifié"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr "Permission de page individuelle absente:"
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 "%s %s %s est interdite sur ce wiki pour %s l'utilisateur '%s' (niveau : %s)."
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr "Vous devez vous inscrire pour %s."
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
-msgstr "L'accès à %s vous est interdit."
+msgstr "L'accès à %s vous est interdit."
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
-msgstr "Vous devez être un administrateur pour %s."
+msgstr "Vous devez être un administrateur pour %s."
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr "voir cette page"
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr "diff de cette page"
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
-msgstr "récupération des pages HTML"
+msgstr "récupération des pages HTML"
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
-msgstr "récupération des pages sérialisées"
+msgstr "récupération des pages sérialisées"
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
-msgstr "éditer cette page"
+msgstr "éditer cette page"
 
-#: ../lib/main.php:558
-#, fuzzy
+#: ../lib/main.php:563
 msgid "rename this page"
-msgstr "créer cette page"
+msgstr "renommer cette page"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
-msgstr "revenir à une précédente version de cette page."
+msgstr "revenir à une précédente version de cette page."
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
-msgstr "créer cette page"
+msgstr "créer cette page"
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr "chargement des fichiers sur ce wiki"
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr "verrouiller cette page"
 
-#: ../lib/main.php:563
-#, fuzzy
+#: ../lib/main.php:568
 msgid "purge this page"
-msgstr "créer cette page"
+msgstr "purger cette page"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr "supprimer cette page"
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
-msgstr "déverrouiller la page"
+msgstr "déverrouiller la page"
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
-msgstr "déposer un fichier zip"
+msgstr "déposer un fichier zip"
 
 # lib/pageinfo.php:64
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
-msgstr "vérifier l'action actuelle"
+msgstr "vérifier l'action actuelle"
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr "voir la source de cette page"
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
-msgstr "accéder à ce wiki via XML-RPC"
+msgstr "accéder à ce wiki via XML-RPC"
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
-msgstr "accéder à ce wiki via SOAP"
+msgstr "accéder à ce wiki via SOAP"
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
-msgstr "télécharger une sauvegarde compressée de ce wiki"
+msgstr "télécharger une sauvegarde compressée de ce wiki"
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
-msgstr "télécharger une sauvegarde HTML compressée de ce wiki"
+msgstr "télécharger une sauvegarde HTML compressée de ce wiki"
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 #, fuzzy
 msgid "use"
 msgstr "utilisateurs"
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr "Navigation en cours"
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr "Comparaison des pages"
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
-msgstr "Récupération des pages HTML"
+msgstr "Récupération des pages HTML"
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
-msgstr "Récupération des pages sérialisées"
+msgstr "Récupération des pages sérialisées"
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
-msgstr "Éditions des pages"
+msgstr "Éditions des pages"
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
-msgstr "Création des pages"
+msgstr "Création des pages"
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr "Chargement des fichiers"
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr "Verrouillage des pages"
 
-#: ../lib/main.php:605
-#, fuzzy
+#: ../lib/main.php:610
 msgid "Purging pages"
-msgstr "Navigation en cours"
+msgstr "Purge des pages"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr "Suppression des pages"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
-msgstr "Déverrouiller les pages"
+msgstr "Déverrouillage des pages"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
-msgstr "Déposer la sauvegarde compressée"
+msgstr "Déposer la sauvegarde compressée"
 
 # lib/pageinfo.php:64
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
-msgstr "Vérifier l'action actuelle"
+msgstr "Vérifier l'action actuelle"
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr "Visualisation de la source des pages"
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
-msgstr "Accès XML-RPC"
+msgstr "Accès XML-RPC"
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
-msgstr "Accès SOAP"
+msgstr "Accès SOAP"
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
-msgstr "Téléchargement des sauvegardes compressées"
+msgstr "Téléchargement des sauvegardes compressées"
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
-msgstr "Téléchargement des sauvegardes html compressées"
+msgstr "Téléchargement des sauvegardes html compressées"
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr "%s : Mauvaise action"
 
 # lib/stdlib.php:36
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "Erreur fatale de PhpWiki"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr "Chown"
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
-msgstr "DéfinirAcl"
+msgstr "DéfinirAcl"
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
-msgstr "RécupérationDeLaPage"
+msgstr "RécupérationDeLaPage"
 
 # lib/fullsearch.php:48
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
-msgstr "RechercheEnTexteIntégral"
+msgstr "RechercheEnTexteIntégral"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
-msgstr "Le répertoire 'session.save_path'"
+msgstr "Le répertoire 'session.save_path'"
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
-msgstr "le répertoire 'session.save_path' '%s'"
+msgstr "le répertoire 'session.save_path' '%s'"
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
-msgstr "Tentative d'utilisation du répertoire '%s' à la place."
+msgstr "Tentative d'utilisation du répertoire '%s' à la place."
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr "Les utilisateurs ne pourront pas s'inscrire."
 
@@ -2384,28 +2437,28 @@
 msgid "Show and add comments for %s"
 msgstr "Afficher et ajouter des commentaires pour %s"
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
-msgstr "Aucun nom de page indiqué"
+msgstr "Aucun nom de page indiqué"
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr "Cliquez pour afficher tout commente"
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr "Cliquez pour afficher"
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr "Commentaires"
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr "ToutesLesPages"
 
@@ -2413,30 +2466,33 @@
 msgid "List all pages in this wiki."
 msgstr "Afficher la liste de toutes les pages de ce wiki."
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
-msgstr "Pages dans ce wiki (%d au total) :"
+#: ../lib/plugin/AllPages.php:69
+msgid "All pages in this wiki ({total} total):"
+msgstr "Toutes les pages dans ce wiki ({total} au total) :"
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
+msgstr "Liste des pages créées par les utilisateurs ({total} au total) :"
+
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
-msgstr "Liste des pages possédé près [%s] (%d au total) :"
+msgid "List of pages owned by [%s] ({total} total):"
+msgstr "Liste des pages possédées par [%s] ({total} au total) :"
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
-msgstr "Liste des pages bout édité près [%s] (%d au total) :"
+msgid "List of pages last edited by [%s] ({total} total):"
+msgstr "Liste des pages modifiées par [%s] ({total} au total) :"
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
-msgstr "Liste des pages créé près [%s] (%d au total) :"
+msgid "List of pages created by [%s] ({total} total):"
+msgstr "Liste des pages créées par [%s] ({total} au total) :"
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
-msgstr "Temps écoulé : %s s"
+msgstr "Temps écoulé : %s s"
 
 #: ../lib/plugin/AllUsers.php:37
 msgid "AllUsers"
@@ -2444,12 +2500,12 @@
 
 #: ../lib/plugin/AllUsers.php:41
 msgid "List all once authenticated users."
-msgstr "Énumérez tous les utilisateurs une fois authentifiés."
+msgstr "Énumérez tous les utilisateurs une fois authentifiés."
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
-msgstr "Utilisateurs connectés à ce wiki (%d au total) :"
+msgstr "Utilisateurs connectés à ce wiki (%d au total) :"
 
 #: ../lib/plugin/AnalyseAccessLogSql.php:162
 #: ../lib/plugin/AnalyseAccessLogSql.php:197
@@ -2526,7 +2582,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr "jours"
 
@@ -2542,61 +2598,61 @@
 msgid "Show summary information from the access log table."
 msgstr "Montre l'index de la table access log."
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr "<vide>"
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr "ApposezLeTexte"
 
 #: ../lib/plugin/AppendText.php:41
 msgid "Append text to any page in this wiki."
-msgstr "Apposez le texte à n'importe quelle page de ce wiki."
+msgstr "Apposez le texte à n'importe quelle page de ce wiki."
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
-msgstr "Page changé avec succès."
+msgstr "Page changé avec succès."
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2608,154 +2664,155 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr "HistoriqueAuteur"
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
-"Affiche la liste de toutes les révisions faites par un auteur, ou montre une "
+"Affiche la liste de toutes les révisions faites par un auteur, ou montre une "
 "liste du type HistoriquePage pour une simple page uniquement pour un auteur."
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr "Mineure"
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr "Auteur"
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
-msgstr "Résumé"
+msgstr "Résumé"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
-msgstr "Dernière modification"
+msgstr "Dernière modification"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
-"Historique de toutes les éditions majeures et mineures par %s sur la page %s."
+"Historique de toutes les éditions majeures et mineures par %s sur la page %s."
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
-"Historique des éditions majeures ou mineures pour n'importe quelle page "
-"éditée par %s."
+"Historique des éditions majeures ou mineures pour n'importe quelle page "
+"éditée par %s."
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
-msgstr "Affiche toutes les pages liée à %s."
+msgstr "Affiche toutes les pages liée à %s."
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
-msgstr "Aucune page n'est ancore liée à %s."
+msgstr "Aucune page n'est ancore liée à %s."
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr "Une page pointait vers %s :"
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr "%s pages pointaient vers %s :"
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr "Aucune page ne pointe vers %s."
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr "Une page pointe vers %s :"
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 #, fuzzy
 msgid "Those"
 msgstr "Fermer"
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr "%s pages pointent vers %s :"
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 #, fuzzy
 msgid "New entry"
 msgstr "Nouveau commentaire."
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2763,23 +2820,23 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
-msgstr "Mois précédent"
+msgstr "Mois précédent"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
 msgstr "Mois suivant"
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "L"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
-msgstr "Éditer %s"
+msgstr "Éditer %s"
 
 #: ../lib/plugin/CalendarList.php:54 ../lib/plugin/CalendarList.php:58
 msgid "CalendarList"
@@ -2788,122 +2845,183 @@
 # lib/diff.php:997
 #: ../lib/plugin/CategoryPage.php:44
 msgid "CategoryPage"
-msgstr "CatégoriePages"
+msgstr "CatégoriePages"
 
 #: ../lib/plugin/CategoryPage.php:48
 msgid "Create a Wiki page."
-msgstr "Créer cette page."
+msgstr "Créer cette page."
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr "Commentaire"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr "Cacher des commentaires dans une PageWiki."
 
 #: ../lib/plugin/CreateBib.php:36
 #, fuzzy
 msgid "CreateBib"
-msgstr "CréerUneTdm"
+msgstr "CréerUneTdm"
 
 #: ../lib/plugin/CreateBib.php:40
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
-msgstr "aucune page indiquée"
+msgstr "aucune page indiquée"
 
 # lib/display.php:14
 #: ../lib/plugin/CreatePage.php:42
 msgid "CreatePage"
-msgstr "CréerUnePage"
+msgstr "CréerUnePage"
 
 #: ../lib/plugin/CreatePage.php:46
 msgid "Create a Wiki page by the provided name."
-msgstr "Créer une PageWiki avec le nom demandé."
+msgstr "Créer une PageWiki avec le nom demandé."
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 #, fuzzy
 msgid "Cannot create page with empty name!"
-msgstr "Impossible de créer le répertoire '%s'"
+msgstr "Impossible de créer le répertoire '%s'"
 
-#: ../lib/plugin/CreatePage.php:98
+# lib/display.php:14
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "CréerUnePage"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
+#, fuzzy, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr "Voulez-vous réellement reinitialiser le mot de passe de %s ?"
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
 #, php-format
 msgid "%s already exists"
-msgstr "%s existe déjà"
+msgstr "%s existe déjà"
 
 # lib/display.php:14
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
-msgstr "Créée par CréerUnePage"
+msgstr "Créée par CréerUnePage"
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
-msgstr "CréerUneTdm"
+msgstr "CréerUneTdm"
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
-#, fuzzy
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
-msgstr "Cliquez pour afficher"
+msgstr "Cliquez pour afficher la table des matières"
 
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr "Heure actuelle"
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
 # lib/display.php:14
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr "PagesSansLien"
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
-msgstr "Affiche les différences entre révisions"
+msgstr "Affiche les différences entre révisions"
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
-msgstr "Monde"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "InclureUnePage"
 
+#: ../lib/plugin/DynamicIncludePage.php:39
+#, fuzzy
+msgid "Dynamicly include text from another wiki page."
+msgstr "Inclure le texte d'une autre PageWiki."
+
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s b"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr "Cliquez pour masquer/afficher"
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
-msgstr "EditerLesMetaDonnées"
+msgstr "EditerLesMetaDonnées"
 
 #: ../lib/plugin/EditMetaData.php:52
 #, php-format
 msgid "Edit metadata for %s"
-msgstr "Éditer les métadonnées pour %s"
+msgstr "Éditer les métadonnées pour %s"
 
-#: ../lib/plugin/EditMetaData.php:132
-#, fuzzy, php-format
+#: ../lib/plugin/EditMetaData.php:127
+#, php-format
 msgid "No metadata for %s"
-msgstr "Éditer les métadonnées pour %s"
+msgstr "Pas de métadonnées pour %s"
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 "Ajouter ou changer le niveau de page 'key=>value'. Notez que vous pouvez "
-"supprimer une clé en lui attribuant une valeur nulle."
+"supprimer une clé en lui attribuant une valeur nulle."
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr "Valider"
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
-msgstr "Nécessite les privilèges administrateur pour l'édition."
+msgstr "Nécessite les privilèges administrateur pour l'édition."
 
 # lib/fullsearch.php:48
 #: ../lib/plugin/ExternalSearch.php:40
@@ -2912,71 +3030,76 @@
 
 #: ../lib/plugin/ExternalSearch.php:44
 msgid "Redirects to an external web site based on form input"
-msgstr "Redirige vers un site externe basé sur un formulaire"
+msgstr "Redirige vers un site externe basé sur un formulaire"
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr "Argument non valable : %s=%s"
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 #, fuzzy
 msgid "FileInfo"
 msgstr "Info"
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr "Un argument requis '%s' est manquant."
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s non trouvé"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 msgid "page not locked"
-msgstr "page déverrouillée"
+msgstr "page déverrouillée"
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr "Titre"
 
@@ -2988,98 +3111,103 @@
 msgid ""
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
-"Affiche une url dans une cadre interne à la page. Un seul cadre autorisé."
+"Affiche une url dans une cadre interne à la page. Un seul cadre autorisé."
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
-msgstr "insertion récursive de la page %s"
+msgstr "insertion récursive de la page %s"
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
-msgstr "%s ou %s paramètre manquant"
+msgstr "%s ou %s paramètre manquant"
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
-msgstr "insertion récursive de l'URL %s"
+msgstr "insertion récursive de l'URL %s"
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr "Voir %s"
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr "Rechercher le contenu de toutes les pages de ce wiki."
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
-msgstr "Résultats de la recherche en texte intégral de ' %s '"
+msgstr "Résultats de la recherche en texte intégral de ' %s '"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
-msgstr "Seulement %d pages affichées"
+msgstr "Seulement %d pages affichées"
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
 msgstr "Liens"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr "PagesFloues"
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
-msgstr "Rechercher le titre de page similaire à %s."
+msgstr "Rechercher le titre de page similaire à %s."
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
-msgstr "Ces titres de pages correspondent de manière floue à '%s'"
+msgstr "Ces titres de pages correspondent de manière floue à '%s'"
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr "Nom"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr "Point"
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
-msgstr "Score d'épellation"
+msgstr "Score d'épellation"
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr "Score de son"
 
 # lib/pageinfo.php:10 lib/stdlib.php:239
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr "AllerVers"
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
-msgstr "Aller à ou créer page."
+msgstr "Aller à ou créer page."
 
 # lib/pageinfo.php:10 lib/stdlib.php:239
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr "OK"
 
@@ -3092,18 +3220,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
-msgstr "%s paramètre manquant"
+msgstr "%s paramètre manquant"
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr "Argument non valable : %s"
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3115,9 +3243,9 @@
 msgid "Make use of the Google API"
 msgstr "Faire usage de l'API Google"
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
-msgstr "Aucun résultat"
+msgstr "Aucun résultat"
 
 #: ../lib/plugin/GraphViz.php:115
 msgid "GraphViz"
@@ -3127,22 +3255,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr "%s est vide."
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr "Impossible de lancer la ligne de commande '%s'"
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3159,15 +3287,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3179,34 +3311,45 @@
 msgid "Include text from another wiki page."
 msgstr "Inclure le texte d'une autre PageWiki."
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
-msgstr "insertion récursive de la page %s ignoré"
+msgstr "insertion récursive de la page %s ignoré"
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
+#, fuzzy, php-format
+msgid "Page '%s' does not exist"
+msgstr "Le groupe de page %s n'existe pas"
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, fuzzy, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr "insertion récursive de la page %s ignoré"
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
 #, php-format
 msgid "%s(%d): no such revision"
-msgstr "%s(%d) : révision inexistante"
+msgstr "%s(%d) : révision inexistante"
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
-msgstr "Inséré de %s"
+msgstr "Inséré de %s"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
-msgstr "... %d premières lignes"
+msgstr "... %d premières lignes"
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 msgid "IncludePages"
 msgstr "InclurePages"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3217,8 +3360,18 @@
 #: ../lib/plugin/IncludeSiteMap.php:56
 #, php-format
 msgid "Include recursively all linked pages starting at %s"
-msgstr "Créer une carte du site commencer à %s"
+msgstr "Créer une carte du site commencer à %s"
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "InclureUnePage"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "Catégories populaires"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr "RechercheInterWiki"
@@ -3229,29 +3382,32 @@
 "Effectuer une recherche sur les sites InterWiki contenu dans la carte "
 "InterWiki."
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr "Nom Wiki"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "Recherche"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr "JabberPresence"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
@@ -3264,47 +3420,47 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 #, fuzzy
 msgid "Missing ldap extension"
 msgstr "Permission de page individuelle absente:"
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 #, fuzzy
 msgid "Failed to connect to LDAP host"
 msgstr "Impossible de se connecter au serveur LDAP "
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr "PagesSemblables"
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 "Affiche la liste des pages qui partagent un mot initial ou final dans leur "
 "titre avec %s."
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
-msgstr "Noms de page ayant le préfixe ' %s '"
+msgstr "Noms de page ayant le préfixe ' %s '"
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr "Noms de page ayant le suffixe ' %s '"
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr "Ces pages partagent un mot initial ou final dans leur titre avec %s"
@@ -3315,22 +3471,37 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr "Tout pages avec tous les liens dans ce wiki (%d au total) :"
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr "Liste des pages possédées par [%s] (%d au total) :"
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr "Liste des pages modifiées en dernier par [%s] (%d au total) :"
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr "Liste des pages créé près [%s] (%d au total) :"
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr "Liens"
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, fuzzy, php-format
 msgid "Unsupported format argument %s"
-msgstr "Les gestionnaires supportés sont : %s"
+msgstr "Les gestionnaires supportés sont : %s"
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
 msgstr "RechercheLive"
@@ -3339,35 +3510,35 @@
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 #, fuzzy
 msgid "outgoing"
 msgstr "Identifiant"
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 #, fuzzy
 msgid "Link"
 msgstr "Liens"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3378,9 +3549,9 @@
 
 #: ../lib/plugin/ListPages.php:42
 msgid "List pages that are explicitly given as the pages argument."
-msgstr "Liste des pages qui sont explicitement données en argument."
+msgstr "Liste des pages qui sont explicitement données en argument."
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr "Vous devez vous connecter pour voir les scores."
 
@@ -3404,11 +3575,11 @@
 msgstr ""
 "Affiche la liste des noms de toutes les sous-pages de la page courante."
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
-msgstr "La page actuelle n'a aucune sous-page définie."
+msgstr "La page actuelle n'a aucune sous-page définie."
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr "SousPages de %s :"
@@ -3420,18 +3591,18 @@
 #: ../lib/plugin/MediawikiTable.php:60
 #, fuzzy
 msgid "Layout tables using a Mediawiki-like markup style."
-msgstr "Un système de marques pour faire des tableaux sophistiqués."
+msgstr "Un système de marques pour faire des tableaux sophistiqués."
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
-msgstr "Supportés pages moderée"
+msgstr "Supportés pages moderée"
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
-msgstr "PageModerée: No emails for the moderators defined"
+msgstr "PageModerée: No emails for the moderators defined"
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3439,12 +3610,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3452,310 +3623,312 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr "Erreur lors des notifications de page: Impossible d'envoyer"
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, php-format
 msgid "%s is not locked!"
-msgstr "%s n'est pas verrouillé!"
+msgstr "%s n'est pas verrouillé!"
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
-msgstr "LesPlusVisitées"
+msgstr "LesPlusVisitées"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr "Affiche la listes des pages les plus populaires."
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
-msgstr "sortby=mtime non supporté avec MostPopular"
+msgstr "sortby=mtime non supporté avec MostPopular"
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr "Les %d pages les plus populaires de ce wiki :"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr "Les %d pages les moins populaires de ce wiki :"
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
-msgstr "Pages visitées sur ce wiki, classées par ordre de popularité :"
+msgstr "Pages visitées sur ce wiki, classées par ordre de popularité :"
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
 msgstr "Nouvelle page."
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 #, fuzzy
 msgid "List all new pages per month per user"
-msgstr "Énumérez tous les utilisateurs une fois authentifiés."
+msgstr "Énumérez tous les utilisateurs une fois authentifiés."
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr "PasDeCache"
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr "Ne pas mettre en cache cette page."
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr "TableauAncienStyle"
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
-msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
+msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr "La ligne %s ne commence pas par un '|'."
 
 # lib/display.php:14
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr "PagesOrphelines"
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
-msgstr "Liste des pages qui ne sont liées à aucune autre."
+msgstr "Liste des pages qui ne sont liées à aucune autre."
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr "Pages Orphelines dans ce wiki (%d au total) :"
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr "Voir une sauvegarde de page en ligne."
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
-msgstr "Page %s non trouvée."
+msgstr "Page %s non trouvée."
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
-msgstr "Télécharger pour CVS"
+msgstr "Télécharger pour CVS"
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
-msgstr "Télécharger pour sauvegarder"
+msgstr "Télécharger pour sauvegarder"
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 #, fuzzy
 msgid "Download all revisions for backup"
-msgstr "Télécharger pour sauvegarder"
+msgstr "Télécharger pour sauvegarder"
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
-msgstr "Prévisualisation : récupération de %s"
+msgstr "Prévisualisation : récupération de %s"
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 #, fuzzy
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
-msgstr "(format pour les développeurs, pas pour la sauvegarde)"
+msgstr "(format pour les développeurs, pas pour la sauvegarde)"
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 #, fuzzy
 msgid "Preview as normal format"
-msgstr "Prévisualisation au format de sauvegarde"
+msgstr "Prévisualisation au format de sauvegarde"
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
-msgstr "Prévisualisation au format de sauvegarde"
+msgstr "Prévisualisation au format de sauvegarde"
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 #, fuzzy
 msgid "(formatted for backing up: all revisions)"
 msgstr "(format de sauvegarde)"
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
-msgstr "Prévisualisation au format développeurs"
+msgstr "Prévisualisation au format développeurs"
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
-"Veuillez utiliser une des versions téléchargeables au lieu de copier-coller "
-"à partir de la prévisualisation."
+"Veuillez utiliser une des versions téléchargeables au lieu de copier-coller "
+"à partir de la prévisualisation."
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
-"Le retour chariot de la prévisualisation ne prend pas en compte les marques "
-"des listes indentées !"
+"Le retour chariot de la prévisualisation ne prend pas en compte les marques "
+"des listes indentées !"
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
-"Les développeurs de PhpWiki devraient inspecter manuellement les balises des "
-"fichiers téléchargés avant de les éditer sous emacs, et vérifier les CVS."
+"Les développeurs de PhpWiki devraient inspecter manuellement les balises des "
+"fichiers téléchargés avant de les éditer sous emacs, et vérifier les CVS."
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr "Attention:"
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr "GroupeDePages"
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr "Groupe de pages pour %s"
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr "Contenu"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr "<%s : pas de section de ce type>"
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr "Suivant"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
-msgstr "Précédent"
+msgstr "Précédent"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
-msgstr "Première"
+msgstr "Première"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
-msgstr "Dernière"
+msgstr "Dernière"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr "Historique de %s"
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
-msgstr "Révision non trouvée"
+msgstr "Révision non trouvée"
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
-msgstr "comparer les révisions"
+msgstr "comparer les révisions"
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
-msgstr "Cochez une des boîtes pour comparer les révisions."
+msgstr "Cochez une des boîtes pour comparer les révisions."
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
-msgstr "Cochez une boîte puis %s."
+msgstr "Cochez une boîte puis %s."
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr "HistoriqueDeLaPage"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "Version %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
-msgstr "édition mineure"
+msgstr "édition mineure"
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr "Historique des changements."
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr "Historique de %s"
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr "InfosSurLaPage"
 
@@ -3770,161 +3943,166 @@
 
 #: ../lib/plugin/PageTrail.php:49
 msgid "PageTrail Plugin"
-msgstr "Pour suivre les pages à la trace"
+msgstr "Pour suivre les pages à la trace"
 
 #: ../lib/plugin/PasswordReset.php:42
 #, fuzzy
 msgid "PasswordReset"
 msgstr "Mot de passe :"
 
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
 # lib/msql.php:31 lib/msql.php:37
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr "Message"
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, fuzzy, php-format
 msgid "Error sending email with password for user %s."
 msgstr "Mot de passe ou identifiant d'utilisateur invalide."
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 #, fuzzy
 msgid "Reset password of user: "
 msgstr "Mot de passe ou identifiant d'utilisateur invalide."
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 #, fuzzy
 msgid "You need to ask an Administrator to reset this password. See below: "
-msgstr "Vous devez être un administrateur pour utiliser ce plugin."
+msgstr "Vous devez être un administrateur pour utiliser ce plugin."
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
-msgstr "Voulez-vous réellement reinitialiser le mot de passe de %s ?"
+msgstr "Voulez-vous réellement reinitialiser le mot de passe de %s ?"
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr "AlbumPhotos"
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
-"Affiche un groupe de photos listées dans un fichier texte avec des "
+"Affiche un groupe de photos listées dans un fichier texte avec des "
 "descriptions facultatives."
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr "Mauvaise url dans la source : retirez tous les <, >, \""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr "Impossible de lire src=%s"
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr "Impossible de lire src=%s"
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr "ColorationPhp"
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr "Coloration syntaxique du PHP"
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr "Couleur non valable : %s"
 
 #: ../lib/plugin/PhpWeather.php:63
 msgid "PhpWeather"
-msgstr "MétéoPhp"
+msgstr "MétéoPhp"
 
 #: ../lib/plugin/PhpWeather.php:67
 msgid "The PhpWeather plugin provides weather reports from the Internet."
-msgstr "Le plugin de météo importée d'internet."
+msgstr "Le plugin de météo importée d'internet."
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
-"Vous devez définir PHPWEATHER_BASE_DIR avant de l'utiliser (config/config."
+"Vous devez définir PHPWEATHER_BASE_DIR avant de l'utiliser (config/config."
 "ini)"
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
-msgstr "L'ICAO '%s' n'a pas été reconnu."
+msgstr "L'ICAO '%s' n'a pas été reconnu."
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr "%s ne connait pas le langage '%s', utilisation de 'en' a la place."
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr "Valider le pays"
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr "Changer le pays"
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr "Valider la localisation"
 
@@ -3936,54 +4114,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr "source vide"
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr "GestionsDesPlugins"
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr "Affiche la liste des Plugins de ce wiki."
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "Afficher la liste de toutes les pages de ce wiki."
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr "Plugins"
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr "utiliser ce plugin"
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr "Plugin"
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr "Arguments"
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
-msgstr "%s ne semble pas être un plugin."
+msgstr "%s ne semble pas être un plugin."
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr "Aide"
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3994,25 +4173,25 @@
 
 #: ../lib/plugin/PopularNearby.php:48
 msgid "List the most popular pages nearby."
-msgstr "Énumère les pages proches des plus visitées."
+msgstr "Énumère les pages proches des plus visitées."
 
 # lib/stdlib.php:53
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr "%d meilleurs liens entrants : "
 
 # lib/stdlib.php:63
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr "%d meilleurs liens sortants : "
 
 # lib/stdlib.php:74
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
-msgstr "%d pages les plus visitées aux alentours : "
+msgstr "%d pages les plus visitées aux alentours : "
 
 # lib/stdlib.php:74
 #: ../lib/plugin/PopularTags.php:34
@@ -4026,418 +4205,500 @@
 msgstr "Affiche la listes des pages les plus populaires."
 
 # lib/diff.php:997
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
-msgstr "CatégorieCatégorie"
+msgstr "CatégorieCatégorie"
 
 # lib/diff.php:997
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
-msgstr "Catégorie"
+msgstr "Catégorie"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr "Sujet"
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
-msgstr "Préférences"
+msgstr "Préférences"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 #, fuzzy
 msgid "Total Units"
 msgstr "%d visites totales"
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 #, fuzzy
 msgid "Total Voters"
-msgstr "%d thèmes au total: "
+msgstr "%d thèmes au total: "
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
-msgstr "PrécédentSuivant"
+msgstr "PrécédentSuivant"
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr "Boutons de navigation rapide pour %s"
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr "Haut"
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr "Index"
 
+# lib/diff.php:1001 lib/diff.php:1019
+#: ../lib/plugin/Processing.php:31
+#, fuzzy
+msgid "Processing"
+msgstr "Permission"
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
 # lib/display.php:14
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
-msgstr "PageAléatoire"
+msgstr "PageAléatoire"
 
 #: ../lib/plugin/RandomPage.php:37
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr "Affiche une liste de pages prises au hasard sur ce wiki."
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr "ClassezLa"
 
 #: ../lib/plugin/RateIt.php:91
 msgid "Rating system. Store user ratings per page"
-msgstr "Système de vote. Stocke les votes d'utilisateur par page."
+msgstr "Système de vote. Stocke les votes d'utilisateur par page."
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "Votre note "
 
 # lib/pageinfo.php:64
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
-msgstr "vérifier l'action actuelle"
+msgid "Your current prediction: "
+msgstr "vérifier l'action actuelle"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 #, fuzzy
 msgid "Change your rating from "
 msgstr "Votre note "
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
-msgstr "à"
+#: ../lib/plugin/RateIt.php:148
+#, fuzzy
+msgid " to "
+msgstr "à"
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 #, fuzzy
 msgid "Add your rating: "
 msgstr "Votre note "
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr "Votre note est %.1f"
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
-msgstr "Éditer : %s"
+msgstr "Éditer : %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr "Classez la"
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 #, fuzzy
 msgid "Cancel your rating"
 msgstr "Annuler la notation"
 
 #: ../lib/plugin/RawHtml.php:57
 msgid "A plugin to provide for raw HTML within wiki pages."
-msgstr "Un Plugin pour intégrer du code HTML dans les WikiPages."
+msgstr "Un Plugin pour intégrer du code HTML dans les WikiPages."
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr "Le HTML est interdit sur ce wiki."
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr "HTML Pur"
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
-msgstr "%s n'est autorisé que dans les pages verrouillées."
+msgstr "%s n'est autorisé que dans les pages verrouillées."
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 #, fuzzy
 msgid "UserContribs"
 msgstr "Statistiques d'utilisateur"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
-msgstr "DernièresModifs"
+msgstr "DernièresModifs"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
-msgstr "ÉditionsRécentes"
+msgstr "ÉditionsRécentes"
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 msgid "Deleted"
-msgstr "Supprimé"
+msgstr "Supprimé"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "diff"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "(hist)"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 #, fuzzy
 msgid "contribs"
 msgstr "commentaires"
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "nouvelle page"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
-msgstr "éditions"
+msgstr "éditions"
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
-msgstr "éditions majeures"
+msgstr "éditions majeures"
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
-msgstr "éditions mineures"
+msgstr "éditions mineures"
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr "Derniers commentaires"
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr "commentaires"
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
-msgstr "créer cette page"
+msgstr "créer cette page"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, fuzzy, php-format
 msgid " for pages changed by %s"
-msgstr "Aucune page changée."
+msgstr " pour les pages modifiées par %s"
 
-#: ../lib/plugin/RecentChanges.php:282
-#, fuzzy, php-format
+#: ../lib/plugin/RecentChanges.php:298
+#, php-format
 msgid " for pages owned by %s"
-msgstr "Liste des pages possédé près [%s] (%d au total) :"
+msgstr " pour les pages possédées par %s"
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, fuzzy, php-format
 msgid " for all pages linking to %s"
 msgstr "Aucune page ne pointe vers %s."
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, fuzzy, php-format
 msgid " for all pages matching '%s'"
-msgstr "Affiche toutes les pages liée à %s."
+msgstr "Affiche toutes les pages liée à %s."
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
-"Les %d %s les plus récentes pendant le dernier jour sont listées ci-dessous."
+"Les %d %s les plus récentes pendant le dernier jour sont listées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
-"Les %d %s les plus récentes pendant les derniers %s jours sont listées ci-"
+"Les %d %s les plus récentes pendant les derniers %s jours sont listées ci-"
 "dessous."
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
-msgstr "Les %d %s les plus récentes sont listées ci-dessous."
+msgstr "Les %d %s les plus récentes sont listées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
-"Les %d %s les plus anciennes pendant le dernier jour sont listées ci-dessous."
+"Les %d %s les plus anciennes pendant le dernier jour sont listées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
-"Les %d %s les plus anciennes pendant les derniers %s jours sont listées ci-"
+"Les %d %s les plus anciennes pendant les derniers %s jours sont listées ci-"
 "dessous."
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
-msgstr "Les %d %s les plus anciennes sont listées ci-dessous."
+msgstr "Les %d %s les plus anciennes sont listées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
-"Les %s les plus récentes pendant le dernier jour sont listées ci-dessous."
+"Les %s les plus récentes pendant le dernier jour sont listées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
-"Les %s les plus récentes pendant les %s derniers jours sont listées ci-"
+"Les %s les plus récentes pendant les %s derniers jours sont listées ci-"
 "dessous."
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
-msgstr "Toutes les %s sont énumérées ci-dessous."
+msgstr "Toutes les %s sont énumérées ci-dessous."
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
-msgstr "Aucun commentaire trouvé"
+msgstr "Aucun commentaire trouvé"
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
-msgstr "Aucune modification trouvée"
+msgstr "Aucune modification trouvée"
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr "Recherche par titre"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr "Afficher les éditions mineures pour :"
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "Afficher la liste de toutes les pages de ce wiki."
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr "Indiquer toutes les modifications pour :"
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr "Indiquer les modifications pour :"
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1356
+#: ../lib/plugin/RecentChanges.php:1417
 msgid "1 day"
 msgstr "1 jour"
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
+msgstr "Depuis le début"
+
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s jours"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+msgid "All users"
+msgstr "Tous les utilisateurs"
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr "Mes modifications uniquement"
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+msgid "All pages"
+msgstr "Toutes les pages"
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr "Mes pages uniquement"
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr "Modifications majeures uniquement"
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "All modifications"
+msgstr "Toutes les modifications"
+
+#: ../lib/plugin/RecentChanges.php:1484
+msgid "Page once only"
+msgstr "Une seule fois la page"
+
+# lib/stdlib.php:384 lib/stdlib.php:445
+#: ../lib/plugin/RecentChanges.php:1484
+msgid "Full changes"
+msgstr "Plusieurs fois la page"
+
+#: ../lib/plugin/RecentChanges.php:1495
+msgid "Old and new pages"
+msgstr "Pages anciennes et nouvelles"
+
+#: ../lib/plugin/RecentChanges.php:1495
+msgid "New pages only"
+msgstr "Nouvelles pages uniquement"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
-msgstr "CommentairesRécents"
+msgstr "CommentairesRécents"
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
-msgstr "dernier commentaire by "
+msgstr "dernier commentaire par "
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+msgid "List all recent edits in this wiki."
+msgstr "Afficher les dernières modifications de ce wiki."
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
-msgstr "Éditions Récentes"
+msgstr "Éditions récentes"
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr "RedirigerVers"
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+#, fuzzy
+msgid "Redirects to another URL or page."
 msgstr "Redirige vers une autre url ou page."
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
-msgstr "Redirige vers une url d'un site extérieur"
+#: ../lib/plugin/RedirectTo.php:76
+#, fuzzy
+msgid "Redirect to an external URL is only allowed in locked pages."
+msgstr "%s n'est autorisé que dans les pages verrouillées."
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+#, fuzzy
+msgid "'href' or 'page' parameter missing."
+msgstr "%s ou %s paramètre manquant"
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
-msgstr "Redirection récursive vers soi-même: %s"
+msgstr "Redirection récursive vers soi-même: %s"
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr "La double redirection interdit."
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr "Consultation des pages de redirection."
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
-msgstr " (aux pages liées à \"%s\")"
+msgstr " (aux pages liées à \"%s\")"
 
+#: ../lib/plugin/RelatedChanges.php:49
+#, fuzzy
+msgid "List of changes on all pages which are linked to from this page."
+msgstr "Liste des pages qui ne sont liées à aucune autre."
+
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
-msgstr "Changements liés"
+msgstr "Changements liés"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
-msgstr "ChangementsLiés"
+msgstr "ChangementsLiés"
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr "BeauTableau"
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
-msgstr "Un système de marques pour faire des tableaux sophistiqués."
+msgstr "Un système de marques pour faire des tableaux sophistiqués."
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr "RessourcesRss"
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr "Importer des ressources RSS"
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4449,7 +4710,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4464,58 +4725,58 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr "Changer les attributs de cette page"
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
 msgstr "RechercheInterWiki"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, fuzzy, php-format
 msgid "Semantic relations for %s"
 msgstr "Il manque %s pour %s"
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 #, fuzzy
 msgid "Search relations and attributes"
 msgstr "Changer les attributs de cette page"
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 #, fuzzy
 msgid "Relations"
 msgstr "Liens correspondants"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4549,31 +4810,31 @@
 msgid "SemanticSearchAdvanced"
 msgstr "RechercheInterWiki"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
 msgstr "Annuler la notation"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4582,20 +4843,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
 msgstr "Nom de la page"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4605,12 +4866,12 @@
 
 #: ../lib/plugin/SiteMap.php:55
 msgid "Recursively get BackLinks or links"
-msgstr "Obtenir récursivement des RétroLiens ou liens"
+msgstr "Obtenir récursivement des RétroLiens ou liens"
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
-msgstr "(niveau maximum de récursivité: %d)"
+msgstr "(niveau maximum de récursivité: %d)"
 
 #: ../lib/plugin/SpellCheck.php:68
 msgid "Spell Checker"
@@ -4620,35 +4881,35 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
-msgstr "Sélectionner"
+msgstr "Sélectionner"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
 #: ../lib/plugin/SqlResult.php:67
 msgid "SqlResult"
-msgstr "RésultatSql"
+msgstr "RésultatSql"
 
 #: ../lib/plugin/SqlResult.php:71
 msgid "Display arbitrary SQL result tables"
-msgstr "Affiche le résultat de requêtes SQL simples"
+msgstr "Affiche le résultat de requêtes SQL simples"
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
-msgstr "Aucun alias DSN spécifié pour SqlResult.ini"
+msgstr "Aucun alias DSN spécifié pour SqlResult.ini"
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
-msgstr "Aucun alias DSN trouvé pour %s dans SqlResult.ini"
+msgstr "Aucun alias DSN trouvé pour %s dans SqlResult.ini"
 
 #: ../lib/plugin/SyncWiki.php:46
 msgid "SyncWiki"
@@ -4658,81 +4919,81 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 #, fuzzy
 msgid "Syncing this PhpWiki"
-msgstr "Mise à jour du PhpWiki"
+msgstr "Mise à jour du PhpWiki"
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr "<inconnue>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
-msgstr " ignoré"
+msgstr " ignoré"
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 #, fuzzy
 msgid "Now upload all locally newer uploads."
-msgstr "Pas de fichier à déposer ?"
+msgstr "Pas de fichier à déposer ?"
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, fuzzy, php-format
 msgid "%s force"
 msgstr "%s mots"
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, fuzzy, php-format
 msgid "Postponed %s for %s."
 msgstr "Il manque %s pour %s"
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 #, fuzzy
 msgid "skipped"
-msgstr " ignoré"
+msgstr " ignoré"
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
 msgstr "pas de sommaire de page"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
-msgstr "ÉCHOUÉ"
+msgstr "ÉCHOUÉ"
 
 #: ../lib/plugin/SyntaxHighlighter.php:68
 msgid "SyntaxHighlighter"
@@ -4742,293 +5003,293 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
-msgstr "Syntaxe du langage non spécifié."
+msgstr "Syntaxe du langage non spécifié."
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
-msgstr "%s non valable ignoré"
+msgstr "%s non valable ignoré"
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
-msgstr "InfosSystème"
+msgstr "InfosSystème"
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr "Affiche les informations de bas niveau pour PhpWiki."
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
-msgstr "pas de cache utilisé"
+msgstr "pas de cache utilisé"
 
 # lib/diff.php:1015
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
-msgstr "page bufferisée :"
+msgstr "page bufferisée :"
 
 # lib/pageinfo.php:70
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
-msgstr "version bufferisée :"
+msgstr "version bufferisée :"
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
-msgstr "Garder jusqu'à %d édition majeures, mais pas plus que %d jours."
+msgstr "Garder jusqu'à %d édition majeures, mais pas plus que %d jours."
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
-msgstr "Garder jusqu'à %d édition mineures, mais pas plus que %d jours."
+msgstr "Garder jusqu'à %d édition mineures, mais pas plus que %d jours."
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
-"Garder les dernières contributions des derniers %d auteurs jusqu'à %d jours."
+"Garder les dernières contributions des derniers %d auteurs jusqu'à %d jours."
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
 "last %d days (even if there are more than %d of them,) but in no case keep "
 "more than %d unique author revisions."
 msgstr ""
-"De plus, essayez de conserver les dernières contributions de tous les "
-"auteurs depuis les %d derniers jours (même s'il y en a plus que %d), mais ne "
-"conservez en aucun cas plus que %d révisions par auteur."
+"De plus, essayez de conserver les dernières contributions de tous les "
+"auteurs depuis les %d derniers jours (même s'il y en a plus que %d), mais ne "
+"conservez en aucun cas plus que %d révisions par auteur."
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr "%d pages"
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr "%d pages non vides"
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr "pas encore"
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr "%d pages d'accueil"
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr "%d visites totales"
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr "maximum : %d"
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr "moyenne : %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
-msgstr "médiane : %d"
+msgstr "médiane : %d"
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
-msgstr "écart-type : %2.3f"
+msgstr "écart-type : %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr "%d pages ayant eu moins de %d visiteurs (<%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr "%d pages ayant eu plus de %d visiteurs (>%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr "Taille de l'application : %d Kb"
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
-msgstr "Taille des données de la page : %d Kb"
+msgstr "Taille des données de la page : %d Kb"
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr "%d plugins au total : "
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr "%d langages au total : "
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr "Langage actuel : %s"
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
-msgstr "Langage par défaut : %s"
+msgstr "Langage par défaut : %s"
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
-msgstr "%d thèmes au total: "
+msgstr "%d thèmes au total: "
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
-msgstr "Thème actuel : '%s'"
+msgstr "Thème actuel : '%s'"
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
-msgstr "Thème par défaut : '%s'"
+msgstr "Thème par défaut : '%s'"
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr "argument inconnu pour SystemInfo (%s)"
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr "Nom de l'application"
 
 # lib/pageinfo.php:64
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr "Version de PhpWiki"
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
-msgstr "Base de données"
+msgstr "Base de données"
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr "Statistiques de cache"
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr "Statistiques de page"
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr "Statistiques d'utilisateur"
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr "Statistiques de visites"
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
-msgstr "Expiration des paramètres"
+msgstr "Expiration des paramètres"
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr "regexp du WikiNom"
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
-msgstr "Protocoles autorisés"
+msgstr "Protocoles autorisés"
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
-msgstr "Images intégrées"
+msgstr "Images intégrées"
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr "Plugins disponibles"
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
-msgstr "Langages supportés"
+msgstr "Langages supportés"
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
-msgstr "Thèmes supportés"
+msgstr "Thèmes supportés"
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr "TeX2png"
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 #, fuzzy
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
-"Convertit des expressions mathématiques au format TeX en des fichiers png "
+"Convertit des expressions mathématiques au format TeX en des fichiers png "
 "mis en cache."
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr " (erreur de syntaxe pour latex) "
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 #, fuzzy
 msgid "TeX imagepath not writable."
-msgstr "Répertoire TeX non accessible en écriture."
+msgstr "Répertoire TeX non accessible en écriture."
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
-"Désolé, cette version de PHP ne peut pas créer des fichiers d'image PNG."
+"Désolé, cette version de PHP ne peut pas créer des fichiers d'image PNG."
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr "Pour convertir des formules TeX en image."
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr "Rechercher les titres de toutes les pages de ce wiki."
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
-msgstr "Résultat de recherche sur les titres de pages pour '%s'"
+msgstr "Résultat de recherche sur les titres de pages pour '%s'"
 
 # lib/fullsearch.php:48
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
-msgstr "Résultat de recherche sur les titres de pages pour '%s'"
+msgstr "Résultat de recherche sur les titres de pages pour '%s'"
 
 #: ../lib/plugin/Transclude.php:51
 msgid "Transclude"
-msgstr "Insérer"
+msgstr "Insérer"
 
 #: ../lib/plugin/Transclude.php:55
 msgid "Include an external web page within the body of a wiki page."
 msgstr "Inclure une page externe dans le corps de la WikiPage."
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
-msgstr "Page insérées"
+msgstr "Page insérées"
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr "Voir : %s"
@@ -5036,7 +5297,7 @@
 #: ../lib/plugin/Transclude.php:118
 #, php-format
 msgid "Transcluded from %s"
-msgstr "Inséré de %s"
+msgstr "Inséré de %s"
 
 #: ../lib/plugin/TranslateText.php:44 ../lib/plugin/_WikiTranslation.php:116
 msgid "TranslateText"
@@ -5046,318 +5307,361 @@
 msgid "Define a translation for a specified text"
 msgstr "Traduire du texte"
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
-msgstr "Cette page ne peut être vue."
+msgstr "Cette page ne peut être vue."
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr "Vous pouvez uniquement l'utiliser via le plugin _WikiTranslation."
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr "Erreur de traduction !"
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
-"Soit votre texte est vide soit il est le même que le texte à traduire, "
-"veuillez réessayer."
+"Soit votre texte est vide soit il est le même que le texte à traduire, "
+"veuillez réessayer."
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
-msgstr "TraductionsContribuées"
+msgstr "TraductionsContribuées"
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
-msgstr "Traduire de '%s' à '%s' en *%s*"
+msgstr "Traduire de '%s' à '%s' en *%s*"
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
-msgstr "Traduire de %s à %s en %s"
+msgstr "Traduire de %s à %s en %s"
 
 # lib/savepage.php:76
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
-msgstr "Merci d'avoir ajouté cette traduction."
+msgstr "Merci d'avoir ajouté cette traduction."
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 "Le texte traduit n'apparait pas encore dans ce %s, mais l'administrateur "
-"l'ajoutera à l'installation."
+"l'ajoutera à l'installation."
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
-msgstr "Votre traduction est enregistrée dans %s"
+msgstr "Votre traduction est enregistrée dans %s"
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr "De l'Anglais au %s: "
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr "Traduire"
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr "ListeDesSousPages"
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr "Pour inclure le contenu de toutes les sous pages de la page actuelle."
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
-msgstr "Inséré de %s :"
+msgstr "Inséré de %s :"
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
-msgstr "La page %s n'a aucune sous-page définie."
+msgstr "La page %s n'a aucune sous-page définie."
 
 #: ../lib/plugin/UpLoad.php:48
 msgid "Upload files to the local InterWiki Upload:<filename>"
-msgstr "Transférer les fichiers vers Upload:<filename>"
+msgstr "Transférer les fichiers vers Upload:<filename>"
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 #, fuzzy
 msgid "You cannot upload files."
-msgstr "Erreur: Impossible d'ouvrir le journal des fichiers déposés."
+msgstr "Erreur: Impossible d'ouvrir le journal des fichiers déposés."
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
-msgstr "ACCES REFUSE: Vous devez être connecté pour uploader."
+msgstr "ACCES REFUSE: Vous devez être connecté pour uploader."
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, fuzzy, php-format
 msgid "ERROR uploading '%s'"
-msgstr "ERREUR en déposant '%s' : "
+msgstr "ERREUR en déposant '%s' : "
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr "%s: extension interdit."
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, fuzzy, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr "%s: extension interdit."
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
-msgstr "Un fichier portant le nom '%s' existe déjà."
+msgstr "Un fichier portant le nom '%s' existe déjà."
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
-msgstr "Désolé, mais le fichier est trop gros."
+msgstr "Désolé, mais le fichier est trop gros."
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
-msgstr "Fichier transféré avec succès."
+msgstr "Fichier transféré avec succès."
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
-msgstr "dépôt de %s"
+msgstr "dépôt de %s"
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
-msgstr "Échec du dépôt."
+msgstr "Échec du dépôt."
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 #, fuzzy
 msgid "The upload logfile exists but is not writable."
-msgstr "Erreur : le journal des dépôts ne peut etre modifie."
+msgstr "Erreur : le journal des dépôts ne peut etre modifie."
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
-msgstr "Erreur: Impossible d'ouvrir le journal des fichiers déposés."
+msgstr "Erreur: Impossible d'ouvrir le journal des fichiers déposés."
 
 #: ../lib/plugin/UriResolver.php:40
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
-"La page d'accueil d'un utilisateur doit être un NomWiki valide. Les "
-"préférences ne peuvent pas être enregistrées."
+"La page d'accueil d'un utilisateur doit être un NomWiki valide. Les "
+"préférences ne peuvent pas être enregistrées."
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
-msgstr "Vos préférences ont été reinitialisees avec succès."
+msgstr "Vos préférences ont été reinitialisees avec succès."
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
-msgstr "Voulez-vous réellement reinitialiser toutes vos préférences ?"
+msgstr "Voulez-vous réellement reinitialiser toutes vos préférences ?"
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr "Mot de passe invalide, essayez encore."
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
-msgstr "Mot de passe mis à jour."
+msgstr "Mot de passe mis à jour."
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
-msgstr "Mot de passe inchangé."
+msgstr "Mot de passe inchangé."
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr "Impossible de changer le mot de passe."
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr "Aucun changement."
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 msgid "One UserPreferences field successfully updated."
-msgstr "Une préférence mise à jour avec succès."
+msgstr "Une préférence mise à jour avec succès."
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
-msgstr "%d préférences mises à jour avec succès."
+msgstr "%d préférences mises à jour avec succès."
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr "Statistiques d'utilisateur"
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 #, fuzzy
 msgid "List the user's ratings."
 msgstr "Affiche la listes des pages les plus populaires."
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr "Note"
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "Vues"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+#, fuzzy
+msgid "Both 'url' or 'file' parameters missing."
+msgstr "%s ou %s paramètre manquant"
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, fuzzy, php-format
+msgid "Invalid argument %s"
+msgstr "Argument non valable : %s"
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
-"Représenter la structure du wiki par un graphe utilisant l'outil dot de "
+"Représenter la structure du wiki par un graphe utilisant l'outil dot de "
 "graphviz."
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
-msgstr "Légende"
+msgstr "Légende"
 
 # lib/display.php:14
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
-msgstr "PagesRecherchées"
+msgstr "PagesRecherchées"
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
-msgstr "Afficher toutes les pages référencées qui n'existent pas."
+msgstr "Afficher toutes les pages référencées qui n'existent pas."
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr "TraductionPgsrc"
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
-msgstr "Recherchées par"
+msgstr "Recherchées par"
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
-msgstr "Pages recherchées pour %s :"
+msgstr "Pages recherchées pour %s :"
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
-msgstr "Pages recherchées dans ce wiki :"
+msgstr "Pages recherchées dans ce wiki :"
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr "<aucune>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
-msgstr "Pages recherchées pour %s  dans ce wiki (%d au total) :"
+msgstr "Pages recherchées pour %s  dans ce wiki (%d au total) :"
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
-msgstr "Pages recherchées dans ce wiki (%d au total) :"
+msgstr "Pages recherchées dans ce wiki (%d au total) :"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
 msgstr "Compte"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 msgid "WatchPage"
 msgstr "Suivre"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr "Votre liste de suivi actuelle : "
 
@@ -5365,32 +5669,37 @@
 msgid "New watchlist: "
 msgstr "Nouvelle liste de suivi : "
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr "Souhaitez-vous %s ajouter la page \"%s\" a votre liste de suivi ?"
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr "vraiment"
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, fuzzy, php-format
 msgid "The page %s is already watched!"
-msgstr "Cette page fait déjà partie de votre liste de suivi !"
+msgstr "Cette page fait déjà partie de votre liste de suivi !"
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+#, fuzzy
+msgid "You must sign in to watch pages."
+msgstr "Vous devez vous inscrire pour %s."
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
-"ERREUR : pas d'adresse électronique definie! Vous devez le faire dans vos "
+"ERREUR : pas d'adresse électronique definie! Vous devez le faire dans vos "
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr "QuiEstEnLigne"
 
@@ -5398,379 +5707,443 @@
 msgid "Show summary information of the current user sessions."
 msgstr "Montre l'index de la table session. (utilisateurs en ligne)."
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr "Qui est en ligne"
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr "%d visiteurs en ligne"
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
-msgstr "Invité"
+msgstr "Invité"
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr "%d minutes"
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr "AdministrationDePhpWiki/Droits"
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
-msgstr "Régler les permissions de pages individuellement."
+msgstr "Régler les permissions de pages individuellement."
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
-msgstr "Changement de mode %s à %s."
+msgstr "Changement de mode %s à %s."
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
-msgstr "Impossible de changer le mode '%s' à '%s'."
+msgstr "Impossible de changer le mode '%s' à '%s'."
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
-msgstr "Chaîne de caractère invalide pour le changement de mode"
+msgstr "Chaîne de caractère invalide pour le changement de mode"
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
-msgstr "Les pages %s ont été changées."
+msgstr "Les pages %s ont été changées."
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
-msgstr "Aucune page changée."
+msgstr "Aucune page changée."
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr "Permission"
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr "Supprimer la page maintenant"
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr "Chmod"
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
-msgstr "Sélectionnez les pages à modifier :"
+msgstr "Sélectionnez les pages à modifier :"
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
-msgstr "Ce plugin est en cours de développement et ne marche pas !"
+msgstr "Ce plugin est en cours de développement et ne marche pas !"
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
-msgstr "Changer le mode de permission à :"
+msgstr "Changer le mode de permission à :"
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr "(ugo : rwx)"
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr "Propager les nouvelles permissions aux sous-pages ?"
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
-"(désactive les permissions individuelles par page, activer l'héritage) ?"
+"(désactive les permissions individuelles par page, activer l'héritage) ?"
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr "WikiAdminChown"
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr "Changer le propriétaire des pages selectionnées."
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "Changer le propriétaire des pages selectionnées."
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
-msgstr "Accès refusé pour changer la page '%s'."
+msgstr "Accès refusé pour changer la page '%s'."
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr "Changement de propriétaire %s à %s."
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "Changement de propriétaire %s à %s."
 
-#: ../lib/plugin/WikiAdminChown.php:78
-#, php-format
-msgid "Couldn't chown page '%s' to '%s'."
-msgstr "Impossible de changer le propriétaire '%s' à '%s'."
+#: ../lib/plugin/WikiAdminChown.php:83
+#, fuzzy, php-format
+msgid "Could not change owner of page '%s' to '%s'."
+msgstr "Impossible de changer le propriétaire '%s' à '%s'."
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
-#, php-format
-msgid "%s pages have been permanently changed."
-msgstr "%s pages ont été définitivement modifiées."
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
+#, fuzzy, php-format
+msgid "%s pages have been permanently changed:"
+msgstr "%s pages ont été définitivement modifiées."
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr "AdministrationDePhpWiki/Chown"
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+#, fuzzy
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
-"Êtes-vous sûr de vouloir changer définitivement le propriétaire des pages "
-"sélectionnées ?"
+"Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
+"sélectionnés ?"
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
-msgstr "Changer le propriétaire des pages sélectionnées"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "Changer le propriétaire des pages sélectionnées"
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
-msgstr "Sélectionnez les pages qui vont chnager de propriétaire :"
+#: ../lib/plugin/WikiAdminChown.php:178
+#, fuzzy
+msgid "Select the pages to change the owner"
+msgstr "Sélectionnez les pages qui vont chnager de propriétaire :"
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "Changer le proprietaire"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
+msgstr "à"
+
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 #, fuzzy
 msgid "Change the markup type of selected pages."
-msgstr "Changer le propriétaire des pages selectionnées."
+msgstr "Changer le propriétaire des pages selectionnées."
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
-#, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr "WikiAdminMarkup %s par %s"
+#: ../lib/plugin/WikiAdminMarkup.php:75
+#, fuzzy, php-format
+msgid "Change markup type from %s to %s"
+msgstr "Changer le pays"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, fuzzy, php-format
 msgid "change page '%s' to markup type '%s'."
-msgstr "Changement de propriétaire %s à %s."
+msgstr "Changement de propriétaire %s à %s."
 
 #: ../lib/plugin/WikiAdminMarkup.php:86
 #, fuzzy, php-format
 msgid "Couldn't change page '%s' to markup type '%s'."
-msgstr "Impossible de changer le propriétaire '%s' à '%s'."
+msgstr "Impossible de changer le propriétaire '%s' à '%s'."
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 #, fuzzy
 msgid "PhpWikiAdministration/Markup"
 msgstr "AdministrationDePhpWiki"
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 #, fuzzy
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
-"Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
-"sélectionnés ?"
+"Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
+"sélectionnés ?"
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 #, fuzzy
 msgid "Change markup type"
 msgstr "Changer le pays"
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
+#: ../lib/plugin/WikiAdminMarkup.php:170
 #, fuzzy
-msgid "Select the pages to change the markup type:"
-msgstr "Sélectionnez les pages qui vont chnager de propriétaire :"
+msgid "Select the pages to change the markup type"
+msgstr "Sélectionnez les pages qui vont chnager de propriétaire :"
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 #, fuzzy
 msgid "Change markup"
 msgstr "Changer le Mot de passe"
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "WikiAdminSupprimer"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "Supprimer toutes les pages sélectionnées en permanence."
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "Page '%s' supprimée avec succès."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "Page '%s' non supprimée. Accès refusé."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, fuzzy, php-format
+msgid "%s pages have been permanently purged:"
+msgstr "%d pages ont été définitivement supprimées."
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "AdministrationDePhpWiki"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+#, fuzzy
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr "Supprimer la page maintenant"
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "Supprimer toutes les pages sélectionnées en permanence."
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+#, fuzzy
+msgid "Select the files to purge"
+msgstr "Sélectionnez les pages à modifier :"
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr "WikiAdminSupprimer"
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
-msgstr "Supprimer toutes les pages sélectionnées en permanence."
+msgstr "Supprimer toutes les pages sélectionnées en permanence."
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
-msgstr "Page '%s' supprimée avec succès."
+msgstr "Page '%s' supprimée avec succès."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr "Page '%s' non supprimée. Accès refusé."
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "Page '%s' non supprimée. Accès refusé."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
-#, php-format
-msgid "%d pages have been permanently removed."
-msgstr "%d pages ont été définitivement supprimées."
+#, fuzzy, php-format
+msgid "%s pages have been permanently removed:"
+msgstr "%d pages ont été définitivement supprimées."
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr "AdministrationDePhpWiki/Supprimer"
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr "Supprimer"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
-"Êtes-vous certain de vouloir supprimer définitivement les fichiers "
-"sélectionnés ?"
+"Êtes-vous certain de vouloir supprimer définitivement les fichiers "
+"sélectionnés ?"
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
-msgstr "Supprimer les pages sélectionnées"
+msgstr "Supprimer les pages sélectionnées"
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
-msgstr "Supprimer définitivement les fichiers sélectionnés :"
+#: ../lib/plugin/WikiAdminRemove.php:202
+#, fuzzy
+msgid "Select the files to remove"
+msgstr "Sélectionner les pages à renommer :"
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
-msgstr "Même les pages qui ont été supprimées il y a au plus %s days."
+msgstr "Même les pages qui ont été supprimées il y a au plus %s days."
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr "Liste de toutes les pages."
-
-#: ../lib/plugin/WikiAdminRemove.php:207
-#, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+#: ../lib/plugin/WikiAdminRemove.php:212
+#, fuzzy, php-format
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
-"(Les pages qui ont été supprimées il y a au plus %s jours sont déjà "
-"vérifiées.)"
+"(Les pages qui ont été supprimées il y a au plus %s jours sont déjà "
+"vérifiées.)"
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr "WikiAdminRenommer"
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
-msgstr "Renommer les pages sélectionnées."
+msgstr "Renommer les pages sélectionnées."
 
 #: ../lib/plugin/WikiAdminRename.php:81
-#, php-format
-msgid "Page %s already exists. Ignored."
-msgstr "La page %s existe déjà. Ignoré."
+#, fuzzy, php-format
+msgid "Page '%s' already exists. Ignored."
+msgstr "La page %s existe déjà. Ignoré."
 
 #: ../lib/plugin/WikiAdminRename.php:84
 #, fuzzy, php-format
 msgid "Access denied to rename page '%s'."
-msgstr "Accès refusé pour changer la page '%s'."
+msgstr "Accès refusé pour changer la page '%s'."
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "Page '%s' renommées en '%s' avec succès."
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "Page '%s' renommées en '%s' avec succès."
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
-msgstr "Page '%s' renommées en '%s' avec succès."
+msgstr "Page '%s' renommées en '%s' avec succès."
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr "Impossible de renommer la page '%s' en '%s'."
 
-#: ../lib/plugin/WikiAdminRename.php:102
-#, php-format
-msgid "%s pages have been permanently renamed."
-msgstr "%s pages ont été définitivement renommées."
+#: ../lib/plugin/WikiAdminRename.php:128
+#, fuzzy, php-format
+msgid "%s pages have been permanently renamed:"
+msgstr "%s pages ont été définitivement renommées."
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
+#, fuzzy
 msgid "No pages renamed."
-msgstr "Aucune page renommée."
+msgstr "Aucune page renommée."
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr "Renommer en"
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 #, fuzzy
 msgid "Are you sure you want to permanently rename the selected pages?"
-msgstr "Êtes-vous certain de renommer définitivement les pages sélectionnées ?"
+msgstr "Êtes-vous certain de renommer définitivement les pages sélectionnées ?"
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Supprimer la page"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
-msgstr "Sélectionner les pages à renommer :"
+msgstr "Sélectionner les pages à renommer :"
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr "de"
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
-msgstr "expression régulière ?"
+msgstr "expression régulière ?"
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
-msgstr "Sensible à la casse ?"
+msgstr "Sensible à la casse ?"
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
-msgstr "Changer les noms de pages dans toutes les pages liées ?"
+msgstr "Changer les noms de pages dans toutes les pages liées ?"
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
-msgstr "Cette page existe déjà"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
+msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr "WikiAdminRemplacementRecherche"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
-msgstr "Recherche puis remplace le texte dans les pages sélectionnées."
+msgstr "Recherche puis remplace le texte dans les pages sélectionnées."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
-#, php-format
-msgid "WikiAdminSearchReplace %s by %s"
-msgstr "WikiAdminRemplacementRecherche %s par %s"
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
+#, fuzzy, php-format
+msgid "Replace '%s' by '%s'"
+msgstr "Page '%s' renommées en '%s' avec succès."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
-msgstr "Erreur: chaîne vide invalide."
+msgstr "Erreur: chaîne vide invalide."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
-msgstr "%s a bien été modifié par %s dans la page %s."
+msgstr "%s a bien été modifié par %s dans la page %s."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr "La chaîne '%s' ne se trouve pas dans la page '%s'."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr "%s pages modifiées."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr "ATTENTION: vous devez entrez au moins une lettre pour la recherche!"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
 "Etes-vous sur de vouloir rechercher et remplacer dans les fichiers "
-"sélectionnées ?"
+"sélectionnées ?"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+#, fuzzy
+msgid "Select the pages to search and replace"
 msgstr ""
-"Sélectionner ci-dessous les pages dans lesquelles la recherche sera "
-"effectuée :"
+"Sélectionner ci-dessous les pages dans lesquelles la recherche sera "
+"effectuée :"
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
 msgid "Replace all occurences of the given string in the content of all pages."
@@ -5785,224 +6158,290 @@
 msgid "Case exact?"
 msgstr "respect de la casse"
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr "WikiAdminSelect"
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
-"Permet de choisir plusieurs pages qui seront passées vers d'autre plugins "
+"Permet de choisir plusieurs pages qui seront passées vers d'autre plugins "
 "WikiAdmin."
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
-msgstr "Sélectionner : "
+msgstr "Sélectionner : "
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr "Sélectionner les pages"
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
-msgstr "%s passée à %s."
+msgstr "%s passée à %s."
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr "Sélectionner les pages"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr "WikiAdminSetAcl"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
-msgstr "ACL inchangé pour la page %s."
+msgstr "ACL inchangé pour la page %s."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
-#, php-format
-msgid "ACL changed for page '%s'."
-msgstr "ACL modifié pour la page %s."
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "ACL modifié pour la page %s."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "du %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "Chargement ' %s '"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "ACL modifié pour la page %s."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr "Acl invalide"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
-msgstr "AdministrationDePhpWiki/DéfinirAcl"
+msgstr "AdministrationDePhpWiki/DéfinirAcl"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr "ACL"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
-"Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
-"sélectionnés ?"
+"Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
+"sélectionnés ?"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+#, fuzzy
+msgid "Change Access Rights"
+msgstr "Droits d'acces"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+#, fuzzy
+msgid "Select the pages where to change access rights"
+msgstr "Sélectionnez les pages qui vont chnager de propriétaire :"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
-msgstr "Pages sélectionnées : "
+msgstr "Pages sélectionnées : "
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
-msgstr "permissions héritées de %s"
+msgstr "permissions héritées de %s"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+#, fuzzy
+msgid "individual page permission"
 msgstr "Permission de page individuelle"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
-msgstr "Permission de page par défaut"
+msgstr "Permission de page par défaut"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr "Type"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr "getfacl"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
-msgstr "Les cases sélectionnées autorisent l'accès, sinon elles l'interdisent."
+msgstr "Les cases sélectionnées autorisent l'accès, sinon elles l'interdisent."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr "Pour ignorer effacez la ligne."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
-msgstr "Pour ajouter cocher 'Add' près de la liste déroulante."
+msgstr "Pour ajouter cocher 'Add' près de la liste déroulante."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
-msgstr "(Non recommandé !)"
+msgstr "(Non recommandé !)"
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+#, fuzzy
+msgid "WikiAdminSetExternal"
+msgstr "WikiAdminSetAcl"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "Sélectionner les pages à renommer :"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Changement de propriétaire %s à %s."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "AdministrationDePhpWiki/DéfinirAcl"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Sélectionner les pages à renommer :"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+#, fuzzy
+msgid "Select the pages to set as external"
+msgstr ""
+"Sélectionner ci-dessous les pages dans lesquelles la recherche sera "
+"effectuée :"
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr "WikiAdminUtils"
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr "Plusieurs fonctions pour l'administration d'un wiki."
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
-msgstr "Vous devez être un administrateur pour utiliser ce plugin."
+msgstr "Vous devez être un administrateur pour utiliser ce plugin."
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, fuzzy, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr "WikiAdminUtils dit :"
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 #, fuzzy
 msgid "Back"
-msgstr "RétroLiens"
+msgstr "RétroLiens"
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr "Purger le cache"
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr "Supprimer les pages dont le nom n'est pas valide"
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
-msgstr "Cache de marques purgé !"
+msgstr "Cache de marques purgé !"
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
-msgstr "Aucune page supprimées avec un nom invalide."
+msgstr "Aucune page supprimées avec un nom invalide."
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
-msgstr "%s pages ont été supprimées à cause de leur nom invalide:"
+msgstr "%s pages ont été supprimées à cause de leur nom invalide:"
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
-msgstr "[purgé]"
+msgstr "[purgé]"
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
-msgstr "Aucune page trouvée avec un nom invalide."
+msgstr "Aucune page trouvée avec un nom invalide."
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
-msgstr "%d pages converties avec succès"
+msgstr "%d pages converties avec succès"
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
-msgstr "Désolé. Restriction d'accès pas encore disponible"
+msgstr "Désolé. Restriction d'accès pas encore disponible"
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
-msgstr "Adresse électronique"
+msgstr "Adresse électronique"
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
-msgstr "Vérification du statut"
+msgstr "Vérification du statut"
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
 msgstr "Renommer"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
-msgstr "Changer la vérification du statut"
+msgstr "Changer la vérification du statut"
 
 #: ../lib/plugin/WikiBlog.php:87
 msgid "WikiBlog"
@@ -6011,13 +6450,13 @@
 #: ../lib/plugin/WikiBlog.php:91
 #, php-format
 msgid "Show and add blogs for %s"
-msgstr "Montrer et ajouter un blog à %s "
+msgstr "Montrer et ajouter un blog à %s "
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr "Nouveau commentaire."
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr "%s on %s :"
@@ -6026,27 +6465,28 @@
 msgid "WikiForm"
 msgstr "WikiForm"
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr "S'identifier"
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
-msgstr "Récupérer les pages"
+msgstr "Récupérer les pages"
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr "Sauvegarde des pages au format XHTML"
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr "FormulaireWiki : %s : action inconnue"
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr "WikiForum"
@@ -6054,84 +6494,77 @@
 #: ../lib/plugin/WikiForum.php:56
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
-"Contrôler les sujets traités avec les commentaires/nouvelles et fournir une "
-"entrée de formulaire"
+"Contrôler les sujets traités avec les commentaires/nouvelles et fournir une "
+"entrée de formulaire"
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr "WikiPoll"
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr "Permettre de faire des sondages configurables"
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
-msgstr "argument '%s' non déclaré par le plugin"
+msgstr "argument '%s' non déclaré par le plugin"
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
-"Désolé, vous devez attendre au moins 20 minutes avant de pouvoir revoter !"
+"Désolé, vous devez attendre au moins 20 minutes avant de pouvoir revoter !"
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
-msgstr "Pas assez de réponses fournies !"
+msgstr "Pas assez de réponses fournies !"
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr "Il manque %s pour %s"
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
-msgstr "Réinitialiser"
+msgstr "Réinitialiser"
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr "  %d%% (%d/%d)"
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
-msgstr "Le résultat du sondage :"
+msgstr "Le résultat du sondage :"
 
 # lib/savepage.php:76
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
-msgstr "Merci d'avoir participé !"
+msgstr "Merci d'avoir participé !"
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 #, fuzzy
 msgid "WikicreoleTable"
 msgstr "WikiPoll"
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 #, fuzzy
 msgid "Layout tables using the Wikicreole syntax."
-msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
+msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, fuzzy, php-format
 msgid "Required argument %s missing"
 msgstr "Un argument requis '%s' est manquant."
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, fuzzy, php-format
-msgid "Invalid argument %s"
-msgstr "Argument non valable : %s"
-
 # InfosAuthentification
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
@@ -6139,54 +6572,53 @@
 
 #: ../lib/plugin/_AuthInfo.php:39
 msgid "Display general and user specific auth information."
-msgstr "Afficher les informations générales de l'utilisateur."
+msgstr "Afficher les informations générales de l'utilisateur."
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
-msgstr "Préférences générales d'auteur"
+msgstr "Préférences générales d'auteur"
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
-msgstr "Préférences personnelles pour '%s'"
+msgstr "Préférences personnelles pour '%s'"
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr "Pas d'identifiant utilisateur"
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
-msgstr "InfosDeDéboguage"
+msgstr "InfosDeDéboguage"
 
 #: ../lib/plugin/_BackendInfo.php:34
 #, php-format
 msgid "Get debugging information for %s."
-msgstr "Obtenir des infos de déboguage pour %s."
+msgstr "Obtenir des infos de déboguage pour %s."
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
-msgstr "Requête directe au backend pour '%s'"
+msgstr "Requête directe au backend pour '%s'"
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
-msgstr "Pas de données de page pour %s"
+msgstr "Pas de données de page pour %s"
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
-msgstr "<non affiché>"
+msgstr "<non affiché>"
 
 #: ../lib/plugin/_GroupInfo.php:30
 msgid "DebugGroupInfo"
-msgstr "InfosDeDéboguageGroupe"
+msgstr "InfosDeDéboguageGroupe"
 
 #: ../lib/plugin/_GroupInfo.php:34
 #, php-format
@@ -6194,15 +6626,15 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
-msgstr "PréférencesInfo"
+msgstr "PréférencesInfo"
 
 #: ../lib/plugin/_PreferencesInfo.php:34
 #, php-format
 msgid "Get preferences information for current user %s."
-msgstr "Obtenir des infos de préférences pour l'utilisateur %s."
+msgstr "Obtenir des infos de préférences pour l'utilisateur %s."
 
 #: ../lib/plugin/_Retransform.php:30
 msgid "Retransform CachedMarkup"
@@ -6213,10 +6645,10 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, fuzzy, php-format
 msgid "Retransform page '%s'"
-msgstr "ACL modifié pour la page %s."
+msgstr "ACL modifié pour la page %s."
 
 #: ../lib/plugin/_WikiTranslation.php:47
 msgid "AddCommentPlugin"
@@ -6253,7 +6685,7 @@
 # lib/diff.php:997
 #: ../lib/plugin/_WikiTranslation.php:57
 msgid "CategoryHomePages"
-msgstr "CatégoriePagesAccueil"
+msgstr "CatégoriePagesAccueil"
 
 #: ../lib/plugin/_WikiTranslation.php:58
 msgid "CommentPlugin"
@@ -6261,11 +6693,11 @@
 
 #: ../lib/plugin/_WikiTranslation.php:59
 msgid "CreateTocPlugin"
-msgstr "PluginCréerUneTdm"
+msgstr "PluginCréerUneTdm"
 
 #: ../lib/plugin/_WikiTranslation.php:62
 msgid "EditMetaDataPlugin"
-msgstr "PluginÉditerMetaData"
+msgstr "PluginÉditerMetaData"
 
 # lib/fullsearch.php:48
 #: ../lib/plugin/_WikiTranslation.php:63
@@ -6275,19 +6707,17 @@
 # lib/display.php:14
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6305,7 +6735,7 @@
 # lib/stdlib.php:384 lib/stdlib.php:445
 #: ../lib/plugin/_WikiTranslation.php:67
 msgid "FullRecentChanges"
-msgstr "DernièresModifs"
+msgstr "DernièresModifs"
 
 #: ../lib/plugin/_WikiTranslation.php:68
 msgid "HelloWorldPlugin"
@@ -6325,7 +6755,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:72
 msgid "LinkIcons"
-msgstr "IcônesLiens"
+msgstr "IcônesLiens"
 
 #: ../lib/plugin/_WikiTranslation.php:73
 msgid "MagicPhpWikiURLs"
@@ -6333,7 +6763,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:74
 msgid "MoreAboutMechanics"
-msgstr "DétailsTechniques"
+msgstr "DétailsTechniques"
 
 #: ../lib/plugin/_WikiTranslation.php:75
 msgid "NewMarkupTestPage"
@@ -6377,7 +6807,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:87
 msgid "PhpWeatherPlugin"
-msgstr "PluginMétéoPhp"
+msgstr "PluginMétéoPhp"
 
 #: ../lib/plugin/_WikiTranslation.php:88
 msgid "PhpWiki"
@@ -6396,7 +6826,7 @@
 msgstr "AdministrationDePhpWiki/Remplacer"
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr "DocumentationDePhpWiki"
 
@@ -6446,7 +6876,7 @@
 
 #: ../lib/plugin/_WikiTranslation.php:108
 msgid "RecentVisitors"
-msgstr "VisiteursRécents"
+msgstr "VisiteursRécents"
 
 #: ../lib/plugin/_WikiTranslation.php:109
 msgid "RedirectToPlugin"
@@ -6466,25 +6896,26 @@
 
 #: ../lib/plugin/_WikiTranslation.php:114
 msgid "SystemInfoPlugin"
-msgstr "PluginInfosSystème"
+msgstr "PluginInfosSystème"
 
 #: ../lib/plugin/_WikiTranslation.php:115
 msgid "TranscludePlugin"
-msgstr "PluginInsérer"
+msgstr "PluginInsérer"
 
 #: ../lib/plugin/_WikiTranslation.php:117
 msgid "UnfoldSubpagesPlugin"
 msgstr "PluginListeSousPages"
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
-msgstr "DéposerUnFichier"
+msgstr "DéposerUnFichier"
 
 #: ../lib/plugin/_WikiTranslation.php:119
 msgid "UpLoadPlugin"
-msgstr "PluginDéposer"
+msgstr "PluginDéposer"
 
 #: ../lib/plugin/_WikiTranslation.php:120
 msgid "WabiSabi"
@@ -6502,8 +6933,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6517,469 +6946,476 @@
 msgid "Show translations of various words or pages"
 msgstr "Affiche la traduction de quelques mots dans certaines pages."
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
-"A FAIRE: Google peut uniquement traduire l'anglais et le français. Trouver "
+"A FAIRE: Google peut uniquement traduire l'anglais et le français. Trouver "
 "un service pour traduire %s en %s"
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
-msgstr "Définir la traduction pour %s en %s"
+msgstr "Définir la traduction pour %s en %s"
 
 #: ../lib/plugin/text2png.php:57
 msgid "Convert text into a png image using GD."
 msgstr "Converti le texte en une image png utilisant GD."
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
-"PHP n'a pas pu créer un nouveau flux d'image GD. Lisez 'lib/plugin/text2png."
-"php' pour plus de détails."
+"PHP n'a pas pu créer un nouveau flux d'image GD. Lisez 'lib/plugin/text2png."
+"php' pour plus de détails."
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
-msgstr "Image sauvée dans le fichier cache : %s"
+msgstr "Image sauvée dans le fichier cache : %s"
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
-msgstr "Image chargée depuis le fichier cache : %s"
+msgstr "Image chargée depuis le fichier cache : %s"
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
 #: ../lib/purgepage.php:18 ../lib/removepage.php:18
 #, fuzzy
 msgid "Sorry, this page does not exist."
-msgstr "Je suis désolé. Cet page n'est pas dans la base de données."
+msgstr "Je suis désolé. Cet page n'est pas dans la base de données."
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Nouvelle page."
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
-msgstr "Vous êtes sur le point de supprimer ' %s ' de façon permanente !"
+msgstr "Vous êtes sur le point de supprimer ' %s ' de façon permanente !"
 
 # lib/editpage.php:23
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
-msgstr "Quelqu'un a édité la page !"
+msgstr "Quelqu'un a édité la page !"
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, fuzzy, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
 "Please check to make sure you still want to permanently purge the page from "
 "the database."
 msgstr ""
-"Depuis que vous avez entamé le processus d'effacement, quelqu'un a "
-"enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez "
-"toujours retirer de façon permanente cette page de la base de données."
+"Depuis que vous avez entamé le processus d'effacement, quelqu'un a "
+"enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez "
+"toujours retirer de façon permanente cette page de la base de données."
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "Page '%s' supprimée avec succès."
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
-msgstr "Vous êtes sur le point de supprimer ' %s ' de façon permanente !"
+msgstr "Vous êtes sur le point de supprimer ' %s ' de façon permanente !"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
 "s.  Please check to make sure you still want to permanently remove the page "
 "from the database."
 msgstr ""
-"Depuis que vous avez entamé le processus d'effacement, quelqu'un a "
-"enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez "
-"toujours retirer de façon permanente cette page de la base de données."
+"Depuis que vous avez entamé le processus d'effacement, quelqu'un a "
+"enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez "
+"toujours retirer de façon permanente cette page de la base de données."
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr "MAUVAIS URL -- retirez tous les <, >, \""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, fuzzy, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr "Argument non valable : %s=%s"
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr "Taille d'image non valables"
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr "MAUVAIS phpwiki: URL"
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr "Verrouillez la page pour permettre le lien"
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr "'%s': Nom de page invalide : : %s"
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr "Mener %s n'est pas permis"
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr "Espace blanc converti en espace simple"
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
-msgstr "Caractères de contrôle, non autorisés"
+msgstr "Caractères de contrôle, non autorisés"
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr "trop long"
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
-msgstr "Illégal %s supprimées"
+msgstr "Illégal %s supprimées"
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
-msgstr "Révision Non Trouvée"
+msgstr "Révision Non Trouvée"
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
-msgstr "Je suis désolé. La version %d de %s n'est pas dans la base de données."
+msgstr "Je suis désolé. La version %d de %s n'est pas dans la base de données."
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr "Mauvaise Version"
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr "-???"
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr "%s b"
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr "%s octets"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr "%s k"
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr "%s Ko (%s octets)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr "%s : index d'argument hors intervalle"
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr "%s est vide."
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
-msgstr "Impossible d'ouvrir le répertoire '%s' en lecture"
+msgstr "Impossible d'ouvrir le répertoire '%s' en lecture"
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr "OK"
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr "... (%s premiers mots)"
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr "toujours ignorer la page d'accueil."
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
-msgstr "plus récent que la page existante."
+msgstr "plus récent que la page existante."
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr " remplace "
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr "plus vieux que la page existante."
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr "%s n'existe pas"
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, fuzzy, php-format
 msgid "check for necessary %s updates"
-msgstr "recherche les mises à jour nécessaire des pages sources"
+msgstr "recherche les mises à jour nécessaire des pages sources"
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 msgid "ActionPage"
 msgstr "Page d'action"
 
 # InfosAuthentification
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "InfosAuth"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "DebugAuthInfo"
-msgstr "InfosDeDéboguage"
+msgstr "InfosDeDéboguage"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "_GroupInfo"
-msgstr "InfosDeDéboguageGroupe"
+msgstr "InfosDeDéboguageGroupe"
 
 # InfosAuthentification
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "GroupAuthInfo"
 msgstr "InfosAuth"
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 #, fuzzy
 msgid "rename to Help: pages"
-msgstr "Renommer les pages sélectionnées."
+msgstr "Renommer les pages sélectionnées."
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr "toujours ignorer la page d'accueil."
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, fuzzy, php-format
 msgid "check for additional theme %s updates"
-msgstr "recherche les mises à jour nécessaire des pages sources"
+msgstr "recherche les mises à jour nécessaire des pages sources"
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
-msgstr "retitrez la page de '%s' à '%s'"
+msgstr "retitrez la page de '%s' à '%s'"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr "MANQUANT"
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
-msgstr "CRÉÉ"
+msgstr "CRÉÉ"
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
-msgstr "Base de données"
+msgstr "Base de données"
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr "ANNULE"
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
-msgstr "vérifie la table %s"
+msgstr "vérifie la table %s"
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr "recherche une nouvelle colonne session.sess_ip"
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr "AJOUT"
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr "recherche une nouvelle colonne session.sess_ip"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
 msgstr ""
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, php-format
 msgid "version <em>%s</em> not affected"
-msgstr "version <em>%s</em> non affectée"
+msgstr "version <em>%s</em> non affectée"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
-msgstr "vérifie le marqueur auto_increment pour page.id"
+msgstr "vérifie le marqueur auto_increment pour page.id"
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
-msgstr "vérifier la recherche binaire de bug pour mysql 4.1.x (Windows)"
+msgstr "vérifier la recherche binaire de bug pour mysql 4.1.x (Windows)"
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, php-format
 msgid "version <em>%s</em>"
 msgstr "version <em>%s</em>"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
-msgstr "non affectée"
+msgstr "non affectée"
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
-msgstr "CORRIGÉ"
+msgstr "CORRIGÉ"
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 #, fuzzy
 msgid "FIXING"
 msgstr "MANQUANT"
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 #, fuzzy
 msgid "FAIL"
-msgstr "ÉCHOUÉ"
+msgstr "ÉCHOUÉ"
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr "DB admin nom de user :"
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr "DB admin mot de passe :"
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr "recherche une extra colonne page.cached_html"
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 #, fuzzy
 msgid "plugin argument"
 msgstr "Argument non valable : %s"
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
-msgstr "%s non trouvé"
+msgstr "%s non trouvé"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
-msgstr "%s non trouvé"
+msgstr "%s non trouvé"
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
-msgstr "impossible de déplacer %s en %s"
+msgstr "impossible de déplacer %s en %s"
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
-msgstr "%s n'est pas accessible en écriture"
+msgstr "%s n'est pas accessible en écriture"
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, fuzzy, php-format
 msgid "check for %s"
-msgstr "vérifie la table %s"
+msgstr "vérifie la table %s"
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 msgid "fixed with"
 msgstr ""
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
-msgstr "Mise à jour désactivée, vous n'êtes pas administrateur"
+msgstr "Mise à jour désactivée, vous n'êtes pas administrateur"
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
-msgstr "Mise à jour du PhpWiki"
+msgstr "Mise à jour du PhpWiki"
 
 #: ../lib/wikilens/Buddy.php:30 ../lib/wikilens/Buddy.php:39
 #: ../lib/wikilens/Buddy.php:43
@@ -7019,8 +7455,8 @@
 #: ../lib/ziplib.php:206
 msgid "Can't inflate data: zlib support not enabled in this PHP"
 msgstr ""
-"Impossible de décompresser les données : le support de zlib n'a pas été "
-"validé dans ce PHP"
+"Impossible de décompresser les données : le support de zlib n'a pas été "
+"validé dans ce PHP"
 
 #: ../lib/ziplib.php:411
 #, php-format
@@ -7031,272 +7467,277 @@
 msgid "Unexpected EOF in zip file"
 msgstr "Fin de fichier (EOF) inattendue dans le fichier Zip"
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr "[%d] Voir [%s]"
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
-msgstr "Références"
+msgstr "Références"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
-msgstr "Éditer l'ancienne révision"
+msgstr "Éditer l'ancienne révision"
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr "Afficher la source"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr "PurgerLeCache"
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
-"Purge le cache HTML pour cette page. Régénère depuis WikiMarkup lors du "
-"prochain accès."
+"Purge le cache HTML pour cette page. Régénère depuis WikiMarkup lors du "
+"prochain accès."
 
 # lib/diff.php:1010 lib/diff.php:1028
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr "Note :"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
-msgstr "Vous lisez une ancienne révision de cette page."
+msgstr "Vous lisez une ancienne révision de cette page."
 
 # lib/pageinfo.php:64
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr "Visualiser la version actuelle"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
-msgstr "Prévisualisation uniquement ! Modifications non enregistrées."
+msgstr "Prévisualisation uniquement ! Modifications non enregistrées."
 
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
+msgid "edit area"
+msgstr "Zone d'édition"
+
 #: ../themes/Crao/templates/editpage.tmpl:9
 #: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
-msgid "edit area"
-msgstr "Zone d'édition"
-
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
-"Veuillez continuer votre édition. (Vous trouverez votre %s en bas de page)."
+"Veuillez continuer votre édition. (Vous trouverez votre %s en bas de page)."
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr "Attention : vous modifiez une version archivée."
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr "Attention : vous modifiez une version archivée."
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
-msgstr "Enregistrer cette page écrasera la version actuelle."
+msgstr "Enregistrer cette page écrasera la version actuelle."
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "H"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "L"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "H"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "L"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr "Ajuster"
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr "Contenu de la page : "
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr "Modification mineure."
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
-msgstr "Anciennes règles"
+msgstr "Anciennes règles"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "StyleCorrect"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
-msgstr "Voir les conseils pour éditer les pages dans %s."
+msgstr "Voir les conseils pour éditer les pages dans %s."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
-msgstr "RèglesDeFormatageDesTextes"
+msgstr "RèglesDeFormatageDesTextes"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr "Vue d'ensemble"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
-msgstr "RèglesDeFormatageDesTextes"
+msgstr "RèglesDeFormatageDesTextes"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr "CommentUtiliserWiki"
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr "Aujourd'hui"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
@@ -7304,7 +7745,9 @@
 msgstr "Administrateur"
 
 # lib/fullsearch.php:48
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 msgid "LiveSearch"
@@ -7313,10 +7756,9 @@
 #: ../themes/Crao/templates/signin.tmpl:17
 #, php-format
 msgid "You are signed in as %s"
-msgstr "Vous êtes connecté comme %s"
+msgstr "Vous êtes connecté comme %s"
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
@@ -7324,75 +7766,81 @@
 msgstr "Entrez votre identifiant utilisateur pour vous connecter"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
-msgstr "Commentaire modifié le %s par %s"
+msgstr "Commentaire modifié le %s par %s"
 
 # lib/diff.php:1003 lib/diff.php:1021
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr "Commentaire le %s par %s."
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 msgid "Views"
 msgstr "Vues"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 msgid "/Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 msgid "TemplateTalk"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+# lib/display.php:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+msgid "Create Page"
+msgstr "Créer une page"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 msgid "History"
 msgstr "Historique"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 msgid "Watch"
 msgstr "Suivre"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
-msgstr "Actions spéciales"
+msgstr "Actions spéciales"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr "Info"
+# lib/pageinfo.php:26 lib/pageinfo.php:75
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#, fuzzy
+msgid "Page info"
+msgstr "InfosSurLaPage"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-msgid "Page history"
-msgstr "Historique de la page"
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 msgid "Author history"
 msgstr "Historique de l'auteur"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 msgid "Page dump"
-msgstr "Cliché de la page"
+msgstr "Cliché de la page"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 msgid "Purge HTML cache"
 msgstr "Vider le cache HTML"
 
@@ -7405,239 +7853,281 @@
 #: ../themes/MonoBook/templates/browse-footer.tmpl:17
 #: ../themes/blog/templates/actionbar.tmpl:10
 msgid "About"
-msgstr "À propos de"
+msgstr "À propos de"
 
 #: ../themes/MonoBook/templates/browse-footer.tmpl:22
 #: ../themes/MonoBook/templates/browse-footer.tmpl:23
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr "1 mot"
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr "%s mots"
 
 # lib/diff.php:1001 lib/diff.php:1019
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr "Version %s"
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr "Original (1.2 ou 1.0)"
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
-msgstr "Enregistrée le :"
+msgstr "Enregistrée le :"
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr "Statistiques sur %s."
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
-msgstr "Remplacée le :"
+msgstr "Remplacée le :"
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr "Version de la page :"
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr "Balises :"
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr "Taille :"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr "Visites :"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr "Page d'accueil"
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr "Page de l'utilisateur"
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr "Page d'action"
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr "Page de blog"
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr "Sous-page"
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr "Type de Page :"
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
-msgstr "Différence avec la révision précédente"
+msgstr "Différence avec la révision précédente"
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
-msgstr "Auteur précédent"
+msgstr "Auteur précédent"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr "Navigation"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 msgid "Home page"
 msgstr "Page d'accueil"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 msgid "Recent changes"
-msgstr "Dernières modifications"
+msgstr "Dernières modifications"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 msgid "The list of recent changes in the wiki."
 msgstr "Liste des modifications recentes de ce wiki."
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "Recent comments"
-msgstr "Commentaires récents"
+msgstr "Commentaires récents"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 msgid "Recent new pages"
-msgstr "Dernières pages créées"
+msgstr "Dernières pages créées"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 msgid "Like pages"
 msgstr "Pages semblables"
 
 # lib/display.php:14
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 msgid "Random page"
 msgstr "Une page au hasard"
 
 # lib/display.php:14
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 msgid "Find page"
 msgstr "Rechercher"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 msgid "Search:"
 msgstr "Chercher :"
 
 # lib/fullsearch.php:48
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr "Recherche rapide"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
-msgstr "Boîte à outils"
+msgstr "Boîte à outils"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
-msgstr "Pages liées"
+msgstr "Pages liées"
 
 # lib/stdlib.php:384 lib/stdlib.php:445
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "Related changes"
-msgstr "Changements liés"
+msgstr "Changements liés"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 msgid "Administration"
 msgstr "Administration"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload file"
-msgstr "Déposer un fichier"
+msgstr "Déposer un fichier"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 # lib/pageinfo.php:64
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 msgid "Printable version"
 msgstr "Version imprimable"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
-msgid "All pages"
-msgstr "Toutes les pages"
+# lib/diff.php:1001 lib/diff.php:1019
+#: ../themes/MonoBook/templates/signin.tmpl:10
+#, fuzzy
+msgid "My Discussion"
+msgstr "Discussion"
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "Préférences"
+
+# lib/stdlib.php:384 lib/stdlib.php:445
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "DernièresModifs"
+
+# lib/stdlib.php:384 lib/stdlib.php:445
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "DernièresModifs"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
-msgstr "Déconnexion"
+msgstr "Déconnexion"
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
-msgstr "Catégories populaires"
+msgstr "Catégories populaires"
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+# lib/editpage.php:31 lib/savepage.php:52
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+"Cette page a été verrouillée par l'administrateur et ne peut pas être "
+"modifiée."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
-msgstr "ÉditerLeContenu"
+msgstr "ÉditerLeContenu"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr "%s de cette page"
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
-msgstr "L'exécution de la page a pris %s seconds"
+msgstr "L'exécution de la page a pris %s seconds"
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
@@ -7645,77 +8135,101 @@
 "Je ne fais que des modifications mineures. Veuillez rediriger les logs "
 "habituels vers %s."
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
-msgstr "Éditez la taille de la zone"
+msgstr "Éditez la taille de la zone"
 
-# lib/editpage.php:31 lib/savepage.php:52
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Pages semblables"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "voir cette page"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
-"Cette page a été verrouillée par l'administrateur et ne peut pas être "
-"modifiée."
 
-# lib/fullsearch.php:48
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
-msgstr "Recherche en Texte Intégral"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
+msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
-msgstr "Utilisateur : %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "revenir à une précédente version de cette page."
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
-msgstr "(Utilisateur : %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
+msgstr ""
 
-# lib/diff.php:1006 lib/diff.php:1024
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
-msgstr "Cliquez pour vous conneter en tant que %s"
+msgid ", Memory: %s"
+msgstr ", RAM: %s"
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
-msgstr "Se connecter en tant que :"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "Catégories populaires"
 
 # lib/stdlib.php:207 lib/stdlib.php:215
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Chercher"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
+msgstr ""
+
+# lib/stdlib.php:207 lib/stdlib.php:215
+#: ../themes/Sidebar/themeinfo.php:115
 msgid "Sidebar"
 msgstr "Barre verticale"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
-msgstr "Éditer cette page"
+msgstr "Éditer cette page"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
-msgstr "Éditer l'ancienne révision"
+msgstr "Éditer l'ancienne révision"
 
 #: ../themes/Wordpress/templates/signin.tmpl:20
 #: ../themes/default/templates/signin.tmpl:25
 #: ../themes/shamino_com/templates/signin.tmpl:24
 #, php-format
 msgid "Authenticated as %s"
-msgstr "Vous êtes connecté en tant que %s"
+msgstr "Vous êtes connecté en tant que %s"
 
 #: ../themes/Wordpress/templates/signin.tmpl:44
 #: ../themes/default/templates/signin.tmpl:37
 #, php-format
 msgid "You are signed but not authenticated as %s. "
-msgstr "Vous êtes enregistré mais pas connecté en tant que %s. "
+msgstr "Vous êtes enregistré mais pas connecté en tant que %s. "
 
+# lib/diff.php:1006 lib/diff.php:1024
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr "Cliquez pour vous conneter en tant que %s"
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr "Se connecter en tant que :"
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 msgid "Home"
 msgstr "Accueil"
@@ -7726,18 +8240,25 @@
 msgid "HowTo"
 msgstr "AllerVers"
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr "Info"
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 #, fuzzy
 msgid "Headline"
-msgstr "Texte de début de ligne"
+msgstr "Texte de début de ligne"
 
 # lib/diff.php:997
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
-msgstr "AjoutezCatégorie"
+msgstr "AjoutezCatégorie"
 
 #: ../themes/blog/templates/sidebar.tmpl:8
 #: ../themes/blog/templates/sidebar.tmpl:12
@@ -7748,30 +8269,30 @@
 msgid "Page Trail"
 msgstr "Trace Page"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
-msgstr "Déconnexion"
+msgstr "Déconnexion"
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr "Connexion"
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 msgid "Lock"
-msgstr "Verrouillée"
+msgstr "Verrouillée"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 msgid "Unlock"
-msgstr "Déverrouiller"
+msgstr "Déverrouiller"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr "blog"
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(diff)"
 
@@ -7788,7 +8309,7 @@
 #: ../themes/default/templates/wikiblog.tmpl:18
 #, php-format
 msgid "Modified on %s by %s"
-msgstr "Modifié le %s par %s"
+msgstr "Modifié le %s par %s"
 
 # lib/diff.php:1006 lib/diff.php:1024
 #: ../themes/default/templates/comment.tmpl:28
@@ -7796,16 +8317,24 @@
 msgid "%s by %s"
 msgstr "%s par %s"
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ", RAM: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr "Dialogue"
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7818,7 +8347,7 @@
 #: ../themes/default/templates/forumadd.tmpl:17
 #: ../themes/default/templates/wikiforum.tmpl:29
 msgid "Reply"
-msgstr "Répondre"
+msgstr "Répondre"
 
 # lib/msql.php:31 lib/msql.php:37
 #: ../themes/default/templates/forumadd.tmpl:22
@@ -7828,19 +8357,24 @@
 #: ../themes/default/templates/homepage.tmpl:10
 #, php-format
 msgid "You can personalize various settings in %s."
-msgstr "Vous pouvez personnaliser quelques préférences dans %s."
+msgstr "Vous pouvez personnaliser quelques préférences dans %s."
 
 #: ../themes/default/templates/homepage.tmpl:13
 msgid "(Your preferences are stored as hidden data within this page)."
-msgstr "Vos préférences sont enregistrées en mode invisible sur cette page."
+msgstr "Vos préférences sont enregistrées en mode invisible sur cette page."
 
 #: ../themes/default/templates/homepage.tmpl:16
 #, php-format
 msgid "The %s subpage enables simple weblogging."
 msgstr "Les sous pages de %s permettent le simple weblogging."
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+# lib/diff.php:1010 lib/diff.php:1028
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Aucune"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7848,422 +8382,426 @@
 "in RecentChanges to your home page."
 msgstr ""
 "Vous pouvez vous inscrire en utilisant n'importe quel WikiMot comme "
-"identifiant utilisateur (ÀÖØöøÿßö peuvent être utilisés). L'identifiant sera "
-"utilisé comme lien vers votre PagePersonnelle dans DernièresModifs."
+"identifiant utilisateur (ÀÖØöøÿßö peuvent être utilisés). L'identifiant sera "
+"utilisé comme lien vers votre PagePersonnelle dans DernièresModifs."
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
-"Note: Vous pourrez enregistrer vos PréférencesUtilisateurs uniquement si "
-"vous créez votre propre page d'accueil portant le nom de votre identifiant."
+"Note: Vous pourrez enregistrer vos PréférencesUtilisateurs uniquement si "
+"vous créez votre propre page d'accueil portant le nom de votre identifiant."
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr "Les nouveaux utilisateurs devraient utiliser un mot de passe vide."
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr "Nom d'utilisateur :"
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr "Mot de passe :"
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
-msgstr "Édition annulée."
+msgstr "Édition annulée."
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
-"Vous n'avez effectué aucun changement, aucune nouvelle version n'a donc été "
-"enregistrée."
+"Vous n'avez effectué aucun changement, aucune nouvelle version n'a donc été "
+"enregistrée."
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr "Qui est en ligne"
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
-msgstr "Passer à la liste détaillée"
+msgstr "Passer à la liste détaillée"
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
-msgstr "Nos utilisateurs ont créés un total de %s pages."
+msgstr "Nos utilisateurs ont créés un total de %s pages."
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
-msgstr "Nous avons %d utilisateurs enregistrés."
+msgstr "Nous avons %d utilisateurs enregistrés."
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
-msgstr "L'utilisateur enregistré le plus récent est %s."
+msgstr "L'utilisateur enregistré le plus récent est %s."
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
-"Au total: %d utilisateurs en ligne. :: %d enregistré(s) et %d invité(s)"
+"Au total: %d utilisateurs en ligne. :: %d enregistré(s) et %d invité(s)"
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr "Record du nombre d'utilisateur: %d le %s."
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
-msgstr "Utilisateurs enregistrés en ligne : "
+msgstr "Utilisateurs enregistrés en ligne : "
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr "L'administrateur est aussi en ligne."
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
-msgstr "Ces données sont basées sur les utilisateurs actifs depuis %s."
+msgstr "Ces données sont basées sur les utilisateurs actifs depuis %s."
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
-msgstr "Désolé, Session dynamique non supportées."
+msgstr "Désolé, Session dynamique non supportées."
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr "Passer au Sommaire"
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
-msgstr "Utilisateurs Enregistrés"
+msgstr "Utilisateurs Enregistrés"
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
-msgstr "Invités"
+msgstr "Invités"
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr "|<<"
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr "<<"
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr " - %d / %d - "
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid "Next >>"
 msgstr "Suivant >>"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ">>"
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ">>|"
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
-msgstr "Votre navigateur aurait du vous redirigé vers %s."
+msgstr "Votre navigateur aurait du vous redirigé vers %s."
 
 # lib/savepage.php:76
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
-msgstr "Merci d'avoir édité %s."
+msgstr "Merci d'avoir édité %s."
 
 # lib/savepage.php:106
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
-msgstr "Votre souci particulier du détail est très apprécié."
+msgstr "Votre souci particulier du détail est très apprécié."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
-msgstr "<thème système>"
+msgstr "<thème système>"
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
-msgstr "Thème personnel :"
+msgstr "Thème personnel :"
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
-msgstr "< langue du système >"
+msgstr "< langue du système >"
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr "Langue personnelle :"
 
-#: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
-msgstr "Préférences de l'utilisateur %s :"
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
+msgstr "Préférences de l'utilisateur %s"
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr "IdentifiantUtilisateur"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr "Niveau de l'authentification"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
-msgstr "Méthode d'authentification"
+msgstr "Méthode d'authentification"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
-msgstr "Thème"
+msgstr "Thème"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
-msgstr "Thème courant"
+msgstr "Thème courant"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr "Langue"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr "Langage courant"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr "Changer le mot de passe"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr "Mot de passe"
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr "Nouveau mot de passe"
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr "Verification"
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
-msgstr "Adresse électronique"
+msgstr "Adresse électronique"
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
-msgstr "Votre adresse électronique :"
+msgstr "Votre adresse électronique :"
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr "Statut :"
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
-msgstr "Adresse électronique vérifiée."
+msgstr "Adresse électronique vérifiée."
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
-msgstr "Email pas encore vérifié."
+msgstr "Email pas encore vérifié."
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
-"Notez que les comptes utilisateurs dont l'adresse électronique n'existe pas "
-"seront désactivés."
+"Notez que les comptes utilisateurs dont l'adresse électronique n'existe pas "
+"seront désactivés."
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 "Recevoir un courriel de notification lors des changements des pages "
 "suivantes :"
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
-msgstr "Entrer les pages séparées par des virgules."
+msgstr "Entrer les pages séparées par des virgules."
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr "Ne pas envoyer mes propres modifications :"
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+"Cochez la case si vous ne voulez pas recevoir vos propres modifications"
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr "Ne pas envoyer les modifications mineures :"
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+"Cochez la case si vous ne voulez pas recevoir les modifications mineures"
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr "Apparence"
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
-msgstr "Ici vous pouvez écraser les valeurs par défaut du site spécifié."
+msgstr "Ici vous pouvez écraser les valeurs par défaut du site spécifié."
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr "Non recommandé !"
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
-msgstr "Système par défaut :"
+msgstr "Système par défaut :"
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr "Cacher %s :"
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
-"Cacher ou montrer les icônes de liens (si supportées par le thème actuel). "
-"Très utile pour les navigateurs ne supportant pas les images ou pour les "
-"connexion bas débit."
+"Cacher ou montrer les icônes de liens (si supportées par le thème actuel). "
+"Très utile pour les navigateurs ne supportant pas les images ou pour les "
+"connexion bas débit."
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr "Ajouter %s :"
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
-"Ajouter un liens vers Google pour les pages inconnues derrière le '?', et "
-"l'action de création. voir %s."
+"Ajouter un liens vers Google pour les pages inconnues derrière le '?', et "
+"l'action de création. voir %s."
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr "Hauteur"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Largeur"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 "Notez que beaucoup de navigateurs ajusteront automatiquement la largeur de "
-"la zone d'édition de façon qu'elle remplisse la fenêtre. Le paramètre "
-"concernant la largeur sera ignoré dans ce cas."
+"la zone d'édition de façon qu'elle remplisse la fenêtre. Le paramètre "
+"concernant la largeur sera ignoré dans ce cas."
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "Fuseau horaire"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
-"Ajouter %s heures à l'heure locale du serveur pour afficher les horodatages."
+"Ajouter %s heures à l'heure locale du serveur pour afficher les horodatages."
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr "L'heure actuelle du serveur est %s."
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
-msgstr "Avec l'offset actuel, ceci serait affiché comme %s."
+msgstr "Avec l'offset actuel, ceci serait affiché comme %s."
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr "Format de date"
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr "Montre les dates relatives en utilisant 'Aujourd'hui' et 'Hier'."
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
-msgstr "Mettre à jour les préférences"
+msgstr "Mettre à jour les préférences"
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 msgid "Reset Preferences"
-msgstr "Reinitialiser les préférences"
+msgstr "Reinitialiser les préférences"
 
 # lib/diff.php:1003 lib/diff.php:1021
 #: ../themes/default/templates/wikiblog.tmpl:23
@@ -8278,7 +8816,7 @@
 #: ../themes/default/templates/wikiforum.tmpl:28
 #, php-format
 msgid "Posted: %s"
-msgstr "Posté le %s"
+msgstr "Posté le %s"
 
 #: ../themes/gforge/templates/actionbar.tmpl:22
 #: ../themes/gforge/templates/actionbar.tmpl:42
@@ -8290,15 +8828,10 @@
 msgid "Page"
 msgstr "Page"
 
-# lib/display.php:14
-#: ../themes/gforge/templates/actionbar.tmpl:54
-msgid "Create Page"
-msgstr "Créer une page"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 msgid "Last Difference"
-msgstr "Dernie¨re difference"
+msgstr "Dernie¨re difference"
 
 # lib/pageinfo.php:26 lib/pageinfo.php:75
 #: ../themes/gforge/templates/actionbar.tmpl:75
@@ -8310,13 +8843,13 @@
 msgstr "Pages liees"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
 msgstr "Changer le proprietaire"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr "Droits d'acces"
 
@@ -8324,59 +8857,195 @@
 msgid "Purge"
 msgstr "Purger"
 
-#: ../themes/gforge/templates/navbar.tmpl:11
+#: ../themes/gforge/templates/actionbar.tmpl:126
+#, fuzzy
+msgid "Watch Page"
+msgstr "Suivre"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "RèglesDeFormatageDesTextes"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
+msgstr ""
+
+#: ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "Make the page external?"
+msgstr "Sélectionner les pages à renommer :"
+
+#: ../themes/gforge/templates/navbar.tmpl:10
 msgid "SpecialPages"
-msgstr "Pages spéciales"
+msgstr "Pages spéciales"
 
-#: ../themes/gforge/templates/navbar.tmpl:17
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Like Pages"
 msgstr "Pages semblables"
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, php-format
-msgid "User preferences for user '%s'"
-msgstr "Préférences de l'utilisateur %s"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
 msgid "E-mail Notification"
 msgstr "Courriel de notification"
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
-msgstr "Ne pas envoyer mes propres modifications :"
-
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
-msgstr ""
-"Cochez la case si vous ne voulez pas recevoir vos propres modifications"
-
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+# lib/display.php:14
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "PageAléatoire"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 #, fuzzy
 msgid "Check menu items to display."
 msgstr "Cliquez pour afficher"
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "Trace Page"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Changement de propriétaire %s à %s."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
+#~ msgid "n/a"
+#~ msgstr "n/c"
+
+# lib/msql.php:237 lib/msql.php:312
+#~ msgid "Include of '%s' failed."
+#~ msgstr "L'insertion de '%s' a échoué."
+
+#~ msgid "Removed by: %s"
+#~ msgstr "Enlevé près : %s"
+
+#~ msgid "Are you sure?"
+#~ msgstr "Êtes-vous sûr ?"
+
+#~ msgid "Redirect to an external url"
+#~ msgstr "Redirige vers une url d'un site extérieur"
+
+#~ msgid "Search string '%s' not found in content of page '%s'."
+#~ msgstr "La chaîne '%s' ne se trouve pas dans la page '%s'."
+
+#, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "retitrez la page de '%s' à '%s'"
+
+#~ msgid "%s pages have been permanently changed."
+#~ msgstr "%s pages ont été définitivement modifiées."
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "Supprimer les pages sélectionnées"
+
+#, fuzzy
+#~ msgid "Permanently purge the selected files:"
+#~ msgstr "Supprimer définitivement les fichiers sélectionnés :"
+
+#~ msgid "Permanently remove the selected files:"
+#~ msgstr "Supprimer définitivement les fichiers sélectionnés :"
+
+#~ msgid "List all pages."
+#~ msgstr "Liste de toutes les pages."
+
+#~ msgid "%s pages changed."
+#~ msgstr "%s pages modifiées."
+
+#~ msgid "The PhpWiki programming team"
+#~ msgstr "L'équipe de développement de PhpWiki"
+
+#, fuzzy
+#~ msgid "%s: "
+#~ msgstr "%s : %s"
+
+#~ msgid "Page history"
+#~ msgstr "Historique de la page"
+
+#~ msgid "User preferences for user '%s':"
+#~ msgstr "Préférences de l'utilisateur %s :"
+
+#~ msgid "Currently not recommended!"
+#~ msgstr "Non recommandé !"
+
+#~ msgid "getfacl"
+#~ msgstr "getfacl"
+
+#~ msgid "optional label | PageName"
+#~ msgstr "en option | PageName"
+
+#~ msgid "optional label | http://www.example.com"
+#~ msgstr "en option | http://www.example.com"
+
+#~ msgid "World"
+#~ msgstr "Monde"
+
+#~ msgid "Description: Provides a list of plugins on this wiki."
+#~ msgstr "Affiche la liste des Plugins de ce wiki."
+
+#~ msgid "Show minor edits for:"
+#~ msgstr "Afficher les éditions mineures pour :"
+
+#~ msgid "Show all changes for:"
+#~ msgstr "Indiquer toutes les modifications pour :"
+
+#~ msgid "Are you sure you want to permanently chown the selected files?"
+#~ msgstr ""
+#~ "Êtes-vous sûr de vouloir changer définitivement le propriétaire des pages "
+#~ "sélectionnées ?"
+
+#~ msgid "WikiAdminMarkup from %s to %s"
+#~ msgstr "WikiAdminMarkup %s par %s"
+
+#~ msgid "This page already exists"
+#~ msgstr "Cette page existe déjà"
+
+#~ msgid "WikiAdminSearchReplace %s by %s"
+#~ msgstr "WikiAdminRemplacementRecherche %s par %s"
+
+# lib/fullsearch.php:48
+#~ msgid "Full Search"
+#~ msgstr "Recherche en Texte Intégral"
+
+#~ msgid "User: %s"
+#~ msgstr "Utilisateur : %s"
+
+#~ msgid "(User: %s)"
+#~ msgstr "(Utilisateur : %s)"
+
 #~ msgid "Example.jpg"
 #~ msgstr "Example.jpg"
 
 #~ msgid "Embedded image"
-#~ msgstr "Image embarquée"
+#~ msgstr "Image embarquée"
 
-#~ msgid "Invalid username '%s' for LDAP Auth"
-#~ msgstr "Mot de identifiant d'utilisateur '%s' pour LDAP Auth invalide."
-
 #~ msgid "You must log in to %s."
 #~ msgstr "Vous devez vous connecter pour %s."
 
@@ -8388,26 +9057,26 @@
 #~ msgstr "period"
 
 #~ msgid "History of all major edits by %s to page %s."
-#~ msgstr "Historique de toutes les éditions majeures par %s sur la page %s."
+#~ msgstr "Historique de toutes les éditions majeures par %s sur la page %s."
 
 #~ msgid "History of major modifications for any page edited by %s."
 #~ msgstr ""
-#~ "Historique des éditions majeures de toutes les pages éditées par %s."
+#~ "Historique des éditions majeures de toutes les pages éditées par %s."
 
 #~ msgid "Automatically link headers at the top"
-#~ msgstr "Créer une table des matières des titres et sous-titres en haut"
+#~ msgstr "Créer une table des matières des titres et sous-titres en haut"
 
 #~ msgid "Existing page-level metadata for %s:"
-#~ msgstr "Métadonnées existantes pour niveau de pages pour %s :"
+#~ msgstr "Métadonnées existantes pour niveau de pages pour %s :"
 
 #~ msgid "Rated by %d users | Average rating %.1f stars"
-#~ msgstr "Noté par %d utilisateurs | Moyenne des notes %.1f étoiles."
+#~ msgstr "Noté par %d utilisateurs | Moyenne des notes %.1f étoiles."
 
 #~ msgid "%s prediction for you is %s stars"
-#~ msgstr "La prédiction %s pour vous est de %s étoiles."
+#~ msgstr "La prédiction %s pour vous est de %s étoiles."
 
 #~ msgid "%s prediction for you is %.1f stars"
-#~ msgstr "la prédiction %s pour vous est de %.1f étoiles."
+#~ msgstr "la prédiction %s pour vous est de %.1f étoiles."
 
 #~ msgid "Rate the topic of this page"
 #~ msgstr "Notez les sujets de cette page"
@@ -8419,13 +9088,13 @@
 #~ msgstr "Liste de suivi"
 
 #~ msgid "regex"
-#~ msgstr "expression régulière"
+#~ msgstr "expression régulière"
 
 #~ msgid "name"
 #~ msgstr "nom"
 
 #~ msgid "Back to the previous page."
-#~ msgstr "Retournez à la page précédente."
+#~ msgstr "Retournez à la page précédente."
 
 #~ msgid "Add a Comment"
 #~ msgstr "Ajouter un commentaire"
@@ -8437,16 +9106,13 @@
 #~ msgstr "StyleCorrect"
 
 #~ msgid "OldTextFormattingRules"
-#~ msgstr "RèglesDeFormatageDesTextes"
+#~ msgstr "RèglesDeFormatageDesTextes"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "RèglesDeFormatageDesTextes"
-
 #, fuzzy
 #~ msgid "PageChange Notification of %s Error: Couldn't send to %s"
 #~ msgstr ""
 #~ "Erreur lors des notifications de changements de page: Impossible "
-#~ "d'envoyer %s à %s"
+#~ "d'envoyer %s à %s"
 
 #, fuzzy
 #~ msgid "GridTable"
@@ -8454,7 +9120,7 @@
 
 #, fuzzy
 #~ msgid "Layout tables using grid-like \"ASCII art\"."
-#~ msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
+#~ msgstr "Apparences de tableaux utilisant l'ancien modèle de balisage."
 
 #, fuzzy
 #~ msgid "WikiAdminMassRevert"
@@ -8462,15 +9128,11 @@
 
 #, fuzzy
 #~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "Page '%s' renommées en '%s' avec succès."
+#~ msgstr "Page '%s' renommées en '%s' avec succès."
 
 #, fuzzy
-#~ msgid "Didn't revert page '%s'. Access denied."
-#~ msgstr "Page '%s' non supprimée. Accès refusé."
-
-#, fuzzy
 #~ msgid "%d pages have been reverted."
-#~ msgstr "Les pages %s ont été changées."
+#~ msgstr "Les pages %s ont été changées."
 
 #, fuzzy
 #~ msgid "PhpWikiAdministration/MassRevert"
@@ -8481,11 +9143,11 @@
 #~ "Are you sure you want to overwrite the selected files with the previous "
 #~ "version?"
 #~ msgstr ""
-#~ "Êtes-vous certain de renommer définitivement les pages sélectionnées ?"
+#~ "Êtes-vous certain de renommer définitivement les pages sélectionnées ?"
 
 #, fuzzy
 #~ msgid "Revert selected pages"
-#~ msgstr "Supprimer les pages sélectionnées"
+#~ msgstr "Supprimer les pages sélectionnées"
 
 #~ msgid "Ok"
 #~ msgstr "Ok"
@@ -8495,23 +9157,23 @@
 #~ msgstr "AdministrationDePhpWiki"
 
 #~ msgid "check for necessary ActionPage updates"
-#~ msgstr "vérifie les mises à jour d'ActionPage nécessaire"
+#~ msgstr "vérifie les mises à jour d'ActionPage nécessaire"
 
 #~ msgid "check for necessary database updates"
-#~ msgstr "rechercher des mises à jour nécessaire dans la base de données"
+#~ msgstr "rechercher des mises à jour nécessaire dans la base de données"
 
 # ??
 #~ msgid "check for necessary plugin argument updates"
-#~ msgstr "recherche les mises à jour nécessaire des plugin argument"
+#~ msgstr "recherche les mises à jour nécessaire des plugin argument"
 
 #~ msgid "check for necessary config updates"
-#~ msgstr "vérifie les mises à jour de configuration nécessaire"
+#~ msgstr "vérifie les mises à jour de configuration nécessaire"
 
 #~ msgid "Warning!"
 #~ msgstr "Attention !"
 
 #~ msgid "Signed as %s"
-#~ msgstr "Connecté comme %s"
+#~ msgstr "Connecté comme %s"
 
 #~ msgid "Unable to load: %s"
 #~ msgstr "Impossible de charger : %s"
@@ -8520,10 +9182,10 @@
 #~ msgstr "S'enregistrer :"
 
 #~ msgid "AUTH_GROUP_FILE not defined"
-#~ msgstr "AUTH_GROUP_FILE non défini"
+#~ msgstr "AUTH_GROUP_FILE non défini"
 
 #~ msgid "LDAP_AUTH_HOST not defined"
-#~ msgstr "LDAP_AUTH_HOST non défini"
+#~ msgstr "LDAP_AUTH_HOST non défini"
 
 #~ msgid "db type:"
 #~ msgstr "type de bd :"
@@ -8539,13 +9201,13 @@
 
 #, fuzzy
 #~ msgid "Replaced link in %s."
-#~ msgstr "Lien remplacé dans %s."
+#~ msgstr "Lien remplacé dans %s."
 
 #~ msgid "(no regex, case-sensitive)"
-#~ msgstr "(non expression régulière, sensible à la casse)"
+#~ msgstr "(non expression régulière, sensible à la casse)"
 
 #~ msgid "Rename selected pages."
-#~ msgstr "Renommer les pages selectionnées."
+#~ msgstr "Renommer les pages selectionnées."
 
 #~ msgid "ACL: "
 #~ msgstr "ACL: "
@@ -8558,36 +9220,36 @@
 #~ msgstr "TraductionPgsrc"
 
 #~ msgid "version <em>%s</em> <b>FIXED</b>"
-#~ msgstr "version <em>%s</em> <b>RÉSOLU</b>"
+#~ msgstr "version <em>%s</em> <b>RÉSOLU</b>"
 
 # lib/diff.php:1003 lib/diff.php:1021
 #~ msgid "Last Modified:"
-#~ msgstr "Dernière modification :"
+#~ msgstr "Dernière modification :"
 
 #~ msgid "Last Author:"
-#~ msgstr "Auteur Précédent :"
+#~ msgstr "Auteur Précédent :"
 
 #~ msgid "Author:"
 #~ msgstr "Auteur :"
 
 #, fuzzy
 #~ msgid "The PhpWiki Programming Team"
-#~ msgstr "L'équipe de développement de PhpWiki"
+#~ msgstr "L'équipe de développement de PhpWiki"
 
 #, fuzzy
 #~ msgid "';' and ':' are deprecated"
-#~ msgstr "';' et ':' dans les noms de page est désapprouvé"
+#~ msgstr "';' et ':' dans les noms de page est désapprouvé"
 
 # lib/editpage.php:19
 #, fuzzy
 #~ msgid "Welcome to %s"
-#~ msgstr "... copié à %s"
+#~ msgstr "... copié à %s"
 
 #, fuzzy
 #~ msgid "Are you sure you want to save these access restrictions?"
 #~ msgstr ""
-#~ "Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
-#~ "sélectionnés ?"
+#~ "Ëtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers "
+#~ "sélectionnés ?"
 
 #, fuzzy
 #~ msgid "Continue"
@@ -8599,43 +9261,43 @@
 
 #, fuzzy
 #~ msgid "PhpWikiAdministration/SetAclSimple"
-#~ msgstr "AdministrationDePhpWiki/DéfinirAcl"
+#~ msgstr "AdministrationDePhpWiki/DéfinirAcl"
 
 #, fuzzy
 #~ msgid "Selected Pages: %s"
-#~ msgstr "Pages sélectionnées : "
+#~ msgstr "Pages sélectionnées : "
 
 #, fuzzy
 #~ msgid ""
 #~ "Description: Selected Grant checkboxes allow access, unselected "
 #~ "checkboxes deny access."
 #~ msgstr ""
-#~ "Les cases sélectionnées autorisent l'accès, sinon elles l'interdisent."
+#~ "Les cases sélectionnées autorisent l'accès, sinon elles l'interdisent."
 
 #, fuzzy
 #~ msgid "Update Settings"
-#~ msgstr "Préférences générales d'auteur."
+#~ msgstr "Préférences générales d'auteur."
 
 #~ msgid "Encrypted passwords cannot be used: %s."
-#~ msgstr "Les mots de passe cryptés sont inutilisables : %s"
+#~ msgstr "Les mots de passe cryptés sont inutilisables : %s"
 
 #~ msgid ""
 #~ "The admin password cannot be empty. Please update your config/config.ini"
 #~ msgstr ""
-#~ "Le mot de passe administrateur ne peut être vide. Veuillez mettre à jour "
+#~ "Le mot de passe administrateur ne peut être vide. Veuillez mettre à jour "
 #~ "votre config/config.ini"
 
 #~ msgid ""
 #~ "Empty db_session_table. Turn USE_DB_SESSION off or define the table name."
 #~ msgstr ""
-#~ "La table de session de la base de données est vide. Changez "
-#~ "USE_DB_SESSION à off ou définissez un nom de table pour les sessions."
+#~ "La table de session de la base de données est vide. Changez "
+#~ "USE_DB_SESSION à off ou définissez un nom de table pour les sessions."
 
 #~ msgid "%s: has no box method"
-#~ msgstr "%s : n'a pas de boîte"
+#~ msgstr "%s : n'a pas de boîte"
 
 #~ msgid "the directory '%s'"
-#~ msgstr "le répertoire '%s'"
+#~ msgstr "le répertoire '%s'"
 
 #~ msgid ""
 #~ "With external authentication all users which stored their Preferences. "
@@ -8643,22 +9305,22 @@
 #~ "1.3.4 on)."
 #~ msgstr ""
 #~ "Avec l'authentification externe : afficher tous les utilisateurs qui ont "
-#~ "stocké leurs préférences. Sans authentification externe : afficher tous "
-#~ "les utilisateurs enregistrés."
+#~ "stocké leurs préférences. Sans authentification externe : afficher tous "
+#~ "les utilisateurs enregistrés."
 
 #~ msgid "Fixed album location is not allowed. Please specify parameter src."
 #~ msgstr ""
-#~ "L'emplacement fixé pour l'album photo n'est pas correct. Veuillez "
-#~ "spécifier le paramère src."
+#~ "L'emplacement fixé pour l'album photo n'est pas correct. Veuillez "
+#~ "spécifier le paramère src."
 
 #~ msgid "Wrong server setting: allow_url_fopen set to Off"
-#~ msgstr "Mauvais paramètrage du serveur: allow_url_fopen mis à off"
+#~ msgstr "Mauvais paramètrage du serveur: allow_url_fopen mis à off"
 
 #~ msgid "You must sign in"
 #~ msgstr "Vous devez vous inscrire"
 
 #~ msgid "No pagename specified for %s"
-#~ msgstr "Aucune page spécifiée pour %s"
+#~ msgstr "Aucune page spécifiée pour %s"
 
 # lib/msql.php:31 lib/msql.php:37
 #~ msgid "Messages"
@@ -8681,7 +9343,7 @@
 #~ "Google"
 
 #~ msgid "It's free however."
-#~ msgstr "C'est gratuit malgré tout"
+#~ msgstr "C'est gratuit malgré tout"
 
 #~ msgid "(no regex) Case-exact: "
 #~ msgstr "(pas de regex) Respect de la casse :"
@@ -8702,25 +9364,22 @@
 #~ msgstr "Pages : %s"
 
 #~ msgid "Wiki Form"
-#~ msgstr "Pour créer des formulaires wiki"
+#~ msgstr "Pour créer des formulaires wiki"
 
 #~ msgid "CreatePagePlugin"
-#~ msgstr "PluginCréerUnePage"
+#~ msgstr "PluginCréerUnePage"
 
 #~ msgid ": unknown format, skipped"
-#~ msgstr " : format inconnu, ignoré"
+#~ msgstr " : format inconnu, ignoré"
 
-#~ msgid "Summary:"
-#~ msgstr "Résumé :"
-
 #~ msgid "Comment:"
 #~ msgstr "Commentaire :"
 
 #~ msgid "Edit Area Size:"
-#~ msgstr "Taille de la zone d'édition :"
+#~ msgstr "Taille de la zone d'édition :"
 
 #~ msgid "Last Summary:"
-#~ msgstr "Dernier résumé :"
+#~ msgstr "Dernier résumé :"
 
 #~ msgid "PhpWiki News"
 #~ msgstr "News PhpWiki"

Modified: trunk/src/plugins/wiki/www/locale/po/it.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/it.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/it.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -7,34 +7,34 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.4pre\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2005-02-12 16:23+0100\n"
 "Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
 msgstr "Cancellazione su %s fallita: %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -66,234 +66,234 @@
 msgid "Supported handlers are: %s"
 msgstr ""
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr ""
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr "\"%s\" non trovato."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
 msgstr "Ricerca"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr ""
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 #, fuzzy
 msgid "Strike"
 msgstr "Dimensione"
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr ""
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr ""
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
 msgstr ""
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
 msgstr "Ultima"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 #, fuzzy
 msgid "Table of Contents"
 msgstr "Indice"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr "Nome della Pagina"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr ""
 
-#: ../lib/EditToolbar.php:182
+#: ../lib/EditToolbar.php:202
 #, fuzzy
-msgid "template name"
+msgid "Template Name"
 msgstr "AggiungaLaMascherina"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
 msgstr ""
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Registra"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr "Anteprima"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
 msgstr "InsertoCategoria"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr "Inserimento Categorie (doppio-click)"
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr "Inserto"
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr "InsertoPlugin"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr "Inserto Plugin (doppio-scatto)"
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
 msgstr ""
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr "Inserto Pagina (doppio-scatto)"
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
 #, fuzzy
-msgid "AddImage"
+msgid "Add Image or Video"
 msgstr "AggiungaLaMascherina"
 
-#: ../lib/EditToolbar.php:405
+#: ../lib/EditToolbar.php:431
 #, fuzzy
-msgid "Insert Image (double-click)"
+msgid "Insert Image or Video (double-click)"
 msgstr "Inserto Pagina (doppio-scatto)"
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr "AggiungaLaMascherina"
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr "Inserto Mascherina (doppio-scatto)"
 
@@ -302,86 +302,85 @@
 msgid "%s: error while handling error:"
 msgstr ""
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr "%s: file non trovato"
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr "CategoriaGruppo"
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr ""
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "PaginaPrincipale"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, fuzzy, php-format
 msgid "PageChange Notification of %s"
 msgstr "Pagini la notifica del cambiamento di %s trasmesso a %s"
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
 msgstr "%s a %s"
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, fuzzy, php-format
 msgid "Error: Couldn't send %s to %s"
 msgstr "Non riesco a stabilire una connessione col database: %s"
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
 msgstr "Cambiamento della pagina"
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
 msgstr "Nuova pagina"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr "Modifica: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Commenti:"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
 msgstr "La pagina cambia titolo %s a %s"
 
-#: ../lib/MailNotify.php:269
-#, php-format
-msgid "Removed by: %s"
-msgstr "Rimosso vicino: %s"
-
-#: ../lib/MailNotify.php:271
-#, php-format
-msgid "Page removed %s"
+#: ../lib/MailNotify.php:344
+#, fuzzy, php-format
+msgid "User %s removed page %s"
 msgstr "Pagina rimosso %s"
 
-#: ../lib/MailNotify.php:320
-msgid "e-mail address confirmation"
+#: ../lib/MailNotify.php:380
+msgid "E-Mail address confirmation"
 msgstr ""
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -396,243 +395,261 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr "Ordina per %s"
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 #, fuzzy
 msgid "reverse"
 msgstr "Ritorni"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr ""
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr ""
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr " ... i primi %d byte"
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr ""
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr "%s non trovato"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr "<nessuna corrispondenza>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr "Indice"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
 msgstr "Ultima Modifica"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr ""
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr "Dimensione"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr "Ultimo Commenti"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "Versione"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "Ultimo Autore"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr "Proprietario"
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr ""
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
 msgstr "Bloccata"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
 msgstr "bloccata"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "External"
+msgstr "Collegamenti Esterni"
+
+#: ../lib/PageList.php:1218
+#, fuzzy
+msgid "external"
+msgstr "Collegamenti Esterni"
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr ""
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr ""
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr "Caratteri: %s."
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr ""
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 msgid "Replace"
 msgstr ""
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr ""
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
 msgstr ""
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr ""
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr "Rimuovi la pagina"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "Rimuovi la pagina"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr ""
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr ""
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr ""
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr ""
 
@@ -640,12 +657,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -656,7 +671,7 @@
 msgid "Discussion"
 msgstr ""
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr ""
@@ -669,59 +684,60 @@
 msgid "InterWiki Address"
 msgstr ""
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
 msgstr "ModificheRecenti"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr ""
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr ""
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr ""
@@ -730,13 +746,13 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 #, fuzzy
 msgid "Relation"
 msgstr "Collegamenti Relativi"
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -745,46 +761,41 @@
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr ""
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr "Base di dati d'ottimizzazione"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr ""
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
 msgstr "Inserire qui il testo della pagina %s."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr ""
@@ -869,7 +880,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr ""
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr "%s: non definito"
@@ -893,41 +904,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr ""
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr "Plugin '%s' fallito."
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Plugin '%s' inabiliti."
 
-#: ../lib/WikiPlugin.php:529
-#, php-format
-msgid "Include of '%s' failed."
-msgstr "Inserimento di '%s' fallito."
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
+#, fuzzy, php-format
+msgid "Plugin '%s' does not exist."
+msgstr "Plugin '%s' inabiliti."
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr ""
@@ -943,94 +950,93 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr ""
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr "%s a %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
 msgstr "Versione %s, salvata %s"
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
 msgstr "Ultima modifica %s"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
 msgstr "Versione %s, salvata su %s"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
 msgstr "Ultima modifica %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "oggi"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr "ieri"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
 msgstr "Owner: %s"
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "di %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr "Salvata: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr ""
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Modifica"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Differenze"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1042,111 +1048,119 @@
 msgid "Sign Out"
 msgstr "Logout"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "Login"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "Cancella la Pagina"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr "Blocca la Pagina"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
 msgstr "Sblocca la Pagina"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr "Cancella la Pagina"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "Cambiamento della pagina"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Stampante"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Moderno"
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr "RicercaPerTitolo"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "Calendario"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
 msgstr "Plugin '%s': non definito"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr "Collegamenti Relativi"
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr "Collegamenti Esterni"
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
 msgstr ""
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr "Password o nome utente errati."
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr "Permessi insufficienti."
 
@@ -1165,7 +1179,7 @@
 #: ../lib/WikiUser.php:397
 msgid "Your home page is locked so your preferences cannot not be saved."
 msgstr ""
-"Questa pagina è stata bloccata dall'amministratore in modo da i vostri "
+"Questa pagina è stata bloccata dall'amministratore in modo da i vostri "
 "cambiamenti non possono essere salvati."
 
 #: ../lib/WikiUser.php:398
@@ -1176,8 +1190,8 @@
 msgid "CategoryHomepage"
 msgstr ""
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1204,6 +1218,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr ""
@@ -1213,28 +1241,33 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 #, fuzzy
 msgid "User not found in LDAP"
 msgstr "%s non trovato"
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, fuzzy, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr "Non riesco a stabilire una connessione col database: %s"
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr ""
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
@@ -1265,53 +1298,53 @@
 msgid "Given password ignored."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1320,12 +1353,12 @@
 "See %s"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1377,7 +1410,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1386,96 +1419,111 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "versione %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Nessuno"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr ""
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Differenza di: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "versione %d"
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "versione corrente"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr ""
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr ""
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr ""
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr "Differenze tra %s e %s di %s."
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr "Altre differenze:"
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr ""
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr "Precedente"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr "Precedente Author"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr "Nuova pagina:"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr ""
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "versione corrente"
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr ""
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
 msgstr "Le versioni sono identiche"
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "Versione"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1483,129 +1531,150 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr ""
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr ""
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr ""
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr "La versione corrente"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr "Altra versione"
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Modifica: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr "Vedi il Sorgente: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr "Pagina bloccata."
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr "Pagina sbloccata."
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+#, fuzzy
+msgid "Page now public."
+msgstr "Pagina sbloccata."
+
+#: ../lib/editpage.php:260
+#, fuzzy
+msgid "Page now not-public."
+msgstr "Pagina sbloccata."
+
+#: ../lib/editpage.php:269
+#, fuzzy
+msgid "Page now external."
+msgstr "Pagina sbloccata."
+
+#: ../lib/editpage.php:270
+#, fuzzy
+msgid "Page now not-external."
+msgstr "Pagina sbloccata."
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "Salvata: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr ""
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, fuzzy, php-format
 msgid "%s is listed at %s with %s"
-msgstr "%s è elencato a %s"
+msgstr "%s è elencato a %s"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr "Scusa per l'inconveniente."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Le versioni sono identiche"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
 msgstr "Pagina Bloccata"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
-"Spiacente, ma questa pagina è stata bloccata dall'amministratore,quindi le "
+"Spiacente, ma questa pagina è stata bloccata dall'amministratore,quindi le "
 "tue modifiche non possono essere salvate."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
@@ -1613,53 +1682,52 @@
 "(Copia le tue modifiche nella clipboard. Potete provare a modificare "
 "un'altra pagina o registra il vostro testo in un editor di testo.)"
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
 msgstr "PaginaModerata"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr "Preferenze"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1670,15 +1738,15 @@
 "prego le sezioni che cominciano con '%s 'e concludentesi con '%s '. Dovrete "
 "pubblicare a mano quelle sezioni prima che vi scattiate risparmi."
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr "Si prega di controllarla nel dettaglio prima di salvare."
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr "Il Conflitto Pubblica!"
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
@@ -1686,636 +1754,636 @@
 "Nel tempo da quando avete cominciato pubblicare questa pagina, un altro "
 "utente ha conservato una nuova versione di esso."
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
 "I vostri cambiamenti non possono essere conservati mentre sono, dal fare in "
-"modo da scriverebbero sopra i cambiamenti dell'altro autore. Così, i vostri "
-"cambiamenti e quelli dell'altro autore sono stati uniti. Il risultato è "
+"modo da scriverebbero sopra i cambiamenti dell'altro autore. Così, i vostri "
+"cambiamenti e quelli dell'altro autore sono stati uniti. Il risultato è "
 "indicato sotto."
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr "Convertito"
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
 msgstr "ModificheRecenti"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr ""
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
-msgstr "L'autore sarà annotato come %s."
+msgstr "L'autore sarà annotato come %s."
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 #, fuzzy
 msgid "Overwrite with new"
 msgstr "Scriva sopra Tutti"
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr "Fondasi e pubblichi: %s"
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr ""
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr ""
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr ""
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr ""
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr ""
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr ""
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr "Pagini la notifica del cambiamento di %s trasmesso a %s"
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 "Errore Di Notifica Del Cambiamento Della Pagina:  Non ha potuto trasmettere %"
 "s a %s"
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr ""
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr ""
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr ""
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr ""
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr ""
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr ""
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr ""
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr "salvata a %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr ""
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr ""
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr "... copia di %s"
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
 msgstr "... nonc opia di %s"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr "salvata a "
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr "... non trovato"
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 msgid "Invalid pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "dalla %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr ""
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr "- salvata a base di dati a versione %d"
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "MIME archivio %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "archivio del testo %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr "La Fusione Pubblica"
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr "Restore Comunque"
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr "Scriva sopra Tutti"
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
-msgstr " Spiacente, non può fondersi."
+msgstr " Spiacente, non può fondersi."
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
 msgstr "Ritorni"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr ""
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
 msgstr ""
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 #, fuzzy
 msgid "Cancelled"
 msgstr "Annulla"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr "Si"
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Annulla"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
 msgstr "Ritorni"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr "- versione %d salvata a base di dati a versione %d"
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr ""
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr ""
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr ""
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr ""
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr ""
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr "autenticato"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr "non autenticato"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr ""
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr ""
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr ""
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr ""
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr ""
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr ""
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr ""
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr ""
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
 msgstr "Rimuovi la pagina"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
 msgstr ""
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr ""
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr ""
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr ""
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 #, fuzzy
 msgid "purge this page"
 msgstr "Rimuovi la pagina"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr ""
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr ""
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr ""
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr ""
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr ""
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr ""
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr ""
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 msgid "use"
 msgstr ""
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr ""
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr ""
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr ""
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr ""
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr ""
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr ""
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr ""
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr "Blocca la Pagina"
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 #, fuzzy
 msgid "Purging pages"
 msgstr "Blocca la Pagina"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr "Rimuovi la pagina"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr "Sblocca la Pagina"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr ""
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "Errore Fatale Di PhpWiki"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr ""
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr ""
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr ""
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
 msgstr "RicercaDelTesto"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr ""
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
 msgstr ""
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr ""
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr ""
 
@@ -2328,28 +2396,28 @@
 msgid "Show and add comments for %s"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr ""
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr ""
 
@@ -2357,27 +2425,31 @@
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+#, fuzzy
+msgid "All pages in this wiki ({total} total):"
+msgstr "Le %d pagine più popolari di questo wiki sono:"
+
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
@@ -2390,7 +2462,7 @@
 msgid "List all once authenticated users."
 msgstr ""
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2470,7 +2542,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr "giorni"
 
@@ -2486,26 +2558,26 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr ""
 
@@ -2513,34 +2585,34 @@
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2552,146 +2624,147 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr "Autore"
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr "Commenti"
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr "Modifica"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 msgid "Those"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2699,20 +2772,20 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "L"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "Modifica %s"
@@ -2729,11 +2802,19 @@
 msgid "Create a Wiki page."
 msgstr ""
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr "Commentario"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
@@ -2746,9 +2827,9 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
@@ -2760,51 +2841,103 @@
 msgid "Create a Wiki page by the provided name."
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 msgid "Cannot create page with empty name!"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "CategoriaPagina"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
 #, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
+#, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
 msgstr ""
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr ""
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "InserireLaPagina"
+
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s: %s"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr ""
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr ""
@@ -2814,22 +2947,22 @@
 msgid "Edit metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, php-format
 msgid "No metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2841,69 +2974,74 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 msgid "FileInfo"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s non trovato"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
 msgstr "Pagina bloccata."
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr ""
 
@@ -2916,93 +3054,98 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
 msgstr "Risultati della ricerca su tutto il testo per '%s'"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
 msgstr "Collegamenti Relativi"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr "Nome"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr "Vai"
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr "Vai"
 
@@ -3015,18 +3158,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3038,7 +3181,7 @@
 msgid "Make use of the Google API"
 msgstr ""
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr ""
 
@@ -3050,22 +3193,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3082,15 +3225,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3102,34 +3249,45 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
 #, php-format
+msgid "Page '%s' does not exist"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
 msgstr "Inserire dalla %s"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 msgid "IncludePages"
 msgstr "InserirePaginas"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3142,6 +3300,16 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "InserireLaPagina"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "Categoria"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr ""
@@ -3150,28 +3318,31 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr "Wiki Nome"
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "Ricerca"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr "JabberPresenca"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
@@ -3183,44 +3354,44 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 msgid "Missing ldap extension"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 #, fuzzy
 msgid "Failed to connect to LDAP host"
 msgstr "Non riesco a stabilire una connessione col database: %s"
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr "PagineSimili"
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3231,21 +3402,36 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
 msgstr "RicercaLive"
@@ -3254,33 +3440,33 @@
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 msgid "outgoing"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 msgid "Link"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3293,7 +3479,7 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3316,11 +3502,11 @@
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr ""
@@ -3333,16 +3519,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3350,12 +3536,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3363,296 +3549,298 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, php-format
 msgid "%s is not locked!"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
-msgstr "PiùPopolari"
+msgstr "PiùPopolari"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
-msgstr "Le %d pagine più popolari di questo wiki sono:"
+msgstr "Le %d pagine più popolari di questo wiki sono:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
 msgstr "Nuova pagina"
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr "%s: pagina non trovato."
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr "Avvertimento:"
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr "Indice"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr "Seguente"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr "Precedente"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr "Prima"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr "Ultima"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr "StoricoPagina"
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "Versione %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr "InfoPagina"
 
@@ -3673,113 +3861,118 @@
 msgid "PasswordReset"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, fuzzy, php-format
 msgid "Error sending email with password for user %s."
 msgstr "Password o nome utente errati."
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 #, fuzzy
 msgid "Reset password of user: "
 msgstr "Password o nome utente errati."
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3792,29 +3985,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr ""
 
@@ -3826,54 +4019,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr ""
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "Le %d pagine più popolari di questo wiki sono:"
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3885,86 +4079,95 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr "%d migliori link in entrata: "
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr "%d migliori link in uscita: "
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
-msgstr "%d più popolari: "
+msgstr "%d più popolari: "
 
 #: ../lib/plugin/PopularTags.php:34
 #, fuzzy
 msgid "PopularTags"
-msgstr "PiùPopolari"
+msgstr "PiùPopolari"
 
 #: ../lib/plugin/PopularTags.php:38
 msgid "List the most popular tags."
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
 msgstr "Categoria"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 msgid "PreferenceApp"
 msgstr "PreferenzeApp"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 msgid "Total Units"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 msgid "Total Voters"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr "Seguente"
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+msgid "Processing"
+msgstr ""
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr ""
 
@@ -3972,9 +4175,8 @@
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -3982,54 +4184,61 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "versione corrente"
 
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
+msgid "Your current prediction: "
 msgstr "Mostra il versione corrente"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 msgid "Change your rating from "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+msgid " to "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 msgid "Add your rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "Modifica: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 #, fuzzy
 msgid "Cancel your rating"
 msgstr "Annulla"
@@ -4038,266 +4247,330 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 msgid "UserContribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
 msgstr "ModificheRecenti"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 msgid "Deleted"
 msgstr "Rimossa"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "diff"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "Prima"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 msgid "contribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "nuova pagina"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
 msgstr "nuova pagina"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, php-format
 msgid " for pages changed by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, php-format
 msgid " for all pages linking to %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, php-format
 msgid " for all pages matching '%s'"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr "Ricerca per Titolo"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr "Mostrare le modifiche secondarie per:"
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "Le %d pagine più popolari di questo wiki sono:"
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1356
+#: ../lib/plugin/RecentChanges.php:1417
 msgid "1 day"
 msgstr "1 giorno"
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s giorni"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+msgid "All users"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+msgid "All pages"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "All modifications"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "Pagina Bloccata"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "Modifiche Correlate"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "nuova pagina"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "Nuova pagina"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
 msgstr ""
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+#, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "Le %d pagine più popolari di questo wiki sono:"
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
 msgstr ""
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+msgid "List of changes on all pages which are linked to from this page."
+msgstr ""
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
 msgstr "Modifiche Correlate"
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4309,7 +4582,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4323,57 +4596,57 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
 msgstr "Ricerca"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 msgid "Search relations and attributes"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 #, fuzzy
 msgid "Relations"
 msgstr "Collegamenti Relativi"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4407,31 +4680,31 @@
 msgid "SemanticSearchAdvanced"
 msgstr "Ricerca"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
 msgstr "Annulla"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4440,20 +4713,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
 msgstr "Nome della Pagina"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4465,7 +4738,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4478,16 +4751,16 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
 msgstr "Prescelto"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4499,11 +4772,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4516,76 +4789,76 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr "<sconosciuto>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 msgid "Now upload all locally newer uploads."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, php-format
 msgid "Postponed %s for %s."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 msgid "skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
 msgstr "Indice"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4597,51 +4870,51 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4649,210 +4922,210 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 msgid "TeX imagepath not writable."
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
 msgstr "Risultati della ricerca su tutto il testo per '%s'"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
 msgstr "Risultati della ricerca su tutto il testo per '%s'"
@@ -4865,11 +5138,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr ""
@@ -4887,77 +5160,77 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr "Grazie per la translatione!"
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr "Inserire dalla %s:"
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
 msgstr ""
@@ -4966,78 +5239,78 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, php-format
 msgid "ERROR uploading '%s'"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -5045,149 +5318,191 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 msgid "One UserPreferences field successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "Mostra il sorgente della pagina"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, php-format
+msgid "Invalid argument %s"
+msgstr ""
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr "<nessun>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, fuzzy, php-format
 msgid "Wanted Pages in this wiki (%d total):"
-msgstr "Le %d pagine più popolari di questo wiki sono:"
+msgstr "Le %d pagine più popolari di questo wiki sono:"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 #, fuzzy
 msgid "Count"
 msgstr "Commentario"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "Larghezza"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5195,31 +5510,35 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+msgid "You must sign in to watch pages."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5227,152 +5546,165 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "Il sorgente della %s"
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "Sto inserendo la pagina %s, versione %s da %s"
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "Il sorgente della %s"
+
+#: ../lib/plugin/WikiAdminChown.php:178
+msgid "Select the pages to change the owner"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "ModificheRecenti"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr "WikiAmministrazioneDisposizione"
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
-#, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr ""
+#: ../lib/plugin/WikiAdminMarkup.php:75
+#, fuzzy, php-format
+msgid "Change markup type from %s to %s"
+msgstr "La pagina cambia titolo %s a %s"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, php-format
@@ -5384,97 +5716,136 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr "AmministrazioneDiPhpWiki/Disposizione"
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+msgid "Select the pages to change the markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 msgid "Change markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "WikiAmministrazioneDisposizione"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "Il sorgente della %s"
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "La pagina '%s' è stata rimossa correttamente."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "La pagina '%s' è stata rimossa correttamente."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "AmministrazioneDiPhpWiki/Disposizione"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "Il sorgente della %s"
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+msgid "Select the files to purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
-msgstr "La pagina '%s' è stata rimossa correttamente."
+msgstr "La pagina '%s' è stata rimossa correttamente."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr ""
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "La pagina '%s' è stata rimossa correttamente."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr "AmministrazioneDiPhpWiki/Rimuovi"
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr "Cancella"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+msgid "Select the files to remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5482,102 +5853,106 @@
 msgid "Access denied to rename page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "Sto inserendo la pagina %s, versione %s da %s"
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "Sto inserendo la pagina %s, versione %s da %s"
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
 msgid "No pages renamed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Cancella la Pagina"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
 #, php-format
-msgid "WikiAdminSearchReplace %s by %s"
+msgid "Replace '%s' by '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+msgid "Select the pages to search and replace"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5592,217 +5967,276 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "Sto inserendo la pagina %s, versione %s da %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "dalla %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
 #, php-format
-msgid "ACL changed for page '%s'."
+msgid "to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "Sto inserendo la pagina %s, versione %s da %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+msgid "Select the pages where to change access rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+msgid "individual page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+#, fuzzy
+msgid "WikiAdminSetExternal"
+msgstr "WikiAmministrazioneDisposizione"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "Il sorgente della %s"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Pagina sbloccata."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "AmministrazioneDiPhpWiki/Rimuovi"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Pagina sbloccata."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+msgid "Select the pages to set as external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 msgid "Back"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
 msgstr "Nome"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5815,11 +6249,11 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr "%s a %s:"
@@ -5828,27 +6262,28 @@
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr ""
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -5857,77 +6292,70 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, php-format
 msgid "Required argument %s missing"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, php-format
-msgid "Invalid argument %s"
-msgstr ""
-
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
 msgstr ""
@@ -5936,27 +6364,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr "InfoDebug"
 
@@ -5965,17 +6392,17 @@
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
@@ -5989,8 +6416,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr "PreferenzeInfo"
 
@@ -6008,7 +6435,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, php-format
 msgid "Retransform page '%s'"
 msgstr ""
@@ -6067,19 +6494,17 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6187,7 +6612,7 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr ""
 
@@ -6268,8 +6693,9 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr ""
 
@@ -6293,8 +6719,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6308,14 +6732,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6324,23 +6748,23 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6348,21 +6772,16 @@
 msgid "Sorry, this page does not exist."
 msgstr ""
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Cambiamento della pagina"
-
 #: ../lib/purgepage.php:25
 #, php-format
 msgid "You are about to purge '%s'!"
 msgstr ""
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr "Qualcuno ha modificato la pagina!"
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6370,17 +6789,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "La pagina '%s' è stata rimossa correttamente."
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
 msgstr ""
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6388,370 +6802,387 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr ""
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr ""
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr ""
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr ""
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr ""
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr ""
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr ""
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr ""
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr "%s byte"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr "%s Kb (%s byte)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr ""
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr ""
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
 msgstr "TrovaPagina"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "Autore"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "DebugAuthInfo"
 msgstr "InfoDebug"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "_GroupInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "GroupAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 msgid "rename to Help: pages"
 msgstr ""
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
 msgstr "La pagina cambia titolo %s a %s"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 #, fuzzy
 msgid "fixed"
 msgstr "Modifica"
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, fuzzy, php-format
 msgid "version <em>%s</em> not affected"
 msgstr "versione <em>%s</em>"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, php-format
 msgid "version <em>%s</em>"
 msgstr "versione <em>%s</em>"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 #, fuzzy
 msgid "not affected"
 msgstr "non salvata"
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr ""
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 msgid "plugin argument"
 msgstr ""
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
 msgstr "%s non trovato"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%s non trovato"
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, php-format
 msgid "file %s is not writable"
 msgstr ""
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, php-format
 msgid "check for %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 #, fuzzy
 msgid "fixed with"
 msgstr "Modifica"
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6801,274 +7232,281 @@
 msgid "Unexpected EOF in zip file"
 msgstr ""
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr ""
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr "RimuoviDallaCacheHtml"
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr "Nota:"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr "Mostra il versione corrente"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr ""
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr ""
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "A"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "L"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "A"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "L"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "BuonStile"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr "Vedere %s consigli per le modifiche."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "RegoleFormattazioneTesto"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr "Sommario"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "RegoleFormattazioneTesto"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr "Oggi"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 msgid "LiveSearch"
@@ -7080,87 +7518,90 @@
 msgstr "Utente corrente: %s"
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
 msgstr "Mostra il sorgente della pagina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 msgid "/Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 #, fuzzy
 msgid "TemplateTalk"
 msgstr "AggiungaLaMascherina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "CategoriaPagina"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 #, fuzzy
 msgid "History"
 msgstr "StoricoPagina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "Larghezza"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr ""
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
 #, fuzzy
-msgid "Page history"
-msgstr "StoricoPagina"
+msgid "Page info"
+msgstr "InfoPagina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 #, fuzzy
 msgid "Author history"
 msgstr "Autore"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
 msgstr "Nome della Pagina"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 #, fuzzy
 msgid "Purge HTML cache"
 msgstr "RimuoviDallaCacheHtml"
@@ -7181,292 +7622,344 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr "Versione %s"
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr "Dimensione:"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
 msgstr "PaginaPrincipale"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
 msgstr "CambiamentiRecenti o ModificheRecenti?"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 #, fuzzy
 msgid "The list of recent changes in the wiki."
-msgstr "Le %d pagine più popolari di questo wiki sono:"
+msgstr "Le %d pagine più popolari di questo wiki sono:"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
 msgstr "CambiamentiRecenti o ModificheRecenti?"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
 msgstr "CambiamentiRecenti o ModificheRecenti?"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
 msgstr "PagineSimili"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
 msgstr "Rimuovi la pagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
 msgstr "TrovaPagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
 msgstr "Ricerca"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
 msgstr "Modifiche Correlate"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 #, fuzzy
 msgid "Administration"
 msgstr "Coordinatori"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
 msgstr "archivio del testo %s"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
 msgstr "versione corrente"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
-msgid "All pages"
+#: ../themes/MonoBook/templates/signin.tmpl:10
+msgid "My Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "Preferenze"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "ModificheRecenti"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "ModificheRecenti"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+"Questa pagina è stata bloccata dall'amministratore e non può essere "
+"modificata."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "ModificaIlTesto"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr "%s di questa pagina"
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr ""
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
-msgstr ""
-"Questa pagina è stata bloccata dall'amministratore e non può essere "
-"modificata."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Nuova pagina"
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "Nuova pagina"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "%s di questa pagina"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
-msgstr ""
+msgid ", Memory: %s"
+msgstr ", RAM: %s"
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
-msgstr "Username di login:"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "Categoria"
 
-#: ../themes/Sidebar/themeinfo.php:37
-msgid "Sidebar"
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Ricerca"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Sidebar/themeinfo.php:115
+#, fuzzy
+msgid "Sidebar"
+msgstr "Ricerca"
+
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr ""
 
@@ -7483,6 +7976,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr ""
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr ""
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr "Username di login:"
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 msgid "Home"
 msgstr "Principale"
@@ -7491,13 +7995,20 @@
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr ""
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
 msgstr "InsertoCategoria"
@@ -7511,30 +8022,30 @@
 msgid "Page Trail"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 msgid "Lock"
 msgstr "Bloccata"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 msgid "Unlock"
 msgstr "Sblocca"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(diff)"
 
@@ -7558,16 +8069,24 @@
 msgid "%s by %s"
 msgstr ""
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ", RAM: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr ""
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7600,8 +8119,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Nessuno"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7609,398 +8132,400 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
 msgstr "Seguente"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr "La pagina %s <E8> stata modificata."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr "Si prega di controllare che le modifiche siano quelle volute. Grazie."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
-msgid "<system language>"
-msgstr ""
-
+#: ../themes/default/templates/userprefs.tmpl:89
 #: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
+#: ../themes/gforge/templates/userprefs.tmpl:153
 #: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
-msgid "Personal language:"
+msgid "<system language>"
 msgstr ""
 
+#: ../themes/default/templates/userprefs.tmpl:100
 #: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
+msgid "Personal language:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
+msgstr "Preferenze"
+
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr "Altezza"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Larghezza"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "Fuso Orario"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr "Formato della Data"
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "Preferenze"
@@ -8031,13 +8556,8 @@
 msgid "Page"
 msgstr "PaginaPrincipale"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "CategoriaPagina"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 msgid "Last Difference"
 msgstr ""
 
@@ -8052,13 +8572,13 @@
 msgstr "Collegamenti Relativi"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
 msgstr "ModificheRecenti"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
@@ -8066,58 +8586,109 @@
 msgid "Purge"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:11
-msgid "SpecialPages"
+#: ../themes/gforge/templates/actionbar.tmpl:126
+#, fuzzy
+msgid "Watch Page"
+msgstr "Larghezza"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "RegoleFormattazioneTesto"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:17
-msgid "Like Pages"
+#: ../themes/gforge/templates/editpage.tmpl:67
+msgid "Make the page external?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "Preferenze"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
-msgid "E-mail Notification"
+#: ../themes/gforge/templates/navbar.tmpl:10
+msgid "SpecialPages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
+msgid "Like Pages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
+msgid "E-mail Notification"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "Rimuovi la pagina"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 msgid "Check menu items to display."
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+msgid "Show Page Trail"
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Pagina sbloccata."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
+#~ msgid "Include of '%s' failed."
+#~ msgstr "Inserimento di '%s' fallito."
+
+#~ msgid "Removed by: %s"
+#~ msgstr "Rimosso vicino: %s"
+
 #, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "La pagina cambia titolo %s a %s"
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "Il sorgente della %s"
+
+#, fuzzy
+#~ msgid "Page history"
+#~ msgstr "StoricoPagina"
+
+#~ msgid "Show minor edits for:"
+#~ msgstr "Mostrare le modifiche secondarie per:"
+
+#, fuzzy
 #~ msgid "WatchList"
 #~ msgstr "Larghezza"
 
 #~ msgid "GoodStyle"
 #~ msgstr "BuonStile"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "RegoleFormattazioneTesto"
-
 #, fuzzy
 #~ msgid "PageChange Notification of %s Error: Couldn't send to %s"
 #~ msgstr ""
@@ -8125,22 +8696,10 @@
 #~ "trasmettere %s a %s"
 
 #, fuzzy
-#~ msgid "WikiAdminMassRevert"
-#~ msgstr "WikiAmministrazioneDisposizione"
-
-#, fuzzy
-#~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "Sto inserendo la pagina %s, versione %s da %s"
-
-#, fuzzy
 #~ msgid "PhpWikiAdministration/MassRevert"
 #~ msgstr "AmministrazioneDiPhpWiki/Rimuovi"
 
 #, fuzzy
-#~ msgid "Revert selected pages"
-#~ msgstr "Il sorgente della %s"
-
-#, fuzzy
 #~ msgid "WikiUserAdministration"
 #~ msgstr "AmministrazioneDiPhpWiki/Rimuovi"
 
@@ -8194,10 +8753,6 @@
 #~ msgstr "%s: %s"
 
 #, fuzzy
-#~ msgid "Summary:"
-#~ msgstr "Commenti:"
-
-#, fuzzy
 #~ msgid "Comment:"
 #~ msgstr "Indice"
 
@@ -8207,7 +8762,7 @@
 
 #, fuzzy
 #~ msgid "No dsn specified"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
 #~ msgid "Remove the page now"
@@ -8223,7 +8778,7 @@
 
 #, fuzzy
 #~ msgid "No pagename specified for topic."
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
 #~ msgid "Can't set locale: '%s'"
@@ -8247,23 +8802,19 @@
 
 #, fuzzy
 #~ msgid "browse pages in this wiki"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
 #~ msgid "dump serial pages from this wiki"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
-#~ msgid "lock pages in this wiki"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
-
-#, fuzzy
 #~ msgid "remove pages from this wiki"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
 #~ msgid "unlock pages in this wiki"
-#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
+#~ msgstr "Le %d pagine più popolari di questo wiki sono:"
 
 #, fuzzy
 #~ msgid "Selected"
@@ -8330,7 +8881,7 @@
 #~ "saved the page while you were editing the page too. If saving proceeded "
 #~ "now changes from the previous author would be lost."
 #~ msgstr ""
-#~ "PhpWiki non è riuscito a salvare i tuoi cambiamenti perchè un altro "
+#~ "PhpWiki non è riuscito a salvare i tuoi cambiamenti perchè un altro "
 #~ "utente ha cambiato la pagina mentre la stavi modificando. Se il "
 #~ "salvataggio viene comunque fatto, i cambiamenti dell'altro utente "
 #~ "verranno persi."
@@ -8364,13 +8915,13 @@
 #~ msgstr "Rimuovi la pagina"
 
 #~ msgid "WikiDiff::apply: line count mismatch: %s != %s"
-#~ msgstr "WikiDiff::applu: il numero delle linee è differente: %s != %s"
+#~ msgstr "WikiDiff::applu: il numero delle linee è differente: %s != %s"
 
 #~ msgid "WikiDiff::_check: failed"
 #~ msgstr "WikiDiff::_check: fallito"
 
 #~ msgid "WikiDiff::_check: edit sequence is non-optimal"
-#~ msgstr "WikiDiff::_check: la sequenza di editazione non è ottimale"
+#~ msgstr "WikiDiff::_check: la sequenza di editazione non è ottimale"
 
 #~ msgid "WikiDiff Okay: LCS = %s"
 #~ msgstr "WikiDiff Ok: LCS = %s"

Modified: trunk/src/plugins/wiki/www/locale/po/ja.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/ja.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/ja.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -6,34 +6,34 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2003-06-07 09:01+0900\n"
 "Last-Translator: Tadashi Jokagi <webmaster at elf.no-ip.org>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=euc-jp\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -63,242 +63,242 @@
 #: ../lib/DbaDatabase.php:19
 #, fuzzy, php-format
 msgid "Supported handlers are: %s"
-msgstr "¥µ¥Ý¡¼¥È¥Æ¡¼¥Þ°ìÍ÷"
+msgstr "サポートテーマ一覧"
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 #, fuzzy
 msgid "Undo disabled"
-msgstr "¥×¥é¥°¥¤¥ó %s ¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£"
+msgstr "プラグイン %s は無効になっています。"
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, fuzzy, php-format
 msgid "String \"%s\" not found."
-msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページはロック解除中です。"
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
-msgstr "¸¡º÷"
+msgstr "検索"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr ""
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 #, fuzzy
 msgid "Strike"
-msgstr "¥µ¥¤¥º:"
+msgstr "サイズ:"
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 #, fuzzy
 msgid "Link to page"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr ""
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 #, fuzzy
 msgid "Enumeration"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤·¤¿¡£"
+msgstr "メールアドレスを確認出来ました。"
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
-msgstr "ºÇ¸å¤Ø"
+msgstr "最後へ"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 #, fuzzy
 msgid "Table of Contents"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
-msgstr "¥Ú¡¼¥¸Ì¾"
+msgstr "ページ名"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/EditToolbar.php:182
+#: ../lib/EditToolbar.php:202
 #, fuzzy
-msgid "template name"
-msgstr "¥Æ¡¼¥Þ"
+msgid "Template Name"
+msgstr "テーマ"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 #, fuzzy
 msgid "Template"
-msgstr "¥Æ¡¼¥Þ"
+msgstr "テーマ"
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
-msgstr "Êݸ¤¹¤ë"
+msgstr "保存する"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
-msgstr "¥×¥ì¥Ó¥å¡¼¤¹¤ë"
+msgstr "プレビューする"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 #, fuzzy
 msgid "AddCategory"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr ""
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 #, fuzzy
 msgid "AddPlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 #, fuzzy
 msgid "AddPageLink"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
 #, fuzzy
-msgid "AddImage"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgid "Add Image or Video"
+msgstr "ページを編集しています。"
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -307,90 +307,89 @@
 msgid "%s: error while handling error:"
 msgstr ""
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 #, fuzzy
 msgid "CategoryGroup"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr ""
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, fuzzy, php-format
 msgid "PageChange Notification of %s"
-msgstr "¥á¡¼¥ëÄÌÃÎ"
+msgstr "メール通知"
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
-msgstr "%s ¤ËÌá¤ë"
+msgstr "%s に戻る"
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, fuzzy, php-format
 msgid "Error: Couldn't send %s to %s"
-msgstr "¥á¡¼¥ëÄÌÃÎ"
+msgstr "メール通知"
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 #, fuzzy
 msgid "Page change"
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更しませんでした。"
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 #, fuzzy
 msgid "New page"
-msgstr "¿·µ¬¥Ú¡¼¥¸"
+msgstr "新規ページ"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, fuzzy, php-format
 msgid "Edited by: %s"
-msgstr "ÊÔ½¸: %s"
+msgstr "編集: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
 #, fuzzy, php-format
-msgid "Page rename %s to %s"
-msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£"
+msgid "Summary: %s"
+msgstr "要約"
 
-#: ../lib/MailNotify.php:269
+#: ../lib/MailNotify.php:307
 #, fuzzy, php-format
-msgid "Removed by: %s"
-msgstr "ÊÔ½¸: %s"
+msgid "Page rename %s to %s"
+msgstr "%s から読込まれました。"
 
-#: ../lib/MailNotify.php:271
+#: ../lib/MailNotify.php:344
 #, fuzzy, php-format
-msgid "Page removed %s"
-msgstr "¥Ú¡¼¥¸¤ò¥í¥Ã¥¯¤·¤Þ¤·¤¿¡£"
+msgid "User %s removed page %s"
+msgstr "ページをロックしました。"
 
-#: ../lib/MailNotify.php:320
+#: ../lib/MailNotify.php:380
 #, fuzzy
-msgid "e-mail address confirmation"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤·¤¿¡£"
+msgid "E-Mail address confirmation"
+msgstr "メールアドレスを確認出来ました。"
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -405,252 +404,268 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
-msgstr "%s¤Ç¥½¡¼¥È¤·¤Þ¤¹¡£"
+msgstr "%sでソートします。"
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 #, fuzzy
 msgid "reverse"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr ""
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, fuzzy, php-format
 msgid "Click to sort by %s"
-msgstr "%s¤Ç¥½¡¼¥È¤·¤Þ¤¹¡£"
+msgstr "%sでソートします。"
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr ""
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr ""
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr ""
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, fuzzy, php-format
 msgid "%s not found"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
-msgstr "<°ìÃפ·¤Þ¤»¤ó>"
+msgstr "<一致しません>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 #, fuzzy
 msgid "Content"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
-msgstr "ºÇ½ª¹¹¿·Æü»þ"
+msgstr "最終更新日時"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
-msgstr "¥Ò¥Ã¥È"
+msgstr "ヒット"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 #, fuzzy
 msgid "Size"
-msgstr "¥µ¥¤¥º:"
+msgstr "サイズ:"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
-msgstr "ºÇ½ªÍ×Ìó"
+msgstr "最終要約"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
-msgstr "¥Ð¡¼¥¸¥ç¥ó"
+msgstr "バージョン"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
-msgstr "ºÇ½ªÊÔ½¸¼Ô"
+msgstr "最終編集者"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr ""
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr ""
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
-msgstr "¥í¥Ã¥¯¤·¤Þ¤·¤¿"
+msgstr "ロックしました"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
-msgstr "¥í¥Ã¥¯¤·¤Þ¤·¤¿"
+msgstr "ロックしました"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+msgid "External"
+msgstr ""
+
+#: ../lib/PageList.php:1218
+msgid "external"
+msgstr ""
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr ""
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×"
+msgstr "マークアップ"
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 #, fuzzy
 msgid "Rename"
-msgstr "̾¾Î"
+msgstr "名称"
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 #, fuzzy
 msgid "Replace"
-msgstr "¥Æ¡¼¥Þ"
+msgstr "テーマ"
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 #, fuzzy
 msgid "List this page and all subpages"
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
+msgstr "全ページ一覧"
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 #, fuzzy
 msgid "Create a new (sub)page"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 #, fuzzy
 msgid "Download page contents"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr ""
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 #, fuzzy
 msgid "Remove this page"
-msgstr "¥Ú¡¼¥¸ºï½ü"
+msgstr "ページ削除"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "ページを作成しています。"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr ""
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 #, fuzzy
 msgid "Group/User"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
-msgstr "ÀâÌÀ"
+msgstr "説明"
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr ""
 
@@ -658,12 +673,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -673,9 +686,9 @@
 #: ../themes/wikilens/templates/navbar.tmpl:11
 #, fuzzy
 msgid "Discussion"
-msgstr "¥Ð¡¼¥¸¥ç¥ó"
+msgstr "バージョン"
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr ""
@@ -686,75 +699,76 @@
 
 #: ../lib/PageType.php:397
 msgid "InterWiki Address"
-msgstr "InterWiki¥¢¥É¥ì¥¹"
+msgstr "InterWikiアドレス"
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr ""
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr ""
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, fuzzy, php-format
 msgid "the file '%s'"
-msgstr "MIME¥Õ¥¡¥¤¥ë %s"
+msgstr "MIMEファイル %s"
 
 #: ../lib/SemanticWeb.php:137 ../lib/plugin/UriResolver.php:36
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -763,47 +777,42 @@
 msgid "%4d  %s\n"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, fuzzy, php-format
 msgid "Unsupported argument: %s=%s"
-msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷"
+msgstr "サポート言語一覧"
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, fuzzy, php-format
 msgid "renamed from %s"
-msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£"
+msgstr "%s から読込まれました。"
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr ""
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 #, fuzzy
 msgid "Optimizing database"
-msgstr "%s ¤òºÇŬ²½Ãæ¤Ç¤¹"
+msgstr "%s を最適化中です"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr ""
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
-msgstr "¤³¤³¤Ë%s¤òµ­½Ò¤·¤Þ¤¹¡£"
+msgstr "ここに%sを記述します。"
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr ""
@@ -811,7 +820,7 @@
 #: ../lib/WikiDB/backend/dba.php:29 ../lib/WikiDB/backend/dba.php:31
 #, php-format
 msgid "%s: Can't open dba database"
-msgstr "%s: dba ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¥ª¡¼¥×¥ó½ÐÍè¤Þ¤»¤ó¡£"
+msgstr "%s: dba データベースをオープン出来ません。"
 
 #: ../lib/WikiDB/backend/file.php:111 ../lib/WikiDB/backend/flatfile.php:83
 #, php-format
@@ -845,7 +854,7 @@
 #: ../lib/WikiGroup.php:32
 #, fuzzy
 msgid "HasHomePage"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
 #: ../lib/WikiGroup.php:33
 msgid "Signed Users"
@@ -889,10 +898,10 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr ""
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
-msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£"
+msgstr "%s: 未定義でした。"
 
 #: ../lib/WikiGroup.php:843
 #, php-format
@@ -902,7 +911,7 @@
 #: ../lib/WikiGroup.php:951
 #, fuzzy, php-format
 msgid "%s not defined"
-msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£"
+msgstr "%s: 未定義でした。"
 
 #: ../lib/WikiGroup.php:961
 msgid "No LDAP in this PHP version"
@@ -913,41 +922,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr ""
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
-msgstr "¥×¥é¥°¥¤¥ó %s ¤¬¼ºÇÔ¤·¤Þ¤·¤¿¡£"
+msgstr "プラグイン %s が失敗しました。"
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
-msgstr "¥×¥é¥°¥¤¥ó %s ¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£"
+msgstr "プラグイン %s は無効になっています。"
 
-#: ../lib/WikiPlugin.php:529
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
 #, fuzzy, php-format
-msgid "Include of '%s' failed."
-msgstr "%s ¤Î¥¤¥ó¥¯¥ë¡¼¥É¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"
+msgid "Plugin '%s' does not exist."
+msgstr "プラグイン %s は無効になっています。"
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr ""
@@ -963,94 +968,93 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr ""
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, fuzzy, php-format
 msgid "Version %s, saved %s"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, fuzzy, php-format
 msgid "Last edited %s"
-msgstr "ºÇ½ªÊÔ½¸Æü»þ"
+msgstr "最終編集日時"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, fuzzy, php-format
 msgid "Version %s, saved on %s"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %d"
+msgstr "バージョン %d"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, fuzzy, php-format
 msgid "Last edited on %s"
-msgstr "ºÇ½ªÊÔ½¸Æü»þ: %s"
+msgstr "最終編集日時: %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
-msgstr "º£Æü"
+msgstr "今日"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
-msgstr "ºòÆü"
+msgstr "昨日"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, fuzzy, php-format
 msgid "Owner: %s"
-msgstr "¥æ¡¼¥¶¡¼ID:"
+msgstr "ユーザーID:"
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
-msgstr "ºîÀ®: %s"
+msgstr "作成: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
-msgstr "'%s': ¥Ú¡¼¥¸Ì¾¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+msgstr "'%s': ページ名が正しくありません"
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
-msgstr "ÊÔ½¸"
+msgstr "編集"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
-msgstr "º¹Ê¬"
+msgstr "差分"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1060,114 +1064,122 @@
 #: ../themes/smaller/templates/signin.tmpl:16
 #: ../themes/smaller/templates/signin.tmpl:27
 msgid "Sign Out"
-msgstr "¥µ¥¤¥ó¥µ¥¦¥È"
+msgstr "サインサウト"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
-msgstr "¥µ¥¤¥ó¥¤¥ó"
+msgstr "サインイン"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "ページ削除"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
-msgstr "¥Ú¡¼¥¸¥í¥Ã¥¯"
+msgstr "ページロック"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
-msgstr "¥Ú¡¼¥¸¥í¥Ã¥¯²ò½ü"
+msgstr "ページロック解除"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
-msgstr "¥Ú¡¼¥¸ºï½ü"
+msgstr "ページ削除"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "変更しませんでした。"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
-msgstr "¥×¥ê¥ó¥¿¡¼"
+msgstr "プリンター"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
-msgstr "¾åÉô¤È²¼Éô¤Î¥Ä¡¼¥ë¥Ð¡¼"
+msgstr "上部と下部のツールバー"
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
-msgstr "¥«¥ì¥ó¥À¡¼"
+msgstr "カレンダー"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, fuzzy, php-format
 msgid "Plugin %s: undefined"
-msgstr "¥×¥é¥°¥¤¥ó %s ¤¬¼ºÇÔ¤·¤Þ¤·¤¿¡£"
+msgstr "プラグイン %s が失敗しました。"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr ""
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 #, fuzzy
 msgid "Invalid username."
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr ""
 
@@ -1194,16 +1206,16 @@
 #: ../lib/WikiUser.php:456 ../themes/default/templates/homepage.tmpl:37
 #, fuzzy
 msgid "CategoryHomepage"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
 #, fuzzy
 msgid "Preferences"
-msgstr "»²¾È°ìÍ÷"
+msgstr "参照一覧"
 
 #: ../lib/WikiUser.php:512
 #, php-format
@@ -1225,6 +1237,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr ""
@@ -1234,29 +1260,34 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 #, fuzzy
 msgid "User not found in LDAP"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 #, fuzzy
 msgid "Wrong password: "
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr ""
 
+#: ../lib/WikiUser/LDAP.php:209
+#, fuzzy, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr "ユーザーIDかパスワードが無効です。"
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
@@ -1285,57 +1316,57 @@
 #: ../lib/WikiUser/PersonalPage.php:50
 #, fuzzy, php-format
 msgid "Given password ignored."
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 #, fuzzy
 msgid "Invalid password."
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 #, fuzzy
 msgid "Email Verification"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤·¤¿¡£"
+msgstr "メールアドレスを確認出来ました。"
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1344,12 +1375,12 @@
 "See %s"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1357,7 +1388,7 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:69
 #, fuzzy
 msgid "Apply changes"
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更しませんでした。"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:70
 msgid "Exit toolbar"
@@ -1366,17 +1397,17 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:71
 #, fuzzy
 msgid "Title 1"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:72
 #, fuzzy
 msgid "Title 2"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:73
 #, fuzzy
 msgid "Title 3"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:74
 msgid "Verbatim"
@@ -1385,7 +1416,7 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:75
 #, fuzzy
 msgid "Table of content"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:76
 msgid "Insert Wikitext section"
@@ -1394,18 +1425,18 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:77
 #, fuzzy
 msgid "Sup"
-msgstr "¥µ¥Ö¥Ú¡¼¥¸"
+msgstr "サブページ"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:78
 #, fuzzy
 msgid "Sub"
-msgstr "Á÷¿®"
+msgstr "送信"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:106
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1414,98 +1445,112 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
-msgstr "¤Ê¤·"
+msgstr "なし"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr ""
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
-msgstr "º¹Ê¬: %s"
+msgstr "差分: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %d"
+msgstr "バージョン %d"
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
-msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó"
+msgstr "現在のバージョン"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr ""
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
-msgstr "Á°¤Î¥ê¥Ó¥¸¥ç¥ó"
+msgstr "前のリビジョン"
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr ""
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr ""
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr ""
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr ""
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
-msgstr "Á°¤Î¥ê¥Ó¥¸¥ç¥ó"
+msgstr "前のリビジョン"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
-msgstr "Á°¤ÎÊÔ½¸¼Ô"
+msgstr "前の編集者"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr ""
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr ""
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "バージョン %d"
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
 msgstr ""
 
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " is identical."
+msgstr ""
+
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "バージョン"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
 # This entry is important for French punctuation rules which stipulate
 # a space before each colon.
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1513,180 +1558,200 @@
 msgid "%s: %s"
 msgstr ""
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr ""
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr ""
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr ""
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr ""
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
-msgstr "ÊÔ½¸: %s"
+msgstr "編集: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
-msgstr "¥½¡¼¥¹¤ò¸«¤ë: %s"
+msgstr "ソースを見る: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
-msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯Ãæ¤Ç¤¹¡£"
+msgstr "ページはロック中です。"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
-msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページはロック解除中です。"
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+#, fuzzy
+msgid "Page now public."
+msgstr "ページはロック解除中です。"
+
+#: ../lib/editpage.php:260
+#, fuzzy
+msgid "Page now not-public."
+msgstr "ページはロック解除中です。"
+
+#: ../lib/editpage.php:269
+#, fuzzy
+msgid "Page now external."
+msgstr "ページはロック解除中です。"
+
+#: ../lib/editpage.php:270
+#, fuzzy
+msgid "Page now not-external."
+msgstr "ページはロック解除中です。"
+
+#: ../lib/editpage.php:379
 #, fuzzy, php-format
 msgid "Saved: %s"
-msgstr "Êݸ¤·¤Þ¤·¤¿: 5s"
+msgstr "保存しました: 5s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr ""
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, php-format
 msgid "%s is listed at %s with %s"
 msgstr ""
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr ""
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr ""
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
-msgstr "¥Ú¡¼¥¸¤ò¥í¥Ã¥¯¤·¤Þ¤·¤¿¡£"
+msgstr "ページをロックしました。"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 #, fuzzy
 msgid "ModeratedPage"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
-msgstr "¥æ¡¼¥¶¡¼ÀßÄê"
+msgstr "ユーザー設定"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1694,750 +1759,754 @@
 "those sections by hand before you click Save."
 msgstr ""
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr ""
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr ""
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 #, fuzzy
 msgid "Convert"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
-msgstr "¥¢¥Ã¥×¥í¡¼¥É"
+msgstr "アップロード"
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr ""
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 #, fuzzy
 msgid "Dump to directory"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê '%s' ¤òºîÀ®½ÐÍè¤Þ¤»¤ó¡£"
+msgstr "ディレクトリ '%s' を作成出来ません。"
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 #, fuzzy
 msgid "Upload File"
-msgstr "¥Õ¥¡¥¤¥ëÆɹþ¤ß"
+msgstr "ファイル読込み"
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
-msgstr "¥Õ¥¡¥¤¥ëÆɹþ¤ß"
+msgstr "ファイル読込み"
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 #, fuzzy
 msgid "Upgrade"
-msgstr "¥¢¥Ã¥×¥í¡¼¥É"
+msgstr "アップロード"
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 #, fuzzy
 msgid "Dump pages as XHTML"
-msgstr "XHTML¤Ç½ÐÎÏ"
+msgstr "XHTMLで出力"
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 #, fuzzy
 msgid "LoadDump"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
-msgstr "´°Î»¤·¤Þ¤·¤¿¡£"
+msgstr "完了しました。"
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
-msgstr "%s ¤ËÌá¤ë"
+msgstr "%s に戻る"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr ""
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr ""
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr ""
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê '%s' ¤òºîÀ®½ÐÍè¤Þ¤»¤ó¡£"
+msgstr "ディレクトリ '%s' を作成出来ません。"
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr ""
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê '%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ディレクトリ '%s' を使用しています。"
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr ""
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr ""
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr ""
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
-msgstr "%s  ¥Ð¥¤¥È½ñ¤­¹þ¤ß¤Þ¤·¤¿¡£"
+msgstr "%s  バイト書き込みました。"
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, fuzzy, php-format
 msgid "... not copied to %s"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 #, fuzzy
 msgid "saved as "
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 #, fuzzy
 msgid "... not found"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
-msgstr "¥Ú¡¼¥¸Ì¾¤¬Ì¤»ØÄê¤Ç¤¹!"
+msgstr "ページ名が未指定です!"
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 #, fuzzy
 msgid "Invalid pagename!"
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
-msgstr "%s ¤«¤é"
+msgstr "%s から"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr ""
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
-msgstr "MIME¥Õ¥¡¥¤¥ë %s"
+msgstr "MIMEファイル %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
-msgstr "¥·¥ê¥¢¥é¥¤¥º¥Õ¥¡¥¤¥ë %s"
+msgstr "シリアライズファイル %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
-msgstr "¥×¥ì¥¤¥ó¥Õ¥¡¥¤¥ë %s"
+msgstr "プレインファイル %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr ""
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr ""
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "Revert"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 #, fuzzy
 msgid "no page content"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 #, fuzzy
 msgid "same version page"
-msgstr "¥æ¡¼¥¶¡¼¥Ú¡¼¥¸"
+msgstr "ユーザーページ"
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 msgid "Cancelled"
 msgstr ""
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr ""
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr ""
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, fuzzy, php-format
 msgid "revert to version %d"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %d"
+msgstr "バージョン %d"
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr ""
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr ""
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
-msgstr "'%s' ¤òÆɹþ¤ßÃæ¤Ç¤¹¡£"
+msgstr "'%s' を読込み中です。"
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr ""
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr ""
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
-msgstr "%s ¤ò¥¢¥Ã¥×¥í¡¼¥ÉÃæ¤Ç¤¹¡£"
+msgstr "%s をアップロード中です。"
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 #, fuzzy
 msgid "authenticated"
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 #, fuzzy
 msgid "not authenticated"
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 #, fuzzy
 msgid "Missing PagePermission:"
-msgstr "¥Ú¡¼¥¸¥Ð¡¼¥¸¥ç¥ó:"
+msgstr "ページバージョン:"
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr ""
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr ""
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 #, fuzzy
 msgid "view this page"
-msgstr "¿·µ¬¥Ú¡¼¥¸"
+msgstr "新規ページ"
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 #, fuzzy
 msgid "diff this page"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 #, fuzzy
 msgid "dump html pages"
-msgstr "HTML¥Ú¡¼¥¸¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "HTMLページを出力しています。"
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 #, fuzzy
 msgid "dump serial pages"
-msgstr "¥·¥ê¥¢¥é¥¤¥º¥Ú¡¼¥¸¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "シリアライズページを出力しています。"
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 #, fuzzy
 msgid "edit this page"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
 msgstr ""
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 #, fuzzy
 msgid "create this page"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr ""
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 #, fuzzy
 msgid "lock this page"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 #, fuzzy
 msgid "purge this page"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 #, fuzzy
 msgid "remove this page"
-msgstr "¥Ú¡¼¥¸ºï½ü"
+msgstr "ページ削除"
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 #, fuzzy
 msgid "unlock this page"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr ""
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr ""
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr ""
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr ""
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr ""
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 #, fuzzy
 msgid "use"
-msgstr "Á´¥æ¡¼¥¶¡¼"
+msgstr "全ユーザー"
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
-msgstr "¥Ú¡¼¥¸¤ò±ÜÍ÷Ãæ¤Ç¤¹¡£"
+msgstr "ページを閲覧中です。"
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
-msgstr "¥Ú¡¼¥¸¤Îº¹Ê¬¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページの差分を出力しています。"
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
-msgstr "HTML¥Ú¡¼¥¸¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "HTMLページを出力しています。"
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
-msgstr "¥·¥ê¥¢¥é¥¤¥º¥Ú¡¼¥¸¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "シリアライズページを出力しています。"
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
-msgstr "¥Õ¥¡¥¤¥ë¤òÆɹþ¤ßÃæ¤Ç¤¹¡£"
+msgstr "ファイルを読込み中です。"
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
-msgstr "¥Ú¡¼¥¸¤ò¥í¥Ã¥¯Ãæ¤Ç¤¹¡£"
+msgstr "ページをロック中です。"
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 #, fuzzy
 msgid "Purging pages"
-msgstr "¥Ú¡¼¥¸¤ò±ÜÍ÷Ãæ¤Ç¤¹¡£"
+msgstr "ページを閲覧中です。"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
-msgstr "¥Ú¡¼¥¸¤òºï½üÃæ¤Ç¤¹¡£"
+msgstr "ページを削除中です。"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
-msgstr "%s: Àµ¤·¤¯¤Ê¤¤Áàºî¤Ç¤¹¡£"
+msgstr "%s: 正しくない操作です。"
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
-msgstr "Ã×̿Ū¤ÊPhpWiki¤Î¥¨¥é¡¼¤Ç¤¹¡£"
+msgstr "致命的なPhpWikiのエラーです。"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 #, fuzzy
 msgid "Chown"
-msgstr "¥«¥¦¥ó¥È"
+msgstr "カウント"
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr ""
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 #, fuzzy
 msgid "PageDump"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
-msgstr "Á´Ê¸¸¡º÷"
+msgstr "全文検索"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr ""
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, fuzzy, php-format
 msgid "the session.save_path directory '%s'"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê '%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ディレクトリ '%s' を使用しています。"
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr ""
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr ""
 
 #: ../lib/plugin/AddComment.php:39
 #, fuzzy
 msgid "AddComment"
-msgstr "¥³¥á¥ó¥ÈÄɲÃ"
+msgstr "コメント追加"
 
 #: ../lib/plugin/AddComment.php:43
 #, php-format
 msgid "Show and add comments for %s"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 #, fuzzy
 msgid "No pagename specified"
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 #, fuzzy
 msgid "Click to display all comments"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 #, fuzzy
 msgid "Click to display"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 #, fuzzy
 msgid "Comments"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
-msgstr "Á´¥Ú¡¼¥¸"
+msgstr "全ページ"
 
 #: ../lib/plugin/AllPages.php:38
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+msgid "All pages in this wiki ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
-#, php-format
-msgid "List of pages owned by [%s] (%d total):"
-msgstr ""
+#: ../lib/plugin/AllPages.php:75
+#, fuzzy
+msgid "List of user-created pages ({total} total):"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:103
+#, fuzzy, php-format
+msgid "List of pages created by [%s] ({total} total):"
+msgstr "%s のページ履歴一覧"
+
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
 
 #: ../lib/plugin/AllUsers.php:37
 msgid "AllUsers"
-msgstr "Á´¥æ¡¼¥¶¡¼"
+msgstr "全ユーザー"
 
 #: ../lib/plugin/AllUsers.php:41
 #, fuzzy
 msgid "List all once authenticated users."
-msgstr "%s¤Ç¥½¡¼¥È¤·¤Þ¤¹¡£"
+msgstr "%sでソートします。"
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2496,7 +2565,7 @@
 #: ../lib/plugin/AnalyseAccessLogSql.php:226
 #, fuzzy
 msgid "users"
-msgstr "Á´¥æ¡¼¥¶¡¼"
+msgstr "全ユーザー"
 
 #: ../lib/plugin/AnalyseAccessLogSql.php:227
 msgid "host_users"
@@ -2518,7 +2587,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr ""
 
@@ -2534,63 +2603,63 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 #, fuzzy
 msgid "AppendText"
-msgstr "³°´Ñ"
+msgstr "外観"
 
 #: ../lib/plugin/AppendText.php:41
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 #, fuzzy
 msgid "Page successfully updated."
-msgstr "¥Ñ¥¹¥ï¡¼¥É"
+msgstr "パスワード"
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2602,151 +2671,152 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 #, fuzzy
 msgid "AuthorHistory"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 #, fuzzy
 msgid "Author"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
-msgstr "Í×Ìó"
+msgstr "要約"
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 #, fuzzy
 msgid "Modified"
-msgstr "ºÇ½ª¹¹¿·Æü»þ"
+msgstr "最終更新日時"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 #, fuzzy
 msgid "Those"
-msgstr "¥Æ¡¼¥Þ"
+msgstr "テーマ"
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 #, fuzzy
 msgid "New entry"
-msgstr "¿·µ¬¥³¥á¥ó¥È"
+msgstr "新規コメント"
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2754,147 +2824,209 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
-msgstr "Á°¤Î·î"
+msgstr "前の月"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
-msgstr "¼¡¤Î·î"
+msgstr "次の月"
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
-msgstr "Éý"
+msgstr "å¹…"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
-msgstr "%s ¤òÊÔ½¸"
+msgstr "%s を編集"
 
 #: ../lib/plugin/CalendarList.php:54 ../lib/plugin/CalendarList.php:58
 #, fuzzy
 msgid "CalendarList"
-msgstr "¥«¥ì¥ó¥À¡¼"
+msgstr "カレンダー"
 
 #: ../lib/plugin/CategoryPage.php:44
 #, fuzzy
 msgid "CategoryPage"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
 #: ../lib/plugin/CategoryPage.php:48
 #, fuzzy
 msgid "Create a Wiki page."
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
 #: ../lib/plugin/CreateBib.php:36
 #, fuzzy
 msgid "CreateBib"
-msgstr "ºîÀ®: %s"
+msgstr "作成: %s"
 
 #: ../lib/plugin/CreateBib.php:40
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
 #: ../lib/plugin/CreatePage.php:42
 #, fuzzy
 msgid "CreatePage"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
 #: ../lib/plugin/CreatePage.php:46
 #, fuzzy
 msgid "Create a Wiki page by the provided name."
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 #, fuzzy
 msgid "Cannot create page with empty name!"
-msgstr "¥Ç¥£¥ì¥¯¥È¥ê '%s' ¤òºîÀ®½ÐÍè¤Þ¤»¤ó¡£"
+msgstr "ディレクトリ '%s' を作成出来ません。"
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "ページを作成しています。"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
 #, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
+#, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 #, fuzzy
 msgid "Created by CreatePage"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 #, fuzzy
 msgid "CreateToc"
-msgstr "ºîÀ®: %s"
+msgstr "作成: %s"
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 #, fuzzy
 msgid "Click to display to TOC"
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
 #, fuzzy
+msgid "CurrentTime"
+msgstr "現在のテーマ: %s"
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
+#, fuzzy
 msgid "DeadEndPages"
-msgstr "¥é¥ó¥À¥à¥Ú¡¼¥¸"
+msgstr "ランダムページ"
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "インライン画像一覧"
+
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s バイト"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+#, fuzzy
+msgid "Click to hide/show"
+msgstr "ページのロックを解除中です。"
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
-msgstr "META¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "METAデータの編集"
 
 #: ../lib/plugin/EditMetaData.php:52
 #, php-format
 msgid "Edit metadata for %s"
-msgstr "%s ¤ÎMETA¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "%s のMETAデータの編集"
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, fuzzy, php-format
 msgid "No metadata for %s"
-msgstr "%s ¤ÎMETA¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "%s のMETAデータの編集"
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
-msgstr "Á÷¿®"
+msgstr "送信"
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2906,73 +3038,78 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, fuzzy, php-format
 msgid "Invalid argument: %s=%s"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 #, fuzzy
 msgid "FileInfo"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s: ファイルが見つかりません。"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
-msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯Ãæ¤Ç¤¹¡£"
+msgstr "ページはロック中です。"
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 #, fuzzy
 msgid "Title"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../lib/plugin/FrameInclude.php:52
 msgid "FrameInclude"
@@ -2983,93 +3120,98 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
-msgstr "%s ¤ò»²¾È"
+msgstr "%s を参照"
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
-msgstr "̾¾Î"
+msgstr "名称"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
-msgstr "¥¹¥³¥¢"
+msgstr "スコア"
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
-msgstr "¥µ¥¦¥ó¥É¥¹¥³¥¢"
+msgstr "サウンドスコア"
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr ""
 
@@ -3082,34 +3224,34 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, fuzzy, php-format
 msgid "invalid argument %s"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
 #: ../lib/plugin/GooglePlugin.php:43
 #, fuzzy
 msgid "GooglePlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
 #: ../lib/plugin/GooglePlugin.php:47
 msgid "Make use of the Google API"
 msgstr ""
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 #, fuzzy
 msgid "Nothing found"
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
 #: ../lib/plugin/GraphViz.php:115
 msgid "GraphViz"
@@ -3119,22 +3261,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, fuzzy, php-format
 msgid "%s is empty"
-msgstr "%s ¤¬¶õ¤Ç¤¹¡£"
+msgstr "%s が空です。"
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3151,15 +3293,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3171,129 +3317,153 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
 #, php-format
+msgid "Page '%s' does not exist"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
-msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£"
+msgstr "%s から読込まれました。"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 #, fuzzy
 msgid "IncludePages"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
 #: ../lib/plugin/IncludeSiteMap.php:52
 #, fuzzy
 msgid "IncludeSiteMap"
-msgstr "¥µ¥¤¥È¥Þ¥Ã¥×"
+msgstr "サイトマップ"
 
 #: ../lib/plugin/IncludeSiteMap.php:56
 #, php-format
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "インライン画像一覧"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "ホームページ作成:"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
-msgstr "InterWiki¸¡º÷"
+msgstr "InterWiki検索"
 
 #: ../lib/plugin/InterWikiSearch.php:35
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
-msgstr "Wiki̾"
+msgstr "Wiki名"
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
-msgstr "¸¡º÷"
+msgstr "検索"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 #, fuzzy
 msgid "JabberPresence"
-msgstr "¥æ¡¼¥¶¡¼ÀßÄê"
+msgstr "ユーザー設定"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
 #: ../lib/plugin/LdapSearch.php:54
 #, fuzzy
 msgid "LdapSearch"
-msgstr "¸¡º÷"
+msgstr "検索"
 
 #: ../lib/plugin/LdapSearch.php:57
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 #, fuzzy
 msgid "Missing ldap extension"
-msgstr "¥Ú¡¼¥¸¥Ð¡¼¥¸¥ç¥ó:"
+msgstr "ページバージョン:"
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 msgid "Failed to connect to LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3304,59 +3474,74 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 #, fuzzy
 msgid "Links"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, fuzzy, php-format
 msgid "Unsupported format argument %s"
-msgstr "¥µ¥Ý¡¼¥È¥Æ¡¼¥Þ°ìÍ÷"
+msgstr "サポートテーマ一覧"
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../lib/plugin/LinkSearch.php:38
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 #, fuzzy
 msgid "outgoing"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 #, fuzzy
 msgid "Link"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3364,13 +3549,13 @@
 #: ../lib/plugin/ListPages.php:38
 #, fuzzy
 msgid "ListPages"
-msgstr "¥µ¥Ö¥Ú¡¼¥¸"
+msgstr "サブページ"
 
 #: ../lib/plugin/ListPages.php:42
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3387,20 +3572,20 @@
 #: ../lib/plugin/ListSubpages.php:34
 #, fuzzy
 msgid "ListSubpages"
-msgstr "¥µ¥Ö¥Ú¡¼¥¸"
+msgstr "サブページ"
 
 #: ../lib/plugin/ListSubpages.php:38
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, fuzzy, php-format
 msgid "SubPages of %s:"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò"
+msgstr "%s のページ履歴"
 
 #: ../lib/plugin/MediawikiTable.php:56
 msgid "MediawikiTable"
@@ -3410,17 +3595,17 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 #, fuzzy
 msgid "Support moderated pages"
-msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷"
+msgstr "サポート言語一覧"
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3428,12 +3613,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3441,301 +3626,303 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 #, fuzzy
 msgid "Reject"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, fuzzy, php-format
 msgid "%s is not locked!"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
-msgstr "¿·µ¬¥Ú¡¼¥¸"
+msgstr "新規ページ"
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 #, fuzzy
 msgid "List all new pages per month per user"
-msgstr "%s¤Ç¥½¡¼¥È¤·¤Þ¤¹¡£"
+msgstr "%sでソートします。"
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
-msgstr "µì¥¹¥¿¥¤¥ë¤Î¥Æ¡¼¥Ö¥ë"
+msgstr "旧スタイルのテーブル"
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, fuzzy, php-format
 msgid "Page %s not found."
-msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページはロック解除中です。"
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 #, fuzzy
 msgid "Warning:"
-msgstr "·Ù¹ð!"
+msgstr "警告!"
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
-msgstr "¼¡¤Ø"
+msgstr "次へ"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
-msgstr "Á°¤Ø"
+msgstr "前へ"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
-msgstr "ºÇ½é¤Ø"
+msgstr "最初へ"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
-msgstr "ºÇ¸å¤Ø"
+msgstr "最後へ"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò"
+msgstr "%s のページ履歴"
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
-msgstr "¥ê¥Ó¥¸¥ç¥ó¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "リビジョンが見つかりません。"
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
-msgstr "¥ê¥Ó¥¸¥ç¥óÈæ³Ó"
+msgstr "リビジョン比較"
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
-msgstr "¥Ú¡¼¥¸ÍúÎò"
+msgstr "ページ履歴"
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %d"
+msgstr "バージョン %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò°ìÍ÷"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
-msgstr "¥Ú¡¼¥¸¾ðÊó"
+msgstr "ページ情報"
 
 #: ../lib/plugin/PageInfo.php:36
 #, php-format
@@ -3753,115 +3940,120 @@
 #: ../lib/plugin/PasswordReset.php:42
 #, fuzzy
 msgid "PasswordReset"
-msgstr "¥Ñ¥¹¥ï¡¼¥É:"
+msgstr "パスワード:"
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, fuzzy, php-format
 msgid "Error sending email with password for user %s."
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 #, fuzzy
 msgid "Reset password of user: "
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
-msgstr "¥Õ¥©¥È¥¢¥ë¥Ð¥à"
+msgstr "フォトアルバム"
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
-msgstr "PHP¥Ï¥¤¥é¥¤¥È"
+msgstr "PHPハイライト"
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
-msgstr "PHP¹½Ê¸¥Ï¥¤¥é¥¤¥È"
+msgstr "PHP構文ハイライト"
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3874,31 +4066,31 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
-msgstr "¹ñ̾Á÷¿®"
+msgstr "国名送信"
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
-msgstr "¹ñ̾Êѹ¹"
+msgstr "国名変更"
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
-msgstr "½êºßÃÏÊѹ¹"
+msgstr "所在地変更"
 
 #: ../lib/plugin/Ploticus.php:93
 msgid "Ploticus"
@@ -3908,55 +4100,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 #, fuzzy
 msgid "empty source"
-msgstr "¥½¡¼¥¹¤ò¸«¤ë"
+msgstr "ソースを見る"
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
-msgstr "¥×¥é¥°¥¤¥ó´ÉÍý"
+msgstr "プラグイン管理"
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
+#: ../lib/plugin/PluginManager.php:36
+msgid "List of plugins on this wiki"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
-msgstr "¥×¥é¥°¥¤¥ó°ìÍ÷"
+msgstr "プラグイン一覧"
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
-msgstr "¤³¤Î¥×¥é¥°¥¤¥ó¤ò»È¤¦"
+msgstr "このプラグインを使う"
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
-msgstr "°ú¿ô°ìÍ÷"
+msgstr "引数一覧"
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3968,17 +4160,17 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
 msgstr ""
@@ -3991,77 +4183,86 @@
 msgid "List the most popular tags."
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 #, fuzzy
 msgid "CategoryCategory"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 #, fuzzy
 msgid "Category"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
-msgstr "»²¾È°ìÍ÷"
+msgstr "参照一覧"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 #, fuzzy
 msgid "Total Units"
-msgstr "Áí¥Ò¥Ã¥È¿ô: %s"
+msgstr "総ヒット数: %s"
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 #, fuzzy
 msgid "Total Voters"
-msgstr "Áí¥Æ¡¼¥Þ¿ô: %d"
+msgstr "総テーマ数: %d"
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
-msgstr "Á°¸å"
+msgstr "前後"
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
-msgstr "¥¤¥ó¥Ç¥Ã¥¯¥¹"
+msgstr "インデックス"
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+#, fuzzy
+msgid "Processing"
+msgstr "バージョン"
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
-msgstr "¥é¥ó¥À¥à¥Ú¡¼¥¸"
+msgstr "ランダムページ"
 
 #: ../lib/plugin/RandomPage.php:37
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -4069,54 +4270,61 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
-msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó"
+msgstr "現在のバージョン"
 
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
-msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë"
+msgid "Your current prediction: "
+msgstr "現在のバージョンを表示する"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 msgid "Change your rating from "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+msgid " to "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 msgid "Add your rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
-msgstr "ÊÔ½¸: %s"
+msgstr "編集: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 msgid "Cancel your rating"
 msgstr ""
 
@@ -4124,291 +4332,356 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
-msgstr "À¸¤ÎHTML"
+msgstr "生のHTML"
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 #, fuzzy
 msgid "UserContribs"
-msgstr "¥æ¡¼¥¶¡¼Åý·×"
+msgstr "ユーザー統計"
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr ""
 
-# ºï½ü¤·¤Þ¤·¤¿¡£
-#: ../lib/plugin/RecentChanges.php:126
+# 削除しました。
+#: ../lib/plugin/RecentChanges.php:135
 #, fuzzy
 msgid "Deleted"
-msgstr "ºï½ü¤·¤Þ¤·¤¿¡£"
+msgstr "削除しました。"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
-msgstr "º¹Ê¬"
+msgstr "差分"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
-msgstr "(ÍúÎò)"
+msgstr "(履歴)"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 #, fuzzy
 msgid "contribs"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
-msgstr "¿·µ¬¥Ú¡¼¥¸"
+msgstr "新規ページ"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 #, fuzzy
 msgid "Recent Comments"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 #, fuzzy
 msgid "comments"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを作成しています。"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, fuzzy, php-format
 msgid " for pages changed by %s"
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更しませんでした。"
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, php-format
 msgid " for all pages linking to %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, php-format
 msgid " for all pages matching '%s'"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 #, fuzzy
 msgid "No comments found"
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
+#: ../lib/plugin/RecentChanges.php:1165
+msgid "List all recent changes in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
+#: ../lib/plugin/RecentChanges.php:1417
+msgid "1 day"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1356
-msgid "1 day"
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
 #, fuzzy
+msgid "All users"
+msgstr "全ユーザー"
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+#, fuzzy
+msgid "All pages"
+msgstr "全ページ"
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+#, fuzzy
+msgid "All modifications"
+msgstr "メールアドレスを確認出来ました。"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "コンテンツ"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "変更履歴"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "ページを作成しています。"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "新規ページ"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
+#, fuzzy
 msgid "RecentComments"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 #, fuzzy
 msgid "latest comment by "
-msgstr "¿·µ¬¥³¥á¥ó¥È"
+msgstr "新規コメント"
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+msgid "List all recent edits in this wiki."
+msgstr ""
+
+#: ../lib/plugin/RecentEdits.php:54
 #, fuzzy
 msgid "Recent Edits"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+msgid "List of changes on all pages which are linked to from this page."
+msgstr ""
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 #, fuzzy
 msgid "Related Changes"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "RelatedChanges"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
 #: ../lib/plugin/SearchHighlight.php:39
 #, fuzzy
 msgid "SearchHighlight"
-msgstr "PHP¥Ï¥¤¥é¥¤¥È"
+msgstr "PHPハイライト"
 
 #: ../lib/plugin/SearchHighlight.php:43
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4421,57 +4694,57 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
-msgstr "InterWiki¸¡º÷"
+msgstr "InterWiki検索"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, fuzzy, php-format
 msgid "Semantic relations for %s"
-msgstr "%s ¤ÎMETA¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "%s のMETAデータの編集"
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 msgid "Search relations and attributes"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 #, fuzzy
 msgid "Relations"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4503,33 +4776,33 @@
 #: ../lib/plugin/SemanticSearchAdvanced.php:62
 #, fuzzy
 msgid "SemanticSearchAdvanced"
-msgstr "InterWiki¸¡º÷"
+msgstr "InterWiki検索"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
-msgstr "%s ¤ÎMETA¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "%s のMETAデータの編集"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4538,32 +4811,32 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
-msgstr "¥Ú¡¼¥¸Ì¾"
+msgstr "ページ名"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
 #: ../lib/plugin/SiteMap.php:51
 msgid "SiteMap"
-msgstr "¥µ¥¤¥È¥Þ¥Ã¥×"
+msgstr "サイトマップ"
 
 #: ../lib/plugin/SiteMap.php:55
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4576,16 +4849,16 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
-msgstr "ÁªÂò:"
+msgstr "選択:"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4597,11 +4870,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4614,134 +4887,134 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 #, fuzzy
 msgid "<unknown>"
-msgstr "<¤Ê¤·>"
+msgstr "<なし>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 msgid "Now upload all locally newer uploads."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, fuzzy, php-format
 msgid "Postponed %s for %s."
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò°ìÍ÷"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 msgid "skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
 #: ../lib/plugin/SyntaxHighlighter.php:68
 #, fuzzy
 msgid "SyntaxHighlighter"
-msgstr "PHP¹½Ê¸¥Ï¥¤¥é¥¤¥È"
+msgstr "PHP構文ハイライト"
 
 #: ../lib/plugin/SyntaxHighlighter.php:71
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
-msgstr "¥·¥¹¥Æ¥à¾ðÊó"
+msgstr "システム情報"
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
-msgstr "¥­¥ã¥Ã¥·¥å¤ò»È¤¤¤Þ¤»¤ó"
+msgstr "キャッシュを使いません"
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
-msgstr "¥Ú¡¼¥¸¥Ç¡¼¥¿¤ò¥­¥ã¥Ã¥·¥å:"
+msgstr "ページデータをキャッシュ:"
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
-msgstr "¥Ð¡¼¥¸¥ç¥ó¥Ç¡¼¥¿¤ò¥­¥ã¥Ã¥·¥å:"
+msgstr "バージョンデータをキャッシュ:"
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4749,210 +5022,210 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, fuzzy, php-format
 msgid "total hits: %d"
-msgstr "Áí¥Ò¥Ã¥È¿ô: %s"
+msgstr "総ヒット数: %s"
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
-msgstr "ºÇÂç: %d"
+msgstr "最大: %d"
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
-msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥µ¥¤¥º: %d ¥­¥í¥Ð¥¤¥È"
+msgstr "アプリケーションサイズ: %d キロバイト"
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, fuzzy, php-format
 msgid "Pagedata size: %d Kb"
-msgstr "¥Ú¡¼¥¸¥Ç¡¼¥¿¡¼¥µ¥¤¥º: %s ¥­¥í¥Ð¥¤¥È"
+msgstr "ページデーターサイズ: %s キロバイト"
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
-msgstr "¹ç·× %d ¥×¥é¥°¥¤¥ó"
+msgstr "合計 %d プラグイン"
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
-msgstr "¸½ºß¤Î¸À¸ì: %s"
+msgstr "現在の言語: %s"
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
-msgstr "Áí¥Æ¡¼¥Þ¿ô: %d"
+msgstr "総テーマ数: %d"
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
-msgstr "¸½ºß¤Î¥Æ¡¼¥Þ: %s"
+msgstr "現在のテーマ: %s"
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
-msgstr "¥Ç¥Õ¥©¥ë¥È¥Æ¡¼¥Þ: %s"
+msgstr "デフォルトテーマ: %s"
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
-msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó̾"
+msgstr "アプリケーション名"
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
-msgstr "¥­¥ã¥Ã¥·¥åÅý·×"
+msgstr "キャッシュ統計"
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
-msgstr "¥Ú¡¼¥¸Åý·×"
+msgstr "ページ統計"
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
-msgstr "¥æ¡¼¥¶¡¼Åý·×"
+msgstr "ユーザー統計"
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
-msgstr "¥Ò¥Ã¥ÈÅý·×"
+msgstr "ヒット統計"
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
-msgstr "µö²Ä¤¹¤ë¥×¥í¥È¥³¥ë°ìÍ÷"
+msgstr "許可するプロトコル一覧"
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
-msgstr "Í­¸ú¤Ê¥×¥é¥°¥¤¥ó°ìÍ÷"
+msgstr "有効なプラグイン一覧"
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
-msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷"
+msgstr "サポート言語一覧"
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
-msgstr "¥µ¥Ý¡¼¥È¥Æ¡¼¥Þ°ìÍ÷"
+msgstr "サポートテーマ一覧"
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 msgid "TeX imagepath not writable."
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò°ìÍ÷"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
 msgstr ""
@@ -4965,14 +5238,14 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
-msgstr "»²¾È: %s"
+msgstr "参照: %s"
 
 #: ../lib/plugin/Transclude.php:118
 #, php-format
@@ -4987,158 +5260,158 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, fuzzy, php-format
 msgid "%s has no subpages defined."
-msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£"
+msgstr "%s: 未定義でした。"
 
 #: ../lib/plugin/UpLoad.php:48
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, fuzzy, php-format
 msgid "ERROR uploading '%s'"
-msgstr "'%s' ¤òÆɹþ¤ßÃæ¤Ç¤¹¡£"
+msgstr "'%s' を読込み中です。"
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, fuzzy, php-format
 msgid "uploaded %s"
-msgstr "%s ¤ò¥¢¥Ã¥×¥í¡¼¥ÉÃæ¤Ç¤¹¡£"
+msgstr "%s をアップロード中です。"
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 #, fuzzy
 msgid "Uploading failed."
-msgstr "¥Õ¥¡¥¤¥ë¤òÆɹþ¤ßÃæ¤Ç¤¹¡£"
+msgstr "ファイルを読込み中です。"
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -5146,154 +5419,196 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 #, fuzzy
 msgid "Password updated."
-msgstr "¥Ñ¥¹¥ï¡¼¥É"
+msgstr "パスワード"
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 #, fuzzy
 msgid "Password was not changed."
-msgstr "¥Ñ¥¹¥ï¡¼¥É"
+msgstr "パスワード"
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更しませんでした。"
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 #, fuzzy
 msgid "One UserPreferences field successfully updated."
-msgstr "¥Ñ¥¹¥ï¡¼¥É"
+msgstr "パスワード"
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 #, fuzzy
 msgid "UserRatings"
-msgstr "¥æ¡¼¥¶¡¼Åý·×"
+msgstr "ユーザー統計"
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 #, fuzzy
 msgid "Rate"
-msgstr "̾¾Î"
+msgstr "名称"
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "ソースを見る"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, fuzzy, php-format
+msgid "Invalid argument %s"
+msgstr "インライン画像一覧"
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 #, fuzzy
 msgid "Wanted From"
-msgstr "¥Ç¡¼¥¿¥Õ¥©¡¼¥Þ¥Ã¥È"
+msgstr "データフォーマット"
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, fuzzy, php-format
 msgid "Wanted Pages for %s:"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò°ìÍ÷"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
-msgstr "<¤Ê¤·>"
+msgstr "<なし>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, fuzzy, php-format
 msgid "Wanted Pages for %s (%d total):"
-msgstr "%s ¤Î¥Ú¡¼¥¸ÍúÎò°ìÍ÷"
+msgstr "%s のページ履歴一覧"
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
-msgstr "¥«¥¦¥ó¥È"
+msgstr "カウント"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
-msgstr "Éý"
+msgstr "å¹…"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5301,31 +5616,36 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+#, fuzzy
+msgid "You must sign in to watch pages."
+msgstr "%s としてサインインしました"
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5333,375 +5653,429 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 #, fuzzy
 msgid "No pages changed."
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更しませんでした。"
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 #, fuzzy
 msgid "Permission"
-msgstr "¥Ð¡¼¥¸¥ç¥ó"
+msgstr "バージョン"
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 #, fuzzy
 msgid "Select the pages to change:"
-msgstr "µ®Êý¸Ä¿Í¤Î¸À¸ì¤òÁªÂò"
+msgstr "貴方個人の言語を選択"
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
+#: ../lib/plugin/WikiAdminChown.php:42
 #, fuzzy
-msgid "Chown selected pages."
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgid "Change owner of selected pages."
+msgstr "選択ページを全て削除"
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
+#: ../lib/plugin/WikiAdminChown.php:79
 #, fuzzy, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgid "Change owner of page '%s' to '%s'."
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, fuzzy, php-format
-msgid "Couldn't chown page '%s' to '%s'."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgid "Could not change owner of page '%s' to '%s'."
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:160
+#: ../lib/plugin/WikiAdminChown.php:177
 #, fuzzy
-msgid "Chown selected pages"
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgid "Change owner of selected pages"
+msgstr "選択ページを全て削除"
 
-#: ../lib/plugin/WikiAdminChown.php:161
+#: ../lib/plugin/WikiAdminChown.php:178
 #, fuzzy
-msgid "Select the pages to change the owner:"
-msgstr "µ®Êý¸Ä¿Í¤Î¸À¸ì¤òÁªÂò"
+msgid "Select the pages to change the owner"
+msgstr "貴方個人の言語を選択"
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "国名変更"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 #, fuzzy
 msgid "Change the markup type of selected pages."
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgstr "選択ページを全て削除"
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
-#, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr ""
+#: ../lib/plugin/WikiAdminMarkup.php:75
+#, fuzzy, php-format
+msgid "Change markup type from %s to %s"
+msgstr "国名変更"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, fuzzy, php-format
 msgid "change page '%s' to markup type '%s'."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgstr "'%s' の削除に成功しました。"
 
 #: ../lib/plugin/WikiAdminMarkup.php:86
 #, fuzzy, php-format
 msgid "Couldn't change page '%s' to markup type '%s'."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 #, fuzzy
 msgid "Change markup type"
-msgstr "¹ñ̾Êѹ¹"
+msgstr "国名変更"
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
+#: ../lib/plugin/WikiAdminMarkup.php:170
 #, fuzzy
-msgid "Select the pages to change the markup type:"
-msgstr "µ®Êý¸Ä¿Í¤Î¸À¸ì¤òÁªÂò"
+msgid "Select the pages to change the markup type"
+msgstr "貴方個人の言語を選択"
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 #, fuzzy
 msgid "Change markup"
-msgstr "¥Ñ¥¹¥ï¡¼¥ÉÊѹ¹"
+msgstr "パスワード変更"
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+msgid "WikiAdminPurge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "選択ページを全て削除"
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "'%s' の削除に成功しました。"
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "'%s' の削除に成功しました。"
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+msgid "PhpWikiAdministration/Purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "選択ページを全て削除"
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+#, fuzzy
+msgid "Select the files to purge"
+msgstr "貴方個人の言語を選択"
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, fuzzy, php-format
 msgid "Removed page '%s' successfully."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminRemove.php:119
+#: ../lib/plugin/WikiAdminRemove.php:115
 #, fuzzy, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "'%s' の削除に成功しました。"
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 #, fuzzy
 msgid "Remove"
-msgstr "¥Ú¡¼¥¸ºï½ü"
+msgstr "ページ削除"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgstr "選択ページを全て削除"
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
-msgstr ""
+#: ../lib/plugin/WikiAdminRemove.php:202
+#, fuzzy
+msgid "Select the files to remove"
+msgstr "あなたの個人のテーマを選択:"
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-#, fuzzy
-msgid "List all pages."
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 #, fuzzy
 msgid "Rename selected pages"
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgstr "選択ページを全て削除"
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
 #, fuzzy, php-format
 msgid "Access denied to rename page '%s'."
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
+msgstr "全ページ一覧"
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
 #, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "'%s' の削除に成功しました。"
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "'%s' の削除に成功しました。"
+
+#: ../lib/plugin/WikiAdminRename.php:108
+#, fuzzy, php-format
 msgid "Renamed page '%s' to '%s'."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
 #, fuzzy
 msgid "No pages renamed."
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
 #, fuzzy
+msgid "Rename page"
+msgstr "ページ削除"
+
+#: ../lib/plugin/WikiAdminRename.php:225
+#, fuzzy
 msgid "Select the pages to rename:"
-msgstr "¤¢¤Ê¤¿¤Î¸Ä¿Í¤Î¥Æ¡¼¥Þ¤òÁªÂò:"
+msgstr "あなたの個人のテーマを選択:"
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 #, fuzzy
 msgid "from"
-msgstr "%s ¤«¤é"
+msgstr "%s から"
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 #, fuzzy
 msgid "Regex?"
-msgstr "Á°¸å"
+msgstr "前後"
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
-#, php-format
-msgid "WikiAdminSearchReplace %s by %s"
-msgstr ""
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
+#, fuzzy, php-format
+msgid "Replace '%s' by '%s'"
+msgstr "'%s' の削除に成功しました。"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
-msgstr ""
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+#, fuzzy
+msgid "Select the pages to search and replace"
+msgstr "貴方個人の言語を選択"
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
 msgid "Replace all occurences of the given string in the content of all pages."
@@ -5715,219 +6089,279 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
-msgstr "ÁªÂò:"
+msgstr "選択:"
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, fuzzy, php-format
 msgid "ACL not changed for page '%s'."
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
+msgstr "全ページ一覧"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
+#: ../lib/plugin/WikiAdminSetAcl.php:98
 #, fuzzy, php-format
-msgid "ACL changed for page '%s'."
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
+msgid "ACL changed for page '%s'"
+msgstr "全ページ一覧"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "%s から"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "'%s' を読込み中です。"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "全ページ一覧"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
 #, fuzzy
+msgid "Select the pages where to change access rights"
+msgstr "貴方個人の言語を選択"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
+#, fuzzy
 msgid "Selected Pages: "
-msgstr "Êݸ¤·¤Þ¤·¤¿: 5s"
+msgstr "保存しました: 5s"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
-msgstr ""
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+#, fuzzy
+msgid "individual page permission"
+msgstr "ページバージョン:"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 #, fuzzy
 msgid "Type"
-msgstr "¥Ú¡¼¥¸¤Î¼ïÎà<:"
+msgstr "ページの種類<:"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+msgid "WikiAdminSetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "あなたの個人のテーマを選択:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "'%s' の削除に成功しました。"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+msgid "PhpWikiAdministration/SetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "あなたの個人のテーマを選択:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+#, fuzzy
+msgid "Select the pages to set as external"
+msgstr "あなたの個人のテーマを選択:"
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 msgid "Back"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×¥­¥ã¥Ã¥·¥å¤ÎÇË´þ"
+msgstr "マークアップキャッシュの破棄"
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×¥­¥ã¥Ã¥·¥å¤òÇË´þ¤·¤Þ¤·¤¿!"
+msgstr "マークアップキャッシュを破棄しました!"
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
-msgstr "¥á¡¼¥ë"
+msgstr "メール"
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
-msgstr "̾¾Î"
+msgstr "名称"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5940,40 +6374,41 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
-msgstr "¿·µ¬¥³¥á¥ó¥È"
+msgstr "新規コメント"
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, fuzzy, php-format
 msgid "%s on %s:"
-msgstr "%s ¥Ð¥¤¥È"
+msgstr "%s バイト"
 
 #: ../lib/plugin/WikiForm.php:34
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
-msgstr "XHTML¤Ç½ÐÎÏ"
+msgstr "XHTMLで出力"
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
-msgstr "WikiForm: '%s' ¤Ï̤ÃΤÎÁàºî¤Ç¤¹¡£"
+msgstr "WikiForm: '%s' は未知の操作です。"
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -5982,134 +6417,126 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 #, fuzzy
 msgid "Reset"
-msgstr "žÁ÷"
+msgstr "転送"
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, fuzzy, php-format
 msgid "Required argument %s missing"
-msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷"
+msgstr "サポート言語一覧"
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, fuzzy, php-format
-msgid "Invalid argument %s"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
-
 #: ../lib/plugin/_AuthInfo.php:35
 #, fuzzy
 msgid "AuthInfo"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
 #: ../lib/plugin/_AuthInfo.php:39
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
-msgstr "¥Ç¥Ð¥°¾ðÊó"
+msgstr "デバグ情報"
 
 #: ../lib/plugin/_BackendInfo.php:34
 #, php-format
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
 #: ../lib/plugin/_GroupInfo.php:30
 #, fuzzy
 msgid "DebugGroupInfo"
-msgstr "¥Ç¥Ð¥°¾ðÊó"
+msgstr "デバグ情報"
 
 #: ../lib/plugin/_GroupInfo.php:34
 #, php-format
@@ -6117,8 +6544,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr ""
 
@@ -6136,20 +6563,20 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, fuzzy, php-format
 msgid "Retransform page '%s'"
-msgstr "Á´¥Ú¡¼¥¸°ìÍ÷"
+msgstr "全ページ一覧"
 
 #: ../lib/plugin/_WikiTranslation.php:47
 #, fuzzy
 msgid "AddCommentPlugin"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
 #: ../lib/plugin/_WikiTranslation.php:48
 #, fuzzy
 msgid "AddingPages"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
 #: ../lib/plugin/_WikiTranslation.php:49
 msgid "AllPagesCreatedByMe"
@@ -6162,42 +6589,42 @@
 #: ../lib/plugin/_WikiTranslation.php:51
 #, fuzzy
 msgid "AllPagesOwnedByMe"
-msgstr "Á´¥Ú¡¼¥¸"
+msgstr "全ページ"
 
 #: ../lib/plugin/_WikiTranslation.php:52
 #, fuzzy
 msgid "AuthorHistoryPlugin"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
 #: ../lib/plugin/_WikiTranslation.php:54
 #, fuzzy
 msgid "CalendarListPlugin"
-msgstr "¥«¥ì¥ó¥À¡¼"
+msgstr "カレンダー"
 
 #: ../lib/plugin/_WikiTranslation.php:55
 #, fuzzy
 msgid "CalendarPlugin"
-msgstr "¥«¥ì¥ó¥À¡¼"
+msgstr "カレンダー"
 
 #: ../lib/plugin/_WikiTranslation.php:57
 #, fuzzy
 msgid "CategoryHomePages"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
 #: ../lib/plugin/_WikiTranslation.php:58
 #, fuzzy
 msgid "CommentPlugin"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
 #: ../lib/plugin/_WikiTranslation.php:59
 #, fuzzy
 msgid "CreateTocPlugin"
-msgstr "ºîÀ®: %s"
+msgstr "作成: %s"
 
 #: ../lib/plugin/_WikiTranslation.php:62
 #, fuzzy
 msgid "EditMetaDataPlugin"
-msgstr "META¥Ç¡¼¥¿¤ÎÊÔ½¸"
+msgstr "METAデータの編集"
 
 #: ../lib/plugin/_WikiTranslation.php:63
 msgid "ExternalSearchPlugin"
@@ -6205,29 +6632,27 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
 msgid "FindPage"
-msgstr "¥Ú¡¼¥¸¸¡º÷"
+msgstr "ページ検索"
 
 #: ../lib/plugin/_WikiTranslation.php:65
 #, fuzzy
 msgid "FoafViewerPlugin"
-msgstr "¥«¥ì¥ó¥À¡¼"
+msgstr "カレンダー"
 
 #: ../lib/plugin/_WikiTranslation.php:66
 msgid "FrameIncludePlugin"
@@ -6236,17 +6661,17 @@
 #: ../lib/plugin/_WikiTranslation.php:67
 #, fuzzy
 msgid "FullRecentChanges"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
 #: ../lib/plugin/_WikiTranslation.php:68
 #, fuzzy
 msgid "HelloWorldPlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
 #: ../lib/plugin/_WikiTranslation.php:69
 #, fuzzy
 msgid "HomePageAlias"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
 #: ../lib/plugin/_WikiTranslation.php:70
 msgid "IncludePagePlugin"
@@ -6255,7 +6680,7 @@
 #: ../lib/plugin/_WikiTranslation.php:71
 #, fuzzy
 msgid "InterWiki"
-msgstr "InterWiki¸¡º÷"
+msgstr "InterWiki検索"
 
 #: ../lib/plugin/_WikiTranslation.php:72
 msgid "LinkIcons"
@@ -6280,42 +6705,42 @@
 #: ../lib/plugin/_WikiTranslation.php:77
 #, fuzzy
 msgid "OldStyleTablePlugin"
-msgstr "µì¥¹¥¿¥¤¥ë¤Î¥Æ¡¼¥Ö¥ë"
+msgstr "旧スタイルのテーブル"
 
 #: ../lib/plugin/_WikiTranslation.php:79
 #, fuzzy
 msgid "PageGroupTest"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
 #: ../lib/plugin/_WikiTranslation.php:80
 #, fuzzy
 msgid "PageGroupTest/Four"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
 #: ../lib/plugin/_WikiTranslation.php:81
 #, fuzzy
 msgid "PageGroupTest/One"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
 #: ../lib/plugin/_WikiTranslation.php:82
 #, fuzzy
 msgid "PageGroupTest/Three"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
 #: ../lib/plugin/_WikiTranslation.php:83
 #, fuzzy
 msgid "PageGroupTest/Two"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
 #: ../lib/plugin/_WikiTranslation.php:85
 #, fuzzy
 msgid "PhotoAlbumPlugin"
-msgstr "¥Õ¥©¥È¥¢¥ë¥Ð¥à"
+msgstr "フォトアルバム"
 
 #: ../lib/plugin/_WikiTranslation.php:86
 #, fuzzy
 msgid "PhpHighlightPlugin"
-msgstr "PHP¥Ï¥¤¥é¥¤¥È"
+msgstr "PHPハイライト"
 
 #: ../lib/plugin/_WikiTranslation.php:87
 msgid "PhpWeatherPlugin"
@@ -6338,7 +6763,7 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr ""
 
@@ -6349,7 +6774,7 @@
 #: ../lib/plugin/_WikiTranslation.php:97
 #, fuzzy
 msgid "PloticusPlugin"
-msgstr "¥Õ¥©¥È¥¢¥ë¥Ð¥à"
+msgstr "フォトアルバム"
 
 #: ../lib/plugin/_WikiTranslation.php:99
 msgid "PgsrcTranslation/de"
@@ -6386,7 +6811,7 @@
 #: ../lib/plugin/_WikiTranslation.php:107
 #, fuzzy
 msgid "RawHtmlPlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
 #: ../lib/plugin/_WikiTranslation.php:108
 msgid "RecentVisitors"
@@ -6395,7 +6820,7 @@
 #: ../lib/plugin/_WikiTranslation.php:109
 #, fuzzy
 msgid "RedirectToPlugin"
-msgstr "žÁ÷"
+msgstr "転送"
 
 #: ../lib/plugin/_WikiTranslation.php:110
 msgid "ReleaseNotes"
@@ -6404,7 +6829,7 @@
 #: ../lib/plugin/_WikiTranslation.php:111
 #, fuzzy
 msgid "RichTablePlugin"
-msgstr "Í­¸ú¤Ê¥×¥é¥°¥¤¥ó°ìÍ÷"
+msgstr "有効なプラグイン一覧"
 
 #: ../lib/plugin/_WikiTranslation.php:113
 msgid "SteveWainstead"
@@ -6413,7 +6838,7 @@
 #: ../lib/plugin/_WikiTranslation.php:114
 #, fuzzy
 msgid "SystemInfoPlugin"
-msgstr "¥·¥¹¥Æ¥à¾ðÊó"
+msgstr "システム情報"
 
 #: ../lib/plugin/_WikiTranslation.php:115
 msgid "TranscludePlugin"
@@ -6424,16 +6849,17 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 #, fuzzy
 msgid "UpLoad"
-msgstr "¥¢¥Ã¥×¥í¡¼¥É"
+msgstr "アップロード"
 
 #: ../lib/plugin/_WikiTranslation.php:119
 #, fuzzy
 msgid "UpLoadPlugin"
-msgstr "¥¢¥Ã¥×¥í¡¼¥É"
+msgstr "アップロード"
 
 #: ../lib/plugin/_WikiTranslation.php:120
 msgid "WabiSabi"
@@ -6442,19 +6868,17 @@
 #: ../lib/plugin/_WikiTranslation.php:121
 #, fuzzy
 msgid "WikiBlogPlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
 #: ../lib/plugin/_WikiTranslation.php:122
 #, fuzzy
 msgid "WikiPlugin"
-msgstr "¥×¥é¥°¥¤¥ó"
+msgstr "プラグイン"
 
 #: ../lib/plugin/_WikiTranslation.php:123
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6468,14 +6892,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6484,23 +6908,23 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6508,21 +6932,16 @@
 msgid "Sorry, this page does not exist."
 msgstr ""
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£"
-
 #: ../lib/purgepage.php:25
 #, php-format
 msgid "You are about to purge '%s'!"
 msgstr ""
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr ""
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6530,17 +6949,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
 msgstr ""
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6548,377 +6962,394 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, fuzzy, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr "インライン画像一覧"
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 #, fuzzy
 msgid "Invalid image size"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
-msgstr "Ť¹¤®¤Þ¤¹¡£"
+msgstr "長すぎます。"
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, fuzzy, php-format
 msgid "Illegal chars %s removed"
-msgstr "¥Ú¡¼¥¸Ì¾¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£"
+msgstr "ページ名が正しくありません。"
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
-msgstr "¥ê¥Ó¥¸¥ç¥ó¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+msgstr "リビジョンが見つかりません"
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr ""
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
-msgstr "¥Ð¡¼¥¸¥ç¥ó¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£"
+msgstr "バージョンが正しくありません。"
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, fuzzy, php-format
 msgid "%s b"
-msgstr "%s ¥Ð¥¤¥È"
+msgstr "%s バイト"
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
-msgstr "%s ¥Ð¥¤¥È"
+msgstr "%s バイト"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
-msgstr "%s ¥­¥í¥Ð¥¤¥È(%s ¥Ð¥¤¥È)"
+msgstr "%s キロバイト(%s バイト)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
-msgstr "%s ¤¬¶õ¤Ç¤¹¡£"
+msgstr "%s が空です。"
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
-msgstr "¤ª¤Ã¤±¡¼"
+msgstr "おっけー"
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
-msgstr "Áàºî¥Ú¡¼¥¸"
+msgstr "操作ページ"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "DebugAuthInfo"
-msgstr "¥Ç¥Ð¥°¾ðÊó"
+msgstr "デバグ情報"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "_GroupInfo"
-msgstr "¥Ç¥Ð¥°¾ðÊó"
+msgstr "デバグ情報"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "GroupAuthInfo"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 #, fuzzy
 msgid "rename to Help: pages"
-msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+msgstr "選択ページを全て削除"
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
-msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£"
+msgstr "%s から読込まれました。"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 #, fuzzy
 msgid "Backend type: "
-msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¿¥¤¥×"
+msgstr "データベースタイプ"
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 #, fuzzy
 msgid "fixed"
-msgstr "ºÇ½ª¹¹¿·Æü»þ"
+msgstr "最終更新日時"
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, fuzzy, php-format
 msgid "version <em>%s</em> not affected"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, fuzzy, php-format
 msgid "version <em>%s</em>"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 #, fuzzy
 msgid "not affected"
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 #, fuzzy
 msgid "DB admin password:"
-msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£"
+msgstr "ユーザーIDかパスワードが無効です。"
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 #, fuzzy
 msgid "plugin argument"
-msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷"
+msgstr "インライン画像一覧"
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
-msgstr "%s: ¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+msgstr "%s: ファイルが見つかりません。"
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, php-format
 msgid "check for %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 #, fuzzy
 msgid "fixed with"
-msgstr "ºÇ½ª¹¹¿·Æü»þ"
+msgstr "最終更新日時"
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6934,7 +7365,7 @@
 #: ../lib/wikilens/PageListColumns.php:378
 #, fuzzy
 msgid "Rating"
-msgstr "¥æ¡¼¥¶¡¼Åý·×"
+msgstr "ユーザー統計"
 
 #: ../lib/wikilens/PageListColumns.php:381
 msgid "Go?"
@@ -6951,7 +7382,7 @@
 #: ../lib/wikilens/PageListColumns.php:390
 #, fuzzy
 msgid "Top Recommendations"
-msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "変更点が見つかりませんでした。"
 
 #: ../lib/wikilens/Utils.php:59
 msgid "Members:"
@@ -6970,371 +7401,380 @@
 msgid "Unexpected EOF in zip file"
 msgstr ""
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr ""
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
-msgstr "»²¾È°ìÍ÷"
+msgstr "参照一覧"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
-msgstr "¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤òÊÔ½¸¤¹¤ë"
+msgstr "古いリビジョンを編集する"
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
-msgstr "¥½¡¼¥¹¤ò¸«¤ë"
+msgstr "ソースを見る"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 #, fuzzy
 msgid "PurgeHtmlCache"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×¥­¥ã¥Ã¥·¥å¤ÎÇË´þ"
+msgstr "マークアップキャッシュの破棄"
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
-msgstr "¥Î¡¼¥È:"
+msgstr "ノート:"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
-msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë"
+msgstr "現在のバージョンを表示する"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
-msgstr "¥×¥ì¥Ó¥å¡¼¤·¤Æ¤¤¤ë¤À¤±¤Ç¤¹! ¤Þ¤ÀÊݸ¤Ï¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"
+msgstr "プレビューしているだけです! まだ保存はされていません。"
 
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
+msgid "edit area"
+msgstr "編集エリア"
+
 #: ../themes/Crao/templates/editpage.tmpl:9
 #: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
-msgid "edit area"
-msgstr "ÊÔ½¸¥¨¥ê¥¢"
-
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
-msgstr "ÊÔ½¸¤ò³¤±¤Æ²¼¤µ¤¤¡£ (%s ¤Î¥Ú¡¼¥¸¤Î²¼Éô¤â¸«¤Æ¤¯¤À¤µ¤¤)"
+msgstr "編集を続けて下さい。 (%s のページの下部も見てください)"
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr "·Ù¹ð: ¤¢¤Ê¤¿¤Ï¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr "警告: あなたは古いリビジョンを編集しています。"
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "¹â¤µ"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "Éý"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "高さ"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "å¹…"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
-msgstr "Ä´À°"
+msgstr "調整"
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 #, fuzzy
 msgid "Page Content: "
-msgstr "¥³¥ó¥Æ¥ó¥Ä"
+msgstr "コンテンツ"
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
-msgstr "¸Å¤¤¥Þ¡¼¥¯¥¢¥Ã¥×¤ò»ÈÍÑ"
+msgstr "古いマークアップを使用"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 msgid "Help/GoodStyle"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 msgid "Help/OldTextFormattingRules"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
-msgstr "Í×Ìó"
+msgstr "要約"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 msgid "Help/TextFormattingRules"
 msgstr ""
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
-msgstr "º£Æü"
+msgstr "今日"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
-msgstr "´ÉÍý"
+msgstr "管理"
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 #, fuzzy
 msgid "LiveSearch"
-msgstr "¥¿¥¤¥È¥ë¸¡º÷"
+msgstr "タイトル検索"
 
 #: ../themes/Crao/templates/signin.tmpl:17
 #, fuzzy, php-format
 msgid "You are signed in as %s"
-msgstr "%s ¤È¤·¤Æ¥µ¥¤¥ó¥¤¥ó¤·¤Þ¤·¤¿"
+msgstr "%s としてサインインしました"
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
-msgstr "¥æ¡¼¥¶¡¼ID¤òÆþÎϤ·¤Æ¥µ¥¤¥ó¥¤¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£"
+msgstr "ユーザーIDを入力してサインインしてください。"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
-msgstr "¥½¡¼¥¹¤ò¸«¤ë"
+msgstr "ソースを見る"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 #, fuzzy
 msgid "/Discussion"
-msgstr "¥Ð¡¼¥¸¥ç¥ó"
+msgstr "バージョン"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 #, fuzzy
 msgid "TemplateTalk"
-msgstr "¥Æ¡¼¥Þ"
+msgstr "テーマ"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "ページを作成しています。"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 #, fuzzy
 msgid "History"
-msgstr "¥Ú¡¼¥¸ÍúÎò"
+msgstr "ページ履歴"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
-msgstr "Éý"
+msgstr "å¹…"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
 #, fuzzy
-msgid "Info"
-msgstr "ÊÔ½¸¼Ô:"
+msgid "Page info"
+msgstr "ページ情報"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 #, fuzzy
-msgid "Page history"
-msgstr "¥Ú¡¼¥¸ÍúÎò"
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#, fuzzy
 msgid "Author history"
-msgstr "ÊÔ½¸¼Ô:"
+msgstr "編集者:"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
-msgstr "¥Ú¡¼¥¸¥°¥ë¡¼¥×"
+msgstr "ページグループ"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 #, fuzzy
 msgid "Purge HTML cache"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×¥­¥ã¥Ã¥·¥å¤ÎÇË´þ"
+msgstr "マークアップキャッシュの破棄"
 
 #: ../themes/MonoBook/templates/browse-footer.tmpl:10
 #: ../themes/MonoBook/templates/browse-footer.tmpl:11
@@ -7346,413 +7786,490 @@
 #: ../themes/blog/templates/actionbar.tmpl:10
 #, fuzzy
 msgid "About"
-msgstr "¥«¥¦¥ó¥È"
+msgstr "カウント"
 
 #: ../themes/MonoBook/templates/browse-footer.tmpl:22
 #: ../themes/MonoBook/templates/browse-footer.tmpl:23
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
-msgstr "¥Ð¡¼¥¸¥ç¥ó %s"
+msgstr "バージョン %s"
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
-msgstr "¥Ú¡¼¥¸¥Ð¡¼¥¸¥ç¥ó:"
+msgstr "ページバージョン:"
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
-msgstr "¥Þ¡¼¥¯¥¢¥Ã¥×:"
+msgstr "マークアップ:"
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
-msgstr "¥µ¥¤¥º:"
+msgstr "サイズ:"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
-msgstr "¥Ò¥Ã¥È¿ô:"
+msgstr "ヒット数:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
-msgstr "¥æ¡¼¥¶¡¼¥Ú¡¼¥¸"
+msgstr "ユーザーページ"
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
-msgstr "Áàºî¥Ú¡¼¥¸"
+msgstr "操作ページ"
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
-msgstr "Blog¥Ú¡¼¥¸"
+msgstr "Blogページ"
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
-msgstr "¥µ¥Ö¥Ú¡¼¥¸"
+msgstr "サブページ"
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
-msgstr "¥Ú¡¼¥¸¤Î¼ïÎà<:"
+msgstr "ページの種類<:"
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 #, fuzzy
 msgid "Diff previous Revision"
-msgstr "Á°¤Î¥ê¥Ó¥¸¥ç¥ó"
+msgstr "前のリビジョン"
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 #, fuzzy
 msgid "Diff previous Author"
-msgstr "Á°¤ÎÊÔ½¸¼Ô"
+msgstr "前の編集者"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 msgid "The list of recent changes in the wiki."
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
-msgstr "¥Ú¡¼¥¸¥í¥Ã¥¯"
+msgstr "ページロック"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
-msgstr "¥é¥ó¥À¥à¥Ú¡¼¥¸"
+msgstr "ランダムページ"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
-msgstr "¥Ú¡¼¥¸¸¡º÷"
+msgstr "ページ検索"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
-msgstr "¸¡º÷"
+msgstr "検索"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 #, fuzzy
 msgid "Quick Search"
-msgstr "Á´Ê¸¸¡º÷"
+msgstr "全文検索"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
-msgstr "Êѹ¹ÍúÎò"
+msgstr "変更履歴"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 msgid "Administration"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
-msgstr "¥Õ¥¡¥¤¥ëÆɹþ¤ß"
+msgstr "ファイル読込み"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
-msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó"
+msgstr "現在のバージョン"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/MonoBook/templates/signin.tmpl:10
 #, fuzzy
-msgid "All pages"
-msgstr "Á´¥Ú¡¼¥¸"
+msgid "My Discussion"
+msgstr "バージョン"
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "参照一覧"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "変更履歴"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "変更履歴"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr ""
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
-msgstr "ÊÔ½¸¥¨¥ê¥¢¤Î¥µ¥¤¥º"
+msgstr "編集エリアのサイズ"
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "ページロック"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "新規ページ"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
+msgstr ""
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #, fuzzy
-msgid "Full Search"
-msgstr "Á´Ê¸¸¡º÷"
+msgid "Past versions of this page."
+msgstr "ページを作成しています。"
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, fuzzy, php-format
-msgid "User: %s"
-msgstr "¥æ¡¼¥¶¡¼ID:"
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
+msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, fuzzy, php-format
-msgid "(User: %s)"
-msgstr "Êݸ¤·¤Þ¤·¤¿: 5s"
+msgid ", Memory: %s"
+msgstr "編集: %s"
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
-#, fuzzy, php-format
-msgid "Click to authenticate as %s"
-msgstr "%s¤Ç¥½¡¼¥È¤·¤Þ¤¹¡£"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "ホームページ作成:"
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
+#: ../themes/Sidebar/templates/search.tmpl:36
 #, fuzzy
-msgid "Sign in as:"
-msgstr "¥µ¥¤¥ó¥¤¥ó"
+msgid "Search term(s)"
+msgstr "検索"
 
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
+msgstr ""
+
+#: ../themes/Sidebar/themeinfo.php:115
 msgid "Sidebar"
-msgstr "¥¹¥é¥¤¥É¥Ð¡¼"
+msgstr "スライドバー"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 #, fuzzy
 msgid "Edit this page"
-msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "ページを編集しています。"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 #, fuzzy
 msgid "Edit old revision"
-msgstr "¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤òÊÔ½¸¤¹¤ë"
+msgstr "古いリビジョンを編集する"
 
 #: ../themes/Wordpress/templates/signin.tmpl:20
 #: ../themes/default/templates/signin.tmpl:25
 #: ../themes/shamino_com/templates/signin.tmpl:24
 #, fuzzy, php-format
 msgid "Authenticated as %s"
-msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+msgstr "%s を保存しました。"
 
 #: ../themes/Wordpress/templates/signin.tmpl:44
 #: ../themes/default/templates/signin.tmpl:37
 #, fuzzy, php-format
 msgid "You are signed but not authenticated as %s. "
-msgstr "%s ¤È¤·¤Æ¥µ¥¤¥ó¥¤¥ó¤·¤Þ¤·¤¿"
+msgstr "%s としてサインインしました"
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, fuzzy, php-format
+msgid "Click to authenticate as %s"
+msgstr "%sでソートします。"
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+#, fuzzy
+msgid "Sign in as:"
+msgstr "サインイン"
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 #, fuzzy
 msgid "Home"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
 #: ../themes/blog/templates/actionbar.tmpl:13
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+#, fuzzy
+msgid "Info"
+msgstr "編集者:"
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:"
+msgstr "ホームページ作成:"
 
 #: ../themes/blog/templates/sidebar.tmpl:8
 #: ../themes/blog/templates/sidebar.tmpl:12
 #, fuzzy
 msgid "Blog"
-msgstr "¥À¥¤¥¢¥í¥°"
+msgstr "ダイアログ"
 
 #: ../themes/blog/templates/top.tmpl:16
 #, fuzzy
 msgid "Page Trail"
-msgstr "¥Ú¡¼¥¸Ì¾"
+msgstr "ページ名"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 #, fuzzy
 msgid "SignOut"
-msgstr "¥µ¥¤¥ó¥µ¥¦¥È"
+msgstr "サインサウト"
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 #, fuzzy
 msgid "SignIn"
-msgstr "¥µ¥¤¥ó¥¤¥ó"
+msgstr "サインイン"
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 #, fuzzy
 msgid "Lock"
-msgstr "¥í¥Ã¥¯¤·¤Þ¤·¤¿"
+msgstr "ロックしました"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 #, fuzzy
 msgid "Unlock"
-msgstr "¥Ú¡¼¥¸¥í¥Ã¥¯²ò½ü"
+msgstr "ページロック解除"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 #, fuzzy
 msgid "blog"
-msgstr "¥À¥¤¥¢¥í¥°"
+msgstr "ダイアログ"
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
-msgstr "(º¹Ê¬)"
+msgstr "(差分)"
 
 #: ../themes/default/templates/addcomment.tmpl:15
 #, fuzzy
 msgid "Add Comment"
-msgstr "¥³¥á¥ó¥ÈÄɲÃ"
+msgstr "コメント追加"
 
 #: ../themes/default/templates/comment.tmpl:10
 #, fuzzy
 msgid "Remove Comment"
-msgstr "¥³¥á¥ó¥È"
+msgstr "コメント"
 
 #: ../themes/default/templates/comment.tmpl:18
 #: ../themes/default/templates/wikiblog.tmpl:18
 #, fuzzy, php-format
 msgid "Modified on %s by %s"
-msgstr "ÊÔ½¸: %s"
+msgstr "編集: %s"
 
 #: ../themes/default/templates/comment.tmpl:28
 #, fuzzy, php-format
 msgid "%s by %s"
-msgstr "%s ¥Ð¥¤¥È"
+msgstr "%s バイト"
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, fuzzy, php-format
-msgid ", Memory: %s"
-msgstr "ÊÔ½¸: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
-msgstr "¥À¥¤¥¢¥í¥°"
+msgstr "ダイアログ"
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7785,8 +8302,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "なし"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7794,408 +8315,410 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
-msgstr "¥æ¡¼¥¶¡¼ID:"
+msgstr "ユーザーID:"
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
-msgstr "¥Ñ¥¹¥ï¡¼¥É:"
+msgstr "パスワード:"
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
-msgstr "ÊÔ½¸¤òÃæÃǤ·¤Þ¤·¤¿¡£"
+msgstr "編集を中断しました。"
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
-msgstr "¼¡¤Ø"
+msgstr "次へ"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
-msgstr "<¥·¥¹¥Æ¥à¥Æ¡¼¥Þ>"
+msgstr "<システムテーマ>"
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
-msgstr "¸Ä¿Í¥Æ¡¼¥Þ"
+msgstr "個人テーマ"
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
-msgstr "<¥·¥¹¥Æ¥à¸À¸ì>"
+msgstr "<システム言語>"
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
-msgstr "¸Ä¿Í¸À¸ì"
+msgstr "個人言語"
 
-#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
 #, fuzzy, php-format
-msgid "User preferences for user '%s':"
-msgstr "¥æ¡¼¥¶¡¼ÀßÄê"
+msgid "User preferences for user %s"
+msgstr "ユーザー設定"
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
-msgstr "¥æ¡¼¥¶¡¼ID"
+msgstr "ユーザーID"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
-msgstr "ǧ¾Ú¥ì¥Ù¥ë"
+msgstr "認証レベル"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
-msgstr "ǧ¾ÚÊýË¡"
+msgstr "認証方法"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
-msgstr "¥Æ¡¼¥Þ"
+msgstr "テーマ"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
-msgstr "¸À¸ì"
+msgstr "言語"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
-msgstr "¸½ºß¤Î¸À¸ì"
+msgstr "現在の言語"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
-msgstr "¥Ñ¥¹¥ï¡¼¥ÉÊѹ¹"
+msgstr "パスワード変更"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 #, fuzzy
 msgid "Set Password"
-msgstr "¥Ñ¥¹¥ï¡¼¥É:"
+msgstr "パスワード:"
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
-msgstr "¿·µ¬¥Ñ¥¹¥ï¡¼¥É"
+msgstr "新規パスワード"
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
-msgstr "¤â¤¦°ìÅÙÆþÎÏ"
+msgstr "もう一度入力"
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 #, fuzzy
 msgid "E-mail"
-msgstr "¥á¡¼¥ë"
+msgstr "メール"
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
-msgstr "¤¢¤Ê¤¿¤Î¥á¡¼¥ë¥¢¥É¥ì¥¹:"
+msgstr "あなたのメールアドレス:"
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
-msgstr "¾õ¶·:"
+msgstr "状況:"
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤·¤¿¡£"
+msgstr "メールアドレスを確認出来ました。"
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+msgstr "メールアドレスを確認出来ませんでした。"
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
-msgstr "³°´Ñ"
+msgstr "外観"
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, fuzzy, php-format
 msgid "Hide %s:"
-msgstr "¥Ò¥Ã¥È¿ô:"
+msgstr "ヒット数:"
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, fuzzy, php-format
 msgid "Add %s:"
-msgstr "¥Ò¥Ã¥È¿ô:"
+msgstr "ヒット数:"
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
-msgstr "¹â¤µ"
+msgstr "高さ"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
-msgstr "Éý"
+msgstr "å¹…"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
-msgstr "¥¿¥¤¥à¥¾¡¼¥ó"
+msgstr "タイムゾーン"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
-msgstr "¥Ç¡¼¥¿¥Õ¥©¡¼¥Þ¥Ã¥È"
+msgstr "データフォーマット"
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
-msgstr "ÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿"
+msgstr "設定を更新しました"
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
-msgstr "»²¾È°ìÍ÷"
+msgstr "参照一覧"
 
 #: ../themes/default/templates/wikiblog.tmpl:23
 #, fuzzy, php-format
 msgid "Entry on %s by %s."
-msgstr "%s ¥Ð¥¤¥È"
+msgstr "%s バイト"
 
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "New Topic"
@@ -8204,284 +8727,339 @@
 #: ../themes/default/templates/wikiforum.tmpl:28
 #, fuzzy, php-format
 msgid "Posted: %s"
-msgstr "¥æ¡¼¥¶¡¼ID:"
+msgstr "ユーザーID:"
 
 #: ../themes/gforge/templates/actionbar.tmpl:22
 #: ../themes/gforge/templates/actionbar.tmpl:42
 #, fuzzy
 msgid "Action Page"
-msgstr "Áàºî¥Ú¡¼¥¸"
+msgstr "操作ページ"
 
 #: ../themes/gforge/templates/actionbar.tmpl:22
 #: ../themes/gforge/templates/actionbar.tmpl:42
 #, fuzzy
 msgid "Page"
-msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+msgstr "ホームページ"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 #, fuzzy
 msgid "Last Difference"
-msgstr "ÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿"
+msgstr "設定を更新しました"
 
 #: ../themes/gforge/templates/actionbar.tmpl:75
 #, fuzzy
 msgid "Page Info"
-msgstr "¥Ú¡¼¥¸¾ðÊó"
+msgstr "ページ情報"
 
 #: ../themes/gforge/templates/actionbar.tmpl:78
 #, fuzzy
 msgid "Back Links"
-msgstr "¥í¥°¥¤¥ó"
+msgstr "ログイン"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
-msgstr "¹ñ̾Êѹ¹"
+msgstr "国名変更"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
 #: ../themes/gforge/templates/actionbar.tmpl:119
 #, fuzzy
 msgid "Purge"
-msgstr "Á°¸å"
+msgstr "前後"
 
-#: ../themes/gforge/templates/navbar.tmpl:11
+#: ../themes/gforge/templates/actionbar.tmpl:126
 #, fuzzy
+msgid "Watch Page"
+msgstr "å¹…"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr ""
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
+msgstr ""
+
+#: ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "Make the page external?"
+msgstr "あなたの個人のテーマを選択:"
+
+#: ../themes/gforge/templates/navbar.tmpl:10
+#, fuzzy
 msgid "SpecialPages"
-msgstr "¥·¥ê¥¢¥é¥¤¥º¥Ú¡¼¥¸¤ò½ÐÎϤ·¤Æ¤¤¤Þ¤¹¡£"
+msgstr "シリアライズページを出力しています。"
 
-#: ../themes/gforge/templates/navbar.tmpl:17
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
 #, fuzzy
 msgid "Like Pages"
-msgstr "¥Ú¡¼¥¸¥í¥Ã¥¯"
+msgstr "ページロック"
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "¥æ¡¼¥¶¡¼ÀßÄê"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
 #, fuzzy
 msgid "E-mail Notification"
-msgstr "¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò³Îǧ½ÐÍè¤Þ¤·¤¿¡£"
+msgstr "メールアドレスを確認出来ました。"
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "ランダムページ"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 #, fuzzy
 msgid "Check menu items to display."
-msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£"
+msgstr "ページのロックを解除中です。"
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "ページ名"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "'%s' の削除に成功しました。"
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
 #, fuzzy
+#~ msgid "Include of '%s' failed."
+#~ msgstr "%s のインクルードに失敗しました。"
+
+#, fuzzy
+#~ msgid "Removed by: %s"
+#~ msgstr "編集: %s"
+
+#, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "%s から読込まれました。"
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "選択ページを全て削除"
+
+#, fuzzy
+#~ msgid "List all pages."
+#~ msgstr "全ページ一覧"
+
+#, fuzzy
+#~ msgid "%s: "
+#~ msgstr "%s バイト"
+
+#, fuzzy
+#~ msgid "Page history"
+#~ msgstr "ページ履歴"
+
+#, fuzzy
+#~ msgid "User preferences for user '%s':"
+#~ msgstr "ユーザー設定"
+
+#, fuzzy
+#~ msgid "Full Search"
+#~ msgstr "全文検索"
+
+#, fuzzy
+#~ msgid "User: %s"
+#~ msgstr "ユーザーID:"
+
+#, fuzzy
+#~ msgid "(User: %s)"
+#~ msgstr "保存しました: 5s"
+
+#, fuzzy
 #~ msgid "mode"
-#~ msgstr "¥Ú¡¼¥¸ºï½ü"
+#~ msgstr "ページ削除"
 
 #, fuzzy
 #~ msgid "period"
-#~ msgstr "¥Ð¡¼¥¸¥ç¥ó %d"
+#~ msgstr "バージョン %d"
 
 #, fuzzy
-#~ msgid "Rate the topic of this page"
-#~ msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
-
-#, fuzzy
 #~ msgid "WatchList"
-#~ msgstr "Éý"
+#~ msgstr "å¹…"
 
 #, fuzzy
 #~ msgid "name"
-#~ msgstr "̾¾Î"
+#~ msgstr "名称"
 
 #, fuzzy
 #~ msgid "Back to the previous page."
-#~ msgstr "¥Ú¡¼¥¸¤òºîÀ®¤·¤Æ¤¤¤Þ¤¹¡£"
+#~ msgstr "ページを作成しています。"
 
 #~ msgid "Add a Comment"
-#~ msgstr "¥³¥á¥ó¥ÈÄɲÃ"
+#~ msgstr "コメント追加"
 
 #, fuzzy
 #~ msgid "Photos"
-#~ msgstr "¥Õ¥©¥È¥¢¥ë¥Ð¥à"
+#~ msgstr "フォトアルバム"
 
 #, fuzzy
 #~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
+#~ msgstr "'%s' の削除に成功しました。"
 
 #, fuzzy
-#~ msgid "Didn't revert page '%s'. Access denied."
-#~ msgstr "'%s' ¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£"
-
-#, fuzzy
 #~ msgid "Revert selected pages"
-#~ msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
+#~ msgstr "選択ページを全て削除"
 
 #, fuzzy
 #~ msgid "Ok"
-#~ msgstr "¤ª¤Ã¤±¡¼"
+#~ msgstr "おっけー"
 
 #~ msgid "Warning!"
-#~ msgstr "·Ù¹ð!"
+#~ msgstr "警告!"
 
 #, fuzzy
 #~ msgid "Signed as %s"
-#~ msgstr "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"
+#~ msgstr "%s を保存しました。"
 
 #, fuzzy
 #~ msgid "Sign in:"
-#~ msgstr "¥µ¥¤¥ó¥¤¥ó"
+#~ msgstr "サインイン"
 
 #~ msgid "db type:"
-#~ msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¿¥¤¥×"
+#~ msgstr "データベースタイプ"
 
 #~ msgid "db backend:"
-#~ msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ð¥Ã¥¯¥¨¥ó¥É"
+#~ msgstr "データベースバックエンド"
 
 #~ msgid "dba handler:"
-#~ msgstr "dba¥Ï¥ó¥É¥é¡¼"
+#~ msgstr "dbaハンドラー"
 
 #~ msgid "timeout:"
-#~ msgstr "¥¿¥¤¥à¥¢¥¦¥È"
+#~ msgstr "タイムアウト"
 
 #, fuzzy
 #~ msgid "Replaced link in %s."
-#~ msgstr "¥×¥ì¥¤¥ó¥Õ¥¡¥¤¥ë %s"
+#~ msgstr "プレインファイル %s"
 
 #, fuzzy
-#~ msgid "Rename selected pages."
-#~ msgstr "ÁªÂò¥Ú¡¼¥¸¤òÁ´¤Æºï½ü"
-
-#, fuzzy
 #~ msgid "Description: "
-#~ msgstr "ÀâÌÀ"
+#~ msgstr "説明"
 
 #, fuzzy
 #~ msgid "BlockQuote"
-#~ msgstr "¥í¥Ã¥¯¤·¤Þ¤·¤¿"
+#~ msgstr "ロックしました"
 
 #~ msgid "Last Modified:"
-#~ msgstr "ºÇ½ª¹¹¿·Æü»þ"
+#~ msgstr "最終更新日時"
 
 #~ msgid "Last Author:"
-#~ msgstr "ºÇ½ªÊÔ½¸¼Ô"
+#~ msgstr "最終編集者"
 
 #~ msgid "Author:"
-#~ msgstr "ÊÔ½¸¼Ô:"
+#~ msgstr "編集者:"
 
 #~ msgid "The PhpWiki Programming Team"
-#~ msgstr "PukiWiki¥×¥í¥°¥é¥ß¥ó¥°¥Á¡¼¥à"
+#~ msgstr "PukiWikiプログラミングチーム"
 
 #, fuzzy
 #~ msgid "Continue"
-#~ msgstr "¥³¥ó¥Æ¥ó¥Ä"
+#~ msgstr "コンテンツ"
 
 #, fuzzy
 #~ msgid "Selected Pages: %s"
-#~ msgstr "Êݸ¤·¤Þ¤·¤¿: 5s"
+#~ msgstr "保存しました: 5s"
 
 #, fuzzy
 #~ msgid "Update Settings"
-#~ msgstr "ÀßÄê¤ò¹¹¿·¤·¤Þ¤·¤¿"
+#~ msgstr "設定を更新しました"
 
-#, fuzzy
-#~ msgid "You must sign in"
-#~ msgstr "%s ¤È¤·¤Æ¥µ¥¤¥ó¥¤¥ó¤·¤Þ¤·¤¿"
-
 #~ msgid "Remove page"
-#~ msgstr "¥Ú¡¼¥¸ºï½ü"
+#~ msgstr "ページ削除"
 
 #, fuzzy
 #~ msgid "_PreferencesInfo"
-#~ msgstr "¥æ¡¼¥¶¡¼ÀßÄê"
+#~ msgstr "ユーザー設定"
 
 #~ msgid "Edit Area Size:"
-#~ msgstr "ÊÔ½¸¥¨¥ê¥¢¥µ¥¤¥º"
+#~ msgstr "編集エリアサイズ"
 
 #, fuzzy
 #~ msgid "PhpWiki News"
-#~ msgstr "Wiki̾"
+#~ msgstr "Wiki名"
 
 #, fuzzy
 #~ msgid "by \"%s\""
-#~ msgstr "%s ¥Ð¥¤¥È"
+#~ msgstr "%s バイト"
 
 #, fuzzy
 #~ msgid "Owner: \"%s\""
-#~ msgstr "¥æ¡¼¥¶¡¼ID:"
+#~ msgstr "ユーザーID:"
 
-#~ msgid "Summary:"
-#~ msgstr "Í×Ìó"
-
 #~ msgid "Comment:"
-#~ msgstr "¥³¥á¥ó¥È"
+#~ msgstr "コメント"
 
 #~ msgid "Last Summary:"
-#~ msgstr "ºÇ½ª³µÍ×"
+#~ msgstr "最終概要"
 
 #, fuzzy
 #~ msgid "no schema %s found"
-#~ msgstr "Êѹ¹ÅÀ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"
+#~ msgstr "変更点が見つかりませんでした。"
 
 #, fuzzy
 #~ msgid "Your home page is: "
-#~ msgstr "¥Û¡¼¥à¥Ú¡¼¥¸"
+#~ msgstr "ホームページ"
 
 #, fuzzy
 #~ msgid "Last Post"
-#~ msgstr "ºÇ¸å¤Ø"
+#~ msgstr "最後へ"
 
 #, fuzzy
 #~ msgid "User-ID:"
-#~ msgstr "¥æ¡¼¥¶¡¼ID:"
+#~ msgstr "ユーザーID:"
 
 #, fuzzy
 #~ msgid "E-Mail:"
-#~ msgstr "¥á¡¼¥ë"
+#~ msgstr "メール"
 
 #, fuzzy
 #~ msgid "First Name:"
-#~ msgstr "ºÇ½é¤Ø"
+#~ msgstr "最初へ"
 
 #, fuzzy
 #~ msgid "Last Name:"
-#~ msgstr "¥Ú¡¼¥¸Ì¾"
+#~ msgstr "ページ名"
 
 #~ msgid "Selected"
-#~ msgstr "ÁªÂò¤·¤Þ¤·¤¿"
+#~ msgstr "選択しました"
 
 #~ msgid "Notify"
-#~ msgstr "ÄÌÃÎ"
+#~ msgstr "通知"
 
 #~ msgid "Default system theme:"
-#~ msgstr "¥Ç¥Õ¥©¥ë¥È¥·¥¹¥Æ¥à¥Æ¡¼¥Þ"
+#~ msgstr "デフォルトシステムテーマ"
 
 #~ msgid "Default system language:"
-#~ msgstr "¥Ç¥Õ¥©¥ë¥È¥·¥¹¥Æ¥à¸À¸ì"
+#~ msgstr "デフォルトシステム言語"

Modified: trunk/src/plugins/wiki/www/locale/po/nl.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/nl.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/nl.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -8,36 +8,36 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.4pre\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2000-09-30 02:23+0200\n"
 "Last-Translator: Jan Nieuwenhuizen <janneke at gnu.org>\n"
 "Language-Team: Dutch <nl at li.org>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Date: 1998-05-26 11:26:28+0200\n"
 "From:  <janneke at gnu.org>\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
 msgstr "Delete op %s gefaald: %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -69,229 +69,230 @@
 msgid "Supported handlers are: %s"
 msgstr ""
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr ""
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr ""
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr "Zoek & Vervangt"
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
 msgstr "Zoek"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr ""
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 msgid "Strike"
 msgstr ""
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr ""
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr ""
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
 msgstr ""
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
 msgstr "Links"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 msgid "Table of Contents"
 msgstr ""
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr "Pagina Naam"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr ""
 
-#: ../lib/EditToolbar.php:182
-msgid "template name"
-msgstr ""
+#: ../lib/EditToolbar.php:202
+#, fuzzy
+msgid "Template Name"
+msgstr "Pagina Naam"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
 msgstr ""
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Bewaar"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr "Voorvertonig"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
 msgstr ""
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr ""
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr ""
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
 msgstr ""
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
-msgid "AddImage"
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
+msgid "Add Image or Video"
 msgstr ""
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -300,86 +301,85 @@
 msgid "%s: error while handling error:"
 msgstr ""
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr ""
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr ""
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr "Naamloos PhpWiki"
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "ThuisPagina"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, php-format
 msgid "PageChange Notification of %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
 msgstr "Terug naar %s"
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, fuzzy, php-format
 msgid "Error: Couldn't send %s to %s"
 msgstr "Kan verbinding naar data base %s niet tot stand brengen, geef op."
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
 msgstr ""
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
 msgstr "Nieuw pagina"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr "Verander von: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Vorige Auteur"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:269
-#, php-format
-msgid "Removed by: %s"
-msgstr "Verwijder von: %s"
-
-#: ../lib/MailNotify.php:271
-#, php-format
-msgid "Page removed %s"
+#: ../lib/MailNotify.php:344
+#, fuzzy, php-format
+msgid "User %s removed page %s"
 msgstr "Verwijder %s"
 
-#: ../lib/MailNotify.php:320
-msgid "e-mail address confirmation"
+#: ../lib/MailNotify.php:380
+msgid "E-Mail address confirmation"
 msgstr ""
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -394,243 +394,259 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 msgid "reverse"
 msgstr ""
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr ""
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr ""
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr ""
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr ""
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr ""
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr ""
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr ""
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
 msgstr "meest recente verandering"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr "Teller"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr ""
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr ""
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "Versie"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "Vorige Auteur"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr ""
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr ""
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
-msgstr "Låst"
+msgstr "LÃ¥st"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
-msgstr "låst"
+msgstr "låst"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+msgid "External"
+msgstr ""
+
+#: ../lib/PageList.php:1218
+msgid "external"
+msgstr ""
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr ""
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr ""
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr "PhpWikiBeheer"
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr ""
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 #, fuzzy
 msgid "Replace"
 msgstr "Zoek & Vervangt"
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr ""
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
 msgstr ""
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr ""
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr ""
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "Verwijder pagina"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr ""
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr ""
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr ""
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr ""
 
@@ -638,12 +654,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -654,7 +668,7 @@
 msgid "Discussion"
 msgstr ""
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr ""
@@ -667,59 +681,60 @@
 msgid "InterWiki Address"
 msgstr ""
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
 msgstr "RecenteVeranderingen"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr ""
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr ""
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr ""
@@ -728,12 +743,12 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -742,46 +757,41 @@
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr ""
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr ""
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr "Het PhpWiki programmeerteam"
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
 msgstr "Beschrijf %s hier."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr ""
@@ -866,7 +876,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr ""
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr ""
@@ -890,41 +900,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr ""
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:529
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
 #, php-format
-msgid "Include of '%s' failed."
-msgstr "Insert van '%s' gefaald."
+msgid "Plugin '%s' does not exist."
+msgstr ""
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr ""
@@ -940,94 +946,93 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr ""
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
 msgstr "Versie %s, bewarrd %s"
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
 msgstr "Meest recente verandering %s"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
 msgstr "Versie %s, bewarrd op %s"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
 msgstr "Meest recente verandering op %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr ""
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr ""
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "door %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, fuzzy, php-format
 msgid "Create: %s"
 msgstr "Bewaard: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr ""
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Verander"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Diff"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1039,111 +1044,119 @@
 msgid "Sign Out"
 msgstr ""
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr ""
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "Verwijder Pagina"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr "Open Pagina"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
 msgstr "Sluit Pagina Af"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr "Verwijder Pagina"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "Nieuw pagina."
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Drukker"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr "TitelZoek"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr ""
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
 msgstr ""
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr ""
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr ""
 
@@ -1176,8 +1189,8 @@
 msgid "CategoryHomepage"
 msgstr ""
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1204,6 +1217,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr ""
@@ -1213,27 +1240,32 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 msgid "User not found in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, fuzzy, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr "Kan verbinding naar data base %s niet tot stand brengen, geef op."
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr ""
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
@@ -1264,53 +1296,53 @@
 msgid "Given password ignored."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1319,12 +1351,12 @@
 "See %s"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1376,7 +1408,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1385,96 +1417,111 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "versie %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Geen"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr ""
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Diff van: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "versie %d"
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "huidige versie"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr ""
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr ""
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr ""
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr ""
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr ""
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr ""
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr ""
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr "Vorige Auteur"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr "Nieuw pagina:"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr ""
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "huidige versie"
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr ""
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
 msgstr "Versies zijn identiek"
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "Versie"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1482,121 +1529,138 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr "TerugLinks"
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr ""
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr ""
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr ""
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Verander: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr "Bron tekst: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr ""
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr ""
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+msgid "Page now public."
+msgstr ""
+
+#: ../lib/editpage.php:260
+msgid "Page now not-public."
+msgstr ""
+
+#: ../lib/editpage.php:269
+msgid "Page now external."
+msgstr ""
+
+#: ../lib/editpage.php:270
+msgid "Page now not-external."
+msgstr ""
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "Bewaard: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr ""
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, php-format
 msgid "%s is listed at %s with %s"
 msgstr ""
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr "Excuses voor het ongemak."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Versies zijn identiek"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
@@ -1604,7 +1668,7 @@
 "Deze pagina is afgesloten door de beheerder en je veranderingen kan niet "
 "bewaar worden."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
@@ -1612,53 +1676,52 @@
 "Kopier je veranderingen naar het klipbord of een andere tijdelijke plaats "
 "(bijv. een tekst editor)."
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
 msgstr ""
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr "GebruikersVoorkeuren"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1666,642 +1729,642 @@
 "those sections by hand before you click Save."
 msgstr ""
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr ""
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr ""
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr ""
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
 msgstr "RecenteVeranderingen"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr ""
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr ""
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr ""
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr ""
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr ""
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr ""
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr ""
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr ""
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr "Klaar."
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr "Terug naar %s"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr ""
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr ""
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr "Je moet een directory specificeren om in te storten"
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr ""
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr ""
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr ""
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr "bewaard als %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr ""
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr ""
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr ""
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr ""
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 msgid "Invalid pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "van %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr ""
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr "- bewaard in de data base als versie %d"
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "MIME bestand %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr "Geserialiseerd bestand %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "plat bestand %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr ""
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr ""
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
 msgstr ""
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr ""
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
 msgstr ""
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 #, fuzzy
 msgid "Cancelled"
 msgstr "Annuleer"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr ""
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Annuleer"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
 msgstr "Verwijder von: %s"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr ""
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr "Overgeslagen"
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr "Laden van maagdelijke wiki"
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr ""
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr ""
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr ""
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr ""
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr ""
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr ""
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr ""
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr ""
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr ""
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr ""
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr ""
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
 msgstr "Verwijder pagina"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
 msgstr ""
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr ""
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr ""
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr ""
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 msgid "purge this page"
 msgstr ""
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr ""
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr ""
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr ""
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr ""
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr ""
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr ""
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr ""
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 #, fuzzy
 msgid "download a html zip dump from this wiki"
 msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 msgid "use"
 msgstr ""
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr ""
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr ""
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr ""
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr ""
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr ""
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr ""
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr ""
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr ""
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 msgid "Purging pages"
 msgstr ""
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr ""
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr ""
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr ""
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "PhpWiki Fatale Fout"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr ""
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr ""
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr ""
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
 msgstr "VolledigeTekstZoek"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr ""
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
 msgstr ""
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr ""
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr ""
 
@@ -2314,28 +2377,28 @@
 msgid "Show and add comments for %s"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr ""
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr ""
 
@@ -2343,27 +2406,31 @@
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+#, fuzzy
+msgid "All pages in this wiki ({total} total):"
+msgstr "De %d meestbezochte pagina's van deze Wiki:"
+
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
@@ -2376,7 +2443,7 @@
 msgid "List all once authenticated users."
 msgstr ""
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2456,7 +2523,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr ""
 
@@ -2472,26 +2539,26 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr ""
 
@@ -2499,34 +2566,34 @@
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, fuzzy, php-format
 msgid "Go to %s."
 msgstr "Terug naar %s."
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2538,146 +2605,147 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 msgid "Those"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2685,20 +2753,20 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "B"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "Verander %s"
@@ -2715,11 +2783,19 @@
 msgid "Create a Wiki page."
 msgstr ""
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr ""
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
@@ -2732,9 +2808,9 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
@@ -2746,51 +2822,102 @@
 msgid "Create a Wiki page by the provided name."
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 msgid "Cannot create page with empty name!"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "Bewaard: %s"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
+#, fuzzy, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr "Verwijder pagina"
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
 #, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
 msgstr ""
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr ""
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+msgid "DynamicIncludePage"
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
+msgstr ""
+
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s: %s"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr ""
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr ""
@@ -2800,22 +2927,22 @@
 msgid "Edit metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, php-format
 msgid "No metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2827,69 +2954,74 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 msgid "FileInfo"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%d keer gevonden in %d pagina's."
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr ""
 
@@ -2902,93 +3034,98 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr "Zie %s"
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
 msgstr "Volledige tekst zoek resultaten naar '%s'"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
 msgstr "Links"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr ""
 
@@ -3001,18 +3138,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3024,7 +3161,7 @@
 msgid "Make use of the Google API"
 msgstr ""
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr ""
 
@@ -3036,22 +3173,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3068,15 +3205,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3088,34 +3229,45 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
 #, php-format
+msgid "Page '%s' does not exist"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 msgid "IncludePages"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3128,6 +3280,14 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+msgid "IncludeTree"
+msgstr ""
+
+#: ../lib/plugin/IncludeTree.php:43
+msgid "Dynamic Category Tree"
+msgstr ""
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr ""
@@ -3136,28 +3296,31 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "Zoek"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr ""
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
@@ -3169,44 +3332,44 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 msgid "Missing ldap extension"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 #, fuzzy
 msgid "Failed to connect to LDAP host"
 msgstr "Kan verbinding naar data base %s niet tot stand brengen, geef op."
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3217,21 +3380,36 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr "Links"
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
 msgstr "LiveZoek"
@@ -3240,34 +3418,34 @@
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 msgid "outgoing"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 #, fuzzy
 msgid "Link"
 msgstr "Links"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3280,7 +3458,7 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3302,11 +3480,11 @@
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr ""
@@ -3319,16 +3497,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3336,12 +3514,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3349,296 +3527,298 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, php-format
 msgid "%s is not locked!"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr "Meestbezochte"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
 msgstr "Nieuw pagina."
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr "Volgende"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr "Vorige"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr "PaginaGeschiedenis"
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "Versie %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr ""
 
@@ -3659,112 +3839,117 @@
 msgid "PasswordReset"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, php-format
 msgid "Error sending email with password for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 msgid "Reset password of user: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3777,29 +3962,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr ""
 
@@ -3811,54 +3996,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr ""
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3870,17 +4056,17 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
 msgstr ""
@@ -3894,63 +4080,72 @@
 msgid "List the most popular tags."
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
 msgstr "GebruikersVoorkeuren"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 msgid "Total Units"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 msgid "Total Voters"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+msgid "Processing"
+msgstr ""
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr ""
 
@@ -3958,9 +4153,8 @@
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -3968,54 +4162,62 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "huidige versie"
 
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
+msgid "Your current prediction: "
 msgstr "huidige versie"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 msgid "Change your rating from "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
-msgstr ""
+#: ../lib/plugin/RateIt.php:148
+#, fuzzy
+msgid " to "
+msgstr "Terug naar %s."
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 msgid "Add your rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "Verander: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 msgid "Cancel your rating"
 msgstr ""
 
@@ -4023,267 +4225,331 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 msgid "UserContribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
 msgstr "RecenteVeranderingen"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 #, fuzzy
 msgid "Deleted"
 msgstr "Verwijder pagina"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "diff"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "Breedte"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 msgid "contribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "nieuw pagina"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
 msgstr "nieuw pagina"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, php-format
 msgid " for pages changed by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, php-format
 msgid " for all pages linking to %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, php-format
 msgid " for all pages matching '%s'"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr "De %d meest recent %s staan hieronder."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr "Titel Zoek"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr ""
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
+#: ../lib/plugin/RecentChanges.php:1417
+msgid "1 day"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1356
-msgid "1 day"
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+msgid "All users"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+msgid "All pages"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "All modifications"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "Sidan är Låst"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "RecenteVeranderingen"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "nieuw pagina"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "Nieuw pagina"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
 msgstr ""
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+#, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "De %d meestbezochte pagina's van deze Wiki:"
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
 msgstr ""
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+msgid "List of changes on all pages which are linked to from this page."
+msgstr ""
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4295,7 +4561,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4308,56 +4574,56 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
 msgstr "Zoek"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 msgid "Search relations and attributes"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 msgid "Relations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4391,30 +4657,30 @@
 msgid "SemanticSearchAdvanced"
 msgstr "Zoek"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 msgid "Help:SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4423,20 +4689,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
 msgstr "Pagina Naam"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4448,7 +4714,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4461,15 +4727,15 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 msgid "SpellCheck"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4481,11 +4747,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4498,75 +4764,75 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 msgid "Now upload all locally newer uploads."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, php-format
 msgid "Postponed %s for %s."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 msgid "skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 msgid "same content"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4578,51 +4844,51 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4630,210 +4896,210 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 msgid "TeX imagepath not writable."
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
 msgstr "Titel zoek resultaten naar '%s'"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
 msgstr "Titel zoek resultaten naar '%s'"
@@ -4846,11 +5112,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr ""
@@ -4868,77 +5134,77 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
 msgstr ""
@@ -4947,78 +5213,78 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, php-format
 msgid "ERROR uploading '%s'"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -5026,148 +5292,190 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 msgid "One UserPreferences field successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "Bron Tekst"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, php-format
+msgid "Invalid argument %s"
+msgstr ""
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, fuzzy, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "Breedte"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5175,31 +5483,35 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+msgid "You must sign in to watch pages."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5207,151 +5519,165 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "PaginaGeschiedenis"
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "Pagina '%s' verwijderd."
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:173
+#, fuzzy
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
+msgstr "Verwijder pagina"
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "PaginaGeschiedenis"
+
+#: ../lib/plugin/WikiAdminChown.php:178
+msgid "Select the pages to change the owner"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "RecenteVeranderingen"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
+#: ../lib/plugin/WikiAdminMarkup.php:75
 #, php-format
-msgid "WikiAdminMarkup from %s to %s"
+msgid "Change markup type from %s to %s"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
@@ -5364,99 +5690,139 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 #, fuzzy
 msgid "PhpWikiAdministration/Markup"
 msgstr "PhpWikiBeheer"
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 #, fuzzy
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr "Verwijder pagina"
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+msgid "Select the pages to change the markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 msgid "Change markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "PhpWikiBeheer"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "PaginaGeschiedenis"
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "PhpWikiBeheer"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+#, fuzzy
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr "Verwijder pagina"
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "PaginaGeschiedenis"
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+msgid "Select the files to purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
 msgstr "Pagina '%s' verwijderd."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr ""
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "Pagina '%s' verwijderd."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+msgid "Select the files to remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5464,103 +5830,108 @@
 msgid "Access denied to rename page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
 msgid "No pages renamed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 #, fuzzy
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr "Verwijder pagina"
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Verwijder Pagina"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
 #, php-format
-msgid "WikiAdminSearchReplace %s by %s"
+msgid "Replace '%s' by '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
-msgstr ""
+"Are you sure you want to permanently replace text in the selected files?"
+msgstr "Verwijder pagina"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+msgid "Select the pages to search and replace"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5575,218 +5946,276 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
-#, php-format
-msgid "ACL changed for page '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "Pagina '%s' verwijderd."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "van %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "Terug naar %s."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 #, fuzzy
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr "Verwijder pagina"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+msgid "Select the pages where to change access rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+msgid "individual page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+msgid "WikiAdminSetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "PaginaGeschiedenis"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Pagina '%s' verwijderd."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "PhpWikiBeheer"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Nieuw pagina"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+msgid "Select the pages to set as external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 #, fuzzy
 msgid "Back"
 msgstr "TerugLinks"
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 msgid "Username"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5799,11 +6228,11 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr ""
@@ -5812,27 +6241,28 @@
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr ""
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -5841,77 +6271,70 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, php-format
 msgid "Required argument %s missing"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, php-format
-msgid "Invalid argument %s"
-msgstr ""
-
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
 msgstr ""
@@ -5920,27 +6343,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr ""
 
@@ -5949,17 +6371,17 @@
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
@@ -5973,8 +6395,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr ""
 
@@ -5992,7 +6414,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, php-format
 msgid "Retransform page '%s'"
 msgstr ""
@@ -6051,19 +6473,17 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6171,7 +6591,7 @@
 msgstr "PhpWikiBeheer/Vervangt"
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr "PhpWikiDocumentatie"
 
@@ -6252,8 +6672,9 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr ""
 
@@ -6277,8 +6698,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6292,14 +6711,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6308,23 +6727,23 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6332,21 +6751,16 @@
 msgid "Sorry, this page does not exist."
 msgstr ""
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Nieuw pagina."
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
 msgstr "Je staat te verwijderen '%s' op het punt!"
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr ""
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6354,17 +6768,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "Pagina '%s' verwijderd."
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
 msgstr "Je staat te verwijderen '%s' op het punt!"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6372,366 +6781,383 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr ""
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr ""
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr ""
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr ""
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr ""
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr ""
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr ""
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr ""
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr ""
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr ""
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr ""
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr ""
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
 msgstr "ZoekPagina"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "Vorige Auteur"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 msgid "DebugAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "_GroupInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "GroupAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 msgid "rename to Help: pages"
 msgstr ""
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, php-format
 msgid "rename %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
 msgstr ""
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, fuzzy, php-format
 msgid "version <em>%s</em> not affected"
 msgstr "versie <em>%s</em>"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, php-format
 msgid "version <em>%s</em>"
 msgstr "versie <em>%s</em>"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr ""
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 msgid "plugin argument"
 msgstr ""
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, php-format
 msgid "file %s not found"
 msgstr ""
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%d keer gevonden in %d pagina's."
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, php-format
 msgid "file %s is not writable"
 msgstr ""
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, php-format
 msgid "check for %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 msgid "fixed with"
 msgstr ""
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6781,274 +7207,281 @@
 msgid "Unexpected EOF in zip file"
 msgstr ""
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr "[%d] Zie [%s]"
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr "Referenties"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr "Bron Tekst"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr ""
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr ""
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "H"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "B"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "H"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "B"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "GoedeStijl"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr "%s tips for veranderen."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "OudTekstFormatteringsRegels"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "TekstFormatteringsRegels"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 msgid "LiveSearch"
@@ -7060,85 +7493,88 @@
 msgstr ""
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
 msgstr "Bron Tekst"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 msgid "/Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 msgid "TemplateTalk"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "Bewaard: %s"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 #, fuzzy
 msgid "History"
 msgstr "PaginaGeschiedenis"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "Breedte"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr ""
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
 #, fuzzy
-msgid "Page history"
-msgstr "PaginaGeschiedenis"
+msgid "Page info"
+msgstr "Sidan är Låst"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 msgid "Author history"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
 msgstr "Pagina Naam"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 msgid "Purge HTML cache"
 msgstr ""
 
@@ -7158,291 +7594,341 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr "Teller:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
 msgstr "ThuisPagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
 msgstr "RecenteVeranderingen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 #, fuzzy
 msgid "The list of recent changes in the wiki."
 msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
 msgstr "RecenteVeranderingen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
 msgstr "RecenteVeranderingen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
 msgstr "Nieuw pagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
 msgstr "Verwijder pagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
 msgstr "ZoekPagina"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
 msgstr "Zoek"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
 msgstr "RecenteVeranderingen"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 #, fuzzy
 msgid "Administration"
 msgstr "PhpWikiBeheer"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
 msgstr "plat bestand %s"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
 msgstr "huidige versie"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
-msgid "All pages"
+#: ../themes/MonoBook/templates/signin.tmpl:10
+msgid "My Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "GebruikersVoorkeuren"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "RecenteVeranderingen"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "RecenteVeranderingen"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+"Deze pagina is afgesloten door de beheerder en kan niet veranderd worden."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "VeranderTekst"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr ""
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr ""
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Nieuw pagina"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "Nieuw pagina"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
-"Deze pagina is afgesloten door de beheerder en kan niet veranderd worden."
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+msgid "Past versions of this page."
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
+msgid ", Memory: %s"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+msgid "Main Categories"
 msgstr ""
 
-#: ../themes/Sidebar/themeinfo.php:37
-msgid "Sidebar"
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Zoek"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Sidebar/themeinfo.php:115
+#, fuzzy
+msgid "Sidebar"
+msgstr "Zoek"
+
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr ""
 
@@ -7459,6 +7945,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr ""
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr ""
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr ""
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 msgid "Home"
 msgstr "Thuis"
@@ -7467,13 +7964,20 @@
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr ""
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 msgid "Add Entry"
 msgstr ""
 
@@ -7486,32 +7990,32 @@
 msgid "Page Trail"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 #, fuzzy
 msgid "Lock"
-msgstr "Låst"
+msgstr "LÃ¥st"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 #, fuzzy
 msgid "Unlock"
 msgstr "Sluit Pagina Af"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(diff)"
 
@@ -7535,16 +8039,24 @@
 msgid "%s by %s"
 msgstr ""
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ""
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr ""
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7577,8 +8089,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Geen"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7586,398 +8102,400 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
 msgstr "Volgende"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr "Bedankt voor het veranderen van %s."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr "Je zorgvuldige aandacht voor detail wordt erg gewaardeerd."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
-msgid "<system language>"
-msgstr ""
-
+#: ../themes/default/templates/userprefs.tmpl:89
 #: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
+#: ../themes/gforge/templates/userprefs.tmpl:153
 #: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
-msgid "Personal language:"
+msgid "<system language>"
 msgstr ""
 
+#: ../themes/default/templates/userprefs.tmpl:100
 #: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
+msgid "Personal language:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
+msgstr "GebruikersVoorkeuren"
+
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr "Hoogte"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Breedte"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr "Zet Voorkeuren"
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "GebruikersVoorkeuren"
@@ -8008,13 +8526,8 @@
 msgid "Page"
 msgstr "ThuisPagina"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "Bewaard: %s"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 #, fuzzy
 msgid "Last Difference"
 msgstr "Zet Voorkeuren"
@@ -8022,7 +8535,7 @@
 #: ../themes/gforge/templates/actionbar.tmpl:75
 #, fuzzy
 msgid "Page Info"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
 #: ../themes/gforge/templates/actionbar.tmpl:78
 #, fuzzy
@@ -8030,13 +8543,13 @@
 msgstr "TerugLinks"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
 msgstr "RecenteVeranderingen"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
@@ -8044,66 +8557,105 @@
 msgid "Purge"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:11
-msgid "SpecialPages"
+#: ../themes/gforge/templates/actionbar.tmpl:126
+#, fuzzy
+msgid "Watch Page"
+msgstr "Breedte"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "TekstFormatteringsRegels"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:17
-msgid "Like Pages"
+#: ../themes/gforge/templates/editpage.tmpl:67
+msgid "Make the page external?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "GebruikersVoorkeuren"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
-msgid "E-mail Notification"
+#: ../themes/gforge/templates/navbar.tmpl:10
+msgid "SpecialPages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
+msgid "Like Pages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
+msgid "E-mail Notification"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "Verwijder pagina"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 msgid "Check menu items to display."
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+msgid "Show Page Trail"
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Pagina '%s' verwijderd."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
+#~ msgid "Include of '%s' failed."
+#~ msgstr "Insert van '%s' gefaald."
+
+#~ msgid "Removed by: %s"
+#~ msgstr "Verwijder von: %s"
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "PaginaGeschiedenis"
+
+#~ msgid "The PhpWiki programming team"
+#~ msgstr "Het PhpWiki programmeerteam"
+
+#, fuzzy
+#~ msgid "Page history"
+#~ msgstr "PaginaGeschiedenis"
+
 #~ msgid "GoodStyle"
 #~ msgstr "GoedeStijl"
 
 #~ msgid "OldTextFormattingRules"
 #~ msgstr "OudTekstFormatteringsRegels"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "TekstFormatteringsRegels"
-
 #, fuzzy
-#~ msgid "WikiAdminMassRevert"
-#~ msgstr "PhpWikiBeheer"
-
-#, fuzzy
-#~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "Pagina '%s' verwijderd."
-
-#, fuzzy
 #~ msgid "PhpWikiAdministration/MassRevert"
 #~ msgstr "PhpWikiBeheer"
 
@@ -8114,16 +8666,12 @@
 #~ msgstr "Verwijder pagina"
 
 #, fuzzy
-#~ msgid "Revert selected pages"
-#~ msgstr "PaginaGeschiedenis"
-
-#, fuzzy
 #~ msgid "WikiUserAdministration"
 #~ msgstr "PhpWikiBeheer"
 
 #, fuzzy
 #~ msgid "BlockQuote"
-#~ msgstr "låst"
+#~ msgstr "låst"
 
 #, fuzzy
 #~ msgid "Last Modified:"
@@ -8161,10 +8709,6 @@
 #~ msgstr "%s: %s"
 
 #, fuzzy
-#~ msgid "Summary:"
-#~ msgstr "Vorige Auteur"
-
-#, fuzzy
 #~ msgid "Last Summary:"
 #~ msgstr "Vorige Auteur"
 
@@ -8229,10 +8773,6 @@
 #~ msgstr "De %d meestbezochte pagina's van deze Wiki:"
 
 #, fuzzy
-#~ msgid "lock pages in this wiki"
-#~ msgstr "De %d meestbezochte pagina's van deze Wiki:"
-
-#, fuzzy
 #~ msgid "remove pages from this wiki"
 #~ msgstr "De %d meestbezochte pagina's van deze Wiki:"
 

Modified: trunk/src/plugins/wiki/www/locale/po/phpwiki.pot
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/phpwiki.pot	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/phpwiki.pot	2010-08-22 09:59:10 UTC (rev 10344)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2002-12-14 17:51-0500\n"
 "Last-Translator: Reini Urban <rurban at users.sf.net>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -14,26 +14,26 @@
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, php-format
 msgid "Relation %s to page %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -65,227 +65,227 @@
 msgid "Supported handlers are: %s"
 msgstr ""
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr ""
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr ""
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 msgid "Search for"
 msgstr ""
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr ""
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 msgid "Strike"
 msgstr ""
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr ""
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr ""
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
 msgstr ""
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 msgid "List"
 msgstr ""
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 msgid "Table of Contents"
 msgstr ""
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr ""
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr ""
 
-#: ../lib/EditToolbar.php:182
-msgid "template name"
+#: ../lib/EditToolbar.php:202
+msgid "Template Name"
 msgstr ""
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
 msgstr ""
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr ""
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr ""
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 msgid "AddCategory"
 msgstr ""
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr ""
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr ""
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
 msgstr ""
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
-msgid "AddImage"
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
+msgid "Add Image or Video"
 msgstr ""
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -294,86 +294,85 @@
 msgid "%s: error while handling error:"
 msgstr ""
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr ""
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr ""
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr ""
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr ""
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, php-format
 msgid "PageChange Notification of %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, php-format
 msgid "sent to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, php-format
 msgid "Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
 msgstr ""
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 msgid "New page"
 msgstr ""
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
 #, php-format
-msgid "Page rename %s to %s"
+msgid "Summary: %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:269
+#: ../lib/MailNotify.php:307
 #, php-format
-msgid "Removed by: %s"
+msgid "Page rename %s to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:271
+#: ../lib/MailNotify.php:344
 #, php-format
-msgid "Page removed %s"
+msgid "User %s removed page %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:320
-msgid "e-mail address confirmation"
+#: ../lib/MailNotify.php:380
+msgid "E-Mail address confirmation"
 msgstr ""
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -388,242 +387,257 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 msgid "reverse"
 msgstr ""
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr ""
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr ""
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr ""
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr ""
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr ""
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr ""
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr ""
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
 msgstr ""
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr ""
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr ""
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr ""
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr ""
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr ""
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr ""
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr ""
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
 msgstr ""
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+msgid "External"
+msgstr ""
+
+#: ../lib/PageList.php:1218
+msgid "external"
+msgstr ""
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr ""
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr ""
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr ""
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 msgid "Replace"
 msgstr ""
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr ""
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
 msgstr ""
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr ""
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr ""
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+msgid "Purge this page"
+msgstr ""
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr ""
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr ""
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr ""
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr ""
 
@@ -631,12 +645,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -647,7 +659,7 @@
 msgid "Discussion"
 msgstr ""
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr ""
@@ -660,59 +672,60 @@
 msgid "InterWiki Address"
 msgstr ""
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
 msgstr ""
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr ""
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr ""
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr ""
@@ -721,12 +734,12 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -735,46 +748,41 @@
 msgid "%4d  %s\n"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr ""
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr ""
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr ""
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
 msgstr ""
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr ""
@@ -859,7 +867,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr ""
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr ""
@@ -883,41 +891,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr ""
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:529
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
 #, php-format
-msgid "Include of '%s' failed."
+msgid "Plugin '%s' does not exist."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr ""
@@ -933,94 +937,93 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr ""
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr ""
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr ""
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr ""
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr ""
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr ""
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1032,111 +1035,117 @@
 msgid "Sign Out"
 msgstr ""
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr ""
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+msgid "Rename Page"
+msgstr ""
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr ""
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
 msgstr ""
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+msgid "Purge Page"
+msgstr ""
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, php-format
 msgid "Plugin %s: undefined"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr ""
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
 msgstr ""
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr ""
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr ""
 
@@ -1164,8 +1173,8 @@
 msgid "CategoryHomepage"
 msgstr ""
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1192,6 +1201,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr ""
@@ -1201,27 +1224,32 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 msgid "User not found in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr ""
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr ""
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
@@ -1252,53 +1280,53 @@
 msgid "Given password ignored."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1307,12 +1335,12 @@
 "See %s"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1361,7 +1389,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1370,98 +1398,110 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr ""
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr ""
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr ""
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr ""
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr ""
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr ""
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr ""
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr ""
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr ""
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr ""
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr ""
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr ""
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr ""
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr ""
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr ""
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr ""
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+msgid "Content of versions "
 msgstr ""
 
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr ""
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " is identical."
+msgstr ""
+
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+msgid "Version "
+msgstr ""
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
 # This entry is important for French punctuation rules which stipulate
 # a space before each colon.
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1469,179 +1509,195 @@
 msgid "%s: %s"
 msgstr ""
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr ""
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr ""
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr ""
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr ""
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr ""
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr ""
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr ""
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr ""
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+msgid "Page now public."
+msgstr ""
+
+#: ../lib/editpage.php:260
+msgid "Page now not-public."
+msgstr ""
+
+#: ../lib/editpage.php:269
+msgid "Page now external."
+msgstr ""
+
+#: ../lib/editpage.php:270
+msgid "Page now not-external."
+msgstr ""
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr ""
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr ""
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, php-format
 msgid "%s is listed at %s with %s"
 msgstr ""
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr ""
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr ""
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
 msgstr ""
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr ""
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 msgid "ModeratedPage"
 msgstr ""
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr ""
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1649,638 +1705,638 @@
 "those sections by hand before you click Save."
 msgstr ""
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr ""
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr ""
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 msgid "Convert"
 msgstr ""
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 msgid "Changes"
 msgstr ""
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr ""
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr ""
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr ""
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr ""
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr ""
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr ""
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr ""
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr ""
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr ""
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr ""
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr ""
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr ""
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr ""
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr ""
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr ""
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr ""
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr ""
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr ""
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, php-format
 msgid "... not copied to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr ""
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr ""
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 msgid "Invalid pagename!"
 msgstr ""
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr ""
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr ""
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr ""
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr ""
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
 msgstr ""
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr ""
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
 msgstr ""
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 msgid "Cancelled"
 msgstr ""
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr ""
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr ""
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, php-format
 msgid "Revert: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr ""
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr ""
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr ""
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr ""
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr ""
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr ""
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr ""
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr ""
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr ""
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr ""
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr ""
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr ""
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr ""
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr ""
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 msgid "rename this page"
 msgstr ""
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
 msgstr ""
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr ""
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr ""
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr ""
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 msgid "purge this page"
 msgstr ""
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr ""
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr ""
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr ""
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr ""
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr ""
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr ""
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr ""
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 msgid "download a html zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 msgid "use"
 msgstr ""
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr ""
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr ""
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr ""
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr ""
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr ""
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr ""
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr ""
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr ""
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 msgid "Purging pages"
 msgstr ""
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr ""
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr ""
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr ""
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr ""
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr ""
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr ""
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr ""
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
 msgstr ""
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr ""
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
 msgstr ""
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr ""
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr ""
 
@@ -2293,28 +2349,28 @@
 msgid "Show and add comments for %s"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr ""
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr ""
 
@@ -2322,27 +2378,30 @@
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+msgid "All pages in this wiki ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
+msgstr ""
+
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
@@ -2355,7 +2414,7 @@
 msgid "List all once authenticated users."
 msgstr ""
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2435,7 +2494,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr ""
 
@@ -2451,26 +2510,26 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr ""
 
@@ -2478,34 +2537,34 @@
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2517,146 +2576,147 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 msgid "Those"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2664,19 +2724,19 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 msgid "Wk"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr ""
@@ -2693,11 +2753,19 @@
 msgid "Create a Wiki page."
 msgstr ""
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr ""
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
@@ -2709,9 +2777,9 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
@@ -2723,51 +2791,101 @@
 msgid "Create a Wiki page by the provided name."
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 msgid "Cannot create page with empty name!"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+msgid "CreatePage failed"
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
 #, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
+#, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
 msgstr ""
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr ""
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+msgid "DynamicIncludePage"
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
+msgstr ""
+
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, php-format
+msgid " %s :"
+msgstr ""
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr ""
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr ""
@@ -2777,22 +2895,22 @@
 msgid "Edit metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, php-format
 msgid "No metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2804,68 +2922,73 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 msgid "FileInfo"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, php-format
+msgid "File '%s' not found."
+msgstr ""
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 msgid "page not locked"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr ""
 
@@ -2878,93 +3001,98 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, php-format
 msgid "(%d Links)"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr ""
 
@@ -2977,18 +3105,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3000,7 +3128,7 @@
 msgid "Make use of the Google API"
 msgstr ""
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr ""
 
@@ -3012,22 +3140,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3044,15 +3172,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3064,34 +3196,45 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
 #, php-format
+msgid "Page '%s' does not exist"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 msgid "IncludePages"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3104,6 +3247,14 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+msgid "IncludeTree"
+msgstr ""
+
+#: ../lib/plugin/IncludeTree.php:43
+msgid "Dynamic Category Tree"
+msgstr ""
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr ""
@@ -3112,28 +3263,31 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr ""
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr ""
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
@@ -3145,43 +3299,43 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 msgid "Missing ldap extension"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 msgid "Failed to connect to LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3192,21 +3346,36 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 msgid "LinkSearch"
 msgstr ""
 
@@ -3214,33 +3383,33 @@
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 msgid "outgoing"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 msgid "Link"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3253,7 +3422,7 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3275,11 +3444,11 @@
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr ""
@@ -3292,16 +3461,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3309,12 +3478,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3322,295 +3491,297 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, php-format
 msgid "%s is not locked!"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 msgid "NewPagesPerUser"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr ""
 
@@ -3631,112 +3802,117 @@
 msgid "PasswordReset"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, php-format
 msgid "Error sending email with password for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 msgid "Reset password of user: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3749,29 +3925,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr ""
 
@@ -3783,54 +3959,54 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
+#: ../lib/plugin/PluginManager.php:36
+msgid "List of plugins on this wiki"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3842,17 +4018,17 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
 msgstr ""
@@ -3865,62 +4041,71 @@
 msgid "List the most popular tags."
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 msgid "Category"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 msgid "PreferenceApp"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 msgid "Total Units"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 msgid "Total Voters"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+msgid "Processing"
+msgstr ""
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr ""
 
@@ -3928,9 +4113,8 @@
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -3938,52 +4122,59 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 msgid "Your current rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:121
-msgid "The current prediction: "
+#: ../lib/plugin/RateIt.php:146
+msgid "Your current prediction: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 msgid "Change your rating from "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+msgid " to "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 msgid "Add your rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, php-format
 msgid "Prediction: %s"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 msgid "Cancel your rating"
 msgstr ""
 
@@ -3991,262 +4182,320 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 msgid "UserContribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 msgid "RecentNewPages"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 msgid "Deleted"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 msgid "hist"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 msgid "contribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 msgid "new pages"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 msgid "created new pages"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, php-format
 msgid " for pages changed by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, php-format
 msgid " for all pages linking to %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, php-format
 msgid " for all pages matching '%s'"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
+#: ../lib/plugin/RecentChanges.php:1165
+msgid "List all recent changes in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
+#: ../lib/plugin/RecentChanges.php:1417
+msgid "1 day"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1356
-msgid "1 day"
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+msgid "All users"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+msgid "All pages"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "All modifications"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1484
+msgid "Page once only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1484
+msgid "Full changes"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1495
+msgid "Old and new pages"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1495
+msgid "New pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
 msgstr ""
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+msgid "List all recent edits in this wiki."
+msgstr ""
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
 msgstr ""
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+msgid "List of changes on all pages which are linked to from this page."
+msgstr ""
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4258,7 +4507,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4271,55 +4520,55 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 msgid "SemanticSearch"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 msgid "Search relations and attributes"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 msgid "Relations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4352,30 +4601,30 @@
 msgid "SemanticSearchAdvanced"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 msgid "Help:SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4384,19 +4633,19 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 msgid "Pagename(s): "
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4408,7 +4657,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4421,15 +4670,15 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 msgid "SpellCheck"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4441,11 +4690,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4458,75 +4707,75 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 msgid "Now upload all locally newer uploads."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, php-format
 msgid "Postponed %s for %s."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 msgid "skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 msgid "same content"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4538,51 +4787,51 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4590,210 +4839,210 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 msgid "TeX imagepath not writable."
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, php-format
 msgid "Title search results for '%s' (%d total)"
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
 msgstr ""
@@ -4806,11 +5055,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr ""
@@ -4828,77 +5077,77 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, php-format
 msgid "%s has no subpages defined."
 msgstr ""
@@ -4907,78 +5156,78 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, php-format
 msgid "ERROR uploading '%s'"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -4986,147 +5235,188 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 msgid "One UserPreferences field successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+msgid "Video"
+msgstr ""
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, php-format
+msgid "Invalid argument %s"
+msgstr ""
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 msgid "WatchPage"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5134,31 +5424,35 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+msgid "You must sign in to watch pages."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5166,151 +5460,161 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
+#: ../lib/plugin/WikiAdminChown.php:42
+msgid "Change owner of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
+#: ../lib/plugin/WikiAdminChown.php:79
 #, php-format
-msgid "Chown page '%s' to '%s'."
+msgid "Change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
+#: ../lib/plugin/WikiAdminChown.php:173
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
+#: ../lib/plugin/WikiAdminChown.php:177
+msgid "Change owner of selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
+#: ../lib/plugin/WikiAdminChown.php:178
+msgid "Select the pages to change the owner"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminChown.php:200
+msgid "Change owner"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
+#: ../lib/plugin/WikiAdminMarkup.php:75
 #, php-format
-msgid "WikiAdminMarkup from %s to %s"
+msgid "Change markup type from %s to %s"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
@@ -5323,97 +5627,132 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+msgid "Select the pages to change the markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 msgid "Change markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+msgid "WikiAdminPurge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+msgid "Permanently purge all selected pages."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, php-format
+msgid "Purged page '%s' successfully."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+msgid "PhpWikiAdministration/Purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+msgid "Permanently purge selected pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+msgid "Select the files to purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:119
+#: ../lib/plugin/WikiAdminRemove.php:115
 #, php-format
-msgid "Didn't removed page '%s'. Access denied."
+msgid "Didn't remove page '%s'. Access denied."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+msgid "Select the files to remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5421,102 +5760,105 @@
 msgid "Access denied to rename page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
 #, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRename.php:108
+#, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
 msgid "No pages renamed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+msgid "Rename page"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
 #, php-format
-msgid "WikiAdminSearchReplace %s by %s"
+msgid "Replace '%s' by '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+msgid "Select the pages to search and replace"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5531,216 +5873,271 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
+#: ../lib/plugin/WikiAdminSetAcl.php:44
+msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:43
-msgid "WikiAdminSetAcl"
+#: ../lib/plugin/WikiAdminSetAcl.php:94
+#, php-format
+msgid "ACL not changed for page '%s'."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSetAcl.php:98
 #, php-format
-msgid "ACL not changed for page '%s'."
+msgid "ACL changed for page '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
+#: ../lib/plugin/WikiAdminSetAcl.php:100
 #, php-format
-msgid "ACL changed for page '%s'."
+msgid "from '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, php-format
+msgid "to '%s'."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+msgid "Select the pages where to change access rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+msgid "individual page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+msgid "WikiAdminSetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+msgid "Mark selected pages as external."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, php-format
+msgid "change page '%s' to external."
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+msgid "PhpWikiAdministration/SetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+msgid "Set pages to external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+msgid "Select the pages to set as external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 msgid "Back"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 msgid "Username"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5753,11 +6150,11 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr ""
@@ -5766,27 +6163,28 @@
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr ""
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -5795,77 +6193,70 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, php-format
 msgid "Required argument %s missing"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, php-format
-msgid "Invalid argument %s"
-msgstr ""
-
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
 msgstr ""
@@ -5874,27 +6265,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr ""
 
@@ -5903,17 +6293,17 @@
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
@@ -5927,8 +6317,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr ""
 
@@ -5946,7 +6336,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, php-format
 msgid "Retransform page '%s'"
 msgstr ""
@@ -6005,19 +6395,17 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6125,7 +6513,7 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr ""
 
@@ -6206,8 +6594,9 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr ""
 
@@ -6231,8 +6620,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6246,14 +6633,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6262,23 +6649,23 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6286,20 +6673,16 @@
 msgid "Sorry, this page does not exist."
 msgstr ""
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-msgid "Purge Page"
-msgstr ""
-
 #: ../lib/purgepage.php:25
 #, php-format
 msgid "You are about to purge '%s'!"
 msgstr ""
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr ""
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6307,17 +6690,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, php-format
-msgid "Purged page '%s' successfully."
-msgstr ""
-
 #: ../lib/removepage.php:25
 #, php-format
 msgid "You are about to remove '%s'!"
 msgstr ""
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6325,364 +6703,381 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr ""
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr ""
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr ""
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr ""
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr ""
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr ""
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr ""
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr ""
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr ""
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr ""
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr ""
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr ""
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 msgid "ActionPage"
 msgstr ""
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 msgid "_AuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 msgid "DebugAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "_GroupInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "GroupAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 msgid "rename to Help: pages"
 msgstr ""
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, php-format
 msgid "rename %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
 msgstr ""
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, php-format
 msgid "version <em>%s</em> not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, php-format
 msgid "version <em>%s</em>"
 msgstr ""
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr ""
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 msgid "plugin argument"
 msgstr ""
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, php-format
 msgid "file %s not found"
 msgstr ""
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, php-format
 msgid "%s not found in %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, php-format
 msgid "file %s is not writable"
 msgstr ""
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, php-format
 msgid "check for %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 msgid "fixed with"
 msgstr ""
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6732,271 +7127,278 @@
 msgid "Unexpected EOF in zip file"
 msgstr ""
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr ""
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr ""
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
-msgid "Saving this page will overwrite the current version."
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
+msgid "Saving this page will overwrite the current version."
 msgstr ""
 
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
 msgstr ""
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr ""
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 msgid "Help/GoodStyle"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 msgid "Help/OldTextFormattingRules"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 msgid "Help/TextFormattingRules"
 msgstr ""
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 msgid "LiveSearch"
@@ -7008,80 +7410,82 @@
 msgstr ""
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 msgid "Views"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 msgid "/Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 msgid "TemplateTalk"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+msgid "Create Page"
+msgstr ""
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 msgid "History"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 msgid "Watch"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+msgid "Page info"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-msgid "Page history"
-msgstr ""
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 msgid "Author history"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 msgid "Page dump"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 msgid "Purge HTML cache"
 msgstr ""
 
@@ -7101,277 +7505,320 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 msgid "Home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 msgid "Recent changes"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 msgid "The list of recent changes in the wiki."
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "Recent comments"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 msgid "Recent new pages"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 msgid "Like pages"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 msgid "Random page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 msgid "Find page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 msgid "Search:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "Related changes"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 msgid "Administration"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload file"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 msgid "Printable version"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
-msgid "All pages"
+#: ../themes/MonoBook/templates/signin.tmpl:10
+msgid "My Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+msgid "My Preferences"
+msgstr ""
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+msgid "MyRecentChanges"
+msgstr ""
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+msgid "My Changes"
+msgstr ""
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr ""
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr ""
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr ""
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+msgid "View Page"
 msgstr ""
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+msgid "View the page"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+msgid "Past versions of this page."
+msgstr ""
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
+msgstr ""
+
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
 #, php-format
-msgid "Click to authenticate as %s"
+msgid ", Memory: %s"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+msgid "Main Categories"
 msgstr ""
 
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/templates/search.tmpl:36
+msgid "Search term(s)"
+msgstr ""
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
+msgstr ""
+
+#: ../themes/Sidebar/themeinfo.php:115
 msgid "Sidebar"
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr ""
 
@@ -7388,6 +7835,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr ""
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr ""
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr ""
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 msgid "Home"
 msgstr ""
@@ -7396,13 +7854,20 @@
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr ""
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 msgid "Add Entry"
 msgstr ""
 
@@ -7415,30 +7880,30 @@
 msgid "Page Trail"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 msgid "SignOut"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 msgid "SignIn"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 msgid "Lock"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 msgid "Unlock"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr ""
 
@@ -7461,16 +7926,24 @@
 msgid "%s by %s"
 msgstr ""
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, php-format
-msgid ", Memory: %s"
-msgstr ""
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr ""
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7503,8 +7976,11 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+msgid "No"
+msgstr ""
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7512,397 +7988,399 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid "Next >>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
 #, php-format
-msgid "User preferences for user '%s':"
+msgid "User preferences for user %s"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 msgid "Reset Preferences"
 msgstr ""
 
@@ -7930,12 +8408,8 @@
 msgid "Page"
 msgstr ""
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-msgid "Create Page"
-msgstr ""
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 msgid "Last Difference"
 msgstr ""
 
@@ -7948,12 +8422,12 @@
 msgstr ""
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 msgid "Change Owner"
 msgstr ""
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
@@ -7961,44 +8435,74 @@
 msgid "Purge"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:11
-msgid "SpecialPages"
+#: ../themes/gforge/templates/actionbar.tmpl:126
+msgid "Watch Page"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:17
-msgid "Like Pages"
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, php-format
-msgid "User preferences for user '%s'"
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
-msgid "E-mail Notification"
+#: ../themes/gforge/templates/editpage.tmpl:67
+msgid "Make the page external?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
+#: ../themes/gforge/templates/navbar.tmpl:10
+msgid "SpecialPages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
+msgid "Like Pages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
+msgid "E-mail Notification"
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+msgid "Random Page"
+msgstr ""
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 msgid "Check menu items to display."
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+msgid "Show Page Trail"
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+msgid "This page is external."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""

Modified: trunk/src/plugins/wiki/www/locale/po/sv.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/sv.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/sv.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -1,40 +1,40 @@
 # sv.po -- PhpWiki's Swedish language file
 # This file is part of PhpWiki.
 # Copyright (C) Copyright 1999, 2000, 2001, 2002 ThePhpWikiProgrammingTeam.
-# Jon Åslund <jooon at hem.passagen.se>, 2001.
+# Jon Ã…slund <jooon at hem.passagen.se>, 2001.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.4pre\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2001-01-27 01:58+0200\n"
-"Last-Translator: Jon Åslund <jooon at hem.passagen.se>\n"
+"Last-Translator: Jon Ã…slund <jooon at hem.passagen.se>\n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
-msgstr "Borttagning på %s misslyckades: %s"
+msgstr "Borttagning på %s misslyckades: %s"
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -66,231 +66,232 @@
 msgid "Supported handlers are: %s"
 msgstr ""
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 msgid "Undo disabled"
 msgstr ""
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, php-format
 msgid "String \"%s\" not found."
 msgstr "\"%s\" ingen funna."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
-msgstr "Sök"
+msgstr "Sök"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 msgid "Replace with"
 msgstr ""
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 msgid "Strike"
 msgstr ""
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 msgid "Link to page"
 msgstr ""
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 msgid "Your signature"
 msgstr ""
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 msgid "Enumeration"
 msgstr ""
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
 msgstr "Senaste"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 #, fuzzy
 msgid "Table of Contents"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
-msgstr "Namn på Sidan"
+msgstr "Namn på Sidan"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr ""
 
-#: ../lib/EditToolbar.php:182
-msgid "template name"
-msgstr ""
+#: ../lib/EditToolbar.php:202
+#, fuzzy
+msgid "Template Name"
+msgstr "Namn på Sidan"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 msgid "Template"
 msgstr ""
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "Spara"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
-msgstr "Översikt"
+msgstr "Översikt"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 msgid "Undo Search & Replace"
 msgstr ""
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 #, fuzzy
 msgid "AddCategory"
 msgstr "Nuvarande sida:"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr ""
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 msgid "AddPlugin"
 msgstr ""
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 msgid "AddPageLink"
 msgstr ""
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
-msgid "AddImage"
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
+msgid "Add Image or Video"
 msgstr ""
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -299,87 +300,86 @@
 msgid "%s: error while handling error:"
 msgstr ""
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr ""
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr ""
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "Framsida"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, php-format
 msgid "PageChange Notification of %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
 msgstr "Tillbaka till %s"
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, php-format
 msgid "Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 msgid "Page change"
 msgstr ""
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 #, fuzzy
 msgid "New page"
 msgstr "Ta bort sida"
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, fuzzy, php-format
 msgid "Edited by: %s"
 msgstr "Redigera: %s"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
+#, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "Kommentar:"
+
+#: ../lib/MailNotify.php:307
 #, php-format
 msgid "Page rename %s to %s"
 msgstr ""
 
-#: ../lib/MailNotify.php:269
+#: ../lib/MailNotify.php:344
 #, fuzzy, php-format
-msgid "Removed by: %s"
-msgstr "Redigera: %s"
+msgid "User %s removed page %s"
+msgstr "Sidan är Låst"
 
-#: ../lib/MailNotify.php:271
-#, fuzzy, php-format
-msgid "Page removed %s"
-msgstr "Sidan är Låst"
-
-#: ../lib/MailNotify.php:320
-msgid "e-mail address confirmation"
+#: ../lib/MailNotify.php:380
+msgid "E-Mail address confirmation"
 msgstr ""
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -394,243 +394,259 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 msgid "reverse"
 msgstr ""
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr ""
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr ""
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr ""
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr ""
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr ""
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, fuzzy, php-format
 msgid "%s not found"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr "<ingen matchar>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 #, fuzzy
 msgid "Content"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
-msgstr "Ändringsdatum"
+msgstr "Ändringsdatum"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
-msgstr "Träffar"
+msgstr "Träffar"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr ""
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr "Senaste Kommentar"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "Version"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
-msgstr "Göregående Författare"
+msgstr "Göregående Författare"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr ""
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr ""
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
-msgstr "Låst"
+msgstr "LÃ¥st"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
-msgstr "låst"
+msgstr "låst"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+msgid "External"
+msgstr ""
+
+#: ../lib/PageList.php:1218
+msgid "external"
+msgstr ""
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr ""
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr ""
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr ""
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr ""
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr ""
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 msgid "Replace"
 msgstr ""
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr ""
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr ""
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 msgid "Download page contents"
 msgstr ""
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr ""
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr ""
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "%s för den här sidan"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr ""
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 msgid "Group/User"
 msgstr ""
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr ""
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr ""
 
@@ -638,12 +654,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -654,7 +668,7 @@
 msgid "Discussion"
 msgstr ""
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr ""
@@ -667,59 +681,60 @@
 msgid "InterWiki Address"
 msgstr ""
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr ""
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr ""
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr ""
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr ""
@@ -728,12 +743,12 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 msgid "Relation"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -742,46 +757,41 @@
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr ""
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr ""
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr ""
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 msgid "Optimizing database"
 msgstr ""
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr ""
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
-msgstr "Beskriv %s här."
+msgstr "Beskriv %s här."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr ""
@@ -866,7 +876,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr ""
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, fuzzy, php-format
 msgid "%s: not defined"
 msgstr "%s: fila ingen funna"
@@ -890,41 +900,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr ""
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr ""
 
-#: ../lib/WikiPlugin.php:529
-#, fuzzy, php-format
-msgid "Include of '%s' failed."
-msgstr "Insättning för '%s' misslyckades."
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
+#, php-format
+msgid "Plugin '%s' does not exist."
+msgstr ""
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr ""
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr ""
@@ -940,94 +946,93 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 msgid "Never edited"
 msgstr ""
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr "%s i %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, php-format
 msgid "Version %s, saved %s"
 msgstr "Version %s, sparade %s"
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, php-format
 msgid "Last edited %s"
-msgstr "Senast ändrad %s"
+msgstr "Senast ändrad %s"
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, php-format
 msgid "Version %s, saved on %s"
 msgstr "Version %s, sparade %s"
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, php-format
 msgid "Last edited on %s"
-msgstr "Senast ändrad %s"
+msgstr "Senast ändrad %s"
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "i dag"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
-msgstr "i går"
+msgstr "i går"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, php-format
 msgid "Owner: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "av %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr ""
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "Redigera"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "Diff"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1039,111 +1044,119 @@
 msgid "Sign Out"
 msgstr "Logga ut"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "Anslut"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "Ta bort sida"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
-msgstr "Lås Sida"
+msgstr "LÃ¥s Sida"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
-msgstr "Lås upp Sida"
+msgstr "LÃ¥s upp Sida"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr "Ta bort sida"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "Namn på Sidan"
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "Skrivare"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Ny|modig"
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "Kalender"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, fuzzy, php-format
 msgid "Plugin %s: undefined"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr ""
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr ""
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 msgid "Invalid username."
 msgstr ""
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr ""
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr ""
 
@@ -1158,7 +1171,7 @@
 msgid ""
 "Your home page has not been created yet so your preferences cannot not be "
 "saved."
-msgstr "Den här sidan är låst av administratören och kan ej redigeras."
+msgstr "Den här sidan är låst av administratören och kan ej redigeras."
 
 #: ../lib/WikiUser.php:397
 msgid "Your home page is locked so your preferences cannot not be saved."
@@ -1172,8 +1185,8 @@
 msgid "CategoryHomepage"
 msgstr ""
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1200,6 +1213,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr ""
@@ -1209,28 +1236,33 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 #, fuzzy
 msgid "User not found in LDAP"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 msgid "Wrong password: "
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr ""
 
+#: ../lib/WikiUser/LDAP.php:209
+#, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr ""
+
 #: ../lib/WikiUser/POP3.php:61
 #, php-format
 msgid "Couldn't connect to %s"
@@ -1261,53 +1293,53 @@
 msgid "Given password ignored."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 msgid "Invalid password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
 " You have to ask the System Administrator to reset your password."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
 "change ADMIN_PASSWD."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1316,12 +1348,12 @@
 "See %s"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1337,17 +1369,17 @@
 #: ../lib/WysiwygEdit/Wikiwyg.php:71
 #, fuzzy
 msgid "Title 1"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:72
 #, fuzzy
 msgid "Title 2"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:73
 #, fuzzy
 msgid "Title 3"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
 #: ../lib/WysiwygEdit/Wikiwyg.php:74
 msgid "Verbatim"
@@ -1373,7 +1405,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr ""
@@ -1382,96 +1414,111 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "version %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "Ingen"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr ""
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "Diff av: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "version %d"
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "nuvarande version"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
-msgstr "version från föregående författare"
+msgstr "version från föregående författare"
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr ""
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr ""
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr ""
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr ""
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr ""
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr ""
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
-msgstr "Göregående Författare"
+msgstr "Göregående Författare"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr ""
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr ""
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
-msgstr "Versionerna är identiska"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "nuvarande version"
 
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr ""
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
+msgstr "Versionerna är identiska"
+
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "Version"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1479,184 +1526,200 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 msgid "LinkDatabase"
 msgstr ""
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr ""
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr ""
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, fuzzy, php-format
 msgid "(Redirected from %s)"
-msgstr "(Insättning från %s)"
+msgstr "(Insättning från %s)"
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr ""
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr ""
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr ""
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "Redigera: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
-msgstr "Visa Källkoden: %s"
+msgstr "Visa Källkoden: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr ""
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr ""
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+msgid "Page now public."
+msgstr ""
+
+#: ../lib/editpage.php:260
+msgid "Page now not-public."
+msgstr ""
+
+#: ../lib/editpage.php:269
+msgid "Page now external."
+msgstr ""
+
+#: ../lib/editpage.php:270
+msgid "Page now not-external."
+msgstr ""
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "Sparade: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 msgid "Too many external links."
 msgstr ""
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, fuzzy, php-format
 msgid "%s is listed at %s with %s"
 msgstr "%s i %s"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
-msgstr "Ledsen för allt besvär."
+msgstr "Ledsen för allt besvär."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "Versionerna är identiska"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 #, fuzzy
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
-msgstr "Den här sidan är låst av administratören och kan ej redigeras."
+msgstr "Den här sidan är låst av administratören och kan ej redigeras."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 #, fuzzy
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
-"Kopiera dina ändringar till urklippet eller till ett annat temporärt ställe "
+"Kopiera dina ändringar till urklippet eller till ett annat temporärt ställe "
 "(t.ex. en texteditor)."
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 #, fuzzy
 msgid "ModeratedPage"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr ""
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1664,646 +1727,646 @@
 "those sections by hand before you click Save."
 msgstr ""
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr ""
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr ""
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr ""
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
 "have been combined. The result is shown below."
 msgstr ""
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 #, fuzzy
 msgid "Convert"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr ""
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr ""
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 msgid "Dump to directory"
 msgstr ""
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 msgid "Upload File"
 msgstr ""
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr ""
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 msgid "Upgrade"
 msgstr ""
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 msgid "Dump pages as XHTML"
 msgstr ""
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 msgid "LoadDump"
 msgstr ""
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr ""
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr "Komplett."
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr "Tillbaka till %s"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr ""
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr ""
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr ""
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr ""
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr ""
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 msgid "Skipped."
 msgstr ""
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr ""
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr ""
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr ""
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, fuzzy, php-format
 msgid "... copied to %s"
-msgstr "Kopia är [%s]"
+msgstr "Kopia är [%s]"
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, fuzzy, php-format
 msgid "... not copied to %s"
-msgstr "Kopia är [%s]"
+msgstr "Kopia är [%s]"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 msgid "saved as "
 msgstr ""
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 #, fuzzy
 msgid "... not found"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr "Ange ett sidnamn!"
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 #, fuzzy
 msgid "Invalid pagename!"
 msgstr "Ange ett sidnamn!"
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
-msgstr "från %s"
+msgstr "från %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr ""
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr ""
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, fuzzy, php-format
 msgid "plain file %s"
-msgstr "senast ändrad %s"
+msgstr "senast ändrad %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr ""
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr ""
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr ""
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 msgid "Revert"
 msgstr ""
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 msgid "no page content"
 msgstr ""
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 msgid "same version page"
 msgstr ""
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 #, fuzzy
 msgid "Cancelled"
 msgstr "Avbyrt"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr ""
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "Avbyrt"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, php-format
 msgid "revert to version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
 msgstr "Redigera: %s"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, php-format
 msgid "- version %d saved to database as version %d"
 msgstr ""
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr ""
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr ""
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr ""
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr ""
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr ""
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr ""
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "authenticated"
 msgstr ""
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 msgid "not authenticated"
 msgstr ""
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 msgid "Missing PagePermission:"
 msgstr ""
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr ""
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr ""
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr ""
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr ""
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr ""
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr ""
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr ""
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr ""
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
-msgstr "%s för den här sidan"
+msgstr "%s för den här sidan"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 msgid "revert to a previous version of this page"
 msgstr ""
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr ""
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr ""
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr ""
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 #, fuzzy
 msgid "purge this page"
-msgstr "%s för den här sidan"
+msgstr "%s för den här sidan"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr ""
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr ""
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr ""
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr ""
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr ""
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr ""
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 msgid "access this wiki via SOAP"
 msgstr ""
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr ""
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 #, fuzzy
 msgid "download a html zip dump from this wiki"
-msgstr "De %d mest populära sidorna för den här wikin:"
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 msgid "use"
 msgstr ""
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr ""
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr ""
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr ""
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr ""
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr ""
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr ""
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr ""
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr ""
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 msgid "Purging pages"
 msgstr ""
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr ""
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr ""
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr ""
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr ""
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr ""
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 msgid "SOAP access"
 msgstr ""
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr ""
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr ""
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr ""
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "PhpWiki Fatal Error"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 msgid "Chown"
 msgstr ""
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr ""
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr ""
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
-msgstr "Fulltextsökning"
+msgstr "Fulltextsökning"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr ""
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, php-format
 msgid "the session.save_path directory '%s'"
 msgstr ""
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr ""
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr ""
 
@@ -2316,28 +2379,28 @@
 msgid "Show and add comments for %s"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 msgid "Click to display all comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr ""
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr ""
 
@@ -2345,27 +2408,31 @@
 msgid "List all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:71
-#, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+#, fuzzy
+msgid "All pages in this wiki ({total} total):"
+msgstr "De %d mest populära sidorna för den här wikin:"
+
+#: ../lib/plugin/AllPages.php:75
+msgid "List of user-created pages ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:81
 #, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
+#: ../lib/plugin/AllPages.php:92
 #, php-format
-msgid "List of pages last edited by [%s] (%d total):"
+msgid "List of pages last edited by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr ""
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr ""
@@ -2378,7 +2445,7 @@
 msgid "List all once authenticated users."
 msgstr ""
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr ""
@@ -2458,7 +2525,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr ""
 
@@ -2474,26 +2541,26 @@
 msgid "Show summary information from the access log table."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 msgid "AppendText"
 msgstr ""
 
@@ -2501,34 +2568,34 @@
 msgid "Append text to any page in this wiki."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 msgid "Page successfully updated."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, fuzzy, php-format
 msgid "Go to %s."
 msgstr "Tillbaka till %s."
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2540,146 +2607,147 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
 "PageHistory-like list of a single page for only one user."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 msgid "Those"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 msgid "New entry"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2687,20 +2755,20 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
-msgstr "Föregående Månad"
+msgstr "Föregående Månad"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
-msgstr "Följande Månad"
+msgstr "Följande Månad"
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "B"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "Redigera %s"
@@ -2717,11 +2785,19 @@
 msgid "Create a Wiki page."
 msgstr ""
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr ""
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr ""
 
@@ -2733,9 +2809,9 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr ""
 
@@ -2747,51 +2823,103 @@
 msgid "Create a Wiki page by the provided name."
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 msgid "Cannot create page with empty name!"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "SökEfterSida"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
+#, fuzzy, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr "Ta bort sida nu"
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
 #, php-format
 msgid "%s already exists"
 msgstr ""
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 msgid "Click to display to TOC"
 msgstr ""
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
+msgid "CurrentTime"
+msgstr ""
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
 msgid "DeadEndPages"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr ""
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "SökEfterSida"
+
+#: ../lib/plugin/DynamicIncludePage.php:39
+msgid "Dynamicly include text from another wiki page."
 msgstr ""
 
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s: %s"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+msgid "Click to hide/show"
+msgstr ""
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr ""
@@ -2801,22 +2929,22 @@
 msgid "Edit metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, php-format
 msgid "No metadata for %s"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
 "remove a key by leaving the value-box empty."
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr ""
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr ""
 
@@ -2828,69 +2956,74 @@
 msgid "Redirects to an external web site based on form input"
 msgstr ""
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, php-format
 msgid "Invalid argument: %s=%s"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 msgid "FileInfo"
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s: fila ingen funna"
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 msgid "Title"
 msgstr ""
 
@@ -2903,96 +3036,101 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr ""
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
-msgstr "Sökresultat för fulltextsökning för '%s'"
+msgstr "Sökresultat för fulltextsökning för '%s'"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, php-format
 msgid "(%d Links)"
 msgstr ""
 
 # FuzzySearch
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr ""
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr ""
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
-msgstr "\"Gå till sidan\""
+msgstr "\"GÃ¥ till sidan\""
 
 #: ../lib/plugin/GoogleMaps.php:63
 msgid "GoogleMaps"
@@ -3003,18 +3141,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, php-format
 msgid "invalid argument %s"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3026,7 +3164,7 @@
 msgid "Make use of the Google API"
 msgstr ""
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 msgid "Nothing found"
 msgstr ""
 
@@ -3038,22 +3176,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3070,15 +3208,19 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 msgid "Only files with extension HTML are allowed"
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3090,35 +3232,46 @@
 msgid "Include text from another wiki page."
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
 #, php-format
+msgid "Page '%s' does not exist"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr ""
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
+#, php-format
 msgid "%s(%d): no such revision"
 msgstr ""
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
-msgstr "Insättning från %s"
+msgstr "Insättning från %s"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr ""
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 #, fuzzy
 msgid "IncludePages"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3131,6 +3284,16 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr ""
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "SökEfterSida"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "Nuvarande sida:"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr ""
@@ -3139,78 +3302,81 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr ""
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
-msgstr "Sök"
+msgstr "Sök"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 #, fuzzy
 msgid "JabberPresence"
-msgstr "Inställningar"
+msgstr "Inställningar"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr ""
 
 #: ../lib/plugin/LdapSearch.php:54
 #, fuzzy
 msgid "LdapSearch"
-msgstr "Sök"
+msgstr "Sök"
 
 #: ../lib/plugin/LdapSearch.php:57
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 msgid "Missing ldap extension"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 msgid "Failed to connect to LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr ""
@@ -3221,56 +3387,71 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 msgid "Links"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
 #: ../lib/plugin/LinkSearch.php:38
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 msgid "outgoing"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 msgid "Link"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3283,7 +3464,7 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 msgid "You must be logged in to view ratings."
 msgstr ""
 
@@ -3305,11 +3486,11 @@
 msgid "Lists the names of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr ""
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr ""
@@ -3322,16 +3503,16 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 msgid "Support moderated pages"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3339,12 +3520,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3352,295 +3533,297 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 msgid "Reject"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, fuzzy, php-format
 msgid "%s is not locked!"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
-msgstr "MestPopulär"
+msgstr "MestPopulär"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
-msgstr "De %d mest populära sidorna för den här wikin:"
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 msgid "NewPagesPerUser"
 msgstr ""
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 msgid "List all new pages per month per user"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr ""
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr ""
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr ""
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 msgid "Download all revisions for backup"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 msgid "Preview as normal format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 msgid "(formatted for backing up: all revisions)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
-msgstr "Nästa"
+msgstr "Nästa"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
-msgstr "Föregående"
+msgstr "Föregående"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr ""
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr "Senaste"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "Version %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr ""
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr ""
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr ""
 
@@ -3661,112 +3844,117 @@
 msgid "PasswordReset"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, php-format
 msgid "Error sending email with password for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 msgid "Reset password of user: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, php-format
 msgid "Unable to find src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, php-format
 msgid "Unable to read src='%s'"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr ""
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr ""
@@ -3779,29 +3967,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr ""
 
@@ -3813,54 +4001,55 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 msgid "empty source"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr ""
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr ""
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3872,88 +4061,97 @@
 msgid "List the most popular pages nearby."
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
-msgstr "De %d mest använda ingående länkarna: "
+msgstr "De %d mest använda ingående länkarna: "
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
-msgstr "De %d mest använda utgående länkarna: "
+msgstr "De %d mest använda utgående länkarna: "
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
-msgstr "De %d mest populära grannarna: "
+msgstr "De %d mest populära grannarna: "
 
 #: ../lib/plugin/PopularTags.php:34
 #, fuzzy
 msgid "PopularTags"
-msgstr "MestPopulär"
+msgstr "MestPopulär"
 
 #: ../lib/plugin/PopularTags.php:38
 msgid "List the most popular tags."
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr ""
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 #, fuzzy
 msgid "Category"
 msgstr "Nuvarande sida:"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
-msgstr "Inställningar"
+msgstr "Inställningar"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 msgid "Total Units"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 msgid "Total Voters"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr ""
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+msgid "Processing"
+msgstr ""
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr ""
 
@@ -3961,9 +4159,8 @@
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr ""
 
@@ -3971,54 +4168,62 @@
 msgid "Rating system. Store user ratings per page"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "nuvarande version"
 
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
+msgid "Your current prediction: "
 msgstr "nuvarande version"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 msgid "Change your rating from "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
-msgstr ""
+#: ../lib/plugin/RateIt.php:148
+#, fuzzy
+msgid " to "
+msgstr "Tillbaka till %s."
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 msgid "Add your rating: "
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "Redigera: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 msgid "Cancel your rating"
 msgstr ""
 
@@ -4026,266 +4231,330 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr ""
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 msgid "UserContribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 #, fuzzy
 msgid "Deleted"
 msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "diff"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "Bredd"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 msgid "contribs"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "Ta bort sida"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 msgid "Recent Comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 msgid "comments"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 msgid "created new pages"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, php-format
 msgid " for pages changed by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, php-format
 msgid " for pages owned by %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, php-format
 msgid " for all pages linking to %s"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, php-format
 msgid " for all pages matching '%s'"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr "De %d senaste %s sidorna listas nedan."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 msgid "No comments found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr ""
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1356
+#: ../lib/plugin/RecentChanges.php:1417
 msgid "1 day"
 msgstr "1 dag"
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s dar"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
+msgid "All users"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+msgid "All pages"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "All modifications"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "Sidan är Låst"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "SenasteÄndringar"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "Ta bort sida"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "Ta bort sida"
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 msgid "RecentComments"
 msgstr ""
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 msgid "latest comment by "
 msgstr ""
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
+#, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "De %d mest populära sidorna för den här wikin:"
+
+#: ../lib/plugin/RecentEdits.php:54
 msgid "Recent Edits"
 msgstr ""
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr ""
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+msgid "Redirects to another URL or page."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
+#: ../lib/plugin/RedirectTo.php:76
+msgid "Redirect to an external URL is only allowed in locked pages."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+msgid "'href' or 'page' parameter missing."
+msgstr ""
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr ""
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
+msgid "List of changes on all pages which are linked to from this page."
+msgstr ""
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
 msgid "Related Changes"
 msgstr ""
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 msgid "RelatedChanges"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr ""
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr ""
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4297,7 +4566,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4310,56 +4579,56 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
-msgstr "Sök"
+msgstr "Sök"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, php-format
 msgid "Semantic relations for %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 msgid "Search relations and attributes"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 msgid "Relations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4391,32 +4660,32 @@
 #: ../lib/plugin/SemanticSearchAdvanced.php:62
 #, fuzzy
 msgid "SemanticSearchAdvanced"
-msgstr "Sök"
+msgstr "Sök"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 msgid "Help:SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4425,20 +4694,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
-msgstr "Namn på Sidan"
+msgstr "Namn på Sidan"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4450,7 +4719,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr ""
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr ""
@@ -4463,15 +4732,15 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 msgid "SpellCheck"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4483,11 +4752,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4500,76 +4769,76 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 msgid "Syncing this PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 msgid "Now upload all locally newer uploads."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, php-format
 msgid "%s force"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, php-format
 msgid "Postponed %s for %s."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 msgid "skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4581,51 +4850,51 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 msgid "Syntax language not specified."
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4633,213 +4902,213 @@
 "more than %d unique author revisions."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 msgid "TeX imagepath not writable."
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr ""
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr ""
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
-msgstr "Sökresultat för titelsökningen för '%s'"
+msgstr "Sökresultat för titelsökningen för '%s'"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
-msgstr "Sökresultat för titelsökningen för '%s'"
+msgstr "Sökresultat för titelsökningen för '%s'"
 
 #: ../lib/plugin/Transclude.php:51
 msgid "Transclude"
@@ -4849,11 +5118,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr ""
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr ""
@@ -4871,77 +5140,77 @@
 msgid "Define a translation for a specified text"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr ""
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr ""
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, fuzzy, php-format
 msgid "%s has no subpages defined."
 msgstr "%s: fila ingen funna."
@@ -4950,78 +5219,78 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 msgid "You cannot upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, php-format
 msgid "ERROR uploading '%s'"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, php-format
 msgid "Files with extension %s are not allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 msgid "Sorry but this file is too big."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 msgid "Uploading failed."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 msgid "The upload logfile exists but is not writable."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 msgid "Can't open the upload logfile."
 msgstr ""
 
@@ -5029,149 +5298,191 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 msgid "Password was not changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 msgid "One UserPreferences field successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 msgid "UserRatings"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 msgid "List the user's ratings."
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+#, fuzzy
+msgid "Video"
+msgstr "Visa Källkoden"
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+msgid "Both 'url' or 'file' parameters missing."
+msgstr ""
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, php-format
+msgid "Invalid argument %s"
+msgstr ""
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr ""
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 msgid "Wanted From"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, php-format
 msgid "Wanted Pages for %s:"
 msgstr ""
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr ""
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, fuzzy, php-format
 msgid "Wanted Pages in this wiki (%d total):"
-msgstr "De %d mest populära sidorna för den här wikin:"
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 #, fuzzy
 msgid "Count"
-msgstr "Innehåll"
+msgstr "Innehåll"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "Bredd"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5179,31 +5490,35 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, php-format
 msgid "The page %s is already watched!"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+msgid "You must sign in to watch pages."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr ""
 
@@ -5211,151 +5526,165 @@
 msgid "Show summary information of the current user sessions."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 msgid "WikiAdminChown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:41
-msgid "Chown selected pages."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:42
+#, fuzzy
+msgid "Change owner of selected pages."
+msgstr "Visa källkoden för %s"
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
-#, php-format
-msgid "Chown page '%s' to '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:79
+#, fuzzy, php-format
+msgid "Change owner of page '%s' to '%s'."
+msgstr "Sätter in sidan %s, version %s från %s"
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 msgid "PhpWikiAdministration/Chown"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:156
-msgid "Are you sure you want to permanently chown the selected files?"
-msgstr ""
+#: ../lib/plugin/WikiAdminChown.php:173
+#, fuzzy
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
+msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/WikiAdminChown.php:160
-msgid "Chown selected pages"
+#: ../lib/plugin/WikiAdminChown.php:177
+#, fuzzy
+msgid "Change owner of selected pages"
+msgstr "Visa källkoden för %s"
+
+#: ../lib/plugin/WikiAdminChown.php:178
+msgid "Select the pages to change the owner"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:161
-msgid "Select the pages to change the owner:"
+#: ../lib/plugin/WikiAdminChown.php:200
+#, fuzzy
+msgid "Change owner"
+msgstr "SenasteÄndringar"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminMarkup.php:38
 msgid "WikiAdminMarkup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 msgid "Change the markup type of selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
+#: ../lib/plugin/WikiAdminMarkup.php:75
 #, php-format
-msgid "WikiAdminMarkup from %s to %s"
+msgid "Change markup type from %s to %s"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
@@ -5368,98 +5697,136 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 msgid "PhpWikiAdministration/Markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 #, fuzzy
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 msgid "Change markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
-msgid "Select the pages to change the markup type:"
+#: ../lib/plugin/WikiAdminMarkup.php:170
+msgid "Select the pages to change the markup type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 msgid "Change markup"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+msgid "WikiAdminPurge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "Visa källkoden för %s"
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "Tog bort sidan '%s'."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "Tog bort sidan '%s'."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, php-format
+msgid "%s pages have been permanently purged:"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+msgid "PhpWikiAdministration/Purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+#, fuzzy
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr "Ta bort sida nu"
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "Visa källkoden för %s"
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+msgid "Select the files to purge"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
 msgstr "Tog bort sidan '%s'."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
-#, php-format
-msgid "Didn't removed page '%s'. Access denied."
-msgstr ""
+#: ../lib/plugin/WikiAdminRemove.php:115
+#, fuzzy, php-format
+msgid "Didn't remove page '%s'. Access denied."
+msgstr "Tog bort sidan '%s'."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+msgid "Select the files to remove"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminRemove.php:207
+#: ../lib/plugin/WikiAdminRemove.php:212
 #, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr ""
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5467,103 +5834,108 @@
 msgid "Access denied to rename page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "Sätter in sidan %s, version %s från %s"
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "Sätter in sidan %s, version %s från %s"
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:102
+#: ../lib/plugin/WikiAdminRename.php:128
 #, php-format
-msgid "%s pages have been permanently renamed."
+msgid "%s pages have been permanently renamed:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
 msgid "No pages renamed."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 #, fuzzy
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "Ta bort sida"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
 #, php-format
-msgid "WikiAdminSearchReplace %s by %s"
+msgid "Replace '%s' by '%s'"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
-msgstr ""
+"Are you sure you want to permanently replace text in the selected files?"
+msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+msgid "Select the pages to search and replace"
 msgstr ""
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5578,217 +5950,274 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, php-format
 msgid "ACL not changed for page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
-#, php-format
-msgid "ACL changed for page '%s'."
-msgstr ""
+#: ../lib/plugin/WikiAdminSetAcl.php:98
+#, fuzzy, php-format
+msgid "ACL changed for page '%s'"
+msgstr "Sätter in sidan %s, version %s från %s"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "från %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "Tillbaka till %s."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "Sätter in sidan %s, version %s från %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 msgid "Invalid ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 msgid "PhpWikiAdministration/SetAcl"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 #, fuzzy
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr "Ta bort sida nu"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
+msgid "Select the pages where to change access rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
 msgid "Selected Pages: "
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+msgid "individual page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 msgid "Type"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-msgid "getfacl"
-msgstr ""
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 msgid "(Currently not working)"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+msgid "WikiAdminSetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "Visa källkoden för %s"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "Sätter in sidan %s, version %s från %s"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+msgid "PhpWikiAdministration/SetExternal"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "Ta bort sida"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+msgid "Select the pages to set as external"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 msgid "Back"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 msgid "Purge all Pages With Invalid Names"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 msgid "No pages with bad names had to be deleted."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 msgid "No empty, unreferenced pages were found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, php-format
 msgid "Converted successfully %d pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 msgid "Username"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr ""
 
@@ -5801,11 +6230,11 @@
 msgid "Show and add blogs for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr ""
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, php-format
 msgid "%s on %s:"
 msgstr ""
@@ -5814,27 +6243,28 @@
 msgid "WikiForm"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr ""
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr ""
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 msgid "WikiForum"
 msgstr ""
@@ -5843,77 +6273,70 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 msgid "WikicreoleTable"
 msgstr ""
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 msgid "Layout tables using the Wikicreole syntax."
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, php-format
 msgid "Required argument %s missing"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, php-format
-msgid "Invalid argument %s"
-msgstr ""
-
 #: ../lib/plugin/_AuthInfo.php:35
 msgid "AuthInfo"
 msgstr ""
@@ -5922,27 +6345,26 @@
 msgid "Display general and user specific auth information."
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr ""
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr ""
 
@@ -5951,17 +6373,17 @@
 msgid "Get debugging information for %s."
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr ""
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr ""
 
@@ -5975,8 +6397,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr ""
 
@@ -5994,7 +6416,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, php-format
 msgid "Retransform page '%s'"
 msgstr ""
@@ -6053,24 +6475,22 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
 msgid "FindPage"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
 #: ../lib/plugin/_WikiTranslation.php:65
 msgid "FoafViewerPlugin"
@@ -6173,7 +6593,7 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr ""
 
@@ -6254,8 +6674,9 @@
 msgstr ""
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr ""
 
@@ -6279,8 +6700,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6294,14 +6713,14 @@
 msgid "Show translations of various words or pages"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr ""
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr ""
@@ -6310,23 +6729,23 @@
 msgid "Convert text into a png image using GD."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr ""
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6334,21 +6753,16 @@
 msgid "Sorry, this page does not exist."
 msgstr ""
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "Namn på Sidan"
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
 msgstr "Du kommer att ta bort \"%s\" permanent!"
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr ""
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6356,17 +6770,12 @@
 "the database."
 msgstr ""
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "Tog bort sidan '%s'."
-
 #: ../lib/removepage.php:25
 #, fuzzy, php-format
 msgid "You are about to remove '%s'!"
 msgstr "Du kommer att ta bort \"%s\" permanent!"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6374,366 +6783,383 @@
 "from the database."
 msgstr ""
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr ""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr ""
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 msgid "Invalid image size"
 msgstr ""
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr ""
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr ""
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr ""
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr ""
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr ""
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr ""
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr ""
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr ""
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr ""
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr ""
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr ""
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr ""
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr ""
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr ""
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr ""
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr ""
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr ""
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr ""
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr ""
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, php-format
 msgid "... (first %s words)"
 msgstr ""
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 msgid " replace "
 msgstr ""
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, php-format
 msgid "%s does not exist"
 msgstr ""
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
-msgstr "Författare:"
+msgstr "Författare:"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 msgid "DebugAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "_GroupInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 msgid "GroupAuthInfo"
 msgstr ""
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 msgid "rename to Help: pages"
 msgstr ""
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, php-format
 msgid "check for additional theme %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
-msgstr "Kopia är [%s]"
+msgstr "Kopia är [%s]"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 msgid "database"
 msgstr ""
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 msgid "CANCEL"
 msgstr ""
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 msgid "Backend type: "
 msgstr ""
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, php-format
 msgid "check for table %s"
 msgstr ""
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 msgid "fixed"
 msgstr ""
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, fuzzy, php-format
 msgid "version <em>%s</em> not affected"
 msgstr "version %s"
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, fuzzy, php-format
 msgid "version <em>%s</em>"
 msgstr "version %s"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 msgid "not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 msgid "DB admin password:"
 msgstr ""
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 msgid "plugin argument"
 msgstr ""
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, php-format
 msgid "couldn't move %s to %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
 msgstr "%s: fila ingen funna"
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, php-format
 msgid "check for %s"
 msgstr ""
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 msgid "fixed with"
 msgstr ""
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr ""
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr ""
 
@@ -6783,279 +7209,286 @@
 msgid "Unexpected EOF in zip file"
 msgstr ""
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr ""
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr ""
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
-msgstr "Visa Källkoden"
+msgstr "Visa Källkoden"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr ""
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr ""
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr ""
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr ""
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "H"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "B"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "H"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "B"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr "Justera"
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 msgid "Page Content: "
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr ""
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "BraStil"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr "%s: Redigeringstips."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "Textformateringsregler"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
-msgstr "Översikt"
+msgstr "Översikt"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "Textformateringsregler"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr ""
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 #, fuzzy
 msgid "LiveSearch"
-msgstr "Titelsökningen"
+msgstr "Titelsökningen"
 
 #: ../themes/Crao/templates/signin.tmpl:17
 #, php-format
@@ -7063,83 +7496,87 @@
 msgstr ""
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr ""
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, php-format
 msgid "Comments on %s by %s."
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 #, fuzzy
 msgid "Views"
-msgstr "Visa Källkoden"
+msgstr "Visa Källkoden"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 msgid "/Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 msgid "TemplateTalk"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "SökEfterSida"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 msgid "History"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "Bredd"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr ""
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#, fuzzy
+msgid "Page info"
+msgstr "Sidan är Låst"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-msgid "Page history"
-msgstr ""
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 msgid "Author history"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
-msgstr "Namn på Sidan"
+msgstr "Namn på Sidan"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 msgid "Purge HTML cache"
 msgstr ""
 
@@ -7159,289 +7596,340 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, fuzzy, php-format
 msgid "Statistics about %s."
-msgstr "Sidinformation för %s."
+msgstr "Sidinformation för %s."
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
-msgstr "Träffar:"
+msgstr "Träffar:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
 msgstr "Framsida"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 #, fuzzy
 msgid "The list of recent changes in the wiki."
-msgstr "De %d mest populära sidorna för den här wikin:"
+msgstr "De %d mest populära sidorna för den här wikin:"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
 msgstr "Ta bort sida"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 msgid "Random page"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
-msgstr "Sök"
+msgstr "Sök"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 msgid "Quick Search"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 msgid "Administration"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
-msgstr "senast ändrad %s"
+msgstr "senast ändrad %s"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
 msgstr "nuvarande version"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
-msgid "All pages"
+#: ../themes/MonoBook/templates/signin.tmpl:10
+msgid "My Discussion"
 msgstr ""
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "Inställningar"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "SenasteÄndringar"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "SenasteÄndringar"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr "Den här sidan är låst av administratören och kan ej redigeras."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "RedigeraText"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
-msgstr "%s för den här sidan"
+msgstr "%s för den här sidan"
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr ""
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr ""
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
-msgstr "Den här sidan är låst av administratören och kan ej redigeras."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "Ta bort sida"
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
 #, fuzzy
-msgid "Full Search"
-msgstr "Fulltextsökning"
+msgid "View the page"
+msgstr "Ta bort sida"
 
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
-#, php-format
-msgid "Click to authenticate as %s"
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "%s för den här sidan"
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
 msgstr ""
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
+#, fuzzy, php-format
+msgid ", Memory: %s"
+msgstr "Redigera: %s"
+
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "Nuvarande sida:"
+
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "Sök"
+
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
 msgstr ""
 
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/themeinfo.php:115
+#, fuzzy
 msgid "Sidebar"
-msgstr ""
+msgstr "Sök"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr ""
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr ""
 
@@ -7458,6 +7946,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr ""
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr ""
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr ""
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 #, fuzzy
 msgid "Home"
@@ -7467,13 +7966,20 @@
 msgid "HowTo"
 msgstr ""
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr ""
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
 msgstr "Nuvarande sida:"
@@ -7486,36 +7992,36 @@
 #: ../themes/blog/templates/top.tmpl:16
 #, fuzzy
 msgid "Page Trail"
-msgstr "Namn på Sidan"
+msgstr "Namn på Sidan"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 #, fuzzy
 msgid "SignOut"
 msgstr "Logga ut"
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 #, fuzzy
 msgid "SignIn"
 msgstr "Anslut"
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 #, fuzzy
 msgid "Lock"
-msgstr "Låst"
+msgstr "LÃ¥st"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 #, fuzzy
 msgid "Unlock"
-msgstr "Lås upp Sida"
+msgstr "LÃ¥s upp Sida"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 msgid "blog"
 msgstr ""
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(diff)"
 
@@ -7539,16 +8045,24 @@
 msgid "%s by %s"
 msgstr ""
 
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, fuzzy, php-format
-msgid ", Memory: %s"
-msgstr "Redigera: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr ""
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7581,8 +8095,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "Ingen"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7590,402 +8108,404 @@
 "in RecentChanges to your home page."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr ""
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, php-format
 msgid "The newest registered user is %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
 "Guests"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, php-format
 msgid "Most users ever online was %d at %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, php-format
 msgid "This data is based on users active over the past %s."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr ""
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
-msgstr "Nästa"
+msgstr "Nästa"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr ""
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
-msgstr "Tack för att du redigerade %s."
+msgstr "Tack för att du redigerade %s."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
-msgstr "Din omstänksamhet för detaljer är mycket uppskattad."
+msgstr "Din omstänksamhet för detaljer är mycket uppskattad."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
 #, php-format
-msgid "User preferences for user '%s':"
+msgid "User preferences for user %s"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr "Namn"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Set Password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr ""
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, php-format
 msgid "Add %s:"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
-msgstr "Höjd"
+msgstr "Höjd"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "Bredd"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
 "preference will be ignored."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "Timme Zon"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr ""
 
 # fuzzy
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
-msgstr "Inställningar"
+msgstr "Inställningar"
 
 #: ../themes/default/templates/wikiblog.tmpl:23
 #, php-format
@@ -8005,7 +8525,7 @@
 #: ../themes/gforge/templates/actionbar.tmpl:42
 #, fuzzy
 msgid "Action Page"
-msgstr "SökEfterSida"
+msgstr "SökEfterSida"
 
 #: ../themes/gforge/templates/actionbar.tmpl:22
 #: ../themes/gforge/templates/actionbar.tmpl:42
@@ -8013,33 +8533,28 @@
 msgid "Page"
 msgstr "Framsida"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "SökEfterSida"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 msgid "Last Difference"
 msgstr ""
 
 #: ../themes/gforge/templates/actionbar.tmpl:75
 #, fuzzy
 msgid "Page Info"
-msgstr "Sidan är Låst"
+msgstr "Sidan är Låst"
 
 #: ../themes/gforge/templates/actionbar.tmpl:78
 msgid "Back Links"
 msgstr ""
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
-msgstr "SenasteÄndringar"
+msgstr "SenasteÄndringar"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
@@ -8047,84 +8562,127 @@
 msgid "Purge"
 msgstr ""
 
-#: ../themes/gforge/templates/navbar.tmpl:11
-msgid "SpecialPages"
-msgstr ""
+#: ../themes/gforge/templates/actionbar.tmpl:126
+#, fuzzy
+msgid "Watch Page"
+msgstr "Bredd"
 
-#: ../themes/gforge/templates/navbar.tmpl:17
-msgid "Like Pages"
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "Textformateringsregler"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, php-format
-msgid "User preferences for user '%s'"
+#: ../themes/gforge/templates/editpage.tmpl:67
+msgid "Make the page external?"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
-msgid "E-mail Notification"
+#: ../themes/gforge/templates/navbar.tmpl:10
+msgid "SpecialPages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
+msgid "Like Pages"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
+msgid "E-mail Notification"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "Ta bort sida"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 msgid "Check menu items to display."
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "Namn på Sidan"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "Sätter in sidan %s, version %s från %s"
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
-#~ msgid "GoodStyle"
-#~ msgstr "BraStil"
+#, fuzzy
+#~ msgid "Include of '%s' failed."
+#~ msgstr "Insättning för '%s' misslyckades."
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "Textformateringsregler"
+#, fuzzy
+#~ msgid "Removed by: %s"
+#~ msgstr "Redigera: %s"
 
 #, fuzzy
-#~ msgid "Reverted page '%s' to version '%s'."
-#~ msgstr "Sätter in sidan %s, version %s från %s"
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "Kopia från [%s] är [%s]"
 
 #, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "Visa källkoden för %s"
+
+#, fuzzy
+#~ msgid "Full Search"
+#~ msgstr "Fulltextsökning"
+
+#~ msgid "GoodStyle"
+#~ msgstr "BraStil"
+
+#, fuzzy
 #~ msgid ""
 #~ "Are you sure you want to overwrite the selected files with the previous "
 #~ "version?"
 #~ msgstr "Ta bort sida nu"
 
-#, fuzzy
-#~ msgid "Revert selected pages"
-#~ msgstr "Visa källkoden för %s"
-
 #~ msgid "Warning!"
 #~ msgstr "Varning!"
 
 #, fuzzy
 #~ msgid "BlockQuote"
-#~ msgstr "låst"
+#~ msgstr "låst"
 
 #~ msgid "Last Modified:"
-#~ msgstr "Ändringsdatum:"
+#~ msgstr "Ändringsdatum:"
 
 #~ msgid "Last Author:"
-#~ msgstr "Göregående Författare:"
+#~ msgstr "Göregående Författare:"
 
 #, fuzzy
 #~ msgid "Continue"
-#~ msgstr "Innehåll"
+#~ msgstr "Innehåll"
 
 #, fuzzy
 #~ msgid "Edit Area Size:"
@@ -8132,7 +8690,7 @@
 
 #, fuzzy
 #~ msgid "PhpWiki News"
-#~ msgstr "Namn på Sidan"
+#~ msgstr "Namn på Sidan"
 
 #, fuzzy
 #~ msgid "by \"%s\""
@@ -8143,34 +8701,30 @@
 #~ msgstr "%s: %s"
 
 #, fuzzy
-#~ msgid "Summary:"
-#~ msgstr "Kommentar:"
-
-#, fuzzy
 #~ msgid "Comment:"
-#~ msgstr "Innehåll"
+#~ msgstr "Innehåll"
 
 #~ msgid "Last Summary:"
 #~ msgstr "Senaste Kommentar:"
 
 #, fuzzy
 #~ msgid "No dsn specified"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #~ msgid "Remove the page now"
 #~ msgstr "Ta bort sida nu"
 
 #, fuzzy
 #~ msgid "no schema %s found"
-#~ msgstr "Visa källkoden och referenser för sidan"
+#~ msgstr "Visa källkoden och referenser för sidan"
 
 #, fuzzy
 #~ msgid "not yet implemented"
-#~ msgstr "Funktionen är ännu inte implementerad."
+#~ msgstr "Funktionen är ännu inte implementerad."
 
 #, fuzzy
 #~ msgid "No pagename specified for topic."
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #, fuzzy
 #~ msgid "Can't set locale: '%s'"
@@ -8190,53 +8744,49 @@
 
 #, fuzzy
 #~ msgid "First Name:"
-#~ msgstr "Namn på Sidan"
+#~ msgstr "Namn på Sidan"
 
 #, fuzzy
 #~ msgid "Last Name:"
-#~ msgstr "Namn på Sidan"
+#~ msgstr "Namn på Sidan"
 
 #, fuzzy
 #~ msgid "browse pages in this wiki"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #, fuzzy
 #~ msgid "dump serial pages from this wiki"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #, fuzzy
-#~ msgid "lock pages in this wiki"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
-
-#, fuzzy
 #~ msgid "remove pages from this wiki"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #, fuzzy
 #~ msgid "unlock pages in this wiki"
-#~ msgstr "De %d mest populära sidorna för den här wikin:"
+#~ msgstr "De %d mest populära sidorna för den här wikin:"
 
 #~ msgid "Lists nested too deep in SetHTMLOutputMode"
-#~ msgstr "Stackgräns överskriden i SetHTMLOutputMode"
+#~ msgstr "Stackgräns överskriden i SetHTMLOutputMode"
 
 #, fuzzy
 #~ msgid "Included frame from %s"
-#~ msgstr "Insättning från %s"
+#~ msgstr "Insättning från %s"
 
 #, fuzzy
 #~ msgid "Orphaned Pages"
-#~ msgstr "SökEfterSida"
+#~ msgstr "SökEfterSida"
 
 #, fuzzy
 #~ msgid "You do not need to enter a password."
-#~ msgstr "Du har angett ett otillåtet användarnamn eller lösenord."
+#~ msgstr "Du har angett ett otillåtet användarnamn eller lösenord."
 
 #~ msgid ""
 #~ "Copy your changes to the clipboard or to another temporary place (e.g. "
 #~ "text editor)."
 #~ msgstr ""
-#~ "Kopiera dina ändringar till urklippet eller till ett annat temporärt "
-#~ "ställe (t.ex. en texteditor)."
+#~ "Kopiera dina ändringar till urklippet eller till ett annat temporärt "
+#~ "ställe (t.ex. en texteditor)."
 
 #, fuzzy
 #~ msgid ""
@@ -8244,26 +8794,26 @@
 #~ "Your changes are no longer there."
 #~ msgstr ""
 #~ "<b>Ladda om</b> sidan. Du kommer nu se den senaste versionen av sidan. "
-#~ "Dina ändringar är inte där."
+#~ "Dina ändringar är inte där."
 
 #~ msgid ""
 #~ "Make changes to the file again. Paste your additions from the clipboard "
 #~ "(or text editor)."
 #~ msgstr ""
-#~ "Ändra filen igen. Klistra in dina ändringar från urklippet (eller "
+#~ "Ändra filen igen. Klistra in dina ändringar från urklippet (eller "
 #~ "texteditorn)."
 
 #~ msgid "In order to recover from this situation, follow these steps:"
-#~ msgstr "För att lösa situtationen, följ dessa steg:"
+#~ msgstr "För att lösa situtationen, följ dessa steg:"
 
 #~ msgid "Today at %s"
 #~ msgstr "i dag i %s"
 
 #~ msgid "Yesterday at %s"
-#~ msgstr "i går i %s"
+#~ msgstr "i går i %s"
 
 #~ msgid "(last edited %s)"
-#~ msgstr "(senast ändrad %s)"
+#~ msgstr "(senast ändrad %s)"
 
 #~ msgid "version %s, saved %s."
 #~ msgstr "version %s, sparade %s."
@@ -8276,20 +8826,20 @@
 
 #~ msgid "Use your browser's <b>Back</b> button to go back to the edit page."
 #~ msgstr ""
-#~ "Använd webbläsarens <b>backaknapp</b> för att gå tillbaka till "
+#~ "Använd webbläsarens <b>backaknapp</b> för att gå tillbaka till "
 #~ "redigeringssidan."
 
 #~ msgid "Press <b>Save</b> again."
-#~ msgstr "Klicka på <b>Spara</b> igen."
+#~ msgstr "Klicka på <b>Spara</b> igen."
 
 #~ msgid ""
 #~ "PhpWiki is unable to save your changes, because another user edited and "
 #~ "saved the page while you were editing the page too. If saving proceeded "
 #~ "now changes from the previous author would be lost."
 #~ msgstr ""
-#~ "PhpWiki kan inte spara dina ändringar eftersom en annan användare ändrade "
-#~ "och sparade sidan under tiden som du ändrade på sidan. Sparar du nu "
-#~ "försvinner ändringarna gjorda av den förra användaren."
+#~ "PhpWiki kan inte spara dina ändringar eftersom en annan användare ändrade "
+#~ "och sparade sidan under tiden som du ändrade på sidan. Sparar du nu "
+#~ "försvinner ändringarna gjorda av den förra användaren."
 
 #~ msgid "Problem while updating %s"
 #~ msgstr "Har problem med att uppdatera %s"
@@ -8301,58 +8851,55 @@
 #~ msgid "returning old version"
 #~ msgstr "Arkiverad version"
 
-#~ msgid "Copying from [%s] to [%s]"
-#~ msgstr "Kopia från [%s] är [%s]"
-
 #~ msgid "ViewSource"
-#~ msgstr "VisaKällkoden"
+#~ msgstr "VisaKällkoden"
 
 #~ msgid "Click here to <a href=\"%s\">remove the page now</a>."
-#~ msgstr "Klicka shär för <a href=\"%s\">att ta bort sidan nu</a>."
+#~ msgstr "Klicka shär för <a href=\"%s\">att ta bort sidan nu</a>."
 
 #, fuzzy
 #~ msgid "To cancel press the \"Back\" button of your browser."
-#~ msgstr "Annars klicka på \"backaknappen\" i din webbläsare."
+#~ msgstr "Annars klicka på \"backaknappen\" i din webbläsare."
 
 #, fuzzy
 #~ msgid "lock or unlock pages"
 #~ msgstr "Ta bort sida"
 
 #~ msgid "WikiDiff::apply: line count mismatch: %s != %s"
-#~ msgstr "WikiDiff::apply: radantalet stämmer inte: %s != %s"
+#~ msgstr "WikiDiff::apply: radantalet stämmer inte: %s != %s"
 
 #~ msgid "WikiDiff::_check: failed"
 #~ msgstr "WikiDiff::_check: misslyckades"
 
 #~ msgid "WikiDiff::_check: edit sequence is non-optimal"
-#~ msgstr "WikiDiff::_check: ändringssekvensen är icke optimal"
+#~ msgstr "WikiDiff::_check: ändringssekvensen är icke optimal"
 
 #~ msgid "WikiDiff Okay: LCS = %s"
 #~ msgstr "WikiDiff Ok: LCS = %s"
 
 #~ msgid "Searching for \"%s\" ....."
-#~ msgstr "Söker efter \"%s\" ....."
+#~ msgstr "Söker efter \"%s\" ....."
 
 #~ msgid "%d matches found in %d pages."
-#~ msgstr "%d träffar funna på %d sidor."
+#~ msgstr "%d träffar funna på %d sidor."
 
 #~ msgid "Error message: %s"
 #~ msgstr "Felmeddelande: %s"
 
 #~ msgid "Cannot open database %s, giving up."
-#~ msgstr "Ger upp, kan ej öppna databasen %s."
+#~ msgstr "Ger upp, kan ej öppna databasen %s."
 
 #~ msgid "Insert/update failed: %s"
-#~ msgstr "Insättning/uppdatering misslyckades: %s"
+#~ msgstr "Insättning/uppdatering misslyckades: %s"
 
 #~ msgid "MySQL error: %s"
 #~ msgstr "MySQL-fel: %s"
 
 #~ msgid "Cannot delete '%s' from table '%s'"
-#~ msgstr "Kan ej ta bort \"%s\" från tabellen \"%s\""
+#~ msgstr "Kan ej ta bort \"%s\" från tabellen \"%s\""
 
 #~ msgid "%d pages match your query."
-#~ msgstr "%d sidor matchar din fråga."
+#~ msgstr "%d sidor matchar din fråga."
 
 #~ msgid "(first day for this Wiki)"
-#~ msgstr "(första dagen för den här Wikin)"
+#~ msgstr "(första dagen för den här Wikin)"

Modified: trunk/src/plugins/wiki/www/locale/po/zh.po
===================================================================
--- trunk/src/plugins/wiki/www/locale/po/zh.po	2010-08-22 09:55:12 UTC (rev 10343)
+++ trunk/src/plugins/wiki/www/locale/po/zh.po	2010-08-22 09:59:10 UTC (rev 10344)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PhpWiki-1.3.9\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-10 18:03+0200\n"
+"POT-Creation-Date: 2010-05-21 14:17+0200\n"
 "PO-Revision-Date: 2004-04-21 10:08+0800\n"
 "Last-Translator: DruryL <druryl at user.sourceforge.net>\n"
 "Language-Team: DruryL <druryl at users.sourceforge.net>\n"
@@ -14,26 +14,26 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: ../lib/CachedMarkup.php:525
+#: ../lib/CachedMarkup.php:535
 msgid "BAD semantic relation link"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:557
+#: ../lib/CachedMarkup.php:567
 #, php-format
 msgid "Attribute %s, base value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:558
+#: ../lib/CachedMarkup.php:568
 #, php-format
 msgid "Attribute %s, value: %s"
 msgstr ""
 
-#: ../lib/CachedMarkup.php:566
+#: ../lib/CachedMarkup.php:576
 #, fuzzy, php-format
 msgid "Relation %s to page %s"
 msgstr "版本 %s, 存於 %s."
 
-#: ../lib/CachedMarkup.php:621
+#: ../lib/CachedMarkup.php:631
 msgid "Found by "
 msgstr ""
 
@@ -67,243 +67,243 @@
 msgid "Supported handlers are: %s"
 msgstr "已支援的佈景主題"
 
-#: ../lib/EditToolbar.php:29
+#: ../lib/EditToolbar.php:48
 msgid "Undo"
 msgstr ""
 
-#: ../lib/EditToolbar.php:31
+#: ../lib/EditToolbar.php:50
 #, fuzzy
 msgid "Undo disabled"
 msgstr "<未能顯示>"
 
-#: ../lib/EditToolbar.php:32
+#: ../lib/EditToolbar.php:51
 msgid "Operation undone"
 msgstr ""
 
-#: ../lib/EditToolbar.php:33
+#: ../lib/EditToolbar.php:52
 msgid "Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"
 msgstr ""
 
-#: ../lib/EditToolbar.php:34
+#: ../lib/EditToolbar.php:53
 #, fuzzy, php-format
 msgid "String \"%s\" not found."
 msgstr "未找到頁面 %s."
 
-#: ../lib/EditToolbar.php:35 ../lib/EditToolbar.php:235
-#: ../lib/EditToolbar.php:236 ../lib/plugin/WikiAdminSearchReplace.php:193
+#: ../lib/EditToolbar.php:54 ../lib/EditToolbar.php:258
+#: ../lib/EditToolbar.php:259 ../lib/plugin/WikiAdminSearchReplace.php:194
 msgid "Search & Replace"
 msgstr "搜尋與取代"
 
-#: ../lib/EditToolbar.php:36
+#: ../lib/EditToolbar.php:55
 #, fuzzy
 msgid "Search for"
 msgstr "搜尋"
 
-#: ../lib/EditToolbar.php:37
+#: ../lib/EditToolbar.php:56
 #, fuzzy
 msgid "Replace with"
 msgstr "取代:"
 
-#: ../lib/EditToolbar.php:38 ../lib/plugin/SyncWiki.php:302
-#: ../lib/plugin/SyncWiki.php:328 ../lib/plugin/SyncWiki.php:351
-#: ../lib/plugin/WikiPoll.php:224 ../lib/upgrade.php:216
-#: ../lib/upgrade.php:419 ../lib/upgrade.php:433 ../lib/upgrade.php:453
-#: ../lib/upgrade.php:462 ../lib/upgrade.php:486 ../lib/upgrade.php:514
-#: ../lib/upgrade.php:564 ../lib/upgrade.php:567 ../lib/upgrade.php:599
-#: ../lib/upgrade.php:601 ../lib/upgrade.php:628 ../lib/upgrade.php:688
-#: ../lib/upgrade.php:713 ../lib/upgrade.php:856 ../lib/upgrade.php:859
-#: ../lib/upgrade.php:926
+#: ../lib/EditToolbar.php:57 ../lib/plugin/SyncWiki.php:297
+#: ../lib/plugin/SyncWiki.php:323 ../lib/plugin/SyncWiki.php:346
+#: ../lib/plugin/WikiPoll.php:220 ../lib/upgrade.php:194
+#: ../lib/upgrade.php:397 ../lib/upgrade.php:411 ../lib/upgrade.php:431
+#: ../lib/upgrade.php:440 ../lib/upgrade.php:464 ../lib/upgrade.php:492
+#: ../lib/upgrade.php:542 ../lib/upgrade.php:545 ../lib/upgrade.php:577
+#: ../lib/upgrade.php:579 ../lib/upgrade.php:606 ../lib/upgrade.php:666
+#: ../lib/upgrade.php:691 ../lib/upgrade.php:834 ../lib/upgrade.php:837
+#: ../lib/upgrade.php:904
 msgid "OK"
 msgstr ""
 
-#: ../lib/EditToolbar.php:39 ../lib/EditToolbar.php:300
-#: ../lib/EditToolbar.php:347 ../lib/EditToolbar.php:377
-#: ../lib/EditToolbar.php:408 ../lib/EditToolbar.php:443
+#: ../lib/EditToolbar.php:58 ../lib/EditToolbar.php:325
+#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:402
+#: ../lib/EditToolbar.php:434 ../lib/EditToolbar.php:469
 msgid "Close"
 msgstr ""
 
-#: ../lib/EditToolbar.php:107
+#: ../lib/EditToolbar.php:127
 msgid "Bold text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:108
+#: ../lib/EditToolbar.php:128
 msgid "Bold text [alt-b]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:112
+#: ../lib/EditToolbar.php:132
 msgid "Italic text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:113
+#: ../lib/EditToolbar.php:133
 msgid "Italic text [alt-i]"
 msgstr ""
 
-#: ../lib/EditToolbar.php:117
+#: ../lib/EditToolbar.php:137
 msgid "Strike-through text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:118
+#: ../lib/EditToolbar.php:138
 #, fuzzy
 msgid "Strike"
 msgstr "大小"
 
-#: ../lib/EditToolbar.php:122
+#: ../lib/EditToolbar.php:142
 msgid "Color text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:123
+#: ../lib/EditToolbar.php:143
 msgid "Color"
 msgstr ""
 
-#: ../lib/EditToolbar.php:127
-msgid "optional label | PageName"
+#: ../lib/EditToolbar.php:147
+msgid "PageName|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:128
+#: ../lib/EditToolbar.php:148
 #, fuzzy
 msgid "Link to page"
 msgstr "解除鎖定此頁面"
 
-#: ../lib/EditToolbar.php:132
-msgid "optional label | http://www.example.com"
+#: ../lib/EditToolbar.php:152
+msgid "http://www.example.com|optional label"
 msgstr ""
 
-#: ../lib/EditToolbar.php:133
+#: ../lib/EditToolbar.php:153
 msgid "External link (remember http:// prefix)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:137
+#: ../lib/EditToolbar.php:157
 msgid "Headline text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:138
+#: ../lib/EditToolbar.php:158
 msgid "Level 1 headline"
 msgstr ""
 
-#: ../lib/EditToolbar.php:142
+#: ../lib/EditToolbar.php:162
 msgid "Insert non-formatted text here"
 msgstr ""
 
-#: ../lib/EditToolbar.php:143
+#: ../lib/EditToolbar.php:163
 msgid "Ignore wiki formatting"
 msgstr ""
 
-#: ../lib/EditToolbar.php:148
+#: ../lib/EditToolbar.php:168
 #, fuzzy
 msgid "Your signature"
 msgstr "你的版本"
 
-#: ../lib/EditToolbar.php:153
+#: ../lib/EditToolbar.php:173
 msgid "Horizontal line"
 msgstr ""
 
-#: ../lib/EditToolbar.php:158
+#: ../lib/EditToolbar.php:178
 msgid "Sample table"
 msgstr ""
 
-#: ../lib/EditToolbar.php:163
+#: ../lib/EditToolbar.php:183
 #, fuzzy
 msgid "Enumeration"
 msgstr "Email é©—è­‰."
 
-#: ../lib/EditToolbar.php:168
+#: ../lib/EditToolbar.php:188
 #, fuzzy
 msgid "List"
 msgstr "最後"
 
-#: ../lib/EditToolbar.php:173 ../lib/plugin/CreateToc.php:437
-#: ../lib/plugin/CreateToc.php:453
+#: ../lib/EditToolbar.php:193 ../lib/plugin/CreateToc.php:452
+#: ../lib/plugin/CreateToc.php:468
 #, fuzzy
 msgid "Table of Contents"
 msgstr "目錄"
 
-#: ../lib/EditToolbar.php:177 ../lib/PageList.php:487
-#: ../lib/plugin/AuthorHistory.php:174 ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/EditToolbar.php:197 ../lib/PageList.php:530
+#: ../lib/plugin/AuthorHistory.php:152 ../lib/plugin/WantedPagesOld.php:143
 msgid "Page Name"
 msgstr "頁面名稱"
 
-#: ../lib/EditToolbar.php:178 ../themes/default/templates/redirect.tmpl:19
-#: ../themes/default/templates/redirect.tmpl:42
+#: ../lib/EditToolbar.php:198 ../themes/default/templates/redirect.tmpl:18
+#: ../themes/default/templates/redirect.tmpl:41
 msgid "Redirect"
 msgstr "重導向"
 
-#: ../lib/EditToolbar.php:182
+#: ../lib/EditToolbar.php:202
 #, fuzzy
-msgid "template name"
+msgid "Template Name"
 msgstr "佈景主題"
 
-#: ../lib/EditToolbar.php:183 ../lib/plugin/PopularTags.php:64
-#: ../lib/plugin/Template.php:62
+#: ../lib/EditToolbar.php:203 ../lib/plugin/PopularTags.php:58
+#: ../lib/plugin/Template.php:61
 #, fuzzy
 msgid "Template"
 msgstr "佈景主題"
 
-#: ../lib/EditToolbar.php:185 ../lib/EditToolbar.php:187
-#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:670
+#: ../lib/EditToolbar.php:205 ../lib/EditToolbar.php:207
+#: ../lib/WysiwygEdit/Wikiwyg.php:80 ../lib/editpage.php:712
 msgid "Save"
 msgstr "儲存"
 
-#: ../lib/EditToolbar.php:192 ../lib/EditToolbar.php:194
-#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:663
+#: ../lib/EditToolbar.php:212 ../lib/EditToolbar.php:214
+#: ../lib/WysiwygEdit/Wikiwyg.php:79 ../lib/editpage.php:705
 msgid "Preview"
 msgstr "預覽"
 
-#: ../lib/EditToolbar.php:214
+#: ../lib/EditToolbar.php:236
 msgid "Click a button to get an example text"
 msgstr ""
 
-#: ../lib/EditToolbar.php:227 ../lib/EditToolbar.php:228
+#: ../lib/EditToolbar.php:250 ../lib/EditToolbar.php:251
 #, fuzzy
 msgid "Undo Search & Replace"
 msgstr "搜尋與取代"
 
-#: ../lib/EditToolbar.php:294
+#: ../lib/EditToolbar.php:319
 #, fuzzy
 msgid "AddCategory"
 msgstr "CategoryPage"
 
-#: ../lib/EditToolbar.php:297
+#: ../lib/EditToolbar.php:322
 msgid "Insert Categories (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:299 ../lib/EditToolbar.php:346
-#: ../lib/EditToolbar.php:376 ../lib/EditToolbar.php:407
-#: ../lib/EditToolbar.php:442
+#: ../lib/EditToolbar.php:324 ../lib/EditToolbar.php:371
+#: ../lib/EditToolbar.php:401 ../lib/EditToolbar.php:433
+#: ../lib/EditToolbar.php:468
 msgid "Insert"
 msgstr ""
 
-#: ../lib/EditToolbar.php:341 ../lib/EditToolbar.php:342
+#: ../lib/EditToolbar.php:366 ../lib/EditToolbar.php:367
 #, fuzzy
 msgid "AddPlugin"
 msgstr "Plugin"
 
-#: ../lib/EditToolbar.php:344
+#: ../lib/EditToolbar.php:369
 msgid "Insert Plugin (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:371 ../lib/EditToolbar.php:372
+#: ../lib/EditToolbar.php:396 ../lib/EditToolbar.php:397
 #, fuzzy
 msgid "AddPageLink"
 msgstr "AddingPages"
 
-#: ../lib/EditToolbar.php:374
+#: ../lib/EditToolbar.php:399
 msgid "Insert PageLink (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:402 ../lib/EditToolbar.php:403
+#: ../lib/EditToolbar.php:428 ../lib/EditToolbar.php:429
 #, fuzzy
-msgid "AddImage"
+msgid "Add Image or Video"
 msgstr "AddingPages"
 
-#: ../lib/EditToolbar.php:405
-msgid "Insert Image (double-click)"
+#: ../lib/EditToolbar.php:431
+msgid "Insert Image or Video (double-click)"
 msgstr ""
 
-#: ../lib/EditToolbar.php:437 ../lib/EditToolbar.php:438
+#: ../lib/EditToolbar.php:463 ../lib/EditToolbar.php:464
 msgid "AddTemplate"
 msgstr ""
 
-#: ../lib/EditToolbar.php:440
+#: ../lib/EditToolbar.php:466
 msgid "Insert Template (double-click)"
 msgstr ""
 
@@ -312,89 +312,88 @@
 msgid "%s: error while handling error:"
 msgstr "%s: 處理錯誤時發生錯誤"
 
-#: ../lib/FileFinder.php:191 ../lib/loadsave.php:1142
+#: ../lib/FileFinder.php:195 ../lib/loadsave.php:1151
 #, php-format
 msgid "%s: file not found"
 msgstr "%s: 找不到檔案."
 
-#: ../lib/IniConfig.php:806
+#: ../lib/IniConfig.php:979
 msgid "CategoryGroup"
 msgstr "CategoryGroup"
 
-#: ../lib/IniConfig.php:808
+#: ../lib/IniConfig.php:981
 msgid "An unnamed PhpWiki"
 msgstr "未被命名的 PhpWiki"
 
-#: ../lib/IniConfig.php:810 ../lib/upgrade.php:174
-#: ../themes/Wordpress/templates/actionbar.tmpl:19
+#: ../lib/IniConfig.php:983 ../lib/upgrade.php:70
+#: ../themes/Wordpress/templates/actionbar.tmpl:21
 #: ../themes/blog/templates/browse-footer.tmpl:6
-#: ../themes/default/templates/userprefs.tmpl:124
-#: ../themes/gforge/templates/navbar.tmpl:9
-#: ../themes/gforge/templates/userprefs.tmpl:190
+#: ../themes/default/templates/userprefs.tmpl:132
+#: ../themes/gforge/templates/navbar.tmpl:8
 msgid "HomePage"
 msgstr "首頁"
 
-#: ../lib/InlineParser.php:345
+#: ../lib/InlineParser.php:344
 msgid "Invalid [] syntax ignored"
 msgstr ""
 
-#: ../lib/InlineParser.php:773
+#: ../lib/InlineParser.php:889
 #, php-format
 msgid "unknown color %s ignored"
 msgstr ""
 
-#: ../lib/MailNotify.php:129
+#: ../lib/MailNotify.php:196
 #, fuzzy, php-format
 msgid "PageChange Notification of %s"
 msgstr "PageChange 通知 %s"
 
-#: ../lib/MailNotify.php:156
+#: ../lib/MailNotify.php:230
 #, fuzzy, php-format
 msgid "sent to %s"
 msgstr "回到 %s"
 
-#: ../lib/MailNotify.php:162
+#: ../lib/MailNotify.php:236
 #, fuzzy, php-format
 msgid "Error: Couldn't send %s to %s"
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
-#: ../lib/MailNotify.php:184
+#: ../lib/MailNotify.php:258
 #, fuzzy
 msgid "Page change"
 msgstr "沒有頁面被變更."
 
-#: ../lib/MailNotify.php:211 ../lib/loadsave.php:957
-#: ../lib/plugin/RecentChanges.php:128
+#: ../lib/MailNotify.php:285 ../lib/loadsave.php:969
+#: ../lib/plugin/RecentChanges.php:137
 #, fuzzy
 msgid "New page"
 msgstr "新頁面."
 
-#: ../lib/MailNotify.php:213 ../lib/MailNotify.php:231 ../lib/loadsave.php:95
+#: ../lib/MailNotify.php:289 ../lib/MailNotify.php:306 ../lib/loadsave.php:96
 #, php-format
 msgid "Edited by: %s"
 msgstr "由 %s 編輯"
 
-#: ../lib/MailNotify.php:232
+#: ../lib/MailNotify.php:290
 #, fuzzy, php-format
+msgid "Summary: %s"
+msgstr "摘要:"
+
+#: ../lib/MailNotify.php:307
+#, fuzzy, php-format
 msgid "Page rename %s to %s"
 msgstr "頁面名稱以 '%s' 開頭的"
 
-#: ../lib/MailNotify.php:269
+#: ../lib/MailNotify.php:344
 #, fuzzy, php-format
-msgid "Removed by: %s"
-msgstr "由 %s 編輯"
-
-#: ../lib/MailNotify.php:271
-#, fuzzy, php-format
-msgid "Page removed %s"
+msgid "User %s removed page %s"
 msgstr "頁面已被鎖定"
 
-#: ../lib/MailNotify.php:320
+#: ../lib/MailNotify.php:380
 #, fuzzy
-msgid "e-mail address confirmation"
+msgid "E-Mail address confirmation"
 msgstr "Email é©—è­‰."
 
-#: ../lib/MailNotify.php:323
+#: ../lib/MailNotify.php:383
 #, php-format
 msgid ""
 "Someone, probably you from IP address %s, has registered an\n"
@@ -409,246 +408,264 @@
 "will expire at %s."
 msgstr ""
 
-#: ../lib/PageList.php:109
+#: ../lib/PageList.php:129
 #, php-format
 msgid "Sort by %s"
 msgstr "以 %s 排序"
 
-#: ../lib/PageList.php:137
+#: ../lib/PageList.php:157
 #, fuzzy
 msgid "reverse"
 msgstr "重設"
 
-#: ../lib/PageList.php:149
+#: ../lib/PageList.php:169
 msgid "Click to reverse sort order"
 msgstr "點擊以反轉排列順序"
 
-#: ../lib/PageList.php:156
+#: ../lib/PageList.php:176
 #, php-format
 msgid "Click to sort by %s"
 msgstr "點擊以 %s 排序"
 
-#: ../lib/PageList.php:294
+#: ../lib/PageList.php:313
 msgid "Click to de-/select all pages"
 msgstr "點擊以取消選擇或選擇所有頁面"
 
-#: ../lib/PageList.php:367 ../lib/plugin/IncludePage.php:165
+#: ../lib/PageList.php:388 ../lib/plugin/IncludePage.php:187
 #, php-format
 msgid " ... first %d bytes"
 msgstr " ... é ­ %d bytes"
 
-#: ../lib/PageList.php:374
+#: ../lib/PageList.php:395
 #, php-format
 msgid " ... around %s"
 msgstr "... 包圍 %s"
 
-#: ../lib/PageList.php:410 ../lib/plugin/AppendText.php:60
+#: ../lib/PageList.php:453 ../lib/plugin/AppendText.php:55
 #, php-format
 msgid "%s not found"
 msgstr "%s 找不到."
 
-#: ../lib/PageList.php:625 ../lib/plugin/FullTextSearch.php:117
+#: ../lib/PageList.php:668 ../lib/plugin/FullTextSearch.php:115
 msgid "<no matches>"
 msgstr "<沒有相符>"
 
-#: ../lib/PageList.php:1100 ../lib/plugin/FullTextSearch.php:88
-#: ../lib/plugin/WikiAdminSearchReplace.php:177
+#: ../lib/PageList.php:1172 ../lib/plugin/FullTextSearch.php:86
+#: ../lib/plugin/WikiAdminSearchReplace.php:179
 msgid "Content"
 msgstr "內容"
 
-#: ../lib/PageList.php:1116
+#: ../lib/PageList.php:1188
 msgid "All"
 msgstr ""
 
-#: ../lib/PageList.php:1120 ../themes/MonoBook/templates/info.tmpl:71
-#: ../themes/default/templates/info.tmpl:63
+#: ../lib/PageList.php:1192 ../themes/MonoBook/templates/info.tmpl:72
+#: ../themes/default/templates/info.tmpl:57
 msgid "Last Modified"
 msgstr "最後修改"
 
-#: ../lib/PageList.php:1122
+#: ../lib/PageList.php:1194
 msgid "Hits"
 msgstr "點擊"
 
-#: ../lib/PageList.php:1124 ../themes/Crao/templates/editpage.tmpl:37
-#: ../themes/Wordpress/templates/editpage.tmpl:38
-#: ../themes/default/templates/editpage.tmpl:39
-#: ../themes/gforge/templates/editpage.tmpl:39
+#: ../lib/PageList.php:1196 ../themes/Crao/templates/editpage.tmpl:38
+#: ../themes/Wordpress/templates/editpage.tmpl:39
+#: ../themes/default/templates/editpage.tmpl:40
+#: ../themes/gforge/templates/editpage.tmpl:35
 msgid "Size"
 msgstr "大小"
 
-#: ../lib/PageList.php:1127 ../themes/MonoBook/templates/info.tmpl:73
-#: ../themes/default/templates/info.tmpl:65
+#: ../lib/PageList.php:1199 ../themes/MonoBook/templates/info.tmpl:74
+#: ../themes/default/templates/info.tmpl:59
 msgid "Last Summary"
 msgstr "最後摘要"
 
-#: ../lib/PageList.php:1129 ../lib/plugin/AuthorHistory.php:123
-#: ../lib/plugin/AuthorHistory.php:176 ../lib/plugin/PluginManager.php:90
+#: ../lib/PageList.php:1201 ../lib/plugin/AuthorHistory.php:111
+#: ../lib/plugin/AuthorHistory.php:154
 msgid "Version"
 msgstr "版本"
 
-#: ../lib/PageList.php:1132 ../themes/MonoBook/templates/info.tmpl:72
-#: ../themes/default/templates/info.tmpl:64
+#: ../lib/PageList.php:1204 ../themes/MonoBook/templates/info.tmpl:73
+#: ../themes/default/templates/info.tmpl:58
 msgid "Last Author"
 msgstr "最後一位修改的作者"
 
-#: ../lib/PageList.php:1134 ../lib/WikiGroup.php:36
+#: ../lib/PageList.php:1206 ../lib/WikiGroup.php:36
 msgid "Owner"
 msgstr "擁有者"
 
-#: ../lib/PageList.php:1136 ../lib/WikiGroup.php:37
+#: ../lib/PageList.php:1208 ../lib/WikiGroup.php:37
 msgid "Creator"
 msgstr "建立者"
 
-#: ../lib/PageList.php:1142 ../themes/Crao/templates/editpage.tmpl:61
-#: ../themes/MonoBook/templates/info.tmpl:132
-#: ../themes/Wordpress/templates/editpage.tmpl:61
+#: ../lib/PageList.php:1214 ../themes/Crao/templates/editpage.tmpl:62
+#: ../themes/MonoBook/templates/info.tmpl:143
+#: ../themes/Wordpress/templates/editpage.tmpl:62
 #: ../themes/default/templates/editpage.tmpl:81
-#: ../themes/default/templates/info.tmpl:126
-#: ../themes/gforge/templates/editpage.tmpl:81
+#: ../themes/default/templates/info.tmpl:129
+#: ../themes/gforge/templates/editpage.tmpl:62
 msgid "Locked"
 msgstr "已鎖定"
 
-#: ../lib/PageList.php:1143
+#: ../lib/PageList.php:1215
 msgid "locked"
 msgstr "被鎖定"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1217 ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "External"
+msgstr "外部連結"
+
+#: ../lib/PageList.php:1218
+#, fuzzy
+msgid "external"
+msgstr "外部連結"
+
+#: ../lib/PageList.php:1221
 msgid "Minor Edit"
 msgstr "次要編輯"
 
-#: ../lib/PageList.php:1146
+#: ../lib/PageList.php:1221
 msgid "minor"
 msgstr "次要"
 
-#: ../lib/PageList.php:1148
+#: ../lib/PageList.php:1223
 msgid "Markup"
 msgstr "標記"
 
-#: ../lib/PageList.php:1425 ../lib/plugin/WantedPagesOld.php:178
+#: ../lib/PageList.php:1392 ../lib/PageList.php:1399 ../lib/PageList.php:1405
+#: ../lib/WikiDB/backend.php:530 ../lib/WikiDB/backend.php:536
+msgid "Illegal 'limit' argument: must be numeric"
+msgstr ""
+
+#: ../lib/PageList.php:1519 ../lib/plugin/WantedPagesOld.php:170
 #, php-format
 msgid "Columns: %s."
 msgstr "行: %s."
 
-#: ../lib/PagePerm.php:189 ../lib/PagePerm.php:190 ../lib/loadsave.php:84
-#: ../lib/loadsave.php:450 ../lib/loadsave.php:1018 ../lib/loadsave.php:1024
-#: ../lib/loadsave.php:1032 ../lib/main.php:1058 ../lib/main.php:1170
-#: ../lib/main.php:1182 ../lib/plugin/WikiAdminRename.php:112
-#: ../lib/plugin/WikiAdminSelect.php:192 ../themes/Crao/templates/head.tmpl:79
-#: ../themes/Crao/templates/head.tmpl:80
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/MonoBook/templates/navbar.tmpl:57
-#: ../themes/Portland/templates/navbar.tmpl:27
-#: ../themes/Sidebar/templates/navbar.tmpl:28
-#: ../themes/Wordpress/templates/actionbar.tmpl:26
+#: ../lib/PagePerm.php:190 ../lib/PagePerm.php:191 ../lib/loadsave.php:85
+#: ../lib/loadsave.php:465 ../lib/loadsave.php:1030 ../lib/loadsave.php:1036
+#: ../lib/loadsave.php:1044 ../lib/main.php:1048 ../lib/main.php:1166
+#: ../lib/main.php:1178 ../lib/plugin/WikiAdminRename.php:143
+#: ../lib/plugin/WikiAdminSelect.php:218 ../themes/Crao/templates/head.tmpl:80
+#: ../themes/Crao/templates/head.tmpl:81
+#: ../themes/Crao/templates/navbar.tmpl:38
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Portland/templates/navbar.tmpl:28
+#: ../themes/Sidebar/templates/navbar.tmpl:71
+#: ../themes/Wordpress/templates/actionbar.tmpl:28
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:88
 #: ../themes/default/templates/head.tmpl:89
 #: ../themes/default/templates/navbar.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:86
-#: ../themes/gforge/templates/head.tmpl:87
-#: ../themes/gforge/templates/navbar.tmpl:22
-#: ../themes/shamino_com/templates/actionbar.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:19
+#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/smaller/templates/navbar.tmpl:20
 #: ../themes/wikilens/templates/head.tmpl:78
 #: ../themes/wikilens/templates/head.tmpl:79
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "PhpWikiAdministration"
 msgstr "PhpWikiAdministration"
 
-#: ../lib/PagePerm.php:189 ../lib/main.php:1081
-#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/PagePerm.php:190 ../lib/main.php:1077
+#: ../lib/plugin/WikiAdminRename.php:143 ../lib/plugin/WikiAdminRename.php:268
 #: ../themes/gforge/templates/actionbar.tmpl:114
 msgid "Rename"
 msgstr "更名"
 
-#: ../lib/PagePerm.php:190 ../lib/plugin/WikiAdminSearchReplace.php:232
+#: ../lib/PagePerm.php:191 ../lib/plugin/WikiAdminSearchReplace.php:232
 #, fuzzy
 msgid "Replace"
 msgstr "取代:"
 
-#: ../lib/PagePerm.php:305
+#: ../lib/PagePerm.php:321
 msgid "List this page and all subpages"
 msgstr "列出所有頁面以及子頁面"
 
-#: ../lib/PagePerm.php:306
+#: ../lib/PagePerm.php:322
 msgid "View this page and all subpages"
 msgstr "查看此頁面以及所有子頁面"
 
-#: ../lib/PagePerm.php:307
+#: ../lib/PagePerm.php:323
 msgid "Edit this page and all subpages"
 msgstr "編輯此頁面以及所有子頁面"
 
-#: ../lib/PagePerm.php:308
+#: ../lib/PagePerm.php:324
 msgid "Create a new (sub)page"
 msgstr "建立新(子)頁面"
 
-#: ../lib/PagePerm.php:309
+#: ../lib/PagePerm.php:325
 #, fuzzy
 msgid "Download page contents"
 msgstr "下載頁面內容"
 
-#: ../lib/PagePerm.php:310
+#: ../lib/PagePerm.php:326
 msgid "Change page attributes"
 msgstr "變更頁面屬性"
 
-#: ../lib/PagePerm.php:311
+#: ../lib/PagePerm.php:327
 msgid "Remove this page"
 msgstr "移除此頁面"
 
-#: ../lib/PagePerm.php:360
+#: ../lib/PagePerm.php:328
+#, fuzzy
+msgid "Purge this page"
+msgstr "建立此頁面"
+
+#: ../lib/PagePerm.php:377
 #, php-format
 msgid "Unsupported ACL access type %s ignored."
 msgstr "忽略不支援的 ACL 存取型態 %s."
 
-#: ../lib/PagePerm.php:582
+#: ../lib/PagePerm.php:605
 msgid "Access"
 msgstr ""
 
-#: ../lib/PagePerm.php:584
+#: ../lib/PagePerm.php:607
 #, fuzzy
 msgid "Group/User"
 msgstr "群組"
 
-#: ../lib/PagePerm.php:585
+#: ../lib/PagePerm.php:608
 msgid "Grant"
 msgstr ""
 
-#: ../lib/PagePerm.php:586
+#: ../lib/PagePerm.php:609
 msgid "Del/+"
 msgstr ""
 
-#: ../lib/PagePerm.php:587 ../lib/plugin/PluginManager.php:90
-#: ../lib/plugin/WikiAdminSetAcl.php:234
+#: ../lib/PagePerm.php:610 ../lib/plugin/PluginManager.php:71
+#: ../lib/plugin/WikiAdminSetAcl.php:252
 msgid "Description"
 msgstr "描述"
 
-#: ../lib/PagePerm.php:608
+#: ../lib/PagePerm.php:631
 msgid "Add this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:632
+#: ../lib/PagePerm.php:655
 msgid "Allow / Deny"
 msgstr ""
 
-#: ../lib/PagePerm.php:644
+#: ../lib/PagePerm.php:667
 msgid "Delete this ACL"
 msgstr ""
 
-#: ../lib/PagePerm.php:670
+#: ../lib/PagePerm.php:693
 msgid "add "
 msgstr ""
 
-#: ../lib/PagePerm.php:674
+#: ../lib/PagePerm.php:697
 msgid "Check to add this ACL"
 msgstr ""
 
-#: ../lib/PageType.php:136 ../lib/loadsave.php:893 ../lib/loadsave.php:1538
-#: ../lib/plugin/InterWikiSearch.php:57 ../lib/plugin/WantedPages.php:55
-#: ../lib/plugin/WantedPagesOld.php:81
-#: ../themes/MonoBook/templates/info.tmpl:149
-#: ../themes/MonoBook/templates/info.tmpl:150
-#: ../themes/default/templates/info.tmpl:143
-#: ../themes/default/templates/info.tmpl:144
+#: ../lib/PageType.php:136 ../lib/loadsave.php:905 ../lib/loadsave.php:1556
+#: ../lib/plugin/InterWikiSearch.php:52 ../lib/plugin/WantedPages.php:51
+#: ../lib/plugin/WantedPagesOld.php:73
+#: ../themes/MonoBook/templates/info.tmpl:168
+#: ../themes/MonoBook/templates/info.tmpl:169
+#: ../themes/default/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:161
 msgid "InterWikiMap"
 msgstr "InterWikiMap"
 
@@ -656,12 +673,10 @@
 msgid "WARNING: InterWikiMap page is unlocked, so not using those links."
 msgstr ""
 
-#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:760
-#: ../themes/MonoBook/templates/actionbar.tmpl:21
-#: ../themes/MonoBook/templates/actionbar.tmpl:25
-#: ../themes/MonoBook/templates/actionbar.tmpl:31
-#: ../themes/Sidebar/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:19
+#: ../lib/PageType.php:259 ../lib/PageType.php:262 ../lib/stdlib.php:843
+#: ../themes/MonoBook/templates/actionbar.tmpl:22
+#: ../themes/MonoBook/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:32
 #: ../themes/default/templates/navbar.tmpl:8
 #: ../themes/default/templates/navbar.tmpl:10
 #: ../themes/gforge/templates/actionbar.tmpl:29
@@ -673,7 +688,7 @@
 msgid "Discussion"
 msgstr "權限"
 
-#: ../lib/PageType.php:298 ../lib/loadsave.php:1154
+#: ../lib/PageType.php:298 ../lib/loadsave.php:1163
 #, php-format
 msgid "Loading InterWikiMap from external file %s."
 msgstr "從外部檔案 %s 載入 InterWikiMap"
@@ -686,59 +701,60 @@
 msgid "InterWiki Address"
 msgstr "InterWiki 位址"
 
-#: ../lib/RSSWriter091.php:113 ../lib/display.php:143 ../lib/display.php:339
-#: ../lib/loadsave.php:1559 ../lib/plugin/RecentChanges.php:53
-#: ../lib/plugin/RecentChanges.php:201 ../lib/plugin/RecentChanges.php:208
-#: ../lib/plugin/RecentChanges.php:377 ../lib/plugin/RecentChanges.php:645
-#: ../lib/plugin/RecentChanges.php:1125 ../themes/Crao/templates/head.tmpl:63
-#: ../themes/Crao/templates/navbar.tmpl:13
-#: ../themes/MonoBook/templates/navbar.tmpl:15
-#: ../themes/Portland/templates/navbar.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:22
+#: ../lib/RSSWriter091.php:112 ../lib/display.php:151 ../lib/display.php:395
+#: ../lib/loadsave.php:1575 ../lib/plugin/RecentChanges.php:62
+#: ../lib/plugin/RecentChanges.php:210 ../lib/plugin/RecentChanges.php:217
+#: ../lib/plugin/RecentChanges.php:393 ../lib/plugin/RecentChanges.php:682
+#: ../lib/plugin/RecentChanges.php:1161 ../themes/Crao/templates/head.tmpl:63
+#: ../themes/Crao/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Portland/templates/navbar.tmpl:26
+#: ../themes/Sidebar/templates/navbar.tmpl:45
+#: ../themes/Sidebar/templates/rc.tmpl:6
+#: ../themes/Wordpress/templates/actionbar.tmpl:24
 #: ../themes/blog/templates/actionbar.tmpl:14
 #: ../themes/default/templates/head.tmpl:69
 #: ../themes/default/templates/head.tmpl:71
 #: ../themes/default/templates/navbar.tmpl:16
-#: ../themes/gforge/templates/head.tmpl:69
-#: ../themes/gforge/templates/navbar.tmpl:10
+#: ../themes/gforge/templates/navbar.tmpl:9
 #: ../themes/shamino_com/templates/top.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:7
+#: ../themes/smaller/templates/navbar.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:60
 #: ../themes/wikilens/templates/navbar.tmpl:17
 msgid "RecentChanges"
 msgstr "RecentChanges"
 
-#: ../lib/Request.php:716 ../lib/Request.php:719
+#: ../lib/Request.php:717 ../lib/Request.php:720
 msgid "Upload error: file too big"
 msgstr ""
 
-#: ../lib/Request.php:722
+#: ../lib/Request.php:723
 msgid "Upload error: file only partially received"
 msgstr ""
 
-#: ../lib/Request.php:725
+#: ../lib/Request.php:726
 msgid "Upload error: no file selected"
 msgstr ""
 
-#: ../lib/Request.php:728
+#: ../lib/Request.php:729
 msgid "Upload error: unknown error #"
 msgstr ""
 
-#: ../lib/Request.php:837 ../lib/main.php:1293 ../lib/main.php:1306
+#: ../lib/Request.php:838 ../lib/main.php:1286 ../lib/main.php:1299
 #, php-format
 msgid "%s is not writable."
 msgstr "%s 無法寫入."
 
-#: ../lib/Request.php:837
+#: ../lib/Request.php:838
 msgid "The PhpWiki access log file"
 msgstr "PhpWiki 存取日誌檔案"
 
-#: ../lib/Request.php:839 ../lib/main.php:1296
+#: ../lib/Request.php:840 ../lib/main.php:1289
 #, fuzzy, php-format
 msgid "Please ensure that %s is writable, or redefine %s in config/config.ini."
 msgstr "請確定 %s 可以寫入,或重新定義 index.php 裡的 %s."
 
-#: ../lib/Request.php:840
+#: ../lib/Request.php:841
 #, php-format
 msgid "the file '%s'"
 msgstr "檔案 '%s'"
@@ -747,13 +763,13 @@
 msgid "UriResolver"
 msgstr ""
 
-#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:323
-#: ../lib/plugin/SemanticSearchAdvanced.php:189
+#: ../lib/SemanticWeb.php:151 ../lib/plugin/SemanticSearch.php:326
+#: ../lib/plugin/SemanticSearchAdvanced.php:185
 #, fuzzy
 msgid "Relation"
 msgstr "相關連結"
 
-#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:399
+#: ../lib/SemanticWeb.php:153 ../lib/plugin/SemanticSearch.php:402
 msgid "Attribute"
 msgstr ""
 
@@ -762,47 +778,42 @@
 msgid "%4d  %s\n"
 msgstr "%4d  %s\n"
 
-#: ../lib/TextSearchQuery.php:112 ../lib/display.php:164
-#: ../lib/display.php:357 ../lib/plugin/FileInfo.php:127
+#: ../lib/TextSearchQuery.php:115 ../lib/display.php:188
+#: ../lib/display.php:434 ../lib/plugin/FileInfo.php:124
 #, fuzzy, php-format
 msgid "Unsupported argument: %s=%s"
 msgstr "已支援的語言"
 
-#: ../lib/TextSearchQuery.php:124
+#: ../lib/TextSearchQuery.php:127
 msgid "(A|An|And|But|By|For|From|In|Is|It|Of|On|Or|The|To|With)"
 msgstr ""
 
-#: ../lib/WikiDB.php:558
+#: ../lib/WikiDB.php:569
 #, php-format
 msgid "renamed from %s"
 msgstr "從 %s 更名"
 
-#: ../lib/WikiDB.php:567
+#: ../lib/WikiDB.php:578
 msgid "WikiDB::renamePage() not yet implemented for this backend"
 msgstr "後台的 WikiDB::renamePage() 還沒實作出來."
 
-#: ../lib/WikiDB.php:940
+#: ../lib/WikiDB.php:955
 #, php-format
 msgid "%s: Date of new revision is %s"
 msgstr "%s: 新版本的日期是 %s"
 
-#: ../lib/WikiDB.php:1012 ../lib/main.php:98
+#: ../lib/WikiDB.php:1028 ../lib/main.php:101
 #, fuzzy
 msgid "Optimizing database"
 msgstr "最佳化 %s"
 
-#: ../lib/WikiDB.php:1401 ../lib/WikiDB.php:1409 ../lib/WikiUserNew.php:429
-#: ../lib/loadsave.php:968 ../lib/loadsave.php:1496 ../lib/loadsave.php:1499
-msgid "The PhpWiki programming team"
-msgstr "PhpWiki 開發團隊"
-
-#: ../lib/WikiDB.php:1652 ../lib/WikiDB.php:1656
+#: ../lib/WikiDB.php:1679 ../lib/WikiDB.php:1683
 #: ../themes/default/templates/homepage.tmpl:7
 #, php-format
 msgid "Describe %s here."
 msgstr "在這兒描述 %s."
 
-#: ../lib/WikiDB.php:1691
+#: ../lib/WikiDB.php:1718
 #, php-format
 msgid "Oops! Revision %s of %s seems to have been deleted!"
 msgstr "Acck! 修訂 %s - %s 看來已經被刪除了!"
@@ -889,7 +900,7 @@
 msgid "No or not enough GROUP_DB SQL statements defined"
 msgstr "沒有或缺少足夠的 GROUP_DB SQL 敘述定義"
 
-#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1137
+#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:1146
 #, php-format
 msgid "%s: not defined"
 msgstr "%s: 未被定義"
@@ -913,41 +924,37 @@
 msgid "Unable to connect to LDAP server %s"
 msgstr "無法連結到 LDAP 伺服器 %s"
 
-#: ../lib/WikiPlugin.php:88
-msgid "n/a"
-msgstr "n/a"
-
-#: ../lib/WikiPlugin.php:236
+#: ../lib/WikiPlugin.php:229
 #, php-format
 msgid "trailing cruft in plugin args: '%s'"
 msgstr "trailing cruft in plugin args: '%s'"
 
-#: ../lib/WikiPlugin.php:244
+#: ../lib/WikiPlugin.php:237
 #, fuzzy, php-format
 msgid "Argument '%s' not declared by plugin."
 msgstr "引數 '%s' 沒有被 plugin 宣告"
 
-#: ../lib/WikiPlugin.php:387
+#: ../lib/WikiPlugin.php:357
 #, php-format
 msgid "Plugin %s failed."
 msgstr "Plugin %s 失敗."
 
-#: ../lib/WikiPlugin.php:393
+#: ../lib/WikiPlugin.php:363
 #, php-format
 msgid "Plugin %s disabled."
 msgstr "Plugin %s 關閉."
 
-#: ../lib/WikiPlugin.php:529
+#: ../lib/WikiPlugin.php:486 ../lib/WikiPlugin.php:503
 #, fuzzy, php-format
-msgid "Include of '%s' failed."
-msgstr "含括 '%s' 失敗"
+msgid "Plugin '%s' does not exist."
+msgstr "群組 %s 不存在"
 
-#: ../lib/WikiPlugin.php:531
+#: ../lib/WikiPlugin.php:506
 #, php-format
 msgid "%s: no such class"
 msgstr "%s: 無此類別"
 
-#: ../lib/WikiPlugin.php:537
+#: ../lib/WikiPlugin.php:512
 #, fuzzy, php-format
 msgid "%s: not a subclass of WikiPlugin."
 msgstr "%s: 不是 WikiPlugin 的子類別"
@@ -963,95 +970,94 @@
 msgid "Image map expired. Reload wiki page to recreate its html part."
 msgstr ""
 
-#: ../lib/WikiTheme.php:402
+#: ../lib/WikiTheme.php:451
 #, fuzzy
 msgid "Never edited"
 msgstr "未曾編輯過"
 
-#: ../lib/WikiTheme.php:409
+#: ../lib/WikiTheme.php:458
 #, php-format
 msgid "%s at %s"
 msgstr "%s 在 %s"
 
-#: ../lib/WikiTheme.php:413
+#: ../lib/WikiTheme.php:462
 #, fuzzy, php-format
 msgid "Version %s, saved %s"
 msgstr "版本 %s, 存於 %s."
 
-#: ../lib/WikiTheme.php:415
+#: ../lib/WikiTheme.php:464
 #, fuzzy, php-format
 msgid "Last edited %s"
 msgstr "最後編輯 %s."
 
-#: ../lib/WikiTheme.php:424
+#: ../lib/WikiTheme.php:473
 #, fuzzy, php-format
 msgid "Version %s, saved on %s"
 msgstr "版本 %s, 存於 %s."
 
-#: ../lib/WikiTheme.php:426
+#: ../lib/WikiTheme.php:475
 #, fuzzy, php-format
 msgid "Last edited on %s"
 msgstr "最後編輯的時間在 %s."
 
-#: ../lib/WikiTheme.php:442
+#: ../lib/WikiTheme.php:491
 msgid "today"
 msgstr "今天"
 
-#: ../lib/WikiTheme.php:449
+#: ../lib/WikiTheme.php:498
 msgid "yesterday"
 msgstr "昨天"
 
-#: ../lib/WikiTheme.php:470 ../lib/WikiTheme.php:472
+#: ../lib/WikiTheme.php:519 ../lib/WikiTheme.php:521
 #, fuzzy, php-format
 msgid "Owner: %s"
 msgstr "擁有者"
 
-#: ../lib/WikiTheme.php:485 ../lib/WikiTheme.php:487 ../lib/diff.php:261
-#: ../lib/plugin/Diff.php:76
+#: ../lib/WikiTheme.php:534 ../lib/WikiTheme.php:536 ../lib/diff.php:261
+#: ../lib/plugin/Diff.php:69
 #, php-format
 msgid "by %s"
 msgstr "被 %s"
 
-#: ../lib/WikiTheme.php:579
+#: ../lib/WikiTheme.php:628
 #, php-format
 msgid "Empty link to: %s"
 msgstr "沒有連結到: %s"
 
-#: ../lib/WikiTheme.php:594 ../themes/MacOSX/themeinfo.php:71
+#: ../lib/WikiTheme.php:643 ../themes/MacOSX/themeinfo.php:78
 #, php-format
 msgid "Create: %s"
 msgstr "建立: %s"
 
-#: ../lib/WikiTheme.php:613
+#: ../lib/WikiTheme.php:662
 #, php-format
 msgid "Google:%s"
 msgstr ""
 
-#: ../lib/WikiTheme.php:638
+#: ../lib/WikiTheme.php:687
 #, php-format
 msgid "'%s': Bad page name"
 msgstr "'%s': 錯誤的頁面名稱"
 
-#: ../lib/WikiTheme.php:986 ../lib/plugin/WatchPage.php:89
+#: ../lib/WikiTheme.php:1037 ../lib/plugin/WatchPage.php:88
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:60
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/blog/templates/actionbar.tmpl:19 ../themes/blog/themeinfo.php:67
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit"
 msgstr "編輯"
 
-#: ../lib/WikiTheme.php:987 ../lib/plugin/Diff.php:37
-#: ../themes/blog/themeinfo.php:61
+#: ../lib/WikiTheme.php:1038 ../lib/plugin/Diff.php:36
+#: ../themes/blog/themeinfo.php:68
 msgid "Diff"
 msgstr "差異"
 
-#: ../lib/WikiTheme.php:988 ../themes/Crao/templates/signin.tmpl:14
+#: ../lib/WikiTheme.php:1039 ../themes/Crao/templates/signin.tmpl:14
 #: ../themes/Crao/templates/signin.tmpl:30
-#: ../themes/Sidebar/templates/signin.tmpl:15
-#: ../themes/Sidebar/templates/signin.tmpl:29
 #: ../themes/Wordpress/templates/signin.tmpl:17
 #: ../themes/Wordpress/templates/signin.tmpl:33
 #: ../themes/default/templates/signin.tmpl:16
@@ -1063,112 +1069,120 @@
 msgid "Sign Out"
 msgstr "簽出"
 
-#: ../lib/WikiTheme.php:989 ../lib/WikiUser.php:228 ../lib/WikiUserNew.php:503
-#: ../themes/Crao/templates/signin.tmpl:53
-#: ../themes/default/templates/login.tmpl:80
+#: ../lib/WikiTheme.php:1040 ../lib/WikiUser.php:228
+#: ../lib/WikiUserNew.php:505 ../themes/Crao/templates/signin.tmpl:53
+#: ../themes/default/templates/login.tmpl:92
 #: ../themes/smaller/templates/signin.tmpl:54
 msgid "Sign In"
 msgstr "簽入"
 
-#: ../lib/WikiTheme.php:990 ../themes/MacOSX/themeinfo.php:133
+#: ../lib/WikiTheme.php:1041
+#, fuzzy
+msgid "Rename Page"
+msgstr "移除頁面"
+
+#: ../lib/WikiTheme.php:1042 ../themes/MacOSX/themeinfo.php:140
 msgid "Lock Page"
 msgstr "鎖定頁面"
 
-#: ../lib/WikiTheme.php:991 ../themes/MacOSX/themeinfo.php:134
+#: ../lib/WikiTheme.php:1043 ../themes/MacOSX/themeinfo.php:141
 msgid "Unlock Page"
 msgstr "解除鎖定頁面"
 
-#: ../lib/WikiTheme.php:992 ../lib/removepage.php:22 ../lib/removepage.php:59
+#: ../lib/WikiTheme.php:1044 ../lib/removepage.php:22 ../lib/removepage.php:56
 msgid "Remove Page"
 msgstr "移除頁面"
 
-#: ../lib/WikiTheme.php:1158
+#: ../lib/WikiTheme.php:1045 ../lib/purgepage.php:22 ../lib/purgepage.php:56
+#, fuzzy
+msgid "Purge Page"
+msgstr "沒有頁面被變更."
+
+#: ../lib/WikiTheme.php:1215
 msgid ""
 "Some action(page) wanted to add more headers, but they were already printed."
 msgstr ""
 
-#: ../lib/WikiTheme.php:1234 ../themes/Hawaiian/themeinfo.php:28
-#: ../themes/MacOSX/themeinfo.php:102 ../themes/MonoBook/themeinfo.php:128
-#: ../themes/Portland/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:40
-#: ../themes/SpaceWiki/themeinfo.php:42 ../themes/Wordpress/themeinfo.php:60
-#: ../themes/shamino_com/themeinfo.php:54 ../themes/wikilens/themeinfo.php:26
+#: ../lib/WikiTheme.php:1312 ../themes/Hawaiian/themeinfo.php:34
+#: ../themes/MacOSX/themeinfo.php:109 ../themes/MonoBook/themeinfo.php:135
+#: ../themes/Portland/themeinfo.php:65 ../themes/Sidebar/themeinfo.php:118
+#: ../themes/SpaceWiki/themeinfo.php:48 ../themes/Wordpress/themeinfo.php:67
+#: ../themes/shamino_com/themeinfo.php:61 ../themes/wikilens/themeinfo.php:33
 msgid "Printer"
 msgstr "印表機"
 
-#: ../lib/WikiTheme.php:1235 ../themes/MacOSX/themeinfo.php:103
-#: ../themes/MonoBook/themeinfo.php:129 ../themes/shamino_com/themeinfo.php:55
-#: ../themes/wikilens/themeinfo.php:27
+#: ../lib/WikiTheme.php:1313 ../themes/MacOSX/themeinfo.php:110
+#: ../themes/MonoBook/themeinfo.php:136 ../themes/shamino_com/themeinfo.php:62
+#: ../themes/wikilens/themeinfo.php:34
 msgid "Top & bottom toolbars"
 msgstr "Top & bottom 工具列"
 
-#: ../lib/WikiTheme.php:1236 ../themes/Hawaiian/themeinfo.php:29
-#: ../themes/MonoBook/themeinfo.php:130 ../themes/Portland/themeinfo.php:59
-#: ../themes/Sidebar/themeinfo.php:41 ../themes/SpaceWiki/themeinfo.php:43
-#: ../themes/Wordpress/themeinfo.php:61 ../themes/shamino_com/themeinfo.php:56
-#: ../themes/wikilens/themeinfo.php:28
+#: ../lib/WikiTheme.php:1314 ../themes/Hawaiian/themeinfo.php:35
+#: ../themes/MonoBook/themeinfo.php:137 ../themes/Portland/themeinfo.php:66
+#: ../themes/Sidebar/themeinfo.php:119 ../themes/SpaceWiki/themeinfo.php:49
+#: ../themes/Wordpress/themeinfo.php:68 ../themes/shamino_com/themeinfo.php:63
+#: ../themes/wikilens/themeinfo.php:35
 msgid "Modern"
 msgstr "Modern"
 
-#: ../lib/WikiTheme.php:1383 ../lib/main.php:1116
-#: ../lib/plugin/RecentChanges.php:772 ../lib/plugin/TitleSearch.php:43
-#: ../themes/Crao/templates/navbar.tmpl:4
-#: ../themes/Crao/templates/navbar.tmpl:8
-#: ../themes/Crao/templates/navbar.tmpl:51
-#: ../themes/MonoBook/templates/navbar.tmpl:33
+#: ../lib/WikiTheme.php:1482 ../lib/main.php:1112
+#: ../lib/plugin/RecentChanges.php:809 ../lib/plugin/TitleSearch.php:44
+#: ../themes/Crao/templates/navbar.tmpl:5
+#: ../themes/Crao/templates/navbar.tmpl:9
+#: ../themes/Crao/templates/navbar.tmpl:52
+#: ../themes/MonoBook/templates/navbar.tmpl:34
+#: ../themes/Sidebar/templates/search.tmpl:12
 #: ../themes/default/templates/search.tmpl:3
 #: ../themes/default/templates/search.tmpl:9
 #: ../themes/default/templates/search.tmpl:33
 #: ../themes/shamino_com/templates/top.tmpl:18
-#: ../themes/smaller/templates/navbar.tmpl:4
+#: ../themes/smaller/templates/navbar.tmpl:5
 msgid "TitleSearch"
 msgstr "標題搜索"
 
-#: ../lib/WikiTheme.php:1435 ../lib/WikiUser.php:478
+#: ../lib/WikiTheme.php:1537 ../lib/WikiUser.php:478
 #: ../lib/plugin/Calendar.php:41 ../lib/plugin/Calendar.php:45
-#: ../themes/Crao/templates/head.tmpl:89
-#: ../themes/Crao/templates/navbar.tmpl:28
-#: ../themes/Sidebar/templates/body.tmpl:21
-#: ../themes/Sidebar/templates/body.tmpl:26
-#: ../themes/Wordpress/templates/actionbar.tmpl:32
+#: ../themes/Crao/templates/head.tmpl:90
+#: ../themes/Crao/templates/navbar.tmpl:29
+#: ../themes/Wordpress/templates/actionbar.tmpl:34
 #: ../themes/blog/templates/sidebar.tmpl:16
 #: ../themes/default/templates/head.tmpl:98
 #: ../themes/default/templates/homepage.tmpl:15
 #: ../themes/default/templates/navbar.tmpl:32
-#: ../themes/gforge/templates/head.tmpl:96
 #: ../themes/wikilens/templates/head.tmpl:89
 #: ../themes/wikilens/templates/navbar.tmpl:25
 msgid "Calendar"
 msgstr "月曆"
 
-#: ../lib/WikiTheme.php:1710
+#: ../lib/WikiTheme.php:1816
 #, fuzzy, php-format
 msgid "Plugin %s: undefined"
 msgstr "Plugin %s 失敗."
 
-#: ../lib/WikiTheme.php:1733
+#: ../lib/WikiTheme.php:1839
 msgid "Related Links"
 msgstr "相關連結"
 
-#: ../lib/WikiTheme.php:1754
+#: ../lib/WikiTheme.php:1860
 msgid "External Links"
 msgstr "外部連結"
 
 #: ../lib/WikiUser.php:195 ../lib/WikiUser.php:275
 #: ../lib/WikiUser/AdoDb.php:31 ../lib/WikiUser/AdoDb.php:188
 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58
-#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:124
+#: ../lib/WikiUser/IMAP.php:18 ../lib/WikiUser/LDAP.php:125
 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:30
 #: ../lib/WikiUser/PdoDb.php:105 ../lib/WikiUser/PearDb.php:27
-#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:610
+#: ../lib/WikiUser/PearDb.php:117 ../lib/WikiUserNew.php:615
 #, fuzzy
 msgid "Invalid username."
 msgstr "錯誤的 acl"
 
-#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:651
+#: ../lib/WikiUser.php:199 ../lib/WikiUserNew.php:657
 msgid "Invalid password or userid."
 msgstr "錯誤的密碼或使用者帳號."
 
-#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:667
+#: ../lib/WikiUser.php:201 ../lib/WikiUserNew.php:673
 msgid "Insufficient permissions."
 msgstr "權限不足."
 
@@ -1197,8 +1211,8 @@
 msgid "CategoryHomepage"
 msgstr "分類首頁"
 
-#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/WikiUser.php:488 ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/default/templates/navbar.tmpl:27
 #: ../themes/shamino_com/templates/top.tmpl:28
 #: ../themes/wikilens/templates/navbar.tmpl:23
@@ -1228,6 +1242,20 @@
 msgid "Either %s is missing or DATABASE_TYPE != '%s'"
 msgstr ""
 
+#: ../lib/WikiUser/Facebook.php:22 ../lib/WikiUser/Facebook.php:61
+msgid "The PECL openssl extension cannot be loaded. Facebook AUTH ignored."
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:34
+#, php-format
+msgid "Facebook connect failed with %d %s"
+msgstr ""
+
+#: ../lib/WikiUser/Facebook.php:43
+#, php-format
+msgid "Facebook login failed with %d %s"
+msgstr ""
+
 #: ../lib/WikiUser/IMAP.php:36
 msgid "Unable to connect to IMAP server "
 msgstr "無法連結到 IMAP 伺服器"
@@ -1237,29 +1265,34 @@
 msgid "Unable to bind LDAP server %s using %s %s"
 msgstr "無法連結到 LDAP 伺服器 %s"
 
-#: ../lib/WikiUser/LDAP.php:135
+#: ../lib/WikiUser/LDAP.php:136
 msgid "Empty password not allowed for LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:149
+#: ../lib/WikiUser/LDAP.php:150
 msgid "Could not search in LDAP"
 msgstr ""
 
-#: ../lib/WikiUser/LDAP.php:156
+#: ../lib/WikiUser/LDAP.php:157
 #, fuzzy
 msgid "User not found in LDAP"
 msgstr "%s 找不到."
 
-#: ../lib/WikiUser/LDAP.php:191
+#: ../lib/WikiUser/LDAP.php:192
 #, fuzzy
 msgid "Wrong password: "
 msgstr "錯誤的密碼.再試一次."
 
-#: ../lib/WikiUser/LDAP.php:197
+#: ../lib/WikiUser/LDAP.php:198
 #, fuzzy, php-format
 msgid "Could not connect to LDAP host %s"
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
+#: ../lib/WikiUser/LDAP.php:209
+#, fuzzy, php-format
+msgid "Invalid username '%s' for LDAP Auth"
+msgstr "錯誤的 acl"
+
 #: ../lib/WikiUser/POP3.php:61
 #, fuzzy, php-format
 msgid "Couldn't connect to %s"
@@ -1292,29 +1325,29 @@
 msgid "Given password ignored."
 msgstr "錯誤的密碼或使用者帳號."
 
-#: ../lib/WikiUserNew.php:430
+#: ../lib/WikiUserNew.php:432
 msgid ""
 "Automatically created user homepage to be able to store UserPreferences."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:649
+#: ../lib/WikiUserNew.php:655
 #, fuzzy
 msgid "Invalid password."
 msgstr "錯誤的密碼或使用者帳號."
 
-#: ../lib/WikiUserNew.php:713
+#: ../lib/WikiUserNew.php:719
 msgid "Empty Preferences or format of UserPreferences cookie not recognised."
 msgstr "空的偏好設定或 UserPreferences cookie 格式無法辨認."
 
-#: ../lib/WikiUserNew.php:717
+#: ../lib/WikiUserNew.php:723
 msgid "Default preferences will be used."
 msgstr "預設偏好設定將被使用."
 
-#: ../lib/WikiUserNew.php:1287
+#: ../lib/WikiUserNew.php:1293
 msgid "The length of the password is shorter than the system policy allows."
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1313
+#: ../lib/WikiUserNew.php:1319
 msgid ""
 "The length of the stored password is shorter than the system policy allows. "
 "Sorry, you cannot login.\n"
@@ -1323,11 +1356,11 @@
 "密碼長度小於系統原則所允許的長度. 抱歉,你無法登入. \n"
 " 你必須詢問系統管理者以重設密碼."
 
-#: ../lib/WikiUserNew.php:1328
+#: ../lib/WikiUserNew.php:1334
 msgid "The crypt function is not available in this version of PHP."
 msgstr "此版本的 PHP 沒有 crypt 函數."
 
-#: ../lib/WikiUserNew.php:1329
+#: ../lib/WikiUserNew.php:1335
 #, fuzzy
 msgid ""
 "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably "
@@ -1335,16 +1368,16 @@
 msgstr ""
 "請在 index.php 中設定 ENCRYPTED_PASSWD 為 false 或許也要變更 ADMIN_PASSWD."
 
-#: ../lib/WikiUserNew.php:1342
+#: ../lib/WikiUserNew.php:1348
 #, fuzzy
 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini."
 msgstr "請在 index.php 中設定 ENCRYPTED_PASSWD 為 true."
 
-#: ../lib/WikiUserNew.php:1755 ../lib/plugin/WikiAdminUtils.php:114
+#: ../lib/WikiUserNew.php:1770 ../lib/plugin/WikiAdminUtils.php:111
 msgid "Email Verification"
 msgstr "Email é©—è­‰."
 
-#: ../lib/WikiUserNew.php:1756
+#: ../lib/WikiUserNew.php:1771
 #, fuzzy, php-format
 msgid ""
 "Welcome to %s!\n"
@@ -1356,12 +1389,12 @@
 " 你的 email 帳號已經確認並且將會被用來寄送頁面變更通知. \n"
 " 參閱 %s"
 
-#: ../lib/WikiUserNew.php:1816
+#: ../lib/WikiUserNew.php:1842
 #, php-format
 msgid "E-Mail address '%s' is not properly formatted"
 msgstr ""
 
-#: ../lib/WikiUserNew.php:1820
+#: ../lib/WikiUserNew.php:1846
 #, php-format
 msgid "E-Mail address '%s' is properly formatted"
 msgstr ""
@@ -1417,7 +1450,7 @@
 msgid "Warning: This Wikiwyg editor has only Beta quality!"
 msgstr ""
 
-#: ../lib/XmlElement.php:486 ../lib/stdlib.php:1446
+#: ../lib/XmlElement.php:491 ../lib/stdlib.php:1532
 #, php-format
 msgid "Can't mix '%s' with '%s' type format strings"
 msgstr "無法混合 '%s' 和 '%s' 型態的格式字串."
@@ -1426,98 +1459,113 @@
 msgid "xml-rpc change"
 msgstr ""
 
-#: ../lib/diff.php:258 ../lib/plugin/Diff.php:73
+#: ../lib/diff.php:258 ../lib/plugin/Diff.php:66
 #, php-format
 msgid "version %s"
 msgstr "版本 %s"
 
-#: ../lib/diff.php:265 ../lib/plugin/Diff.php:78
+#: ../lib/diff.php:265 ../lib/plugin/Diff.php:71
 #: ../lib/wikilens/PageListColumns.php:357
 msgid "None"
 msgstr "ç„¡"
 
-#: ../lib/diff.php:288 ../lib/plugin/Diff.php:95
-#: ../lib/plugin/PageHistory.php:336 ../lib/plugin/PageInfo.php:59
+#: ../lib/diff.php:288 ../lib/plugin/Diff.php:94
+#: ../lib/plugin/PageHistory.php:329 ../lib/plugin/PageInfo.php:54
 #, php-format
 msgid "I'm sorry, there is no such page as %s."
 msgstr "抱歉,這裡沒有任何被命名為 %s 的頁面."
 
-#: ../lib/diff.php:291 ../lib/diff.php:396
+#: ../lib/diff.php:291 ../lib/diff.php:398
 #, php-format
 msgid "Diff: %s"
 msgstr "差異: %s"
 
-#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:103
-#: ../lib/plugin/Diff.php:113
+#: ../lib/diff.php:298 ../lib/diff.php:308 ../lib/plugin/Diff.php:102
+#: ../lib/plugin/Diff.php:112
 #, php-format
 msgid "version %d"
 msgstr "版本 %d"
 
-#: ../lib/diff.php:302 ../lib/plugin/Diff.php:107
+#: ../lib/diff.php:302 ../lib/plugin/Diff.php:106
 msgid "current version"
 msgstr "目前版本"
 
-#: ../lib/diff.php:319 ../lib/plugin/Diff.php:124
+#: ../lib/diff.php:319 ../lib/plugin/Diff.php:123
 msgid "revision by previous author"
 msgstr "上位作者的修訂"
 
-#: ../lib/diff.php:325 ../lib/plugin/Diff.php:130
+#: ../lib/diff.php:325 ../lib/plugin/Diff.php:129
 msgid "previous revision"
 msgstr "上一次修訂"
 
-#: ../lib/diff.php:335 ../lib/plugin/Diff.php:140
+#: ../lib/diff.php:335 ../lib/plugin/Diff.php:139
 msgid "predecessor to the previous major change"
 msgstr "上次主要變更的原始文件"
 
-#: ../lib/diff.php:346 ../lib/plugin/Diff.php:150
+#: ../lib/diff.php:346 ../lib/plugin/Diff.php:149
 #, php-format
 msgid "Differences between %s and %s of %s."
 msgstr "在 %s 與 %s 間的差異 - %s."
 
-#: ../lib/diff.php:349 ../lib/plugin/Diff.php:153
+#: ../lib/diff.php:349 ../lib/plugin/Diff.php:152
 msgid "Other diffs:"
 msgstr "其他差異:"
 
-#: ../lib/diff.php:350 ../lib/plugin/Diff.php:154
+#: ../lib/diff.php:350 ../lib/plugin/Diff.php:153
 msgid "Previous Major Revision"
 msgstr "上一次主要修訂"
 
-#: ../lib/diff.php:351 ../lib/plugin/Diff.php:155
+#: ../lib/diff.php:351 ../lib/plugin/Diff.php:154
 msgid "Previous Revision"
 msgstr "上一次修訂"
 
-#: ../lib/diff.php:352 ../lib/plugin/Diff.php:156
+#: ../lib/diff.php:352 ../lib/plugin/Diff.php:155
 msgid "Previous Author"
 msgstr "上一次做此更動的作者"
 
-#: ../lib/diff.php:368 ../lib/plugin/Diff.php:173
+#: ../lib/diff.php:368 ../lib/plugin/Diff.php:172
 msgid "Newer page:"
 msgstr "較新的頁面:"
 
-#: ../lib/diff.php:370 ../lib/plugin/Diff.php:175
+#: ../lib/diff.php:370 ../lib/plugin/Diff.php:174
 msgid "Older page:"
 msgstr "較舊的頁面:"
 
-#: ../lib/diff.php:378 ../lib/editpage.php:499 ../lib/plugin/Diff.php:183
-msgid "Versions are identical"
+#: ../lib/diff.php:378 ../lib/plugin/Diff.php:182
+#, fuzzy
+msgid "Content of versions "
+msgstr "版本 %d"
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+msgid " and "
+msgstr ""
+
+#: ../lib/diff.php:379 ../lib/plugin/Diff.php:183
+#, fuzzy
+msgid " is identical."
 msgstr "版本相同"
 
+#: ../lib/diff.php:384 ../lib/plugin/Diff.php:188
+#, fuzzy
+msgid "Version "
+msgstr "版本"
+
+#: ../lib/diff.php:385 ../lib/plugin/Diff.php:189
+msgid " was created because: "
+msgstr ""
+
 # This entry is important for French punctuation rules which stipulate
 # a space before each colon.
-#: ../lib/display.php:54 ../lib/display.php:270
-#: ../lib/plugin/HelloWorld.php:70 ../lib/plugin/PageGroup.php:102
-#: ../lib/plugin/PageGroup.php:166 ../lib/plugin/PageGroup.php:177
-#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageGroup.php:200
-#: ../lib/plugin/PageHistory.php:238 ../lib/plugin/UnfoldSubpages.php:140
-#: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/logo.tmpl:2
-#: ../themes/Portland/templates/body.tmpl:8
-#: ../themes/Sidebar/templates/frame-header.tmpl:16
-#: ../themes/Sidebar/templates/top.tmpl:10
-#: ../themes/Wordpress/templates/body.tmpl:13
+#: ../lib/display.php:55 ../lib/display.php:321
+#: ../lib/plugin/HelloWorld.php:65 ../lib/plugin/PageGroup.php:159
+#: ../lib/plugin/PageGroup.php:170 ../lib/plugin/PageGroup.php:186
+#: ../lib/plugin/PageGroup.php:193 ../lib/plugin/PageHistory.php:236
+#: ../lib/plugin/UnfoldSubpages.php:154 ../themes/Crao/templates/head.tmpl:47
+#: ../themes/MonoBook/templates/logo.tmpl:5
+#: ../themes/Portland/templates/body.tmpl:9
+#: ../themes/Wordpress/templates/body.tmpl:15
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/default/templates/top.tmpl:11
-#: ../themes/gforge/templates/head.tmpl:53
 #: ../themes/shamino_com/templates/top.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 #: ../themes/wikilens/templates/top.tmpl:11
@@ -1525,184 +1573,204 @@
 msgid "%s: %s"
 msgstr "%s: %s"
 
-#: ../lib/display.php:83 ../lib/display.php:163 ../lib/display.php:356
+#: ../lib/display.php:86 ../lib/display.php:187 ../lib/display.php:433
 #: ../lib/plugin/LinkDatabase.php:42
 #, fuzzy
 msgid "LinkDatabase"
 msgstr "資料庫"
 
-#: ../lib/display.php:207 ../lib/display.php:214
-#: ../lib/plugin/BackLinks.php:31 ../lib/plugin/_WikiTranslation.php:53
-#: ../themes/Crao/templates/navbar.tmpl:17
-#: ../themes/Sidebar/templates/navbar.tmpl:25
+#: ../lib/display.php:258 ../lib/display.php:265
+#: ../lib/plugin/BackLinks.php:29 ../lib/plugin/_WikiTranslation.php:53
+#: ../themes/Crao/templates/navbar.tmpl:18
 #: ../themes/blog/templates/navbar.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:16
+#: ../themes/smaller/templates/navbar.tmpl:17
 #: ../themes/wikilens/templates/navbar.tmpl:22
 msgid "BackLinks"
 msgstr "BackLinks"
 
-#: ../lib/display.php:210 ../lib/display.php:217
+#: ../lib/display.php:261 ../lib/display.php:268
 #, php-format
 msgid "BackLinks for %s"
 msgstr "向後連結: %s"
 
-#: ../lib/display.php:225
+#: ../lib/display.php:276
 #, php-format
 msgid "(Redirected from %s)"
 msgstr "(已從 %s 重導向)"
 
-#: ../lib/display.php:299 ../themes/Crao/templates/head.tmpl:70
+#: ../lib/display.php:351 ../themes/Crao/templates/head.tmpl:70
 #: ../themes/Crao/templates/head.tmpl:71
 #: ../themes/default/templates/head.tmpl:78
 #: ../themes/default/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:76
-#: ../themes/gforge/templates/head.tmpl:77
 #: ../themes/wikilens/templates/head.tmpl:68
 #: ../themes/wikilens/templates/head.tmpl:69
 msgid "SandBox"
 msgstr "SandBox"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:559
+#: ../lib/editpage.php:163 ../lib/editpage.php:586
 msgid "Your version"
 msgstr "你的版本"
 
-#: ../lib/editpage.php:162 ../lib/editpage.php:560
+#: ../lib/editpage.php:163 ../lib/editpage.php:587
 msgid "Other version"
 msgstr "其他版本"
 
-#: ../lib/editpage.php:173
+#: ../lib/editpage.php:174
 msgid "Some internal editing error"
 msgstr ""
 
-#: ../lib/editpage.php:174
+#: ../lib/editpage.php:175
 #, fuzzy
 msgid ""
 "Your are probably trying to edit/create an invalid version of this page."
 msgstr "你正在查看此頁面的較舊修訂."
 
-#: ../lib/editpage.php:175
+#: ../lib/editpage.php:176
 msgid "&version=-1 might help."
 msgstr ""
 
-#: ../lib/editpage.php:194
+#: ../lib/editpage.php:195
 #, php-format
 msgid "Edit: %s"
 msgstr "編輯: %s"
 
-#: ../lib/editpage.php:232
+#: ../lib/editpage.php:233
 #, php-format
 msgid "View Source: %s"
 msgstr "查看源碼: %s"
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:251
 msgid "Page now locked."
 msgstr "頁面已被鎖定."
 
-#: ../lib/editpage.php:246
+#: ../lib/editpage.php:252
 msgid "Page now unlocked."
 msgstr "頁面已被解鎖定."
 
-#: ../lib/editpage.php:353
+#: ../lib/editpage.php:259
+#, fuzzy
+msgid "Page now public."
+msgstr "頁面已被解鎖定."
+
+#: ../lib/editpage.php:260
+#, fuzzy
+msgid "Page now not-public."
+msgstr "頁面已被解鎖定."
+
+#: ../lib/editpage.php:269
+#, fuzzy
+msgid "Page now external."
+msgstr "頁面已被解鎖定."
+
+#: ../lib/editpage.php:270
+#, fuzzy
+msgid "Page now not-external."
+msgstr "頁面已被解鎖定."
+
+#: ../lib/editpage.php:379
 #, php-format
 msgid "Saved: %s"
 msgstr "已存於: %s"
 
-#: ../lib/editpage.php:406
+#: ../lib/editpage.php:433
 #, fuzzy
 msgid "Too many external links."
 msgstr "外部連結"
 
-#: ../lib/editpage.php:419
+#: ../lib/editpage.php:446
 msgid "SpamAssassin reports: "
 msgstr ""
 
-#: ../lib/editpage.php:446
+#: ../lib/editpage.php:473
 msgid "External links contain blocked domains:"
 msgstr ""
 
-#: ../lib/editpage.php:447
+#: ../lib/editpage.php:474
 #, fuzzy, php-format
 msgid "%s is listed at %s with %s"
 msgstr "%s 個頁面連結到 %s:"
 
-#: ../lib/editpage.php:471
+#: ../lib/editpage.php:498
 msgid "Spam Prevention"
 msgstr ""
 
-#: ../lib/editpage.php:472
+#: ../lib/editpage.php:499
 msgid "This page edit seems to contain spam and was therefore not saved."
 msgstr ""
 
-#: ../lib/editpage.php:474 ../lib/editpage.php:535
+#: ../lib/editpage.php:501 ../lib/editpage.php:562
 msgid "Sorry for the inconvenience."
 msgstr "抱歉造成你的不便."
 
-#: ../lib/editpage.php:532 ../themes/MacOSX/themeinfo.php:135
+#: ../lib/editpage.php:526
+msgid "Versions are identical"
+msgstr "版本相同"
+
+#: ../lib/editpage.php:559 ../themes/MacOSX/themeinfo.php:142
 msgid "Page Locked"
 msgstr "頁面已被鎖定"
 
-#: ../lib/editpage.php:533
+#: ../lib/editpage.php:560
 msgid ""
 "This page has been locked by the administrator so your changes can not be "
 "saved."
 msgstr "此頁面已被管理者鎖定,所以你的更動無法儲存."
 
-#: ../lib/editpage.php:534
+#: ../lib/editpage.php:561
 msgid ""
 "(Copy your changes to the clipboard. You can try editing a different page or "
 "save your text in a text editor.)"
 msgstr ""
 "(複製你的更動到剪貼簿中. 你可以試著編輯另一個不同的頁面或存到文字編輯器中.)"
 
-#: ../lib/editpage.php:543 ../lib/editpage.php:544 ../lib/main.php:783
-#: ../lib/main.php:1152 ../lib/plugin/ModeratedPage.php:41
-#: ../lib/plugin/ModeratedPage.php:149 ../lib/plugin/ModeratedPage.php:219
-#: ../lib/plugin/ModeratedPage.php:259 ../lib/plugin/ModeratedPage.php:262
-#: ../lib/plugin/ModeratedPage.php:264 ../lib/plugin/ModeratedPage.php:266
-#: ../lib/plugin/ModeratedPage.php:350 ../lib/plugin/ModeratedPage.php:354
-#: ../lib/plugin/ModeratedPage.php:409 ../lib/plugin/ModeratedPage.php:434
+#: ../lib/editpage.php:570 ../lib/editpage.php:571 ../lib/main.php:789
+#: ../lib/main.php:1148 ../lib/plugin/ModeratedPage.php:42
+#: ../lib/plugin/ModeratedPage.php:146 ../lib/plugin/ModeratedPage.php:216
+#: ../lib/plugin/ModeratedPage.php:256 ../lib/plugin/ModeratedPage.php:259
+#: ../lib/plugin/ModeratedPage.php:261 ../lib/plugin/ModeratedPage.php:263
+#: ../lib/plugin/ModeratedPage.php:347 ../lib/plugin/ModeratedPage.php:351
+#: ../lib/plugin/ModeratedPage.php:406 ../lib/plugin/ModeratedPage.php:431
 #, fuzzy
 msgid "ModeratedPage"
 msgstr "CreatePage"
 
-#: ../lib/editpage.php:544
+#: ../lib/editpage.php:571
 #, php-format
 msgid ""
 "You can edit away, but your changes will have to be approved by the defined "
 "moderators at the definition in %s"
 msgstr ""
 
-#: ../lib/editpage.php:546 ../lib/plugin/PasswordReset.php:155
-#: ../lib/plugin/UserPreferences.php:38 ../lib/plugin/WatchPage.php:115
-#: ../lib/plugin/WatchPage.php:133 ../themes/Crao/templates/head.tmpl:85
-#: ../themes/Crao/templates/head.tmpl:86
-#: ../themes/Crao/templates/navbar.tmpl:23
-#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../lib/editpage.php:573 ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/UserPreferences.php:39 ../lib/plugin/WatchPage.php:122
+#: ../lib/plugin/WatchPage.php:142 ../themes/Crao/templates/head.tmpl:86
+#: ../themes/Crao/templates/head.tmpl:87
+#: ../themes/Crao/templates/navbar.tmpl:24
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#: ../themes/Sidebar/templates/navbar.tmpl:52
 #: ../themes/blog/templates/navbar.tmpl:17
 #: ../themes/default/templates/head.tmpl:94
 #: ../themes/default/templates/head.tmpl:95
 #: ../themes/default/templates/homepage.tmpl:11
 #: ../themes/default/templates/navbar.tmpl:27
-#: ../themes/gforge/templates/head.tmpl:92
-#: ../themes/gforge/templates/head.tmpl:93
-#: ../themes/gforge/templates/navbar.tmpl:25
+#: ../themes/gforge/templates/navbar.tmpl:23
 #: ../themes/shamino_com/templates/top.tmpl:28
-#: ../themes/smaller/templates/navbar.tmpl:22
+#: ../themes/smaller/templates/navbar.tmpl:23
 #: ../themes/wikilens/templates/head.tmpl:85
 #: ../themes/wikilens/templates/head.tmpl:86
 #: ../themes/wikilens/templates/navbar.tmpl:23
 msgid "UserPreferences"
 msgstr "UserPreferences"
 
-#: ../lib/editpage.php:545
+#: ../lib/editpage.php:572
 #, php-format
 msgid ""
 "The approval has a grace period of 5 days. If you have your E-Mail defined "
 "in your %s, you will get a notification of approval or rejection."
 msgstr ""
 
-#: ../lib/editpage.php:558 ../lib/editpage.php:906
+#: ../lib/editpage.php:585 ../lib/editpage.php:952
 #, php-format
 msgid ""
 "Some of the changes could not automatically be combined.  Please look for "
@@ -1712,21 +1780,21 @@
 "部份更動無法自動合併. 請搜尋以 '%s' 開頭並以 '%s' 結尾的部份.在儲存之前,你需"
 "要手動編輯這些部份."
 
-#: ../lib/editpage.php:562 ../lib/editpage.php:909
+#: ../lib/editpage.php:589 ../lib/editpage.php:955
 msgid "Please check it through before saving."
 msgstr "在儲存之前請再檢查一次."
 
-#: ../lib/editpage.php:573
+#: ../lib/editpage.php:600
 msgid "Conflicting Edits!"
 msgstr "發生衝突!"
 
-#: ../lib/editpage.php:574
+#: ../lib/editpage.php:601
 msgid ""
 "In the time since you started editing this page, another user has saved a "
 "new version of it."
 msgstr "從你上次修改這個頁面到現在的這段時間,已經有使用者儲存了較新的版本."
 
-#: ../lib/editpage.php:575
+#: ../lib/editpage.php:602
 msgid ""
 "Your changes can not be saved as they are, since doing so would overwrite "
 "the other author's changes. So, your changes and those of the other author "
@@ -1735,643 +1803,643 @@
 "無法儲存你所變更的部份,在你編輯的這段時間,已經有其他作者變更了.所以你所變更的"
 "部份已經和其他作者變更的部份合併.結果顯示在下面."
 
-#: ../lib/editpage.php:649 ../lib/plugin/HtmlConverter.php:71
+#: ../lib/editpage.php:676 ../lib/plugin/HtmlConverter.php:66
 #, fuzzy
 msgid "Convert"
 msgstr "內容"
 
-#: ../lib/editpage.php:674
+#: ../lib/editpage.php:716
 #, fuzzy
 msgid "Changes"
 msgstr "RecentChanges"
 
-#: ../lib/editpage.php:678 ../lib/plugin/UpLoad.php:158
-#: ../lib/plugin/UpLoad.php:163 ../lib/plugin/WikiForm.php:103
+#: ../lib/editpage.php:720 ../lib/plugin/UpLoad.php:162
+#: ../lib/plugin/UpLoad.php:167 ../lib/plugin/WikiForm.php:101
 msgid "Upload"
 msgstr "上傳"
 
-#: ../lib/editpage.php:681
+#: ../lib/editpage.php:723
 msgid "Spell Check"
 msgstr ""
 
-#: ../lib/editpage.php:704 ../themes/Portland/templates/editpage.tmpl:38
-#: ../themes/Wordpress/templates/editpage.tmpl:52
+#: ../lib/editpage.php:746 ../themes/Portland/templates/editpage.tmpl:39
+#: ../themes/Wordpress/templates/editpage.tmpl:53
 #, php-format
 msgid "Author will be logged as %s."
 msgstr "作者將登入為 %s."
 
-#: ../lib/editpage.php:861
+#: ../lib/editpage.php:907
 msgid "Keep old"
 msgstr ""
 
-#: ../lib/editpage.php:864
+#: ../lib/editpage.php:910
 msgid "Overwrite with new"
 msgstr ""
 
-#: ../lib/editpage.php:874
+#: ../lib/editpage.php:920
 #, php-format
 msgid "Merge and Edit: %s"
 msgstr "合併並離開: %s"
 
-#: ../lib/loadsave.php:72
+#: ../lib/loadsave.php:73
 msgid "ZIP files of database"
 msgstr ""
 
-#: ../lib/loadsave.php:73
+#: ../lib/loadsave.php:74
 #, fuzzy
 msgid "Dump to directory"
 msgstr "目錄 '%s'"
 
-#: ../lib/loadsave.php:74
+#: ../lib/loadsave.php:75
 #, fuzzy
 msgid "Upload File"
 msgstr "載入檔案"
 
-#: ../lib/loadsave.php:75 ../lib/plugin/WikiForm.php:70
+#: ../lib/loadsave.php:76 ../lib/plugin/WikiForm.php:68
 msgid "Load File"
 msgstr "載入檔案"
 
-#: ../lib/loadsave.php:76
+#: ../lib/loadsave.php:77
 #, fuzzy
 msgid "Upgrade"
 msgstr "上傳"
 
-#: ../lib/loadsave.php:78
+#: ../lib/loadsave.php:79
 #, fuzzy
 msgid "Dump pages as XHTML"
 msgstr "傾印頁面為 XHTML"
 
-#: ../lib/loadsave.php:97 ../lib/loadsave.php:98
+#: ../lib/loadsave.php:98 ../lib/loadsave.php:99
 #, fuzzy
 msgid "LoadDump"
 msgstr "PageDump"
 
-#: ../lib/loadsave.php:101
+#: ../lib/loadsave.php:102
 #, php-format
 msgid "PageChange Notification of %s sent to %s"
 msgstr "%s 的 PageChange 通知已送給 %s"
 
-#: ../lib/loadsave.php:104
+#: ../lib/loadsave.php:105
 #, php-format
 msgid "PageChange Notification Error: Couldn't send %s to %s"
 msgstr "PageChange 通知錯誤: 無法送 %s 給 %s"
 
-#: ../lib/loadsave.php:112
+#: ../lib/loadsave.php:113
 msgid "Complete."
 msgstr "完成"
 
-#: ../lib/loadsave.php:113
+#: ../lib/loadsave.php:114
 #, php-format
 msgid "Return to %s"
 msgstr "回到 %s"
 
-#: ../lib/loadsave.php:221
+#: ../lib/loadsave.php:229
 msgid "FullDump"
 msgstr "完整傾印"
 
-#: ../lib/loadsave.php:225
+#: ../lib/loadsave.php:233
 msgid "LatestSnapshot"
 msgstr "最新快照"
 
-#: ../lib/loadsave.php:297 ../lib/loadsave.php:424
+#: ../lib/loadsave.php:308 ../lib/loadsave.php:439
 msgid "You must specify a directory to dump to"
 msgstr "你必須指定目錄以進行傾印"
 
-#: ../lib/loadsave.php:302 ../lib/loadsave.php:429
+#: ../lib/loadsave.php:313 ../lib/loadsave.php:444
 #, php-format
 msgid "Cannot create directory '%s'"
 msgstr "無法建立目錄 '%s'"
 
-#: ../lib/loadsave.php:304 ../lib/loadsave.php:431
+#: ../lib/loadsave.php:315 ../lib/loadsave.php:446
 #, php-format
 msgid "Created directory '%s' for the page dump..."
 msgstr "為頁面傾印建立目錄 '%s'..."
 
-#: ../lib/loadsave.php:307 ../lib/loadsave.php:434
+#: ../lib/loadsave.php:318 ../lib/loadsave.php:449
 #, php-format
 msgid "Using directory '%s'"
 msgstr "使用目錄 '%s'"
 
-#: ../lib/loadsave.php:310 ../lib/loadsave.php:436
+#: ../lib/loadsave.php:321 ../lib/loadsave.php:451
 msgid "Dumping Pages"
 msgstr "傾印頁面中"
 
-#: ../lib/loadsave.php:342 ../lib/loadsave.php:605 ../lib/stdlib.php:946
+#: ../lib/loadsave.php:357 ../lib/loadsave.php:619 ../lib/stdlib.php:1029
 #, fuzzy
 msgid "Skipped."
 msgstr "跳過"
 
-#: ../lib/loadsave.php:350
+#: ../lib/loadsave.php:365
 #, php-format
 msgid "saved as %s"
 msgstr "存為 %s"
 
-#: ../lib/loadsave.php:360 ../lib/loadsave.php:675
-#: ../lib/plugin/text2png.php:228
+#: ../lib/loadsave.php:375 ../lib/loadsave.php:689
+#: ../lib/plugin/text2png.php:223
 #, php-format
 msgid "couldn't open file '%s' for writing"
 msgstr "無法寫入到 '%s'."
 
-#: ../lib/loadsave.php:366 ../lib/loadsave.php:685
+#: ../lib/loadsave.php:381 ../lib/loadsave.php:699
 #, php-format
 msgid "%s bytes written"
 msgstr "已寫入 %s bytes"
 
-#: ../lib/loadsave.php:659 ../lib/loadsave.php:738 ../lib/loadsave.php:773
-#: ../lib/loadsave.php:803
+#: ../lib/loadsave.php:673 ../lib/loadsave.php:750 ../lib/loadsave.php:785
+#: ../lib/loadsave.php:815
 #, php-format
 msgid "... copied to %s"
 msgstr "... 複製到 %s"
 
-#: ../lib/loadsave.php:662 ../lib/loadsave.php:740 ../lib/loadsave.php:775
-#: ../lib/loadsave.php:805
+#: ../lib/loadsave.php:676 ../lib/loadsave.php:752 ../lib/loadsave.php:787
+#: ../lib/loadsave.php:817
 #, fuzzy, php-format
 msgid "... not copied to %s"
 msgstr "... 複製到 %s"
 
-#: ../lib/loadsave.php:683
+#: ../lib/loadsave.php:697
 #, fuzzy
 msgid "saved as "
 msgstr "存為 %s"
 
-#: ../lib/loadsave.php:748 ../lib/loadsave.php:783 ../lib/loadsave.php:814
+#: ../lib/loadsave.php:760 ../lib/loadsave.php:795 ../lib/loadsave.php:826
 msgid "... not found"
 msgstr "... 沒找到"
 
-#: ../lib/loadsave.php:877
+#: ../lib/loadsave.php:889
 msgid "Empty pagename!"
 msgstr "空白的頁面名稱!"
 
-#: ../lib/loadsave.php:887
+#: ../lib/loadsave.php:899
 #, fuzzy
 msgid "Invalid pagename!"
 msgstr "錯誤的 acl"
 
-#: ../lib/loadsave.php:950
+#: ../lib/loadsave.php:962
 #, php-format
 msgid "from %s"
 msgstr "從 %s"
 
-#: ../lib/loadsave.php:965
+#: ../lib/loadsave.php:977
 msgid "has edit conflicts - overwriting anyway"
 msgstr "編輯衝突 - 無論如何都覆寫"
 
-#: ../lib/loadsave.php:974
+#: ../lib/loadsave.php:986
 msgid "keep old"
 msgstr ""
 
-#: ../lib/loadsave.php:976
+#: ../lib/loadsave.php:988
 msgid "has edit conflicts - skipped"
 msgstr "編輯衝突 - 跳過"
 
-#: ../lib/loadsave.php:988
+#: ../lib/loadsave.php:1000
 #, fuzzy, php-format
 msgid "content is identical to current version %d - no new revision created"
 msgstr "與目前版本 %d 相同 - 跳過"
 
-#: ../lib/loadsave.php:1002
+#: ../lib/loadsave.php:1014
 #, php-format
 msgid "- saved to database as version %d"
 msgstr "- 已經以版本 %d 存入資料庫中"
 
-#: ../lib/loadsave.php:1008 ../lib/loadsave.php:1278
+#: ../lib/loadsave.php:1020 ../lib/loadsave.php:1291
 #, php-format
 msgid "MIME file %s"
 msgstr "MIME 檔案 %s"
 
-#: ../lib/loadsave.php:1009 ../lib/loadsave.php:1289
+#: ../lib/loadsave.php:1021 ../lib/loadsave.php:1302
 #, php-format
 msgid "Serialized file %s"
 msgstr "Serialized 到檔案 %s"
 
-#: ../lib/loadsave.php:1010 ../lib/loadsave.php:1311
+#: ../lib/loadsave.php:1022 ../lib/loadsave.php:1324
 #, php-format
 msgid "plain file %s"
 msgstr "一般檔案 %s"
 
-#: ../lib/loadsave.php:1017 ../lib/plugin/SyncWiki.php:271
+#: ../lib/loadsave.php:1029 ../lib/plugin/SyncWiki.php:266
 msgid "Merge Edit"
 msgstr "合併編輯"
 
-#: ../lib/loadsave.php:1023
+#: ../lib/loadsave.php:1035
 msgid "Restore Anyway"
 msgstr "無論如何都回存"
 
-#: ../lib/loadsave.php:1031
+#: ../lib/loadsave.php:1043
 msgid "Overwrite All"
 msgstr ""
 
-#: ../lib/loadsave.php:1038
+#: ../lib/loadsave.php:1050
 msgid " Sorry, cannot merge."
 msgstr ""
 
-#: ../lib/loadsave.php:1058 ../lib/loadsave.php:1068 ../lib/loadsave.php:1075
-#: ../lib/loadsave.php:1082 ../themes/MonoBook/templates/actionbar.tmpl:60
-#: ../themes/Wordpress/templates/actionbar.tmpl:58
+#: ../lib/loadsave.php:1070 ../lib/loadsave.php:1080 ../lib/loadsave.php:1087
+#: ../lib/loadsave.php:1094 ../themes/MonoBook/templates/actionbar.tmpl:73
+#: ../themes/Sidebar/templates/actionbar.tmpl:47
+#: ../themes/Wordpress/templates/actionbar.tmpl:60
 #: ../themes/default/templates/actionbar.tmpl:31
 #: ../themes/gforge/templates/actionbar.tmpl:71
-#: ../themes/gforge/templates/userprefs.tmpl:260
+#: ../themes/gforge/templates/userprefs.tmpl:255
 #: ../themes/smaller/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "Revert"
 msgstr "重設"
 
-#: ../lib/loadsave.php:1059
+#: ../lib/loadsave.php:1071
 msgid "missing required version argument"
 msgstr ""
 
-#: ../lib/loadsave.php:1067
+#: ../lib/loadsave.php:1079
 #, fuzzy
 msgid "no page content"
 msgstr "下載頁面內容"
 
-#: ../lib/loadsave.php:1074
+#: ../lib/loadsave.php:1086
 #, fuzzy
 msgid "same version page"
 msgstr "使用者頁面"
 
-#: ../lib/loadsave.php:1081
+#: ../lib/loadsave.php:1093
 #, fuzzy
 msgid "Cancelled"
 msgstr "取消"
 
-#: ../lib/loadsave.php:1089
-msgid "Are you sure?"
-msgstr ""
-
-#: ../lib/loadsave.php:1095 ../lib/plugin/PasswordReset.php:103
-#: ../lib/plugin/PasswordReset.php:146 ../lib/plugin/UserPreferences.php:118
-#: ../lib/plugin/WatchPage.php:84 ../lib/plugin/WikiAdminChmod.php:146
-#: ../lib/plugin/WikiAdminChown.php:153 ../lib/plugin/WikiAdminMarkup.php:149
-#: ../lib/plugin/WikiAdminRemove.php:188 ../lib/plugin/WikiAdminRename.php:166
-#: ../lib/plugin/WikiAdminSearchReplace.php:186
-#: ../lib/plugin/WikiAdminSetAcl.php:180
+#: ../lib/loadsave.php:1105 ../lib/plugin/PasswordReset.php:102
+#: ../lib/plugin/PasswordReset.php:145 ../lib/plugin/UserPreferences.php:121
+#: ../lib/plugin/WatchPage.php:83 ../lib/plugin/WikiAdminChmod.php:142
+#: ../lib/plugin/WikiAdminChown.php:170 ../lib/plugin/WikiAdminMarkup.php:162
+#: ../lib/plugin/WikiAdminPurge.php:142 ../lib/plugin/WikiAdminRemove.php:196
+#: ../lib/plugin/WikiAdminRename.php:208
+#: ../lib/plugin/WikiAdminSearchReplace.php:188
+#: ../lib/plugin/WikiAdminSetAcl.php:199
+#: ../themes/default/templates/info.tmpl:134
 msgid "Yes"
 msgstr "是"
 
-#: ../lib/loadsave.php:1097 ../lib/plugin/PasswordReset.php:106
-#: ../lib/plugin/PasswordReset.php:149 ../lib/plugin/TranslateText.php:118
-#: ../lib/plugin/UserPreferences.php:120 ../lib/plugin/WatchPage.php:86
-#: ../lib/plugin/WatchPage.php:91 ../lib/plugin/WikiAdminChmod.php:159
-#: ../lib/plugin/WikiAdminChown.php:166 ../lib/plugin/WikiAdminMarkup.php:162
-#: ../lib/plugin/WikiAdminRemove.php:214 ../lib/plugin/WikiAdminRename.php:184
+#: ../lib/loadsave.php:1107 ../lib/plugin/PasswordReset.php:105
+#: ../lib/plugin/PasswordReset.php:148 ../lib/plugin/TranslateText.php:113
+#: ../lib/plugin/UserPreferences.php:123 ../lib/plugin/WatchPage.php:85
+#: ../lib/plugin/WatchPage.php:90 ../lib/plugin/WikiAdminChmod.php:155
+#: ../lib/plugin/WikiAdminChown.php:183 ../lib/plugin/WikiAdminMarkup.php:175
+#: ../lib/plugin/WikiAdminPurge.php:152 ../lib/plugin/WikiAdminRemove.php:218
+#: ../lib/plugin/WikiAdminRename.php:231
 #: ../lib/plugin/WikiAdminSearchReplace.php:200
-#: ../lib/plugin/WikiAdminSelect.php:218 ../lib/plugin/WikiAdminSelect.php:239
-#: ../lib/plugin/WikiAdminSetAcl.php:193 ../lib/plugin/WikiAdminUtils.php:294
-#: ../lib/plugin/WikiFormRich.php:310 ../lib/purgepage.php:23
-#: ../lib/removepage.php:23 ../lib/upgrade.php:812
-#: ../themes/default/templates/login.tmpl:82
-#: ../themes/default/templates/userprefs.tmpl:244
-#: ../themes/gforge/templates/userprefs.tmpl:372
+#: ../lib/plugin/WikiAdminSelect.php:148 ../lib/plugin/WikiAdminSetAcl.php:212
+#: ../lib/plugin/WikiAdminSetExternal.php:129
+#: ../lib/plugin/WikiAdminUtils.php:291 ../lib/plugin/WikiFormRich.php:306
+#: ../lib/purgepage.php:23 ../lib/removepage.php:23 ../lib/upgrade.php:790
+#: ../themes/default/templates/login.tmpl:94
+#: ../themes/default/templates/userprefs.tmpl:278
+#: ../themes/gforge/templates/userprefs.tmpl:369
 msgid "Cancel"
 msgstr "取消"
 
-#: ../lib/loadsave.php:1113
+#: ../lib/loadsave.php:1121
 #, fuzzy, php-format
 msgid "revert to version %d"
 msgstr "版本 %d"
 
-#: ../lib/loadsave.php:1118
+#: ../lib/loadsave.php:1127
 #, fuzzy, php-format
 msgid "Revert: %s"
 msgstr "重設"
 
-#: ../lib/loadsave.php:1119
+#: ../lib/loadsave.php:1128
 #, fuzzy, php-format
 msgid "- version %d saved to database as version %d"
 msgstr "- 已經以版本 %d 存入資料庫中"
 
-#: ../lib/loadsave.php:1147
+#: ../lib/loadsave.php:1156
 msgid "Default InterWiki map file not loaded."
 msgstr "預設 InterWiki map 檔案未能載入."
 
-#: ../lib/loadsave.php:1326 ../lib/loadsave.php:1339
+#: ../lib/loadsave.php:1339 ../lib/loadsave.php:1352
 msgid "Skipping"
 msgstr "跳過"
 
-#: ../lib/loadsave.php:1440
+#: ../lib/loadsave.php:1453
 #, php-format
 msgid "Empty or not existing source. Unable to load: %s"
 msgstr ""
 
-#: ../lib/loadsave.php:1447
+#: ../lib/loadsave.php:1460
 #, php-format
 msgid "Bad file type: %s"
 msgstr "錯誤的檔案型態: %s"
 
-#: ../lib/loadsave.php:1464
+#: ../lib/loadsave.php:1477
 #, php-format
 msgid "Loading '%s'"
 msgstr "載入 '%s'"
 
-#: ../lib/loadsave.php:1502
+#: ../lib/loadsave.php:1512
 msgid "Loading up virgin wiki"
 msgstr "載入原始 wiki"
 
-#: ../lib/loadsave.php:1550
+#: ../lib/loadsave.php:1568
 msgid "No uploaded file to upload?"
 msgstr "沒有要上傳的檔案?"
 
-#: ../lib/loadsave.php:1554
+#: ../lib/loadsave.php:1571
 #, php-format
 msgid "Uploading %s"
 msgstr "上傳中 %s"
 
-#: ../lib/main.php:467
+#: ../lib/main.php:472
 msgid "FORBIDDEN"
 msgstr ""
 
-#: ../lib/main.php:468 ../lib/main.php:478
+#: ../lib/main.php:473 ../lib/main.php:483
 msgid "ANON"
 msgstr ""
 
-#: ../lib/main.php:469
+#: ../lib/main.php:474
 msgid "BOGO"
 msgstr ""
 
-#: ../lib/main.php:470
+#: ../lib/main.php:475
 msgid "USER"
 msgstr ""
 
-#: ../lib/main.php:471
+#: ../lib/main.php:476
 msgid "ADMIN"
 msgstr ""
 
-#: ../lib/main.php:472
+#: ../lib/main.php:477
 msgid "UNOBTAINABLE"
 msgstr ""
 
-#: ../lib/main.php:500 ../lib/main.php:519
+#: ../lib/main.php:505 ../lib/main.php:524
 #, php-format
 msgid "%s is disallowed on this wiki."
 msgstr "在此 wiki 上, %s 是被禁止的."
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 #, fuzzy
 msgid "authenticated"
 msgstr "已認證的使用者"
 
-#: ../lib/main.php:508
+#: ../lib/main.php:513
 #, fuzzy
 msgid "not authenticated"
 msgstr "認證為 %s"
 
-#: ../lib/main.php:510
+#: ../lib/main.php:515
 #, fuzzy
 msgid "Missing PagePermission:"
 msgstr "個別頁面權限"
 
-#: ../lib/main.php:509
+#: ../lib/main.php:514
 #, fuzzy, php-format
 msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)."
 msgstr "在此 wiki 上, %s 是被禁止的."
 
-#: ../lib/main.php:527
+#: ../lib/main.php:532
 #, php-format
 msgid "You must sign in to %s."
 msgstr "你必須簽入才能 %s."
 
-#: ../lib/main.php:537
+#: ../lib/main.php:542
 #, php-format
 msgid "Access for you is forbidden to %s."
 msgstr ""
 
-#: ../lib/main.php:539 ../lib/plugin/PluginManager.php:65
+#: ../lib/main.php:544 ../lib/plugin/PluginManager.php:58
 #, php-format
 msgid "You must be an administrator to %s."
 msgstr "你必須是一個管理者才能 %s."
 
-#: ../lib/main.php:553
+#: ../lib/main.php:558
 msgid "view this page"
 msgstr "查看此頁面"
 
-#: ../lib/main.php:554
+#: ../lib/main.php:559
 msgid "diff this page"
 msgstr "比對此頁面"
 
-#: ../lib/main.php:555
+#: ../lib/main.php:560
 msgid "dump html pages"
 msgstr "傾印 html 頁面"
 
-#: ../lib/main.php:556
+#: ../lib/main.php:561
 msgid "dump serial pages"
 msgstr "傾印連續頁面"
 
-#: ../lib/main.php:557
+#: ../lib/main.php:562
 msgid "edit this page"
 msgstr "編輯此頁面"
 
-#: ../lib/main.php:558
+#: ../lib/main.php:563
 #, fuzzy
 msgid "rename this page"
 msgstr "建立此頁面"
 
-#: ../lib/main.php:559
+#: ../lib/main.php:564
 #, fuzzy
 msgid "revert to a previous version of this page"
 msgstr "你正在查看此頁面的較舊修訂."
 
-#: ../lib/main.php:560
+#: ../lib/main.php:565
 msgid "create this page"
 msgstr "建立此頁面"
 
-#: ../lib/main.php:561
+#: ../lib/main.php:566
 msgid "load files into this wiki"
 msgstr "載入檔案到此 wiki"
 
-#: ../lib/main.php:562
+#: ../lib/main.php:567
 msgid "lock this page"
 msgstr "鎖定此頁面"
 
-#: ../lib/main.php:563
+#: ../lib/main.php:568
 #, fuzzy
 msgid "purge this page"
 msgstr "建立此頁面"
 
-#: ../lib/main.php:564
+#: ../lib/main.php:569
 msgid "remove this page"
 msgstr "移除此頁面"
 
-#: ../lib/main.php:565
+#: ../lib/main.php:570
 msgid "unlock this page"
 msgstr "解除鎖定此頁面"
 
-#: ../lib/main.php:566
+#: ../lib/main.php:571
 msgid "upload a zip dump"
 msgstr "上傳 zip 傾印"
 
-#: ../lib/main.php:567
+#: ../lib/main.php:572
 msgid "verify the current action"
 msgstr "確認目前動作"
 
-#: ../lib/main.php:568
+#: ../lib/main.php:573
 msgid "view the source of this page"
 msgstr "查看此頁面源碼"
 
-#: ../lib/main.php:569
+#: ../lib/main.php:574
 msgid "access this wiki via XML-RPC"
 msgstr "透過 XML-RPC 存取此 wiki"
 
-#: ../lib/main.php:570
+#: ../lib/main.php:575
 #, fuzzy
 msgid "access this wiki via SOAP"
 msgstr "透過 XML-RPC 存取此 wiki"
 
-#: ../lib/main.php:571
+#: ../lib/main.php:576
 msgid "download a zip dump from this wiki"
 msgstr "從此 wiki 下載 zip dump"
 
-#: ../lib/main.php:572
+#: ../lib/main.php:577
 #, fuzzy
 msgid "download a html zip dump from this wiki"
 msgstr "從此 wiki 下載 html zip dump"
 
-#: ../lib/main.php:578
+#: ../lib/main.php:583
 #, fuzzy
 msgid "use"
 msgstr "AllUsers"
 
-#: ../lib/main.php:596
+#: ../lib/main.php:601
 msgid "Browsing pages"
 msgstr "瀏覽頁面"
 
-#: ../lib/main.php:597
+#: ../lib/main.php:602
 msgid "Diffing pages"
 msgstr "比對頁面差異"
 
-#: ../lib/main.php:598
+#: ../lib/main.php:603
 msgid "Dumping html pages"
 msgstr "傾印 html 頁面"
 
-#: ../lib/main.php:599
+#: ../lib/main.php:604
 msgid "Dumping serial pages"
 msgstr "傾印連續頁面"
 
-#: ../lib/main.php:600
+#: ../lib/main.php:605
 msgid "Editing pages"
 msgstr "編輯頁面"
 
-#: ../lib/main.php:601
+#: ../lib/main.php:606
 msgid "Reverting to a previous version of pages"
 msgstr ""
 
-#: ../lib/main.php:602
+#: ../lib/main.php:607
 msgid "Creating pages"
 msgstr "建立頁面"
 
-#: ../lib/main.php:603
+#: ../lib/main.php:608
 msgid "Loading files"
 msgstr "載入檔案"
 
-#: ../lib/main.php:604
+#: ../lib/main.php:609
 msgid "Locking pages"
 msgstr "鎖定頁面"
 
-#: ../lib/main.php:605
+#: ../lib/main.php:610
 #, fuzzy
 msgid "Purging pages"
 msgstr "瀏覽頁面"
 
-#: ../lib/main.php:606
+#: ../lib/main.php:611
 msgid "Removing pages"
 msgstr "移除頁面"
 
-#: ../lib/main.php:607
+#: ../lib/main.php:612
 msgid "Unlocking pages"
 msgstr "解除鎖定頁面"
 
-#: ../lib/main.php:608
+#: ../lib/main.php:613
 msgid "Uploading zip dumps"
 msgstr "上傳 zip dumps"
 
-#: ../lib/main.php:609
+#: ../lib/main.php:614
 msgid "Verify the current action"
 msgstr "確認目前動作"
 
-#: ../lib/main.php:610
+#: ../lib/main.php:615
 msgid "Viewing the source of pages"
 msgstr "查看頁面源碼"
 
-#: ../lib/main.php:611
+#: ../lib/main.php:616
 msgid "XML-RPC access"
 msgstr "XML-RPC 存取"
 
-#: ../lib/main.php:612
+#: ../lib/main.php:617
 #, fuzzy
 msgid "SOAP access"
 msgstr "XML-RPC 存取"
 
-#: ../lib/main.php:613
+#: ../lib/main.php:618
 msgid "Downloading zip dumps"
 msgstr "下載 zip dumps"
 
-#: ../lib/main.php:614
+#: ../lib/main.php:619
 msgid "Downloading html zip dumps"
 msgstr "下載 html zip dumps"
 
-#: ../lib/main.php:770
+#: ../lib/main.php:776
 #, php-format
 msgid "%s: action forwarded to a moderator."
 msgstr ""
 
-#: ../lib/main.php:773
+#: ../lib/main.php:779
 msgid "This action requires moderator approval. Please be patient."
 msgstr ""
 
-#: ../lib/main.php:778
+#: ../lib/main.php:784
 msgid "You must wait for moderator approval."
 msgstr ""
 
-#: ../lib/main.php:799 ../lib/plugin/ModeratedPage.php:311
+#: ../lib/main.php:805 ../lib/plugin/ModeratedPage.php:308
 #, php-format
 msgid "%s: Bad action"
 msgstr "%s: 錯誤的動作"
 
-#: ../lib/main.php:816
+#: ../lib/main.php:822
 msgid "Fatal PhpWiki Error"
 msgstr "致命的 PhpWiki 錯誤"
 
-#: ../lib/main.php:1073 ../lib/plugin/WikiAdminChown.php:183
+#: ../lib/main.php:1069
 #, fuzzy
 msgid "Chown"
 msgstr "Chmod"
 
-#: ../lib/main.php:1077 ../lib/plugin/WikiAdminSetAcl.php:187
+#: ../lib/main.php:1073
 msgid "SetAcl"
 msgstr "SetAcl"
 
-#: ../lib/main.php:1085 ../lib/main.php:1090 ../lib/plugin/PageDump.php:36
-#: ../themes/Crao/templates/actionbar.tmpl:28
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
-#: ../themes/Wordpress/templates/actionbar.tmpl:76
+#: ../lib/main.php:1081 ../lib/main.php:1086 ../lib/plugin/PageDump.php:56
+#: ../themes/Crao/templates/actionbar.tmpl:32
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
+#: ../themes/Sidebar/templates/actionbar.tmpl:61
+#: ../themes/Wordpress/templates/actionbar.tmpl:78
 #: ../themes/default/templates/actionbar.tmpl:40
-#: ../themes/gforge/templates/info.tmpl:11
-#: ../themes/shamino_com/templates/actionbar.tmpl:22
+#: ../themes/shamino_com/templates/actionbar.tmpl:24
 #: ../themes/smaller/templates/actionbar.tmpl:41
-#: ../themes/smaller/templates/info.tmpl:11
+#: ../themes/smaller/templates/info.tmpl:14
 msgid "PageDump"
 msgstr "PageDump"
 
-#: ../lib/main.php:1108 ../lib/plugin/FullTextSearch.php:45
-#: ../lib/plugin/WantedPagesOld.php:134
+#: ../lib/main.php:1104 ../lib/plugin/FullTextSearch.php:46
+#: ../lib/plugin/WantedPagesOld.php:126
 msgid "FullTextSearch"
 msgstr "FullTextSearch"
 
-#: ../lib/main.php:1294
+#: ../lib/main.php:1287
 msgid "The session.save_path directory"
 msgstr "session.save_path 目錄"
 
-#: ../lib/main.php:1297
+#: ../lib/main.php:1290
 #, fuzzy, php-format
 msgid "the session.save_path directory '%s'"
 msgstr "session.save_path 目錄"
 
-#: ../lib/main.php:1301
+#: ../lib/main.php:1294
 #, php-format
 msgid "Attempting to use the directory '%s' instead."
 msgstr "試圖改用目錄 '%s'."
 
-#: ../lib/main.php:1308
+#: ../lib/main.php:1301
 msgid "Users will not be able to sign in."
 msgstr "使用者將無法簽入."
 
@@ -2384,29 +2452,29 @@
 msgid "Show and add comments for %s"
 msgstr "顯示並對 %s 發表意見"
 
-#: ../lib/plugin/AddComment.php:78 ../lib/plugin/WikiForum.php:76
+#: ../lib/plugin/AddComment.php:73 ../lib/plugin/WikiForum.php:71
 msgid "No pagename specified"
 msgstr "沒有指定頁面名稱"
 
-#: ../lib/plugin/AddComment.php:103
+#: ../lib/plugin/AddComment.php:98
 msgid "Click to hide the comments"
 msgstr ""
 
-#: ../lib/plugin/AddComment.php:106
+#: ../lib/plugin/AddComment.php:101
 #, fuzzy
 msgid "Click to display all comments"
 msgstr "點擊以顯示"
 
-#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:430
-#: ../lib/plugin/CreateToc.php:451
+#: ../lib/plugin/AddComment.php:106 ../lib/plugin/CreateToc.php:466
 msgid "Click to display"
 msgstr "點擊以顯示"
 
-#: ../lib/plugin/AddComment.php:113
+#: ../lib/plugin/AddComment.php:108
 msgid "Comments"
 msgstr "意見"
 
 #: ../lib/plugin/AllPages.php:34 ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/Sidebar/templates/navbar.tmpl:69
 msgid "AllPages"
 msgstr "AllPages"
 
@@ -2414,27 +2482,32 @@
 msgid "List all pages in this wiki."
 msgstr "在此 wiki 列出所有頁面."
 
-#: ../lib/plugin/AllPages.php:71
-#, fuzzy, php-format
-msgid "All pages in this wiki (%d total):"
+#: ../lib/plugin/AllPages.php:69
+#, fuzzy
+msgid "All pages in this wiki ({total} total):"
 msgstr "在此 wiki 中的頁面 (共 %d):"
 
-#: ../lib/plugin/AllPages.php:77 ../lib/plugin/LinkDatabase.php:84
+#: ../lib/plugin/AllPages.php:75
+#, fuzzy
+msgid "List of user-created pages ({total} total):"
+msgstr "%s 所需要的頁面 (共 %d):"
+
+#: ../lib/plugin/AllPages.php:81
 #, fuzzy, php-format
-msgid "List of pages owned by [%s] (%d total):"
+msgid "List of pages owned by [%s] ({total} total):"
 msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/AllPages.php:89 ../lib/plugin/LinkDatabase.php:91
-#, php-format
-msgid "List of pages last edited by [%s] (%d total):"
-msgstr ""
+#: ../lib/plugin/AllPages.php:92
+#, fuzzy, php-format
+msgid "List of pages last edited by [%s] ({total} total):"
+msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/AllPages.php:101 ../lib/plugin/LinkDatabase.php:98
+#: ../lib/plugin/AllPages.php:103
 #, fuzzy, php-format
-msgid "List of pages created by [%s] (%d total):"
+msgid "List of pages created by [%s] ({total} total):"
 msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/AllPages.php:133 ../lib/plugin/AllUsers.php:105
+#: ../lib/plugin/AllPages.php:134 ../lib/plugin/AllUsers.php:102
 #, php-format
 msgid "Elapsed time: %s s"
 msgstr "經過時間: %s s"
@@ -2448,7 +2521,7 @@
 msgid "List all once authenticated users."
 msgstr "已認證的使用者"
 
-#: ../lib/plugin/AllUsers.php:83
+#: ../lib/plugin/AllUsers.php:80
 #, php-format
 msgid "Authenticated users on this wiki (%d total):"
 msgstr "在此 wiki 上被確認的使用者 (共 %d):"
@@ -2530,7 +2603,7 @@
 msgid "hours"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:503
+#: ../lib/plugin/AnalyseAccessLogSql.php:233 ../lib/plugin/VisualWiki.php:498
 msgid "days"
 msgstr "天"
 
@@ -2547,26 +2620,26 @@
 msgid "Show summary information from the access log table."
 msgstr "顯示目前使用者 session 的摘要資訊."
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:269
+#: ../lib/plugin/AnalyseAccessLogSql.php:264
 msgid "The requested information is available only to Administrators."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:272
+#: ../lib/plugin/AnalyseAccessLogSql.php:267
 msgid "The SQL_ACCESS_LOG is not enabled."
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:283
+#: ../lib/plugin/AnalyseAccessLogSql.php:278
 #, php-format
 msgid "Unrecognised parameter 'mode=%s'"
 msgstr ""
 
-#: ../lib/plugin/AnalyseAccessLogSql.php:302
-#: ../lib/plugin/SemanticSearch.php:408 ../lib/plugin/WatchPage.php:57
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/AnalyseAccessLogSql.php:297
+#: ../lib/plugin/SemanticSearch.php:411 ../lib/plugin/WatchPage.php:57
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<empty>"
 msgstr "<空白>"
 
-#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:84
+#: ../lib/plugin/AppendText.php:37 ../lib/plugin/AppendText.php:79
 #, fuzzy
 msgid "AppendText"
 msgstr "Appearance"
@@ -2576,35 +2649,35 @@
 msgid "Append text to any page in this wiki."
 msgstr "在此 wiki 的所有頁面搜尋標題."
 
-#: ../lib/plugin/AppendText.php:61
+#: ../lib/plugin/AppendText.php:56
 msgid "Appending at the end."
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:94
+#: ../lib/plugin/AppendText.php:89
 #, php-format
 msgid "Page could not be updated. %s doesn't exist!\n"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:128
+#: ../lib/plugin/AppendText.php:123
 #, php-format
 msgid "AppendText to %s"
 msgstr ""
 
-#: ../lib/plugin/AppendText.php:130
+#: ../lib/plugin/AppendText.php:125
 #, fuzzy
 msgid "Page successfully updated."
 msgstr "檔案已經成功地上傳."
 
-#: ../lib/plugin/AppendText.php:147
+#: ../lib/plugin/AppendText.php:142
 #, php-format
 msgid "Go to %s."
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:44
+#: ../lib/plugin/AsciiMath.php:49
 msgid "AsciiMath"
 msgstr ""
 
-#: ../lib/plugin/AsciiMath.php:48
+#: ../lib/plugin/AsciiMath.php:53
 msgid "Render ASCII Math as MathML"
 msgstr ""
 
@@ -2616,15 +2689,16 @@
 msgid "Render inline ASCII SVG"
 msgstr ""
 
-#: ../lib/plugin/AuthorHistory.php:70
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
-#: ../themes/MonoBook/templates/info.tmpl:168
-#: ../themes/blog/templates/info.tmpl:3
-#: ../themes/smaller/templates/info.tmpl:7
+#: ../lib/plugin/AuthorHistory.php:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
+#: ../themes/MonoBook/templates/info.tmpl:187
+#: ../themes/Sidebar/templates/actionbar.tmpl:57
+#: ../themes/blog/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:10
 msgid "AuthorHistory"
 msgstr "作者歷程"
 
-#: ../lib/plugin/AuthorHistory.php:74
+#: ../lib/plugin/AuthorHistory.php:69
 #, php-format
 msgid ""
 "List all page revisions edited by one user with diff links, or show a "
@@ -2633,133 +2707,133 @@
 "列出所有被使用者編輯的頁面修訂,並帶有差異連結,或顯示像是頁面歷程的單一頁面列"
 "表."
 
-#: ../lib/plugin/AuthorHistory.php:124 ../lib/plugin/AuthorHistory.php:177
+#: ../lib/plugin/AuthorHistory.php:112 ../lib/plugin/AuthorHistory.php:155
 msgid "Minor"
 msgstr "次要"
 
-#: ../lib/plugin/AuthorHistory.php:125
-#: ../themes/MonoBook/templates/info.tmpl:77
-#: ../themes/default/templates/info.tmpl:69
+#: ../lib/plugin/AuthorHistory.php:113
+#: ../themes/MonoBook/templates/info.tmpl:78
+#: ../themes/default/templates/info.tmpl:63
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Author"
 msgstr "作者"
 
-#: ../lib/plugin/AuthorHistory.php:126 ../lib/plugin/AuthorHistory.php:178
-#: ../themes/Crao/templates/editpage.tmpl:48
-#: ../themes/MonoBook/templates/info.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:36
-#: ../themes/Wordpress/templates/editpage.tmpl:46
-#: ../themes/default/templates/editpage.tmpl:50
-#: ../themes/default/templates/info.tmpl:70
-#: ../themes/gforge/templates/editpage.tmpl:50
+#: ../lib/plugin/AuthorHistory.php:114 ../lib/plugin/AuthorHistory.php:156
+#: ../themes/Crao/templates/editpage.tmpl:49
+#: ../themes/MonoBook/templates/info.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:37
+#: ../themes/Wordpress/templates/editpage.tmpl:47
+#: ../themes/default/templates/editpage.tmpl:51
+#: ../themes/default/templates/info.tmpl:64
+#: ../themes/gforge/templates/editpage.tmpl:42
 msgid "Summary"
 msgstr "摘要"
 
-#: ../lib/plugin/AuthorHistory.php:127 ../lib/plugin/AuthorHistory.php:179
+#: ../lib/plugin/AuthorHistory.php:115 ../lib/plugin/AuthorHistory.php:157
 msgid "Modified"
 msgstr "已變更"
 
-#: ../lib/plugin/AuthorHistory.php:156
+#: ../lib/plugin/AuthorHistory.php:144
 #, php-format
 msgid "History of all major and minor edits by %s to page %s."
 msgstr "所有被 %s 修改的主要和次要修訂歷程 - 頁面 %s."
 
-#: ../lib/plugin/AuthorHistory.php:218
+#: ../lib/plugin/AuthorHistory.php:191
 #, php-format
 msgid "History of all major and minor modifications for any page edited by %s."
 msgstr "被 %s 修改的所有頁面的主要與次要變更歷程."
 
-#: ../lib/plugin/BackLinks.php:35
+#: ../lib/plugin/BackLinks.php:33
 #, php-format
 msgid "List all pages which link to %s."
 msgstr "列出所有連結到 %s 的頁面."
 
-#: ../lib/plugin/BackLinks.php:73 ../lib/plugin/ListPages.php:122
-#: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89
+#: ../lib/plugin/BackLinks.php:67 ../lib/plugin/ListPages.php:118
+#: ../lib/plugin/ListPages.php:121 ../lib/plugin/ListSubpages.php:84
 msgid "#"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:126
+#: ../lib/plugin/BackLinks.php:120
 #, php-format
 msgid "No other page links to %s yet."
 msgstr "沒有頁面連結到 %s."
 
-#: ../lib/plugin/BackLinks.php:129
+#: ../lib/plugin/BackLinks.php:123
 #, php-format
 msgid "One page would link to %s:"
 msgstr "有個頁面可能連結到 %s:"
 
-#: ../lib/plugin/BackLinks.php:138
+#: ../lib/plugin/BackLinks.php:132
 #, php-format
 msgid "%s pages would link to %s:"
 msgstr "%s 個頁面可能連結到 %s:"
 
-#: ../lib/plugin/BackLinks.php:147 ../lib/plugin/SemanticSearch.php:130
+#: ../lib/plugin/BackLinks.php:141 ../lib/plugin/SemanticSearch.php:127
 #: ../lib/plugin/SemanticSearch.php:206
 msgid "AND"
 msgstr ""
 
-#: ../lib/plugin/BackLinks.php:153
+#: ../lib/plugin/BackLinks.php:147
 #, php-format
 msgid "No page links to %s."
 msgstr "沒有頁面連結到 %s."
 
-#: ../lib/plugin/BackLinks.php:158
+#: ../lib/plugin/BackLinks.php:152
 #, php-format
 msgid "One page links to %s:"
 msgstr "一個頁面連結到 %s:"
 
-#: ../lib/plugin/BackLinks.php:168
+#: ../lib/plugin/BackLinks.php:162
 #, fuzzy
 msgid "Those"
 msgstr "佈景主題"
 
-#: ../lib/plugin/BackLinks.php:167
+#: ../lib/plugin/BackLinks.php:161
 #, php-format
 msgid "%s pages link to %s:"
 msgstr "%s 個頁面連結到 %s:"
 
-#: ../lib/plugin/BackLinks.php:176
+#: ../lib/plugin/BackLinks.php:170
 msgid "More..."
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134
+#: ../lib/plugin/BlogArchives.php:39 ../lib/plugin/BlogArchives.php:144
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "Archives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:28
+#: ../lib/plugin/BlogArchives.php:43
 msgid "List blog months links for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:88
+#: ../lib/plugin/BlogArchives.php:98 ../lib/plugin/BlogJournal.php:99
 #, php-format
 msgid "Blog Entries for %s:"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:96
+#: ../lib/plugin/BlogArchives.php:106
 #: ../themes/blog/templates/actionbar.tmpl:11
 msgid "BlogArchives"
 msgstr ""
 
-#: ../lib/plugin/BlogArchives.php:122
+#: ../lib/plugin/BlogArchives.php:132
 msgid "Blog Archives:"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:22
+#: ../lib/plugin/BlogJournal.php:38
 msgid "BlogJournal"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:26
+#: ../lib/plugin/BlogJournal.php:42
 msgid "Include latest blog entries for the current or ADMIN user"
 msgstr ""
 
-#: ../lib/plugin/BlogJournal.php:84
+#: ../lib/plugin/BlogJournal.php:95
 #, fuzzy
 msgid "New entry"
 msgstr "新意見."
 
-#: ../lib/plugin/BlogJournal.php:86
+#: ../lib/plugin/BlogJournal.php:97
 msgid "No Blog Entries"
 msgstr ""
 
@@ -2767,20 +2841,20 @@
 msgid "A simple plugin for <div class=boxright> with wikimarkup"
 msgstr ""
 
-#: ../lib/plugin/Calendar.php:95
+#: ../lib/plugin/Calendar.php:90
 msgid "Previous Month"
 msgstr "上個月"
 
-#: ../lib/plugin/Calendar.php:99
+#: ../lib/plugin/Calendar.php:94
 msgid "Next Month"
 msgstr "下個月"
 
-#: ../lib/plugin/Calendar.php:132
+#: ../lib/plugin/Calendar.php:127
 #, fuzzy
 msgid "Wk"
 msgstr "寬"
 
-#: ../lib/plugin/Calendar.php:173 ../lib/plugin/CalendarList.php:143
+#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:138
 #, php-format
 msgid "Edit %s"
 msgstr "編輯 %s"
@@ -2797,11 +2871,19 @@
 msgid "Create a Wiki page."
 msgstr "建立 Wiki 頁面"
 
-#: ../lib/plugin/Comment.php:22
+#: ../lib/plugin/Chart.php:50
+msgid "Chart"
+msgstr ""
+
+#: ../lib/plugin/Chart.php:54
+msgid "Render SVG charts"
+msgstr ""
+
+#: ../lib/plugin/Comment.php:43
 msgid "Comment"
 msgstr "意見"
 
-#: ../lib/plugin/Comment.php:26
+#: ../lib/plugin/Comment.php:47
 msgid "Embed hidden comments in WikiPages."
 msgstr "在 Wiki頁面嵌入隱藏意見."
 
@@ -2814,9 +2896,9 @@
 msgid "Automatically create a Bibtex file from linked pages"
 msgstr ""
 
-#: ../lib/plugin/CreateBib.php:121 ../lib/plugin/CreateToc.php:355
-#: ../lib/plugin/IncludePage.php:80 ../lib/plugin/RateIt.php:272
-#: ../lib/plugin/Template.php:113
+#: ../lib/plugin/CreateBib.php:116 ../lib/plugin/CreateToc.php:375
+#: ../lib/plugin/IncludePage.php:77 ../lib/plugin/RateIt.php:209
+#: ../lib/plugin/Template.php:107
 msgid "no page specified"
 msgstr "沒有指定頁面"
 
@@ -2828,54 +2910,109 @@
 msgid "Create a Wiki page by the provided name."
 msgstr "以提供的名稱建立 Wiki 頁面."
 
-#: ../lib/plugin/CreatePage.php:70
+#: ../lib/plugin/CreatePage.php:66
 #, fuzzy
 msgid "Cannot create page with empty name!"
 msgstr "無法建立目錄 '%s'"
 
-#: ../lib/plugin/CreatePage.php:98
+#: ../lib/plugin/CreatePage.php:70
+#, fuzzy
+msgid "CreatePage failed"
+msgstr "CreatePage"
+
+#: ../lib/plugin/CreatePage.php:72 ../lib/plugin/CreatePage.php:74
+#, fuzzy, php-format
+msgid "Do you really want to create the page '%s'?"
+msgstr "你確定你想要永久更名選定的檔案?"
+
+#: ../lib/plugin/CreatePage.php:79 ../lib/plugin/CreatePage.php:83
+msgid "The new page you want to create will be a subpage."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:80
+msgid "Subpages cannot be created unless the parent page exists."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:87
+msgid ""
+"Subpages with ending space are not allowed as directory name on Windows."
+msgstr ""
+
+#: ../lib/plugin/CreatePage.php:116
 #, php-format
 msgid "%s already exists"
 msgstr "%s 已經存在"
 
-#: ../lib/plugin/CreatePage.php:114
+#: ../lib/plugin/CreatePage.php:132
 msgid "Created by CreatePage"
 msgstr "由 CreatePage 建立"
 
-#: ../lib/plugin/CreateToc.php:46
+#: ../lib/plugin/CreateToc.php:48
 msgid "CreateToc"
 msgstr "CreateToc"
 
-#: ../lib/plugin/CreateToc.php:50
+#: ../lib/plugin/CreateToc.php:52
 msgid "Create a Table of Contents and automatically link to headers"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:369
-msgid "CreateToc disabled for old markup"
+#: ../lib/plugin/CreateToc.php:387 ../lib/plugin/Diff.php:86
+#: ../lib/plugin/PageDump.php:85
+#, php-format
+msgid "Illegal access to page %s: no read access"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:426
-msgid "Click to hide the TOC"
+#: ../lib/plugin/CreateToc.php:396
+msgid "CreateToc disabled for old markup"
 msgstr ""
 
-#: ../lib/plugin/CreateToc.php:443
+#: ../lib/plugin/CreateToc.php:458
 #, fuzzy
 msgid "Click to display to TOC"
 msgstr "點擊以顯示"
 
-#: ../lib/plugin/DeadEndPages.php:24
+#: ../lib/plugin/CurrentTime.php:57
 #, fuzzy
+msgid "CurrentTime"
+msgstr "目前佈景主題"
+
+#: ../lib/plugin/CurrentTime.php:61
+msgid "A simple plugin that displays current time and date"
+msgstr ""
+
+#: ../lib/plugin/DeadEndPages.php:31
+#, fuzzy
 msgid "DeadEndPages"
 msgstr "WantedPages"
 
-#: ../lib/plugin/Diff.php:41
+#: ../lib/plugin/Diff.php:40
 msgid "Display differences between revisions"
 msgstr "顯示修訂間的差異"
 
-#: ../lib/plugin/Diff.php:53
-msgid "World"
-msgstr "World"
+#: ../lib/plugin/DynamicIncludePage.php:35
+#, fuzzy
+msgid "DynamicIncludePage"
+msgstr "含括頁面"
 
+#: ../lib/plugin/DynamicIncludePage.php:39
+#, fuzzy
+msgid "Dynamicly include text from another wiki page."
+msgstr "從其他 wiki 頁面含括文字."
+
+#: ../lib/plugin/DynamicIncludePage.php:59
+#: ../lib/plugin/DynamicIncludePage.php:83
+#, fuzzy, php-format
+msgid " %s :"
+msgstr "%s b"
+
+#: ../lib/plugin/DynamicIncludePage.php:78
+#: ../lib/plugin/DynamicIncludePage.php:79
+#: ../lib/plugin/NewPagesPerUser.php:109 ../lib/plugin/NewPagesPerUser.php:110
+#: ../lib/plugin/RecentChanges.php:1363 ../lib/plugin/RecentChanges.php:1364
+#: ../themes/Sidebar/themeinfo.php:58 ../themes/Sidebar/themeinfo.php:59
+#, fuzzy
+msgid "Click to hide/show"
+msgstr "點擊進行排序"
+
 #: ../lib/plugin/EditMetaData.php:48 ../lib/plugin/_WikiTranslation.php:61
 msgid "EditMetaData"
 msgstr "編輯中繼資料"
@@ -2885,12 +3022,12 @@
 msgid "Edit metadata for %s"
 msgstr "為 %s 編輯中繼資料"
 
-#: ../lib/plugin/EditMetaData.php:132
+#: ../lib/plugin/EditMetaData.php:127
 #, fuzzy, php-format
 msgid "No metadata for %s"
 msgstr "為 %s 編輯中繼資料"
 
-#: ../lib/plugin/EditMetaData.php:146
+#: ../lib/plugin/EditMetaData.php:141
 #, fuzzy
 msgid ""
 "Add or change a page-level metadata 'key=>value' pair. Note that you can "
@@ -2899,11 +3036,11 @@
 "加入或變更頁面層級的中繼資料 'key=>value'. 注意,移除時直接將 value 設為空白即"
 "可."
 
-#: ../lib/plugin/EditMetaData.php:149 ../lib/upgrade.php:810
+#: ../lib/plugin/EditMetaData.php:144 ../lib/upgrade.php:788
 msgid "Submit"
 msgstr "送出"
 
-#: ../lib/plugin/EditMetaData.php:164
+#: ../lib/plugin/EditMetaData.php:159
 msgid "Requires WikiAdmin privileges to edit."
 msgstr "需要 WikiAdmin 權限方能編輯."
 
@@ -2915,70 +3052,75 @@
 msgid "Redirects to an external web site based on form input"
 msgstr "以表單輸入方式重導向到另外一個外部站台"
 
-#: ../lib/plugin/ExternalSearch.php:140 ../lib/plugin/PhotoAlbum.php:479
+#: ../lib/plugin/ExternalSearch.php:135 ../lib/plugin/PhotoAlbum.php:478
 #, fuzzy, php-format
 msgid "Invalid argument: %s=%s"
 msgstr "錯誤的顏色值: %s"
 
-#: ../lib/plugin/FileInfo.php:39
+#: ../lib/plugin/FileInfo.php:40
 #, fuzzy
 msgid "FileInfo"
 msgstr "Info"
 
-#: ../lib/plugin/FileInfo.php:43
-msgid "Display file information like version,size,date,... of uploaded files."
+#: ../lib/plugin/FileInfo.php:44
+msgid "Display file information like version, size, date... of uploaded files."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:65 ../lib/plugin/FileInfo.php:67
-#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/SyncWiki.php:75
-#: ../lib/plugin/WikiFormRich.php:177 ../lib/plugin/WikiFormRich.php:193
+#: ../lib/plugin/FileInfo.php:61 ../lib/plugin/FileInfo.php:63
+#: ../lib/plugin/PageGroup.php:98 ../lib/plugin/SyncWiki.php:70
+#: ../lib/plugin/WikiFormRich.php:173 ../lib/plugin/WikiFormRich.php:189
 #, php-format
 msgid "A required argument '%s' is missing."
 msgstr "缺少引數 '%s'."
 
-#: ../lib/plugin/FileInfo.php:93
+#: ../lib/plugin/FileInfo.php:76
+#, fuzzy, php-format
+msgid "File '%s' not found."
+msgstr "%s 找不到."
+
+#: ../lib/plugin/FileInfo.php:90
 msgid ""
 "Output suppressed. FileInfoPlugin with local files require a locked page."
 msgstr ""
 
-#: ../lib/plugin/FileInfo.php:94
+#: ../lib/plugin/FileInfo.php:91
 #, fuzzy
 msgid "page not locked"
 msgstr "頁面已被鎖定."
 
-#: ../lib/plugin/FoafViewer.php:52
+#: ../lib/plugin/FoafViewer.php:69
 msgid "FoafViewer"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:56
+#: ../lib/plugin/FoafViewer.php:73
 msgid "Parse an RDF FOAF file and extract information to render as HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:84
+#: ../lib/plugin/FoafViewer.php:96
 msgid "required pear library XML/FOAF/Parser.php not found in include_path"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:90
+#: ../lib/plugin/FoafViewer.php:102
 msgid "FOAF File URI"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:94
+#: ../lib/plugin/FoafViewer.php:106
 msgid "Pretty HTML"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:96
+#: ../lib/plugin/FoafViewer.php:108
 msgid "Original URL (Redirect)"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:98
+#: ../lib/plugin/FoafViewer.php:110
 msgid "Parse FOAF"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:107
+#: ../lib/plugin/FoafViewer.php:119
 msgid "foaf must be a URI starting with http://"
 msgstr ""
 
-#: ../lib/plugin/FoafViewer.php:130
+#: ../lib/plugin/FoafViewer.php:142
 #, fuzzy
 msgid "Title"
 msgstr "標題搜索"
@@ -2992,93 +3134,98 @@
 "Displays a url in a seperate frame inside our body. Only one frame allowed."
 msgstr "在內容的分離框架中顯示 url. 只能放一個框架."
 
-#: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/Template.php:119
+#: ../lib/plugin/FrameInclude.php:88 ../lib/plugin/Template.php:122
 #, php-format
 msgid "recursive inclusion of page %s"
 msgstr "遞迴含括頁面 %s"
 
-#: ../lib/plugin/FrameInclude.php:99 ../lib/plugin/RedirectTo.php:92
+#: ../lib/plugin/FrameInclude.php:94
 #, php-format
 msgid "%s or %s parameter missing"
 msgstr "%s 或 %s 參數遺漏"
 
-#: ../lib/plugin/FrameInclude.php:105 ../lib/plugin/Transclude.php:91
+#: ../lib/plugin/FrameInclude.php:100 ../lib/plugin/Transclude.php:88
 #, php-format
 msgid "recursive inclusion of url %s"
 msgstr "遞迴含括 url %s"
 
-#: ../lib/plugin/FrameInclude.php:112 ../lib/plugin/SemanticSearch.php:284
-#: ../lib/plugin/TeX2png.php:216 ../lib/plugin/text2png.php:87
-#: ../lib/plugin/text2png.php:173
+#: ../lib/plugin/FrameInclude.php:107 ../lib/plugin/SemanticSearch.php:287
+#: ../lib/plugin/TeX2png.php:228 ../lib/plugin/text2png.php:82
+#: ../lib/plugin/text2png.php:168
 #, php-format
 msgid "See %s"
 msgstr "參照 %s"
 
-#: ../lib/plugin/FullTextSearch.php:49
+#: ../lib/plugin/FullTextSearch.php:50
 msgid "Search the content of all pages in this wiki."
 msgstr "在此 wiki 所有頁面中搜尋內容."
 
-#: ../lib/plugin/FullTextSearch.php:90 ../lib/plugin/FullTextSearch.php:125
+#: ../lib/plugin/FullTextSearch.php:88 ../lib/plugin/FullTextSearch.php:123
 #, php-format
 msgid "Full text search results for '%s'"
 msgstr "以 '%s' 全文搜尋的結果"
 
-#: ../lib/plugin/FullTextSearch.php:115
+#: ../lib/plugin/FullTextSearch.php:113
 #, php-format
 msgid "only %d pages displayed"
 msgstr "只有 %d 個頁面顯示出來"
 
-#: ../lib/plugin/FullTextSearch.php:120
+#: ../lib/plugin/FullTextSearch.php:118
 #, php-format
 msgid "Ignored stoplist words '%s'"
 msgstr ""
 
-#: ../lib/plugin/FullTextSearch.php:165 ../lib/plugin/WantedPages.php:174
+#: ../lib/plugin/FullTextSearch.php:163 ../lib/plugin/WantedPages.php:171
 #, fuzzy, php-format
 msgid "(%d Links)"
 msgstr "BackLinks"
 
-#: ../lib/plugin/FuzzyPages.php:40
+#: ../lib/plugin/FuzzyPages.php:39
 msgid "FuzzyPages"
 msgstr "FuzzyPages"
 
-#: ../lib/plugin/FuzzyPages.php:44
+#: ../lib/plugin/FuzzyPages.php:43
 #, php-format
 msgid "Search for page titles similar to %s."
 msgstr "搜尋與 %s 相似的頁面標題"
 
-#: ../lib/plugin/FuzzyPages.php:102
+#: ../lib/plugin/FuzzyPages.php:96
 #, php-format
 msgid "These page titles match fuzzy with '%s'"
 msgstr "這些頁面標題與 '%s' 有點接近"
 
-#: ../lib/plugin/FuzzyPages.php:107
+#: ../lib/plugin/FuzzyPages.php:101
 msgid "Name"
 msgstr "名稱"
 
-#: ../lib/plugin/FuzzyPages.php:108
+#: ../lib/plugin/FuzzyPages.php:102
 msgid "Score"
 msgstr "得分"
 
-#: ../lib/plugin/FuzzyPages.php:167
+#: ../lib/plugin/FuzzyPages.php:136
+#, php-format
+msgid "No fuzzy matches with '%s'"
+msgstr ""
+
+#: ../lib/plugin/FuzzyPages.php:169
 msgid "Spelling Score"
 msgstr "拼字得分"
 
-#: ../lib/plugin/FuzzyPages.php:168
+#: ../lib/plugin/FuzzyPages.php:170
 msgid "Sound Score"
 msgstr "音節得分"
 
-#: ../lib/plugin/GoTo.php:18
+#: ../lib/plugin/GoTo.php:37
 msgid "GoTo"
 msgstr "GoTo"
 
-#: ../lib/plugin/GoTo.php:22
+#: ../lib/plugin/GoTo.php:41
 msgid "Go to or create page."
 msgstr "前往或建立頁面."
 
-#: ../lib/plugin/GoTo.php:64 ../lib/plugin/WikiAdminSelect.php:135
-#: ../lib/plugin/WikiAdminSelect.php:146
-#: ../themes/MonoBook/templates/navbar.tmpl:32
+#: ../lib/plugin/GoTo.php:78 ../lib/plugin/WikiAdminSelect.php:130
+#: ../lib/plugin/WikiAdminSelect.php:141
+#: ../themes/MonoBook/templates/navbar.tmpl:33
 msgid "Go"
 msgstr "Go"
 
@@ -3091,18 +3238,18 @@
 "Displays a marker with further infos (when clicking) on given coordinates"
 msgstr ""
 
-#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99
-#: ../lib/plugin/Transclude.php:76
+#: ../lib/plugin/GoogleMaps.php:91 ../lib/plugin/GoogleMaps.php:94
+#: ../lib/plugin/Transclude.php:73
 #, php-format
 msgid "%s parameter missing"
 msgstr "%s 參數遺漏"
 
-#: ../lib/plugin/GoogleMaps.php:108
+#: ../lib/plugin/GoogleMaps.php:103
 #, fuzzy, php-format
 msgid "invalid argument %s"
 msgstr "錯誤的顏色值: %s"
 
-#: ../lib/plugin/GoogleMaps.php:128
+#: ../lib/plugin/GoogleMaps.php:123
 msgid "new&nbsp;window"
 msgstr ""
 
@@ -3114,7 +3261,7 @@
 msgid "Make use of the Google API"
 msgstr "Make use of the Google API"
 
-#: ../lib/plugin/GooglePlugin.php:98
+#: ../lib/plugin/GooglePlugin.php:93
 #, fuzzy
 msgid "Nothing found"
 msgstr "沒發現任何變更"
@@ -3127,22 +3274,22 @@
 msgid "GraphViz image or imagemap creation of directed graphs"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:210 ../lib/plugin/_WikiTranslation.php:319
+#: ../lib/plugin/GraphViz.php:206 ../lib/plugin/_WikiTranslation.php:313
 #, php-format
 msgid "%s is empty"
 msgstr "%s 是空白"
 
-#: ../lib/plugin/GraphViz.php:274
+#: ../lib/plugin/GraphViz.php:270
 msgid "No dot graph given"
 msgstr ""
 
-#: ../lib/plugin/GraphViz.php:282 ../lib/plugin/GraphViz.php:290
-#: ../lib/plugin/SpellCheck.php:143 ../lib/plugin/SyntaxHighlighter.php:173
+#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/GraphViz.php:286
+#: ../lib/plugin/SpellCheck.php:139 ../lib/plugin/SyntaxHighlighter.php:169
 #, fuzzy, php-format
 msgid "Couldn't start commandline '%s'"
 msgstr "無法設定頁面 '%s' 的 acl."
 
-#: ../lib/plugin/GraphViz.php:294 ../lib/plugin/Ploticus.php:248
+#: ../lib/plugin/GraphViz.php:290 ../lib/plugin/Ploticus.php:244
 #, php-format
 msgid "%s error: outputfile '%s' not created"
 msgstr ""
@@ -3159,16 +3306,20 @@
 msgid "Convert HTML markup into wiki markup."
 msgstr ""
 
-#: ../lib/plugin/HtmlConverter.php:83
+#: ../lib/plugin/HtmlConverter.php:78
 #, fuzzy
 msgid "Only files with extension HTML are allowed"
 msgstr "副檔名 %s 不被允許"
 
-#: ../lib/plugin/HtmlConverter.php:86
+#: ../lib/plugin/HtmlConverter.php:81
 msgid "Copy the output below and paste it into your Wiki page."
 msgstr ""
 
 #: ../lib/plugin/Imdb.php:55
+msgid "Imdb"
+msgstr ""
+
+#: ../lib/plugin/Imdb.php:59
 msgid "Query a local imdb database"
 msgstr ""
 
@@ -3180,35 +3331,46 @@
 msgid "Include text from another wiki page."
 msgstr "從其他 wiki 頁面含括文字."
 
-#: ../lib/plugin/IncludePage.php:87 ../lib/plugin/IncludePage.php:109
-#: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:107
-#: ../lib/plugin/UnfoldSubpages.php:123
+#: ../lib/plugin/IncludePage.php:84 ../lib/plugin/IncludePage.php:124
+#: ../lib/plugin/ListSubpages.php:94 ../lib/plugin/Template.php:163
+#: ../lib/plugin/UnfoldSubpages.php:100 ../lib/plugin/UnfoldSubpages.php:130
 #, php-format
 msgid "recursive inclusion of page %s ignored"
 msgstr "忽略頁面 %s 的遞迴含括"
 
-#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/PageGroup.php:131
-#: ../lib/plugin/Template.php:127
+#: ../lib/plugin/IncludePage.php:90 ../lib/plugin/Template.php:128
+#, fuzzy, php-format
+msgid "Page '%s' does not exist"
+msgstr "群組 %s 不存在"
+
+#: ../lib/plugin/IncludePage.php:95 ../lib/plugin/Template.php:133
+#: ../lib/plugin/UnfoldSubpages.php:107 ../lib/plugin/UnfoldSubpages.php:138
+#, fuzzy, php-format
+msgid "Illegal inclusion of page %s: no read access"
+msgstr "忽略頁面 %s 的遞迴含括"
+
+#: ../lib/plugin/IncludePage.php:103 ../lib/plugin/PageGroup.php:124
+#: ../lib/plugin/Template.php:141
 #, php-format
 msgid "%s(%d): no such revision"
 msgstr "%s(%d): 沒有這個修訂."
 
-#: ../lib/plugin/IncludePage.php:131
+#: ../lib/plugin/IncludePage.php:153
 #, php-format
 msgid "Included from %s"
 msgstr "從 %s 含括進來"
 
-#: ../lib/plugin/IncludePage.php:156
+#: ../lib/plugin/IncludePage.php:178
 #, php-format
 msgid " ... first %d lines"
 msgstr " ... 頭 %d 列"
 
-#: ../lib/plugin/IncludePages.php:37
+#: ../lib/plugin/IncludePages.php:35
 #, fuzzy
 msgid "IncludePages"
 msgstr "含括頁面"
 
-#: ../lib/plugin/IncludePages.php:41
+#: ../lib/plugin/IncludePages.php:39
 msgid "Include multiple pages."
 msgstr ""
 
@@ -3221,6 +3383,16 @@
 msgid "Include recursively all linked pages starting at %s"
 msgstr "遞迴地含括所有從 %s 開始有連結到的網頁."
 
+#: ../lib/plugin/IncludeTree.php:39
+#, fuzzy
+msgid "IncludeTree"
+msgstr "含括頁面"
+
+#: ../lib/plugin/IncludeTree.php:43
+#, fuzzy
+msgid "Dynamic Category Tree"
+msgstr "CategoryPage"
+
 #: ../lib/plugin/InterWikiSearch.php:31
 msgid "InterWikiSearch"
 msgstr "InterWikiSearch"
@@ -3229,28 +3401,31 @@
 msgid "Perform searches on InterWiki sites listed in InterWikiMap."
 msgstr "在列在 InterWikiMap 清單中的 InterWiki 站台進行搜尋."
 
-#: ../lib/plugin/InterWikiSearch.php:92
+#: ../lib/plugin/InterWikiSearch.php:87
 msgid "Wiki Name"
 msgstr "Wiki 名稱"
 
-#: ../lib/plugin/InterWikiSearch.php:93 ../lib/plugin/RecentChanges.php:769
-#: ../lib/plugin/SemanticSearchAdvanced.php:111
-#: ../themes/Crao/templates/navbar.tmpl:42
-#: ../themes/Crao/templates/navbar.tmpl:44
-#: ../themes/Crao/templates/navbar.tmpl:48
-#: ../themes/MonoBook/templates/navbar.tmpl:26
+#: ../lib/plugin/InterWikiSearch.php:88 ../lib/plugin/RecentChanges.php:806
+#: ../lib/plugin/SemanticSearchAdvanced.php:107
+#: ../themes/Crao/templates/navbar.tmpl:43
+#: ../themes/Crao/templates/navbar.tmpl:45
+#: ../themes/Crao/templates/navbar.tmpl:49
+#: ../themes/MonoBook/templates/navbar.tmpl:27
+#: ../themes/Sidebar/templates/navbar.tmpl:33
+#: ../themes/Sidebar/templates/search.tmpl:9
+#: ../themes/Sidebar/templates/search.tmpl:18
+#: ../themes/Sidebar/templates/search.tmpl:30
 #: ../themes/default/templates/search.tmpl:6
 #: ../themes/default/templates/search.tmpl:15
 #: ../themes/default/templates/search.tmpl:27
-#: ../themes/gforge/templates/userprefs.tmpl:295
 msgid "Search"
 msgstr "搜尋"
 
-#: ../lib/plugin/JabberPresence.php:23
+#: ../lib/plugin/JabberPresence.php:42
 msgid "JabberPresence"
 msgstr "JabberPresence"
 
-#: ../lib/plugin/JabberPresence.php:27
+#: ../lib/plugin/JabberPresence.php:46
 msgid "Simple jabber presence plugin"
 msgstr "簡單的 jabber presence plugin"
 
@@ -3263,45 +3438,45 @@
 msgid "Search an LDAP directory"
 msgstr ""
 
-#: ../lib/plugin/LdapSearch.php:81
+#: ../lib/plugin/LdapSearch.php:76
 #, fuzzy
 msgid "Missing ldap extension"
 msgstr "個別頁面權限"
 
-#: ../lib/plugin/LdapSearch.php:104
+#: ../lib/plugin/LdapSearch.php:99
 #, fuzzy
 msgid "Failed to connect to LDAP host"
 msgstr "無法連結到 LDAP 伺服器"
 
-#: ../lib/plugin/LdapSearch.php:137
+#: ../lib/plugin/LdapSearch.php:132
 msgid "Failed to bind LDAP host"
 msgstr ""
 
-#: ../lib/plugin/LikePages.php:32 ../themes/Crao/templates/navbar.tmpl:16
-#: ../themes/Portland/templates/navbar.tmpl:7
-#: ../themes/Wordpress/templates/actionbar.tmpl:91
+#: ../lib/plugin/LikePages.php:30 ../themes/Crao/templates/navbar.tmpl:17
+#: ../themes/Portland/templates/navbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:93
 #: ../themes/default/templates/navbar.tmpl:20
-#: ../themes/smaller/templates/navbar.tmpl:15
+#: ../themes/smaller/templates/navbar.tmpl:16
 #: ../themes/wikilens/templates/navbar.tmpl:21
 msgid "LikePages"
 msgstr "LikePages"
 
-#: ../lib/plugin/LikePages.php:36
+#: ../lib/plugin/LikePages.php:34
 #, php-format
 msgid "List page names which share an initial or final title word with '%s'."
 msgstr "列出分享為 '%s' 開頭或結尾的標題字的頁面名稱"
 
-#: ../lib/plugin/LikePages.php:67
+#: ../lib/plugin/LikePages.php:61
 #, php-format
 msgid "Page names with prefix '%s'"
 msgstr "頁面名稱以 '%s' 開頭的"
 
-#: ../lib/plugin/LikePages.php:70
+#: ../lib/plugin/LikePages.php:64
 #, php-format
 msgid "Page names with suffix '%s'"
 msgstr "頁面名稱以 '%s' 結尾的"
 
-#: ../lib/plugin/LikePages.php:80
+#: ../lib/plugin/LikePages.php:74
 #, php-format
 msgid "These pages share an initial or final title word with '%s'"
 msgstr "這些頁面分享為 '%s' 開頭或結尾的標題字."
@@ -3312,22 +3487,37 @@
 "tools"
 msgstr ""
 
-#: ../lib/plugin/LinkDatabase.php:78
+#: ../lib/plugin/LinkDatabase.php:75
 #, fuzzy, php-format
 msgid "All pages with all links in this wiki (%d total):"
 msgstr "在此 wiki 中的頁面 (共 %d):"
 
-#: ../lib/plugin/LinkDatabase.php:111 ../lib/plugin/WantedPages.php:87
+#: ../lib/plugin/LinkDatabase.php:81
+#, fuzzy, php-format
+msgid "List of pages owned by [%s] (%d total):"
+msgstr "%s 所需要的頁面 (共 %d):"
+
+#: ../lib/plugin/LinkDatabase.php:88
+#, php-format
+msgid "List of pages last edited by [%s] (%d total):"
+msgstr ""
+
+#: ../lib/plugin/LinkDatabase.php:95
+#, fuzzy, php-format
+msgid "List of pages created by [%s] (%d total):"
+msgstr "%s 所需要的頁面 (共 %d):"
+
+#: ../lib/plugin/LinkDatabase.php:108 ../lib/plugin/WantedPages.php:83
 #, fuzzy
 msgid "Links"
 msgstr "BackLinks"
 
-#: ../lib/plugin/LinkDatabase.php:173
+#: ../lib/plugin/LinkDatabase.php:170
 #, php-format
 msgid "Unsupported format argument %s"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:113
+#: ../lib/plugin/LinkSearch.php:35 ../lib/plugin/LinkSearch.php:109
 #, fuzzy
 msgid "LinkSearch"
 msgstr "標題搜索"
@@ -3336,35 +3526,35 @@
 msgid "Search page and link names"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:65 ../lib/plugin/SemanticSearch.php:95
-#: ../lib/plugin/SemanticSearchAdvanced.php:92
+#: ../lib/plugin/LinkSearch.php:61 ../lib/plugin/SemanticSearch.php:92
+#: ../lib/plugin/SemanticSearchAdvanced.php:88
 msgid "Search only in these pages. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:74 ../lib/plugin/SemanticSearch.php:118
+#: ../lib/plugin/LinkSearch.php:70 ../lib/plugin/SemanticSearch.php:115
 msgid "Filter by this link. These are pagenames. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:98
+#: ../lib/plugin/LinkSearch.php:94
 #, fuzzy
 msgid "outgoing"
 msgstr "登入"
 
-#: ../lib/plugin/LinkSearch.php:99
+#: ../lib/plugin/LinkSearch.php:95
 msgid "incoming"
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:114
+#: ../lib/plugin/LinkSearch.php:110
 msgid "Search in pages for links with the matching name."
 msgstr ""
 
-#: ../lib/plugin/LinkSearch.php:148 ../lib/plugin/SemanticSearch.php:326
-#: ../lib/plugin/SemanticSearchAdvanced.php:191
+#: ../lib/plugin/LinkSearch.php:145 ../lib/plugin/SemanticSearch.php:329
+#: ../lib/plugin/SemanticSearchAdvanced.php:187
 #, fuzzy
 msgid "Link"
 msgstr "BackLinks"
 
-#: ../lib/plugin/LinkSearch.php:158
+#: ../lib/plugin/LinkSearch.php:155
 #, php-format
 msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s"
 msgstr ""
@@ -3378,7 +3568,7 @@
 msgid "List pages that are explicitly given as the pages argument."
 msgstr ""
 
-#: ../lib/plugin/ListPages.php:99
+#: ../lib/plugin/ListPages.php:95
 #, fuzzy
 msgid "You must be logged in to view ratings."
 msgstr "你必須登入才能 %s."
@@ -3402,11 +3592,11 @@
 msgid "Lists the names of all SubPages of the current page."
 msgstr "列出目前頁面的所有子頁面名稱."
 
-#: ../lib/plugin/ListSubpages.php:74
+#: ../lib/plugin/ListSubpages.php:69
 msgid "The current page has no subpages defined."
 msgstr "目前頁面沒有定義任何子頁面."
 
-#: ../lib/plugin/ListSubpages.php:84
+#: ../lib/plugin/ListSubpages.php:79
 #, php-format
 msgid "SubPages of %s:"
 msgstr "%s 的子頁面:"
@@ -3420,17 +3610,17 @@
 msgid "Layout tables using a Mediawiki-like markup style."
 msgstr "使用豐富標記風格進行佈局的表格."
 
-#: ../lib/plugin/ModeratedPage.php:44
+#: ../lib/plugin/ModeratedPage.php:45
 #, fuzzy
 msgid "Support moderated pages"
 msgstr "已支援的語言"
 
-#: ../lib/plugin/ModeratedPage.php:153 ../lib/plugin/ModeratedPage.php:178
-#: ../lib/plugin/ModeratedPage.php:224
+#: ../lib/plugin/ModeratedPage.php:150 ../lib/plugin/ModeratedPage.php:175
+#: ../lib/plugin/ModeratedPage.php:221
 msgid "ModeratedPage: No emails for the moderators defined"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:159
+#: ../lib/plugin/ModeratedPage.php:156
 #, php-format
 msgid ""
 "ModeratedPage status update:\n"
@@ -3438,12 +3628,12 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:164
+#: ../lib/plugin/ModeratedPage.php:161
 #, php-format
 msgid "'%s' is no ModeratedPage anymore."
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:184
+#: ../lib/plugin/ModeratedPage.php:181
 #, php-format
 msgid ""
 "ModeratedPage status update: '%s' is now a ModeratedPage.\n"
@@ -3451,186 +3641,186 @@
 "  require_access: '%s'"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:251
+#: ../lib/plugin/ModeratedPage.php:248
 #, php-format
 msgid "%s: action forwarded to moderator %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:277
+#: ../lib/plugin/ModeratedPage.php:274
 #, fuzzy
 msgid "ModeratedPage Notification Error: Couldn't send email"
 msgstr "PageChange 通知錯誤: 無法送 %s 給 %s"
 
-#: ../lib/plugin/ModeratedPage.php:356
+#: ../lib/plugin/ModeratedPage.php:353
 #, php-format
 msgid "%s approved your wiki action from %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:368
+#: ../lib/plugin/ModeratedPage.php:365
 msgid "Please approve or reject this request:"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:404
+#: ../lib/plugin/ModeratedPage.php:401
 msgid "Reason: "
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:405
+#: ../lib/plugin/ModeratedPage.php:402
 msgid "Approve"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:407
+#: ../lib/plugin/ModeratedPage.php:404
 #, fuzzy
 msgid "Reject"
 msgstr "重設"
 
-#: ../lib/plugin/ModeratedPage.php:435 ../lib/plugin/ModeratedPage.php:442
+#: ../lib/plugin/ModeratedPage.php:432 ../lib/plugin/ModeratedPage.php:439
 #, php-format
 msgid "<?plugin ModeratedPage ... ?> not found in first line of %s"
 msgstr ""
 
-#: ../lib/plugin/ModeratedPage.php:438
+#: ../lib/plugin/ModeratedPage.php:435
 #, fuzzy, php-format
 msgid "%s is not locked!"
 msgstr "%s 無法寫入."
 
-#: ../lib/plugin/MostPopular.php:32
+#: ../lib/plugin/MostPopular.php:30
 msgid "MostPopular"
 msgstr "MostPopular"
 
-#: ../lib/plugin/MostPopular.php:36
+#: ../lib/plugin/MostPopular.php:34
 msgid "List the most popular pages."
 msgstr "列出最受歡迎的頁面."
 
-#: ../lib/plugin/MostPopular.php:67
+#: ../lib/plugin/MostPopular.php:60
 msgid "sortby=mtime not supported with MostPopular"
 msgstr ""
 
-#: ../lib/plugin/MostPopular.php:97
+#: ../lib/plugin/MostPopular.php:89
 #, php-format
 msgid "The %d most popular pages of this wiki:"
 msgstr "本 wiki 前 %d 最受歡迎頁面:"
 
-#: ../lib/plugin/MostPopular.php:100
+#: ../lib/plugin/MostPopular.php:91
 #, php-format
 msgid "The %d least popular pages of this wiki:"
 msgstr "本 wiki 前 %d 最不受歡迎頁面:"
 
-#: ../lib/plugin/MostPopular.php:102
+#: ../lib/plugin/MostPopular.php:93
 msgid "Visited pages on this wiki, ordered by popularity:"
 msgstr "在此 wiki 已被參訪頁面, 以受歡迎程度排序:"
 
-#: ../lib/plugin/NewPagesPerUser.php:19
+#: ../lib/plugin/NewPagesPerUser.php:35
 #, fuzzy
 msgid "NewPagesPerUser"
 msgstr "新頁面"
 
-#: ../lib/plugin/NewPagesPerUser.php:23
+#: ../lib/plugin/NewPagesPerUser.php:39
 #, fuzzy
 msgid "List all new pages per month per user"
 msgstr "已認證的使用者"
 
-#: ../lib/plugin/NoCache.php:39
+#: ../lib/plugin/NoCache.php:40
 msgid "NoCache"
 msgstr "NoCache"
 
-#: ../lib/plugin/NoCache.php:43
+#: ../lib/plugin/NoCache.php:44
 msgid "Don't cache this page."
 msgstr "不要快取此頁面."
 
-#: ../lib/plugin/OldStyleTable.php:49
+#: ../lib/plugin/OldStyleTable.php:50
 msgid "OldStyleTable"
 msgstr "OldStyleTable"
 
-#: ../lib/plugin/OldStyleTable.php:53
+#: ../lib/plugin/OldStyleTable.php:54
 msgid "Layout tables using the old markup style."
 msgstr "使用舊標記風格佈局的表格."
 
-#: ../lib/plugin/OldStyleTable.php:112 ../lib/plugin/WikicreoleTable.php:92
+#: ../lib/plugin/OldStyleTable.php:108
 #, fuzzy, php-format
 msgid "Line %s does not begin with a '|'."
 msgstr "線沒有以 '|' 為首."
 
-#: ../lib/plugin/OrphanedPages.php:36
+#: ../lib/plugin/OrphanedPages.php:34
 msgid "OrphanedPages"
 msgstr "OrphanedPages"
 
-#: ../lib/plugin/OrphanedPages.php:40
+#: ../lib/plugin/OrphanedPages.php:38
 msgid "List pages which are not linked to by any other page."
 msgstr "列出未被其他頁面連結到的頁面."
 
-#: ../lib/plugin/OrphanedPages.php:86
+#: ../lib/plugin/OrphanedPages.php:79
 #, php-format
 msgid "Orphaned Pages in this wiki (%d total):"
 msgstr "在此 wiki 中所有遺漏的頁面 (共 %d):"
 
-#: ../lib/plugin/PageDump.php:39
+#: ../lib/plugin/PageDump.php:59
 msgid "View a single page dump online."
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:65
+#: ../lib/plugin/PageDump.php:80
 #, php-format
 msgid "Page %s not found."
 msgstr "未找到頁面 %s."
 
-#: ../lib/plugin/PageDump.php:128
+#: ../lib/plugin/PageDump.php:149
 msgid "Download for CVS"
 msgstr "給 CVS 的下載"
 
-#: ../lib/plugin/PageDump.php:133
+#: ../lib/plugin/PageDump.php:154
 msgid "Download for backup"
 msgstr "給備份用的下載"
 
-#: ../lib/plugin/PageDump.php:139
+#: ../lib/plugin/PageDump.php:160
 #, fuzzy
 msgid "Download all revisions for backup"
 msgstr "給備份用的下載"
 
-#: ../lib/plugin/PageDump.php:142
+#: ../lib/plugin/PageDump.php:163
 #, php-format
 msgid "Preview: Page dump of %s"
 msgstr "預覽: %s 的頁面傾印"
 
-#: ../lib/plugin/PageDump.php:149
+#: ../lib/plugin/PageDump.php:170
 #, fuzzy
 msgid ""
 "(formatted for PhpWiki developers as pgsrc template, not for backing up)"
 msgstr "(已為 PhpWiki 開發者而格式化,並非為了備份)"
 
-#: ../lib/plugin/PageDump.php:152 ../lib/plugin/PageDump.php:172
+#: ../lib/plugin/PageDump.php:173 ../lib/plugin/PageDump.php:193
 #, fuzzy
 msgid "Preview as normal format"
 msgstr "以備份格式預覽"
 
-#: ../lib/plugin/PageDump.php:158 ../lib/plugin/PageDump.php:185
+#: ../lib/plugin/PageDump.php:179 ../lib/plugin/PageDump.php:206
 msgid "Preview as backup format"
 msgstr "以備份格式預覽"
 
-#: ../lib/plugin/PageDump.php:162
+#: ../lib/plugin/PageDump.php:183
 #, fuzzy
 msgid "(formatted for backing up: all revisions)"
 msgstr "(已為備份而格式化)"
 
-#: ../lib/plugin/PageDump.php:166 ../lib/plugin/PageDump.php:179
+#: ../lib/plugin/PageDump.php:187 ../lib/plugin/PageDump.php:200
 msgid "Preview as developer format"
 msgstr "以開發者格式預覽"
 
-#: ../lib/plugin/PageDump.php:175
+#: ../lib/plugin/PageDump.php:196
 msgid "(normal formatting: latest revision only)"
 msgstr ""
 
-#: ../lib/plugin/PageDump.php:189
+#: ../lib/plugin/PageDump.php:210
 msgid ""
 "Please use one of the downloadable versions rather than copying and pasting "
 "from the above preview."
 msgstr "請使用其中的可下載版本來代替在上面的預覽中複製與貼上."
 
-#: ../lib/plugin/PageDump.php:191
+#: ../lib/plugin/PageDump.php:212
 msgid ""
 "The wordwrap of the preview doesn't take nested markup or list indentation "
 "into consideration!"
 msgstr "預覽的自動換行無法處理巢狀標記或縮排列出."
 
-#: ../lib/plugin/PageDump.php:194
+#: ../lib/plugin/PageDump.php:215
 msgid ""
 "PhpWiki developers should manually inspect the downloaded file for nested "
 "markup before rewrapping with emacs and checking into CVS."
@@ -3638,118 +3828,120 @@
 "在以 emacs 重包裝與簽入之前,PhpWiki 開發者應會因為巢狀標記而手動審閱已下載的"
 "檔案."
 
-#: ../lib/plugin/PageDump.php:202 ../lib/plugin/PasswordReset.php:131
-#: ../lib/plugin/SemanticSearch.php:281
-#: ../lib/plugin/SemanticSearchAdvanced.php:146
+#: ../lib/plugin/PageDump.php:223 ../lib/plugin/PasswordReset.php:130
+#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearchAdvanced.php:142
 msgid "Warning:"
 msgstr "警告:"
 
-#: ../lib/plugin/PageGroup.php:44
+#: ../lib/plugin/PageGroup.php:45
 msgid "PageGroup"
 msgstr "PageGroup"
 
-#: ../lib/plugin/PageGroup.php:48
+#: ../lib/plugin/PageGroup.php:49
 #, php-format
 msgid "PageGroup for %s"
 msgstr "頁面群組 - %s"
 
-#: ../lib/plugin/PageGroup.php:60 ../lib/plugin/PageGroup.php:110
-#: ../lib/plugin/PrevNext.php:68
+#: ../lib/plugin/PageGroup.php:56 ../lib/plugin/PageGroup.php:103
+#: ../lib/plugin/PrevNext.php:65
 msgid "Contents"
 msgstr "內容"
 
-#: ../lib/plugin/PageGroup.php:91 ../lib/stdlib.php:2093
+#: ../lib/plugin/PageGroup.php:87 ../lib/stdlib.php:2194
 #, php-format
 msgid "<%s: no such section>"
 msgstr "<%s: 沒有此部份>"
 
-#: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:65
+#: ../lib/plugin/PageGroup.php:101 ../lib/plugin/PrevNext.php:62
 msgid "Next"
 msgstr "下一個"
 
-#: ../lib/plugin/PageGroup.php:109 ../lib/plugin/PrevNext.php:64
+#: ../lib/plugin/PageGroup.php:102 ../lib/plugin/PrevNext.php:61
 msgid "Previous"
 msgstr "上一個"
 
-#: ../lib/plugin/PageGroup.php:111 ../lib/plugin/PrevNext.php:63
+#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/PrevNext.php:60
 msgid "First"
 msgstr "é–‹é ­"
 
-#: ../lib/plugin/PageGroup.php:112 ../lib/plugin/PrevNext.php:66
+#: ../lib/plugin/PageGroup.php:105 ../lib/plugin/PrevNext.php:63
 msgid "Last"
 msgstr "最後"
 
-#: ../lib/plugin/PageHistory.php:91
+#: ../lib/plugin/PageHistory.php:89
 #, php-format
 msgid "PageHistory for %s"
 msgstr "頁面歷程 - %s"
 
-#: ../lib/plugin/PageHistory.php:105
+#: ../lib/plugin/PageHistory.php:103
 msgid "No revisions found"
 msgstr "沒找到修訂"
 
-#: ../lib/plugin/PageHistory.php:110
+#: ../lib/plugin/PageHistory.php:108
 msgid "compare revisions"
 msgstr "比較修訂"
 
-#: ../lib/plugin/PageHistory.php:115
+#: ../lib/plugin/PageHistory.php:113
 msgid "Check any two boxes to compare revisions."
 msgstr "任找兩個空格打勾以進行比較修訂."
 
-#: ../lib/plugin/PageHistory.php:116
+#: ../lib/plugin/PageHistory.php:114
 #, php-format
 msgid "Check any two boxes then %s."
 msgstr "任找兩個空格打勾然後 %s."
 
-#: ../lib/plugin/PageHistory.php:128 ../lib/plugin/PageHistory.php:269
-#: ../lib/plugin/PageHistory.php:323 ../lib/plugin/RecentChanges.php:86
-#: ../themes/Crao/templates/actionbar.tmpl:22
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
-#: ../themes/MonoBook/templates/info.tmpl:167
-#: ../themes/Portland/templates/actionbar.tmpl:14
-#: ../themes/Portland/templates/viewsource.tmpl:25
-#: ../themes/Wordpress/templates/actionbar.tmpl:70
-#: ../themes/Wordpress/templates/viewsource.tmpl:29
+#: ../lib/plugin/PageHistory.php:126 ../lib/plugin/PageHistory.php:267
+#: ../lib/plugin/PageHistory.php:316 ../lib/plugin/RecentChanges.php:95
+#: ../themes/Crao/templates/actionbar.tmpl:26
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/MonoBook/templates/info.tmpl:186
+#: ../themes/Portland/templates/actionbar.tmpl:15
+#: ../themes/Portland/templates/viewsource.tmpl:26
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#: ../themes/Sidebar/templates/actionbar.tmpl:58
+#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../themes/Wordpress/templates/viewsource.tmpl:30
 #: ../themes/default/templates/actionbar.tmpl:34
-#: ../themes/gforge/templates/info.tmpl:7
-#: ../themes/shamino_com/templates/actionbar.tmpl:20
+#: ../themes/shamino_com/templates/actionbar.tmpl:22
 #: ../themes/smaller/templates/actionbar.tmpl:39
-#: ../themes/smaller/templates/info.tmpl:6
+#: ../themes/smaller/templates/info.tmpl:9
 msgid "PageHistory"
 msgstr "PageHistory"
 
-#: ../lib/plugin/PageHistory.php:175 ../lib/plugin/PageHistory.php:251
+#: ../lib/plugin/PageHistory.php:173 ../lib/plugin/PageHistory.php:249
 #, php-format
 msgid "Version %d"
 msgstr "版本 %d"
 
-#: ../lib/plugin/PageHistory.php:187 ../themes/MacOSX/lib/RecentChanges.php:34
-#: ../themes/MonoBook/templates/info.tmpl:19
-#: ../themes/MonoBook/templates/info.tmpl:23
+#: ../lib/plugin/PageHistory.php:185 ../lib/plugin/RecentChanges.php:476
+#: ../themes/MacOSX/lib/RecentChanges.php:34
+#: ../themes/MonoBook/templates/info.tmpl:20
+#: ../themes/MonoBook/templates/info.tmpl:24
 #: ../themes/Portland/lib/RecentChanges.php:14
 #: ../themes/SpaceWiki/lib/RecentChanges.php:35
 #: ../themes/Wordpress/lib/RecentChanges.php:14
-#: ../themes/default/templates/info.tmpl:17
-#: ../themes/default/templates/info.tmpl:21
+#: ../themes/default/templates/info.tmpl:18
+#: ../themes/default/templates/info.tmpl:22
 msgid "minor edit"
 msgstr "次要編輯"
 
-#: ../lib/plugin/PageHistory.php:243
+#: ../lib/plugin/PageHistory.php:241
 msgid "History of changes."
 msgstr "變更的歷程."
 
-#: ../lib/plugin/PageHistory.php:273
+#: ../lib/plugin/PageHistory.php:271
 #, php-format
 msgid "List PageHistory for %s"
 msgstr "列出 PageHistory (頁面歷程) - %s"
 
-#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:24
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/Portland/templates/actionbar.tmpl:15
-#: ../themes/Wordpress/templates/actionbar.tmpl:72
+#: ../lib/plugin/PageInfo.php:32 ../themes/Crao/templates/actionbar.tmpl:28
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
+#: ../themes/Portland/templates/actionbar.tmpl:16
+#: ../themes/Sidebar/templates/actionbar.tmpl:56
+#: ../themes/Wordpress/templates/actionbar.tmpl:74
 #: ../themes/default/templates/actionbar.tmpl:36
-#: ../themes/shamino_com/templates/actionbar.tmpl:5
+#: ../themes/shamino_com/templates/actionbar.tmpl:7
 msgid "PageInfo"
 msgstr "PageInfo"
 
@@ -3771,114 +3963,119 @@
 msgid "PasswordReset"
 msgstr "密碼:"
 
-#: ../lib/plugin/PasswordReset.php:61 ../lib/plugin/PasswordReset.php:82
-#: ../lib/plugin/WatchPage.php:150
+#: ../lib/plugin/PasswordReset.php:46
+msgid ""
+"Allow admin to reset any users password, allow user to request his password "
+"by e-mail."
+msgstr ""
+
+#: ../lib/plugin/PasswordReset.php:60 ../lib/plugin/PasswordReset.php:81
 #: ../themes/default/templates/wikiforum.tmpl:22
 msgid "Message"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:62
+#: ../lib/plugin/PasswordReset.php:61
 #, php-format
 msgid "The password for user %s has been deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:64 ../lib/plugin/PasswordReset.php:85
-#: ../lib/plugin/PasswordReset.php:163
+#: ../lib/plugin/PasswordReset.php:63 ../lib/plugin/PasswordReset.php:84
+#: ../lib/plugin/PasswordReset.php:162
 msgid "Error"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:65
+#: ../lib/plugin/PasswordReset.php:64
 #, php-format
 msgid "The password for user %s could not be deleted."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:83
+#: ../lib/plugin/PasswordReset.php:82
 #, php-format
 msgid "Email sent to the stored email address for user %s"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:86
+#: ../lib/plugin/PasswordReset.php:85
 #, fuzzy, php-format
 msgid "Error sending email with password for user %s."
 msgstr "錯誤的密碼或使用者帳號."
 
-#: ../lib/plugin/PasswordReset.php:93
+#: ../lib/plugin/PasswordReset.php:92
 #, fuzzy
 msgid "Reset password of user: "
 msgstr "錯誤的密碼或使用者帳號."
 
-#: ../lib/plugin/PasswordReset.php:103 ../lib/plugin/PasswordReset.php:146
+#: ../lib/plugin/PasswordReset.php:102 ../lib/plugin/PasswordReset.php:145
 msgid "Send email"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:132
+#: ../lib/plugin/PasswordReset.php:131
 msgid "You need to specify the userid!"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:154
+#: ../lib/plugin/PasswordReset.php:153
 msgid "Already logged in"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:155
+#: ../lib/plugin/PasswordReset.php:154
 msgid "Changing passwords is done at "
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:164
+#: ../lib/plugin/PasswordReset.php:163
 #, php-format
 msgid "No email stored for user %s."
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:166
+#: ../lib/plugin/PasswordReset.php:165
 #, fuzzy
 msgid "You need to ask an Administrator to reset this password. See below: "
 msgstr "你必須是管理者才能使用此 plugin."
 
-#: ../lib/plugin/PasswordReset.php:178
+#: ../lib/plugin/PasswordReset.php:177
 #, php-format
 msgid "Do you really want to reset the password of user %s?"
 msgstr ""
 
-#: ../lib/plugin/PasswordReset.php:179
+#: ../lib/plugin/PasswordReset.php:178
 msgid "An email will be sent."
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:97 ../themes/blog/templates/actionbar.tmpl:12
+#: ../lib/plugin/PhotoAlbum.php:98 ../themes/blog/templates/actionbar.tmpl:12
 msgid "PhotoAlbum"
 msgstr "PhotoAlbum"
 
-#: ../lib/plugin/PhotoAlbum.php:101
+#: ../lib/plugin/PhotoAlbum.php:102
 msgid ""
 "Displays a set of photos listed in a text file with optional descriptions"
 msgstr "顯示帶有簡單描述的文字檔內的相片集合"
 
-#: ../lib/plugin/PhotoAlbum.php:540 ../lib/plugin/PhotoAlbum.php:565
-#: ../lib/plugin/Transclude.php:94
+#: ../lib/plugin/PhotoAlbum.php:539 ../lib/plugin/PhotoAlbum.php:564
+#: ../lib/plugin/Transclude.php:91
 msgid "Bad url in src: remove all of <, >, \""
 msgstr "在 src 中錯誤的 url: 移除所有的 <, .>, \""
 
-#: ../lib/plugin/PhotoAlbum.php:562
+#: ../lib/plugin/PhotoAlbum.php:561
 msgid "File extension for csv file has to be '.csv'"
 msgstr ""
 
-#: ../lib/plugin/PhotoAlbum.php:616
+#: ../lib/plugin/PhotoAlbum.php:615
 #, fuzzy, php-format
 msgid "Unable to find src='%s'"
 msgstr "無法讀取 %s"
 
-#: ../lib/plugin/PhotoAlbum.php:628
+#: ../lib/plugin/PhotoAlbum.php:627
 #, fuzzy, php-format
 msgid "Unable to read src='%s'"
 msgstr "無法讀取 %s"
 
-#: ../lib/plugin/PhpHighlight.php:61
+#: ../lib/plugin/PhpHighlight.php:62
 msgid "PhpHighlight"
 msgstr "PhpHighlight"
 
-#: ../lib/plugin/PhpHighlight.php:65
+#: ../lib/plugin/PhpHighlight.php:66
 msgid "PHP syntax highlighting"
 msgstr "PHP 語法效果"
 
-#: ../lib/plugin/PhpHighlight.php:161
+#: ../lib/plugin/PhpHighlight.php:157
 #, php-format
 msgid "Invalid color: %s"
 msgstr "錯誤的顏色值: %s"
@@ -3891,29 +4088,29 @@
 msgid "The PhpWeather plugin provides weather reports from the Internet."
 msgstr "PhpWeather plugin 由網路取得資訊並提供天氣報告"
 
-#: ../lib/plugin/PhpWeather.php:88
+#: ../lib/plugin/PhpWeather.php:83
 msgid "You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"
 msgstr ""
 
-#: ../lib/plugin/PhpWeather.php:104
+#: ../lib/plugin/PhpWeather.php:99
 #, php-format
 msgid "The ICAO '%s' wasn't recognized."
 msgstr "ICAO '%s' 無法被認可."
 
-#: ../lib/plugin/PhpWeather.php:115
+#: ../lib/plugin/PhpWeather.php:110
 #, php-format
 msgid "%s does not know about the language '%s', using 'en' instead."
 msgstr "%s 不認識此語言 '%s', 使用 'en' 代替."
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Submit country"
 msgstr "送出國家"
 
-#: ../lib/plugin/PhpWeather.php:170
+#: ../lib/plugin/PhpWeather.php:165
 msgid "Change country"
 msgstr "變更國家"
 
-#: ../lib/plugin/PhpWeather.php:189
+#: ../lib/plugin/PhpWeather.php:184
 msgid "Submit location"
 msgstr "送出地區"
 
@@ -3925,55 +4122,56 @@
 msgid "Ploticus image creation"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:201
+#: ../lib/plugin/Ploticus.php:197
 msgid "shell commands not allowed in Ploticus"
 msgstr ""
 
-#: ../lib/plugin/Ploticus.php:270 ../lib/plugin/SpellCheck.php:123
-#: ../lib/plugin/SyntaxHighlighter.php:179
+#: ../lib/plugin/Ploticus.php:266 ../lib/plugin/SpellCheck.php:119
+#: ../lib/plugin/SyntaxHighlighter.php:174
 #, fuzzy
 msgid "empty source"
 msgstr "查看源碼"
 
-#: ../lib/plugin/PluginManager.php:31
+#: ../lib/plugin/PluginManager.php:32
 msgid "PluginManager"
 msgstr "PluginManager"
 
-#: ../lib/plugin/PluginManager.php:35
-msgid "Description: Provides a list of plugins on this wiki."
-msgstr "描述: 提供在此 wiki 上的 plugin 列表."
+#: ../lib/plugin/PluginManager.php:36
+#, fuzzy
+msgid "List of plugins on this wiki"
+msgstr "在此 wiki 列出所有頁面."
 
-#: ../lib/plugin/PluginManager.php:54
+#: ../lib/plugin/PluginManager.php:50
 msgid "Plugins"
 msgstr "Plugins"
 
-#: ../lib/plugin/PluginManager.php:66
+#: ../lib/plugin/PluginManager.php:59
 msgid "use this plugin"
 msgstr "使用此 plugin"
 
-#: ../lib/plugin/PluginManager.php:90
+#: ../lib/plugin/PluginManager.php:71
 msgid "Plugin"
 msgstr "Plugin"
 
-#: ../lib/plugin/PluginManager.php:92
+#: ../lib/plugin/PluginManager.php:73
 msgid "Arguments"
 msgstr "引數"
 
-#: ../lib/plugin/PluginManager.php:123
+#: ../lib/plugin/PluginManager.php:111
 #, php-format
 msgid "%s does not appear to be a WikiPlugin."
 msgstr "%s 看起來不是 WikiPlugin."
 
-#: ../lib/plugin/PluginManager.php:135 ../lib/upgrade.php:226
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../lib/plugin/PluginManager.php:122 ../lib/plugin/PluginManager.php:124
+#: ../lib/upgrade.php:204 ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "Help"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:49
+#: ../lib/plugin/PopUp.php:50
 msgid "PopUp"
 msgstr ""
 
-#: ../lib/plugin/PopUp.php:52
+#: ../lib/plugin/PopUp.php:53
 msgid "Used to create a clickable popup link."
 msgstr ""
 
@@ -3986,17 +4184,17 @@
 msgid "List the most popular pages nearby."
 msgstr "列出最受歡迎的頁面."
 
-#: ../lib/plugin/PopularNearby.php:73
+#: ../lib/plugin/PopularNearby.php:68
 #, php-format
 msgid "%d best incoming links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:78
+#: ../lib/plugin/PopularNearby.php:73
 #, php-format
 msgid "%d best outgoing links: "
 msgstr ""
 
-#: ../lib/plugin/PopularNearby.php:83
+#: ../lib/plugin/PopularNearby.php:78
 #, php-format
 msgid "%d most popular nearby: "
 msgstr ""
@@ -4011,66 +4209,76 @@
 msgid "List the most popular tags."
 msgstr "列出最受歡迎的頁面."
 
-#: ../lib/plugin/PopularTags.php:59 ../lib/plugin/_WikiTranslation.php:56
+#: ../lib/plugin/PopularTags.php:53 ../lib/plugin/_WikiTranslation.php:56
 msgid "CategoryCategory"
 msgstr "CategoryCategory"
 
-#: ../lib/plugin/PopularTags.php:78
+#: ../lib/plugin/PopularTags.php:72
 #, fuzzy
 msgid "Category"
 msgstr "CategoryPage"
 
-#: ../lib/plugin/PopularTags.php:79
+#: ../lib/plugin/PopularTags.php:73
 msgid "Topic"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:34
+#: ../lib/plugin/PreferenceApp.php:53
 #, fuzzy
 msgid "PreferenceApp"
 msgstr "偏好設定"
 
-#: ../lib/plugin/PreferenceApp.php:38
+#: ../lib/plugin/PreferenceApp.php:57
 msgid "Analyzes preferences based on voting budget and ratings."
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:112
+#: ../lib/plugin/PreferenceApp.php:125
 #, php-format
 msgid "Nobody has used %s on their homepage"
 msgstr ""
 
-#: ../lib/plugin/PreferenceApp.php:185
+#: ../lib/plugin/PreferenceApp.php:198
 #, fuzzy
 msgid "Total Units"
 msgstr "總擊閱數: %d"
 
-#: ../lib/plugin/PreferenceApp.php:188
+#: ../lib/plugin/PreferenceApp.php:201
 #, fuzzy
 msgid "Total Voters"
 msgstr "共有 %d 組佈景主題: "
 
-#: ../lib/plugin/PreferenceApp.php:259
+#: ../lib/plugin/PreferenceApp.php:272
 msgid "Total Budget"
 msgstr ""
 
-#: ../lib/plugin/PrevNext.php:32
+#: ../lib/plugin/PrevNext.php:33
 msgid "PrevNext"
 msgstr "PrevNext"
 
-#: ../lib/plugin/PrevNext.php:36
+#: ../lib/plugin/PrevNext.php:37
 #, php-format
 msgid "Easy navigation buttons for %s"
 msgstr "簡單的巡覽按鈕 - %s"
 
-#: ../lib/plugin/PrevNext.php:67
+#: ../lib/plugin/PrevNext.php:64
 msgid "Up"
 msgstr "上"
 
-#: ../lib/plugin/PrevNext.php:69
+#: ../lib/plugin/PrevNext.php:66
 msgid "Index"
 msgstr "索引"
 
-#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:82
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../lib/plugin/Processing.php:31
+#, fuzzy
+msgid "Processing"
+msgstr "權限"
+
+#: ../lib/plugin/Processing.php:35
+msgid "Render inline Processing"
+msgstr ""
+
+#: ../lib/plugin/RandomPage.php:33 ../lib/plugin/RandomPage.php:77
+#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/gforge/templates/navbar.tmpl:13
 msgid "RandomPage"
 msgstr "RandomPage"
 
@@ -4078,9 +4286,8 @@
 msgid "Displays a list of randomly chosen pages or redirects to a random page."
 msgstr "顯示隨機選出的頁面列表或重導向到隨機選取的頁面."
 
-#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:171
-#: ../lib/plugin/RateIt.php:179 ../lib/plugin/RateIt.php:346
-#: ../lib/upgrade.php:456
+#: ../lib/plugin/RateIt.php:88 ../lib/plugin/RateIt.php:290
+#: ../lib/upgrade.php:434
 msgid "RateIt"
 msgstr "RateIt"
 
@@ -4088,56 +4295,64 @@
 msgid "Rating system. Store user ratings per page"
 msgstr "評比系統. 儲存每頁的使用者評比"
 
-#: ../lib/plugin/RateIt.php:118
+#: ../lib/plugin/RateIt.php:144 ../lib/plugin/RateIt.php:240
+#, php-format
+msgid "Rating: %.1f (%d votes)"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:145
 #, fuzzy
 msgid "Your current rating: "
 msgstr "你的評比是 %.1f"
 
-#: ../lib/plugin/RateIt.php:121
+#: ../lib/plugin/RateIt.php:146
 #, fuzzy
-msgid "The current prediction: "
+msgid "Your current prediction: "
 msgstr "確認目前動作"
 
-#: ../lib/plugin/RateIt.php:138
+#: ../lib/plugin/RateIt.php:147
 #, fuzzy
 msgid "Change your rating from "
 msgstr "你的評比是 %.1f"
 
-#: ../lib/plugin/RateIt.php:139 ../lib/plugin/WikiAdminChown.php:184
-#: ../lib/plugin/WikiAdminMarkup.php:180 ../lib/plugin/WikiAdminRename.php:217
-msgid "to"
+#: ../lib/plugin/RateIt.php:148
+#, fuzzy
+msgid " to "
 msgstr "到"
 
-#: ../lib/plugin/RateIt.php:143 ../lib/plugin/RateIt.php:149
+#: ../lib/plugin/RateIt.php:149
 #, fuzzy
 msgid "Add your rating: "
 msgstr "你的評比是 %.1f"
 
-#: ../lib/plugin/RateIt.php:300
-#, php-format
-msgid "Rating: %.1f (%d votes)"
+#: ../lib/plugin/RateIt.php:150
+msgid "Thanks!"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:312 ../lib/plugin/RateIt.php:316
+#: ../lib/plugin/RateIt.php:151
+msgid "Rating deleted!"
+msgstr ""
+
+#: ../lib/plugin/RateIt.php:256 ../lib/plugin/RateIt.php:260
 #, php-format
 msgid "Your rating was %.1f"
 msgstr "你的評比是 %.1f"
 
-#: ../lib/plugin/RateIt.php:322
+#: ../lib/plugin/RateIt.php:266
 #, fuzzy, php-format
 msgid "Prediction: %s"
 msgstr "編輯: %s"
 
-#: ../lib/plugin/RateIt.php:326
+#: ../lib/plugin/RateIt.php:270
 #, php-format
 msgid "Prediction: %.1f"
 msgstr ""
 
-#: ../lib/plugin/RateIt.php:346
+#: ../lib/plugin/RateIt.php:290
 msgid "Rate It"
 msgstr "評比"
 
-#: ../lib/plugin/RateIt.php:442
+#: ../lib/plugin/RateIt.php:386
 #, fuzzy
 msgid "Cancel your rating"
 msgstr "取消評比"
@@ -4146,277 +4361,348 @@
 msgid "A plugin to provide for raw HTML within wiki pages."
 msgstr "用來在 wiki 頁面提供 raw HTML的 plugin."
 
-#: ../lib/plugin/RawHtml.php:74
+#: ../lib/plugin/RawHtml.php:73
 msgid "Raw HTML is disabled in this wiki."
 msgstr "Raw HTML 已經被關閉."
 
-#: ../lib/plugin/RawHtml.php:84
+#: ../lib/plugin/RawHtml.php:83
 msgid "Raw HTML"
 msgstr "Raw HTML"
 
-#: ../lib/plugin/RawHtml.php:83 ../lib/plugin/RedirectTo.php:82
+#: ../lib/plugin/RawHtml.php:82
 #, php-format
 msgid "%s is only allowed in locked pages."
 msgstr "%s 只允許在鎖定的頁面中."
 
-#: ../lib/plugin/RecentChanges.php:49 ../lib/plugin/RecentChanges.php:50
-#: ../lib/plugin/RecentChanges.php:496
+#: ../lib/plugin/RecentChanges.php:51 ../lib/plugin/RecentChanges.php:57
+#: ../lib/plugin/RecentChanges.php:532
 #, fuzzy
 msgid "UserContribs"
 msgstr "使用者統計"
 
-#: ../lib/plugin/RecentChanges.php:51
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../lib/plugin/RecentChanges.php:59
+#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/Sidebar/templates/navbar.tmpl:46
 #, fuzzy
 msgid "RecentNewPages"
 msgstr "RecentChanges"
 
-#: ../lib/plugin/RecentChanges.php:52 ../lib/plugin/RecentChanges.php:377
-#: ../lib/plugin/RecentChanges.php:645 ../lib/plugin/RecentEdits.php:10
-#: ../lib/plugin/RecentEdits.php:36 ../lib/plugin/RelatedChanges.php:27
-#: ../themes/Portland/templates/editpage.tmpl:42
-#: ../themes/Wordpress/templates/editpage.tmpl:57
+#: ../lib/plugin/RecentChanges.php:61 ../lib/plugin/RecentChanges.php:393
+#: ../lib/plugin/RecentChanges.php:682 ../lib/plugin/RecentEdits.php:29
+#: ../lib/plugin/RecentEdits.php:54 ../lib/plugin/RelatedChanges.php:45
+#: ../themes/Portland/templates/editpage.tmpl:43
+#: ../themes/Wordpress/templates/editpage.tmpl:58
 msgid "RecentEdits"
 msgstr "RecentEdits"
 
-#: ../lib/plugin/RecentChanges.php:126
+#: ../lib/plugin/RecentChanges.php:135
 #, fuzzy
 msgid "Deleted"
 msgstr "已刪除."
 
-#: ../lib/plugin/RecentChanges.php:149
+#: ../lib/plugin/RecentChanges.php:158
 #: ../themes/SpaceWiki/lib/RecentChanges.php:55
 msgid "diff"
 msgstr "差異"
 
-#: ../lib/plugin/RecentChanges.php:162
+#: ../lib/plugin/RecentChanges.php:171
 #, fuzzy
 msgid "hist"
 msgstr "(歷程)"
 
-#: ../lib/plugin/RecentChanges.php:205
+#: ../lib/plugin/RecentChanges.php:214
 #, fuzzy
 msgid "contribs"
 msgstr "意見"
 
-#: ../lib/plugin/RecentChanges.php:212
+#: ../lib/plugin/RecentChanges.php:221
 #, fuzzy
 msgid "new pages"
 msgstr "新頁面"
 
-#: ../lib/plugin/RecentChanges.php:262
+#: ../lib/plugin/RecentChanges.php:278
 msgid "edits"
 msgstr "編輯"
 
-#: ../lib/plugin/RecentChanges.php:264
+#: ../lib/plugin/RecentChanges.php:280
 msgid "major edits"
 msgstr "主要編輯"
 
-#: ../lib/plugin/RecentChanges.php:266
+#: ../lib/plugin/RecentChanges.php:282
 msgid "minor edits"
 msgstr "次要編輯"
 
-#: ../lib/plugin/RecentChanges.php:267 ../lib/plugin/RecentChanges.php:369
-#: ../lib/plugin/RecentComments.php:31
+#: ../lib/plugin/RecentChanges.php:283 ../lib/plugin/RecentChanges.php:385
+#: ../lib/plugin/RecentComments.php:47
 #, fuzzy
 msgid "Recent Comments"
 msgstr "意見"
 
-#: ../lib/plugin/RecentChanges.php:268
+#: ../lib/plugin/RecentChanges.php:284
 #, fuzzy
 msgid "comments"
 msgstr "意見"
 
-#: ../lib/plugin/RecentChanges.php:270
+#: ../lib/plugin/RecentChanges.php:286
 #, fuzzy
 msgid "created new pages"
 msgstr "建立此頁面"
 
-#: ../lib/plugin/RecentChanges.php:276
+#: ../lib/plugin/RecentChanges.php:292
 #, fuzzy, php-format
 msgid " for pages changed by %s"
 msgstr "沒有頁面被變更."
 
-#: ../lib/plugin/RecentChanges.php:282
+#: ../lib/plugin/RecentChanges.php:298
 #, fuzzy, php-format
 msgid " for pages owned by %s"
 msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/RecentChanges.php:285
+#: ../lib/plugin/RecentChanges.php:301
 #, fuzzy, php-format
 msgid " for all pages linking to %s"
 msgstr "沒有頁面連結到 %s."
 
-#: ../lib/plugin/RecentChanges.php:288
+#: ../lib/plugin/RecentChanges.php:304
 #, fuzzy, php-format
 msgid " for all pages matching '%s'"
 msgstr "列出所有連結到 %s 的頁面."
 
-#: ../lib/plugin/RecentChanges.php:313
+#: ../lib/plugin/RecentChanges.php:329
 #, php-format
 msgid "The %d most recent %s during the past day are listed below."
 msgstr "最近的 %d 筆列在下面 - 頁面 %s - 在過去一天以來."
 
-#: ../lib/plugin/RecentChanges.php:316
+#: ../lib/plugin/RecentChanges.php:332
 #, php-format
 msgid "The %d most recent %s during the past %s days are listed below."
 msgstr "最近的 %d 筆列在下面 - 頁面 %s - 在過去 %s 天以來."
 
-#: ../lib/plugin/RecentChanges.php:319
+#: ../lib/plugin/RecentChanges.php:335
 #, php-format
 msgid "The %d most recent %s are listed below."
 msgstr "最近的 %d 筆列在下面 - 頁面 %s."
 
-#: ../lib/plugin/RecentChanges.php:325
+#: ../lib/plugin/RecentChanges.php:341
 #, php-format
 msgid "The %d oldest %s during the past day are listed below."
 msgstr "最舊的 %d 筆列在下面 - 頁面 %s - 在過去一天以來."
 
-#: ../lib/plugin/RecentChanges.php:328
+#: ../lib/plugin/RecentChanges.php:344
 #, php-format
 msgid "The %d oldest %s during the past %s days are listed below."
 msgstr "最舊的 %d 筆列在下面 - 頁面 %s - 在過去 %s 天以來."
 
-#: ../lib/plugin/RecentChanges.php:331
+#: ../lib/plugin/RecentChanges.php:347
 #, php-format
 msgid "The %d oldest %s are listed below."
 msgstr "最舊的 %d 筆列在下面 - 頁面 %s."
 
-#: ../lib/plugin/RecentChanges.php:338
+#: ../lib/plugin/RecentChanges.php:354
 #, php-format
 msgid "The most recent %s during the past day are listed below."
 msgstr "最新的紀錄已經列在下面 - 頁面 %s - 在過去一天以來."
 
-#: ../lib/plugin/RecentChanges.php:341
+#: ../lib/plugin/RecentChanges.php:357
 #, php-format
 msgid "The most recent %s during the past %s days are listed below."
 msgstr "最新的紀錄已經列在下面 - 頁面 %s - 在過去 %s 天以來."
 
-#: ../lib/plugin/RecentChanges.php:344
+#: ../lib/plugin/RecentChanges.php:360
 #, php-format
 msgid "All %s are listed below."
 msgstr "所有 %s 已被列在下面."
 
-#: ../lib/plugin/RecentChanges.php:370 ../lib/plugin/RecentComments.php:66
+#: ../lib/plugin/RecentChanges.php:386 ../lib/plugin/RecentComments.php:82
 #, fuzzy
 msgid "No comments found"
 msgstr "沒發現任何變更"
 
-#: ../lib/plugin/RecentChanges.php:372
+#: ../lib/plugin/RecentChanges.php:388
 msgid "No changes found"
 msgstr "沒發現任何變更"
 
-#: ../lib/plugin/RecentChanges.php:391
+#: ../lib/plugin/RecentChanges.php:407
 msgid "Click to add this feed to your sidebar"
 msgstr ""
 
-#: ../lib/plugin/RecentChanges.php:770
+#: ../lib/plugin/RecentChanges.php:807
 msgid "Title Search"
 msgstr "標題搜尋"
 
-#: ../lib/plugin/RecentChanges.php:1330
-msgid "Show minor edits for:"
-msgstr "顯示次要編輯:"
+#: ../lib/plugin/RecentChanges.php:1165
+#, fuzzy
+msgid "List all recent changes in this wiki."
+msgstr "在此 wiki 列出所有頁面."
 
-#: ../lib/plugin/RecentChanges.php:1332
-msgid "Show all changes for:"
-msgstr "顯示所有變更:"
-
-#: ../lib/plugin/RecentChanges.php:1334
+#: ../lib/plugin/RecentChanges.php:1371
 msgid "Show changes for:"
 msgstr "顯示變更:"
 
-#: ../lib/plugin/RecentChanges.php:1336
-msgid "All new pages since:"
-msgstr ""
-
-#: ../lib/plugin/RecentChanges.php:1356
+#: ../lib/plugin/RecentChanges.php:1417
 msgid "1 day"
 msgstr "1 天"
 
-#: ../lib/plugin/RecentChanges.php:1360
+#: ../lib/plugin/RecentChanges.php:1419
+msgid "All time"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1421
 #, php-format
 msgid "%s days"
 msgstr "%s 天"
 
-#: ../lib/plugin/RecentComments.php:17 ../lib/plugin/RecentComments.php:37
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../lib/plugin/RecentChanges.php:1433
 #, fuzzy
+msgid "All users"
+msgstr "AllUsers"
+
+#: ../lib/plugin/RecentChanges.php:1436
+msgid "My modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1453
+#: ../themes/MonoBook/templates/navbar.tmpl:78
+#, fuzzy
+msgid "All pages"
+msgstr "AllPages"
+
+#: ../lib/plugin/RecentChanges.php:1456
+msgid "My pages only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+msgid "Major modifications only"
+msgstr ""
+
+#: ../lib/plugin/RecentChanges.php:1473
+#, fuzzy
+msgid "All modifications"
+msgstr "Email é©—è­‰."
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Page once only"
+msgstr "內容"
+
+#: ../lib/plugin/RecentChanges.php:1484
+#, fuzzy
+msgid "Full changes"
+msgstr "FullRecentChanges"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "Old and new pages"
+msgstr "建立此頁面"
+
+#: ../lib/plugin/RecentChanges.php:1495
+#, fuzzy
+msgid "New pages only"
+msgstr "新頁面."
+
+#: ../lib/plugin/RecentComments.php:36 ../lib/plugin/RecentComments.php:53
+#: ../themes/MonoBook/templates/navbar.tmpl:17
+#, fuzzy
 msgid "RecentComments"
 msgstr "意見"
 
-#: ../lib/plugin/RecentComments.php:92
+#: ../lib/plugin/RecentComments.php:40
+msgid "List basepages with recently added comments."
+msgstr ""
+
+#: ../lib/plugin/RecentComments.php:108
 #, fuzzy
 msgid "latest comment by "
 msgstr "新意見."
 
-#: ../lib/plugin/RecentEdits.php:36
+#: ../lib/plugin/RecentEdits.php:33
 #, fuzzy
+msgid "List all recent edits in this wiki."
+msgstr "在此 wiki 列出所有頁面."
+
+#: ../lib/plugin/RecentEdits.php:54
+#, fuzzy
 msgid "Recent Edits"
 msgstr "RecentEdits"
 
-#: ../lib/plugin/RecentReferrers.php:14
+#: ../lib/plugin/RecentReferrers.php:33
 msgid "RecentReferrers"
 msgstr ""
 
+#: ../lib/plugin/RecentReferrers.php:37
+msgid "Analyse access log."
+msgstr ""
+
 #: ../lib/plugin/RedirectTo.php:47
 msgid "RedirectTo"
 msgstr "RedirectTo"
 
 #: ../lib/plugin/RedirectTo.php:51
-msgid "Redirects to another url or page."
+#, fuzzy
+msgid "Redirects to another URL or page."
 msgstr "重導向到另一個 url 或頁面."
 
-#: ../lib/plugin/RedirectTo.php:83
-msgid "Redirect to an external url"
-msgstr "重導向到另一個外部 url"
+#: ../lib/plugin/RedirectTo.php:76
+#, fuzzy
+msgid "Redirect to an external URL is only allowed in locked pages."
+msgstr "%s 只允許在鎖定的頁面中."
 
-#: ../lib/plugin/RedirectTo.php:97
+#: ../lib/plugin/RedirectTo.php:85
+#, fuzzy
+msgid "'href' or 'page' parameter missing."
+msgstr "%s 或 %s 參數遺漏"
+
+#: ../lib/plugin/RedirectTo.php:89
 #, php-format
 msgid "Recursive redirect to self: '%s'"
 msgstr "遞迴重導向到自己: '%s'"
 
-#: ../lib/plugin/RedirectTo.php:106
+#: ../lib/plugin/RedirectTo.php:98
 msgid "Double redirect not allowed."
 msgstr "雙重重導向是不允許的."
 
-#: ../lib/plugin/RedirectTo.php:110
+#: ../lib/plugin/RedirectTo.php:102
 msgid "Viewing redirecting page."
 msgstr "查看重導向的頁面."
 
-#: ../lib/plugin/RelatedChanges.php:18
+#: ../lib/plugin/RelatedChanges.php:37
 #, fuzzy, php-format
 msgid " (to pages linked from \"%s\")"
 msgstr "%s 個頁面連結到 %s:"
 
-#: ../lib/plugin/RelatedChanges.php:44 ../lib/plugin/RelatedChanges.php:73
+#: ../lib/plugin/RelatedChanges.php:49
 #, fuzzy
+msgid "List of changes on all pages which are linked to from this page."
+msgstr "列出未被其他頁面連結到的頁面."
+
+#: ../lib/plugin/RelatedChanges.php:57 ../lib/plugin/RelatedChanges.php:86
+#, fuzzy
 msgid "Related Changes"
 msgstr "最近變更"
 
-#: ../lib/plugin/RelatedChanges.php:73 ../themes/Crao/templates/navbar.tmpl:15
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../lib/plugin/RelatedChanges.php:86 ../themes/Crao/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "RelatedChanges"
 msgstr "RecentChanges"
 
-#: ../lib/plugin/RichTable.php:37
+#: ../lib/plugin/RichTable.php:34
 msgid "RichTable"
 msgstr "RichTable"
 
-#: ../lib/plugin/RichTable.php:41
+#: ../lib/plugin/RichTable.php:38
 msgid "Layout tables using a very rich markup style."
 msgstr "使用豐富標記風格進行佈局的表格."
 
-#: ../lib/plugin/RssFeed.php:32 ../lib/plugin/RssFeed.php:113
+#: ../lib/plugin/RssFeed.php:31 ../lib/plugin/RssFeed.php:117
 msgid "RssFeed"
 msgstr "RssFeed"
 
-#: ../lib/plugin/RssFeed.php:36
+#: ../lib/plugin/RssFeed.php:35
 msgid "Simple RSS Feed aggregator Plugin"
 msgstr "簡單的 RSS Feed aggregator Plugin"
 
-#: ../lib/plugin/RssFeed.php:103
+#: ../lib/plugin/RssFeed.php:107
 msgid "no RSS items"
 msgstr ""
 
@@ -4429,7 +4715,7 @@
 msgid "Hilight referred search terms."
 msgstr ""
 
-#: ../lib/plugin/SearchHighlight.php:73
+#: ../lib/plugin/SearchHighlight.php:68
 #, php-format
 msgid "%s: Found %s through %s"
 msgstr ""
@@ -4444,58 +4730,58 @@
 msgid "Display the list of relations and attributes on this page."
 msgstr "變更頁面屬性"
 
-#: ../lib/plugin/SemanticRelations.php:92
-#: ../lib/plugin/SemanticRelations.php:112 ../lib/plugin/SemanticSearch.php:57
+#: ../lib/plugin/SemanticRelations.php:88
+#: ../lib/plugin/SemanticRelations.php:108 ../lib/plugin/SemanticSearch.php:58
 #, fuzzy
 msgid "SemanticSearch"
 msgstr "InterWikiSearch"
 
-#: ../lib/plugin/SemanticRelations.php:98
+#: ../lib/plugin/SemanticRelations.php:94
 #, fuzzy, php-format
 msgid "Semantic relations for %s"
 msgstr "為 %s 定義轉換,在 %s"
 
-#: ../lib/plugin/SemanticRelations.php:126
+#: ../lib/plugin/SemanticRelations.php:122
 #, php-format
 msgid "Attributes of %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:136
-#: ../lib/plugin/SemanticRelations.php:137
+#: ../lib/plugin/SemanticRelations.php:132
+#: ../lib/plugin/SemanticRelations.php:133
 msgid "Help/SemanticRelations"
 msgstr ""
 
-#: ../lib/plugin/SemanticRelations.php:139
+#: ../lib/plugin/SemanticRelations.php:135
 msgid "Find out how to add relations and attributes to pages."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:60
+#: ../lib/plugin/SemanticSearch.php:61
 #, fuzzy
 msgid "Search relations and attributes"
 msgstr "變更頁面屬性"
 
-#: ../lib/plugin/SemanticSearch.php:107
+#: ../lib/plugin/SemanticSearch.php:104
 msgid "Filter by this relation. With autocompletion."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:125
+#: ../lib/plugin/SemanticSearch.php:122
 #, fuzzy
 msgid "Relations"
 msgstr "相關連結"
 
-#: ../lib/plugin/SemanticSearch.php:133 ../lib/plugin/SemanticSearch.php:209
+#: ../lib/plugin/SemanticSearch.php:130 ../lib/plugin/SemanticSearch.php:209
 msgid "Add an AND query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:210
+#: ../lib/plugin/SemanticSearch.php:131 ../lib/plugin/SemanticSearch.php:210
 msgid "OR"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:137 ../lib/plugin/SemanticSearch.php:213
+#: ../lib/plugin/SemanticSearch.php:134 ../lib/plugin/SemanticSearch.php:213
 msgid "Add an OR query"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:140
+#: ../lib/plugin/SemanticSearch.php:137
 msgid "Search in pages for a relation with that value (a pagename)."
 msgstr ""
 
@@ -4529,31 +4815,31 @@
 msgid "SemanticSearchAdvanced"
 msgstr "InterWikiSearch"
 
-#: ../lib/plugin/SemanticSearch.php:282
+#: ../lib/plugin/SemanticSearch.php:285
 msgid "No relations nor attributes in the whole wikidb defined!"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:284
+#: ../lib/plugin/SemanticSearch.php:287
 #, fuzzy
 msgid "Help:SemanticRelations"
 msgstr "取消評比"
 
-#: ../lib/plugin/SemanticSearch.php:332
+#: ../lib/plugin/SemanticSearch.php:335
 #, php-format
 msgid "Illegal operator: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:380
+#: ../lib/plugin/SemanticSearch.php:383
 #, php-format
 msgid "Only text operators can be used with strings: %s"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:404
+#: ../lib/plugin/SemanticSearch.php:407
 msgid "Value"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearch.php:419
-#: ../lib/plugin/SemanticSearchAdvanced.php:168
+#: ../lib/plugin/SemanticSearch.php:422
+#: ../lib/plugin/SemanticSearchAdvanced.php:164
 #, php-format
 msgid "Semantic %s Search Result for \"%s\" in pages \"%s\""
 msgstr ""
@@ -4562,20 +4848,20 @@
 msgid "Parse and execute a full query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:103
+#: ../lib/plugin/SemanticSearchAdvanced.php:99
 msgid "Enter a valid query expression"
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:113
+#: ../lib/plugin/SemanticSearchAdvanced.php:109
 msgid "Search in all specified pages for the expression."
 msgstr ""
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:121
+#: ../lib/plugin/SemanticSearchAdvanced.php:117
 #, fuzzy
 msgid "Pagename(s): "
 msgstr "頁面名稱"
 
-#: ../lib/plugin/SemanticSearchAdvanced.php:139
+#: ../lib/plugin/SemanticSearchAdvanced.php:135
 msgid "Help/SemanticSearchAdvancedPlugin"
 msgstr ""
 
@@ -4587,7 +4873,7 @@
 msgid "Recursively get BackLinks or links"
 msgstr "遞迴地取得 BackLinks 或連結"
 
-#: ../lib/plugin/SiteMap.php:169
+#: ../lib/plugin/SiteMap.php:166
 #, php-format
 msgid "(max. recursion level: %d)"
 msgstr "(最大遞迴層級: %d)"
@@ -4600,16 +4886,16 @@
 msgid "Check the spelling of a page and make suggestions"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:124
+#: ../lib/plugin/SpellCheck.php:120
 #, fuzzy
 msgid "SpellCheck"
 msgstr "選擇"
 
-#: ../lib/plugin/SpellCheck.php:125
+#: ../lib/plugin/SpellCheck.php:121
 msgid "Cannot SpellCheck myself"
 msgstr ""
 
-#: ../lib/plugin/SpellCheck.php:171
+#: ../lib/plugin/SpellCheck.php:166
 msgid "SpellCheck result"
 msgstr ""
 
@@ -4621,11 +4907,11 @@
 msgid "Display arbitrary SQL result tables"
 msgstr "顯示不受限制的 SQL 結果表格"
 
-#: ../lib/plugin/SqlResult.php:107
+#: ../lib/plugin/SqlResult.php:102
 msgid "No DSN alias for SqlResult.ini specified"
 msgstr ""
 
-#: ../lib/plugin/SqlResult.php:138
+#: ../lib/plugin/SqlResult.php:133
 #, php-format
 msgid "No DSN for alias %s in SqlResult.ini found"
 msgstr ""
@@ -4638,79 +4924,79 @@
 msgid "Synchronize pages with external PhpWiki"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:113
+#: ../lib/plugin/SyncWiki.php:108
 #, fuzzy
 msgid "Syncing this PhpWiki"
 msgstr "升級 PhpWiki"
 
-#: ../lib/plugin/SyncWiki.php:114
+#: ../lib/plugin/SyncWiki.php:109
 msgid "Download all externally changed sources."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:116
+#: ../lib/plugin/SyncWiki.php:111
 #, php-format
 msgid "Retrieving from external url %s wiki.getRecentChanges(%s)..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:123 ../lib/plugin/WhoIsOnline.php:129
+#: ../lib/plugin/SyncWiki.php:118 ../lib/plugin/WhoIsOnline.php:124
 msgid "<unknown>"
 msgstr "<未知的>"
 
-#: ../lib/plugin/SyncWiki.php:138 ../lib/plugin/SyncWiki.php:191
-#: ../lib/plugin/SyncWiki.php:226 ../lib/upgrade.php:94 ../lib/upgrade.php:98
-#: ../lib/upgrade.php:178 ../lib/upgrade.php:221 ../lib/upgrade.php:1140
+#: ../lib/plugin/SyncWiki.php:133 ../lib/plugin/SyncWiki.php:186
+#: ../lib/plugin/SyncWiki.php:221 ../lib/upgrade.php:73 ../lib/upgrade.php:104
+#: ../lib/upgrade.php:108 ../lib/upgrade.php:199 ../lib/upgrade.php:1118
 msgid " skipped"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:160
+#: ../lib/plugin/SyncWiki.php:155
 msgid "same date"
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:183
+#: ../lib/plugin/SyncWiki.php:178
 msgid "Now upload all locally newer pages."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:185
+#: ../lib/plugin/SyncWiki.php:180
 #, php-format
 msgid "Checking all local pages newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:212
+#: ../lib/plugin/SyncWiki.php:207
 #, fuzzy
 msgid "Now upload all locally newer uploads."
 msgstr "沒有要上傳的檔案?"
 
-#: ../lib/plugin/SyncWiki.php:214
+#: ../lib/plugin/SyncWiki.php:209
 #, php-format
 msgid "Checking all local uploads newer than %s..."
 msgstr ""
 
-#: ../lib/plugin/SyncWiki.php:277
+#: ../lib/plugin/SyncWiki.php:272
 #, fuzzy, php-format
 msgid "%s force"
 msgstr "å…± %s å­—"
 
-#: ../lib/plugin/SyncWiki.php:281
+#: ../lib/plugin/SyncWiki.php:276
 #, fuzzy, php-format
 msgid "Postponed %s for %s."
 msgstr "遺失了 %s 的 %s"
 
-#: ../lib/plugin/SyncWiki.php:288 ../lib/plugin/SyncWiki.php:297
-#: ../lib/plugin/SyncWiki.php:312 ../lib/plugin/SyncWiki.php:321
-#: ../lib/plugin/SyncWiki.php:340
+#: ../lib/plugin/SyncWiki.php:283 ../lib/plugin/SyncWiki.php:292
+#: ../lib/plugin/SyncWiki.php:307 ../lib/plugin/SyncWiki.php:316
+#: ../lib/plugin/SyncWiki.php:335
 #, fuzzy
 msgid "skipped"
 msgstr "跳過"
 
-#: ../lib/plugin/SyncWiki.php:297 ../lib/plugin/SyncWiki.php:321
+#: ../lib/plugin/SyncWiki.php:292 ../lib/plugin/SyncWiki.php:316
 #, fuzzy
 msgid "same content"
 msgstr "下載頁面內容"
 
-#: ../lib/plugin/SyncWiki.php:304 ../lib/plugin/SyncWiki.php:330
-#: ../lib/plugin/SyncWiki.php:332 ../lib/plugin/SyncWiki.php:353
-#: ../lib/plugin/SyncWiki.php:355 ../lib/upgrade.php:218
-#: ../lib/upgrade.php:559 ../lib/upgrade.php:597 ../lib/upgrade.php:1131
+#: ../lib/plugin/SyncWiki.php:299 ../lib/plugin/SyncWiki.php:325
+#: ../lib/plugin/SyncWiki.php:327 ../lib/plugin/SyncWiki.php:348
+#: ../lib/plugin/SyncWiki.php:350 ../lib/upgrade.php:196
+#: ../lib/upgrade.php:537 ../lib/upgrade.php:575 ../lib/upgrade.php:1109
 msgid "FAILED"
 msgstr ""
 
@@ -4723,52 +5009,52 @@
 msgid "Source code syntax highlighter (via http://www.andre-simon.de)"
 msgstr ""
 
-#: ../lib/plugin/SyntaxHighlighter.php:153
+#: ../lib/plugin/SyntaxHighlighter.php:149
 #, fuzzy
 msgid "Syntax language not specified."
 msgstr "沒有指定頁面"
 
-#: ../lib/plugin/SyntaxHighlighter.php:162
+#: ../lib/plugin/SyntaxHighlighter.php:158
 #, php-format
 msgid "invalid %s ignored"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:51
+#: ../lib/plugin/SystemInfo.php:52
 msgid "SystemInfo"
 msgstr "SystemInfo"
 
-#: ../lib/plugin/SystemInfo.php:55
+#: ../lib/plugin/SystemInfo.php:56
 msgid "Provides access to PhpWiki's lower level system information."
 msgstr "提供存取 PhpWiki 下層系統資訊."
 
-#: ../lib/plugin/SystemInfo.php:123
+#: ../lib/plugin/SystemInfo.php:119
 msgid "no cache used"
 msgstr "沒有快取被使用"
 
-#: ../lib/plugin/SystemInfo.php:126
+#: ../lib/plugin/SystemInfo.php:122
 msgid "cached pagedata:"
 msgstr "已置於快取的頁面資料:"
 
-#: ../lib/plugin/SystemInfo.php:127
+#: ../lib/plugin/SystemInfo.php:123
 msgid "cached versiondata:"
 msgstr "已快取的版本資料:"
 
-#: ../lib/plugin/SystemInfo.php:136
+#: ../lib/plugin/SystemInfo.php:132
 #, php-format
 msgid "Keep up to %d major edits, but keep them no longer than %d days."
 msgstr "保持 %d 份主要編輯,但不超過 %d 天."
 
-#: ../lib/plugin/SystemInfo.php:139
+#: ../lib/plugin/SystemInfo.php:135
 #, php-format
 msgid " Keep up to %d minor edits, but keep them no longer than %d days."
 msgstr "保持 %d 份次要編輯,但不超過 %d 天."
 
-#: ../lib/plugin/SystemInfo.php:142
+#: ../lib/plugin/SystemInfo.php:138
 #, php-format
 msgid " Keep the latest contributions of the last %d authors up to %d days."
 msgstr "保存最後 %d 位作者的最新貢獻直到 %d 天."
 
-#: ../lib/plugin/SystemInfo.php:144
+#: ../lib/plugin/SystemInfo.php:140
 #, php-format
 msgid ""
 " Additionally, try to keep the latest contributions of all authors in the "
@@ -4778,211 +5064,211 @@
 " 除此之外, 試著保存最近 %d 天之內所有作者的最新貢獻 (即使超過他們的 %d ,) 但"
 "是沒保存超過 %d 份單一作者修訂."
 
-#: ../lib/plugin/SystemInfo.php:153
+#: ../lib/plugin/SystemInfo.php:149
 #, php-format
 msgid "%d pages"
 msgstr "%d 個頁面"
 
-#: ../lib/plugin/SystemInfo.php:154
+#: ../lib/plugin/SystemInfo.php:150
 #, php-format
 msgid "%d not-empty pages"
 msgstr "%d 個非空白頁面"
 
-#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195
+#: ../lib/plugin/SystemInfo.php:161 ../lib/plugin/SystemInfo.php:191
 msgid "not yet"
 msgstr "尚未"
 
-#: ../lib/plugin/SystemInfo.php:182
+#: ../lib/plugin/SystemInfo.php:178
 #, php-format
 msgid "%d homepages"
 msgstr "%d 個主頁"
 
-#: ../lib/plugin/SystemInfo.php:259
+#: ../lib/plugin/SystemInfo.php:255
 #, php-format
 msgid "total hits: %d"
 msgstr "總擊閱數: %d"
 
-#: ../lib/plugin/SystemInfo.php:260
+#: ../lib/plugin/SystemInfo.php:256
 #, php-format
 msgid "max: %d"
 msgstr "最大: %d"
 
-#: ../lib/plugin/SystemInfo.php:261
+#: ../lib/plugin/SystemInfo.php:257
 #, php-format
 msgid "mean: %2.3f"
 msgstr "表示: %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:262
+#: ../lib/plugin/SystemInfo.php:258
 #, php-format
 msgid "median: %d"
 msgstr "median: %d"
 
-#: ../lib/plugin/SystemInfo.php:263
+#: ../lib/plugin/SystemInfo.php:259
 #, php-format
 msgid "stddev: %2.3f"
 msgstr "stddev: %2.3f"
 
-#: ../lib/plugin/SystemInfo.php:264
+#: ../lib/plugin/SystemInfo.php:260
 #, php-format
 msgid "%d pages with less than %d hits (<%d%%)."
 msgstr "%d 個頁面少於 %d 個擊閱數(<%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:266
+#: ../lib/plugin/SystemInfo.php:262
 #, php-format
 msgid "%d page(s) with more than %d hits (>%d%%)."
 msgstr "%d 個頁面超過 %d 個擊閱數(>%d%%)."
 
-#: ../lib/plugin/SystemInfo.php:404
+#: ../lib/plugin/SystemInfo.php:400
 #, php-format
 msgid "Application size: %d Kb"
 msgstr "應用程式大小: %d Kb"
 
-#: ../lib/plugin/SystemInfo.php:406
+#: ../lib/plugin/SystemInfo.php:402
 #, php-format
 msgid "Pagedata size: %d Kb"
 msgstr "頁面資料大小: %d Kb"
 
-#: ../lib/plugin/SystemInfo.php:424
+#: ../lib/plugin/SystemInfo.php:420
 #, php-format
 msgid "Total %d plugins: "
 msgstr "共有 %d 個 plugin:"
 
-#: ../lib/plugin/SystemInfo.php:433
+#: ../lib/plugin/SystemInfo.php:429
 #, php-format
 msgid "Total of %d languages: "
 msgstr "共有 %d 種語言:"
 
-#: ../lib/plugin/SystemInfo.php:436
+#: ../lib/plugin/SystemInfo.php:432
 #, php-format
 msgid "Current language: '%s'"
 msgstr "目前語言: '%s'"
 
-#: ../lib/plugin/SystemInfo.php:438
+#: ../lib/plugin/SystemInfo.php:434
 #, php-format
 msgid "Default language: '%s'"
 msgstr "預設語言: '%s'"
 
-#: ../lib/plugin/SystemInfo.php:446
+#: ../lib/plugin/SystemInfo.php:442
 #, php-format
 msgid "Total of %d themes: "
 msgstr "共有 %d 組佈景主題: "
 
-#: ../lib/plugin/SystemInfo.php:448
+#: ../lib/plugin/SystemInfo.php:444
 #, php-format
 msgid "Current theme: '%s'"
 msgstr "目前佈景主題: '%s'"
 
-#: ../lib/plugin/SystemInfo.php:450
+#: ../lib/plugin/SystemInfo.php:446
 #, php-format
 msgid "Default theme: '%s'"
 msgstr "預設佈景主題: '%s'"
 
-#: ../lib/plugin/SystemInfo.php:463
+#: ../lib/plugin/SystemInfo.php:459
 #, php-format
 msgid "unknown argument '%s' to SystemInfo"
 msgstr "SystemInfo 未知的引數 '%s'"
 
-#: ../lib/plugin/SystemInfo.php:487
+#: ../lib/plugin/SystemInfo.php:483
 msgid "Application name"
 msgstr "應用程式名稱"
 
-#: ../lib/plugin/SystemInfo.php:488
+#: ../lib/plugin/SystemInfo.php:484
 msgid "PhpWiki engine version"
 msgstr "PhpWiki 引擎版本"
 
-#: ../lib/plugin/SystemInfo.php:489
+#: ../lib/plugin/SystemInfo.php:485
 msgid "Database"
 msgstr "資料庫"
 
-#: ../lib/plugin/SystemInfo.php:490
+#: ../lib/plugin/SystemInfo.php:486
 msgid "Cache statistics"
 msgstr "快取統計"
 
-#: ../lib/plugin/SystemInfo.php:491
+#: ../lib/plugin/SystemInfo.php:487
 msgid "Page statistics"
 msgstr "頁面統計"
 
-#: ../lib/plugin/SystemInfo.php:494
+#: ../lib/plugin/SystemInfo.php:490
 msgid "User statistics"
 msgstr "使用者統計"
 
-#: ../lib/plugin/SystemInfo.php:496
+#: ../lib/plugin/SystemInfo.php:492
 msgid "Hit statistics"
 msgstr "擊閱數統計"
 
-#: ../lib/plugin/SystemInfo.php:497
+#: ../lib/plugin/SystemInfo.php:493
 msgid "Harddisc usage"
 msgstr ""
 
-#: ../lib/plugin/SystemInfo.php:498
+#: ../lib/plugin/SystemInfo.php:494
 msgid "Expiry parameters"
 msgstr "過期參數"
 
-#: ../lib/plugin/SystemInfo.php:499
+#: ../lib/plugin/SystemInfo.php:495
 msgid "Wikiname regexp"
 msgstr "Wikiname regexp"
 
-#: ../lib/plugin/SystemInfo.php:500
+#: ../lib/plugin/SystemInfo.php:496
 msgid "Allowed protocols"
 msgstr "允許的協定"
 
-#: ../lib/plugin/SystemInfo.php:501
+#: ../lib/plugin/SystemInfo.php:497
 msgid "Inline images"
 msgstr "Inline 圖片"
 
-#: ../lib/plugin/SystemInfo.php:502
+#: ../lib/plugin/SystemInfo.php:498
 msgid "Available plugins"
 msgstr "可用的 plugin"
 
-#: ../lib/plugin/SystemInfo.php:503
+#: ../lib/plugin/SystemInfo.php:499
 msgid "Supported languages"
 msgstr "已支援的語言"
 
-#: ../lib/plugin/SystemInfo.php:504
+#: ../lib/plugin/SystemInfo.php:500
 msgid "Supported themes"
 msgstr "已支援的佈景主題"
 
-#: ../lib/plugin/TeX2png.php:29
+#: ../lib/plugin/TeX2png.php:45
 msgid "TeX2png"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:33
+#: ../lib/plugin/TeX2png.php:49
 msgid ""
 "Convert Tex mathematicals expressions to cached png files. This is for small "
 "text"
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:134
+#: ../lib/plugin/TeX2png.php:146
 msgid " (syntax error for latex) "
 msgstr ""
 
-#: ../lib/plugin/TeX2png.php:173
+#: ../lib/plugin/TeX2png.php:185
 #, fuzzy
 msgid "TeX imagepath not writable."
 msgstr "%s 無法寫入."
 
-#: ../lib/plugin/TeX2png.php:214 ../lib/plugin/text2png.php:85
+#: ../lib/plugin/TeX2png.php:226 ../lib/plugin/text2png.php:80
 msgid "Sorry, this version of PHP cannot create PNG image files."
 msgstr "抱歉, 這個版本的 PHP 無法建立 PNG 圖片檔."
 
-#: ../lib/plugin/Template.php:66
+#: ../lib/plugin/Template.php:65
 msgid "Parametrized page inclusion."
 msgstr ""
 
-#: ../lib/plugin/TexToPng.php:103
+#: ../lib/plugin/TexToPng.php:101
 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki."
 msgstr "轉換 TeX 為圖片. 可以用來在 PhpWiki 嵌入方程式."
 
-#: ../lib/plugin/TitleSearch.php:47
+#: ../lib/plugin/TitleSearch.php:48
 msgid "Search the titles of all pages in this wiki."
 msgstr "在此 wiki 的所有頁面搜尋標題."
 
-#: ../lib/plugin/TitleSearch.php:104
+#: ../lib/plugin/TitleSearch.php:103
 #, fuzzy, php-format
 msgid "Title search results for '%s' (%d total)"
 msgstr "以 '%s' 進行標題搜尋的結果"
 
-#: ../lib/plugin/TitleSearch.php:106
+#: ../lib/plugin/TitleSearch.php:105
 #, php-format
 msgid "Title search results for '%s'"
 msgstr "以 '%s' 進行標題搜尋的結果"
@@ -4995,11 +5281,11 @@
 msgid "Include an external web page within the body of a wiki page."
 msgstr "含括外部網頁到 wiki 頁面的內容中."
 
-#: ../lib/plugin/Transclude.php:97
+#: ../lib/plugin/Transclude.php:60
 msgid "Transcluded page"
 msgstr "Transcluded 頁面"
 
-#: ../lib/plugin/Transclude.php:106
+#: ../lib/plugin/Transclude.php:103
 #, php-format
 msgid "See: %s"
 msgstr "參閱: %s"
@@ -5017,77 +5303,77 @@
 msgid "Define a translation for a specified text"
 msgstr "為特定文字定義轉換."
 
-#: ../lib/plugin/TranslateText.php:68
+#: ../lib/plugin/TranslateText.php:63
 msgid "This internal action page cannot viewed."
 msgstr "內部動作頁面無法瀏覽."
 
-#: ../lib/plugin/TranslateText.php:69
+#: ../lib/plugin/TranslateText.php:64
 msgid "You can only use it via the _WikiTranslation plugin."
 msgstr "你只能透過 _WikiTranslation plugin 使用."
 
-#: ../lib/plugin/TranslateText.php:76
+#: ../lib/plugin/TranslateText.php:71
 msgid "Translation Error!"
 msgstr "轉換錯誤!"
 
-#: ../lib/plugin/TranslateText.php:77
+#: ../lib/plugin/TranslateText.php:72
 msgid ""
 "Your translated text is either empty or equal to the untranslated text. "
 "Please try again."
 msgstr "你的轉換文字是空白或等於未轉換的文字. 請再試一次."
 
-#: ../lib/plugin/TranslateText.php:82
+#: ../lib/plugin/TranslateText.php:77
 msgid "ContributedTranslations"
 msgstr "ContributedTranslations"
 
-#: ../lib/plugin/TranslateText.php:96
+#: ../lib/plugin/TranslateText.php:91
 #, php-format
 msgid "Translate '%s' to '%s' in *%s*"
 msgstr "轉換 '%s' 到 '%s' 在 *%s*"
 
-#: ../lib/plugin/TranslateText.php:99
+#: ../lib/plugin/TranslateText.php:94
 #, php-format
 msgid "Translate %s to %s in %s"
 msgstr "轉換 %s 到 %s 在 %s"
 
-#: ../lib/plugin/TranslateText.php:103
+#: ../lib/plugin/TranslateText.php:98
 msgid "Thanks for adding this translation!"
 msgstr "謝謝你增加此轉換!"
 
-#: ../lib/plugin/TranslateText.php:104
+#: ../lib/plugin/TranslateText.php:99
 #, php-format
 msgid ""
 "Your translated text doesn't yet appear in this %s, but the Administrator "
 "will pick it up and add to the installation."
 msgstr "你的轉換文字不存在於 %s, 但管理者將會取用並加到安裝中."
 
-#: ../lib/plugin/TranslateText.php:106
+#: ../lib/plugin/TranslateText.php:101
 #, php-format
 msgid "Your translation is stored in %s"
 msgstr "你的轉換存放在 %s"
 
-#: ../lib/plugin/TranslateText.php:112 ../lib/plugin/TranslateText.php:114
+#: ../lib/plugin/TranslateText.php:107 ../lib/plugin/TranslateText.php:109
 #, php-format
 msgid "From english to %s: "
 msgstr "從英文到 %s:"
 
-#: ../lib/plugin/TranslateText.php:115
+#: ../lib/plugin/TranslateText.php:110
 msgid "Translate"
 msgstr "轉換"
 
-#: ../lib/plugin/UnfoldSubpages.php:42
+#: ../lib/plugin/UnfoldSubpages.php:40
 msgid "UnfoldSubpages"
 msgstr "UnfoldSubpages"
 
-#: ../lib/plugin/UnfoldSubpages.php:46
+#: ../lib/plugin/UnfoldSubpages.php:44
 msgid "Includes the content of all SubPages of the current page."
 msgstr "含括目前頁面所有子頁面的內容."
 
-#: ../lib/plugin/UnfoldSubpages.php:151
+#: ../lib/plugin/UnfoldSubpages.php:165
 #, php-format
 msgid "Included from %s:"
 msgstr "已從 %s 含括:"
 
-#: ../lib/plugin/UnfoldSubpages.php:160
+#: ../lib/plugin/UnfoldSubpages.php:174
 #, fuzzy, php-format
 msgid "%s has no subpages defined."
 msgstr "目前頁面沒有定義任何子頁面."
@@ -5096,82 +5382,82 @@
 msgid "Upload files to the local InterWiki Upload:<filename>"
 msgstr "上傳檔案到本地 InterWiki. Upload:<filename>"
 
-#: ../lib/plugin/UpLoad.php:176
+#: ../lib/plugin/UpLoad.php:179
 #, fuzzy
 msgid "You cannot upload files."
 msgstr "錯誤: 無法開啟上傳日誌檔案"
 
-#: ../lib/plugin/UpLoad.php:178
+#: ../lib/plugin/UpLoad.php:181
 msgid "Check you are logged in."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:179
+#: ../lib/plugin/UpLoad.php:182
 msgid "Check you are in the right project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:180
+#: ../lib/plugin/UpLoad.php:183
 msgid "Check you are a member of the current project."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:185
+#: ../lib/plugin/UpLoad.php:188
 msgid "ACCESS DENIED: You must log in to upload files."
 msgstr "拒絕存取: 請先登入才能上傳檔案"
 
-#: ../lib/plugin/UpLoad.php:210
+#: ../lib/plugin/UpLoad.php:213
 #, fuzzy, php-format
 msgid "ERROR uploading '%s'"
 msgstr "載入 '%s'"
 
-#: ../lib/plugin/UpLoad.php:215
+#: ../lib/plugin/UpLoad.php:218
 #, fuzzy, php-format
 msgid "Files with extension %s are not allowed."
 msgstr "副檔名 %s 不被允許"
 
-#: ../lib/plugin/UpLoad.php:223
+#: ../lib/plugin/UpLoad.php:226
 #, fuzzy, php-format
 msgid "Only files with the extension %s are allowed."
 msgstr "副檔名 %s 不被允許"
 
-#: ../lib/plugin/UpLoad.php:229
+#: ../lib/plugin/UpLoad.php:232
 msgid ""
 "Invalid filename. File names may only contain alphanumeric characters and "
 "dot, underscore, space or dash."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:233
+#: ../lib/plugin/UpLoad.php:236
 #, fuzzy, php-format
 msgid "There is already a file with name %s uploaded."
 msgstr "已經有個名為 %s 的檔案存在"
 
-#: ../lib/plugin/UpLoad.php:238
+#: ../lib/plugin/UpLoad.php:241
 #, fuzzy
 msgid "Sorry but this file is too big."
 msgstr "抱歉,因為檔案太大了."
 
-#: ../lib/plugin/UpLoad.php:247
+#: ../lib/plugin/UpLoad.php:250
 msgid "File successfully uploaded."
 msgstr "檔案已經成功地上傳."
 
-#: ../lib/plugin/UpLoad.php:264
+#: ../lib/plugin/UpLoad.php:267
 #, php-format
 msgid "uploaded %s"
 msgstr "已上傳 %s"
 
-#: ../lib/plugin/UpLoad.php:270
+#: ../lib/plugin/UpLoad.php:273
 #, fuzzy
 msgid "Uploading failed."
 msgstr "上傳失敗:"
 
-#: ../lib/plugin/UpLoad.php:274
+#: ../lib/plugin/UpLoad.php:277
 msgid "No file selected. Please select one."
 msgstr ""
 
-#: ../lib/plugin/UpLoad.php:288
+#: ../lib/plugin/UpLoad.php:291
 #, fuzzy
 msgid "The upload logfile exists but is not writable."
 msgstr "錯誤: 上傳日誌無法寫入"
 
-#: ../lib/plugin/UpLoad.php:291
+#: ../lib/plugin/UpLoad.php:294
 #, fuzzy
 msgid "Can't open the upload logfile."
 msgstr "錯誤: 無法開啟上傳日誌檔案"
@@ -5180,155 +5466,197 @@
 msgid "Converts an uri-escaped identifier back to an unique XML-ID"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:81
+#: ../lib/plugin/UserPreferences.php:43
+msgid "Allow any user to adjust his own preferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:73
+msgid "Error: You are not logged in, cannot display UserPreferences."
+msgstr ""
+
+#: ../lib/plugin/UserPreferences.php:88
 msgid ""
 "Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences "
 "cannot be saved."
 msgstr ""
 "錯誤: 使用者的首頁必須是一個合法的 WikiWord. 抱歉, UserPreferences 無法儲存."
 
-#: ../lib/plugin/UserPreferences.php:109
+#: ../lib/plugin/UserPreferences.php:111
 #, fuzzy
 msgid "Your UserPreferences have been successfully reset to default."
 msgstr "%d UserPreference 欄位已成功地更新."
 
-#: ../lib/plugin/UserPreferences.php:117
+#: ../lib/plugin/UserPreferences.php:120
 msgid "Do you really want to reset all your UserPreferences?"
 msgstr ""
 
-#: ../lib/plugin/UserPreferences.php:125
+#: ../lib/plugin/UserPreferences.php:128
 msgid "Wrong password. Try again."
 msgstr "錯誤的密碼.再試一次."
 
-#: ../lib/plugin/UserPreferences.php:144
+#: ../lib/plugin/UserPreferences.php:147
 msgid "Password updated."
 msgstr "密碼已經更新."
 
-#: ../lib/plugin/UserPreferences.php:146
+#: ../lib/plugin/UserPreferences.php:149
 #, fuzzy
 msgid "Password was not changed."
 msgstr "無法變更密碼."
 
-#: ../lib/plugin/UserPreferences.php:149
+#: ../lib/plugin/UserPreferences.php:152
 msgid "Password cannot be changed."
 msgstr "無法變更密碼."
 
-#: ../lib/plugin/UserPreferences.php:153
+#: ../lib/plugin/UserPreferences.php:156
 msgid "No changes."
 msgstr "沒有變更."
 
-#: ../lib/plugin/UserPreferences.php:158
+#: ../lib/plugin/UserPreferences.php:161
 #, fuzzy
 msgid "One UserPreferences field successfully updated."
 msgstr "%d UserPreference 欄位已成功地更新."
 
-#: ../lib/plugin/UserPreferences.php:160
+#: ../lib/plugin/UserPreferences.php:163
 #, php-format
 msgid "%d UserPreferences fields successfully updated."
 msgstr "%d UserPreference 欄位已成功地更新."
 
-#: ../lib/plugin/UserRatings.php:47
+#: ../lib/plugin/UserRatings.php:44
 #, fuzzy
 msgid "UserRatings"
 msgstr "使用者統計"
 
-#: ../lib/plugin/UserRatings.php:51
+#: ../lib/plugin/UserRatings.php:48
 #, fuzzy
 msgid "List the user's ratings."
 msgstr "列出最受歡迎的頁面."
 
-#: ../lib/plugin/UserRatings.php:89
+#: ../lib/plugin/UserRatings.php:81
 #, php-format
 msgid "Displaying %d ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:108
+#: ../lib/plugin/UserRatings.php:100
 #, php-format
 msgid "Showing all %ss (%%d):"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:125
+#: ../lib/plugin/UserRatings.php:117
 #, php-format
 msgid "'s %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:128
+#: ../lib/plugin/UserRatings.php:120
 #, php-format
 msgid "Here are your %d page ratings:"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:222
+#: ../lib/plugin/UserRatings.php:214
 msgid "Pred"
 msgstr ""
 
-#: ../lib/plugin/UserRatings.php:226 ../lib/wikilens/PageListColumns.php:375
+#: ../lib/plugin/UserRatings.php:218 ../lib/wikilens/PageListColumns.php:375
 msgid "Rate"
 msgstr "Rate"
 
-#: ../lib/plugin/VisualWiki.php:66
+#: ../lib/plugin/Video.php:50
+msgid "Video"
+msgstr ""
+
+#: ../lib/plugin/Video.php:54
+msgid "Display video in Flash"
+msgstr ""
+
+#: ../lib/plugin/Video.php:74
+#, fuzzy
+msgid "Both 'url' or 'file' parameters missing."
+msgstr "%s 或 %s 參數遺漏"
+
+#: ../lib/plugin/Video.php:76
+msgid "Choose only one of 'url' or 'file' parameters."
+msgstr ""
+
+#: ../lib/plugin/Video.php:84
+msgid "Your browser does not understand the HTML 5 video tag."
+msgstr ""
+
+#: ../lib/plugin/Video.php:88 ../lib/plugin/Video.php:90
+#: ../lib/plugin/Video.php:92 ../lib/plugin/Video.php:94
+#: ../lib/plugin/YouTube.php:104 ../lib/plugin/YouTube.php:106
+#: ../lib/plugin/YouTube.php:108 ../lib/plugin/YouTube.php:110
+#: ../lib/plugin/YouTube.php:134 ../lib/plugin/YouTube.php:136
+#, fuzzy, php-format
+msgid "Invalid argument %s"
+msgstr "錯誤的顏色值: %s"
+
+#: ../lib/plugin/VisualWiki.php:61
 msgid ""
 "Visualizes the Wiki structure in a graph using the 'dot' commandline tool "
 "from graphviz."
 msgstr "從 graphviz 使用 'dot' 命令列工具以圖形視覺化 Wiki 結構."
 
-#: ../lib/plugin/VisualWiki.php:497
+#: ../lib/plugin/VisualWiki.php:492
 msgid "Legend"
 msgstr "圖例"
 
-#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:70
-#: ../lib/plugin/WantedPagesOld.php:33 ../lib/plugin/WantedPagesOld.php:66
+#: ../lib/plugin/WantedPages.php:39 ../lib/plugin/WantedPages.php:66
+#: ../lib/plugin/WantedPagesOld.php:30 ../lib/plugin/WantedPagesOld.php:58
 msgid "WantedPages"
 msgstr "WantedPages"
 
-#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:37
+#: ../lib/plugin/WantedPages.php:42 ../lib/plugin/WantedPagesOld.php:34
 msgid "Lists referenced page names which do not exist yet."
 msgstr "列出還未存在的頁面名稱."
 
-#: ../lib/plugin/WantedPages.php:55 ../lib/plugin/WantedPagesOld.php:47
+#: ../lib/plugin/WantedPages.php:51 ../lib/plugin/WantedPagesOld.php:39
 #: ../lib/plugin/_WikiTranslation.php:84 ../lib/plugin/_WikiTranslation.php:98
 msgid "PgsrcTranslation"
 msgstr "PgsrcTranslation"
 
-#: ../lib/plugin/WantedPages.php:79
+#: ../lib/plugin/WantedPages.php:75
 #, fuzzy
 msgid "Wanted From"
 msgstr "日期格式"
 
-#: ../lib/plugin/WantedPages.php:130
+#: ../lib/plugin/WantedPages.php:127
 #, fuzzy, php-format
 msgid "Wanted Pages for %s:"
 msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/WantedPages.php:132
+#: ../lib/plugin/WantedPages.php:129
 #, fuzzy, php-format
 msgid "Wanted Pages in this wiki:"
 msgstr "在此 wiki 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/WantedPagesOld.php:100
-#: ../themes/default/templates/online.tmpl:38
+#: ../lib/plugin/WantedPagesOld.php:92
+#: ../themes/default/templates/online.tmpl:39
 msgid "<none>"
 msgstr "<ç„¡>"
 
-#: ../lib/plugin/WantedPagesOld.php:115
+#: ../lib/plugin/WantedPagesOld.php:107
 #, php-format
 msgid "Wanted Pages for %s (%d total):"
 msgstr "%s 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/WantedPagesOld.php:149
+#: ../lib/plugin/WantedPagesOld.php:141
 #, php-format
 msgid "Wanted Pages in this wiki (%d total):"
 msgstr "在此 wiki 所需要的頁面 (共 %d):"
 
-#: ../lib/plugin/WantedPagesOld.php:151
+#: ../lib/plugin/WantedPagesOld.php:143
 msgid "Count"
 msgstr "計數"
 
-#: ../lib/plugin/WatchPage.php:35
+#: ../lib/plugin/WatchPage.php:36
 #, fuzzy
 msgid "WatchPage"
 msgstr "寬度"
 
-#: ../lib/plugin/WatchPage.php:78
+#: ../lib/plugin/WatchPage.php:40
+msgid "Manage notifications emails per page."
+msgstr ""
+
+#: ../lib/plugin/WatchPage.php:77
 msgid "Your current watchlist: "
 msgstr ""
 
@@ -5336,31 +5664,36 @@
 msgid "New watchlist: "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:82
+#: ../lib/plugin/WatchPage.php:81
 #, php-format
 msgid "Do you %s want to add this page \"%s\" to your WatchList?"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:83
+#: ../lib/plugin/WatchPage.php:82
 msgid "really"
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:88
+#: ../lib/plugin/WatchPage.php:87
 #, fuzzy, php-format
 msgid "The page %s is already watched!"
 msgstr "此頁面已經存在"
 
-#: ../lib/plugin/WatchPage.php:114
+#: ../lib/plugin/WatchPage.php:110
+#, fuzzy
+msgid "You must sign in to watch pages."
+msgstr "你必須簽入才能 %s."
+
+#: ../lib/plugin/WatchPage.php:121
 msgid "ERROR: No email defined! You need to do this in your "
 msgstr ""
 
-#: ../lib/plugin/WatchPage.php:151
+#: ../lib/plugin/WatchPage.php:158
 msgid ""
 "E-Mail Notification for the current page successfully stored in your "
 "preferences."
 msgstr ""
 
-#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:84
+#: ../lib/plugin/WhoIsOnline.php:38 ../lib/plugin/WhoIsOnline.php:79
 msgid "WhoIsOnline"
 msgstr "WhoIsOnline"
 
@@ -5368,160 +5701,171 @@
 msgid "Show summary information of the current user sessions."
 msgstr "顯示目前使用者 session 的摘要資訊."
 
-#: ../lib/plugin/WhoIsOnline.php:82
+#: ../lib/plugin/WhoIsOnline.php:77
 msgid "Who is online"
 msgstr "誰在線上"
 
-#: ../lib/plugin/WhoIsOnline.php:85
+#: ../lib/plugin/WhoIsOnline.php:80
 #, php-format
 msgid "%d online users"
 msgstr "%d 位使用者正在線上"
 
-#: ../lib/plugin/WhoIsOnline.php:113
+#: ../lib/plugin/WhoIsOnline.php:108
 msgid "Guest"
 msgstr "訪客"
 
-#: ../lib/plugin/WhoIsOnline.php:198
+#: ../lib/plugin/WhoIsOnline.php:193
 #, php-format
 msgid "%d minutes"
 msgstr "%d 分鐘"
 
-#: ../lib/plugin/WikiAdminChmod.php:40
+#: ../lib/plugin/WikiAdminChmod.php:41
 msgid "WikiAdminChmod"
 msgstr "WikiAdminChmod"
 
-#: ../lib/plugin/WikiAdminChmod.php:44 ../lib/plugin/WikiAdminSetAcl.php:47
+#: ../lib/plugin/WikiAdminChmod.php:45 ../lib/plugin/WikiAdminSetAcl.php:48
 msgid "Set individual page permissions."
 msgstr "設定個別頁面的權限."
 
-#: ../lib/plugin/WikiAdminChmod.php:78
+#: ../lib/plugin/WikiAdminChmod.php:74
 #, php-format
 msgid "chmod page '%s' to '%s'."
 msgstr "改變頁面 '%s' 權限為 '%s'."
 
-#: ../lib/plugin/WikiAdminChmod.php:81
+#: ../lib/plugin/WikiAdminChmod.php:77
 #, php-format
 msgid "Couldn't chmod page '%s' to '%s'."
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
-#: ../lib/plugin/WikiAdminChmod.php:85
+#: ../lib/plugin/WikiAdminChmod.php:81
 msgid "Invalid chmod string"
 msgstr "錯誤的 chmod 字串"
 
-#: ../lib/plugin/WikiAdminChmod.php:90 ../lib/plugin/WikiAdminSetAcl.php:113
+#: ../lib/plugin/WikiAdminChmod.php:86 ../lib/plugin/WikiAdminSetAcl.php:132
 #, php-format
 msgid "%s pages have been changed."
 msgstr "%s 頁面已經變更."
 
-#: ../lib/plugin/WikiAdminChmod.php:93 ../lib/plugin/WikiAdminChown.php:89
-#: ../lib/plugin/WikiAdminMarkup.php:97
-#: ../lib/plugin/WikiAdminSearchReplace.php:116
-#: ../lib/plugin/WikiAdminSetAcl.php:116
+#: ../lib/plugin/WikiAdminChmod.php:89 ../lib/plugin/WikiAdminSetAcl.php:136
 msgid "No pages changed."
 msgstr "沒有頁面被變更."
 
-#: ../lib/plugin/WikiAdminChmod.php:140 ../lib/plugin/WikiAdminSetAcl.php:174
+#: ../lib/plugin/WikiAdminChmod.php:136 ../lib/plugin/WikiAdminSetAcl.php:193
 msgid "Permission"
 msgstr "權限"
 
-#: ../lib/plugin/WikiAdminChmod.php:150
+#: ../lib/plugin/WikiAdminChmod.php:146
 msgid "Are you sure you want to permanently change the selected files?"
 msgstr "你確定你想要永久變更選定的檔案?"
 
-#: ../lib/plugin/WikiAdminChmod.php:153
+#: ../lib/plugin/WikiAdminChmod.php:149
 msgid "Chmod"
 msgstr "Chmod"
 
-#: ../lib/plugin/WikiAdminChmod.php:155 ../lib/plugin/WikiAdminSetAcl.php:189
+#: ../lib/plugin/WikiAdminChmod.php:151
 msgid "Select the pages to change:"
 msgstr "選擇頁面以進行更名:"
 
-#: ../lib/plugin/WikiAdminChmod.php:178
+#: ../lib/plugin/WikiAdminChmod.php:174
 msgid "This plugin is currently under development and does not work!"
 msgstr "此 plugin 正在開發還不能運作!"
 
-#: ../lib/plugin/WikiAdminChmod.php:179
+#: ../lib/plugin/WikiAdminChmod.php:175
 msgid "Chmod to permission:"
 msgstr "改變權限為:"
 
-#: ../lib/plugin/WikiAdminChmod.php:182
+#: ../lib/plugin/WikiAdminChmod.php:178
 msgid "(ugo : rwx)"
 msgstr "(ugo : rwx)"
 
-#: ../lib/plugin/WikiAdminChmod.php:189 ../lib/plugin/WikiAdminSetAcl.php:257
+#: ../lib/plugin/WikiAdminChmod.php:185 ../lib/plugin/WikiAdminSetAcl.php:275
 msgid "Propagate new permissions to all subpages?"
 msgstr "要傳播新的權限到所有子頁面?   "
 
-#: ../lib/plugin/WikiAdminChmod.php:191 ../lib/plugin/WikiAdminSetAcl.php:259
+#: ../lib/plugin/WikiAdminChmod.php:187 ../lib/plugin/WikiAdminSetAcl.php:277
 msgid "(disable individual page permissions, enable inheritance)?"
 msgstr "(禁制個別網頁的權限,使用繼承)?"
 
-#: ../lib/plugin/WikiAdminChown.php:37
+#: ../lib/plugin/WikiAdminChown.php:38
 #, fuzzy
 msgid "WikiAdminChown"
 msgstr "WikiAdminChmod"
 
-#: ../lib/plugin/WikiAdminChown.php:41
+#: ../lib/plugin/WikiAdminChown.php:42
 #, fuzzy
-msgid "Chown selected pages."
+msgid "Change owner of selected pages."
 msgstr "更名選定的頁面."
 
-#: ../lib/plugin/WikiAdminChown.php:69 ../lib/plugin/WikiAdminMarkup.php:70
-#: ../lib/plugin/WikiAdminSearchReplace.php:98
-#: ../lib/plugin/WikiAdminSetAcl.php:104
+#: ../lib/plugin/WikiAdminChown.php:66 ../lib/plugin/WikiAdminMarkup.php:67
+#: ../lib/plugin/WikiAdminSearchReplace.php:97
+#: ../lib/plugin/WikiAdminSetAcl.php:122
+#: ../lib/plugin/WikiAdminSetExternal.php:66
 #, php-format
 msgid "Access denied to change page '%s'."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminChown.php:74
+#: ../lib/plugin/WikiAdminChown.php:79
 #, fuzzy, php-format
-msgid "Chown page '%s' to '%s'."
+msgid "Change owner of page '%s' to '%s'."
 msgstr "改變頁面 '%s' 權限為 '%s'."
 
-#: ../lib/plugin/WikiAdminChown.php:78
+#: ../lib/plugin/WikiAdminChown.php:83
 #, fuzzy, php-format
-msgid "Couldn't chown page '%s' to '%s'."
+msgid "Could not change owner of page '%s' to '%s'."
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
-#: ../lib/plugin/WikiAdminChown.php:86 ../lib/plugin/WikiAdminMarkup.php:94
+#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/WikiAdminMarkup.php:98
+#: ../lib/plugin/WikiAdminSearchReplace.php:110
+#: ../lib/plugin/WikiAdminSetExternal.php:82
 #, fuzzy, php-format
-msgid "%s pages have been permanently changed."
+msgid "%s pages have been permanently changed:"
 msgstr "%s pages 已經永久更名了."
 
-#: ../lib/plugin/WikiAdminChown.php:95 ../lib/plugin/_WikiTranslation.php:90
+#: ../lib/plugin/WikiAdminChown.php:108 ../lib/plugin/_WikiTranslation.php:90
 #, fuzzy
 msgid "PhpWikiAdministration/Chown"
 msgstr "PhpWikiAdministration/Chmod"
 
-#: ../lib/plugin/WikiAdminChown.php:156
+#: ../lib/plugin/WikiAdminChown.php:173
 #, fuzzy
-msgid "Are you sure you want to permanently chown the selected files?"
+msgid ""
+"Are you sure you want to permanently change the owner of the selected pages?"
 msgstr "你確定你想要永久變更選定的檔案?"
 
-#: ../lib/plugin/WikiAdminChown.php:160
+#: ../lib/plugin/WikiAdminChown.php:177
 #, fuzzy
-msgid "Chown selected pages"
+msgid "Change owner of selected pages"
 msgstr "移除選定頁面"
 
-#: ../lib/plugin/WikiAdminChown.php:161
+#: ../lib/plugin/WikiAdminChown.php:178
 #, fuzzy
-msgid "Select the pages to change the owner:"
+msgid "Select the pages to change the owner"
 msgstr "選擇頁面以進行更名:"
 
-#: ../lib/plugin/WikiAdminMarkup.php:37
+#: ../lib/plugin/WikiAdminChown.php:200
 #, fuzzy
+msgid "Change owner"
+msgstr "變更國家"
+
+#: ../lib/plugin/WikiAdminChown.php:201 ../lib/plugin/WikiAdminMarkup.php:193
+#: ../lib/plugin/WikiAdminRename.php:272
+msgid "to"
+msgstr "到"
+
+#: ../lib/plugin/WikiAdminMarkup.php:38
+#, fuzzy
 msgid "WikiAdminMarkup"
 msgstr "WikiAdminRename"
 
-#: ../lib/plugin/WikiAdminMarkup.php:41
+#: ../lib/plugin/WikiAdminMarkup.php:42
 #, fuzzy
 msgid "Change the markup type of selected pages."
 msgstr "永久移除選定的頁面."
 
-#: ../lib/plugin/WikiAdminMarkup.php:78
+#: ../lib/plugin/WikiAdminMarkup.php:75
 #, fuzzy, php-format
-msgid "WikiAdminMarkup from %s to %s"
-msgstr "WikiAdminSearchReplace %s 被 %s"
+msgid "Change markup type from %s to %s"
+msgstr "變更國家"
 
 #: ../lib/plugin/WikiAdminMarkup.php:82
 #, fuzzy, php-format
@@ -5533,102 +5877,144 @@
 msgid "Couldn't change page '%s' to markup type '%s'."
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
-#: ../lib/plugin/WikiAdminMarkup.php:103
+#: ../lib/plugin/WikiAdminMarkup.php:111
 #, fuzzy
 msgid "PhpWikiAdministration/Markup"
 msgstr "PhpWikiAdministration"
 
-#: ../lib/plugin/WikiAdminMarkup.php:152
+#: ../lib/plugin/WikiAdminMarkup.php:165
 #, fuzzy
 msgid ""
 "Are you sure you want to permanently change the markup type of the selected "
 "files?"
 msgstr "你確定你想要永久變更選定的檔案?"
 
-#: ../lib/plugin/WikiAdminMarkup.php:156
+#: ../lib/plugin/WikiAdminMarkup.php:169
 #, fuzzy
 msgid "Change markup type"
 msgstr "變更國家"
 
-#: ../lib/plugin/WikiAdminMarkup.php:157
+#: ../lib/plugin/WikiAdminMarkup.php:170
 #, fuzzy
-msgid "Select the pages to change the markup type:"
+msgid "Select the pages to change the markup type"
 msgstr "選擇頁面以進行更名:"
 
-#: ../lib/plugin/WikiAdminMarkup.php:179
+#: ../lib/plugin/WikiAdminMarkup.php:192
 #, fuzzy
 msgid "Change markup"
 msgstr "改變密碼"
 
-#: ../lib/plugin/WikiAdminRemove.php:40
+#: ../lib/plugin/WikiAdminPurge.php:34
+#, fuzzy
+msgid "WikiAdminPurge"
+msgstr "WikiAdminRename"
+
+#: ../lib/plugin/WikiAdminPurge.php:38
+#, fuzzy
+msgid "Permanently purge all selected pages."
+msgstr "永久移除選定的頁面."
+
+#: ../lib/plugin/WikiAdminPurge.php:67 ../lib/purgepage.php:53
+#, fuzzy, php-format
+msgid "Purged page '%s' successfully."
+msgstr "成功地移除頁面 '%s'."
+
+#: ../lib/plugin/WikiAdminPurge.php:70
+#, fuzzy, php-format
+msgid "Didn't purge page '%s'. Access denied."
+msgstr "成功地移除頁面 '%s'."
+
+#: ../lib/plugin/WikiAdminPurge.php:79
+#, fuzzy, php-format
+msgid "%s pages have been permanently purged:"
+msgstr "%s pages 已經永久更名了."
+
+#: ../lib/plugin/WikiAdminPurge.php:92
+#, fuzzy
+msgid "PhpWikiAdministration/Purge"
+msgstr "PhpWikiAdministration"
+
+#: ../lib/plugin/WikiAdminPurge.php:144
+#, fuzzy
+msgid "Are you sure you want to permanently purge the following files?"
+msgstr "你確定你想要永久變更選定的檔案?"
+
+#: ../lib/plugin/WikiAdminPurge.php:147
+#, fuzzy
+msgid "Permanently purge selected pages"
+msgstr "永久移除選定的頁面."
+
+#: ../lib/plugin/WikiAdminPurge.php:148
+#, fuzzy
+msgid "Select the files to purge"
+msgstr "選擇頁面以進行更名:"
+
+#: ../lib/plugin/WikiAdminRemove.php:41
 msgid "WikiAdminRemove"
 msgstr "WikiAdminRemove"
 
-#: ../lib/plugin/WikiAdminRemove.php:44
+#: ../lib/plugin/WikiAdminRemove.php:45
 msgid "Permanently remove all selected pages."
 msgstr "永久移除選定的頁面."
 
-#: ../lib/plugin/WikiAdminRemove.php:116 ../lib/removepage.php:56
+#: ../lib/plugin/WikiAdminRemove.php:112 ../lib/removepage.php:53
 #, php-format
 msgid "Removed page '%s' successfully."
 msgstr "成功地移除頁面 '%s'."
 
-#: ../lib/plugin/WikiAdminRemove.php:119
+#: ../lib/plugin/WikiAdminRemove.php:115
 #, fuzzy, php-format
-msgid "Didn't removed page '%s'. Access denied."
+msgid "Didn't remove page '%s'. Access denied."
 msgstr "成功地移除頁面 '%s'."
 
 #: ../lib/plugin/WikiAdminRemove.php:124
 #, fuzzy, php-format
-msgid "%d pages have been permanently removed."
+msgid "%s pages have been permanently removed:"
 msgstr "%s pages 已經永久更名了."
 
-#: ../lib/plugin/WikiAdminRemove.php:129 ../lib/plugin/_WikiTranslation.php:91
+#: ../lib/plugin/WikiAdminRemove.php:137 ../lib/plugin/_WikiTranslation.php:91
 msgid "PhpWikiAdministration/Remove"
 msgstr "PhpWikiAdministration/Remove"
 
-#: ../lib/plugin/WikiAdminRemove.php:183 ../lib/plugin/WikiAdminRemove.php:232
-#: ../themes/blog/themeinfo.php:66
+#: ../lib/plugin/WikiAdminRemove.php:191 ../lib/plugin/WikiAdminRemove.php:236
+#: ../themes/blog/themeinfo.php:73
 msgid "Remove"
 msgstr "移除"
 
-#: ../lib/plugin/WikiAdminRemove.php:190
+#: ../lib/plugin/WikiAdminRemove.php:198
 msgid "Are you sure you want to permanently remove the selected files?"
 msgstr "你確定你想要永久移除選定的檔案?"
 
-#: ../lib/plugin/WikiAdminRemove.php:193
+#: ../lib/plugin/WikiAdminRemove.php:201
 msgid "Remove selected pages"
 msgstr "移除選定頁面"
 
-#: ../lib/plugin/WikiAdminRemove.php:194
-msgid "Permanently remove the selected files:"
-msgstr "永久移除選定的檔案:"
+#: ../lib/plugin/WikiAdminRemove.php:202
+#, fuzzy
+msgid "Select the files to remove"
+msgstr "選擇頁面以進行更名:"
 
-#: ../lib/plugin/WikiAdminRemove.php:197
+#: ../lib/plugin/WikiAdminRemove.php:205
 #, php-format
 msgid "Also pages which have been deleted at least %s days."
 msgstr "也列出過去 %s 天被刪除的頁面."
 
-#: ../lib/plugin/WikiAdminRemove.php:201
-msgid "List all pages."
-msgstr "列出所有頁面."
-
-#: ../lib/plugin/WikiAdminRemove.php:207
-#, php-format
-msgid "(Pages which have been deleted at least %s days are already checked.)"
+#: ../lib/plugin/WikiAdminRemove.php:212
+#, fuzzy, php-format
+msgid "Pages which have been deleted at least %s days are already checked."
 msgstr "(列出過去 %s 天內已被刪除且檢查過的頁面.)"
 
-#: ../lib/plugin/WikiAdminRename.php:37
+#: ../lib/plugin/WikiAdminRename.php:38
 msgid "WikiAdminRename"
 msgstr "WikiAdminRename"
 
-#: ../lib/plugin/WikiAdminRename.php:41 ../lib/plugin/WikiAdminRename.php:173
+#: ../lib/plugin/WikiAdminRename.php:42 ../lib/plugin/WikiAdminRename.php:217
 msgid "Rename selected pages"
 msgstr "更名已選定的頁面"
 
 #: ../lib/plugin/WikiAdminRename.php:81
 #, fuzzy, php-format
-msgid "Page %s already exists. Ignored."
+msgid "Page '%s' already exists. Ignored."
 msgstr "%s 已經存在"
 
 #: ../lib/plugin/WikiAdminRename.php:84
@@ -5636,103 +6022,110 @@
 msgid "Access denied to rename page '%s'."
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/plugin/WikiAdminRename.php:88
+#: ../lib/plugin/WikiAdminRename.php:93
+#, fuzzy, php-format
+msgid "Renamed page from '%s' to '%s'"
+msgstr "更名頁面 '%s' 為 '%s'."
+
+#: ../lib/plugin/WikiAdminRename.php:102
+#, fuzzy, php-format
+msgid "Renaming created redirect page from '%s' to '%s'"
+msgstr "更名頁面 '%s' 為 '%s'."
+
+#: ../lib/plugin/WikiAdminRename.php:108
 #, php-format
 msgid "Renamed page '%s' to '%s'."
 msgstr "更名頁面 '%s' 為 '%s'."
 
-#: ../lib/plugin/WikiAdminRename.php:92 ../lib/plugin/WikiAdminRename.php:96
+#: ../lib/plugin/WikiAdminRename.php:112 ../lib/plugin/WikiAdminRename.php:116
 #, php-format
 msgid "Couldn't rename page '%s' to '%s'."
 msgstr "無法更名頁面 '%s' 為 '%s'."
 
-#: ../lib/plugin/WikiAdminRename.php:102
-#, php-format
-msgid "%s pages have been permanently renamed."
+#: ../lib/plugin/WikiAdminRename.php:128
+#, fuzzy, php-format
+msgid "%s pages have been permanently renamed:"
 msgstr "%s pages 已經永久更名了."
 
-#: ../lib/plugin/WikiAdminRename.php:105
+#: ../lib/plugin/WikiAdminRename.php:134
+#, fuzzy
 msgid "No pages renamed."
 msgstr "沒有頁面被更名"
 
-#: ../lib/plugin/WikiAdminRename.php:160
+#: ../lib/plugin/WikiAdminRename.php:202
 msgid "Rename to"
 msgstr "更名為"
 
-#: ../lib/plugin/WikiAdminRename.php:169
+#: ../lib/plugin/WikiAdminRename.php:211
 #, fuzzy
 msgid "Are you sure you want to permanently rename the selected pages?"
 msgstr "你確定你想要永久更名選定的檔案?"
 
-#: ../lib/plugin/WikiAdminRename.php:179
+#: ../lib/plugin/WikiAdminRename.php:215
+#, fuzzy
+msgid "Rename page"
+msgstr "移除頁面"
+
+#: ../lib/plugin/WikiAdminRename.php:225
 msgid "Select the pages to rename:"
 msgstr "選擇頁面以進行更名:"
 
-#: ../lib/plugin/WikiAdminRename.php:213
+#: ../lib/plugin/WikiAdminRename.php:268
 msgid "from"
 msgstr "從"
 
-#: ../lib/plugin/WikiAdminRename.php:221
+#: ../lib/plugin/WikiAdminRename.php:278
 #: ../lib/plugin/WikiAdminSearchReplace.php:241
 msgid "Regex?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:222
+#: ../lib/plugin/WikiAdminRename.php:280
 msgid "Case insensitive?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminRename.php:225
+#: ../lib/plugin/WikiAdminRename.php:285
 msgid "Change pagename in all linked pages also?"
 msgstr "也在所有連結到的頁面裡變更頁面名稱?"
 
-#: ../lib/plugin/WikiAdminRename.php:253
-msgid "This page already exists"
-msgstr "此頁面已經存在"
+#: ../lib/plugin/WikiAdminRename.php:288
+msgid "Create redirect from old to new name?"
+msgstr ""
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:37
+#: ../lib/plugin/WikiAdminSearchReplace.php:38
 msgid "WikiAdminSearchReplace"
 msgstr "WikiAdminSearchReplace"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:41
+#: ../lib/plugin/WikiAdminSearchReplace.php:42
 msgid "Search and replace text in selected wiki pages."
 msgstr "在選定的頁面中搜尋並更換文字."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:82
-#, php-format
-msgid "WikiAdminSearchReplace %s by %s"
-msgstr "WikiAdminSearchReplace %s 被 %s"
+#: ../lib/plugin/WikiAdminSearchReplace.php:77
+#, fuzzy, php-format
+msgid "Replace '%s' by '%s'"
+msgstr "更名頁面 '%s' 為 '%s'."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:90
+#: ../lib/plugin/WikiAdminSearchReplace.php:88
 msgid "Error: Empty search string."
 msgstr "錯誤: 空白的搜尋字串."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:102
+#: ../lib/plugin/WikiAdminSearchReplace.php:99
 #, php-format
 msgid "Replaced '%s' with '%s' in page '%s'."
 msgstr "取代 '%s' 以 '%s' 在頁面 '%s'."
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:106
-#, fuzzy, php-format
-msgid "Search string '%s' not found in content of page '%s'."
-msgstr "搜尋字串 '%s' 未在頁面 '%s' 找到."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:113
-#, php-format
-msgid "%s pages changed."
-msgstr "%s 個頁面已經變更."
-
-#: ../lib/plugin/WikiAdminSearchReplace.php:184
+#: ../lib/plugin/WikiAdminSearchReplace.php:186
 msgid "Warning: The search string cannot be empty!"
 msgstr "警告: 搜尋字串不能是空白!"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:189
+#: ../lib/plugin/WikiAdminSearchReplace.php:191
+#, fuzzy
 msgid ""
-"Are you sure you want to permanently search & replace text in the selected "
-"files?"
+"Are you sure you want to permanently replace text in the selected files?"
 msgstr "你確定你想要永久新增並取代選定檔案中的文字?"
 
-#: ../lib/plugin/WikiAdminSearchReplace.php:195
-msgid "Select the pages to search:"
+#: ../lib/plugin/WikiAdminSearchReplace.php:196
+#, fuzzy
+msgid "Select the pages to search and replace"
 msgstr "選擇頁面以進行搜尋:"
 
 #: ../lib/plugin/WikiAdminSearchReplace.php:229
@@ -5747,229 +6140,290 @@
 msgid "Case exact?"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSelect.php:40
+#: ../lib/plugin/WikiAdminSelect.php:41
 msgid "WikiAdminSelect"
 msgstr "WikiAdminSelect"
 
-#: ../lib/plugin/WikiAdminSelect.php:44
+#: ../lib/plugin/WikiAdminSelect.php:45
 msgid ""
 "Allows selection of multiple pages which get passed to other WikiAdmin "
 "plugins."
 msgstr "允許選擇多個已傳遞的頁面到其他 WikiAdmin plugin."
 
-#: ../lib/plugin/WikiAdminSelect.php:140
+#: ../lib/plugin/WikiAdminSelect.php:135
 msgid "Select: "
 msgstr "選擇"
 
-#: ../lib/plugin/WikiAdminSelect.php:179
+#: ../lib/plugin/WikiAdminSelect.php:146
+msgid "Select pages"
+msgstr "選擇頁面"
+
+#: ../lib/plugin/WikiAdminSelect.php:205
 #, php-format
 msgid "Selected page '%s' passed to '%s'."
 msgstr "已選擇的頁面 '%s' 傳遞到 '%s'."
 
-#: ../lib/plugin/WikiAdminSelect.php:216
-msgid "Select pages"
-msgstr "選擇頁面"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:43
+#: ../lib/plugin/WikiAdminSetAcl.php:44
 msgid "WikiAdminSetAcl"
 msgstr "WikiAdminSetAcl"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:98
+#: ../lib/plugin/WikiAdminSetAcl.php:94
 #, fuzzy, php-format
 msgid "ACL not changed for page '%s'."
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:101
+#: ../lib/plugin/WikiAdminSetAcl.php:98
 #, fuzzy, php-format
-msgid "ACL changed for page '%s'."
+msgid "ACL changed for page '%s'"
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/plugin/WikiAdminSetAcl.php:108
+#: ../lib/plugin/WikiAdminSetAcl.php:100
+#, fuzzy, php-format
+msgid "from '%s'"
+msgstr "從 %s"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:102
+#, fuzzy, php-format
+msgid "to '%s'."
+msgstr "載入 '%s'"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:110
+#, fuzzy, php-format
+msgid "ACL changed for page '%s' from '%s' to '%s'."
+msgstr "為 page '%s' 設定 acl."
+
+#: ../lib/plugin/WikiAdminSetAcl.php:126
 #, fuzzy
 msgid "Invalid ACL"
 msgstr "錯誤的 acl"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:124 ../lib/plugin/_WikiTranslation.php:94
+#: ../lib/plugin/WikiAdminSetAcl.php:145 ../lib/plugin/_WikiTranslation.php:94
 #, fuzzy
 msgid "PhpWikiAdministration/SetAcl"
 msgstr "PhpWikiAdministration"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:176 ../lib/plugin/WikiAdminSetAcl.php:232
+#: ../lib/plugin/WikiAdminSetAcl.php:195 ../lib/plugin/WikiAdminSetAcl.php:250
 msgid "ACL"
 msgstr "ACL"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:184
+#: ../lib/plugin/WikiAdminSetAcl.php:203
 #, fuzzy
 msgid ""
-"Are you sure you want to permanently change access to the selected files?"
+"Are you sure you want to permanently change access rights to the selected "
+"files?"
 msgstr "你確定你想要永久變更選定的檔案?"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:219
+#: ../lib/plugin/WikiAdminSetAcl.php:206
+msgid "Change Access Rights"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminSetAcl.php:208
 #, fuzzy
+msgid "Select the pages where to change access rights"
+msgstr "選擇頁面以進行更名:"
+
+#: ../lib/plugin/WikiAdminSetAcl.php:238
+#, fuzzy
 msgid "Selected Pages: "
 msgstr "選擇頁面"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:225
+#: ../lib/plugin/WikiAdminSetAcl.php:244 ../lib/plugin/WikiAdminSetAcl.php:292
+#: ../themes/MonoBook/templates/info.tmpl:87
+#: ../themes/default/templates/info.tmpl:73
 #, php-format
 msgid "page permission inherited from %s"
 msgstr "由 %s 繼承而來的頁面"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:227
-msgid "invidual page permission"
+#: ../lib/plugin/WikiAdminSetAcl.php:246 ../lib/plugin/WikiAdminSetAcl.php:294
+#: ../themes/MonoBook/templates/info.tmpl:89
+#: ../themes/default/templates/info.tmpl:75
+#, fuzzy
+msgid "individual page permission"
 msgstr "個別頁面權限"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:229
+#: ../lib/plugin/WikiAdminSetAcl.php:248 ../lib/plugin/WikiAdminSetAcl.php:296
+#: ../themes/MonoBook/templates/info.tmpl:91
+#: ../themes/default/templates/info.tmpl:77
 msgid "default page permission"
 msgstr "預設頁面權限"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:230
+#: ../lib/plugin/WikiAdminSetAcl.php:249
 #, fuzzy
 msgid "Type"
 msgstr "åž‹æ…‹:"
 
-#: ../lib/plugin/WikiAdminSetAcl.php:231
-#, fuzzy
-msgid "getfacl"
-msgstr "SetAcl"
-
-#: ../lib/plugin/WikiAdminSetAcl.php:235
+#: ../lib/plugin/WikiAdminSetAcl.php:253
 msgid ""
 "Selected Grant checkboxes allow access, unselected checkboxes deny access."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:236
+#: ../lib/plugin/WikiAdminSetAcl.php:254
 msgid "To ignore delete the line."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:237
+#: ../lib/plugin/WikiAdminSetAcl.php:255
 msgid "To add check 'Add' near the dropdown list."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminSetAcl.php:260
+#: ../lib/plugin/WikiAdminSetAcl.php:278
 #, fuzzy
 msgid "(Currently not working)"
 msgstr "現在不建議使用!"
 
-#: ../lib/plugin/WikiAdminUtils.php:38
+#: ../lib/plugin/WikiAdminSetExternal.php:35
+#, fuzzy
+msgid "WikiAdminSetExternal"
+msgstr "WikiAdminSetAcl"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:39
+#, fuzzy
+msgid "Mark selected pages as external."
+msgstr "選擇頁面以進行更名:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:71
+#, fuzzy, php-format
+msgid "change page '%s' to external."
+msgstr "改變頁面 '%s' 權限為 '%s'."
+
+#: ../lib/plugin/WikiAdminSetExternal.php:95
+#, fuzzy
+msgid "PhpWikiAdministration/SetExternal"
+msgstr "PhpWikiAdministration"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:125
+#, fuzzy
+msgid "Set pages to external"
+msgstr "選擇頁面以進行更名:"
+
+#: ../lib/plugin/WikiAdminSetExternal.php:126
+#, fuzzy
+msgid "Select the pages to set as external"
+msgstr "選擇頁面以進行搜尋:"
+
+#: ../lib/plugin/WikiAdminUtils.php:39
 msgid "WikiAdminUtils"
 msgstr "WikiAdminUtils"
 
-#: ../lib/plugin/WikiAdminUtils.php:42
+#: ../lib/plugin/WikiAdminUtils.php:43
 #, fuzzy
 msgid "Miscellaneous utility functions for the Administrator."
 msgstr "給管理者使用的各種公用函數"
 
-#: ../lib/plugin/WikiAdminUtils.php:74
+#: ../lib/plugin/WikiAdminUtils.php:60
+#, php-format
+msgid "Bad action requested: %s"
+msgstr ""
+
+#: ../lib/plugin/WikiAdminUtils.php:71
 msgid "You must be an administrator to use this plugin."
 msgstr "你必須是管理者才能使用此 plugin."
 
-#: ../lib/plugin/WikiAdminUtils.php:103
+#: ../lib/plugin/WikiAdminUtils.php:100
 #, fuzzy, php-format
 msgid "WikiAdminUtils %s returned:"
 msgstr "WikiAdminUtils 說:"
 
-#: ../lib/plugin/WikiAdminUtils.php:105
+#: ../lib/plugin/WikiAdminUtils.php:102
 #, fuzzy
 msgid "Back"
 msgstr "BackLinks"
 
-#: ../lib/plugin/WikiAdminUtils.php:110
+#: ../lib/plugin/WikiAdminUtils.php:107
 msgid "Purge Markup Cache"
 msgstr "清除標記快取"
 
-#: ../lib/plugin/WikiAdminUtils.php:111
+#: ../lib/plugin/WikiAdminUtils.php:108
 #, fuzzy
 msgid "Purge all Pages With Invalid Names"
 msgstr "用錯誤的名稱刪除頁面"
 
-#: ../lib/plugin/WikiAdminUtils.php:112
+#: ../lib/plugin/WikiAdminUtils.php:109
 msgid "Purge all empty, unreferenced Pages"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:113
+#: ../lib/plugin/WikiAdminUtils.php:110
 msgid "Access Restrictions"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:115
+#: ../lib/plugin/WikiAdminUtils.php:112
 msgid "Convert cached_html"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:116
+#: ../lib/plugin/WikiAdminUtils.php:113
 msgid "DB Check"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:117
+#: ../lib/plugin/WikiAdminUtils.php:114
 msgid "Db Rebuild"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:128
+#: ../lib/plugin/WikiAdminUtils.php:125
 msgid "Markup cache purged!"
 msgstr "標記快取已經清除!"
 
-#: ../lib/plugin/WikiAdminUtils.php:148
+#: ../lib/plugin/WikiAdminUtils.php:145
 #, fuzzy
 msgid "No pages with bad names had to be deleted."
 msgstr "找不到錯誤名稱的頁面."
 
-#: ../lib/plugin/WikiAdminUtils.php:150
+#: ../lib/plugin/WikiAdminUtils.php:147
 #, php-format
 msgid "Deleted %s pages with invalid names:"
 msgstr "刪除 %s 個錯誤名稱的頁面:"
 
-#: ../lib/plugin/WikiAdminUtils.php:171
+#: ../lib/plugin/WikiAdminUtils.php:168
 msgid "[purged]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:173
+#: ../lib/plugin/WikiAdminUtils.php:170
 msgid "[not purgable]"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:181
+#: ../lib/plugin/WikiAdminUtils.php:178
 #, fuzzy
 msgid "No empty, unreferenced pages were found."
 msgstr "找不到錯誤名稱的頁面."
 
-#: ../lib/plugin/WikiAdminUtils.php:183
+#: ../lib/plugin/WikiAdminUtils.php:180
 #, php-format
 msgid "Deleted %s unreferenced pages:"
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:186
+#: ../lib/plugin/WikiAdminUtils.php:183
 #, php-format
 msgid ""
 "The %d not-purgable pages/links are links in some page(s). You might want to "
 "edit them."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:201
+#: ../lib/plugin/WikiAdminUtils.php:198
 msgid "No old _cached_html pagedata found."
 msgstr ""
 
-#: ../lib/plugin/WikiAdminUtils.php:203
+#: ../lib/plugin/WikiAdminUtils.php:200
 #, fuzzy, php-format
 msgid "Converted successfully %d pages"
 msgstr "檔案已經成功地上傳."
 
-#: ../lib/plugin/WikiAdminUtils.php:225
+#: ../lib/plugin/WikiAdminUtils.php:222
 msgid "Sorry. Access Restrictions not yet implemented"
 msgstr "抱歉. 存取限制尚未被實作."
 
-#: ../lib/plugin/WikiAdminUtils.php:233
-#: ../themes/default/templates/userprefs.tmpl:125
-#: ../themes/gforge/templates/userprefs.tmpl:191
+#: ../lib/plugin/WikiAdminUtils.php:230
+#: ../themes/default/templates/userprefs.tmpl:133
 msgid "E-Mail"
 msgstr "E-Mail"
 
-#: ../lib/plugin/WikiAdminUtils.php:235
+#: ../lib/plugin/WikiAdminUtils.php:232
 msgid "Verification Status"
 msgstr "確認狀態"
 
-#: ../lib/plugin/WikiAdminUtils.php:236
+#: ../lib/plugin/WikiAdminUtils.php:233
 #, fuzzy
 msgid "Username"
 msgstr "更名"
 
-#: ../lib/plugin/WikiAdminUtils.php:291
+#: ../lib/plugin/WikiAdminUtils.php:288
 msgid "Change Verification Status"
 msgstr "改變確認狀態"
 
@@ -5982,11 +6436,11 @@
 msgid "Show and add blogs for %s"
 msgstr "顯示並增加 blogs - %s"
 
-#: ../lib/plugin/WikiBlog.php:219
+#: ../lib/plugin/WikiBlog.php:217
 msgid "New comment."
 msgstr "新意見."
 
-#: ../lib/plugin/WikiBlog.php:330
+#: ../lib/plugin/WikiBlog.php:323
 #, fuzzy, php-format
 msgid "%s on %s:"
 msgstr "%s 在 %s"
@@ -5995,27 +6449,28 @@
 msgid "WikiForm"
 msgstr "WikiForm"
 
-#: ../lib/plugin/WikiForm.php:76 ../themes/MonoBook/templates/signin.tmpl:16
+#: ../lib/plugin/WikiForm.php:38 ../lib/plugin/WikiFormRich.php:106
+msgid "Provide generic WikiForm input buttons"
+msgstr ""
+
+#: ../lib/plugin/WikiForm.php:74 ../themes/MonoBook/templates/signin.tmpl:19
+#: ../themes/Sidebar/templates/signin.tmpl:17
 msgid "Login"
 msgstr "登入"
 
-#: ../lib/plugin/WikiForm.php:84
+#: ../lib/plugin/WikiForm.php:82
 msgid "Dump Pages"
 msgstr "傾印頁面"
 
-#: ../lib/plugin/WikiForm.php:92
+#: ../lib/plugin/WikiForm.php:90
 msgid "Dump Pages as XHTML"
 msgstr "傾印頁面為 XHTML"
 
-#: ../lib/plugin/WikiForm.php:107
+#: ../lib/plugin/WikiForm.php:105
 #, php-format
 msgid "WikiForm: %s: unknown action"
 msgstr "WikiForm: %s: 未知的動作"
 
-#: ../lib/plugin/WikiFormRich.php:106
-msgid "Provide generic WikiForm input buttons"
-msgstr ""
-
 #: ../lib/plugin/WikiForum.php:52
 #, fuzzy
 msgid "WikiForum"
@@ -6025,79 +6480,72 @@
 msgid "Handles threaded topics with comments/news and provide a input form"
 msgstr ""
 
-#: ../lib/plugin/WikiPoll.php:59
+#: ../lib/plugin/WikiPoll.php:60
 msgid "WikiPoll"
 msgstr "WikiPoll"
 
-#: ../lib/plugin/WikiPoll.php:63
+#: ../lib/plugin/WikiPoll.php:64
 msgid "Enable configurable polls"
 msgstr "啟動設定好的投票"
 
-#: ../lib/plugin/WikiPoll.php:114
+#: ../lib/plugin/WikiPoll.php:110
 #, php-format
 msgid "argument '%s' not declared by plugin"
 msgstr "引數 '%s' 沒有被 plugin 宣告"
 
-#: ../lib/plugin/WikiPoll.php:161 ../lib/plugin/WikiPoll.php:230
+#: ../lib/plugin/WikiPoll.php:157 ../lib/plugin/WikiPoll.php:226
 msgid "Sorry! You must wait at least 20 minutes until you can vote again!"
 msgstr "抱歉! 你必須等至少 20 分鐘才能在投票!"
 
-#: ../lib/plugin/WikiPoll.php:187
+#: ../lib/plugin/WikiPoll.php:183
 msgid "Not enough questions answered!"
 msgstr "沒有足夠的已回答問題!"
 
-#: ../lib/plugin/WikiPoll.php:196 ../lib/plugin/WikiPoll.php:257
+#: ../lib/plugin/WikiPoll.php:192 ../lib/plugin/WikiPoll.php:253
 #, php-format
 msgid "Missing %s for %s"
 msgstr "遺失了 %s 的 %s"
 
-#: ../lib/plugin/WikiPoll.php:227
+#: ../lib/plugin/WikiPoll.php:223
 msgid "Reset"
 msgstr "重設"
 
-#: ../lib/plugin/WikiPoll.php:273 ../lib/plugin/WikiPoll.php:287
+#: ../lib/plugin/WikiPoll.php:269 ../lib/plugin/WikiPoll.php:283
 #, php-format
 msgid "  %d%% (%d/%d)"
 msgstr "  %d%% (%d/%d)"
 
-#: ../lib/plugin/WikiPoll.php:303 ../lib/plugin/WikiPoll.php:305
+#: ../lib/plugin/WikiPoll.php:299 ../lib/plugin/WikiPoll.php:301
 msgid "The result of this poll so far:"
 msgstr "這次投票的結果是這樣:"
 
-#: ../lib/plugin/WikiPoll.php:303
+#: ../lib/plugin/WikiPoll.php:299
 msgid "Thanks for participating!"
 msgstr "謝謝你的參與."
 
-#: ../lib/plugin/WikicreoleTable.php:54
+#: ../lib/plugin/WikicreoleTable.php:55
 #, fuzzy
 msgid "WikicreoleTable"
 msgstr "WikiPoll"
 
-#: ../lib/plugin/WikicreoleTable.php:58
+#: ../lib/plugin/WikicreoleTable.php:59
 #, fuzzy
 msgid "Layout tables using the Wikicreole syntax."
 msgstr "使用舊標記風格佈局的表格."
 
-#: ../lib/plugin/YouTube.php:24
+#: ../lib/plugin/YouTube.php:41
 msgid "YouTube"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:28
+#: ../lib/plugin/YouTube.php:45
 msgid "Embed YouTube videos"
 msgstr ""
 
-#: ../lib/plugin/YouTube.php:54
+#: ../lib/plugin/YouTube.php:67
 #, fuzzy, php-format
 msgid "Required argument %s missing"
 msgstr "缺少引數 '%s'."
 
-#: ../lib/plugin/YouTube.php:91 ../lib/plugin/YouTube.php:93
-#: ../lib/plugin/YouTube.php:95 ../lib/plugin/YouTube.php:97
-#: ../lib/plugin/YouTube.php:121 ../lib/plugin/YouTube.php:123
-#, fuzzy, php-format
-msgid "Invalid argument %s"
-msgstr "錯誤的顏色值: %s"
-
 #: ../lib/plugin/_AuthInfo.php:35
 #, fuzzy
 msgid "AuthInfo"
@@ -6107,27 +6555,26 @@
 msgid "Display general and user specific auth information."
 msgstr "顯示一般與使用者特定認證資訊."
 
-#: ../lib/plugin/_AuthInfo.php:65
+#: ../lib/plugin/_AuthInfo.php:60
 msgid "General Auth Settings"
 msgstr "一般認證設定"
 
-#: ../lib/plugin/_AuthInfo.php:100
+#: ../lib/plugin/_AuthInfo.php:95
 #, php-format
 msgid "Personal Auth Settings for '%s'"
 msgstr "'%s' 的個人認證設定."
 
-#: ../lib/plugin/_AuthInfo.php:102
+#: ../lib/plugin/_AuthInfo.php:97
 msgid "No userid"
 msgstr "沒有此使用者帳號"
 
 #: ../lib/plugin/_BackendInfo.php:30 ../lib/plugin/_WikiTranslation.php:60
-#: ../themes/Crao/templates/actionbar.tmpl:27
-#: ../themes/MonoBook/templates/info.tmpl:174
-#: ../themes/Portland/templates/actionbar.tmpl:17
-#: ../themes/Wordpress/templates/actionbar.tmpl:75
+#: ../themes/Crao/templates/actionbar.tmpl:31
+#: ../themes/MonoBook/templates/info.tmpl:193
+#: ../themes/Portland/templates/actionbar.tmpl:18
+#: ../themes/Wordpress/templates/actionbar.tmpl:77
 #: ../themes/default/templates/actionbar.tmpl:39
-#: ../themes/gforge/templates/info.tmpl:14
-#: ../themes/smaller/templates/info.tmpl:14
+#: ../themes/smaller/templates/info.tmpl:17
 msgid "DebugInfo"
 msgstr "DebugInfo"
 
@@ -6136,17 +6583,17 @@
 msgid "Get debugging information for %s."
 msgstr "為 %s 取得除錯資訊."
 
-#: ../lib/plugin/_BackendInfo.php:58
+#: ../lib/plugin/_BackendInfo.php:53
 #, php-format
 msgid "Querying backend directly for '%s'"
 msgstr "為 '%s' 直接查詢後台"
 
-#: ../lib/plugin/_BackendInfo.php:67
+#: ../lib/plugin/_BackendInfo.php:62
 #, php-format
 msgid "No pagedata for %s"
 msgstr "無頁面資料 %s"
 
-#: ../lib/plugin/_BackendInfo.php:124
+#: ../lib/plugin/_BackendInfo.php:119
 msgid "<not displayed>"
 msgstr "<未能顯示>"
 
@@ -6161,8 +6608,8 @@
 msgstr ""
 
 #: ../lib/plugin/_PreferencesInfo.php:30
-#: ../themes/default/templates/userprefs.tmpl:12
-#: ../themes/gforge/templates/userprefs.tmpl:12
+#: ../themes/default/templates/userprefs.tmpl:13
+#: ../themes/gforge/templates/userprefs.tmpl:13
 msgid "PreferencesInfo"
 msgstr "PreferencesInfo"
 
@@ -6180,7 +6627,7 @@
 msgid "Show a markup retransformation of page %s."
 msgstr ""
 
-#: ../lib/plugin/_Retransform.php:53
+#: ../lib/plugin/_Retransform.php:48
 #, fuzzy, php-format
 msgid "Retransform page '%s'"
 msgstr "為 page '%s' 設定 acl."
@@ -6240,19 +6687,17 @@
 
 #: ../lib/plugin/_WikiTranslation.php:64 ../themes/Crao/templates/head.tmpl:36
 #: ../themes/Crao/templates/head.tmpl:37
-#: ../themes/Crao/templates/navbar.tmpl:40
-#: ../themes/MonoBook/templates/navbar.tmpl:29
-#: ../themes/MonoBook/templates/navbar.tmpl:35
-#: ../themes/Portland/templates/navbar.tmpl:5
-#: ../themes/Sidebar/templates/navbar.tmpl:14
+#: ../themes/Crao/templates/navbar.tmpl:41
+#: ../themes/MonoBook/templates/navbar.tmpl:30
+#: ../themes/MonoBook/templates/navbar.tmpl:36
+#: ../themes/Portland/templates/navbar.tmpl:6
+#: ../themes/Sidebar/templates/search.tmpl:6
 #: ../themes/default/templates/head.tmpl:42
 #: ../themes/default/templates/head.tmpl:43
 #: ../themes/default/templates/navbar.tmpl:18
-#: ../themes/gforge/templates/head.tmpl:42
-#: ../themes/gforge/templates/head.tmpl:43
-#: ../themes/gforge/templates/navbar.tmpl:13
+#: ../themes/gforge/templates/navbar.tmpl:11
 #: ../themes/shamino_com/templates/top.tmpl:21
-#: ../themes/smaller/templates/navbar.tmpl:8
+#: ../themes/smaller/templates/navbar.tmpl:9
 #: ../themes/wikilens/templates/head.tmpl:34
 #: ../themes/wikilens/templates/head.tmpl:35
 #: ../themes/wikilens/templates/navbar.tmpl:19
@@ -6365,7 +6810,7 @@
 msgstr "PhpWikiAdministration/Replace"
 
 #: ../lib/plugin/_WikiTranslation.php:95
-#: ../themes/MonoBook/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:21
 msgid "PhpWikiDocumentation"
 msgstr "PhpWikiDocumentation"
 
@@ -6455,8 +6900,9 @@
 msgstr "UnfoldSubpagesPlugin"
 
 #: ../lib/plugin/_WikiTranslation.php:118
-#: ../themes/MonoBook/templates/navbar.tmpl:60
-#: ../themes/gforge/templates/navbar.tmpl:20
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
+#: ../themes/gforge/templates/navbar.tmpl:18
 msgid "UpLoad"
 msgstr "UpLoad"
 
@@ -6481,8 +6927,6 @@
 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74
 #: ../themes/default/templates/head.tmpl:81
 #: ../themes/default/templates/head.tmpl:82
-#: ../themes/gforge/templates/head.tmpl:79
-#: ../themes/gforge/templates/head.tmpl:80
 #: ../themes/wikilens/templates/head.tmpl:71
 #: ../themes/wikilens/templates/head.tmpl:72
 msgid "WikiWikiWeb"
@@ -6496,14 +6940,14 @@
 msgid "Show translations of various words or pages"
 msgstr "顯示多個字或頁面的轉換"
 
-#: ../lib/plugin/_WikiTranslation.php:315
+#: ../lib/plugin/_WikiTranslation.php:309
 #, php-format
 msgid ""
 "TODO: Google can only translate from english and french. Find a translation "
 "service for %s to language %s"
 msgstr "TODO: Google 只能從英文與法文轉換. 為 %s 尋找轉換到語言 %s 的服務."
 
-#: ../lib/plugin/_WikiTranslation.php:438
+#: ../lib/plugin/_WikiTranslation.php:432
 #, php-format
 msgid "Define the translation for %s in %s"
 msgstr "為 %s 定義轉換,在 %s"
@@ -6512,24 +6956,24 @@
 msgid "Convert text into a png image using GD."
 msgstr "使用 GD 轉換文字為 png 圖片"
 
-#: ../lib/plugin/text2png.php:169
+#: ../lib/plugin/text2png.php:164
 msgid ""
 "PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png."
 "php' for details."
 msgstr ""
 "PHP 無法建立新的 GD 影像流. 閱讀 lib/plugin/text2png.php 以取得更多資訊."
 
-#: ../lib/plugin/text2png.php:214
+#: ../lib/plugin/text2png.php:209
 #, php-format
 msgid "Image saved to cache file: %s"
 msgstr "影像存於快取檔案: %s"
 
-#: ../lib/plugin/text2png.php:218
+#: ../lib/plugin/text2png.php:213
 #, php-format
 msgid "Image loaded from cache file: %s"
 msgstr "影像已從快取檔案: %s 載入"
 
-#: ../lib/plugin/text2png.php:226
+#: ../lib/plugin/text2png.php:221
 msgid " produced by "
 msgstr ""
 
@@ -6538,21 +6982,16 @@
 msgid "Sorry, this page does not exist."
 msgstr "抱歉, 版本是 %d 的 %s 不在資料庫中."
 
-#: ../lib/purgepage.php:22 ../lib/purgepage.php:59
-#, fuzzy
-msgid "Purge Page"
-msgstr "沒有頁面被變更."
-
 #: ../lib/purgepage.php:25
 #, fuzzy, php-format
 msgid "You are about to purge '%s'!"
 msgstr "你正要永久移除 '%s'!"
 
-#: ../lib/purgepage.php:47 ../lib/removepage.php:47
+#: ../lib/purgepage.php:44 ../lib/removepage.php:44
 msgid "Someone has edited the page!"
 msgstr "有人編輯了此頁面!"
 
-#: ../lib/purgepage.php:48
+#: ../lib/purgepage.php:45
 #, fuzzy, php-format
 msgid ""
 "Since you started the purge process, someone has saved a new version of %s.  "
@@ -6562,17 +7001,12 @@
 "從你開始刪除到現在,有人已經儲存了一份 %s 的較新版本. 請檢查以確定你仍想要從資"
 "料庫中永久刪除此頁面."
 
-#: ../lib/purgepage.php:56
-#, fuzzy, php-format
-msgid "Purged page '%s' successfully."
-msgstr "成功地移除頁面 '%s'."
-
 #: ../lib/removepage.php:25
 #, fuzzy, php-format
 msgid "You are about to remove '%s'!"
 msgstr "你正要永久移除 '%s'!"
 
-#: ../lib/removepage.php:48
+#: ../lib/removepage.php:45
 #, php-format
 msgid ""
 "Since you started the deletion process, someone has saved a new version of %"
@@ -6582,380 +7016,397 @@
 "從你開始刪除到現在,有人已經儲存了一份 %s 的較新版本. 請檢查以確定你仍想要從資"
 "料庫中永久刪除此頁面."
 
-#: ../lib/stdlib.php:380 ../lib/stdlib.php:411 ../lib/stdlib.php:447
+#: ../lib/stdlib.php:395 ../lib/stdlib.php:432
 msgid "BAD URL -- remove all of <, >, \""
 msgstr "錯誤 URL -- 移除所有的 <, >, \""
 
-#: ../lib/stdlib.php:463 ../lib/stdlib.php:503
+#: ../lib/stdlib.php:480
+#, fuzzy, php-format
+msgid "Invalid image attribute \"%s\" %s=%s"
+msgstr "錯誤的顏色值: %s"
+
+#: ../lib/stdlib.php:492
+#, php-format
+msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:498
+#, php-format
+msgid ""
+"Invalid image link fixed \"%s\" => \"%s\".\n"
+" Spaces must be quoted with %%20."
+msgstr ""
+
+#: ../lib/stdlib.php:517 ../lib/stdlib.php:559
 #, fuzzy
 msgid "Invalid image size"
 msgstr "Inline 圖片"
 
-#: ../lib/stdlib.php:649
+#: ../lib/stdlib.php:732
 msgid "BAD phpwiki: URL"
 msgstr "錯誤 phpwiki: URL"
 
-#: ../lib/stdlib.php:687
+#: ../lib/stdlib.php:770
 msgid "Lock page to enable link"
 msgstr "鎖定頁面以打開此連結"
 
-#: ../lib/stdlib.php:817
+#: ../lib/stdlib.php:900
 #, php-format
 msgid "'%s': Bad page name: %s"
 msgstr "'%s': 錯誤頁面名稱: %s"
 
-#: ../lib/stdlib.php:847 ../lib/stdlib.php:878
+#: ../lib/stdlib.php:930 ../lib/stdlib.php:961
 #, php-format
 msgid "Leading %s not allowed"
 msgstr "前面的 %s 是不被允許的"
 
-#: ../lib/stdlib.php:862
+#: ../lib/stdlib.php:945
 msgid "White space converted to single space"
 msgstr "空白空格轉換為單一空格"
 
-#: ../lib/stdlib.php:868
+#: ../lib/stdlib.php:951
 msgid "Control characters not allowed"
 msgstr "控制字元是不被允許的"
 
-#: ../lib/stdlib.php:889
+#: ../lib/stdlib.php:972
 msgid "too long"
 msgstr "太長"
 
-#: ../lib/stdlib.php:898
+#: ../lib/stdlib.php:981
 #, php-format
 msgid "Illegal chars %s removed"
 msgstr ""
 
-#: ../lib/stdlib.php:944
+#: ../lib/stdlib.php:1027
 msgid "The CreateTocPlugin is not yet old markup compatible! "
 msgstr ""
 
-#: ../lib/stdlib.php:945
+#: ../lib/stdlib.php:1028
 msgid ""
 "Please remove the CreateToc line to be able to reformat this page to old "
 "markup. "
 msgstr ""
 
-#: ../lib/stdlib.php:1207
+#: ../lib/stdlib.php:1293
 msgid "Revision Not Found"
 msgstr "修訂未找到"
 
-#: ../lib/stdlib.php:1208
+#: ../lib/stdlib.php:1294
 #, php-format
 msgid "I'm sorry.  Version %d of %s is not in the database."
 msgstr "抱歉, 版本是 %d 的 %s 不在資料庫中."
 
-#: ../lib/stdlib.php:1211
+#: ../lib/stdlib.php:1297
 msgid "Bad Version"
 msgstr "錯誤的版本"
 
-#: ../lib/stdlib.php:1347
+#: ../lib/stdlib.php:1433
 msgid "-???"
 msgstr "-???"
 
-#: ../lib/stdlib.php:1350
+#: ../lib/stdlib.php:1436
 #, php-format
 msgid "%s b"
 msgstr "%s b"
 
-#: ../lib/stdlib.php:1352 ../themes/MonoBook/templates/info.tmpl:29
+#: ../lib/stdlib.php:1438 ../themes/MonoBook/templates/info.tmpl:30
 #, php-format
 msgid "%s bytes"
 msgstr "%s bytes"
 
-#: ../lib/stdlib.php:1357
+#: ../lib/stdlib.php:1443
 #, php-format
 msgid "%s k"
 msgstr "%s k"
 
-#: ../lib/stdlib.php:1359 ../themes/MonoBook/templates/info.tmpl:32
+#: ../lib/stdlib.php:1445 ../themes/MonoBook/templates/info.tmpl:33
 #, php-format
 msgid "%s Kb (%s bytes)"
 msgstr "%s Kb (%s bytes)"
 
-#: ../lib/stdlib.php:1455
+#: ../lib/stdlib.php:1541
 #, php-format
 msgid "%s: argument index out of range"
 msgstr "%s: 引數索引超出範圍"
 
-#: ../lib/stdlib.php:1534 ../themes/Hawaiian/lib/random.php:20
+#: ../lib/stdlib.php:1620 ../themes/Hawaiian/lib/random.php:20
 #, php-format
 msgid "%s is empty."
 msgstr "%s 是空白的."
 
-#: ../lib/stdlib.php:1541
+#: ../lib/stdlib.php:1627
 #, php-format
 msgid "Unable to open directory '%s' for reading"
 msgstr "無法開啟目錄 '%s' 進行讀取"
 
-#: ../lib/stdlib.php:1873
+#: ../lib/stdlib.php:1966
 msgid "Okay"
 msgstr "Okay"
 
-#: ../lib/stdlib.php:2050 ../lib/stdlib.php:2063
+#: ../lib/stdlib.php:2151 ../lib/stdlib.php:2164
 #, fuzzy, php-format
 msgid "... (first %s words)"
 msgstr "... 頭 %d 個字"
 
-#: ../lib/upgrade.php:88
+#: ../lib/upgrade.php:72
+msgid "always skip the HomePage."
+msgstr ""
+
+#: ../lib/upgrade.php:98
 msgid "newer than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:89
+#: ../lib/upgrade.php:99
 #, fuzzy
 msgid " replace "
 msgstr "取代:"
 
-#: ../lib/upgrade.php:93
+#: ../lib/upgrade.php:103
 msgid "older than the existing page."
 msgstr ""
 
-#: ../lib/upgrade.php:101
+#: ../lib/upgrade.php:111
 #, fuzzy, php-format
 msgid "%s does not exist"
 msgstr "群組 %s 不存在"
 
-#: ../lib/upgrade.php:126 ../lib/upgrade.php:157 ../lib/upgrade.php:405
-#: ../lib/upgrade.php:933 ../lib/upgrade.php:1021
+#: ../lib/upgrade.php:118 ../lib/upgrade.php:149 ../lib/upgrade.php:383
+#: ../lib/upgrade.php:911 ../lib/upgrade.php:999
 #, php-format
 msgid "check for necessary %s updates"
 msgstr ""
 
-#: ../lib/upgrade.php:127 ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
+#: ../lib/upgrade.php:119 ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #, fuzzy
 msgid "ActionPage"
 msgstr "動作頁面"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "_AuthInfo"
 msgstr "_AuthInfo"
 
-#: ../lib/upgrade.php:129
+#: ../lib/upgrade.php:121
 #, fuzzy
 msgid "DebugAuthInfo"
 msgstr "DebugInfo"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "_GroupInfo"
 msgstr "DebugInfo"
 
-#: ../lib/upgrade.php:132
+#: ../lib/upgrade.php:124
 #, fuzzy
 msgid "GroupAuthInfo"
 msgstr "_AuthInfo"
 
-#: ../lib/upgrade.php:160
+#: ../lib/upgrade.php:152
 #, fuzzy
 msgid "rename to Help: pages"
 msgstr "更名已選定的頁面"
 
-#: ../lib/upgrade.php:177
-msgid "always skip the HomePage."
-msgstr ""
-
-#: ../lib/upgrade.php:200
+#: ../lib/upgrade.php:178
 #, fuzzy, php-format
 msgid "check for additional theme %s updates"
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/upgrade.php:213
+#: ../lib/upgrade.php:191
 #, fuzzy, php-format
 msgid "rename %s to %s"
 msgstr "頁面名稱以 '%s' 開頭的"
 
-#: ../lib/upgrade.php:240
+#: ../lib/upgrade.php:218
 msgid "MISSING"
 msgstr ""
 
-#: ../lib/upgrade.php:276 ../lib/upgrade.php:295 ../lib/upgrade.php:316
-#: ../lib/upgrade.php:344 ../lib/upgrade.php:390
+#: ../lib/upgrade.php:254 ../lib/upgrade.php:273 ../lib/upgrade.php:294
+#: ../lib/upgrade.php:322 ../lib/upgrade.php:368
 msgid "CREATED"
 msgstr ""
 
-#: ../lib/upgrade.php:406
+#: ../lib/upgrade.php:384
 #, fuzzy
 msgid "database"
 msgstr "資料庫"
 
-#: ../lib/upgrade.php:412
+#: ../lib/upgrade.php:390
 #, fuzzy
 msgid "CANCEL"
 msgstr "ACL"
 
-#: ../lib/upgrade.php:425
+#: ../lib/upgrade.php:403
 #, fuzzy
 msgid "Backend type: "
 msgstr "錯誤的檔案型態: %s"
 
-#: ../lib/upgrade.php:429 ../lib/upgrade.php:449 ../lib/upgrade.php:458
+#: ../lib/upgrade.php:407 ../lib/upgrade.php:427 ../lib/upgrade.php:436
 #, fuzzy, php-format
 msgid "check for table %s"
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/upgrade.php:473
+#: ../lib/upgrade.php:451
 msgid "check for new session.sess_ip column"
 msgstr ""
 
-#: ../lib/upgrade.php:479 ../lib/upgrade.php:696 ../lib/upgrade.php:841
-#: ../lib/upgrade.php:904
+#: ../lib/upgrade.php:457 ../lib/upgrade.php:674 ../lib/upgrade.php:819
+#: ../lib/upgrade.php:882
 msgid "SKIP"
 msgstr ""
 
-#: ../lib/upgrade.php:482 ../lib/upgrade.php:590 ../lib/upgrade.php:846
-#: ../lib/upgrade.php:906
+#: ../lib/upgrade.php:460 ../lib/upgrade.php:568 ../lib/upgrade.php:824
+#: ../lib/upgrade.php:884
 msgid "ADDING"
 msgstr ""
 
-#: ../lib/upgrade.php:492
+#: ../lib/upgrade.php:470
 msgid "check for mysql session.sess_id sanity"
 msgstr ""
 
-#: ../lib/upgrade.php:506 ../lib/upgrade.php:511 ../lib/upgrade.php:548
-#: ../lib/upgrade.php:557
+#: ../lib/upgrade.php:484 ../lib/upgrade.php:489 ../lib/upgrade.php:526
+#: ../lib/upgrade.php:535
 #, fuzzy
 msgid "fixed"
 msgstr "已變更"
 
-#: ../lib/upgrade.php:525
+#: ../lib/upgrade.php:503
 msgid "check for mysql LOCK TABLE privilege"
 msgstr ""
 
-#: ../lib/upgrade.php:571
+#: ../lib/upgrade.php:549
 #, php-format
 msgid "version <em>%s</em> not affected"
 msgstr ""
 
-#: ../lib/upgrade.php:580
+#: ../lib/upgrade.php:558
 msgid "check for mysql page.id auto_increment flag"
 msgstr ""
 
-#: ../lib/upgrade.php:617
+#: ../lib/upgrade.php:595
 msgid "check for mysql 4.1.x/5.0.0 binary search on windows problem"
 msgstr ""
 
-#: ../lib/upgrade.php:620 ../lib/upgrade.php:636 ../lib/upgrade.php:657
+#: ../lib/upgrade.php:598 ../lib/upgrade.php:614 ../lib/upgrade.php:635
 #, fuzzy, php-format
 msgid "version <em>%s</em>"
 msgstr "版本 %s"
 
-#: ../lib/upgrade.php:621
+#: ../lib/upgrade.php:599
 #, fuzzy
 msgid "not affected"
 msgstr "尚未"
 
-#: ../lib/upgrade.php:637 ../lib/upgrade.php:658 ../lib/upgrade.php:686
-#: ../lib/upgrade.php:1123
+#: ../lib/upgrade.php:615 ../lib/upgrade.php:636 ../lib/upgrade.php:664
+#: ../lib/upgrade.php:1101
 msgid "FIXED"
 msgstr ""
 
-#: ../lib/upgrade.php:668
+#: ../lib/upgrade.php:646
 msgid "check for ACCESS_LOG_SQL passwords in POST requests"
 msgstr ""
 
-#: ../lib/upgrade.php:691
+#: ../lib/upgrade.php:669
 msgid "check for ACCESS_LOG_SQL remote_host varchar(50)"
 msgstr ""
 
-#: ../lib/upgrade.php:699
+#: ../lib/upgrade.php:677
 msgid "FIXING"
 msgstr ""
 
-#: ../lib/upgrade.php:702 ../lib/upgrade.php:910
+#: ../lib/upgrade.php:680 ../lib/upgrade.php:888
 msgid "FAIL"
 msgstr ""
 
-#: ../lib/upgrade.php:791
+#: ../lib/upgrade.php:769
 msgid ""
 "Upgrade requires database privileges to CREATE and ALTER the phpwiki "
 "database."
 msgstr ""
 
-#: ../lib/upgrade.php:793
+#: ../lib/upgrade.php:771
 msgid ""
 "And on windows at least the privilege to SELECT FROM mysql, and possibly "
 "UPDATE mysql"
 msgstr ""
 
-#: ../lib/upgrade.php:798
+#: ../lib/upgrade.php:776
 msgid "DB admin user:"
 msgstr ""
 
-#: ../lib/upgrade.php:804
+#: ../lib/upgrade.php:782
 #, fuzzy
 msgid "DB admin password:"
 msgstr "改變密碼"
 
-#: ../lib/upgrade.php:836
+#: ../lib/upgrade.php:814
 msgid "check for extra page.cached_html column"
 msgstr ""
 
-#: ../lib/upgrade.php:853 ../lib/upgrade.php:917
+#: ../lib/upgrade.php:831 ../lib/upgrade.php:895
 msgid "CONVERTING"
 msgstr ""
 
-#: ../lib/upgrade.php:899
+#: ../lib/upgrade.php:877
 msgid "check for relation field in link table"
 msgstr ""
 
-#: ../lib/upgrade.php:915
+#: ../lib/upgrade.php:893
 msgid "Rebuild entire database to upgrade relation links"
 msgstr ""
 
-#: ../lib/upgrade.php:934
+#: ../lib/upgrade.php:912
 #, fuzzy
 msgid "plugin argument"
 msgstr "錯誤的顏色值: %s"
 
-#: ../lib/upgrade.php:978
+#: ../lib/upgrade.php:956
 #, fuzzy, php-format
 msgid "file %s not found"
 msgstr "%s 找不到."
 
-#: ../lib/upgrade.php:1005
+#: ../lib/upgrade.php:983
 #, fuzzy, php-format
 msgid "%s not found in %s"
 msgstr "%s 找不到."
 
-#: ../lib/upgrade.php:1012
+#: ../lib/upgrade.php:990
 #, fuzzy, php-format
 msgid "couldn't move %s to %s"
 msgstr "無法為頁面 '%s' 變更權限為 '%s'."
 
-#: ../lib/upgrade.php:1016
+#: ../lib/upgrade.php:994
 #, fuzzy, php-format
 msgid "file %s is not writable"
 msgstr "%s 無法寫入."
 
-#: ../lib/upgrade.php:1026 ../lib/upgrade.php:1036 ../lib/upgrade.php:1046
+#: ../lib/upgrade.php:1004 ../lib/upgrade.php:1014 ../lib/upgrade.php:1024
 #, fuzzy, php-format
 msgid "check for %s"
 msgstr "為 page '%s' 設定 acl."
 
-#: ../lib/upgrade.php:1028
+#: ../lib/upgrade.php:1006
 msgid "CACHE_CONTROL is set to 'NONE', and must be changed to 'NO_CACHE'"
 msgstr ""
 
-#: ../lib/upgrade.php:1038
+#: ../lib/upgrade.php:1016
 msgid "GROUP_METHOD is set to NONE, and must be changed to \"NONE\""
 msgstr ""
 
-#: ../lib/upgrade.php:1048
+#: ../lib/upgrade.php:1026
 msgid "fix BLOG_EMPTY_DEFAULT_PREFIX into BLOG_DEFAULT_EMPTY_PREFIX"
 msgstr ""
 
-#: ../lib/upgrade.php:1148
+#: ../lib/upgrade.php:1126
 #, fuzzy
 msgid "fixed with"
 msgstr "已變更"
 
-#: ../lib/upgrade.php:1274
+#: ../lib/upgrade.php:1252
 msgid "Upgrade disabled: user != isAdmin"
 msgstr "禁止升級: user != isAdmin"
 
-#: ../lib/upgrade.php:1279
+#: ../lib/upgrade.php:1257
 msgid "Upgrading this PhpWiki"
 msgstr "升級 PhpWiki"
 
@@ -7008,275 +7459,282 @@
 msgid "Unexpected EOF in zip file"
 msgstr "zip 檔案中存有不被期待的 EOF."
 
-#: ../lib/ziplib.php:747
+#: ../lib/ziplib.php:749
 #, php-format
 msgid "[%d] See [%s]"
 msgstr "[%d] 參閱 [%s]"
 
-#: ../lib/ziplib.php:754
+#: ../lib/ziplib.php:756
 msgid "References"
 msgstr "偏好設定"
 
 #: ../themes/Crao/templates/actionbar.tmpl:5
-#: ../themes/MonoBook/templates/actionbar.tmpl:34
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Portland/templates/actionbar.tmpl:7
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
 #: ../themes/default/templates/actionbar.tmpl:16
 #: ../themes/gforge/templates/actionbar.tmpl:54
-#: ../themes/shamino_com/templates/actionbar.tmpl:6
+#: ../themes/shamino_com/templates/actionbar.tmpl:8
 #: ../themes/smaller/templates/actionbar.tmpl:18
 msgid "Edit Old Revision"
 msgstr "編輯舊的修訂"
 
 #: ../themes/Crao/templates/actionbar.tmpl:7
 #: ../themes/Crao/templates/head.tmpl:47
-#: ../themes/MonoBook/templates/actionbar.tmpl:37
-#: ../themes/MonoBook/templates/info.tmpl:166
-#: ../themes/Portland/templates/actionbar.tmpl:8
-#: ../themes/Wordpress/templates/actionbar.tmpl:10
+#: ../themes/MonoBook/templates/actionbar.tmpl:38
+#: ../themes/MonoBook/templates/info.tmpl:185
+#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Sidebar/templates/actionbar.tmpl:25
+#: ../themes/Sidebar/templates/actionbar.tmpl:55
+#: ../themes/Wordpress/templates/actionbar.tmpl:12
 #: ../themes/blog/templates/actionbar.tmpl:21
 #: ../themes/default/templates/actionbar.tmpl:21
 #: ../themes/default/templates/head.tmpl:53
 #: ../themes/gforge/templates/actionbar.tmpl:56
-#: ../themes/gforge/templates/head.tmpl:53
-#: ../themes/gforge/templates/info.tmpl:6
 #: ../themes/smaller/templates/actionbar.tmpl:20
-#: ../themes/smaller/templates/info.tmpl:5
+#: ../themes/smaller/templates/info.tmpl:8
 #: ../themes/wikilens/templates/head.tmpl:45
 msgid "View Source"
 msgstr "查看源碼"
 
-#: ../themes/Crao/templates/actionbar.tmpl:30
-#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/Crao/templates/actionbar.tmpl:34
+#: ../themes/MonoBook/templates/info.tmpl:196
+#: ../themes/Sidebar/templates/actionbar.tmpl:63
 #: ../themes/default/templates/actionbar.tmpl:44
-#: ../themes/gforge/templates/actionbar.tmpl:128
-#: ../themes/gforge/templates/info.tmpl:17
-#: ../themes/smaller/templates/info.tmpl:17
+#: ../themes/smaller/templates/info.tmpl:20
 msgid "PurgeHtmlCache"
 msgstr "PurgeHtmlCache"
 
-#: ../themes/Crao/templates/actionbar.tmpl:31
-#: ../themes/MonoBook/templates/actionbar.tmpl:72
-#: ../themes/MonoBook/templates/info.tmpl:178
+#: ../themes/Crao/templates/actionbar.tmpl:35
+#: ../themes/MonoBook/templates/actionbar.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:197
+#: ../themes/Sidebar/templates/actionbar.tmpl:64
 #: ../themes/default/templates/actionbar.tmpl:45
-#: ../themes/gforge/templates/actionbar.tmpl:129
-#: ../themes/gforge/templates/info.tmpl:18
-#: ../themes/smaller/templates/info.tmpl:18
+#: ../themes/smaller/templates/info.tmpl:21
 msgid ""
 "Purge HTML cache for this page. Regenerate from WikiMarkup when next "
 "accessed."
 msgstr "為此頁面清除 HTML 快取. 下次將重新由 WikiMarkup 產生."
 
-#: ../themes/Crao/templates/browse.tmpl:5
+#: ../themes/Crao/templates/browse.tmpl:6
 #: ../themes/MonoBook/templates/browse.tmpl:6
-#: ../themes/Portland/templates/browse.tmpl:9
-#: ../themes/Portland/templates/viewsource.tmpl:5
-#: ../themes/Wordpress/templates/browse.tmpl:9
-#: ../themes/Wordpress/templates/viewsource.tmpl:9
+#: ../themes/MonoBook/templates/viewsource.tmpl:5
+#: ../themes/Portland/templates/browse.tmpl:8
+#: ../themes/Portland/templates/viewsource.tmpl:6
+#: ../themes/Sidebar/templates/browse.tmpl:6
+#: ../themes/Wordpress/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/viewsource.tmpl:10
 #: ../themes/blog/templates/browse.tmpl:6
-#: ../themes/blog/templates/viewsource.tmpl:6
+#: ../themes/blog/templates/viewsource.tmpl:7
 #: ../themes/default/templates/browse.tmpl:6
-#: ../themes/default/templates/viewsource.tmpl:5
+#: ../themes/default/templates/viewsource.tmpl:6
+#: ../themes/gforge/templates/browse.tmpl:9
 msgid "Note:"
 msgstr "注意:"
 
-#: ../themes/Crao/templates/browse.tmpl:6
+#: ../themes/Crao/templates/browse.tmpl:7
 #: ../themes/MonoBook/templates/browse.tmpl:7
-#: ../themes/Portland/templates/browse.tmpl:10
-#: ../themes/Portland/templates/viewsource.tmpl:10
-#: ../themes/Wordpress/templates/browse.tmpl:10
-#: ../themes/Wordpress/templates/viewsource.tmpl:14
+#: ../themes/MonoBook/templates/viewsource.tmpl:10
+#: ../themes/Portland/templates/browse.tmpl:9
+#: ../themes/Portland/templates/viewsource.tmpl:11
+#: ../themes/Sidebar/templates/browse.tmpl:7
+#: ../themes/Wordpress/templates/browse.tmpl:9
+#: ../themes/Wordpress/templates/viewsource.tmpl:15
 #: ../themes/blog/templates/browse.tmpl:7
-#: ../themes/blog/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:12
 #: ../themes/default/templates/browse.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:10
+#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/gforge/templates/browse.tmpl:10
 msgid "You are viewing an old revision of this page."
 msgstr "你正在查看此頁面的較舊修訂."
 
-#: ../themes/Crao/templates/browse.tmpl:7
+#: ../themes/Crao/templates/browse.tmpl:8
 #: ../themes/MonoBook/templates/browse.tmpl:8
-#: ../themes/Portland/templates/browse.tmpl:11
-#: ../themes/Portland/templates/viewsource.tmpl:11
-#: ../themes/Wordpress/templates/browse.tmpl:11
-#: ../themes/Wordpress/templates/viewsource.tmpl:15
+#: ../themes/MonoBook/templates/viewsource.tmpl:11
+#: ../themes/Portland/templates/browse.tmpl:10
+#: ../themes/Portland/templates/viewsource.tmpl:12
+#: ../themes/Sidebar/templates/browse.tmpl:8
+#: ../themes/Wordpress/templates/browse.tmpl:10
+#: ../themes/Wordpress/templates/viewsource.tmpl:16
 #: ../themes/blog/templates/browse.tmpl:8
-#: ../themes/blog/templates/viewsource.tmpl:12
+#: ../themes/blog/templates/viewsource.tmpl:13
 #: ../themes/default/templates/browse.tmpl:8
-#: ../themes/default/templates/viewsource.tmpl:11
+#: ../themes/default/templates/viewsource.tmpl:12
+#: ../themes/gforge/templates/browse.tmpl:11
 msgid "View the current version"
 msgstr "查看目前版本"
 
-#: ../themes/Crao/templates/editpage.tmpl:4
-#: ../themes/Portland/templates/editpage.tmpl:54
-#: ../themes/Wordpress/templates/editpage.tmpl:67
-#: ../themes/default/templates/editpage.tmpl:4
-#: ../themes/gforge/templates/editpage.tmpl:4
+#: ../themes/Crao/templates/editpage.tmpl:5
+#: ../themes/Portland/templates/editpage.tmpl:55
+#: ../themes/Wordpress/templates/editpage.tmpl:68
+#: ../themes/default/templates/editpage.tmpl:5
+#: ../themes/gforge/templates/editpage.tmpl:5
 msgid "Preview only!  Changes not saved."
 msgstr "僅能預覽! 更動將不被儲存."
 
-#: ../themes/Crao/templates/editpage.tmpl:9
-#: ../themes/default/templates/editpage.tmpl:9
-#: ../themes/gforge/templates/editpage.tmpl:9
+#: ../themes/Crao/templates/editpage.tmpl:10
+#: ../themes/default/templates/editpage.tmpl:10
+#: ../themes/gforge/templates/editpage.tmpl:7
 msgid "edit area"
 msgstr "編輯區域"
 
-#: ../themes/Crao/templates/editpage.tmpl:8
-#: ../themes/default/templates/editpage.tmpl:8
-#: ../themes/gforge/templates/editpage.tmpl:8
+#: ../themes/Crao/templates/editpage.tmpl:9
+#: ../themes/default/templates/editpage.tmpl:9
+#: ../themes/gforge/templates/editpage.tmpl:6
 #, php-format
 msgid ""
 "Please continue editing.  (You'll find your %s at the bottom of the page.)"
 msgstr "請繼續編輯. (你將在頁面的底部找到你的 %s.)"
 
-#: ../themes/Crao/templates/editpage.tmpl:18
-#: ../themes/Portland/templates/editpage.tmpl:22
-#: ../themes/Wordpress/templates/editpage.tmpl:23
-#: ../themes/default/templates/editpage.tmpl:20
-#: ../themes/gforge/templates/editpage.tmpl:20
-msgid "Warning: You are editing an old revision."
-msgstr "警告: 你正在編輯較舊的修訂."
-
 #: ../themes/Crao/templates/editpage.tmpl:19
 #: ../themes/Portland/templates/editpage.tmpl:23
 #: ../themes/Wordpress/templates/editpage.tmpl:24
 #: ../themes/default/templates/editpage.tmpl:21
-#: ../themes/gforge/templates/editpage.tmpl:21
+#: ../themes/gforge/templates/editpage.tmpl:16
+msgid "Warning: You are editing an old revision."
+msgstr "警告: 你正在編輯較舊的修訂."
+
+#: ../themes/Crao/templates/editpage.tmpl:20
+#: ../themes/Portland/templates/editpage.tmpl:24
+#: ../themes/Wordpress/templates/editpage.tmpl:25
+#: ../themes/default/templates/editpage.tmpl:22
+#: ../themes/gforge/templates/editpage.tmpl:17
 msgid "Saving this page will overwrite the current version."
 msgstr "儲存此頁面將會覆寫掉目前版本."
 
-#: ../themes/Crao/templates/editpage.tmpl:38
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/Wordpress/templates/editpage.tmpl:39
-#: ../themes/default/templates/editpage.tmpl:40
-#: ../themes/gforge/templates/editpage.tmpl:40
-msgid "H"
-msgstr "高"
-
 #: ../themes/Crao/templates/editpage.tmpl:39
 #: ../themes/Portland/templates/editpage.tmpl:46
 #: ../themes/Wordpress/templates/editpage.tmpl:40
 #: ../themes/default/templates/editpage.tmpl:41
-#: ../themes/gforge/templates/editpage.tmpl:41
-msgid "W"
-msgstr "寬"
+#: ../themes/gforge/templates/editpage.tmpl:36
+msgid "H"
+msgstr "高"
 
 #: ../themes/Crao/templates/editpage.tmpl:40
 #: ../themes/Portland/templates/editpage.tmpl:47
 #: ../themes/Wordpress/templates/editpage.tmpl:41
 #: ../themes/default/templates/editpage.tmpl:42
-#: ../themes/gforge/templates/editpage.tmpl:42
+#: ../themes/gforge/templates/editpage.tmpl:37
+msgid "W"
+msgstr "寬"
+
+#: ../themes/Crao/templates/editpage.tmpl:41
+#: ../themes/Portland/templates/editpage.tmpl:48
+#: ../themes/Wordpress/templates/editpage.tmpl:42
+#: ../themes/default/templates/editpage.tmpl:43
+#: ../themes/gforge/templates/editpage.tmpl:38
 msgid "Adjust"
 msgstr "調整"
 
-#: ../themes/Crao/templates/editpage.tmpl:43
+#: ../themes/Crao/templates/editpage.tmpl:44
 #, fuzzy
 msgid "Page Content: "
 msgstr "內容"
 
-#: ../themes/Crao/templates/editpage.tmpl:58
-#: ../themes/default/templates/editpage.tmpl:62
-#: ../themes/gforge/templates/editpage.tmpl:62
+#: ../themes/Crao/templates/editpage.tmpl:59
+#: ../themes/default/templates/editpage.tmpl:63
+#: ../themes/gforge/templates/editpage.tmpl:48
 msgid "This is a minor change."
 msgstr "這是次要變更."
 
-#: ../themes/Crao/templates/editpage.tmpl:59
-#: ../themes/Portland/templates/editpage.tmpl:49
-#: ../themes/Wordpress/templates/editpage.tmpl:59
-#: ../themes/default/templates/editpage.tmpl:63
-#: ../themes/gforge/templates/editpage.tmpl:63
+#: ../themes/Crao/templates/editpage.tmpl:60
+#: ../themes/Portland/templates/editpage.tmpl:50
+#: ../themes/Wordpress/templates/editpage.tmpl:60
+#: ../themes/default/templates/editpage.tmpl:64
 msgid "Use old markup"
 msgstr "使用舊標記"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, fuzzy
 msgid "Help/GoodStyle"
 msgstr "GoodStyle"
 
-#: ../themes/Crao/templates/editpage.tmpl:92
-#: ../themes/Crao/templates/editpage.tmpl:97
-#: ../themes/Portland/templates/editpage.tmpl:77
-#: ../themes/Portland/templates/editpage.tmpl:82
-#: ../themes/Wordpress/templates/editpage.tmpl:90
-#: ../themes/Wordpress/templates/editpage.tmpl:95
+#: ../themes/Crao/templates/editpage.tmpl:93
+#: ../themes/Crao/templates/editpage.tmpl:98
+#: ../themes/Portland/templates/editpage.tmpl:78
+#: ../themes/Portland/templates/editpage.tmpl:83
+#: ../themes/Wordpress/templates/editpage.tmpl:91
+#: ../themes/Wordpress/templates/editpage.tmpl:96
 #: ../themes/blog/templates/blogform.tmpl:24
 #: ../themes/default/templates/blogform.tmpl:24
-#: ../themes/default/templates/editpage.tmpl:115
-#: ../themes/default/templates/editpage.tmpl:120
+#: ../themes/default/templates/editpage.tmpl:117
+#: ../themes/default/templates/editpage.tmpl:122
 #, php-format
 msgid "See %s tips for editing."
 msgstr "參照編輯時的 %s 小秘訣."
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/gforge/templates/editpage.tmpl:115
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/default/templates/editpage.tmpl:118
 #, fuzzy
 msgid "Help/OldTextFormattingRules"
 msgstr "OldTextFormattingRules"
 
-#: ../themes/Crao/templates/editpage.tmpl:93
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:78
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:91
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:94
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:79
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:92
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:116
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:115
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:118
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:79
+#: ../themes/gforge/templates/editpage.tmpl:81
 msgid "Synopsis"
 msgstr "概要"
 
-#: ../themes/Crao/templates/editpage.tmpl:98
-#: ../themes/Portland/templates/editpage.tmpl:83
-#: ../themes/Wordpress/templates/editpage.tmpl:96
+#: ../themes/Crao/templates/editpage.tmpl:99
+#: ../themes/Portland/templates/editpage.tmpl:84
+#: ../themes/Wordpress/templates/editpage.tmpl:97
 #: ../themes/blog/templates/blogform.tmpl:25
 #: ../themes/default/templates/blogform.tmpl:25
-#: ../themes/default/templates/editpage.tmpl:121
-#: ../themes/gforge/templates/editpage.tmpl:119
+#: ../themes/default/templates/editpage.tmpl:123
+#: ../themes/gforge/templates/editpage.tmpl:79
 #, fuzzy
 msgid "Help/TextFormattingRules"
 msgstr "TextFormattingRules"
 
 #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32
 #: ../themes/Crao/templates/htmldump.tmpl:22
+#: ../themes/Sidebar/templates/htmldump.tmpl:22
 #: ../themes/default/templates/head.tmpl:37
 #: ../themes/default/templates/head.tmpl:38
 #: ../themes/default/templates/htmldump.tmpl:21
-#: ../themes/gforge/templates/head.tmpl:37
-#: ../themes/gforge/templates/head.tmpl:38
 #: ../themes/wikilens/templates/head.tmpl:30
 #: ../themes/wikilens/templates/head.tmpl:31
 msgid "HowToUseWiki"
 msgstr "HowToUseWiki"
 
-#: ../themes/Crao/templates/navbar.tmpl:34
-#: ../themes/Wordpress/templates/actionbar.tmpl:38
+#: ../themes/Crao/templates/navbar.tmpl:35
+#: ../themes/Wordpress/templates/actionbar.tmpl:40
 #: ../themes/default/templates/navbar.tmpl:38
 #: ../themes/wikilens/templates/navbar.tmpl:30
 msgid "Today"
 msgstr "今天"
 
-#: ../themes/Crao/templates/navbar.tmpl:37
-#: ../themes/Sidebar/templates/navbar.tmpl:28
+#: ../themes/Crao/templates/navbar.tmpl:38
 #: ../themes/blog/templates/navbar.tmpl:14
 #: ../themes/default/templates/navbar.tmpl:42
 #: ../themes/wikilens/templates/navbar.tmpl:32
 msgid "Admin"
 msgstr "管理者"
 
-#: ../themes/Crao/templates/navbar.tmpl:46
+#: ../themes/Crao/templates/navbar.tmpl:47
+#: ../themes/Sidebar/templates/search.tmpl:23
+#: ../themes/Sidebar/templates/search.tmpl:28
 #: ../themes/default/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:25
 #, fuzzy
@@ -7289,87 +7747,90 @@
 msgstr "你必須簽入才能 %s."
 
 #: ../themes/Crao/templates/signin.tmpl:38
-#: ../themes/Sidebar/templates/signin.tmpl:37
 #: ../themes/Wordpress/templates/signin.tmpl:41
 #: ../themes/default/templates/signin.tmpl:34
 #: ../themes/smaller/templates/signin.tmpl:37
 msgid "Enter your UserId to sign in"
 msgstr "輸入你的帳號進行簽入"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:19
+#: ../themes/Crao/templates/wikiblog.tmpl:21
 #: ../themes/blog/templates/wikiblog.tmpl:20
 #, php-format
 msgid "Comment modified on %s by %s"
 msgstr "意見在 %s 被 %s 變更"
 
-#: ../themes/Crao/templates/wikiblog.tmpl:25
+#: ../themes/Crao/templates/wikiblog.tmpl:27
 #: ../themes/blog/templates/wikiblog.tmpl:25
 #: ../themes/default/templates/comment.tmpl:24
 #, fuzzy, php-format
 msgid "Comments on %s by %s."
 msgstr "%s 的意見:"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:12
+#: ../themes/MonoBook/templates/actionbar.tmpl:13
+#: ../themes/Sidebar/templates/actionbar.tmpl:12
 msgid "Views"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:14
+#: ../themes/MonoBook/templates/actionbar.tmpl:15
 #: ../themes/gforge/templates/actionbar.tmpl:18
 #, fuzzy
 msgid "/Discussion"
 msgstr "權限"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:17
-#: ../themes/MonoBook/templates/actionbar.tmpl:30
-#: ../themes/Sidebar/templates/navbar.tmpl:21
+#: ../themes/MonoBook/templates/actionbar.tmpl:18
+#: ../themes/MonoBook/templates/actionbar.tmpl:31
 #: ../themes/default/templates/navbar.tmpl:12
 #: ../themes/wikilens/templates/navbar.tmpl:13
 msgid "Article"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:24
+#: ../themes/MonoBook/templates/actionbar.tmpl:25
 #: ../themes/gforge/templates/actionbar.tmpl:34
 #, fuzzy
 msgid "TemplateTalk"
 msgstr "佈景主題"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:39
+#: ../themes/MonoBook/templates/actionbar.tmpl:35
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+#: ../themes/gforge/templates/actionbar.tmpl:54
+#, fuzzy
+msgid "Create Page"
+msgstr "CreatePage"
+
+#: ../themes/MonoBook/templates/actionbar.tmpl:43
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
 #: ../themes/gforge/templates/actionbar.tmpl:62
 #, fuzzy
 msgid "History"
 msgstr "PageHistory"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:42
+#: ../themes/MonoBook/templates/actionbar.tmpl:57
+#: ../themes/Sidebar/templates/actionbar.tmpl:30
 #, fuzzy
 msgid "Watch"
 msgstr "寬度"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:48
+#: ../themes/MonoBook/templates/actionbar.tmpl:63
+#: ../themes/Sidebar/templates/actionbar.tmpl:38
 msgid "Special Actions"
 msgstr ""
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:64
-#: ../themes/blog/templates/actionbar.tmpl:15
-#: ../themes/smaller/templates/actionbar.tmpl:36
-msgid "Info"
-msgstr "Info"
-
-#: ../themes/MonoBook/templates/actionbar.tmpl:65
+#: ../themes/MonoBook/templates/actionbar.tmpl:77
 #, fuzzy
-msgid "Page history"
-msgstr "PageHistory"
+msgid "Page info"
+msgstr "PageInfo"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:66
+#: ../themes/MonoBook/templates/actionbar.tmpl:78
 #, fuzzy
 msgid "Author history"
 msgstr "作者歷程"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:68
+#: ../themes/MonoBook/templates/actionbar.tmpl:80
 #, fuzzy
 msgid "Page dump"
 msgstr "PageDump"
 
-#: ../themes/MonoBook/templates/actionbar.tmpl:71
+#: ../themes/MonoBook/templates/actionbar.tmpl:83
 #, fuzzy
 msgid "Purge HTML cache"
 msgstr "清除標記快取"
@@ -7391,297 +7852,346 @@
 msgid "GeneralDisclaimer"
 msgstr ""
 
-#: ../themes/MonoBook/templates/info.tmpl:37
-#: ../themes/default/templates/info.tmpl:30
+#: ../themes/MonoBook/templates/info.tmpl:38
+#: ../themes/default/templates/info.tmpl:31
 msgid "1 word"
 msgstr "1 個單字"
 
-#: ../themes/MonoBook/templates/info.tmpl:39
-#: ../themes/default/templates/info.tmpl:32
+#: ../themes/MonoBook/templates/info.tmpl:40
+#: ../themes/default/templates/info.tmpl:33
 #, php-format
 msgid "%s words"
 msgstr "å…± %s å­—"
 
-#: ../themes/MonoBook/templates/info.tmpl:43
-#: ../themes/default/templates/info.tmpl:36
+#: ../themes/MonoBook/templates/info.tmpl:44
+#: ../themes/default/templates/info.tmpl:37
 #, php-format
 msgid "Version %s"
 msgstr "版本 %s"
 
-#: ../themes/MonoBook/templates/info.tmpl:44
-#: ../themes/default/templates/info.tmpl:37
+#: ../themes/MonoBook/templates/info.tmpl:45
+#: ../themes/default/templates/info.tmpl:38
 msgid "Original (1.2 or 1.0)"
 msgstr "原始 (1.2 或 1.0)"
 
-#: ../themes/MonoBook/templates/info.tmpl:76
-#: ../themes/default/templates/info.tmpl:68
+#: ../themes/MonoBook/templates/info.tmpl:77
+#: ../themes/default/templates/info.tmpl:62
 msgid "Saved on:"
 msgstr "已存放在:"
 
-#: ../themes/MonoBook/templates/info.tmpl:81
-#: ../themes/default/templates/info.tmpl:73
+#: ../themes/MonoBook/templates/info.tmpl:82
+#: ../themes/default/templates/info.tmpl:67
 #, php-format
 msgid "Statistics about %s."
 msgstr "關於 %s 的統計."
 
-#: ../themes/MonoBook/templates/info.tmpl:91
-#: ../themes/default/templates/info.tmpl:84
+#: ../themes/MonoBook/templates/info.tmpl:102
+#: ../themes/default/templates/info.tmpl:87
 msgid "Supplanted on:"
 msgstr "代替為"
 
-#: ../themes/MonoBook/templates/info.tmpl:108
-#: ../themes/default/templates/info.tmpl:102
+#: ../themes/MonoBook/templates/info.tmpl:119
+#: ../themes/default/templates/info.tmpl:105
 msgid "Page Version:"
 msgstr "頁面版本"
 
-#: ../themes/MonoBook/templates/info.tmpl:112
-#: ../themes/default/templates/info.tmpl:106
+#: ../themes/MonoBook/templates/info.tmpl:123
+#: ../themes/default/templates/info.tmpl:109
 msgid "Markup:"
 msgstr "標記"
 
-#: ../themes/MonoBook/templates/info.tmpl:116
-#: ../themes/default/templates/info.tmpl:110
+#: ../themes/MonoBook/templates/info.tmpl:127
+#: ../themes/default/templates/info.tmpl:113
 msgid "Size:"
 msgstr "大小"
 
-#: ../themes/MonoBook/templates/info.tmpl:121
-#: ../themes/default/templates/info.tmpl:115
+#: ../themes/MonoBook/templates/info.tmpl:132
+#: ../themes/default/templates/info.tmpl:118
 msgid "Hits:"
 msgstr "點擊數:"
 
-#: ../themes/MonoBook/templates/info.tmpl:138
-#: ../themes/default/templates/info.tmpl:132
+#: ../themes/MonoBook/templates/info.tmpl:157
+#: ../themes/default/templates/info.tmpl:149
 msgid "home page"
 msgstr "首頁"
 
-#: ../themes/MonoBook/templates/info.tmpl:141
-#: ../themes/default/templates/info.tmpl:135
+#: ../themes/MonoBook/templates/info.tmpl:160
+#: ../themes/default/templates/info.tmpl:152
 msgid "User page"
 msgstr "使用者頁面"
 
-#: ../themes/MonoBook/templates/info.tmpl:144
-#: ../themes/default/templates/info.tmpl:138
+#: ../themes/MonoBook/templates/info.tmpl:163
+#: ../themes/default/templates/info.tmpl:155
 msgid "Action page"
 msgstr "動作頁面"
 
-#: ../themes/MonoBook/templates/info.tmpl:147
-#: ../themes/default/templates/info.tmpl:141
+#: ../themes/MonoBook/templates/info.tmpl:166
+#: ../themes/default/templates/info.tmpl:158
 msgid "Blog page"
 msgstr "Blog 頁面"
 
-#: ../themes/MonoBook/templates/info.tmpl:153
-#: ../themes/default/templates/info.tmpl:147
+#: ../themes/MonoBook/templates/info.tmpl:172
+#: ../themes/default/templates/info.tmpl:164
 msgid "Subpage"
 msgstr "子頁面"
 
-#: ../themes/MonoBook/templates/info.tmpl:158
-#: ../themes/default/templates/info.tmpl:152
+#: ../themes/MonoBook/templates/info.tmpl:177
+#: ../themes/default/templates/info.tmpl:169
 msgid "Page Type:"
 msgstr "頁面型態:"
 
-#: ../themes/MonoBook/templates/info.tmpl:170
-#: ../themes/blog/templates/info.tmpl:5 ../themes/gforge/templates/info.tmpl:9
-#: ../themes/smaller/templates/info.tmpl:9
+#: ../themes/MonoBook/templates/info.tmpl:189
+#: ../themes/blog/templates/info.tmpl:8
+#: ../themes/smaller/templates/info.tmpl:12
 msgid "Diff previous Revision"
 msgstr "與上個修訂做比對"
 
-#: ../themes/MonoBook/templates/info.tmpl:171
-#: ../themes/blog/templates/info.tmpl:6
-#: ../themes/gforge/templates/info.tmpl:10
-#: ../themes/smaller/templates/info.tmpl:10
+#: ../themes/MonoBook/templates/info.tmpl:190
+#: ../themes/blog/templates/info.tmpl:9
+#: ../themes/smaller/templates/info.tmpl:13
 msgid "Diff previous Author"
 msgstr "與上個作者做比對"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:11
-#: ../themes/Sidebar/templates/body.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:12
 #: ../themes/blog/templates/navbar.tmpl:7
 msgid "Navigation"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:14
+#: ../themes/MonoBook/templates/navbar.tmpl:15
 #, fuzzy
 msgid "Home page"
 msgstr "首頁"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
 #, fuzzy
 msgid "Recent changes"
 msgstr "RecentChanges"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:15
+#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/Sidebar/templates/navbar.tmpl:45
 #, fuzzy
 msgid "The list of recent changes in the wiki."
 msgstr "在此 wiki 列出所有頁面."
 
-#: ../themes/MonoBook/templates/navbar.tmpl:16
+#: ../themes/MonoBook/templates/navbar.tmpl:17
 #, fuzzy
 msgid "Recent comments"
 msgstr "意見"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:17
+#: ../themes/MonoBook/templates/navbar.tmpl:18
 #, fuzzy
 msgid "Recent new pages"
 msgstr "RecentChanges"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:18
+#: ../themes/MonoBook/templates/navbar.tmpl:19
 #, fuzzy
 msgid "Like pages"
 msgstr "LikePages"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:19
+#: ../themes/MonoBook/templates/navbar.tmpl:20
 #, fuzzy
 msgid "Random page"
 msgstr "RandomPage"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:29
+#: ../themes/MonoBook/templates/navbar.tmpl:30
 #, fuzzy
 msgid "Find page"
 msgstr "FindPage"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:35
+#: ../themes/MonoBook/templates/navbar.tmpl:36
 #, fuzzy
 msgid "Search:"
 msgstr "搜尋"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:38
 #: ../themes/MonoBook/templates/navbar.tmpl:39
+#: ../themes/MonoBook/templates/navbar.tmpl:40
+#: ../themes/Sidebar/templates/search.tmpl:20
 #: ../themes/default/templates/search.tmpl:17
 #: ../themes/shamino_com/templates/top.tmpl:24
 #: ../themes/shamino_com/templates/top.tmpl:25
-#: ../themes/smaller/templates/navbar.tmpl:11
 #: ../themes/smaller/templates/navbar.tmpl:12
+#: ../themes/smaller/templates/navbar.tmpl:13
 #, fuzzy
 msgid "Quick Search"
 msgstr "完整搜尋"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:47
+#: ../themes/MonoBook/templates/navbar.tmpl:48
+#: ../themes/Sidebar/templates/navbar.tmpl:42
 msgid "Toolbox"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:51
+#: ../themes/MonoBook/templates/navbar.tmpl:52
+#: ../themes/Sidebar/templates/navbar.tmpl:48
 msgid "What links here"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:54
+#: ../themes/MonoBook/templates/navbar.tmpl:55
 #, fuzzy
 msgid "Related changes"
 msgstr "最近變更"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:57
+#: ../themes/MonoBook/templates/navbar.tmpl:58
+#: ../themes/Sidebar/templates/navbar.tmpl:71
 #, fuzzy
 msgid "Administration"
 msgstr "管理者"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 #, fuzzy
 msgid "Upload file"
 msgstr "載入檔案"
 
-#: ../themes/MonoBook/templates/navbar.tmpl:60
+#: ../themes/MonoBook/templates/navbar.tmpl:61
+#: ../themes/Sidebar/templates/navbar.tmpl:51
 msgid "Upload images or media files"
 msgstr ""
 
 #: ../themes/MonoBook/templates/navbar.tmpl:64
 #: ../themes/MonoBook/templates/navbar.tmpl:69
+#: ../themes/Sidebar/templates/navbar.tmpl:55
+#: ../themes/Sidebar/templates/navbar.tmpl:60
 #, fuzzy
 msgid "Printable version"
 msgstr "目前版本"
 
 #: ../themes/MonoBook/templates/navbar.tmpl:74
+#: ../themes/Sidebar/templates/navbar.tmpl:65
 msgid "Display as Pdf"
 msgstr ""
 
-#: ../themes/MonoBook/templates/navbar.tmpl:78
+#: ../themes/MonoBook/templates/signin.tmpl:10
 #, fuzzy
-msgid "All pages"
-msgstr "AllPages"
+msgid "My Discussion"
+msgstr "權限"
 
-#: ../themes/MonoBook/templates/signin.tmpl:10
+#: ../themes/MonoBook/templates/signin.tmpl:11
+#, fuzzy
+msgid "My Preferences"
+msgstr "偏好設定"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "MyRecentChanges"
+msgstr "RecentChanges"
+
+#: ../themes/MonoBook/templates/signin.tmpl:12
+#, fuzzy
+msgid "My Changes"
+msgstr "RecentChanges"
+
+#: ../themes/MonoBook/templates/signin.tmpl:13
+#: ../themes/Sidebar/templates/signin.tmpl:10
 msgid "Logout"
 msgstr ""
 
 #: ../themes/MonoBook/templates/tags.tmpl:6
+#: ../themes/Sidebar/templates/tags.tmpl:6
 msgid "Favorite Categories"
 msgstr ""
 
-#: ../themes/Portland/templates/actionbar.tmpl:6
+#: ../themes/MonoBook/templates/viewsource.tmpl:6
+#: ../themes/Portland/templates/viewsource.tmpl:7
+#: ../themes/Wordpress/templates/viewsource.tmpl:11
+#: ../themes/blog/templates/viewsource.tmpl:8
+#: ../themes/default/templates/viewsource.tmpl:7
+msgid "This page has been locked by the administrator and cannot be edited."
+msgstr "此頁面已經被管理者鎖定,並且無法編輯."
+
+#: ../themes/Portland/templates/actionbar.tmpl:7
 msgid "EditText"
 msgstr "EditText"
 
-#: ../themes/Portland/templates/actionbar.tmpl:9
+#: ../themes/Portland/templates/actionbar.tmpl:10
 #, php-format
 msgid "%s of this page"
 msgstr "此頁面的 %s"
 
 #: ../themes/Portland/templates/debug.tmpl:11
+#: ../themes/Sidebar/templates/debug.tmpl:18
 #: ../themes/blog/templates/debug.tmpl:6
 #: ../themes/default/templates/debug.tmpl:18
+#: ../themes/gforge/templates/debug.tmpl:7
 #: ../themes/shamino_com/templates/debug.tmpl:9
 #, php-format
 msgid "Page Execution took %s seconds"
 msgstr "執行此頁面花了 %s 秒"
 
-#: ../themes/Portland/templates/editpage.tmpl:41
-#: ../themes/Wordpress/templates/editpage.tmpl:56
+#: ../themes/Portland/templates/editpage.tmpl:42
+#: ../themes/Wordpress/templates/editpage.tmpl:57
 #, php-format
 msgid ""
 "I'm just doing minor edits. Please divert the usual logging to %s instead."
 msgstr "我正在做次要編輯. 請轉移常用日誌到替代的 %s."
 
-#: ../themes/Portland/templates/editpage.tmpl:45
-#: ../themes/default/templates/userprefs.tmpl:196
-#: ../themes/gforge/templates/userprefs.tmpl:323
+#: ../themes/Portland/templates/editpage.tmpl:46
+#: ../themes/default/templates/userprefs.tmpl:230
+#: ../themes/gforge/templates/userprefs.tmpl:320
 msgid "Edit Area Size"
 msgstr "編輯區域大小"
 
-#: ../themes/Portland/templates/viewsource.tmpl:6
-#: ../themes/Wordpress/templates/viewsource.tmpl:10
-#: ../themes/blog/templates/viewsource.tmpl:7
-#: ../themes/default/templates/viewsource.tmpl:6
-msgid "This page has been locked by the administrator and cannot be edited."
-msgstr "此頁面已經被管理者鎖定,並且無法編輯."
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#: ../themes/Sidebar/templates/actionbar.tmpl:17
+#, fuzzy
+msgid "View Page"
+msgstr "LikePages"
 
-#: ../themes/Sidebar/templates/navbar.tmpl:14
-msgid "Full Search"
-msgstr "完整搜尋"
+#: ../themes/Sidebar/templates/actionbar.tmpl:15
+#, fuzzy
+msgid "View the page"
+msgstr "查看此頁面"
 
+#: ../themes/Sidebar/templates/actionbar.tmpl:20
+msgid "You can edit this page. Please use the preview button before saving."
+msgstr ""
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:22
+msgid "Wysiwyg Editor"
+msgstr ""
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:27
+#, fuzzy
+msgid "Past versions of this page."
+msgstr "你正在查看此頁面的較舊修訂."
+
+#: ../themes/Sidebar/templates/actionbar.tmpl:31
+msgid "Add/Remove this to/from the list of pages you're monitoring for changes"
+msgstr ""
+
 # This entry is important for French punctuation rules which stipulate
 # a space before each colon.
-#: ../themes/Sidebar/templates/signin.tmpl:17
-#, php-format
-msgid "User: %s"
+#: ../themes/Sidebar/templates/debug.tmpl:19
+#: ../themes/default/templates/debug.tmpl:20
+#: ../themes/gforge/templates/debug.tmpl:9
+#: ../themes/shamino_com/templates/debug.tmpl:11
+#, fuzzy, php-format
+msgid ", Memory: %s"
 msgstr "User: %s"
 
-# This entry is important for French punctuation rules which stipulate
-# a space before each colon.
-#: ../themes/Sidebar/templates/signin.tmpl:40
-#, php-format
-msgid "(User: %s)"
-msgstr "(user: %s)"
+#: ../themes/Sidebar/templates/navbar.tmpl:23
+#, fuzzy
+msgid "Main Categories"
+msgstr "CategoryPage"
 
-#: ../themes/Sidebar/templates/signin.tmpl:43
-#: ../themes/Wordpress/templates/signin.tmpl:47
-#: ../themes/default/templates/signin.tmpl:40
-#, php-format
-msgid "Click to authenticate as %s"
-msgstr "點擊以 %s 進行驗證."
+#: ../themes/Sidebar/templates/search.tmpl:36
+#, fuzzy
+msgid "Search term(s)"
+msgstr "搜尋"
 
-#: ../themes/Sidebar/templates/signin.tmpl:63
-#: ../themes/Wordpress/templates/signin.tmpl:67
-#: ../themes/default/templates/signin.tmpl:59
-msgid "Sign in as:"
-msgstr "簽入為:"
+#: ../themes/Sidebar/templates/signin.tmpl:19
+msgid "Login required..."
+msgstr ""
 
-#: ../themes/Sidebar/themeinfo.php:37
+#: ../themes/Sidebar/themeinfo.php:115
 #, fuzzy
 msgid "Sidebar"
 msgstr "搜尋"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit this page"
 msgstr "編輯此頁面"
 
-#: ../themes/Wordpress/templates/actionbar.tmpl:8
+#: ../themes/Wordpress/templates/actionbar.tmpl:10
 msgid "Edit old revision"
 msgstr "編輯舊修訂"
 
@@ -7698,6 +8208,17 @@
 msgid "You are signed but not authenticated as %s. "
 msgstr "你已經簽入但並未認證為 %s."
 
+#: ../themes/Wordpress/templates/signin.tmpl:47
+#: ../themes/default/templates/signin.tmpl:40
+#, php-format
+msgid "Click to authenticate as %s"
+msgstr "點擊以 %s 進行驗證."
+
+#: ../themes/Wordpress/templates/signin.tmpl:67
+#: ../themes/default/templates/signin.tmpl:59
+msgid "Sign in as:"
+msgstr "簽入為:"
+
 #: ../themes/blog/templates/actionbar.tmpl:9
 #, fuzzy
 msgid "Home"
@@ -7708,13 +8229,20 @@
 msgid "HowTo"
 msgstr "GoTo"
 
+#: ../themes/blog/templates/actionbar.tmpl:15
+#: ../themes/smaller/templates/actionbar.tmpl:36
+msgid "Info"
+msgstr "Info"
+
 #: ../themes/blog/templates/blogform.tmpl:10
 #: ../themes/default/templates/blogform.tmpl:10
+#: ../themes/gforge/templates/blogform.tmpl:10
 msgid "Headline"
 msgstr ""
 
 #: ../themes/blog/templates/blogform.tmpl:18
 #: ../themes/default/templates/blogform.tmpl:18
+#: ../themes/gforge/templates/blogform.tmpl:18
 #, fuzzy
 msgid "Add Entry"
 msgstr "CategoryPage"
@@ -7730,35 +8258,35 @@
 msgid "Page Trail"
 msgstr "PageTrail"
 
-#: ../themes/blog/themeinfo.php:62
+#: ../themes/blog/themeinfo.php:69
 #, fuzzy
 msgid "SignOut"
 msgstr "簽出"
 
-#: ../themes/blog/themeinfo.php:63
+#: ../themes/blog/themeinfo.php:70
 #, fuzzy
 msgid "SignIn"
 msgstr "簽入"
 
-#: ../themes/blog/themeinfo.php:64
+#: ../themes/blog/themeinfo.php:71
 #: ../themes/gforge/templates/actionbar.tmpl:95
-#: ../themes/gforge/templates/userprefs.tmpl:272
+#: ../themes/gforge/templates/userprefs.tmpl:267
 #, fuzzy
 msgid "Lock"
 msgstr "已鎖定"
 
-#: ../themes/blog/themeinfo.php:65
+#: ../themes/blog/themeinfo.php:72
 #: ../themes/gforge/templates/actionbar.tmpl:93
 #, fuzzy
 msgid "Unlock"
 msgstr "解除鎖定頁面"
 
-#: ../themes/blog/themeinfo.php:121
+#: ../themes/blog/themeinfo.php:128
 #, fuzzy
 msgid "blog"
 msgstr "對話盒"
 
-#: ../themes/blog/themeinfo.php:125
+#: ../themes/blog/themeinfo.php:132
 msgid "(diff)"
 msgstr "(差異)"
 
@@ -7783,18 +8311,24 @@
 msgid "%s by %s"
 msgstr "%s 被 %s"
 
-# This entry is important for French punctuation rules which stipulate
-# a space before each colon.
-#: ../themes/default/templates/debug.tmpl:20
-#: ../themes/shamino_com/templates/debug.tmpl:11
-#, fuzzy, php-format
-msgid ", Memory: %s"
-msgstr "User: %s"
-
 #: ../themes/default/templates/dialog.tmpl:18
 msgid "Dialog"
 msgstr "對話盒"
 
+#: ../themes/default/templates/editpage.tmpl:81
+#: ../themes/gforge/templates/editpage.tmpl:62
+msgid "Make the page read-only?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+msgid "Export to a seperate public area?"
+msgstr ""
+
+#: ../themes/default/templates/editpage.tmpl:83
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Public"
+msgstr ""
+
 #: ../themes/default/templates/forumadd.tmpl:11
 #: ../themes/default/templates/wikiforum.tmpl:20
 msgid "Post new"
@@ -7827,8 +8361,12 @@
 msgid "The %s subpage enables simple weblogging."
 msgstr "%s 子頁面啟動簡易 weblogging"
 
-#: ../themes/default/templates/login.tmpl:48
-#: ../themes/gforge/templates/login.tmpl:48
+#: ../themes/default/templates/info.tmpl:134
+#, fuzzy
+msgid "No"
+msgstr "ç„¡"
+
+#: ../themes/default/templates/login.tmpl:55
 #, php-format
 msgid ""
 "You may sign in using any [WikiWord|AddingPages] as a user id. (Any "
@@ -7838,68 +8376,66 @@
 "在使用任何 [WikiWord|AddingPages] 前必須先以你的帳號簽入. (%s 等.  或許也已經"
 "被其他人使用了). 帳號將會在近期更動中被用來作為連到你首頁的連結."
 
-#: ../themes/default/templates/login.tmpl:60
-#: ../themes/gforge/templates/login.tmpl:60
+#: ../themes/default/templates/login.tmpl:67
 msgid ""
 "Note: Only if you create your personal HomePage with same the pagename as "
 "your user id, you will be able to store your UserPreferences. Otherwise not."
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:63
-#: ../themes/gforge/templates/login.tmpl:63
+#: ../themes/default/templates/login.tmpl:70
 msgid "New users may use an empty password."
 msgstr "新使用者可以使用空白密碼."
 
-#: ../themes/default/templates/login.tmpl:68
+#: ../themes/default/templates/login.tmpl:80
 msgid "UserId:"
 msgstr "帳號:"
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "or"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:71
+#: ../themes/default/templates/login.tmpl:83
 msgid "OpenID"
 msgstr ""
 
-#: ../themes/default/templates/login.tmpl:76
+#: ../themes/default/templates/login.tmpl:88
 msgid "Password:"
 msgstr "密碼:"
 
-#: ../themes/default/templates/nochanges.tmpl:3
+#: ../themes/default/templates/nochanges.tmpl:4
 msgid "Edit aborted."
 msgstr "編輯中止."
 
-#: ../themes/default/templates/nochanges.tmpl:4
+#: ../themes/default/templates/nochanges.tmpl:5
 msgid "You have not made any changes so no new version has been saved."
 msgstr "你沒有做任何更動,所以沒有存入任何新版本."
 
-#: ../themes/default/templates/online.tmpl:8
-#: ../themes/default/templates/online.tmpl:16
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:9
+#: ../themes/default/templates/online.tmpl:17
+#: ../themes/default/templates/online.tmpl:60
 msgid "Who Is Online"
 msgstr "誰在線上"
 
-#: ../themes/default/templates/online.tmpl:16
+#: ../themes/default/templates/online.tmpl:17
 msgid "Switch to detailed list"
 msgstr "切換到明細列表"
 
-#: ../themes/default/templates/online.tmpl:22
+#: ../themes/default/templates/online.tmpl:23
 #, php-format
 msgid "Our users created a total of %d pages."
 msgstr "這兒的使用者共建立了 %d 個頁面."
 
-#: ../themes/default/templates/online.tmpl:23
+#: ../themes/default/templates/online.tmpl:24
 #, php-format
 msgid "We have a total of %d registered users."
 msgstr "共有 %d 位已註冊的使用者."
 
-#: ../themes/default/templates/online.tmpl:24
+#: ../themes/default/templates/online.tmpl:25
 #, fuzzy, php-format
 msgid "The newest registered user is %s."
 msgstr "最近註冊的使用者是 %s"
 
-#: ../themes/default/templates/online.tmpl:28
+#: ../themes/default/templates/online.tmpl:29
 #, fuzzy, php-format
 msgid ""
 "In total there are %d user sessions online. :: Unique %d Registered and %d "
@@ -7908,241 +8444,247 @@
 "In total there are %d user sessions online :: Unique %d Registered and %d "
 "Guests"
 
-#: ../themes/default/templates/online.tmpl:30
+#: ../themes/default/templates/online.tmpl:31
 #, fuzzy, php-format
 msgid "Most users ever online was %d at %s."
 msgstr "Most users ever online was %d at %s"
 
-#: ../themes/default/templates/online.tmpl:31
+#: ../themes/default/templates/online.tmpl:32
 msgid "Registered Users Online: "
 msgstr "已註冊的使用者在線上:"
 
-#: ../themes/default/templates/online.tmpl:43
+#: ../themes/default/templates/online.tmpl:44
 msgid "Admin is also online."
 msgstr "Admin 也在線上."
 
-#: ../themes/default/templates/online.tmpl:47
+#: ../themes/default/templates/online.tmpl:48
 #, fuzzy, php-format
 msgid "This data is based on users active over the past %s."
 msgstr "This data is based on users active over the past %s"
 
-#: ../themes/default/templates/online.tmpl:51
+#: ../themes/default/templates/online.tmpl:52
 msgid "Sorry, no dynamic DB Session support."
 msgstr "抱歉,無動態 DB Session 支援."
 
-#: ../themes/default/templates/online.tmpl:59
+#: ../themes/default/templates/online.tmpl:60
 msgid "Switch to summary"
 msgstr "切換到摘要"
 
-#: ../themes/default/templates/online.tmpl:63
+#: ../themes/default/templates/online.tmpl:64
 msgid "Registered Users"
 msgstr "已註冊的使用者"
 
-#: ../themes/default/templates/online.tmpl:78
+#: ../themes/default/templates/online.tmpl:79
 msgid "Guests"
 msgstr "訪客"
 
-#: ../themes/default/templates/pagelink.tmpl:17
-#: ../themes/gforge/templates/pagelink.tmpl:18
+#: ../themes/default/templates/pagelink.tmpl:18
+#: ../themes/gforge/templates/pagelink.tmpl:20
 msgid "|<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<< Prev"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:19
-#: ../themes/gforge/templates/pagelink.tmpl:20
+#: ../themes/default/templates/pagelink.tmpl:20
+#: ../themes/gforge/templates/pagelink.tmpl:22
 msgid "<<"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:22
-#: ../themes/gforge/templates/pagelink.tmpl:23
+#: ../themes/default/templates/pagelink.tmpl:23
+#: ../themes/gforge/templates/pagelink.tmpl:25
 #, php-format
 msgid " - %d / %d - "
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 #, fuzzy
 msgid "Next >>"
 msgstr "下一個"
 
-#: ../themes/default/templates/pagelink.tmpl:25
-#: ../themes/gforge/templates/pagelink.tmpl:26
+#: ../themes/default/templates/pagelink.tmpl:26
+#: ../themes/gforge/templates/pagelink.tmpl:28
 msgid ">>"
 msgstr ""
 
-#: ../themes/default/templates/pagelink.tmpl:27
-#: ../themes/gforge/templates/pagelink.tmpl:28
+#: ../themes/default/templates/pagelink.tmpl:28
+#: ../themes/gforge/templates/pagelink.tmpl:30
 msgid ">>|"
 msgstr ""
 
-#: ../themes/default/templates/redirect.tmpl:44
+#: ../themes/default/templates/redirect.tmpl:43
 #, php-format
 msgid "Your browser should have redirected you to %s."
 msgstr "你的瀏覽器應該會重導向到 %s."
 
-#: ../themes/default/templates/savepage.tmpl:6
+#: ../themes/default/templates/savepage.tmpl:7
 #, php-format
 msgid "Thank you for editing %s."
 msgstr "謝謝你編輯了 %s."
 
-#: ../themes/default/templates/savepage.tmpl:7
+#: ../themes/default/templates/savepage.tmpl:8
 msgid "Your careful attention to detail is much appreciated."
 msgstr "感謝你的小心關注."
 
-#: ../themes/default/templates/userprefs.tmpl:63
-#: ../themes/default/templates/userprefs.tmpl:65
-#: ../themes/gforge/templates/userprefs.tmpl:127
-#: ../themes/gforge/templates/userprefs.tmpl:129
+#: ../themes/default/templates/userprefs.tmpl:72
+#: ../themes/default/templates/userprefs.tmpl:74
+#: ../themes/gforge/templates/userprefs.tmpl:136
+#: ../themes/gforge/templates/userprefs.tmpl:138
 msgid "<system theme>"
 msgstr "<系統佈景主題>"
 
-#: ../themes/default/templates/userprefs.tmpl:74
-#: ../themes/default/templates/userprefs.tmpl:100
-#: ../themes/gforge/templates/userprefs.tmpl:138
-#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/default/templates/userprefs.tmpl:83
+#: ../themes/default/templates/userprefs.tmpl:109
+#: ../themes/gforge/templates/userprefs.tmpl:147
+#: ../themes/gforge/templates/userprefs.tmpl:173
 msgid "Personal theme:"
 msgstr "個人佈景主題:"
 
-#: ../themes/default/templates/userprefs.tmpl:80
-#: ../themes/default/templates/userprefs.tmpl:82
-#: ../themes/gforge/templates/userprefs.tmpl:144
-#: ../themes/gforge/templates/userprefs.tmpl:146
+#: ../themes/default/templates/userprefs.tmpl:89
+#: ../themes/default/templates/userprefs.tmpl:91
+#: ../themes/gforge/templates/userprefs.tmpl:153
+#: ../themes/gforge/templates/userprefs.tmpl:155
 msgid "<system language>"
 msgstr "<系統語言>"
 
-#: ../themes/default/templates/userprefs.tmpl:91
-#: ../themes/default/templates/userprefs.tmpl:101
-#: ../themes/gforge/templates/userprefs.tmpl:155
-#: ../themes/gforge/templates/userprefs.tmpl:165
+#: ../themes/default/templates/userprefs.tmpl:100
+#: ../themes/default/templates/userprefs.tmpl:110
+#: ../themes/gforge/templates/userprefs.tmpl:164
+#: ../themes/gforge/templates/userprefs.tmpl:174
 msgid "Personal language:"
 msgstr "個人語言:"
 
-#: ../themes/default/templates/userprefs.tmpl:110
-#, php-format
-msgid "User preferences for user '%s':"
+#: ../themes/default/templates/userprefs.tmpl:118
+#: ../themes/gforge/templates/userprefs.tmpl:183
+#, fuzzy, php-format
+msgid "User preferences for user %s"
 msgstr "使用者 '%s' 的偏好設定:"
 
-#: ../themes/default/templates/userprefs.tmpl:119
-#: ../themes/gforge/templates/userprefs.tmpl:185
+#: ../themes/default/templates/userprefs.tmpl:127
 msgid "UserId"
 msgstr "帳號"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Level"
 msgstr "認證層級"
 
-#: ../themes/default/templates/userprefs.tmpl:123
-#: ../themes/gforge/templates/userprefs.tmpl:189
+#: ../themes/default/templates/userprefs.tmpl:131
 msgid "Auth Method"
 msgstr "認證方式"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Theme"
 msgstr "佈景主題"
 
-#: ../themes/default/templates/userprefs.tmpl:127
+#: ../themes/default/templates/userprefs.tmpl:135
 msgid "Current Theme"
 msgstr "目前佈景主題"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Language"
 msgstr "語言"
 
-#: ../themes/default/templates/userprefs.tmpl:128
-#: ../themes/gforge/templates/userprefs.tmpl:193
+#: ../themes/default/templates/userprefs.tmpl:136
 msgid "Current Language"
 msgstr "目前語言"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 msgid "Change Password"
 msgstr "改變密碼"
 
-#: ../themes/default/templates/userprefs.tmpl:134
-#: ../themes/gforge/templates/userprefs.tmpl:201
+#: ../themes/default/templates/userprefs.tmpl:142
 #, fuzzy
 msgid "Set Password"
 msgstr "密碼:"
 
-#: ../themes/default/templates/userprefs.tmpl:136
-#: ../themes/gforge/templates/userprefs.tmpl:203
+#: ../themes/default/templates/userprefs.tmpl:144
 msgid "New password"
 msgstr "新密碼"
 
-#: ../themes/default/templates/userprefs.tmpl:139
-#: ../themes/gforge/templates/userprefs.tmpl:206
+#: ../themes/default/templates/userprefs.tmpl:147
 msgid "Type it again"
 msgstr "再輸入一次:"
 
-#: ../themes/default/templates/userprefs.tmpl:145
+#: ../themes/default/templates/userprefs.tmpl:153
 msgid "E-mail"
 msgstr "E-mail"
 
-#: ../themes/default/templates/userprefs.tmpl:147
+#: ../themes/default/templates/userprefs.tmpl:155
 msgid "Your E-Mail:"
 msgstr "ä½ çš„ E-Mail:"
 
-#: ../themes/default/templates/userprefs.tmpl:155
+#: ../themes/default/templates/userprefs.tmpl:163
 msgid "Status:"
 msgstr "狀態:"
 
-#: ../themes/default/templates/userprefs.tmpl:157
+#: ../themes/default/templates/userprefs.tmpl:165
 msgid "Email verified."
 msgstr "Email 已被驗證."
 
-#: ../themes/default/templates/userprefs.tmpl:159
+#: ../themes/default/templates/userprefs.tmpl:167
 msgid "Email not yet verified."
 msgstr "Email 尚未被驗證."
 
-#: ../themes/default/templates/userprefs.tmpl:161
+#: ../themes/default/templates/userprefs.tmpl:169
 msgid "Note, that user accounts with bouncing emails will be disabled."
 msgstr "注意, 使用者帳號的回信(bouncing emails)將被關閉."
 
-#: ../themes/default/templates/userprefs.tmpl:164
-#: ../themes/gforge/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:172
+#: ../themes/gforge/templates/userprefs.tmpl:197
 msgid "Get an email notification at changes of the following pages:"
 msgstr "在變更下列頁面時取得 email 通知:"
 
-#: ../themes/default/templates/userprefs.tmpl:167
-#: ../themes/gforge/templates/userprefs.tmpl:218
+#: ../themes/default/templates/userprefs.tmpl:177
+#: ../themes/gforge/templates/userprefs.tmpl:202
 msgid ""
 "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed."
 msgstr "輸入頁面並以空白或逗號分隔.允許使用萬用字元 (fileglobbing)."
 
-#: ../themes/default/templates/userprefs.tmpl:174
+#: ../themes/default/templates/userprefs.tmpl:185
+#: ../themes/gforge/templates/userprefs.tmpl:220
+msgid "Do not send my own modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:191
+#: ../themes/gforge/templates/userprefs.tmpl:226
+msgid "Check if you do not want to be notified of your own modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:197
+#: ../themes/gforge/templates/userprefs.tmpl:232
+msgid "Do not send minor modifications:"
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:203
+#: ../themes/gforge/templates/userprefs.tmpl:238
+msgid "Check if you do not want to be notified of minor modifications."
+msgstr ""
+
+#: ../themes/default/templates/userprefs.tmpl:209
 #: ../themes/gforge/templates/userprefs.tmpl:307
 msgid "Appearance"
 msgstr "Appearance"
 
-#: ../themes/default/templates/userprefs.tmpl:176
+#: ../themes/default/templates/userprefs.tmpl:211
 #: ../themes/gforge/templates/userprefs.tmpl:309
 msgid "Here you can override site-specific default values."
 msgstr "你可以在這裡覆寫掉站台預設的值."
 
-#: ../themes/default/templates/userprefs.tmpl:177
-#: ../themes/gforge/templates/userprefs.tmpl:310
-msgid "Currently not recommended!"
-msgstr "現在不建議使用!"
-
-#: ../themes/default/templates/userprefs.tmpl:181
-#: ../themes/default/templates/userprefs.tmpl:184
+#: ../themes/default/templates/userprefs.tmpl:215
+#: ../themes/default/templates/userprefs.tmpl:218
 msgid "System default:"
 msgstr "系統預設:"
 
-#: ../themes/default/templates/userprefs.tmpl:185
-#: ../themes/gforge/templates/userprefs.tmpl:312
+#: ../themes/default/templates/userprefs.tmpl:219
+#: ../themes/gforge/templates/userprefs.tmpl:313
 #, php-format
 msgid "Hide %s:"
 msgstr "隱藏 %s:"
 
-#: ../themes/default/templates/userprefs.tmpl:187
-#: ../themes/gforge/templates/userprefs.tmpl:314
+#: ../themes/default/templates/userprefs.tmpl:221
 msgid ""
 "Hide or show LinkIcons (if supported by the current theme). Useful for text-"
 "only browsers or slow connections."
@@ -8150,45 +8692,43 @@
 "隱藏或顯示連結圖示 (如果目前佈景主題有支援). 只有在瀏覽器認為頻寬過慢的情況下"
 "被使用."
 
-#: ../themes/default/templates/userprefs.tmpl:188
-#: ../themes/gforge/templates/userprefs.tmpl:315
+#: ../themes/default/templates/userprefs.tmpl:222
+#: ../themes/gforge/templates/userprefs.tmpl:316
 #, fuzzy, php-format
 msgid "Add %s:"
 msgstr "隱藏 %s:"
 
-#: ../themes/default/templates/userprefs.tmpl:190
-#: ../themes/gforge/templates/userprefs.tmpl:317
+#: ../themes/default/templates/userprefs.tmpl:224
+#: ../themes/gforge/templates/userprefs.tmpl:318
 #, php-format
 msgid ""
 "Add Google links to unknown pages behind the '?', and the create action "
 "behind the pagename instead. See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:191
-#: ../themes/gforge/templates/userprefs.tmpl:318
+#: ../themes/default/templates/userprefs.tmpl:225
 msgid "Enable DoubleClick Edit"
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:193
-#: ../themes/gforge/templates/userprefs.tmpl:320
+#: ../themes/default/templates/userprefs.tmpl:227
 #, php-format
 msgid ""
 "Enabled makes it hard to double-click words and sentences for cut and paste. "
 "See %s."
 msgstr ""
 
-#: ../themes/default/templates/userprefs.tmpl:199
-#: ../themes/gforge/templates/userprefs.tmpl:326
+#: ../themes/default/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:323
 msgid "Height"
 msgstr "高度"
 
-#: ../themes/default/templates/userprefs.tmpl:206
-#: ../themes/gforge/templates/userprefs.tmpl:333
+#: ../themes/default/templates/userprefs.tmpl:240
+#: ../themes/gforge/templates/userprefs.tmpl:330
 msgid "Width"
 msgstr "寬度"
 
-#: ../themes/default/templates/userprefs.tmpl:215
-#: ../themes/gforge/templates/userprefs.tmpl:342
+#: ../themes/default/templates/userprefs.tmpl:249
+#: ../themes/gforge/templates/userprefs.tmpl:339
 msgid ""
 "Note that many browsers will automatically adjust the width of the editing "
 "area so that it fills the browser window.  In this case, the width "
@@ -8197,46 +8737,46 @@
 "注意:許多瀏覽器會自動調整編輯區域的寬度以填滿瀏覽視窗. 在這種情況下,寬度設定"
 "將會被忽略."
 
-#: ../themes/default/templates/userprefs.tmpl:218
-#: ../themes/gforge/templates/userprefs.tmpl:345
+#: ../themes/default/templates/userprefs.tmpl:252
+#: ../themes/gforge/templates/userprefs.tmpl:342
 msgid "Time Zone"
 msgstr "時區"
 
-#: ../themes/default/templates/userprefs.tmpl:221
-#: ../themes/gforge/templates/userprefs.tmpl:348
+#: ../themes/default/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:345
 #, php-format
 msgid "Add %s hours to the server's local time when reporting times."
 msgstr "當回報時間時,在伺服器的本地時間加上 %s 個小時."
 
-#: ../themes/default/templates/userprefs.tmpl:225
-#: ../themes/gforge/templates/userprefs.tmpl:352
+#: ../themes/default/templates/userprefs.tmpl:259
+#: ../themes/gforge/templates/userprefs.tmpl:349
 #, php-format
 msgid "The current time at the server is %s."
 msgstr "目前在伺服器上的時間是 %s."
 
-#: ../themes/default/templates/userprefs.tmpl:227
-#: ../themes/gforge/templates/userprefs.tmpl:354
+#: ../themes/default/templates/userprefs.tmpl:261
+#: ../themes/gforge/templates/userprefs.tmpl:351
 #, php-format
 msgid "With the current offset, this would be reported as %s."
 msgstr "以目前時差,這將被顯示為 %s."
 
-#: ../themes/default/templates/userprefs.tmpl:232
-#: ../themes/gforge/templates/userprefs.tmpl:359
+#: ../themes/default/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:356
 msgid "Date Format"
 msgstr "日期格式"
 
-#: ../themes/default/templates/userprefs.tmpl:235
-#: ../themes/gforge/templates/userprefs.tmpl:362
+#: ../themes/default/templates/userprefs.tmpl:269
+#: ../themes/gforge/templates/userprefs.tmpl:359
 msgid "Show relative dates using 'Today' and 'Yesterday'"
 msgstr "使用'今天'和'昨天'來顯示相對日期."
 
-#: ../themes/default/templates/userprefs.tmpl:242
-#: ../themes/gforge/templates/userprefs.tmpl:370
+#: ../themes/default/templates/userprefs.tmpl:276
+#: ../themes/gforge/templates/userprefs.tmpl:367
 msgid "Update Preferences"
 msgstr "更新偏好設定"
 
-#: ../themes/default/templates/userprefs.tmpl:243
-#: ../themes/gforge/templates/userprefs.tmpl:371
+#: ../themes/default/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:368
 #, fuzzy
 msgid "Reset Preferences"
 msgstr "UserPreferences"
@@ -8269,13 +8809,8 @@
 msgid "Page"
 msgstr "首頁"
 
-#: ../themes/gforge/templates/actionbar.tmpl:54
-#, fuzzy
-msgid "Create Page"
-msgstr "CreatePage"
-
 #: ../themes/gforge/templates/actionbar.tmpl:66
-#: ../themes/gforge/templates/userprefs.tmpl:255
+#: ../themes/gforge/templates/userprefs.tmpl:250
 #, fuzzy
 msgid "Last Difference"
 msgstr "更新偏好設定"
@@ -8291,13 +8826,13 @@
 msgstr "BackLinks"
 
 #: ../themes/gforge/templates/actionbar.tmpl:102
-#: ../themes/gforge/templates/userprefs.tmpl:277
+#: ../themes/gforge/templates/userprefs.tmpl:272
 #, fuzzy
 msgid "Change Owner"
 msgstr "變更國家"
 
 #: ../themes/gforge/templates/actionbar.tmpl:107
-#: ../themes/gforge/templates/userprefs.tmpl:282
+#: ../themes/gforge/templates/userprefs.tmpl:277
 msgid "Access Rights"
 msgstr ""
 
@@ -8306,52 +8841,192 @@
 msgid "Purge"
 msgstr "PrevNext"
 
-#: ../themes/gforge/templates/navbar.tmpl:11
+#: ../themes/gforge/templates/actionbar.tmpl:126
 #, fuzzy
+msgid "Watch Page"
+msgstr "寬度"
+
+#: ../themes/gforge/templates/blogform.tmpl:24
+#: ../themes/gforge/templates/editpage.tmpl:81
+msgid "TextFormattingRules"
+msgstr "TextFormattingRules"
+
+#: ../themes/gforge/templates/editpage.tmpl:64
+msgid "Make the page public?"
+msgstr ""
+
+#: ../themes/gforge/templates/editpage.tmpl:67
+#, fuzzy
+msgid "Make the page external?"
+msgstr "選擇頁面以進行更名:"
+
+#: ../themes/gforge/templates/navbar.tmpl:10
+#, fuzzy
 msgid "SpecialPages"
 msgstr "傾印連續頁面"
 
-#: ../themes/gforge/templates/navbar.tmpl:17
+#: ../themes/gforge/templates/navbar.tmpl:16
+#: ../themes/gforge/templates/userprefs.tmpl:295
 #, fuzzy
 msgid "Like Pages"
 msgstr "LikePages"
 
-#: ../themes/gforge/templates/userprefs.tmpl:175
-#, fuzzy, php-format
-msgid "User preferences for user '%s'"
-msgstr "使用者 '%s' 的偏好設定:"
-
-#: ../themes/gforge/templates/userprefs.tmpl:212
-#: ../themes/gforge/templates/userprefs.tmpl:233
+#: ../themes/gforge/templates/userprefs.tmpl:194
+#: ../themes/gforge/templates/userprefs.tmpl:216
 #, fuzzy
 msgid "E-mail Notification"
 msgstr "Email é©—è­‰."
 
-#: ../themes/gforge/templates/userprefs.tmpl:237
-msgid "Do not send my own modifications:"
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:243
-msgid "Check if you do not want to be notified of your own modifications."
-msgstr ""
-
-#: ../themes/gforge/templates/userprefs.tmpl:247
+#: ../themes/gforge/templates/userprefs.tmpl:242
 msgid "Menus"
 msgstr ""
 
-#: ../themes/gforge/templates/userprefs.tmpl:266
+#: ../themes/gforge/templates/userprefs.tmpl:261
 msgid "PDF"
 msgstr ""
 
+#: ../themes/gforge/templates/userprefs.tmpl:290
+#, fuzzy
+msgid "Random Page"
+msgstr "RandomPage"
+
 #: ../themes/gforge/templates/userprefs.tmpl:303
 #, fuzzy
 msgid "Check menu items to display."
 msgstr "點擊以顯示"
 
+#: ../themes/gforge/templates/userprefs.tmpl:310
+#, fuzzy
+msgid "Show Page Trail"
+msgstr "PageTrail"
+
+#: ../themes/gforge/templates/userprefs.tmpl:312
+msgid "Show Page Trail at top of page."
+msgstr ""
+
+#: ../themes/gforge/templates/userprefs.tmpl:315
+msgid "Hide or show LinkIcons."
+msgstr ""
+
+#: ../themes/gforge/themeinfo.php:53
+#, fuzzy
+msgid "This page is external."
+msgstr "改變頁面 '%s' 權限為 '%s'."
+
+#: ../themes/gforge/themeinfo.php:55
+msgid ""
+"This project is shared with third-party users (non Alcatel-Lucent users)."
+msgstr ""
+
 #: ../themes/shamino_com/templates/browse-footer.tmpl:11
 msgid "TermsOfUse"
 msgstr ""
 
+#~ msgid "n/a"
+#~ msgstr "n/a"
+
+#, fuzzy
+#~ msgid "Include of '%s' failed."
+#~ msgstr "含括 '%s' 失敗"
+
+#, fuzzy
+#~ msgid "Removed by: %s"
+#~ msgstr "由 %s 編輯"
+
+#~ msgid "Redirect to an external url"
+#~ msgstr "重導向到另一個外部 url"
+
+#, fuzzy
+#~ msgid "Search string '%s' not found in content of page '%s'."
+#~ msgstr "搜尋字串 '%s' 未在頁面 '%s' 找到."
+
+#, fuzzy
+#~ msgid "Change page owner from %s to %s"
+#~ msgstr "頁面名稱以 '%s' 開頭的"
+
+#, fuzzy
+#~ msgid "%s pages have been permanently changed."
+#~ msgstr "%s pages 已經永久更名了."
+
+#, fuzzy
+#~ msgid "Purge selected pages"
+#~ msgstr "移除選定頁面"
+
+#, fuzzy
+#~ msgid "Permanently purge the selected files:"
+#~ msgstr "永久移除選定的檔案:"
+
+#~ msgid "Permanently remove the selected files:"
+#~ msgstr "永久移除選定的檔案:"
+
+#~ msgid "List all pages."
+#~ msgstr "列出所有頁面."
+
+#~ msgid "%s pages changed."
+#~ msgstr "%s 個頁面已經變更."
+
+#~ msgid "The PhpWiki programming team"
+#~ msgstr "PhpWiki 開發團隊"
+
+# This entry is important for French punctuation rules which stipulate
+# a space before each colon.
+#, fuzzy
+#~ msgid "%s: "
+#~ msgstr "%s: %s"
+
+#, fuzzy
+#~ msgid "Page history"
+#~ msgstr "PageHistory"
+
+#~ msgid "User preferences for user '%s':"
+#~ msgstr "使用者 '%s' 的偏好設定:"
+
+#~ msgid "Currently not recommended!"
+#~ msgstr "現在不建議使用!"
+
+#, fuzzy
+#~ msgid "getfacl"
+#~ msgstr "SetAcl"
+
+#~ msgid "World"
+#~ msgstr "World"
+
+#~ msgid "Description: Provides a list of plugins on this wiki."
+#~ msgstr "描述: 提供在此 wiki 上的 plugin 列表."
+
+#~ msgid "Show minor edits for:"
+#~ msgstr "顯示次要編輯:"
+
+#~ msgid "Show all changes for:"
+#~ msgstr "顯示所有變更:"
+
+#, fuzzy
+#~ msgid "Are you sure you want to permanently chown the selected files?"
+#~ msgstr "你確定你想要永久變更選定的檔案?"
+
+#, fuzzy
+#~ msgid "WikiAdminMarkup from %s to %s"
+#~ msgstr "WikiAdminSearchReplace %s 被 %s"
+
+#~ msgid "This page already exists"
+#~ msgstr "此頁面已經存在"
+
+#~ msgid "WikiAdminSearchReplace %s by %s"
+#~ msgstr "WikiAdminSearchReplace %s 被 %s"
+
+#~ msgid "Full Search"
+#~ msgstr "完整搜尋"
+
+# This entry is important for French punctuation rules which stipulate
+# a space before each colon.
+#~ msgid "User: %s"
+#~ msgstr "User: %s"
+
+# This entry is important for French punctuation rules which stipulate
+# a space before each colon.
+#~ msgid "(User: %s)"
+#~ msgstr "(user: %s)"
+
 #~ msgid "You must log in to %s."
 #~ msgstr "你必須登入才能 %s."
 
@@ -8412,9 +9087,6 @@
 #~ msgid "OldTextFormattingRules"
 #~ msgstr "OldTextFormattingRules"
 
-#~ msgid "TextFormattingRules"
-#~ msgstr "TextFormattingRules"
-
 #, fuzzy
 #~ msgid "PageChange Notification of %s Error: Couldn't send to %s"
 #~ msgstr "PageChange 通知錯誤: 無法送 %s 給 %s"
@@ -8436,10 +9108,6 @@
 #~ msgstr "更名頁面 '%s' 為 '%s'."
 
 #, fuzzy
-#~ msgid "Didn't revert page '%s'. Access denied."
-#~ msgstr "成功地移除頁面 '%s'."
-
-#, fuzzy
 #~ msgid "%d pages have been reverted."
 #~ msgstr "%s 頁面已經變更."
 
@@ -8523,9 +9191,6 @@
 #~ msgid "It's free however."
 #~ msgstr "然而它是自由的."
 
-#~ msgid "Click to sort"
-#~ msgstr "點擊進行排序"
-
 #~ msgid ""
 #~ "With external authentication all users which stored their Preferences. "
 #~ "Without external authentication all once signed-in users (from version "
@@ -8585,9 +9250,6 @@
 #~ msgid "%s: has no box method"
 #~ msgstr "%s: 沒有 box 方法"
 
-#~ msgid "Summary:"
-#~ msgstr "摘要:"
-
 #~ msgid "Comment:"
 #~ msgstr "意見:"
 




More information about the Fusionforge-commits mailing list