From kde-commits Thu Jan 31 23:49:00 2008 From: Nicolas Ternisien Date: Thu, 31 Jan 2008 23:49:00 +0000 To: kde-commits Subject: www/areas/l10n Message-Id: <1201823340.445891.866.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120182335126541 SVN commit 769272 by ternisien: Remove useless KDE 3.5 trunk stats branch M +6 -7 menu.inc --- trunk/www/areas/l10n/menu.inc #769271:769272 @@ -14,9 +14,14 @@ $section->appendLink("Translation Howto", "docs/translation-howto/"); $section->appendDir("Documentation Writing","docs/"); $section->appendDir("Recommended Tools", "tools/"); - $section->appendLink("Localization Guide", "http://translate.sourceforge.net/wiki/guide/start", false); +/* +$section =& $this->appendSection("Dictionnary"); + +$section->appendLink("Search a translation", "dictionnary/search-translations.php"); +*/ + $section =& $this->appendSection("Translation Teams"); $section->appendLink("Translation Teams", "teams-list.php"); $section->appendLink("Download Translations", "download-translations.php"); @@ -31,11 +36,6 @@ add_stats($section, "Applications", "gui", "stable-kde4" ); add_stats($section, "Documentations", "doc", "stable-kde4" ); -add_mode_stats($section, "KDE 3.5", "gui", "trunk"); - -add_stats($section, "Applications", "gui", "trunk" ); -add_stats($section, "Documentations", "doc", "trunk" ); - add_mode_stats($section, "KDE 3.5 stable", "gui", "stable"); add_stats($section, "Applications", "gui", "stable" ); @@ -72,7 +72,6 @@ $section->appendLink("Global Status", "stats/$mode/$rev/fullinfo/"); $section->appendLink("Partial Translations", "stats/$mode/$rev/partial/"); - }