From: <var...@us...> - 2016-07-29 09:01:39
|
Revision: 9923 http://sourceforge.net/p/phpwiki/code/9923 Author: vargenau Date: 2016-07-29 09:01:36 +0000 (Fri, 29 Jul 2016) Log Message: ----------- Sort, remove duplicate Modified Paths: -------------- trunk/lib/plugin/WikiTranslation.php Modified: trunk/lib/plugin/WikiTranslation.php =================================================================== --- trunk/lib/plugin/WikiTranslation.php 2016-07-28 15:21:24 UTC (rev 9922) +++ trunk/lib/plugin/WikiTranslation.php 2016-07-29 09:01:36 UTC (rev 9923) @@ -57,10 +57,8 @@ _("AsciiMath") . ',' . _("AsciiSVG") . ',' . _("AtomFeed") . ',' . - _("DebugAuthInfo") . ',' . _("AuthorHistory") . ',' . _("AuthorHistoryPlugin") . ',' . - _("DebugBackendInfo") . ',' . _("BackLinks") . ',' . _("BlogArchives") . ',' . _("BlogJournal") . ',' . @@ -83,7 +81,10 @@ _("CreateTocPlugin") . ',' . _("CurrentTime") . ',' . _("DeadEndPages") . ',' . + _("DebugAuthInfo") . ',' . _("DebugBackendInfo") . ',' . + _("DebugGroupInfo") . ',' . + _("DebugRetransform") . ',' . _("Diff") . ',' . _("DynamicIncludePage") . ',' . _("EditMetaData") . ',' . @@ -102,7 +103,6 @@ _("GooglePlugin") . ',' . _("GoTo") . ',' . _("GraphViz") . ',' . - _("DebugGroupInfo") . ',' . _("HelloWorld") . ',' . _("HelloWorldPlugin") . ',' . _("HomePageAlias") . ',' . @@ -176,7 +176,6 @@ _("Remove") . ',' . _("Rename") . ',' . _("Replace") . ',' . - _("DebugRetransform") . ',' . _("RichTable") . ',' . _("RichTablePlugin") . ',' . _("RssFeed") . ',' . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |