]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Translation project descriptions.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Oct 2001 09:29:39 +0000 (09:29 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Oct 2001 09:29:39 +0000 (09:29 +0000)
17 files changed:
projects/ChangeLog [new file with mode: 0644]
projects/GNOME/team-address [new file with mode: 0755]
projects/GNOME/teams.html [new file with mode: 0644]
projects/GNOME/teams.url [new file with mode: 0644]
projects/GNOME/trigger [new file with mode: 0755]
projects/KDE/team-address [new file with mode: 0755]
projects/KDE/teams.html [new file with mode: 0644]
projects/KDE/teams.url [new file with mode: 0644]
projects/KDE/trigger [new file with mode: 0755]
projects/Makefile.am [new file with mode: 0644]
projects/Makefile.in [new file with mode: 0644]
projects/TP/team-address [new file with mode: 0755]
projects/TP/teams.html [new file with mode: 0644]
projects/TP/teams.url [new file with mode: 0644]
projects/TP/trigger [new file with mode: 0755]
projects/index [new file with mode: 0644]
projects/team-address [new file with mode: 0755]

diff --git a/projects/ChangeLog b/projects/ChangeLog
new file mode 100644 (file)
index 0000000..754d864
--- /dev/null
@@ -0,0 +1,9 @@
+2001-10-21  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.am: New file.
+       * TP: New project directory.
+       * KDE: New project directory.
+       * GNOME: New project directory.
+       * index: New file.
+       * team-address: New file.
+
diff --git a/projects/GNOME/team-address b/projects/GNOME/team-address
new file mode 100755 (executable)
index 0000000..1e99933
--- /dev/null
@@ -0,0 +1,87 @@
+#!/bin/sh
+# Print the team's address (to stdout) and output additional instructions
+# (to stderr).
+projectsdir="$1"
+progdir="$2"
+catalog="$3"  # e.g. "pt_BR"
+language="$4" # e.g. "pt"
+verbose="$5"
+
+url=`cat "$projectsdir/GNOME/teams.url"`
+html=`"$progdir/urlget" "$url" "$projectsdir/GNOME/teams.html"`
+# The HTML page doesn't contain the languages with ISO 639 codes.
+# So we have to translate ourselves...
+case "$catalog" in
+  af) english=Afrikaans;;
+  ar) english=Arabic;;
+  az) english="Azerbaijani turkish";;
+  eu) english=Basque;;
+  bs) english=Bosnian;;
+  pt_BR) english="Brazilian Portug";; # someday they'll fix the mistake
+  bg) english=Bulgarian;;
+  en_GB) english="Commonwealth English";;
+  hr) english=Croatian;;
+  ca) english=Catalan;;
+  zh_CN) english="Chinese (Team in China)";;
+  zh_TW) english="Chinese (Team in Taiwan)";;
+  cs) english=Czech;;
+  da) english=Danish;;
+  nl) english=Dutch;;
+  et) english=Estonian;;
+  fi) english=Finnish;;
+  fr) english=French;;
+  gl) english=Galician;;
+  de) english=German;;
+  el) english=Greek;;
+  he) english=Hebrew;;
+  hi) english=Hindi;;
+  hu) english=Hungarian;;
+  id) english=Indonesian;;
+  ga) english=Irish;;
+  it) english=Italian;;
+  ja) english=Japanese;;
+  ko) english=Korean;;
+  lv) english=Latvian;;
+  lt) english=Lithuanian;;
+  ml) english=Malayalam;;
+  mt) english=Maltese;;
+  mr) english=Marathi;;
+  no) english=Norwegian;;
+  fa) english=Persian;;
+  pl) english=Polish;;
+  pt) english=Portuguese;;
+  ro) english=Romanian;;
+  ru) english=Russian;;
+  sk) english=Slovak;;
+  sl) english=Slovenian;;
+  es) english=Spanish;;
+  sv) english=Swedish;;
+  ta) english=Tamil;;
+  te) english=Telugu;;
+  th) english=Thai;;
+  tr) english=Turkish;;
+  uk) english=Ukrainian;;
+  vi) english=Vietnamese;;
+  # ??) english=Walloon;;
+  cy) english=Welsh;;
+  *) english=;;
+esac
+if test -n "$english"; then
+  (echo "Please consider joining your translation team, and visit"
+   echo "  $url"
+   echo "  http://developer.gnome.org/projects/gtp/"
+  ) 1>&2
+  sed_addnl='s,</tr>,</tr>\
+,g'
+  address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td.*$english.*</td>.*<td.*</td>.*<td.*<a href=\"\\([^\"]*\\)\">.*</td>.*\$,\\1,p"`
+  # address can be empty or contain 1 or more space separated URLs.
+else
+  (echo "A translation team for your "`if test "$catalog" = "$language"; then echo "language ($language)"; else echo "local dialect ($catalog)"; fi`
+   echo "may not exist yet.  Please visit"
+   echo "  $url"
+   echo "  http://developer.gnome.org/projects/gtp/"
+   echo "and decide whether you want to create a new translation team."
+  ) 1>&2
+  address=
+fi
+exit 0
diff --git a/projects/GNOME/teams.html b/projects/GNOME/teams.html
new file mode 100644 (file)
index 0000000..b659d3d
--- /dev/null
@@ -0,0 +1,1568 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
+ <head>
+  <title>The GNOME Translation Project</title>
+  <link rel="stylesheet" href="/developer.css" type="text/css" />
+ </head>
+
+<body bgcolor="#e6e3dc" text="#000000" background="/images/bg-really-light.jpg">
+  <!-- Main Layout Table -->
+  <table border="0" cellpadding="0" cellspacing="3" width="100%">
+   <!-- Header Stuff -->
+   <tr>
+    <td>
+     <!-- Header Table -->
+     <table border="0" cellpadding="0" cellspacing="3" width="100%">
+      <tr>
+       <!-- Begin Header border (with content-filled table in the middle) -->
+       <td bgcolor="#777777">
+        <table border="0" cellpadding="0" cellspacing="2" width="100%"
+               align="center">
+         <tr>
+          <!-- Begin Header Contents -->
+          <td bgcolor="#ffffff" colspan="0" width="100%" >
+           <table cellspacing="2" width="100%" >
+            <tr>
+             <td>
+              <img src="/images/header-inside.gif" alt="GNOME Developer"
+                   border="0"  align="middle" usemap="#inside">
+              <map name="inside">
+               <area coords="0,0,225,49"    alt="" href="/">
+               <area coords="236,9,291,20"  alt="" href="http://www.gnome.org">
+               <area coords="236,28,288,39" alt="" href="http://news.gnome.org/gnome-news/">
+               <area coords="325,9,348,20"  alt="" href="http://cvs.gnome.org/lxr">
+               <area coords="360,9,398,20"  alt="" href="http://cvs.gnome.org/bonsai">
+               <area coords="325,28,374,39" alt="" href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">
+               <area coords="429,9,500,20"  alt="" href="http://bugzilla.gnome.org">
+               <area coords="429,28,512,39" alt="" href="http://www.gnome.org/applist">
+              </map>
+             </td>
+            </tr>
+           </table>
+          </td>
+          <!-- End Header Contents -->
+         </tr>
+        </table>
+       </td>
+       <!-- End Header border -->
+      </tr>
+     </table>
+     <!-- End Header table -->
+    </td>
+   </tr>
+   <!-- End Header stuff -->
+   <!-- Begin Middle stuff -->
+   <tr>
+    <td rowspan="0">
+     <table border="0" cellpadding="0" cellspacing="3" width="100%">
+      <tr>
+       <!-- Begin Sidebar Stuff -->
+       <td valign="top" align="left" width="20%">
+        <table border="0" cellpadding="0" cellspacing="0" width="100%">
+         <tr>
+          <td valign="top">
+           <table border="0" cellpadding="0" cellspacing="0" width="100%">
+            <tr>
+             <!-- Begin Sidebar Border -->
+             <td bgcolor="#777777" valign="top">
+              <table  border="0" cellpadding="5" cellspacing="2" width="100%" align="center">
+               <tr>
+                <!-- Begin Sidebar Contents -->
+                <td bgcolor="#ffffff" nowrap="nowrap" id="sitenavtree">
+                  <a href="/">Home</a><br />
+<a href="/news/">News</a><br />
+<a href="/dotplan/">dot.plan</a><br />
+<a href="/feature/">Feature</a><br />
+<a href="/arch/">Architecture</a><br />
+<a href="/doc/">Documentation</a><br />
+<a href="/tools/">Tools</a><br />
+<a href="/helping/">Getting Involved</a><br />
+<a href="/links/">External Resources</a><br />
+<a href="/projects/">Projects</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gap/">Accessibility</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gdp/">Documentation</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gpp/">Packaging</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gtp/">Translation</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/tasks.html">Tasks</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/status/">Status</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/resources.html">Resources</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Teams<br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/join.html">Joining</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/contact.html">Contacting</a><br />
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="/projects/gtp/friends.html">Related Projects</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gup/">Usability</a><br />
+&nbsp; &nbsp; &nbsp; <a href="/projects/gwh/">Webhackers</a><br />
+<a href="/new.html">What's New</a><br />
+<a href="/sitemap.html">Site Map</a><br />
+
+                </td>
+                <!-- End Sidebar Contents -->
+               </tr>
+              </table>
+             </td>
+             <!-- End Sidebar Border -->
+            </tr>
+           </table>
+          </td>
+         </tr>
+        </table>
+       </td>
+       <!-- End Sidebar Stuff -->
+       <!-- Begin Main & Footer Stuff -->
+       <td valign="top">
+        <!-- Begin Main Stuff -->
+        <table border="0" cellpadding="0" cellspacing="0" width="100%">
+         <tr>
+          <!-- Begin Main Border -->
+          <td bgcolor="#777777" valign="top" >
+           <table  border="0" cellpadding="5" cellspacing="2" width="100%" align="center">
+            <tr>
+             <!-- Begin Main Content -->
+             <td valign="top" bgcolor="#ffffff">
+             <!--#set var="last_modified" value="$Date: 2001/10/25 09:29:39 $" -->
+
+    <h2>Teams:</h2>
+    
+    <p>
+      Translation teams already exist for many languages.
+      To join a team, contact the team leader.<br>
+      If a team does not exist for your language, consider <a href="#starting">starting one</a>.
+    </p>
+
+    <table border="0" cellspacing="2" cellpadding="2" width="100%">
+      <tr>
+
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <b>Language</b>
+           </font>
+         </div>
+       </td>
+       
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <b>Coordinator</b>
+           </font>
+         </div>
+       </td>
+       
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <b>Web Page</b>
+           </font>
+         </div>
+       </td>
+
+      </tr>
+
+      <!-- Afrikaans -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Afrikaans
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:bvdmerwe@users.sourceforge.net">Ben van der Merwe</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://afrikaans.sourceforge.net">http://afrikaans.sourceforge.net</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Arabic -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Arabic
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:doc@arabeyes.org">doc@arabeyes.org</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.arabeyes.org/">http://www.arabeyes.org</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Azerbaijani turkish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Azerbaijani turkish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:linuxaz@azerimail.net">linuxaz@azerimail.net</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Basque -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Basque
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:ali@euskal-linux.org">Alioxia Rodriguez</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Bosnian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Bosnian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:bono@lugbih.org">Amila Akagice</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.lugbih.org/gnome">http://www.lugbih.org/gnome</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Brazilian Portugese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Brazilian Portugese
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:godoy@conectiva.com.br">Jorge Godoy</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://ldp-br.conectiva.com.br">http://ldp-br.conectiva.com.br</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Bulgarian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Bulgarian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:pavel@linux.zonebg.com">Pavel Cholakov</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnome-bg.sourceforge.net">GNOME Bulgaria</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Commonwealth English -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Commonwealth English
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:robert@susu.org.uk">Robert Brady</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Croatian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Croatian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:sdukaric@linux.hr">Sinisa Dukaric</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.na.linux.hr/gnome-int/">http://www.na.linux.hr/gnome-int/</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Catalan -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Catalan
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:jmas@softcatala.org">Jordi Mas</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.softcatala.org">http://www.softcatala.org/</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Chinese (Team in China) -->
+      <tr>
+       <td bgcolor="#EEEEE0" rowspan="2">
+         <div align="left">
+           <font class="text" size="3">
+             Chinese (Team in China)
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0" rowspan="2">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:lark@linux.net.cn">Wang Jian</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+              <a href="http://i18n.linux.net.cn/">Chinese Linux i18n Web Page</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.egroups.com/group/i18n-chinese">Chinese i18n Egroup/list</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Chinese (Team in Taiwan) -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Chinese (Team in Taiwan)
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+              <a href="http://i18n.linux.org.tw/">Taiwanese Linux i18n Web Page</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Czech -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Czech
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:utx@penguin.cz">Stanislav Brabec</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Danish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Danish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:kenneth@gnu.org">Kenneth Christiansen</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.klid.dk/dansk/hsdg/">HSDG: Linux på dansk</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Dutch -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Dutch
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:V.vanAdrighem@dirck.mine.nu">Vincent van Adrighem</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font> 
+         </div>
+       </td>
+      </tr>
+
+      <!-- Estonian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Estonian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:leedjarv@interest.ee">Tõivo Leedjärv</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://et-gnome.sourceforge.net/">http://et-gnome.sourceforge.net/</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+
+      <!-- Finnish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Finnish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:jjranta@cc.joensuu.fi">Jarkko Ranta</a></font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnome-fi.sourceforge.net">http://gnome-fi.sourceforge.net</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- French -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             French
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:redfox@eikonex.org">Christophe Merlet (RedFox)</a></font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnomefr.traduc.org/">http://gnomefr.traduc.org/</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Galician -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Galician
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:jba@pobox.com">Jesus Bravo Alvarez</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://trasno.gpul.org/gnome/">Proxecto Trasno</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- German -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             German
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:mawa@iname.com">Matthias Warkus</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+              <!-- out-of-date: -->
+              <!-- cf. http://mail.gnome.org/archives/gnome-de/2001-January/msg00009.html -->
+             <!-- <a href="http://www.linuxfaqs.de/po">GNOME German Translation Team</a> -->
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Greek -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Greek
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:S.Xenitellis@rhbnc.ac.uk">Simos Xenitellis</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+           <a href="http://hlp.sourceforge.net">Hellenic Localisation Project</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Hebrew -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+              Hebrew
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:tomgeri@newmail.net">Or Fialckove</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Hindi -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Hindi
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:harshkumar@vsnl.com">Harsh Kumar</a>
+           </font>  
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;          
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Hungarian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Hungarian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:shooby@gnome.hu">Szabolcs "Shooby" BAN</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.gnome.hu">A GNOME Projekt</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Indonesian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Indonesian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:priyadi@priyadi.id.org">Priyadi Iman Nurcahyo</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Irish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Irish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:soc@users.sourceforge.net">Sean V. Kelley</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+            <a href="http://gaeilge.sourceforge.net">http://gaeilge.sourceforge.net</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Italian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Italian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:cgabriel@pluto.linux.it">Christopher Gabriel</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.it.gnome.org">Progetto di traduzione italiana</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Japanese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Japanese
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:nakai@gnome.gr.jp">Yukihiro Nakai</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Korean -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Korean
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:rainlood@kldp.org">Noh Woo Kyong</a>
+           </font> 
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnome.kldp.org">http://gnome.kldp.org</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+
+    <!-- Latvian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Latvian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:pecisk@inbox.lv">Peteris Krisjanis</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Lithuanian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Lithuanian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:menesis@delfi.lt">Gediminas Paulauskas</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Malayalam -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Malayalam
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:gnomemalayalam@yahoo.com">H.V.Prashanth</a></font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Maltese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Maltese
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:ramon.casha@linux.org.mt">Ramon Casha</a></font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://linux.org.mt/lingwa">http://linux.org.mt/lingwa</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Marathi -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Marathi
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:palkar@poboxes.com">Rahul Palkar</a></font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Norwegian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Norwegian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:kmaraas@online.no">Kjartan Maraas</a></font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Persian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Persian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:roozbeh@sina.sharif.ac.ir">Roozbeh Pournader</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Polish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Polish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:cyba@gnome.pl">Zbigniew Chyla</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.gnome.pl">http://www.gnome.pl</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Portuguese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Portuguese
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:gnome@poli.org">gnome@poli.org</a>
+           </font> 
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3"> 
+             <a href="http://gnome.poli.org">http://gnome.poli.org</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Romanian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Romanian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:mandreiana@yahoo.com">Marius Andreiana</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnomero.sourceforge.net/">Proiectul de traducere GNOME in romana</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Russian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Russian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+            <a href="mailto:frob@df.ru">Valek Filippov</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.gnome.ru">ðÒÏÅËÔ GNOME</a>
+           </font>  
+         </div>
+       </td>
+      </tr>
+
+      <!-- Slovak -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Slovak
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+            <a href="mailto:visnovsky@nenya.ms.mff.cuni.cz">Stano Visnovsky</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://telka.sk/linux/sk-l10n/">Preklad Linuxu do slovenèiny</a>
+           </font>  
+         </div>
+       </td>
+      </tr>
+
+      <!-- Slovenian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Slovenian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+            <a href="mailto:andraz.tori1@guest.arnes.si">Andraz Tori</a>
+           </font>   
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.lugos.si/delo/slo/GNOME-sl/">http://www.lugos.si/delo/slo/GNOME-sl/</a>
+           </font>  
+         </div>
+       </td>
+      </tr>    
+      
+      <!-- Spanish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Spanish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:barreiro@arrakis.es">Manuel de Vega Barreiro</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.croftj.net/~barreiro/spanish/gnome-es/">Traducción de documentación relacionada con GNOME</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Swedish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Swedish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:menthos@menthos.com">Christian Rose</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnome-sv.sourceforge.net/">Swedish GNOME Translation Team</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Tamil -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Tamil
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:n_dinesh@yahoo.com">Dinesh Nadarajah</a>
+           </font>    
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.rit.edu/~dxn8594/tamilgnome/">Tamil GNOME Project</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Telugu -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Telugu
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:rajesh@idoot.com">Akkineni Rajesh</a>
+           </font>    
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+
+      <!-- Thai -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Thai
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:naupara@email.com">Naronglit Upara</a>
+              and
+              <a href="mailto:korakot@iname.com">Korakot Chaovavanich</a>
+           </font>    
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+              <a href="http://sourceforge.net/projects/thaipo">http://sourceforge.net/projects/thaipo</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Turkish -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Turkish
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:kabalak@gmx.net">Fâtih Demir</a>
+           </font>    
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://gnotrap.sourceforge.net">http://gnotrap.sourceforge.net</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Ukrainian -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Ukrainian
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:yuri@renome.rovno.ua">Yuriy Syrota</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Vietnamese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Vietnamese I
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:SuPhu@nindo.com">Keith Howanitz and Ken Ninh</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.nindo.com">http://www.nindo.com</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+
+      <!-- Vietnamese -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Vietnamese II
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:linuxgr@linuxvn.com">Bui Viet Ha</a> and
+             <a href="mailto:minhbq@linuxvn.com">Bui Quang Minh</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://www.linuxvn.com/i18l10n">http://www.linuxvn.com/i18l10n/</a>
+           </font> 
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Walloon -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Walloon
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:srtxg@ping.be">Pablo Saratxaga</a>
+           </font>     
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             &nbsp;
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+      <!-- Welsh -->
+      <tr>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             Welsh
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="mailto:tgb96@aber.ac.uk">Gareth Bowker</a>
+           </font>
+         </div>
+       </td>
+       <td bgcolor="#EEEEE0">
+         <div align="left">
+           <font class="text" size="3">
+             <a href="http://users.aber.ac.uk/tgb96/gnome-cy/">http://users.aber.ac.uk/tgb96/gnome-cy/</a>
+           </font>
+         </div>
+       </td>
+      </tr>
+      
+    </table>
+
+    <a name="starting">
+    <h3>Starting a new team</h3>
+    <p>
+      If no team for your language is listed here and you want to start a new one,
+      please send an email to announce the new team 
+      to the <a href="contact.html#mailinglist">mailing list</a>.<br>
+      It should have a subject like &quot;New team for [your language name] ([your language code])&quot; 
+      and contain the name and the email of the person who is the new coordinator for that language 
+      (And if one exists, the URL of the Team's page).<br>
+      (The <a href="contact.html#webmaster">webmaster</a> will add this team to this page shortly after)
+    </p>
+
+    <a name="projectwebpages">
+    <h3>Project Web Pages and Mailing Lists</h3>
+    <p>
+      We would like to encourage translation teams to have web pages,
+      even if they are simple ones, and mailing lists.  For many teams,
+      the easiest and best way to do this is to use 
+      <a href="http://sourceforge.net">SourceForge</a>.  SourceForge
+      will allow you to create a project for your team, providing you
+      use it to advance open source development, which you are doing.
+      It will give you a place to set up web pages, have a mailing list,
+      and place files for people to download.  You can even set up CVS
+      if you find that helpful.  It also allows you to give access to
+      multiple team members so you can each update the web pages, 
+      downloadable files, etc.
+    <p>
+
+    <a name="errors">
+    <h3>Errors</h3>
+    <p>
+      If there are any errors in the contact/web address of a team
+      please contact <a href="contact.html#webmaster">the webmaster</a>.
+    <p>
+
+             </td>
+             <!-- End Main Content -->
+            </tr>
+           </table>
+          </td>
+          <!-- End Main Border -->
+         </tr>
+        </table>
+        <!-- End Main Stuff -->
+        <!-- Begin Footer Stuff (yes, seriously) -->
+        <center>
+         <p>
+          <a href="/">Home</a> | <a href="/news/">News</a> | <a href="/new.html">What's New</a> | <a href="/arch/">Architecture</a> | <a href="/doc/">Documentation</a> | <a href="/tools/">Tools</a> | <a href="/helping/">Getting Involved</a> | <a href="/links/">External Resources</a> | <a href="/projects/">Projects </a> | <a href="/sitemap.html">Sitemap</a>
+         </p>
+         <p>
+           Last modified 2001/10/10 07:28:36
+         </p>
+         <p>
+           <a href="mailto:webmaster@gnome.org">webmaster@gnome.org</a>
+         </p>
+         <p>
+           Website hosted by <a href="http://www.redhat.com/">Red Hat, Inc.</a>
+         </p>
+        </center>
+        <!-- End Footer Stuff -->
+       </td>
+       <!-- End Main & Footer Stuff -->
+      </tr>
+     </table>
+    </td>
+   </tr>
+   <!-- End Middle Stuff -->
+  </table>
+ </body>
+</html>
diff --git a/projects/GNOME/teams.url b/projects/GNOME/teams.url
new file mode 100644 (file)
index 0000000..5c87a2c
--- /dev/null
@@ -0,0 +1 @@
+http://developer.gnome.org/projects/gtp/teams.html
diff --git a/projects/GNOME/trigger b/projects/GNOME/trigger
new file mode 100755 (executable)
index 0000000..20bacb6
--- /dev/null
@@ -0,0 +1,27 @@
+#!/bin/sh
+# Test whether the current package is a GNOME package.
+while true; do
+  if test -f configure.in; then
+    if grep '^GNOME_' configure.in >/dev/null 2>&1 ; then
+      exit 0
+    fi
+    exit 1
+  fi
+  dir=`basename \`pwd\``
+  case "$dir" in
+    i18n)
+      # This directory name, used in GNU make, is not the top level directory.
+      ;;
+    *[A-Za-z]*[0-9]*)
+      # Reached the top level directory.
+      exit 1
+  esac
+  # Go to parent directory
+  last=`/bin/pwd`
+  cd ..
+  curr=`/bin/pwd`
+  if test "$last" = "$curr"; then
+    # Oops, didn't find the top level directory.
+    exit 1
+  fi
+done
diff --git a/projects/KDE/team-address b/projects/KDE/team-address
new file mode 100755 (executable)
index 0000000..a4060f7
--- /dev/null
@@ -0,0 +1,116 @@
+#!/bin/sh
+# Print the team's address (to stdout) and output additional instructions
+# (to stderr).
+projectsdir="$1"
+progdir="$2"
+catalog="$3"  # e.g. "pt_BR"
+language="$4" # e.g. "pt"
+verbose="$5"
+
+url=`cat "$projectsdir/KDE/teams.url"`
+html=`"$progdir/urlget" "$url" "$projectsdir/KDE/teams.html"`
+# The HTML page says they are "presently switching from the 2-letter codes
+# to the 3-letter codes". So it is safest to use the English name and
+# translate ourselves...
+case "$catalog" in
+  af) english=Afrikaans;;
+  ar) english=Arabic;;
+  az) english=Azerbaijani;;
+  bg) english=Bulgarian;;
+  bn) english=Bengali;;
+  bo) english=Tibetan;;
+  br) english=Breton;;
+  bs) english=Bosnian;;
+  ca) english=Catalan;;
+  cs) english=Czech;;
+  cy) english=Welsh;;
+  da) english=Danish;;
+  de) english=German;;
+  el) english=Greek;;
+  en_GB) english="British English";;
+  eo) english=Esperanto;;
+  es) english=Spanish;;
+  et) english=Estonian;;
+  eu) english=Basque;;
+  fa) english=Farsi;;
+  fi) english=Finnish;;
+  fo) english=Faroese;;
+  fr) english=French;;
+  ga) english=Irish;;
+  gl) english=Gallegan;;
+  gu) english=Gujarati;;
+  he) english=Hebrew;;
+  hi) english=Hindi;;
+  hr) english=Croatian;;
+  hu) english=Hungarian;;
+  id) english=Indonesian;;
+  is) english=Icelandic;;
+  it) english=Italian;;
+  ja) english=Japanese;;
+  km) english=Khmer;;
+  ko) english=Korean;;
+  ku) english=Kurdish;;
+  lt) english=Lithuanian;;
+  lv) english=Latvian;;
+  mi) english=Maori;;
+  mk) english=Macedonian;;
+  mr) english=Marathi;;
+  mt) english=Maltese;;
+  nl) english=Dutch;;
+  no) english="Norwegian (Bokm";;
+  nn) english="Norwegian (Nynorsk)";;
+  oc) english=Occitan;;
+  pl) english=Polish;;
+  pt) english=Portuguese;;
+  pt_BR) english="Brazilian Portuguese";;
+  ro) english=Romanian;;
+  ru) english=Russian;;
+  sk) english=Slovak;;
+  sl) english=Slovenian;;
+  sr) english=Serbian;;
+  sv) english=Swedish;;
+  ta) english=Tamil;;
+  tg) english=Tajik;;
+  th) english=Thai;;
+  tr) english=Turkish;;
+  uk) english=Ukrainian;;
+  vi) english=Vietnamese;;
+  # ??) english=Walloon;;
+  xh) english=Xhosa;;
+  zh_CN) english="Simplified Chinese";;
+  zh_TW) english="Traditional Chinese";;
+  *) english=;;
+esac
+if test -n "$english"; then
+  (echo "Please consider joining your translation team, and visit"
+   sed_addnl='s,</TR>,</TR>\
+,g'
+   anchor=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e 's,^.*<TR.*<A NAME="\([^"]*\)">.*>'"$english"'[^<>]*team<.*</TR>$,\1,p'`
+   if test -n "$anchor"; then
+     echo "  $url#$anchor"
+   fi
+   echo "  $url"
+   echo "  http://i18n.kde.org/"
+  ) 1>&2
+  address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | sed -e "$sed_addnl" | sed -e 2q -e 1d | sed -n -e 's,^.*mailing list\(.*\)$,\1,p' | sed -e 's,</LI>.*,,' | sed -e 's,</A>.*,</A>,' | sed -n -e 's,^.*HREF="\([^"]*\)">[^<>]*</A>.*$,\1,p'`
+  case "$address1" in
+    mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
+  esac
+  address1=`echo "$address1" | sed -e 's,-request@,@,'`
+  address2=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | sed -e "$sed_addnl" | sed -e 2q -e 1d | sed -n -e 's,^.*web site\(.*\)$,\1,p' | sed -e 's,</LI>.*,,' | sed -e 's,</A>.*,</A>,' | sed -n -e 's,^.*HREF="\([^"]*\)">[^<>]*</A>.*$,\1,p'`
+  if test -n "$address1" && test -n "$address2"; then
+    address="$address1 $address2"
+  else
+    address="$address1$address2"
+  fi
+  # address can be empty or contain 1 or more space separated URLs.
+else
+  (echo "A translation team for your "`if test "$catalog" = "$language"; then echo "language ($language)"; else echo "local dialect ($catalog)"; fi`
+   echo "may not exist yet.  Please visit"
+   echo "  $url"
+   echo "  http://i18n.kde.org/"
+   echo "and decide whether you want to create a new translation team."
+  ) 1>&2
+  address=
+fi
+exit 0
diff --git a/projects/KDE/teams.html b/projects/KDE/teams.html
new file mode 100644 (file)
index 0000000..95c2d4e
--- /dev/null
@@ -0,0 +1,2039 @@
+<!DOCTYPE HTML PUBLIC "-//SoftQuad Software//DTD HoTMetaL PRO 6.0::19990601::extensions to HTML 4.0//EN" "hmpro6.dtd">
+<HTML> 
+  <HEAD> <META NAME="Description" CONTENT="KDE Translation Teams">
+        <META NAME="Keywords"
+         CONTENT="kde internationalization i18n translation teams language po files 
+documentation"> 
+        <TITLE>The KDE Translation Teams</TITLE> 
+  </HEAD> 
+  <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#191970" VLINK="#551A8A"
+       ALINK="#FE0000"> 
+        <CENTER> 
+               <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="75%"> 
+                 <TR VALIGN="TOP"> 
+                        <TD> 
+                               <H1>The KDE Translation Teams</H1> 
+                               <P>Many KDE applications have been translated to <B>more than 50
+                                 languages</B> already and the number of both the translated applications and
+                                 the supported languages is still growing. For information on how complete the
+                                 translation of the current KDE user interface to the individual languages
+                                 really is please see the respective <A
+                                 HREF="../stats/gui/i18n-table-HEAD.html">statistics page</A>. (<A
+                                 HREF="http://i18n.kde.org/stats/doc/">Documentation translation</A> is still in
+                                 its first stages for many teams.) The languages distributed with the last
+                                 official KDE version are listed on a <A HREF="distributed.html">separate
+                                 page</A>.</P> 
+                               <P> Almost all language teams are looking for additional
+                                 translators. And, of course, there are still a lot of languages missing in KDE.
+                                 So if you have some spare time and a good knowledge of English, please consider
+                                 joining one of the teams and help translating KDE to your native language. Just
+                                 write to the appropriate team coordinator in the list below. If there's no
+                                 coordinator listed for your language, take a look at the
+                                 <A HREF="../translation-howto/">Translation HOWTO</A> for more information on
+                                 how new languages are introduced to KDE and subscribe to the
+                                 <A HREF="http://master.kde.org/mailman/listinfo/kde-i18n-doc/">mailinglist</A>
+                                 for translators and documenters.</P> 
+                               <P>The team table below is sorted according to the official lists
+                                 of ISO&nbsp;639 language codes. (See
+                                 <A
+                                 HREF="http://lcweb.loc.gov/standards/iso639-2/englangn.html">http://lcweb.loc.g
+                                 ov/standards/iso639-2/englangn.html</A><A
+                                 HREF="http://www.dsv.su.se/~jpalme/ietf/language-codes.html"></A>). We are
+                                 presently switching from the 2-letter codes to the 3-letter codes.) In addition
+                                 to the basic team data like the <STRONG>coordinator(s)</STRONG>, the
+                                 <STRONG>mailing list</STRONG>, and the <STRONG>team's web site</STRONG>, the
+                                 list now contains links to:</P> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>compressed <STRONG>archives of all GUI and documentation
+                                        files</STRONG> that were already translated by the respective language team;
+                                        these files are usually of the type ".po" (GNU gettext) and ".docbook"
+                                        (XML)</LI> 
+                                 <LI>text files that contain <STRONG>all message strings of the
+                                        translated .po</STRONG> files -- these files are sometimes called
+                                        <STRONG>"compendia"</STRONG> and are used for instance by specialized
+                                        translation programs like <A HREF="../tools/kbabel/">KBabel</A> (the
+                                        recommended one for KDE translation).</LI> 
+                                 <LI>the <STRONG>"highscore list"</STRONG> for each team: an
+                                        overview which .po files were already translated but are in need of an
+                                        overhaul.</LI> 
+                                 <LI>the <STRONG>doc statistics</STRONG>: an overview of the
+                                        current status if there are any doc translations available</LI> 
+                               </UL> </TD> 
+                 </TR> 
+               </TABLE> 
+               <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="5" WIDTH="75%"
+                VALIGN="TOP" VSPACE="10"> 
+                 <TR> 
+                        <TD HEIGHT="5"><A NAME="team_table"></A>&nbsp;</TD> 
+                 </TR>
+<!-- Afrikaans -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="af">af</A></TH> 
+                        <TH ALIGN="LEFT">Afrikaans team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:frix@expertron.co.za">Frikkie Thirion</A></LI> 
+                                 <LI>mailing list: send an empty mail to
+                                        <A HREF="mailto:lia-subscribe@af.org.za">lia-subscribe@af.org.za</A></LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.af.org.za/">kde.af.org.za</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-af.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-af.tar.bz2</A>
+                                        <BR> (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/af.messages.bz2">i18n.kde.org/po_overview/af.messages.bz2</A><BR>
+                                        (size:&nbsp; 464k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/af-highscore.html">i18n.kde.org/stats/gui/af-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Arabic -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ar">ara</A></TH> 
+                        <TH ALIGN="LEFT">Arabic team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:contact@arabeyes.org">Mohammed Elzubeir</A></LI> 
+                                 <LI>mailing list: doc@arabeyes.org (subscribe via
+                                        <A
+                                         HREF="http://www.arabeyes.org/cgi-bin/mailman/listinfo/doc/">www.arabeyes.org/cgi-bin/mailman/listinfo/doc</A>)</LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://www.arabeyes.org/">www.arabeyes.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ara.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ara.tar.bz2</A>
+                                        <BR> (size:&nbsp; 429k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ara.messages.bz2">i18n.kde.org/po_overview/ara.messages.bz2</A><BR>
+                                        (size:&nbsp;  85k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ara-highscore.html">i18n.kde.org/stats/gui/ara-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Azerbaijani Turkish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="az">az</A></TH> 
+                        <TH ALIGN="LEFT">Azerbaijani team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:azerb_linux@yahoo.com">Vasif Ismailoglu</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.linuxaz.com/">www.linuxaz.com</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-az.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-az.tar.bz2</A>
+                                        <BR> (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/az.messages.bz2">i18n.kde.org/po_overview/az.messages.bz2<BR>
+                                        (size:&nbsp; 480k)</A></LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/az-highscore.html">i18n.kde.org/stats/gui/az-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF">
+<!-- Bulgarian -->
+                        <TH ALIGN="LEFT"><A NAME="bg">bg</A></TH> 
+                        <TH ALIGN="LEFT">Bulgarian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s):
+                                        <A HREF="mailto:vesselina@galgenberg.net">Vesselina Nikolova</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site:
+                                        <A
+                                         HREF="http://www.galgenberg.net/~vesselina/bg.html">www.galgenberg.net/~vesseli
+                                        na/bg.html</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-bg.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-bg.tar.bz2</A>
+                                        <BR> (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/bg.messages.bz2">i18n.kde.org/po_overview/bg.messages.bz2</A><BR>
+                                        (size:&nbsp;  12k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/bg-highscore.html">i18n.kde.org/stats/gui/bg-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+<!-- Bengali -->
+                        <TH ALIGN="LEFT"><A NAME="bn">bn</A></TH> 
+                        <TH ALIGN="LEFT">Bengali team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s):
+                                        <A HREF="mailto:taneem.ahmed@latticesemi.com">Ahmed, Taneem</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:--</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="bo">bo</A></TH> 
+                        <TH ALIGN="LEFT">Tibetan team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:norbu@t-online.de">Katrin Norbu</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:--</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Breton -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="br">br</A></TH> 
+                        <TH ALIGN="LEFT">Breton team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s):
+                                        <A HREF="mailto:jdrapier@club-internet.fr">Ja&ntilde;-Mai Drapier</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://perso.club-internet.fr/jdrapier">perso.club-internet.fr/jdrapier</A></LI>
+                                 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-br.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-br.tar.bz2</A>
+                                        <BR> (size:&nbsp; 548k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/br.messages.bz2">i18n.kde.org/po_overview/br.messages.bz2</A><BR>
+                                        (size:&nbsp;  62k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/br-highscore.html">i18n.kde.org/stats/gui/br-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Bosnian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="bs">bs</A></TH> 
+                        <TH ALIGN="LEFT">Bosnian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:bianchi@lugbih.org">Neshiren
+                                        Armin</A>, <A HREF="mailto:bono@lugbih.org">Amila Akagic</A></LI> 
+                                 <LI>mailing list: Send mail to
+                                        <A HREF="mailto:kde-subscribe@lugbih.org">kde-subscribe@lugbih.org</A></LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.lugbih.org/">kde.lugbih.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-bs.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-bs.tar.bz2</A>
+                                        <BR> (size:&nbsp; 274k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/bs.messages.bz2">i18n.kde.org/po_overview/bs.messages.bz2</A>
+                                        <BR> (size:&nbsp;  28k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/bs-highscore.html">i18n.kde.org/stats/gui/bs-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Catalan -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ca">ca</A></TH> 
+                        <TH ALIGN="LEFT">Catalan team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:sastia@redestb.es">Sebasti&agrave; Pla</A></LI> 
+                                 <LI>mailing list: send a mail with "subscribe" in the subject
+                                        line to: <A
+                                        HREF="mailto:linux-ca-request@chanae.alphanet.ch">linux-ca-request@chanae.alpha
+                                        net.ch</A></LI> 
+                                 <LI>web site:
+                                        <A
+                                         HREF="http://linux.softcatala.org/projectes/kde/">linux.softcatala.org/projecte
+                                        s/kde/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ca.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ca.tar.bz2</A><BR>
+                                        (size:&nbsp; 920k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ca.messages.bz2">i18n.kde.org/po_overview/ca.messages.bz2</A><BR>
+                                        (size:&nbsp; 183k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ca-highscore.html">i18n.kde.org/stats/gui/ca-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Czech -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="cs">cs</A></TH> 
+                        <TH ALIGN="LEFT">Czech team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:flidr@kky.zcu.cz">Miroslav
+                                        Fl&iacute;dr</A> (GUI), <A HREF="mailto:lukas@kde.org">Luk&aacute;&scaron;
+                                        Tinkl</A> (documentation)</LI> 
+                                 <LI>mailing list: kde-czech-apps@lists.sourceforge.net</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde-czech.sourceforge.net/">kde-czech.sourceforge.net</A></LI> 
+                                 <LI>(Subscription via
+                                        <A
+                                         HREF="http://lists.sourceforge.net/lists/listinfo/kde-czech-apps/">lists.sourceforge.net/lists/listinfo/kde-czech-apps</A>)
+                                        </LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-cs.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-cs.tar.bz2</A>
+                                        <BR> (size:&nbsp; 1.9M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/cs.messages.bz2">i18n.kde.org/po_overview/cs.messages.bz2</A>
+                                        <BR> (size:&nbsp; 549k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/cs-highscore.html">i18n.kde.org/stats/gui/cs-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=cs">i18n.kde.org/stats/doc/index.php?team=cs</A><A
+                                        HREF="../stats/doc/html/doc-cs.html"></A></LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Welsh -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="cy">cy</A></TH> 
+                        <TH ALIGN="LEFT">Welsh team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:elf@uklinux.net">Elfed
+                                        Lewis</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-cy.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-cy.tar.bz2</A><BR>
+                                        (size:&nbsp; 205k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/cy.messages.bz2">i18n.kde.org/po_overview/cy.messages.bz2</A>
+                                        <BR> (size:&nbsp;  12k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/gui/cy-highscore.html">i18n.kde.org/stats/gui/cy-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Danish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="da">da</A></TH> 
+                        <TH ALIGN="LEFT">Danish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:erik@binghamton.edu">Erik
+                                        Kj&aelig;r Pedersen</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-da.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-da.tar.bz2</A><BR>
+                                        (size:&nbsp; 4.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/da.messages.bz2">i18n.kde.org/po_overview/da.messages.bz2</A>
+                                        <BR> (size:&nbsp; 1.1M)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/da-highscore.html">i18n.kde.org/stats/gui/da-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=da">i18n.kde.org/stats/doc/index.php?team=da</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- German -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="de">de</A></TH> 
+                        <TH ALIGN="LEFT">German team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:thd@kde.org">Thomas Diehl</A>
+                                        (GUI and documentation)<BR><A HREF="mailto:malte@knoerr.escape.de">Malte
+                                        Kn&ouml;rr</A> (web site)</LI> 
+                                 <LI>mailing lists: There are separate KDE and web translation
+                                        lists. To get on the KDE translation list (GUI and documentation) send mail
+                                        with "subscribe" in the subject line to
+                                        <A HREF="mailto:kde-i18n-de-request@kde.org">kde-i18n-de-request@kde.org</A>.
+                                        <BR>To get on the web site translation list send mail with "subscribe" in the
+                                        subject line to <A
+                                        HREF="mailto:www-de-request@kde.org">www-de-request@kde.org</A> </LI> 
+                                 <LI>team web site: <A HREF="de/">i18n.kde.org/teams/de/</A></LI> 
+                                 <LI>user web site:
+                                        <A
+                                         HREF="http://www.kde.org/international/germany/">www.kde.org/international/germ
+                                        any/</A></LI> 
+                                 <LI>web forum: <A
+                                        HREF="http://www.dtp-service.com/discus_d">www.dtp-service.com/discus_d/</A>
+                                        </LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-de.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-de.tar.bz2</A>
+                                        <BR> (size:&nbsp; 7.6M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/de.messages.bz2">i18n.kde.org/po_overview/de.messages.bz2</A>
+                                        <BR> (size:&nbsp; 1.3M)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/de-highscore.html">i18n.kde.org/stats/gui/de-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=de">i18n.kde.org/stats/doc/index.php?team=de</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Greek -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="el">el</A></TH> 
+                        <TH ALIGN="LEFT">Greek team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:el97146@mail.ntua.gr">Dimitris Kamenopoulos</A></LI> 
+                                 <LI>mailing list: kdei18ngr@hellug.gr (to subscribe send mail to
+                                        <A HREF="mailto:majordomo@hellug.gr">majordomo@hellug.gr</A> with "subscribe
+                                        kdei18ngr" in the message body)</LI> 
+                                 <LI>web site: <A HREF="el/">i18n.kde.org/teams/el/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-el.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-el.tar.bz2</A><BR>
+                                        (size:&nbsp; 934k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/el.messages.bz2">i18n.kde.org/po_overview/el.messages.bz2</A>
+                                        <BR> (size:&nbsp;   8k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/el-highscore.html">i18n.kde.org/stats/gui/el-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- British English -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="en_GB">en_GB</A></TH> 
+                        <TH ALIGN="LEFT">British English Team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s):
+                                        <A HREF="mailto:anarchist_tomato@herzeleid.net">John Knight</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-en_GB.tar.b
+z2">i18n.kde.org/translation_archive/kde-i18n-en_GB.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.6M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/en_GB.messages.bz2">i18n.kde.org/po_overview/en_GB.message
+                                        s.bz2</A><BR> (size:&nbsp; 466k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/highscore-en_GB.html">i18n.kde.org/stats/gui/highscore-en_GB
+                                        .html</A></LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Esperanto -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="eo">eo</A></TH> 
+                        <TH ALIGN="LEFT">Esperanto team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:wolfram@steloj.de">Wolfram Diestel</A></LI> 
+                                 <LI>mailing list on translating Linux/GNU-applications (not
+                                        focussed on KDE): eo@li.org; send mail to <A HREF="mailto:majordomo@li.org">
+                                        majordomo@li.org</A> with "subscribe&nbsp;eo" in the message body</LI> 
+                                 <LI>web site:
+                                        <A
+                                         HREF="http://www.uni-leipzig.de/esperanto/material/kde/kde.html">www.uni-leipzi
+                                        g.de/esperanto/material/kde/kde.html</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-eo.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-eo.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.4M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/eo.messages.bz2">i18n.kde.org/po_overview/eo.messages.bz2</A>
+                                        <BR> (size:&nbsp; 414k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/eo-highscore.html">i18n.kde.org/stats/gui/eo-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Spanish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="es">es</A></TH> 
+                        <TH ALIGN="LEFT">Spanish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinators: <A HREF="mailto:jaime@kde.org">Jaime
+                                        Robles</A></LI> 
+                                 <LI>mailing list: send message to
+                                        <A HREF="mailto:majordomo@kybs.de">majordomo@kybs.de</A> with the words
+                                        "subscribe kde-es" in the body</LI> 
+                                 <LI>web site: <A HREF="es/">i18n.kde.org/teams/es/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-es.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-es.tar.bz2</A><BR>
+                                        (size:&nbsp; 4.2M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/es.messages.bz2">i18n.kde.org/po_overview/es.messages.bz2</A>
+                                        <BR> (size:&nbsp;  38k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/es-highscore.html">i18n.kde.org/stats/gui/es-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=es">i18n.kde.org/stats/doc/index.php?team=es</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Estonian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="et">et</A></TH> 
+                        <TH ALIGN="LEFT">Estonian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:hasso@estpak.ee">Hasso
+                                        Tepper</A></LI> 
+                                 <LI>mailing list: linux-ee@eenet.ee (for subscription send mail
+                                        to <A HREF="mailto:listproc@lists.edu.ee">listproc@lists.edu.ee</A> with body
+                                        "subscribe linux-ee firstname lastname")</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-et.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-et.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.6M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/et.messages.bz2">i18n.kde.org/po_overview/et.messages.bz2</A><BR>
+                                        (size:&nbsp; 506k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/et-highscore.html">i18n.kde.org/stats/gui/et-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Basque -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="eu">eu</A></TH> 
+                        <TH ALIGN="LEFT">Basque team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:marcos@euskal-linux.org">Marcos Goienetxe</A></LI> 
+                                 <LI>mailing list: send mail with "subscribe" in the subject line
+                                        to: <A
+                                        HREF="mailto:linux-eu-request@chanae.alphanet.ch">linux-eu-request@chanae.alphanet.c</A>
+                                        </LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.eu.euskal-linux.org/">kde.eu.euskal-linux.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-eu.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-eu.tar.bz2</A><BR>
+                                        (size:&nbsp; 567k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/eu.messages.bz2">i18n.kde.org/po_overview/eu.messages.bz2</A><BR>
+                                        (size:&nbsp;  86k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/eu-highscore.html">i18n.kde.org/stats/gui/eu-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Farsi -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="fa">fa</A></TH> 
+                        <TH ALIGN="LEFT">Farsi (Persian) team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:a.zeini@iranlaico.com">Arash
+                                        Zeini</A></LI> 
+                                 <LI>mailing list: subscribe via
+                                        <A
+                                         HREF="http://lists.sharif.edu/mailman/listinfo/farsikde/">lists.sharif.edu/mailman/listinfo/farsikde</A></LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://www.farsikde.com/">www.farsikde.com</A></LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Finnish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="fi">fi</A></TH> 
+                        <TH ALIGN="LEFT">Finnish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:kim.enkovaara@iki.fi">Kim
+                                        Enkovaara</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde-i18n-fi.sourceforge.net">kde-i18n-fi.sourceforge.net</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-fi.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-fi.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/fi.messages.bz2">i18n.kde.org/po_overview/fi.messages.bz2</A><BR>
+                                        (size:&nbsp;  86k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/fi-highscore.html">i18n.kde.org/stats/gui/fi-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Faroese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="fo">fo</A></TH> 
+                        <TH ALIGN="LEFT">Faroese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:a-nielsen@post.olivant.fo">Aki Nielsen</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="fr">fr</A></TH> 
+                        <TH ALIGN="LEFT">French team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <BR> <A
+                                        HREF="mailto:cousin@in2p3.fr">Thibaut Cousin</A> (GUI translation)<BR>
+                                        <A HREF="mailto:ludovic.grossard@libertysurf.fr">Ludovic Grossard</A>
+                                        (documentation translation)<BR> <A HREF="mailto:tells@mygale.com">Serge
+                                        'Sergio' Tellene</A> (web server translation).</LI> 
+                                 <LI>mailing list: send an empty mail to
+                                        <A
+                                         HREF="mailto:kde-francophone-subscribe@kde.org">kde-francophone-subscribe@kde.org</A>
+                                        </LI> 
+                                 <LI>team web site: <A
+                                        HREF="http://i18n.kde.org/teams/fr/">i18n.kde.org/teams/fr/</A></LI> 
+                                 <LI>user web site: <A
+                                        HREF="http://www.kde.org/fr/">www.kde.org/fr</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-fr.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-fr.tar.bz2</A><BR>
+                                        (size:&nbsp; 6.9M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/fr.messages.bz2">i18n.kde.org/po_overview/fr.messages.bz2</A><BR>
+                                        (size:&nbsp;  26k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/fr-highscore.html">i18n.kde.org/stats/gui/fr-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=fr">i18n.kde.org/stats/doc/index.php?team=fr</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Irish Gaelic-->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ga">ga</A></TH> 
+                        <TH ALIGN="LEFT">Irish Gaelic team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:soc@users.sourceforge.net">Sean V. Kelley</A></LI> 
+                                 <LI>mailing list: see
+                                        <A
+                                         HREF="http://lists.sourceforge.net/mailman/listinfo/gaeilge-gnulinux">lists.sourceforge.net/mailman/listinfo/gaeilge-gnulinux</A></LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://gaeilge.sourceforge.net/">gaeilge.sourceforge.net</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ga.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ga.tar.bz2</A><BR>
+                                        (size:&nbsp; 218k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ga.messages.bz2">i18n.kde.org/po_overview/ga.messages.bz2</A><BR>
+                                        (size:&nbsp;   2k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ga-highscore.html">i18n.kde.org/stats/gui/ga-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Gujarati -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT">gl</TH> 
+                        <TH ALIGN="LEFT">Gallegan team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:lodoss@gpul.org">Alejandro
+                                        Pose Rey</A>, <A HREF="mailto:jba@pobox.com">Jes&uacute;s Bravo
+                                        &Aacute;lvarez</A></LI> 
+                                 <LI>mailing list: trasno@ceu.fi.udc.es (for information about how
+                                        to subscribe, visit <A
+                                        HREF="http://trasno.gpul.org/axuda/lista.php">trasno.gpul.org/axuda/lista.php</A>)</LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://trasno.gpul.org/kde/">trasno.gpul.org/kde/</A></LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/gl.messages.bz2">i18n.kde.org/po_overview/gl.messages.bz2</A><BR>
+                                        (size:&nbsp;  64k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/gl-highscore.html">i18n.kde.org/stats/gui/gl-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="gu">gu</A></TH> 
+                        <TH ALIGN="LEFT">Gujarati team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:apu@freeos.com">Apu
+                                        Shah</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="he">he</A></TH> 
+                        <TH ALIGN="LEFT">Hebrew team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:livne@kde.org">Meni
+                                        Livne</A></LI> 
+                                 <LI>mailing list: <A
+                                        HREF="http://groups.yahoo.com/group/kde-il/">groups.yahoo.com/group/kde-il</A></LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://www.kde.org/il/hebrew/ ">www.kde.org/il/hebrew</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-he.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-he.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/he.messages.bz2">i18n.kde.org/po_overview/he.messages.bz2</A><BR>
+                                        (size:&nbsp; 381k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/he-highscore.html">i18n.kde.org/stats/gui/he-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Hindi -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="hi">hi</A></TH> 
+                        <TH ALIGN="LEFT">Hindi team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:harshkumar@vsnl.com">Harsh
+                                        Kumar</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="hr">hr</A></TH> 
+                        <TH ALIGN="LEFT">Croatian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s):
+                                        <A HREF="http://www.linux.hr/~vkosturj/mail.php">Vlatko Kosturjak</A></LI> 
+                                 <LI>mailing list: send mail to
+                                        <A
+                                         HREF="mailto:lokalizacija-subscribe@linux.hr">lokalizacija-subscribe@linux.hr</A>
+                                        </LI> 
+                                 <LI>web site: <A
+                                        HREF="http://lokalizacija.linux.hr/kde/">lokalizacija.linux.hr/kde/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-hr.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-hr.tar.bz2</A><BR>
+                                        (size:&nbsp; 894k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/hr.messages.bz2">i18n.kde.org/po_overview/hr.messages.bz2</A><BR>
+                                        (size:&nbsp; 143k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/hr-highscore.html">i18n.kde.org/stats/gui/hr-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Hungarian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="hu">hu</A></TH> 
+                        <TH ALIGN="LEFT">Hungarian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:miketkf@yahoo.com">Marcell
+                                        Lengyel</A></LI> 
+                                 <LI>mailing list: kde-lista@sophia.jpte.hu (to get in send mail
+                                        with "subscribe" in the body to
+                                        <A
+                                         HREF="mailto:kde-lista-request@sophia.jpte.hu">kde-lista-request@sophia.jpte.hu</A>)</LI>
+                                 
+                                 <LI>web site: <A HREF="http://www.kde.hu/">www.kde.hu</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-hu.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-hu.tar.bz2</A><BR>
+                                        (size:&nbsp; 2.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/hu.messages.bz2">i18n.kde.org/po_overview/hu.messages.bz2</A><BR>
+                                        (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/hu-highscore.html">i18n.kde.org/stats/gui/hu-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=hu">i18n.kde.org/stats/doc/index.php?team=hu</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Indonesian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="id">id/ind</A></TH> 
+                        <TH ALIGN="LEFT">Indonesian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s):
+                                        <A HREF="mailto:made@nakula.rvs.uni-bielefeld.de">I Made Wiryana</A>,
+                                        <A HREF="mailto:haris@trustix.com">Haris Fauzi</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://merdeka.trustix.co.id/kde/">merdeka.trustix.co.id/kde</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ind.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ind.tar.bz2</A>
+                                        <BR> (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ind.messages.bz2">i18n.kde.org/po_overview/ind.messages.bz2</A><BR>
+                                        (size:&nbsp; 390k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ind-highscore.html">i18n.kde.org/stats/gui/ind-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Icelandic -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="is">is</A></TH> 
+                        <TH ALIGN="LEFT">Icelandic team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A HREF="mailto:logir@logi.org">Logi
+                                        Ragnarsson</A>, <A HREF="mailto:thori@mindspring.com">Thorarinn R.
+                                        Einarsson</A>, <A HREF="mailto:bre@mmedia.is">Bjarni R. Einarsson</A></LI> 
+                                 <LI>mailing list: kde-isl@mmedia.is (no subscription info
+                                        available yet)</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.is.kde.org/">www.is.kde.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-is.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-is.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.2M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/is.messages.bz2">i18n.kde.org/po_overview/is.messages.bz2</A><BR>
+                                        (size:&nbsp;   1k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/is-highscore.html">i18n.kde.org/stats/gui/is-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+
+<!-- Italian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="it">it</A></TH> 
+                        <TH ALIGN="LEFT">Italian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:rizzi@kde.org">Andrea
+                                        Rizzi</A></LI> 
+                                 <LI>mailing list: send mail with "subscribe" in the subject line
+                                        to: <A
+                                        HREF="mailto:kde-i18n-it-request@kde.org">kde-i18n-it-request@kde.org</A></LI> 
+                                 <LI>web site: <A
+                                        HREF="it/index.html">i18n.kde.org/teams/it/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-it.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-it.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.8M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/it.messages.bz2">i18n.kde.org/po_overview/it.messages.bz2</A>
+                                        <BR> (size:&nbsp; 520k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/it-highscore.html">i18n.kde.org/stats/gui/it-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=it">i18n.kde.org/stats/doc/index.php?team=it</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Japanese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ja">ja</A></TH> 
+                        <TH ALIGN="LEFT">Japanese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:tklab@pa3.so-net.ne.jp">Taiki
+                                        Komoda</A></LI> 
+                                 <LI>mailing list: send mail to
+                                        <A HREF="mailto:Kuser-ctl@kde.gr.jp">Kuser-ctl@kde.gr.jp</A> with "subscribe"
+                                        in the message body.</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.kde.gr.jp/">www.kde.gr.jp</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ja.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ja.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ja.messages.bz2">i18n.kde.org/po_overview/ja.messages.bz2</A><BR>
+                                        (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ja-highscore.html">i18n.kde.org/stats/gui/ja-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=ja">i18n.kde.org/stats/doc/index.php?team=ja</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Khmer/Cambodian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="km">km</A></TH> 
+                        <TH ALIGN="LEFT">Khmer (Cambodian) team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:kcra@sanetech.com">Neang,
+                                        Savun</A></LI> 
+                                 <LI>mailing list: kdelist@khmermp3.com (no subscription info
+                                        available yet)</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.khmermp3.com/">kde.khmermp3.com</A></LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Korean -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ko">ko</A></TH> 
+                        <TH ALIGN="LEFT">Korean team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:tody@mizi.com">KIM
+                                        KyungHeon</A></LI> 
+                                 <LI>mailing list: kde-i18n@kldp.org (use the web page at
+                                        <A
+                                         HREF="http://list.kldp.org/mailman/listinfo/kde-i18n/">list.kldp.org/mailman/listinfo/kde-i18n/</A>
+                                        to subscribe)</LI> 
+                                 <LI>team web site: <A
+                                        HREF="http://www.kde.or.kr/">www.kde.or.kr</A><A
+                                        HREF="http://www.kde.or.kr/"></A></LI> 
+                                 <LI>user web site: <A
+                                        HREF="http://kde.kldp.org/">kde.kldp.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ko.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ko.tar.bz2</A><BR>
+                                        (size:&nbsp; 991k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ko.messages.bz2">i18n.kde.org/po_overview/ko.messages.bz2</A><BR>
+                                        (size:&nbsp;  10k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ko-highscore.html">i18n.kde.org/stats/gui/ko-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Kurdish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ku">kur</A></TH> 
+                        <TH ALIGN="LEFT">Kurdish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A HREF="mailto:kde-ku@pispor.com">Abou
+                                        Gerdi</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-kur.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-kur.tar.bz2</A>
+                                        <BR> (size:&nbsp; 232k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/kur.messages.bz2">i18n.kde.org/po_overview/kur.messages.bz2</A><BR>
+                                        (size:&nbsp;  33k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/kur-highscore.html">i18n.kde.org/stats/gui/kur-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="lt">lt</A></TH> 
+                        <TH ALIGN="LEFT">Lithuanian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:rch@richard.eu.org">Richard
+                                        Cepas</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-lt.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-lt.tar.bz2</A><BR>
+                                        (size:&nbsp; 948k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/lt.messages.bz2">i18n.kde.org/po_overview/lt.messages.bz2</A><BR>
+                                        (size:&nbsp; 270k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/lt-highscore.html">i18n.kde.org/stats/gui/lt-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Latvian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT">lv</TH> 
+                        <TH ALIGN="LEFT">Latvian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:andris.m@delfi.lv">Andris
+                                        Maziks</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --<BR></LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/lv.messages.bz2">i18n.kde.org/po_overview/lv.messages.bz2</A><BR>
+                                        (size:&nbsp; 247k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/lv-highscore.html">i18n.kde.org/stats/gui/lv-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT">mi</TH> 
+                        <TH ALIGN="LEFT">Maori team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <B>unmaintained</B></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-mi.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-mi.tar.bz2</A><BR>
+                                        (size:&nbsp; 230k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/mi.messages.bz2">i18n.kde.org/po_overview/mi.messages.bz2</A><BR>
+                                        (size:&nbsp;   9k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/mi-highscore.html">i18n.kde.org/stats/gui/mi-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Macedonian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="mk">mk</A></TH> 
+                        <TH ALIGN="LEFT">Macedonian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:danko@mindless.com">Danko
+                                        Ilik</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://slavej.pmf.ukim.edu.mk/">slavej.pmf.ukim.edu.mk</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-mk.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-mk.tar.bz2</A><BR>
+                                        (size:&nbsp; 700k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/mk.messages.bz2">i18n.kde.org/po_overview/mk.messages.bz2</A><BR>
+                                        (size:&nbsp; 122k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/mk-highscore.html">i18n.kde.org/stats/gui/mk-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Marathi -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="mr">mr</A></TH> 
+                        <TH ALIGN="LEFT">Marathi team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:palkar@poboxes.com">Rahul
+                                        Palkar</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Maltese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="mt">mt</A></TH> 
+                        <TH ALIGN="LEFT">Maltese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:rcasha@waldonet.net.mt">Ramon
+                                        Casha</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Dutch -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="nl">nl</A></TH> 
+                        <TH ALIGN="LEFT">Dutch team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A HREF="mailto:rinse@kde.nl">Rinse de
+                                        Vries</A>, see also contact list at <A
+                                        HREF="http://www.kde.nl/nl/contact.html">www.kde.nl/nl/contact.html</A></LI> 
+                                 <LI>mailing list: i18n@kde.nl (send an empty message to
+                                        <A HREF="mailto:kde-nl-subscribe@egroups.com">kde-nl-subscribe@egroups.com</A>
+                                        to subscribe)</LI> 
+                                 <LI>mailing list archive:
+                                        <A HREF="http://www.egroups.com/group/kde-nl/">www.egroups.com/group/kde-nl</A>
+                                        </LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.kde.nl/nl/">www.kde.nl/nl</A></LI> 
+                                 <LI>user web site: <A
+                                        HREF="http://www.kde.nl/">www.kde.nl</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-nl.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-nl.tar.bz2</A><BR>
+                                        (size:&nbsp; 2.8M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/nl.messages.bz2">i18n.kde.org/po_overview/nl.messages.bz2</A><BR>
+                                        (size:&nbsp; 741k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/nl-highscore.html">i18n.kde.org/stats/gui/nl-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=nl">i18n.kde.org/stats/doc/index.php?team=nl</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Norwegian/Bokmaal -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="no">no</A></TH> 
+                        <TH ALIGN="LEFT">Norwegian (Bokm&aring;l) team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:number1@realityx.net">Christian A. Str&oslash;mmen</A></LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-no.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-no.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/no.messages.bz2">i18n.kde.org/po_overview/no.messages.bz2</A><BR>
+                                        (size:&nbsp;  89k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/no-highscore.html">i18n.kde.org/stats/gui/no-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Norwegian/Nynorsk -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="no_NY">no_NY</A></TH> 
+                        <TH ALIGN="LEFT">Norwegian (Nynorsk) team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:gaute@verdsveven.com">Gaute
+                                        Hvoslef Kvalnes</A></LI> 
+                                 <LI>web site: <A
+                                        HREF="http://i18n.kde.org/teams/no_NY/">i18n.kde.org/teams/no_NY</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-no_NY.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-no_NY.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.6M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/no_NY.messages.bz2">i18n.kde.org/po_overview/no_NY.messages.bz2</A><BR>
+                                        (size:&nbsp; 466k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/no_NY-highscore.html">i18n.kde.org/stats/gui/no_NY-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Occitan -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="oc">oc</A></TH> 
+                        <TH ALIGN="LEFT">Occitan team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:laborde@crpp.u-bordeaux.fr">Joan Luc Lab&ograve;rda</A></LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-oc.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-oc.tar.bz2</A><BR>
+                                        (size:&nbsp; 306k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/oc.messages.bz2">i18n.kde.org/po_overview/oc.messages.bz2</A><BR>
+                                        (size:&nbsp;  34k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/oc-highscore.html">i18n.kde.org/stats/gui/oc-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="pl">pl</A></TH> 
+                        <TH ALIGN="LEFT">Polish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s):
+                                        <A HREF="mailto:jacek@mer.chemia.polsl.gliwice.pl">Jacek Stolarczyk</A></LI> 
+                                 <LI>mailing list: kde-transl@mer.chemia.polsl.gliwice.pl (to
+                                        subscribe send an empty mail to
+                                        <A
+                                         HREF="mailto:kde-transl-request@mer.chemia.polsl.gliwice.pl">kde-transl-request@mer.chemia.polsl.gliwice.pl</A>)</LI>
+                                 
+                                 <LI>web site:
+                                        <A
+                                         HREF="http://mer.chemia.polsl.gliwice.pl/kde/transl/">mer.chemia.polsl.gliwice.pl/kde/transl/</A></LI>
+                                 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-pl.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-pl.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.5M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/pl.messages.bz2">i18n.kde.org/po_overview/pl.messages.bz2</A><BR>
+                                        (size:&nbsp;  10k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/pl-highscore.html">i18n.kde.org/stats/gui/pl-highscore.html</A><BR>(more
+                                        info at <A
+                                        HREF="http://mer.chemia.polsl.gliwice.pl/kde/transl/pliki-po/">mer.chemia.polsl.gliwice.pl/kde/transl/pliki-po/</A>)</LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Portuguese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="pt">pt</A></TH> 
+                        <TH ALIGN="LEFT">Portuguese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:morais@kde.org">Pedro
+                                        Morais</A></LI> 
+                                 <LI>mailing list: kde@poli.org (for subscription send mail to
+                                        Pedro Morais)</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.poli.org/">kde.poli.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-pt.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-pt.tar.bz2</A><BR>
+                                        (size:&nbsp; 2.1M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/pt.messages.bz2">i18n.kde.org/po_overview/pt.messages.bz2</A><BR>
+                                        (size:&nbsp; 648k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/pt-highscore.html">i18n.kde.org/stats/gui/pt-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=pt">i18n.kde.org/stats/doc/index.php?team=pt</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Brazilian Portuguese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="pt_BR">pt_BR</A></TH> 
+                        <TH ALIGN="LEFT">Brazilian Portuguese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): 
+                                        <A HREF="mailto:maragato@kde.org">Roberto Teixeira</A></LI>
+                                 <LI>mailing list: ldp-br@bazar.conectiva.com.br (see the
+                                        <A HREF="http://ldp-br.conectiva.com.br/?lista">web site</A> for subscription
+                                        info)</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://ldp-br.conectiva.com.br">ldp-br.conectiva.com.br</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-pt_BR.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-pt_BR.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.4M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/pt_BR.messages.bz2">i18n.kde.org/po_overview/pt_BR.messages.bz2</A><BR>
+                                        (size:&nbsp;  28k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/pt_BR-highscore.html">i18n.kde.org/stats/gui/pt_BR-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Romanian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ro">ro</A></TH> 
+                        <TH ALIGN="LEFT">Romanian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:claudiuc@work.ro">Claudiu Costin</A>,
+                                        <A HREF="mailto:florin@bnv-bamberg.de">Florin Boariu</A></LI> 
+                                 <LI>mailing list: See
+                                        <A HREF="http://www.egroups.com/group/ro-kde/">www.egroups.com/group/ro-kde</A>
+                                        </LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.ro.kde.org/">www.ro.kde.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ro.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ro.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ro.messages.bz2">i18n.kde.org/po_overview/ro.messages.bz2</A><BR>
+                                        (size:&nbsp; 422k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ro-highscore.html">i18n.kde.org/stats/gui/ro-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: <A
+                                        HREF="../stats/doc/html/doc-ro.html">i18n.kde.org/stats/doc/html/doc-ro.html</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Russian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ru">ru</A></TH> 
+                        <TH ALIGN="LEFT">Russian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:mokhin@bog.msu.ru">Gregory
+                                        Mokhin</A></LI> 
+                                 <LI>mailing list: subscribe by visiting:
+                                        <A
+                                         HREF="http://maillist.mscom.ru/mailman/listinfo.cgi/kde-i18n/">maillist.mscom.ru/mailman/listinfo.cgi/kde-i18n/</A>
+                                        or by sending "subscribe" to
+                                        <A
+                                         HREF="mailto:kde-i18n-request@maillist.mscom.ru">kde-i18n-request@maillist.mscom.ru</A>.
+                                        Archives are available at
+                                        <A
+                                         HREF="http://maillist.mscom.ru/pipermail/kde-i18n/">maillist.mscom.ru/pipermail/kde-i18n/</A><A
+                                        HREF="http://maillist.mscom.ru/pipermail.cgi/kde-i18n"></A></LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ru.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ru.tar.bz2</A><BR>
+                                        (size:&nbsp; 2.3M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ru.messages.bz2">i18n.kde.org/po_overview/ru.messages.bz2</A><BR>
+                                        (size:&nbsp; 696k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ru-highscore.html">i18n.kde.org/stats/gui/ru-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=ru">http://i18n.kde.org/stats/doc/index.php?team=ru</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Slovak -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="sk">sk</A></TH> 
+                        <TH ALIGN="LEFT">Slovak team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:bednar@isternet.sk">Juraj
+                                        Bednar</A></LI> 
+                                 <LI>mailing list: subscribe via:
+                                        <A
+                                         HREF="http://rak.isternet.sk/mailman/listinfo/sk-i18n/">rak.isternet.sk/mailman/listinfo/sk-i18n</A>
+                                        or by sending "subscribe" to <A
+                                        HREF="mailto:sk-i18n-request@rak.isternet.sk">sk-i18n-request@rak.isternet.sk</A>.
+                                        Archives are available at <A
+                                        HREF="http://rak.isternet.sk/pipermail/sk-i18n/">rak.isternet.sk/pipermail/sk-i18n</A>.</LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://ski18n.linux.sk/">ski18n.linux.sk</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-sk.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-sk.tar.bz2</A><BR>
+                                        (size:&nbsp; 3.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/sk.messages.bz2">i18n.kde.org/po_overview/sk.messages.bz2</A><BR>
+                                        (size:&nbsp; 867k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/sk-highscore.html">i18n.kde.org/stats/gui/sk-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=sk">i18n.kde.org/stats/doc/index.php?team=sk</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Slovenian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="sl">sl</A></TH> 
+                        <TH ALIGN="LEFT">Slovenian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:roman.maurer@amis.net">Roman
+                                        Maurer</A></LI> 
+                                 <LI>mailing list:
+                                        <A HREF="http://www.lugos.si/delo/slo/lugos-slo.html">lugos-slo</A></LI> 
+                                 <LI>team web site: <A
+                                        HREF="http://i18n.kde.org/teams/sl/">i18n.kde.org/teams/sl/</A></LI> 
+                                 <LI>user web site: <A
+                                        HREF="http://www.lugos.si/delo/slo/KDE-sl/">www.lugos.si/delo/slo/KDE-sl/</A></LI>
+                                 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-sl.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-sl.tar.bz2</A><BR>
+                                        (size:&nbsp; 5.1M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/sl.messages.bz2">i18n.kde.org/po_overview/sl.messages.bz2</A><BR>
+                                        (size:&nbsp; 1.0M)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/sl-highscore.html">i18n.kde.org/stats/gui/sl-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=sl">i18n.kde.org/stats/doc/index.php?team=sl</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Serbian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="sr">sr</A></TH> 
+                        <TH ALIGN="LEFT">Serbian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:roske@mainstream.co.yu">Marko Rosic</A>,
+                                        <A HREF="mailto:twiddle@EUnet.yu">Slobodan Markovic</A></LI> 
+                                 <LI>mailing list: send an empty mail to
+                                        <A HREF="mailto:kde-yu-subscribe@egroups.com">kde-yu-subscribe@egroups.com</A>
+                                        </LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.kde.org.yu/">www.kde.org.yu</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-sr.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-sr.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.1M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/sr.messages.bz2">i18n.kde.org/po_overview/sr.messages.bz2</A><BR>
+                                        (size:&nbsp; 282k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/sr-highscore.html">i18n.kde.org/stats/gui/sr-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: <A
+                                        HREF="../stats/doc/html/doc-sr.html">i18n.kde.org/stats/doc/html/doc-sr.html</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Swedish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="sv">sv</A></TH> 
+                        <TH ALIGN="LEFT">Swedish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:awl@hem.passagen.se">Anders
+                                        Widell</A>, <A HREF="mailto:backstrom@kde.org">Karl Backstr&ouml;m</A></LI> 
+                                 <LI>mailing list:
+                                        <A
+                                         HREF="http://lists.lysator.liu.se/mailman/listinfo/swedoc">http://lists.lysator.liu.se/mailman/listinfo/swedoc</A></LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://i18n.kde.org/teams/sv/">i18n.kde.org/teams/sv/</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-sv.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-sv.tar.bz2</A><BR>
+                                        (size:&nbsp; 4.9M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/sv.messages.bz2">i18n.kde.org/po_overview/sv.messages.bz2</A><BR>
+                                        (size:&nbsp; 1.4M)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/sv-highscore.html">i18n.kde.org/stats/gui/sv-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics:
+                                        <A
+                                         HREF="http://i18n.kde.org/stats/doc/index.php?team=sv&date=2001-08-13">i18n.kde.org/stats/doc/index.php?team=sv&amp;date=2001-08-13</A></LI>
+                                 
+                               </UL></TD> 
+                 </TR>
+<!-- Tamil -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="ta">ta</A></TH> 
+                        <TH ALIGN="LEFT">Tamil team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:sshanmu@yahoo.com">Sivakumar
+                                        Shanmugasundaram</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.tamillinux.org/">www.tamillinux.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-ta.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-ta.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.0M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/ta.messages.bz2">i18n.kde.org/po_overview/ta.messages.bz2</A><BR>
+                                        (size:&nbsp; 293k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/ta-highscore.html">i18n.kde.org/stats/gui/ta-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Tajik -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="tg">tg</A></TH> 
+                        <TH ALIGN="LEFT">Tajik team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s):
+                                        <A HREF="mailto:rkovacs@khujandcomptech.dyn.tj">Roger Kovacs</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://www.khujandcomptech.dyn.tj/">www.khujandcomptech.dyn.tj</A></LI> 
+                                 <LI>.po and doc archive:--</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="th">th</A></TH> 
+                        <TH ALIGN="LEFT">Thai team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:oneall1@yahoo.com">Thaweesak
+                                        Taekratok</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: --</LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-th.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-th.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.1M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/th.messages.bz2">i18n.kde.org/po_overview/th.messages.bz2</A><BR>
+                                        (size:&nbsp;   1k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/th-highscore.html">i18n.kde.org/stats/gui/th-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Turkish -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="tr">tr</A></TH> 
+                        <TH ALIGN="LEFT">Turkish team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:gorkem@gelecek.com.tr">Gorkem
+                                        Cetin</A></LI> 
+                                 <LI>mailing list: kde-i18n-tr@kde.org (to get in send mail with
+                                        "subscribe" in the subject line to <A
+                                        HREF="mailto:kde-i18n-tr-request@kde.org">kde-i18n-tr-request@kde.org</A>)</LI>
+                                 
+                                 <LI>web site: <A HREF="tr/">www.tr.i18n.kde.org</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-tr.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-tr.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/tr.messages.bz2">i18n.kde.org/po_overview/tr.messages.bz2</A><BR>
+                                        (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/tr-highscore.html">i18n.kde.org/stats/gui/tr-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Ukrainian -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="uk">uk</A></TH> 
+                        <TH ALIGN="LEFT">Ukrainian team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:mike@LITech.lviv.ua">Mike
+                                        Futerko</A>, <A HREF="mailto:arysin@yahoo.com">Andy Rysin</A></LI> 
+                                 <LI>mailing list: linux@linux.org.ua (to get in send mail with
+                                        "subscribe linux your_address" to <A
+                                        HREF="mailto:majordomo@linux.org.ua">majordomo@linux.org.ua</A>)</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://kde.alphadiz.com/">kde.alphadiz.com</A><A
+                                        HREF="http://dict.linux.org.ua/kde2/"></A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-uk.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-uk.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.4M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/uk.messages.bz2">i18n.kde.org/po_overview/uk.messages.bz2</A><BR>
+                                        (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/uk-highscore.html">i18n.kde.org/stats/gui/uk-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Vietnamese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="uk">vi</A></TH> 
+                        <TH ALIGN="LEFT">Vietnamese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A HREF="mailto:hung@vnlinux.org">Nguyen
+                                        Hung.Vu</A></LI> 
+                                 <LI>mailing list: to subcribe send email to:
+                                        <A
+                                         HREF="mailto:KDE-i18n-VN-subscribe@yahoogroups.com">KDE-i18n-VN-subscribe@yahoogroups.com</A><BR>to
+                                        unsubscribe send email to: KDE-i18n-VN-unsubscribe@yahoogroups.com<BR>to post a
+                                        message send email to: KDE-i18n-VN@yahoogroups.com</LI> 
+                                 <LI>web site:
+                                        <A
+                                         HREF="http://groups.yahoo.com/group/KDE-i18n-VN/">groups.yahoo.com/group/KDE-i18n-VN</A></LI>
+                                 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Walloon -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="wa">wa</A></TH> 
+                        <TH ALIGN="LEFT">Walloon team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinators: <B>unmaintained</B> (former maintainer:
+                                        <A HREF="mailto:LorintHendschel@skynet.be">Lorint Hendschel</A>)</LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://users.skynet.be/bs302306/linux/">users.skynet.be/bs302306/linux/</A></LI>
+                                 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-wa.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-wa.tar.bz2</A><BR>
+                                        (size:&nbsp; 471k)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/wa.messages.bz2">i18n.kde.org/po_overview/wa.messages.bz2</A><BR>
+                                        (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/wa-highscore.html">i18n.kde.org/stats/gui/wa-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Xhosa -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="zh_CN.GB2312">xh</A></TH> 
+                        <TH ALIGN="LEFT">Xhosa team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>team coordinator(s): <A
+                                        HREF="mailto:dwayne@translate.org.za">Dwayne Bailey</A></LI> 
+                                 <LI>mailing list: --</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://translate.org.za/">translate.org.za</A></LI> 
+                                 <LI>.po and doc archive: --</LI> 
+                                 <LI>.po messages translated: --</LI> 
+                                 <LI>.po files in need of a revision: --</LI> 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Simplified Chinese -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="zh_CN.GB2312">zh_CN.GB2312</A></TH> 
+                        <TH ALIGN="LEFT">Simplified Chinese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A HREF="mailto:lark@linux.net.cn">Wang
+                                        Jian</A></LI> 
+                                 <LI>mailing list: i18n-translation@lists.linux.net.cn (for
+                                        subscription send email with body set to one line "subscribe i18n-translation"
+                                        <A HREF="mailto:sympa@lists.linux.net.cn">sympa@lists.linux.net.cn</A> or visit
+                                        <A
+                                         HREF="http://lists.linux.net.cn/wws/subscribe/i18n-translation/">lists.linux.net.cn/wws/subscribe/i18n-translation</A>)</LI>
+                                 
+                                 <LI>web site: <A
+                                        HREF="http://i18n.linux.net.cn/">i18n.linux.net.cn</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A
+                                         HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-zh_CN.GB2312.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-zh_CN.GB2312.tar.bz2</A><BR>
+                                        (size:&nbsp; 1.3M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A
+                                         HREF="../po_overview/zh_CN.GB2312.messages.bz2">i18n.kde.org/po_overview/zh_CN.GB2312.messages.bz2</A><BR>
+                                        (size:&nbsp; 326k)</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/zh_CN.GB2312-highscore.html">i18n.kde.org/stats/gui/zh_CN.GB2312-highscore.html</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR>
+<!-- Chinese BIG5 -->
+                 <TR BGCOLOR="#C8C8FF"> 
+                        <TH ALIGN="LEFT"><A NAME="zh_TW.Big5">zh_TW.Big5</A></TH> 
+                        <TH ALIGN="LEFT">Traditional Chinese team</TH> 
+                 </TR> 
+                 <TR> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF">&nbsp;</TD> 
+                        <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> 
+                               <UL TYPE="SQUARE"> 
+                                 <LI>coordinator(s): <A
+                                        HREF="mailto:kenduest@i18n.linux.org.tw">Kenduest Lee</A></LI> 
+                                 <LI>mailing list: zh-l10n@linux.org.tw (Send email to
+                                        <A HREF="mailto:majordomo@linux.org.tw">majordomo@linux.org.tw</A> with mail
+                                        body "subscribe zh-l10n")</LI> 
+                                 <LI>web site: <A
+                                        HREF="http://i18n.linux.org.tw/">i18n.linux.org.tw</A></LI> 
+                                 <LI>.po and doc archive:
+                                        <A HREF="ftp://ftp.kde.org/pub/kde/snapshots/current/kde-i18n/kde-i18n-zh_T
+W.Big5.tar.bz2">i18n.kde.org/translation_archive/kde-i18n-
+                                        zh_TW.Big5.tar.bz2</A><BR> (size:&nbsp; 1.7M)</LI> 
+                                 <LI>.po messages translated:
+                                        <A HREF="../po_overview/zh_TW_Big5.messages.bz2">i18n.kde.org/po_overview/zh_TW
+                                        .Big5.messages.bz2</A><BR> (size:&nbsp;[an error occurred while processing this directive])</LI> 
+                                 <LI>.po files in need of a revision:
+                                        <A
+                                         HREF="../stats/gui/zh_TW.Big5-highscore.html">i18n.kde.org/stats/gui/zh_TW.Big5-highscore</A></LI>
+                                 
+                                 <LI>doc statistics: --</LI> 
+                               </UL></TD> 
+                 </TR> 
+               </TABLE></CENTER> 
+        <CENTER> <HR> <FONT SIZE="-1">Page maintained by
+               <A HREF="mailto:thd@kde.org">Thomas Diehl</A>. Last update 11 Oktober
+               2001</FONT></CENTER> </BODY>
+</HTML>
diff --git a/projects/KDE/teams.url b/projects/KDE/teams.url
new file mode 100644 (file)
index 0000000..0878d10
--- /dev/null
@@ -0,0 +1 @@
+http://i18n.kde.org/teams/index.shtml
diff --git a/projects/KDE/trigger b/projects/KDE/trigger
new file mode 100755 (executable)
index 0000000..90712d8
--- /dev/null
@@ -0,0 +1,29 @@
+#!/bin/sh
+# Test whether the current package is a KDE package.
+while true; do
+  if test -f configure.in; then
+    if grep '^KDE_' configure.in >/dev/null 2>&1 || \
+       grep '^AC_PATH_KDE' configure.in >/dev/null 2>&1 || \
+       grep '^AM_KDE_WITH_NLS' configure.in >/dev/null 2>&1 ; then
+      exit 0
+    fi
+    exit 1
+  fi
+  dir=`basename \`pwd\``
+  case "$dir" in
+    i18n)
+      # This directory name, used in GNU make, is not the top level directory.
+      ;;
+    *[A-Za-z]*[0-9]*)
+      # Reached the top level directory.
+      exit 1
+  esac
+  # Go to parent directory
+  last=`/bin/pwd`
+  cd ..
+  curr=`/bin/pwd`
+  if test "$last" = "$curr"; then
+    # Oops, didn't find the top level directory.
+    exit 1
+  fi
+done
diff --git a/projects/Makefile.am b/projects/Makefile.am
new file mode 100644 (file)
index 0000000..947e39f
--- /dev/null
@@ -0,0 +1,69 @@
+## Makefile for the projects subdirectory of the GNU NLS Utilities
+## Copyright (C) 2001 Free Software Foundation, Inc.
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+## Process this file with automake to produce Makefile.in.
+
+AUTOMAKE_OPTIONS = 1.2 gnits
+
+projectsdir = $(pkgdatadir)/projects
+
+PROJECTS = TP KDE GNOME
+SCRIPTFILES = team-address \
+       TP/trigger TP/team-address \
+       KDE/trigger KDE/team-address \
+       GNOME/trigger GNOME/team-address
+DATAFILES = index \
+       TP/teams.url TP/teams.html \
+       KDE/teams.url KDE/teams.html \
+       GNOME/teams.url GNOME/teams.html
+EXTRA_DIST = $(SCRIPTFILES) $(DATAFILES)
+
+install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+       @for p in $(PROJECTS); do \
+         echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
+         $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+       done
+       @for f in $(SCRIPTFILES); do \
+         echo "$(INSTALL_SCRIPT) $$f $(DESTDIR)$(projectsdir)/$$f"; \
+         $(INSTALL_SCRIPT) $$f $(DESTDIR)$(projectsdir)/$$f; \
+       done
+       @for f in $(DATAFILES); do \
+         echo "$(INSTALL_DATA) $$f $(DESTDIR)$(projectsdir)/$$f"; \
+         $(INSTALL_DATA) $$f $(DESTDIR)$(projectsdir)/$$f; \
+       done
+
+installdirs-local:
+       $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+       @for p in $(PROJECTS); do \
+         echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
+         $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+       done
+
+uninstall-local:
+       @for f in $(SCRIPTFILES); do \
+         echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \
+         $(RM) $(DESTDIR)$(projectsdir)/$$f; \
+       done
+       @for f in $(DATAFILES); do \
+         echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \
+         $(RM) $(DESTDIR)$(projectsdir)/$$f; \
+       done
+
+
+# One more automake bug.
+installdirs: installdirs-local
diff --git a/projects/Makefile.in b/projects/Makefile.in
new file mode 100644 (file)
index 0000000..9d294d0
--- /dev/null
@@ -0,0 +1,302 @@
+# Makefile.in generated automatically by automake 1.5 from Makefile.am.
+
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+# Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = @program_transform_name@
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+host_alias = @host_alias@
+host_triplet = @host@
+AMTAR = @AMTAR@
+AS = @AS@
+AWK = @AWK@
+BUILDJAVA = @BUILDJAVA@
+BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CLASSPATH = @CLASSPATH@
+CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@
+CROSS_COMPILING = @CROSS_COMPILING@
+CXX = @CXX@
+DATADIRNAME = @DATADIRNAME@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DVIPS = @DVIPS@
+ECHO = @ECHO@
+EMACS = @EMACS@
+EXEEXT = @EXEEXT@
+GENCAT = @GENCAT@
+GLIBC21 = @GLIBC21@
+GMSGFMT = @GMSGFMT@
+HAVE_GCJ = @HAVE_GCJ@
+HAVE_GIJ = @HAVE_GIJ@
+HAVE_JAVAC = @HAVE_JAVAC@
+HAVE_JAVA_JVM = @HAVE_JAVA_JVM@
+HAVE_JIKES = @HAVE_JIKES@
+HAVE_JRE = @HAVE_JRE@
+HAVE_JVIEW = @HAVE_JVIEW@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INSTOBJEXT = @INSTOBJEXT@
+INTLBISON = @INTLBISON@
+INTLLIBS = @INTLLIBS@
+INTLOBJS = @INTLOBJS@
+INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
+JAR = @JAR@
+JAVA = @JAVA@
+JAVAC = @JAVAC@
+LEX = @LEX@
+LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
+LIBICONV = @LIBICONV@
+LIBOBJS = @LIBOBJS@
+LIBTOOL = @LIBTOOL@
+LN_S = @LN_S@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PERL = @PERL@
+POSUB = @POSUB@
+RANLIB = @RANLIB@
+STDBOOL_H = @STDBOOL_H@
+STRIP = @STRIP@
+TESTJAVA = @TESTJAVA@
+TEXI2PDF = @TEXI2PDF@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+YACC = @YACC@
+aclocaldir = @aclocaldir@
+am__include = @am__include@
+am__quote = @am__quote@
+install_sh = @install_sh@
+lispdir = @lispdir@
+
+AUTOMAKE_OPTIONS = 1.2 gnits
+
+projectsdir = $(pkgdatadir)/projects
+
+PROJECTS = TP KDE GNOME
+SCRIPTFILES = team-address \
+       TP/trigger TP/team-address \
+       KDE/trigger KDE/team-address \
+       GNOME/trigger GNOME/team-address
+
+DATAFILES = index \
+       TP/teams.url TP/teams.html \
+       KDE/teams.url KDE/teams.html \
+       GNOME/teams.url GNOME/teams.html
+
+EXTRA_DIST = $(SCRIPTFILES) $(DATAFILES)
+subdir = projects
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+DIST_SOURCES =
+DIST_COMMON = Makefile.am Makefile.in
+all: all-am
+
+.SUFFIXES:
+
+mostlyclean-libtool:
+       -rm -f *.lo
+
+clean-libtool:
+       -rm -rf .libs _libs
+
+distclean-libtool:
+       -rm -f libtool
+$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
+       cd $(top_srcdir) && \
+         $(AUTOMAKE) --gnits  projects/Makefile
+Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+       cd $(top_builddir) && \
+         CONFIG_HEADERS= CONFIG_LINKS= \
+         CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
+uninstall-info-am:
+tags: TAGS
+TAGS:
+
+
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+top_distdir = ..
+distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
+
+distdir: $(DISTFILES)
+       $(mkinstalldirs) $(distdir)/GNOME $(distdir)/KDE $(distdir)/TP
+       @for file in $(DISTFILES); do \
+         if test -f $$file; then d=.; else d=$(srcdir); fi; \
+         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+           $(mkinstalldirs) "$(distdir)/$$dir"; \
+         fi; \
+         if test -d $$d/$$file; then \
+           cp -pR $$d/$$file $(distdir) \
+           || exit 1; \
+         else \
+           test -f $(distdir)/$$file \
+           || cp -p $$d/$$file $(distdir)/$$file \
+           || exit 1; \
+         fi; \
+       done
+check-am: all-am
+check: check-am
+all-am: Makefile
+
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+         `test -z '$(STRIP)' || \
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+       -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+       @echo "This command is intended for maintainers to use"
+       @echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+
+distclean-am: clean-am distclean-generic distclean-libtool
+
+dvi: dvi-am
+
+dvi-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-data-local
+
+install-exec-am:
+
+install-info: install-info-am
+
+install-man:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+uninstall-am: uninstall-info-am uninstall-local
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+       distclean distclean-generic distclean-libtool distdir dvi \
+       dvi-am info info-am install install-am install-data \
+       install-data-am install-data-local install-exec install-exec-am \
+       install-info install-info-am install-man install-strip \
+       installcheck installcheck-am installdirs maintainer-clean \
+       maintainer-clean-generic mostlyclean mostlyclean-generic \
+       mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
+       uninstall-local
+
+
+install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+       @for p in $(PROJECTS); do \
+         echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
+         $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+       done
+       @for f in $(SCRIPTFILES); do \
+         echo "$(INSTALL_SCRIPT) $$f $(DESTDIR)$(projectsdir)/$$f"; \
+         $(INSTALL_SCRIPT) $$f $(DESTDIR)$(projectsdir)/$$f; \
+       done
+       @for f in $(DATAFILES); do \
+         echo "$(INSTALL_DATA) $$f $(DESTDIR)$(projectsdir)/$$f"; \
+         $(INSTALL_DATA) $$f $(DESTDIR)$(projectsdir)/$$f; \
+       done
+
+installdirs-local:
+       $(mkinstalldirs) $(DESTDIR)$(projectsdir)
+       @for p in $(PROJECTS); do \
+         echo "$(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p"; \
+         $(mkinstalldirs) $(DESTDIR)$(projectsdir)/$$p; \
+       done
+
+uninstall-local:
+       @for f in $(SCRIPTFILES); do \
+         echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \
+         $(RM) $(DESTDIR)$(projectsdir)/$$f; \
+       done
+       @for f in $(DATAFILES); do \
+         echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \
+         $(RM) $(DESTDIR)$(projectsdir)/$$f; \
+       done
+
+# One more automake bug.
+installdirs: installdirs-local
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/projects/TP/team-address b/projects/TP/team-address
new file mode 100755 (executable)
index 0000000..0b95935
--- /dev/null
@@ -0,0 +1,61 @@
+#!/bin/sh
+# Print the team's address (to stdout) and output additional instructions
+# (to stderr).
+projectsdir="$1"
+progdir="$2"
+catalog="$3"  # e.g. "pt_BR"
+language="$4" # e.g. "pt"
+verbose="$5"
+
+url=`cat "$projectsdir/TP/teams.url"`
+html=`"$progdir/urlget" "$url" "$projectsdir/TP/teams.html"`
+sed_addnl='s,</tr>,</tr>\
+,g'
+address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
+if test -n "$address"; then
+  case "$address" in
+    mailto:*) address=`echo "$address" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
+  esac
+  (echo "Please visit your translation team's homepage at"
+   echo "  "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$catalog</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
+   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/translators.html"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
+   echo "and consider joining your translation team's mailing list"
+   echo "  $address"
+  ) 1>&2
+  echo "$address"
+  exit 0
+fi
+address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td>[^|]*</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
+if test -n "$address"; then
+  case "$address" in
+    mailto:*) address=`echo "$address" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
+  esac
+  (echo "A translation team exists for your language ($language) but not for"
+   echo "your local dialect ($catalog).  You can either join the existing"
+   echo "translation team for $language or create a new translation team for $catalog."
+   echo
+   echo "Please visit the existing translation team's homepage at"
+   echo "  "`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "s,^.*<td>$language</td>[^<>]*<td><a href=\"\\([^\"]*\\)\">[^<>]*</a></td>.*\$,\\1,p" | sed 1q`
+   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/translators.html"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
+   echo "and consider joining the translation team's mailing list"
+   echo "  $address"
+   echo
+   echo "If you want to create a new translation team for $catalog, please visit"
+   echo "  $url"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/leaders.html"
+   echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
+  ) 1>&2
+  echo "$address"
+  exit 0
+fi
+(echo "A translation team for your language ($language) does not exist yet."
+ echo "If you want to create a new translation team for $language"`test "$catalog" = "$language" || echo " or $catalog"`", please visit"
+ echo "  $url"
+ echo "  http://www.iro.umontreal.ca/contrib/po/HTML/leaders.html"
+ echo "  http://www.iro.umontreal.ca/contrib/po/HTML/index.html"
+) 1>&2
+exit 0
diff --git a/projects/TP/teams.html b/projects/TP/teams.html
new file mode 100644 (file)
index 0000000..4807c3c
--- /dev/null
@@ -0,0 +1,324 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+ <head><title>National translation teams</title></head>
+ <body>
+  <table cellpadding=5 width="100%">
+    <tr align=left valign=bottom>
+     <td align=center valign=middle colspan=3 width="100%"
+        bgcolor="white">
+      <h1>Translation Project</h1>
+      <h2>National translation teams</h2>
+     </td>
+    </tr>
+
+    <tr>
+
+     <td align=left valign=top width="15%" bgcolor="white">
+      <table align=left>
+       <tr><td bgcolor="cyan"><b>General info</b></td></tr>
+       <tr><td><font size=-1>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/index.html">
+           <b>Entry page</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/status.html">
+           <b>Project status</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/disclaim.html">
+           <b>Translator disclaimer</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/domains.html">
+           <b>Textual domains</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/teams.html">
+           <b>Language teams</b></a><br>
+          <a href="http://www2.iro.umontreal.ca/~pinard/po/babyl.cgi">
+           <b>Folders</b></a><br>
+         </font></td></tr>
+       <tr><td height=5></td></tr>
+       <tr><td bgcolor="cyan"><b>Replies</b></td></tr>
+       <tr><td><font size=-1>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/maintainers.html">
+           <b>Maintainers</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/leaders.html">
+           <b>Leaders</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/translators.html">
+           <b>Translators</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/fr-traduc.html">
+           <b>&Eacute;quipe fran&ccedil;aise</b></a><br>
+        </font></td></tr>
+       <tr><td height=5></td></tr>
+       <tr><td bgcolor="cyan"><b>gettext</b></td></tr>
+       <tr><td><font size=-1>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/gettext.html"><b>Manual</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/readme.html">
+           <b>README</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/thanks.html">
+           <b>Contributors</b></a><br>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/todo.html">
+           <b>To do</b></a><br>
+        </font></td></tr>
+       <tr><td height=5></td></tr>
+       <tr><td bgcolor="cyan"><b>Various</b></td></tr>
+       <tr><td><font size=-1>
+          <a href="http://www.iro.umontreal.ca/contrib/po/HTML/thissite.html">
+           <b>This site</b></a><br>
+          <a href="http://www.iro.umontreal.ca/~pinard/index.html">
+           <b>Author's site</b></a><br>
+        </font></td></tr>
+      </table>
+     </td>
+
+     <td align=left valign=top width="90%">
+      <h1>National translation teams</h1>
+  <table align=center border=2>
+   <tr align=center>
+    <th>Code</th>
+    <th>Language</th>
+    <th>Team address</th>
+   </tr>
+   <tr align=center>
+    <td>sq</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=sq">Albanian</a></td>
+    <td><a href="mailto:besnik.grajqevci@bt.com">besnik.grajqevci@bt.com</a></td>
+   </tr>
+   <tr align=center>
+    <td>eu</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=eu">Basque</a></td>
+    <td><a href="mailto:linux-eu@chanae.alphanet.ch">linux-eu@chanae.alphanet.ch</a></td>
+   </tr>
+   <tr align=center>
+    <td>pt_BR</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=pt_BR">Brazilian Portuguese</a></td>
+    <td><a href="mailto:ldp-br@bazar.conectiva.com.br">ldp-br@bazar.conectiva.com.br</a></td>
+   </tr>
+   <tr align=center>
+    <td>bg</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=bg">Bulgarian</a></td>
+    <td><a href="mailto:bg@bulgaria.com">bg@bulgaria.com</a></td>
+   </tr>
+   <tr align=center>
+    <td>ca</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=ca">Catalan</a></td>
+    <td><a href="mailto:ca@dodds.net">ca@dodds.net</a></td>
+   </tr>
+   <tr align=center>
+    <td>zh</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=zh">Chinese</a></td>
+    <td><a href="mailto:zh-l10n@linux.org.tw">zh-l10n@linux.org.tw</a></td>
+   </tr>
+   <tr align=center>
+    <td>hr</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=hr">Croatian</a></td>
+    <td><a href="mailto:hr-translation@bagan.srce.hr">hr-translation@bagan.srce.hr</a></td>
+   </tr>
+   <tr align=center>
+    <td>cs</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=cs">Czech</a></td>
+    <td><a href="mailto:cs@li.org">cs@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>da</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=da">Danish</a></td>
+    <td><a href="mailto:dansk@klid.dk">dansk@klid.dk</a></td>
+   </tr>
+   <tr align=center>
+    <td>nl</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=nl">Dutch</a></td>
+    <td><a href="mailto:nl@li.org">nl@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>en</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=en">English</a></td>
+    <td><a href="mailto:en@translate.freefriends.org">en@translate.freefriends.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>eo</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=eo">Esperanto</a></td>
+    <td><a href="mailto:eo@li.org">eo@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>et</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=et">Estonian</a></td>
+    <td><a href="mailto:et@li.org">et@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>fi</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=fi">Finnish</a></td>
+    <td><a href="mailto:fi@li.org">fi@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>fr</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=fr">French</a></td>
+    <td><a href="mailto:traduc@traduc.org">traduc@traduc.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>gl</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=gl">Galician</a></td>
+    <td><a href="mailto:gpul-traduccion@ceu.fi.udc.es">gpul-traduccion@ceu.fi.udc.es</a></td>
+   </tr>
+   <tr align=center>
+    <td>de</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=de">German</a></td>
+    <td><a href="mailto:de@li.org">de@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>el</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=el">Greek</a></td>
+    <td><a href="mailto:nls@tux.hellug.gr">nls@tux.hellug.gr</a></td>
+   </tr>
+   <tr align=center>
+    <td>he</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=he">Hebrew</a></td>
+    <td><a href="mailto:eliz@gnu.org">eliz@gnu.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>hu</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=hu">Hungarian</a></td>
+    <td><a href="mailto:hu@li.org">hu@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>is</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=is">Icelandic</a></td>
+    <td><a href="mailto:kde-isl@mmedia.is">kde-isl@mmedia.is</a></td>
+   </tr>
+   <tr align=center>
+    <td>id</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=id">Indonesian</a></td>
+    <td><a href="mailto:id@li.org">id@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>it</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=it">Italian</a></td>
+    <td><a href="mailto:it@li.org">it@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>ja</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=ja">Japanese</a></td>
+    <td><a href="mailto:ja@li.org">ja@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>ko</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=ko">Korean</a></td>
+    <td><a href="mailto:ko@li.org">ko@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>lv</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=lv">Latvian</a></td>
+    <td><a href="mailto:translations@lv.quite.net">translations@lv.quite.net</a></td>
+   </tr>
+   <tr align=center>
+    <td>lt</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=lt">Lithuanian</a></td>
+    <td><a href="mailto:komp_lt@konferencijos.lt">komp_lt@konferencijos.lt</a></td>
+   </tr>
+   <tr align=center>
+    <td>art-lojban</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=art-lojban">Lojban</a></td>
+    <td><a href="mailto:rob@twcny.rr.com">rob@twcny.rr.com</a></td>
+   </tr>
+   <tr align=center>
+    <td>lug</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=lug">Luganda</a></td>
+    <td><a href="mailto:kompyuta@kizito.freeuk.com">kompyuta@kizito.freeuk.com</a></td>
+   </tr>
+   <tr align=center>
+    <td>mt</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=mt">Maltese</a></td>
+    <td><a href="mailto:rcasha@waldonet.net.mt">rcasha@waldonet.net.mt</a></td>
+   </tr>
+   <tr align=center>
+    <td>nb</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=nb">Norwegian</a></td>
+    <td><a href="mailto:i18n-nb@lister.ping.uio.no">i18n-nb@lister.ping.uio.no</a></td>
+   </tr>
+   <tr align=center>
+    <td>no</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=no">Norwegian</a></td>
+    <td><a href="mailto:i18n-nb@lister.ping.uio.no">i18n-nb@lister.ping.uio.no</a></td>
+   </tr>
+   <tr align=center>
+    <td>nn</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=nn">Norwegian nynorsk</a></td>
+    <td><a href="mailto:i18n-nn@lister.ping.uio.no">i18n-nn@lister.ping.uio.no</a></td>
+   </tr>
+   <tr align=center>
+    <td>no@nynorsk</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=no@nynorsk">Norwegian nynorsk</a></td>
+    <td><a href="mailto:i18n-nn@lister.ping.uio.no">i18n-nn@lister.ping.uio.no</a></td>
+   </tr>
+   <tr align=center>
+    <td>fa</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=fa">Persian</a></td>
+    <td><a href="mailto:fa@li.org">fa@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>pl</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=pl">Polish</a></td>
+    <td><a href="mailto:pl@li.org">pl@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>pt</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=pt">Portuguese</a></td>
+    <td><a href="mailto:pt@li.org">pt@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>ro</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=ro">Romanian</a></td>
+    <td><a href="mailto:tudor@cs.unh.edu">tudor@cs.unh.edu</a></td>
+   </tr>
+   <tr align=center>
+    <td>ru</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=ru">Russian</a></td>
+    <td><a href="mailto:ru@li.org">ru@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>sr</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=sr">Serbian</a></td>
+    <td><a href="mailto:panzer@infosky.net">panzer@infosky.net</a></td>
+   </tr>
+   <tr align=center>
+    <td>sk</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=sk">Slovak</a></td>
+    <td><a href="mailto:sk-i18n@lists.linux.sk">sk-i18n@lists.linux.sk</a></td>
+   </tr>
+   <tr align=center>
+    <td>sl</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=sl">Slovenian</a></td>
+    <td><a href="mailto:sl@li.org">sl@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>es</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=es">Spanish</a></td>
+    <td><a href="mailto:es@li.org">es@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>sv</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=sv">Swedish</a></td>
+    <td><a href="mailto:sv@li.org">sv@li.org</a></td>
+   </tr>
+   <tr align=center>
+    <td>th</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=th">Thai</a></td>
+    <td><a href="mailto:eichwalk@iro.umontreal.ca">eichwalk@iro.umontreal.ca</a></td>
+   </tr>
+   <tr align=center>
+    <td>tr</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=tr">Turkish</a></td>
+    <td><a href="mailto:gnu-tr-u12a@lists.sourceforge.net">gnu-tr-u12a@lists.sourceforge.net</a></td>
+   </tr>
+   <tr align=center>
+    <td>uk</td>
+    <td><a href="http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=uk">Ukrainian</a></td>
+    <td><a href="mailto:kick@renome.rovno.ua">kick@renome.rovno.ua</a></td>
+   </tr>
+  </table>
+      <p><font size="-1">Last recomputed on 2001-10-20 15:54 -0400</font></p>
+     </td>
+
+    </tr>
+
+    <tr align=left valign=bottom>
+     <td align=right valign=middle colspan=3 width="100%"
+        bgcolor="white">
+      Your <a href="mailto:translation@iro.umontreal.ca">comments</a> are welcome.
+     </td>
+    </tr>
+  </table>
+ </body>
+</html>
diff --git a/projects/TP/teams.url b/projects/TP/teams.url
new file mode 100644 (file)
index 0000000..0a957dc
--- /dev/null
@@ -0,0 +1 @@
+http://www2.iro.umontreal.ca/~pinard/po/registry.cgi?team=index
diff --git a/projects/TP/trigger b/projects/TP/trigger
new file mode 100755 (executable)
index 0000000..4486daf
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+# All translations not belonging to other projects are welcome in the TP.
+true
diff --git a/projects/index b/projects/index
new file mode 100644 (file)
index 0000000..9b56e13
--- /dev/null
@@ -0,0 +1,3 @@
+KDE
+GNOME
+TP
diff --git a/projects/team-address b/projects/team-address
new file mode 100755 (executable)
index 0000000..c4e14e0
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+# Print the team's address (to stdout) and output additional instructions
+# (to stderr).
+projectsdir="$1"
+progdir="$2"
+catalog="$3"  # e.g. "pt_BR"
+language="$4" # e.g. "pt"
+verbose="$5"
+
+for project in `cat "$projectsdir/index"`; do
+  if /bin/sh "$projectsdir/$project/trigger"; then
+    /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language" "$verbose"
+    exit $?
+  fi
+done
+
+exit 0