From: <var...@us...> - 2021-12-15 15:46:37
|
Revision: 10786 http://sourceforge.net/p/phpwiki/code/10786 Author: vargenau Date: 2021-12-15 15:46:35 +0000 (Wed, 15 Dec 2021) Log Message: ----------- Update translations; less strings Modified Paths: -------------- trunk/config/config-dist.ini trunk/lib/plugin/WikiAdminUtils.php trunk/locale/Makefile trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/es/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.mo trunk/locale/it/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.mo trunk/locale/nl/LC_MESSAGES/phpwiki.mo trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po trunk/locale/sv/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.mo trunk/locale/zh/pgsrc/PhpWikiDebug trunk/pgsrc/PhpWikiDebug trunk/themes/Crao/templates/actionbar.tmpl trunk/themes/MonoBook/templates/info.tmpl trunk/themes/Sidebar/templates/actionbar.tmpl trunk/themes/default/templates/actionbar.tmpl trunk/themes/smaller/templates/info.tmpl Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/config/config-dist.ini 2021-12-15 15:46:35 UTC (rev 10786) @@ -354,7 +354,7 @@ ; to the URL to the page or by adding a NoCache plugin line. ; Use '?nocache=purge' to completely discard the cached version of the page. ; You can also purge the cached markup globally by using the -; "Purge HTML Cache" button on the PhpWikiDebug page. +; "Purge HTML cache" button on the PhpWikiDebug page. ; Enable only for old php's with low memory or memory_limit=8MB. ; Default: false ;WIKIDB_NOCACHE_MARKUP = true Modified: trunk/lib/plugin/WikiAdminUtils.php =================================================================== --- trunk/lib/plugin/WikiAdminUtils.php 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/lib/plugin/WikiAdminUtils.php 2021-12-15 15:46:35 UTC (rev 10786) @@ -120,11 +120,11 @@ { switch ($action) { case 'purge-cache': - return _("Purge HTML Cache"); + return _("Purge HTML cache"); case 'purge-bad-pagenames': - return _("Purge all Pages With Invalid Names"); + return _("Purge all pages with invalid names"); case 'purge-empty-pages': - return _("Purge all empty, unreferenced Pages"); + return _("Purge all empty, unreferenced pages"); case 'email-verification': return _("E-mail Verification"); case 'db-check': Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/Makefile 2021-12-15 15:46:35 UTC (rev 10786) @@ -394,7 +394,6 @@ ${POT_FILE}: .././themes/Crao/templates/bottom.tmpl ${POT_FILE}: .././themes/Crao/templates/browse.tmpl ${POT_FILE}: .././themes/Crao/templates/editpage.tmpl -${POT_FILE}: .././themes/Crao/templates/head.tmpl ${POT_FILE}: .././themes/Crao/templates/htmldump.tmpl ${POT_FILE}: .././themes/Crao/templates/navbar.tmpl ${POT_FILE}: .././themes/Crao/templates/signin.tmpl @@ -490,7 +489,6 @@ ${POT_FILE}: .././themes/Sidebar/templates/debug.tmpl ${POT_FILE}: .././themes/Sidebar/templates/dump-footer.tmpl ${POT_FILE}: .././themes/Sidebar/templates/htmldump.tmpl -${POT_FILE}: .././themes/Sidebar/templates/html.tmpl ${POT_FILE}: .././themes/Sidebar/templates/logo.tmpl ${POT_FILE}: .././themes/Sidebar/templates/navbar.tmpl ${POT_FILE}: .././themes/Sidebar/templates/ratings.tmpl Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/de.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp " "<car...@us...>, Helmer Pardun <pardunpress@t-online." @@ -3823,13 +3823,13 @@ msgid "Back" msgstr "Zurück" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "HTML-Cachedatei Säubern" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "Alle Seiten mit ungültigen Namen endgültig entfernen" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "Alle leeren Seiten endgültig entfernen, die nicht verlinkt sind." msgid "E-mail Verification" @@ -5713,9 +5713,6 @@ msgid "Author History" msgstr "Autoren Protokoll" -msgid "Purge HTML cache" -msgstr "HTML-Cachedatei Säubern" - #, php-format msgid "Statistics about %s." msgstr "Statistik über %s." @@ -5837,9 +5834,6 @@ msgid "Sidebar" msgstr "Sidebar" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "Diese Seite bearbeiten" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/es.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -3731,13 +3731,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5586,9 +5586,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5707,9 +5704,6 @@ msgid "Sidebar" msgstr "" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "Corrija esta página" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/fr.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen <mei...@wa...>, Roland " "Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6." @@ -3819,13 +3819,13 @@ msgid "Back" msgstr "Retour" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "Purger le cache HTML" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "Supprimer les pages dont le nom n'est pas valide" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "Supprimer les pages vides et non référencées" msgid "E-mail Verification" @@ -5707,9 +5707,6 @@ msgid "Author History" msgstr "Historique des auteurs" -msgid "Purge HTML cache" -msgstr "Purger le cache HTML" - #, php-format msgid "Statistics about %s." msgstr "Statistiques sur %s." @@ -5832,12 +5829,12 @@ msgid "Sidebar" msgstr "Barre latérale" -msgid "Tutorial" -msgstr "Tutoriel" - msgid "Edit this page" msgstr "Modifier cette page" +#~ msgid "Tutorial" +#~ msgstr "Tutoriel" + #~ msgid "External Links" #~ msgstr "Liens externes" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/it.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\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" @@ -3708,13 +3708,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "Rimuovi dalla cache HTML" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5546,9 +5546,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "RimuoviDallaCacheHtml" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5667,9 +5664,6 @@ msgid "Sidebar" msgstr "" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/ja.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi <web...@el...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -3694,13 +3694,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "マークアップキャッシュの破棄" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5532,9 +5532,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5653,9 +5650,6 @@ msgid "Sidebar" msgstr "スライドバー" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "ページを編集しています" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/nl.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" @@ -3700,13 +3700,13 @@ msgid "Back" msgstr "Terug" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5538,9 +5538,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5659,9 +5656,6 @@ msgid "Sidebar" msgstr "Zoek" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/phpwiki.pot 2021-12-15 15:46:35 UTC (rev 10786) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban <ru...@us...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -3694,13 +3694,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5532,9 +5532,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5653,8 +5650,5 @@ msgid "Sidebar" msgstr "" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/sv.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -3695,13 +3695,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" +msgid "Purge HTML cache" msgstr "" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5533,9 +5533,6 @@ msgid "Author History" msgstr "" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "" @@ -5654,9 +5651,6 @@ msgid "Sidebar" msgstr "" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/po/zh.po 2021-12-15 15:46:35 UTC (rev 10786) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-08 19:44+0100\n" +"POT-Creation-Date: 2021-12-15 16:33+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -3705,13 +3705,13 @@ msgid "Back" msgstr "" -msgid "Purge HTML Cache" -msgstr "清除標記快取" +msgid "Purge HTML cache" +msgstr "" -msgid "Purge all Pages With Invalid Names" +msgid "Purge all pages with invalid names" msgstr "用錯誤的名稱刪除頁面" -msgid "Purge all empty, unreferenced Pages" +msgid "Purge all empty, unreferenced pages" msgstr "" msgid "E-mail Verification" @@ -5560,9 +5560,6 @@ msgid "Author History" msgstr "作者歷程" -msgid "Purge HTML cache" -msgstr "" - #, php-format msgid "Statistics about %s." msgstr "關於 %s 的統計." @@ -5681,9 +5678,6 @@ msgid "Sidebar" msgstr "" -msgid "Tutorial" -msgstr "" - msgid "Edit this page" msgstr "編輯此頁面" Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/pgsrc/PhpWikiDebug =================================================================== --- trunk/locale/zh/pgsrc/PhpWikiDebug 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/locale/zh/pgsrc/PhpWikiDebug 2021-12-15 15:46:35 UTC (rev 10786) @@ -1,4 +1,4 @@ -Date: Sat, 6 Nov 2021 09:39:42 +0000 +Date: Wed, 15 Dec 2021 16:41:34 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=PhpWikiDebug; @@ -15,7 +15,7 @@ 在正常情況下,你不需要使用這些,不過他們應該也不會造成任何損害. -== 清理標記快取 Purge HTML Cache == +== 清理標記快取 Purge HTML cache == (如果你的 wiki 已經設置,) 每個頁面的最新版本的轉換內容(幾乎是 HTML)都被 快取了. 這會避免再剖析 wiki-text ,而使得頁面輸出的速度加快一些. Modified: trunk/pgsrc/PhpWikiDebug =================================================================== --- trunk/pgsrc/PhpWikiDebug 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/pgsrc/PhpWikiDebug 2021-12-15 15:46:35 UTC (rev 10786) @@ -1,4 +1,4 @@ -Date: Sat, 6 Nov 2021 09:39:42 +0000 +Date: Wed, 15 Dec 2021 16:26:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=PhpWikiDebug; @@ -16,7 +16,7 @@ In normal use, you should not need to use these, though, then again, they should not really do any harm. -== Purge HTML Cache == +== Purge HTML cache == (If your wiki is so configured,) the transformed (almost-HTML) content of the most recent version of each page is cached. This speeds up page Modified: trunk/themes/Crao/templates/actionbar.tmpl =================================================================== --- trunk/themes/Crao/templates/actionbar.tmpl 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/themes/Crao/templates/actionbar.tmpl 2021-12-15 15:46:35 UTC (rev 10786) @@ -25,7 +25,7 @@ <?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("Debug Backend Info")) ?> <?php echo $SEP?><?php echo Button(__("PageDump"), _("Page Dump")) ?> <?php $purgeb = Button(array('nocache' => 'purge'), - _("Purge HTML Cache"), $page->getName()); + _("Purge HTML cache"), $page->getName()); $purgeb->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed.")); ?> <?php echo $SEP?><?php echo $purgeb ?> Modified: trunk/themes/MonoBook/templates/info.tmpl =================================================================== --- trunk/themes/MonoBook/templates/info.tmpl 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/themes/MonoBook/templates/info.tmpl 2021-12-15 15:46:35 UTC (rev 10786) @@ -179,7 +179,7 @@ <?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("Debug Backend Info")) ?> <?php $PurgeCache = Button(array('nocache' => 'purge'), - _("Purge HTML Cache"), $page->getName()); + _("Purge HTML cache"), $page->getName()); $PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed.")); ?> <?php echo $SEP?><?php echo $PurgeCache ?> Modified: trunk/themes/Sidebar/templates/actionbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/actionbar.tmpl 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/themes/Sidebar/templates/actionbar.tmpl 2021-12-15 15:46:35 UTC (rev 10786) @@ -63,7 +63,7 @@ <?php if ($isAdmin) { ?> <?php echo ActionButton(__("PageDump"), _("Page Dump")) ?> <?php if (USECACHE) { ?> - <?php echo ActionButton(array('nocache' => 'purge'), _("Purge HTML Cache"), $pagename, + <?php echo ActionButton(array('nocache' => 'purge'), _("Purge HTML cache"), $pagename, array('title'=>_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."))) ?> <?php }} ?> </ul> Modified: trunk/themes/default/templates/actionbar.tmpl =================================================================== --- trunk/themes/default/templates/actionbar.tmpl 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/themes/default/templates/actionbar.tmpl 2021-12-15 15:46:35 UTC (rev 10786) @@ -33,7 +33,7 @@ <?php if (DEBUG & _DEBUG_SQL and USECACHE) { $PurgeCache = Button(array('nocache' => 'purge'), - _("Purge HTML Cache"), $page->getName()); + _("Purge HTML cache"), $page->getName()); $PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed.")); ?> <?php echo $SEP?><?php echo $PurgeCache ?> Modified: trunk/themes/smaller/templates/info.tmpl =================================================================== --- trunk/themes/smaller/templates/info.tmpl 2021-12-15 14:08:31 UTC (rev 10785) +++ trunk/themes/smaller/templates/info.tmpl 2021-12-15 15:46:35 UTC (rev 10786) @@ -13,7 +13,7 @@ <?php echo $SEP?><?php echo Button(__("DebugBackendInfo"), _("Debug Backend Info")) ?> <?php $PurgeCache = Button(array('nocache' => 'purge'), - _("Purge HTML Cache"), $page->getName()); + _("Purge HTML cache"), $page->getName()); $PurgeCache->addTooltip(_("Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed.")); ?> <?php echo $SEP?><?php echo $PurgeCache ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |