Author: durner
Date: 2007-10-18 13:53:12 -0600 (Thu, 18 Oct 2007)
New Revision: 5715

Modified:
   i18nHTML/src/admin/index.php
Log:
clarify the use of the tools provided

Modified: i18nHTML/src/admin/index.php
===================================================================
--- i18nHTML/src/admin/index.php        2007-10-18 17:45:07 UTC (rev 5714)
+++ i18nHTML/src/admin/index.php        2007-10-18 19:53:12 UTC (rev 5715)
@@ -28,25 +28,31 @@
 W("This is the %s administrative interface.",
   extlink_("http://gnunet.org/i18nHTML/","i18nHTML";));
 EP();
-H2("Translation");
+H2("New translations");
+W("Tools for efficient translation");
 
 echo "<ul>\n";
 LILI("editor.php", "Go to mass translation");
+echo "</ul>";
+
+H2("Existing translations");
+W("Tools to search for and remove suspicious translations");
+echo "<ul>\n";
 if ($level > 0) {
   LILI("dig.php?mode=wwcd&xlang=$lang&f=", 
-       "Search for suspicious translations using weighted word-count 
distance");
+       "List of translations ordered by weighted word-count distance");
   LILI("dig.php?mode=wccd&xlang=$lang&f=", 
-       "Search for suspicious translations using weighted character-count 
distance");
+       "List of translations ordered by weighted character-count distance");
   LILI("dig.php?mode=wlmc&xlang=$lang&f=", 
-       "Search for suspicious translations using weighted word-length 
distance");
+       "List of translations ordered by weighted word-length distance");
   LILI("dig.php?mode=psmc&xlang=$lang&f=", 
-       "Search for suspicious translations using percent sign mismatch 
counts");
+       "List of translations ordered by percent sign mismatch counts");
   LILI("dig.php?mode=punc&xlang=$lang&f=",
-       "Search for suspicious translations using punctuation mismatch counts");
+       "List of translations ordered by punctuation mismatch counts");
   LILI("dig.php?mode=totc&xlang=$lang&f=",
-       "Search for suspicious translations using number of contributed 
translations");
+       "List of translations ordered by number of contributed translations");
   LILI("dig.php?mode=alpha&xlang=$lang&f=",
-       "Search for suspicious translations using alphabetical ordering");
+       "List of translations using alphabetical ordering");
  }
 echo "</ul>\n";
 



_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn

Reply via email to