[Debian-l10n-commits] r1020 - /ddtss/trunk/ddtss-cgi

kleptog-guest at users.alioth.debian.org kleptog-guest at users.alioth.debian.org
Sat Mar 22 14:11:14 UTC 2008


Author: kleptog-guest
Date: Sat Mar 22 14:11:13 2008
New Revision: 1020

URL: http://svn.debian.org/wsvn/?sc=1&rev=1020
Log:
When it says mailing list, actually link to it. And when there's no word list
tell people how to make one.

Modified:
    ddtss/trunk/ddtss-cgi

Modified: ddtss/trunk/ddtss-cgi
URL: http://svn.debian.org/wsvn/ddtss/trunk/ddtss-cgi?rev=1020&op=diff
==============================================================================
--- ddtss/trunk/ddtss-cgi (original)
+++ ddtss/trunk/ddtss-cgi Sat Mar 22 14:11:13 2008
@@ -146,7 +146,8 @@
   
   if( not defined $wordlist )
   {
-    print $q->p("No wordlist defined for $lang\n"),$q->p("Contact me is you wish to have a wordlist setup for your language");
+    print $q->p("No wordlist defined for $lang\n"),$q->p("Contact me is you wish to have a wordlist setup for your language"),
+          $q->p("To do this create a file with two column, seperated by a tab. The first column should contain the english word/phrase, these second column should contain the description you would like to appear. It can be a single word, list of words or even a small paragraph. Send this as an attachment to me.");
     exit;
   }
   print $q->start_table( {-class => 'wordlist'} ),
@@ -251,7 +252,7 @@
         $q->start_html( -title => "DDTSS ($lang)", @html_headers, -xbase => "http://$http_host$self/" );
 
   print $q->h1("DDTSS for $lang");
-  print $q->p("<div style='color: #ff0000'>The DDTSS has moved to a new system. Please report any issues to the mailing list</div>");
+  print $q->p("<div style='color: #ff0000'>The DDTSS has moved to a new system. Please report any issues to the <a href='mailto:debian-i18n\@lists.debian.org'>mailing list</a></div>");
   print $q->p("The DDTSS is a queue-based system. New translations are automatically fetched only when there are only a few pending translation. Translations will only be sent off after they have received a certain amount of review. New translations will be fetched in priority order, so the goal is to get your priority numbers as low as possible!");
   print $q->p("The rate of getting new descriptions to translate is not automatic. If you find you keep running low on things to translate, ask me to increase it.");
   print $q->p( $q->a({-href => 'http://www.debian.org/international/l10n/ddtp#rules'}, "Common translation rules") );




More information about the Debian-l10n-commits mailing list