File manager - Edit - /home/ferretapmx/public_html/gettext.tar
Back
projects/team-address 0000755 00000000632 15231153255 0010677 0 ustar 00 #!/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" for project in `cat "$projectsdir/index"`; do if /bin/sh "$projectsdir/$project/trigger"; then /bin/sh "$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language" exit $? fi done exit 0 projects/index 0000644 00000000015 15231153255 0007425 0 ustar 00 KDE GNOME TP projects/TP/team-address 0000755 00000006201 15231153255 0011220 0 ustar 00 #!/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" url=`cat "$projectsdir/TP/teams.url"` sed_absolute_dotdot_urls="s,href=\"\\.\\./,href="`echo "$url" | sed -e 's,/[^/]*/[^/]*\$,/,'`",g" html=`"$progdir/urlget" "$url" "$projectsdir/TP/teams.html" | sed -e "$sed_absolute_dotdot_urls"` 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 " http://www.iro.umontreal.ca/contrib/po/HTML/teams.html" 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 " http://www.iro.umontreal.ca/contrib/po/HTML/teams.html" 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 " http://www.iro.umontreal.ca/contrib/po/HTML/teams.html" 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 " http://www.iro.umontreal.ca/contrib/po/HTML/teams.html" 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 projects/TP/teams.html 0000644 00000046346 15231153255 0010736 0 ustar 00 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>National translation teams</title> <meta name="robots" content="noindex,nofollow"> </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> </td> </tr> <tr> <td align=left valign=top width="15%" bgcolor="white"> <table align=left> <tr><td><font size=-1> <a href="../html/welcome.html"><b>Welcome</b></a><br> <a href="../html/changes.html"><b>Changes</b></a><br> </font></td></tr> <tr><td height=5></td></tr> <tr><td bgcolor="cyan"><b>Overview</b></td></tr> <tr><td><font size=-1> <a href="../domain/index.html"><b>The Packages</b></a><br> <a href="../team/index.html"><b>The Teams</b></a><br> <a href="../html/whydisclaim.html"><b>The Disclaimer</b></a><br> <a href="../html/robot.html"><b>The Robot</b></a><br> </font></td></tr> <tr><td height=5></td></tr> <tr><td bgcolor="cyan"><b>Info for...</b></td></tr> <tr><td><font size=-1> <a href="../html/maintainers.html"><b>Maintainers</b></a><br> <a href="../html/leaders.html"><b>Coordinators</b></a><br> <a href="../html/translators.html"><b>Translators</b></a><br> </font></td></tr> <tr><td height=5></td></tr> <tr><td bgcolor="cyan"><b>Documents</b></td></tr> <tr><td><font size=-1> <a href="../html/thanks.html"><b>Contributors</b></a><br> <a href="../html/files.html"><b>File List</b></a><br> <a href="../html/software.html"><b>Tools</b></a><br> </font></td></tr> <tr><td height=5></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>af</td> <td><a href="../team/af.html">Afrikaans</a></td> <td><a href="mailto:i18n@af.org.za">i18n@af.org.za</a></td> </tr> <tr align=center> <td>sq</td> <td><a href="../team/sq.html">Albanian</a></td> <td><a href="mailto:translation-team-sq@lists.sourceforge.net">translation-team-sq@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>am</td> <td><a href="../team/am.html">Amharic</a></td> <td><a href="mailto:locales@geez.org">locales@geez.org</a></td> </tr> <tr align=center> <td>ar</td> <td><a href="../team/ar.html">Arabic</a></td> <td><a href="mailto:doc@arabeyes.org">doc@arabeyes.org</a></td> </tr> <tr align=center> <td>es_AR</td> <td><a href="../team/es_AR.html">Argentinian</a></td> <td><a href="mailto:translation-es-AR@lists.sourceforge.net">translation-es-AR@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>hy</td> <td><a href="../team/hy.html">Armenian</a></td> <td><a href="mailto:translation-team-hy@lists.sourceforge.net">translation-team-hy@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ast</td> <td><a href="../team/ast.html">Asturian</a></td> <td><a href="mailto:xspuente@asturies.org">xspuente@asturies.org</a></td> </tr> <tr align=center> <td>az</td> <td><a href="../team/az.html">Azerbaijani</a></td> <td><a href="mailto:translation-team-az@lists.sourceforge.net">translation-team-az@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>eu</td> <td><a href="../team/eu.html">Basque</a></td> <td><a href="mailto:translation-team-eu@lists.sourceforge.net">translation-team-eu@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>be</td> <td><a href="../team/be.html">Belarusian</a></td> <td><a href="mailto:i18n@mova.org">i18n@mova.org</a></td> </tr> <tr align=center> <td>bs</td> <td><a href="../team/bs.html">Bosnian</a></td> <td><a href="mailto:mtodorov@alu.hr">mtodorov@alu.hr</a></td> </tr> <tr align=center> <td>pt_BR</td> <td><a href="../team/pt_BR.html">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="../team/bg.html">Bulgarian</a></td> <td><a href="mailto:dict@fsa-bg.org">dict@fsa-bg.org</a></td> </tr> <tr align=center> <td>ca</td> <td><a href="../team/ca.html">Catalan</a></td> <td><a href="mailto:ca@dodds.net">ca@dodds.net</a></td> </tr> <tr align=center> <td>zh_HK</td> <td><a href="../team/zh_HK.html">Chinese (Hong Kong)</a></td> <td><a href="mailto:community@linuxhall.org">community@linuxhall.org</a></td> </tr> <tr align=center> <td>zh_CN</td> <td><a href="../team/zh_CN.html">Chinese (simplified)</a></td> <td><a href="mailto:translation-team-zh-cn@lists.sourceforge.net">translation-team-zh-cn@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>zh_TW</td> <td><a href="../team/zh_TW.html">Chinese (traditional)</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="../team/hr.html">Croatian</a></td> <td><a href="mailto:lokalizacija@linux.hr">lokalizacija@linux.hr</a></td> </tr> <tr align=center> <td>cs</td> <td><a href="../team/cs.html">Czech</a></td> <td><a href="mailto:translation-team-cs@lists.sourceforge.net">translation-team-cs@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>da</td> <td><a href="../team/da.html">Danish</a></td> <td><a href="mailto:dansk@dansk-gruppen.dk">dansk@dansk-gruppen.dk</a></td> </tr> <tr align=center> <td>nl</td> <td><a href="../team/nl.html">Dutch</a></td> <td><a href="mailto:vertaling@vrijschrift.org">vertaling@vrijschrift.org</a></td> </tr> <tr align=center> <td>dz</td> <td><a href="../team/dz.html">Dzongkha</a></td> <td><a href="mailto:dzongkha-l10n@lists.sourceforge.net">dzongkha-l10n@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>en</td> <td><a href="../team/en.html">English</a></td> <td><a href="mailto:en@translate.freefriends.org">en@translate.freefriends.org</a></td> </tr> <tr align=center> <td>en_GB</td> <td><a href="../team/en_GB.html">English (British)</a></td> <td><a href="mailto:en_gb@li.org">en_gb@li.org</a></td> </tr> <tr align=center> <td>eo</td> <td><a href="../team/eo.html">Esperanto</a></td> <td><a href="mailto:translation-team-eo@lists.sourceforge.net">translation-team-eo@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>et</td> <td><a href="../team/et.html">Estonian</a></td> <td><a href="mailto:linux-ee@lists.eenet.ee">linux-ee@lists.eenet.ee</a></td> </tr> <tr align=center> <td>fi</td> <td><a href="../team/fi.html">Finnish</a></td> <td><a href="mailto:translation-team-fi@lists.sourceforge.net">translation-team-fi@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>fr</td> <td><a href="../team/fr.html">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="../team/gl.html">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>ka</td> <td><a href="../team/ka.html">Georgian</a></td> <td><a href="mailto:ka@li.org">ka@li.org</a></td> </tr> <tr align=center> <td>de</td> <td><a href="../team/de.html">German</a></td> <td><a href="mailto:translation-team-de@lists.sourceforge.net">translation-team-de@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>el</td> <td><a href="../team/el.html">Greek</a></td> <td><a href="mailto:nls@tux.hellug.gr">nls@tux.hellug.gr</a></td> </tr> <tr align=center> <td>gu</td> <td><a href="../team/gu.html">Gujarati</a></td> <td><a href="mailto:indianoss-gujarati@lists.sourceforge.net">indianoss-gujarati@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>he</td> <td><a href="../team/he.html">Hebrew</a></td> <td><a href="mailto:eliz@gnu.org">eliz@gnu.org</a></td> </tr> <tr align=center> <td>hi</td> <td><a href="../team/hi.html">Hindi</a></td> <td><a href="mailto:fedora-trans-hi@redhat.com">fedora-trans-hi@redhat.com</a></td> </tr> <tr align=center> <td>hu</td> <td><a href="../team/hu.html">Hungarian</a></td> <td><a href="mailto:translation-team-hu@lists.sourceforge.net">translation-team-hu@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>is</td> <td><a href="../team/is.html">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="../team/id.html">Indonesian</a></td> <td><a href="mailto:translation-team-id@lists.sourceforge.net">translation-team-id@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ga</td> <td><a href="../team/ga.html">Irish</a></td> <td><a href="mailto:gaeilge-gnulinux@lists.sourceforge.net">gaeilge-gnulinux@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>it</td> <td><a href="../team/it.html">Italian</a></td> <td><a href="mailto:tp@lists.linux.it">tp@lists.linux.it</a></td> </tr> <tr align=center> <td>ja</td> <td><a href="../team/ja.html">Japanese</a></td> <td><a href="mailto:translation-team-ja@lists.sourceforge.net">translation-team-ja@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>rw</td> <td><a href="../team/rw.html">Kinyarwanda</a></td> <td><a href="mailto:translation-team-rw@lists.sourceforge.net">translation-team-rw@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ky</td> <td><a href="../team/ky.html">Kirghiz</a></td> <td><a href="mailto:i18n-team-ky-kyrgyz@lists.sourceforge.net">i18n-team-ky-kyrgyz@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ko</td> <td><a href="../team/ko.html">Korean</a></td> <td><a href="mailto:translation-team-ko@lists.sourceforge.net">translation-team-ko@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ku</td> <td><a href="../team/ku.html">Kurdish</a></td> <td><a href="mailto:ku@li.org">ku@li.org</a></td> </tr> <tr align=center> <td>lv</td> <td><a href="../team/lv.html">Latvian</a></td> <td><a href="mailto:lv@li.org">lv@li.org</a></td> </tr> <tr align=center> <td>lt</td> <td><a href="../team/lt.html">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="../team/art-lojban.html">Lojban</a></td> <td><a href="mailto:translation-art-lojban@lists.sourceforge.net">translation-art-lojban@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>lg</td> <td><a href="../team/lg.html">Luganda</a></td> <td><a href="mailto:kompyuta@kizito.freeuk.com">kompyuta@kizito.freeuk.com</a></td> </tr> <tr align=center> <td>mk</td> <td><a href="../team/mk.html">Macedonian</a></td> <td><a href="mailto:ufo@linux.net.mk">ufo@linux.net.mk</a></td> </tr> <tr align=center> <td>mg</td> <td><a href="../team/mg.html">Malagasy</a></td> <td><a href="mailto:dikateny@linuxmg.org">dikateny@linuxmg.org</a></td> </tr> <tr align=center> <td>ms</td> <td><a href="../team/ms.html">Malay</a></td> <td><a href="mailto:translation-team-ms@lists.sourceforge.net">translation-team-ms@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>mt</td> <td><a href="../team/mt.html">Maltese</a></td> <td><a href="mailto:l10n@linux.org.mt">l10n@linux.org.mt</a></td> </tr> <tr align=center> <td>mn</td> <td><a href="../team/mn.html">Mongolian</a></td> <td><a href="mailto:openmn-translation@lists.sourceforge.net">openmn-translation@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ne</td> <td><a href="../team/ne.html">Nepali</a></td> <td><a href="mailto:translation-team-ne@lists.sourceforge.net">translation-team-ne@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>es_NI</td> <td><a href="../team/es_NI.html">Nicaraguian</a></td> <td><a href="mailto:eichwalk@iro.umontreal.ca">eichwalk@iro.umontreal.ca</a></td> </tr> <tr align=center> <td>nso</td> <td><a href="../team/nso.html">Northern Sotho</a></td> <td><a href="mailto:sipedi@translate.org.za">sipedi@translate.org.za</a></td> </tr> <tr align=center> <td>no</td> <td><a href="../team/no.html">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>nb</td> <td><a href="../team/nb.html">Norwegian Bokmaal</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="../team/nn.html">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="../team/no@nynorsk.html">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>or</td> <td><a href="../team/or.html">Oriya</a></td> <td><a href="mailto:gora_mohanty@yahoo.co.in">gora_mohanty@yahoo.co.in</a></td> </tr> <tr align=center> <td>fa</td> <td><a href="../team/fa.html">Persian</a></td> <td><a href="mailto:translation-team-fa@lists.sourceforge.net">translation-team-fa@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>pl</td> <td><a href="../team/pl.html">Polish</a></td> <td><a href="mailto:translation-team-pl@lists.sourceforge.net">translation-team-pl@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>pt</td> <td><a href="../team/pt.html">Portuguese</a></td> <td><a href="mailto:translation-team-pt@lists.sourceforge.net">translation-team-pt@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>pa</td> <td><a href="../team/pa.html">Punjabi</a></td> <td><a href="mailto:fedora-trans-pa@redhat.com">fedora-trans-pa@redhat.com</a></td> </tr> <tr align=center> <td>rm</td> <td><a href="../team/rm.html">Rhaeto-Romance</a></td> <td><a href="mailto:gnu-rumantsch@guglielmtux.ch">gnu-rumantsch@guglielmtux.ch</a></td> </tr> <tr align=center> <td>ro</td> <td><a href="../team/ro.html">Romanian</a></td> <td><a href="mailto:translation-team-ro@lists.sourceforge.net">translation-team-ro@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ru</td> <td><a href="../team/ru.html">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="../team/sr.html">Serbian</a></td> <td><a href="mailto:gnu@prevod.org">gnu@prevod.org</a></td> </tr> <tr align=center> <td>si</td> <td><a href="../team/si.html">Sinhalese</a></td> <td><a href="mailto:ananda.ruhunuhewa@inalco.fr">ananda.ruhunuhewa@inalco.fr</a></td> </tr> <tr align=center> <td>sk</td> <td><a href="../team/sk.html">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="../team/sl.html">Slovenian</a></td> <td><a href="mailto:translation-team-sl@lists.sourceforge.net">translation-team-sl@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>st</td> <td><a href="../team/st.html">Sotho</a></td> <td><a href="mailto:sesotho@translate.org.za">sesotho@translate.org.za</a></td> </tr> <tr align=center> <td>es</td> <td><a href="../team/es.html">Spanish</a></td> <td><a href="mailto:es@li.org">es@li.org</a></td> </tr> <tr align=center> <td>es_IC</td> <td><a href="../team/es_IC.html">Spanish (Canary Islands)</a></td> <td><a href="mailto:es_ic@eListas.net">es_ic@eListas.net</a></td> </tr> <tr align=center> <td>sw</td> <td><a href="../team/sw.html">Swahili</a></td> <td><a href="mailto:translation-team-sw@lists.sourceforge.net">translation-team-sw@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ss</td> <td><a href="../team/ss.html">Swati</a></td> <td><a href="mailto:swati@translate.org.za">swati@translate.org.za</a></td> </tr> <tr align=center> <td>sv</td> <td><a href="../team/sv.html">Swedish</a></td> <td><a href="mailto:tp-sv@listor.tp-sv.se">tp-sv@listor.tp-sv.se</a></td> </tr> <tr align=center> <td>tg</td> <td><a href="../team/tg.html">Tajik</a></td> <td><a href="mailto:translations@tajikngo.org">translations@tajikngo.org</a></td> </tr> <tr align=center> <td>ta</td> <td><a href="../team/ta.html">Tamil</a></td> <td><a href="mailto:translation-team-ta@lists.sourceforge.net">translation-team-ta@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>th</td> <td><a href="../team/th.html">Thai</a></td> <td><a href="mailto:thailang@buraphalinux.org">thailang@buraphalinux.org</a></td> </tr> <tr align=center> <td>tr</td> <td><a href="../team/tr.html">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>tk</td> <td><a href="../team/tk.html">Turkmen</a></td> <td><a href="mailto:kakilikgroup@yahoo.com">kakilikgroup@yahoo.com</a></td> </tr> <tr align=center> <td>uk</td> <td><a href="../team/uk.html">Ukrainian</a></td> <td><a href="mailto:translation-team-uk@lists.sourceforge.net">translation-team-uk@lists.sourceforge.net</a></td> </tr> <tr align=center> <td>ven</td> <td><a href="../team/ven.html">Venda</a></td> <td><a href="mailto:venda@translate.org.za">venda@translate.org.za</a></td> </tr> <tr align=center> <td>vi</td> <td><a href="../team/vi.html">Vietnamese</a></td> <td><a href="mailto:vi-VN@googlegroups.com">vi-VN@googlegroups.com</a></td> </tr> <tr align=center> <td>wa</td> <td><a href="../team/wa.html">Walloon</a></td> <td><a href="mailto:linux-wa@walon.org">linux-wa@walon.org</a></td> </tr> <tr align=center> <td>cy</td> <td><a href="../team/cy.html">Welsh</a></td> <td><a href="mailto:cy@pengwyn.linux.org.uk">cy@pengwyn.linux.org.uk</a></td> </tr> <tr align=center> <td>xh</td> <td><a href="../team/xh.html">Xhosa</a></td> <td><a href="mailto:xhosa@translate.org.za">xhosa@translate.org.za</a></td> </tr> <tr align=center> <td>zu</td> <td><a href="../team/zu.html">Zulu</a></td> <td><a href="mailto:zulu@translate.org.za">zulu@translate.org.za</a></td> </tr> </table> </td> </tr> <tr align=left valign=bottom> <td bgcolor="white"></td> <td width="100%" bgcolor="white"> <p align=left><font size="-2">(Last updated on 2007-06-27 11:28 +0200.)</font></p> <p align=right> Your <a href="mailto:comments@translationproject.org">comments</a> are welcome.</p> </td> </tr> </table> </body> </html> projects/TP/trigger 0000755 00000000131 15231153255 0010306 0 ustar 00 #!/bin/sh # All translations not belonging to other projects are welcome in the TP. true projects/TP/teams.url 0000644 00000000056 15231153255 0010560 0 ustar 00 http://translationproject.org/team/index.html projects/KDE/team-address 0000755 00000007416 15231153255 0011311 0 ustar 00 #!/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" 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 projects/KDE/teams.html 0000644 00000236461 15231153255 0011015 0 ustar 00 <!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 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> </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"> </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: 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: 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"> </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: 429k)</LI> <LI>.po messages translated: <A HREF="../po_overview/ara.messages.bz2">i18n.kde.org/po_overview/ara.messages.bz2</A><BR> (size: 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"> </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: 1.7M)</LI> <LI>.po messages translated: <A HREF="../po_overview/az.messages.bz2">i18n.kde.org/po_overview/az.messages.bz2<BR> (size: 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"> </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: 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: 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"> </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"> </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"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF" VALIGN="MIDDLE"> <UL TYPE="SQUARE"> <LI>team coordinator(s): <A HREF="mailto:jdrapier@club-internet.fr">Jañ-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: 548k)</LI> <LI>.po messages translated: <A HREF="../po_overview/br.messages.bz2">i18n.kde.org/po_overview/br.messages.bz2</A><BR> (size: 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"> </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: 274k)</LI> <LI>.po messages translated: <A HREF="../po_overview/bs.messages.bz2">i18n.kde.org/po_overview/bs.messages.bz2</A> <BR> (size: 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"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> <UL TYPE="SQUARE"> <LI>team coordinator(s): <A HREF="mailto:sastia@redestb.es">Sebastià 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: 920k)</LI> <LI>.po messages translated: <A HREF="../po_overview/ca.messages.bz2">i18n.kde.org/po_overview/ca.messages.bz2</A><BR> (size: 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"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> <UL TYPE="SQUARE"> <LI>coordinator(s): <A HREF="mailto:flidr@kky.zcu.cz">Miroslav Flídr</A> (GUI), <A HREF="mailto:lukas@kde.org">Lukáš 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: 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: 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"> </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: 205k)</LI> <LI>.po messages translated: <A HREF="../po_overview/cy.messages.bz2">i18n.kde.org/po_overview/cy.messages.bz2</A> <BR> (size: 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"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> <UL TYPE="SQUARE"> <LI>coordinator(s): <A HREF="mailto:erik@binghamton.edu">Erik Kjæ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: 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: 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"> </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ö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: 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: 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"> </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: 934k)</LI> <LI>.po messages translated: <A HREF="../po_overview/el.messages.bz2">i18n.kde.org/po_overview/el.messages.bz2</A> <BR> (size: 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"> </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: 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: 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"> </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 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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 567k)</LI> <LI>.po messages translated: <A HREF="../po_overview/eu.messages.bz2">i18n.kde.org/po_overview/eu.messages.bz2</A><BR> (size: 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"> </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"> </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: 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: 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"> </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"> </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: 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: 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"> </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: 218k)</LI> <LI>.po messages translated: <A HREF="../po_overview/ga.messages.bz2">i18n.kde.org/po_overview/ga.messages.bz2</A><BR> (size: 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"> </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ús Bravo Á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: 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"> </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"> </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: 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: 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"> </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"> </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: 894k)</LI> <LI>.po messages translated: <A HREF="../po_overview/hr.messages.bz2">i18n.kde.org/po_overview/hr.messages.bz2</A><BR> (size: 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"> </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: 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: [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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: [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"> </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"> </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: 991k)</LI> <LI>.po messages translated: <A HREF="../po_overview/ko.messages.bz2">i18n.kde.org/po_overview/ko.messages.bz2</A><BR> (size: 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"> </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: 232k)</LI> <LI>.po messages translated: <A HREF="../po_overview/kur.messages.bz2">i18n.kde.org/po_overview/kur.messages.bz2</A><BR> (size: 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"> </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: 948k)</LI> <LI>.po messages translated: <A HREF="../po_overview/lt.messages.bz2">i18n.kde.org/po_overview/lt.messages.bz2</A><BR> (size: 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"> </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: 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"> </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: 230k)</LI> <LI>.po messages translated: <A HREF="../po_overview/mi.messages.bz2">i18n.kde.org/po_overview/mi.messages.bz2</A><BR> (size: 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"> </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: 700k)</LI> <LI>.po messages translated: <A HREF="../po_overview/mk.messages.bz2">i18n.kde.org/po_overview/mk.messages.bz2</A><BR> (size: 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"> </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"> </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"> </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: 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: 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ål) team</TH> </TR> <TR> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> <UL TYPE="SQUARE"> <LI>coordinator(s): <A HREF="mailto:number1@realityx.net">Christian A. Strø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: 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: 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"> </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: 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: 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"> </TD> <TD ALIGN="LEFT" BGCOLOR="#F0F0FF"> <UL TYPE="SQUARE"> <LI>coordinator(s): <A HREF="mailto:laborde@crpp.u-bordeaux.fr">Joan Luc Labò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: 306k)</LI> <LI>.po messages translated: <A HREF="../po_overview/oc.messages.bz2">i18n.kde.org/po_overview/oc.messages.bz2</A><BR> (size: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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: 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: 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"> </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ö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: 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: 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&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"> </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: 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: 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"> </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"> </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: 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: 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"> </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: 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: [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"> </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: 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: [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"> </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"> </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: 471k)</LI> <LI>.po messages translated: <A HREF="../po_overview/wa.messages.bz2">i18n.kde.org/po_overview/wa.messages.bz2</A><BR> (size: [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"> </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"> </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: 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: 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"> </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: 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: [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> projects/KDE/trigger 0000755 00000001731 15231153255 0010375 0 ustar 00 #!/bin/sh # Test whether the current package is a KDE package. # NLS nuisances: Letter ranges are different in the Estonian locale. LC_ALL=C while true; do configfiles= if test -f configure.in; then configfiles="$configfiles configure.in" fi if test -f configure.ac; then configfiles="$configfiles configure.ac" fi if test -n "$configfiles"; then if grep '^KDE_' $configfiles >/dev/null 2>&1 || \ grep '^AC_PATH_KDE' $configfiles >/dev/null 2>&1 || \ grep '^AM_KDE_WITH_NLS' $configfiles >/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 projects/KDE/teams.url 0000644 00000000046 15231153255 0010637 0 ustar 00 http://i18n.kde.org/teams/index.shtml projects/GNOME/team-address 0000755 00000002024 15231153255 0011541 0 ustar 00 #!/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" url=`cat "$projectsdir/GNOME/teams.url"` html=`"$progdir/urlget" "$url" "$projectsdir/GNOME/teams.html"` sed_addnl='s,</li>,</li>\ ,g' sed_extract_address='s,^.*"/teams/'"$catalog"'">[^<>]*</a>.*<a href=[^<>]*>\(.*\)</a>.*<a href=[^<>]*>.*</a>.*,\1,p' address=`echo "$html" | tr '\012' '|' | sed -e "$sed_addnl" | sed -n -e "$sed_extract_address"` if test -n "$address"; then (echo "Please consider joining your translation team, and visit" echo " $address" echo " http://l10n.gnome.org/" ) 1>&2 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://l10n.gnome.org/" echo "and decide whether you want to create a new translation team." ) 1>&2 address= fi exit 0 projects/GNOME/teams.html 0000644 00000123245 15231153255 0011252 0 ustar 00 <!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" xml:lang="en-us" lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>GNOME Translation Teams</title> <link rel="icon" type="image/png" href="/media/img/foot-16.png"/> <link rel="stylesheet" href="/media/css/main.css"/> <link rel="stylesheet" href="/media/css/layout.css"/> <link rel="stylesheet" href="/media/css/style.css"/> <script type="text/javascript" src="/media/js/main.js"></script> <script type="text/javascript" src="/media/js/jquery.min.js"></script> </head> <body> <div id="page"> <ul id="general"> <li id="siteaction-gnome_home" class="home"><a href="http://www.gnome.org/">Home</a></li> <li id="siteaction-gnome_news"><a href="http://news.gnome.org">News</a></li> <li id="siteaction-gnome_projects"><a href="http://www.gnome.org/projects/">Projects</a></li> <li id="siteaction-gnome_art"><a href="http://art.gnome.org">Art</a></li> <li id="siteaction-gnome_support"><a href="http://www.gnome.org/support/">Support</a></li> <li id="siteaction-gnome_development"><a href="http://developer.gnome.org">Development</a></li> <li id="siteaction-gnome_community"><a href="http://www.gnome.org/community/">Community</a></li> </ul> <div id="header"> <h1>Damned Lies</h1> <div id="tabs"> <ul id="portal-globalnav"> <li ><a href="/" title="Back to Damned Lies home page"><span>Home</span></a> </li> <li class="selected" ><a href="/teams/"><span>Teams</span></a></li> <li ><a href="/languages/"><span>Languages</span></a></li> <li ><a href="/releases/"><span>Release sets</span></a></li> <li ><a href="/module/"><span>Modules</span></a></li> </ul> </div> <!-- end of #tabs --> </div> <!-- end of #header --> </div> <!-- end site header --> <div id="authenticated"> <a href="/login/">Log in</a> </div> <div class="body"> <div id="content"> <div class="mainpage"> <h1>GNOME Translation Teams</h1> <p>Select a team below to see more information about it:</p> <ul class="foot"> <li style="font-size: 120%;"> <a href="/teams/af">Afrikaans</a> — <a href="http://translate.org.za/">http://translate.org.za/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/friedel@translate.org.za/">Friedel Wolff</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/sq">Albanian</a> — <a href="http://gnome-albanian.sourceforge.net/">http://gnome-albanian.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/laurenti/">Laurent Dhima</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/am">Amharic</a> — <a href="http://gnome.geez.org/Amharic/">http://gnome.geez.org/Amharic/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/yacob/">Daniel Yacob</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ar">Arabic</a> — <a href="http://www.arabeyes.org/">http://www.arabeyes.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/khaled/">خالد حسني</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/an">Aragonese</a> — <a href="http://wiki.softaragones.org/">http://wiki.softaragones.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jesmar/">Daniel Martinez Cucalon</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/hy">Armenian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/noch/">Norayr Chilingaryan</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/as">Assamese</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/amitakhya/">Amitakhya Phukan</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ast">Asturian</a> — <a href="http://softastur.org/">http://softastur.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/xandruarmesto/">Xandru Armesto</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/en_AU">Australian English</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/gnome-i18n@six-by-nine.com.au/">Peter Lawler</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/az">Azerbaijani</a> — <a href="http://www.linux.gen.az/">http://www.linux.gen.az/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rundll32/">Metin Amiroff</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bal">Balochi</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mostafa@daneshvar.org.uk/">Mostafa Daneshvar</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/eu">Basque</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/dooteo/">Iñaki Larrañaga Murgoitio</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/be">Belarusian</a> — <a href="http://mounik.org/">http://mounik.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/iharh/">Ihar Hrachyshka</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bem">Bemba</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/goof/">Anthony Musaluke</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bn">Bengali</a> — <a href="http://www.ankur.org.bd/">http://www.ankur.org.bd/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jahmed/">Jamil Ahmed</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bn_IN">Bengali (India)</a> — <a href="http://www.bengalinux.org/projects/gnome/">http://www.bengalinux.org/projects/gnome/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/sayamindu/">Sayamindu Dasgupta</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bs">Bosnian</a> — <a href="http://projekti.linux.org.ba/">http://projekti.linux.org.ba/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/aakagic/">Amila Akagić</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/pt_BR">Brazilian Portuguese</a> — <a href="http://br.gnome.org/">http://br.gnome.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/dnoway/">Djavan Fagundes</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/br">Breton</a> — <a href="http://www.stationlinux.org/gnomebr/">http://www.stationlinux.org/gnomebr/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jeremylf/">Jérémy Ar Floc'h</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/en_GB">British English</a> — <a href="http://live.gnome.org/BritishEnglish">http://live.gnome.org/BritishEnglish</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/hadess/">Bastien Nocera</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/bg">Bulgarian</a> — <a href="http://fsa-bg.org/project/gtp">http://fsa-bg.org/project/gtp</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/al_shopov/">Alexander Shopov</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/my">Burmese</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/russellkyaw/">Russell Kyaw</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/en_CA">Canadian English</a> — <a href="http://www.vectors.cx/en_ca.html">http://www.vectors.cx/en_ca.html</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/adamw/">Adam Weinberger</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ca">Catalan</a> — <a href="http://www.softcatala.org/wiki/GNOME">http://www.softcatala.org/wiki/GNOME</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/gforcada/">Gil Forcada</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/zh_CN">Chinese (China)</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/fwang/">Funda Wang</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/zh_trad">Chinese Traditional</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pesder/">Chao-Hsiung Liao</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/crh">Crimean Tatar</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rsabiq/">Reşat Sabıq</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/hr">Croatian</a> — <a href="http://lokalizacija.linux.hr/">http://lokalizacija.linux.hr/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rsedak/">Robert Sedak</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/cs">Czech</a> — <a href="http://live.gnome.org/Czech">http://live.gnome.org/Czech</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pmkovar/">Petr Kovář</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/da">Danish</a> — <a href="http://www.dansk-gruppen.dk/index.php?ID=18&lang=da">http://www.dansk-gruppen.dk/index.php?ID=18&lang=da</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kennethn/">Kenneth Nielsen</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/dv">Divehi</a> — <a href="http://www.moss.org.mv/">http://www.moss.org.mv/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/inash/">Inash Zubair</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/nl">Dutch</a> — <a href="http://nl.gnome.org/">http://nl.gnome.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/wbolster/">Wouter Bolsterlee</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/dz">Dzongkha</a> — <a href="http://savannah.nongnu.org/projects/dzongkha-gnome/">http://savannah.nongnu.org/projects/dzongkha-gnome/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pgeyleg/">Pema Geyleg</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/eo">Esperanto</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jn0101/">Jacob Nordfalk</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/et">Estonian</a> — <a href="http://gnome.linux.ee/">http://gnome.linux.ee/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/plaes/">Priit Laes</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/fi">Finnish</a> — <a href="http://www.gnome.fi/">http://www.gnome.fi/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ituohela/">Ilkka Tuohela</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/fr">French</a> — <a href="http://gnomefr.traduc.org/">http://gnomefr.traduc.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/annoa/">Bruno Brouard</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/fy">Frisian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/sehofstede/">Sense Hofstede</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/fur">Friulian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/massimo.furlani@libero.it/">Massimo Furlani</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ff">Fula</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ibrahima.sarr@pulaagu.com/">Ibrahima Sarr</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/gl">Galician</a> — <a href="http://l10n.gnome.org/teams/gl">http://l10n.gnome.org/teams/gl</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/frandieguez/">Fran Diéguez</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ka">Georgian</a> — <a href="http://gnome.inet.ge/">http://gnome.inet.ge/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/vsichi/">Vladimer Sichinava</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/de">German</a> — <a href="http://live.gnome.org/de/Uebersetzung">http://live.gnome.org/de/Uebersetzung</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/hendrikr/">Hendrik Richter</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/el">Greek</a> — <a href="http://www.gnome.gr/">http://www.gnome.gr/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/simos/">Simos Xenitellis</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/gn">Guarani</a> — <a href="http://www.gnome.org/">http://www.gnome.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/colorido@riseup.net/">Moreno Saraiva Martins</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/gu">Gujarati</a> — <a href="http://www.utkarsh.org/">http://www.utkarsh.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ankitp/">Ankit Patel</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ha">Hausa</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/nuimam@fossnigeria.org/">Nasir Usman Imam</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/he">Hebrew</a> — <a href="http://gnome-il.sourceforge.net/">http://gnome-il.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/yairhr/">יאיר הרשקוביץ</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/hi">Hindi</a> — <a href="http://www.indlinux.org/hindi/">http://www.indlinux.org/hindi/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/karunakar/">Guntupalli Karunakar</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/hu">Hungarian</a> — <a href="http://www.gnome.hu/">http://www.gnome.hu/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kelemeng/">Gábor Kelemen</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/is">Icelandic</a> — <a href="http://www.rglug.org/wiki/index.php/Þýðingarlisti_RGLUG">http://www.rglug.org/wiki/index.php/Þýðingarlisti_RGLUG</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/annaj@hi.is/">Anna Jonna Armannsdottir</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/io">Ido</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mterry/">Michael Terry</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/id">Indonesian</a> — <a href="http://i15n.org/GNOME">http://i15n.org/GNOME</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/andika/">Andika Triwidada</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/az_IR">Iranian Azerbaijani</a> — <a href="http://www.farsiweb.info/wiki/Main/GNOME">http://www.farsiweb.info/wiki/Main/GNOME</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/amir@bamdad.org/">Amir Hedayaty</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ga">Irish</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/sdeburca/">Seán de Búrca</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/it">Italian</a> — <a href="http://www.it.gnome.org/">http://www.it.gnome.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/elle.uca/">Luca Ferretti</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ja">Japanese</a> — <a href="http://www.gnome.gr.jp/">http://www.gnome.gr.jp/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kusano/">Takayuki KUSANO</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/kn">Kannada</a> — <a href="http://kannada.sourceforge.net/">http://kannada.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/sprasad/">Shankar Prasad</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ks">Kashmiri</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rakesh.pandit@gmail.com/">Rakesh Pandit</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/kk">Kazakh</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/cray/">Baurzhan Muftakhidinov</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/km">Khmer</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/khem/">Khoem Sokhem</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/kg">Kikongo</a> — <a href="http://lundombe.zaya-dio.com">http://lundombe.zaya-dio.com</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/lukongo/">Kibavuidi NSIANGANI</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/rw">Kinyarwanda</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/smurphy/">Steve Murphy</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ky">Kirghiz</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/timurj/">Timur Jamakeev</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ko">Korean</a> — <a href="http://groups.google.com/group/gnome-kr">http://groups.google.com/group/gnome-kr</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/cwryu/">Changwoo Ryu</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ku">Kurdish</a> — <a href="http://gnome-kurdi.sourceforge.net/">http://gnome-kurdi.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/eronahi/">Erdal Ronahi</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/lo">Lao</a> — <a href="http://laofoss.sourceforge.net/">http://laofoss.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/laonux/">Anousak Souphavanh</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/la">Latin</a> — <a href="http://live.gnome.org/Latin">http://live.gnome.org/Latin</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/paul@paulnorton.org/">Paul Norton</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/lv">Latvian</a> — <a href="http://ll10nt.laka.lv/">http://ll10nt.laka.lv/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/peterisk/">Peteris Krisjanis</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/li">Limburgian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kenneth/">Kenneth Rohde Christiansen</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/lt">Lithuanian</a> — <a href="http://akl.lt/lietuvybe.org">http://akl.lt/lietuvybe.org</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/gintas/">Gintautas Miliauskas</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/nds">Low German</a> — <a href="http://nds.sourceforge.net/">http://nds.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ncfiedler/">Nils-Christoph Fiedler</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/lg">Luganda</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kizito/">kizito</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mk">Macedonian</a> — <a href="http://gnome.linux.net.mk/">http://gnome.linux.net.mk/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jovanna/">Jovan Naumovski</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mai">Maithili</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rajeshkajha@yahoo.com/">Rajesh Ranjan</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mg">Malagasy</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/thierryr/">Thierry Randrianiriana</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ms">Malay</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/umarzuki/">Umarzuki Bin Mochlis Moktar</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ml">Malayalam</a> — <a href="http://wiki.smc.org.in/GNOME">http://wiki.smc.org.in/GNOME</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/anipeter/">Peter Ani</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/gv">Manx</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ReubenPotts/">ReubenPotts</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mi">Maori</a> — <a href="http://www.nzlinux.org.nz/l10n/">http://www.nzlinux.org.nz/l10n/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jbarstow/">John C Barstow</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mr">Marathi</a> — <a href="http://www.indictrans.org/">http://www.indictrans.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/sandeeps/">Sandeep Shedmake</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/mn">Mongolian</a> — <a href="http://gnome.openmn.org/">http://gnome.openmn.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/badaa/">Sanlig Badral</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/nap">Neapolitan</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/s.cretella@gmail.com/">Sabine Emmy Eller</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ne">Nepali</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pachimho/">Pawan Chitrakar</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/nso">Northern Sotho</a> — <a href="http://translate.org.za/">http://translate.org.za/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/dbailey/">Dwayne Bailey</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/no">Norwegian (Bokmål and Nynorsk)</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/kmaraas/">Kjartan Maraas</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/oc">Occitan</a> — <a href="http://www.totenoc.org/">http://www.totenoc.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ymarcheg/">Yannig Marchegay</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ang">Old English</a> — <a href="http://home.comcast.net/~modean52/oeme_gnome.htm">http://home.comcast.net/~modean52/oeme_gnome.htm</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/modean52@comcast.net/">James R. Johnson</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/or">Oriya</a> — <a href="http://oriya.sarovar.org/">http://oriya.sarovar.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/gmohanty/">Gora Mohanty</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ps">Pashto</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/khalid/">Khalid Amiri</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/fa">Persian</a> — <a href="http://ifsug.org/wiki/index.php?title=Gnome_translation">http://ifsug.org/wiki/index.php?title=Gnome_translation</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/moonfriend/">Mahyar Moghimi</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/pl">Polish</a> — <a href="http://wiki.aviary.pl/GNOME">http://wiki.aviary.pl/GNOME</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/tomaszd/">Tomasz Dominikowski</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/pt">Portuguese</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/dnloreto/">Duarte Loreto</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/pa">Punjabi</a> — <a href="http://satluj.com">http://satluj.com</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/aman/">A S Alam</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ro">Romanian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/adiroiban/">Adi Roiban</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ru">Russian</a> — <a href="http://www.gnome.org.ru/">http://www.gnome.org.ru/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/lkanter/">Leonid Kanter</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/sr">Serbian</a> — <a href="http://prevod.org/">http://prevod.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mpopovic/">Милош Поповић</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/en@shaw">Shavian</a> — <a href="http://ubuntu.shavian.org.uk/">http://ubuntu.shavian.org.uk/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/tthurman@gnome.org/">Thomas Thurman</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/si">Sinhala</a> — <a href="http://sinhala.linux.lk/">http://sinhala.linux.lk/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/snavin/">Danishka Navin</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/sk">Slovak</a> — <a href="http://live.gnome.org/SlovakTranslation">http://live.gnome.org/SlovakTranslation</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/palos/">Pavol Šimo</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/sl">Slovenian</a> — <a href="https://wiki.lugos.si/slovenjenje:gnome:gnome">https://wiki.lugos.si/slovenjenje:gnome:gnome</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mateju/">Matej Urbančič</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/es">Spanish</a> — <a href="http://es.gnome.org/Documentacion/Traductores">http://es.gnome.org/Documentacion/Traductores</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/jorgegonz/">Jorge González González</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/sv">Swedish</a> — <a href="http://live.gnome.org/Swedish">http://live.gnome.org/Swedish</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/menthos/">Christian Rose</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/tl">Tagalog</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/epareja/">Eric Pareja</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/tg">Tajik</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/rkovacs@khujand.org/">Roger Kovacs</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ta">Tamil</a> — <a href="http://tamilgnome.sourceforge.net/">http://tamilgnome.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/njaya/">Jayaradha N.</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/tt">Tatar</a> — <a href="http://soft.beznen.net/">http://soft.beznen.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/tatarish.l10n@gmail.com/">Albert Fazlí</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/te">Telugu</a> — <a href="http://www.indlinux.org/telugu/">http://www.indlinux.org/telugu/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/smohan/">Sunil Mohan</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/th">Thai</a> — <a href="http://gnome-th.sourceforge.net/">http://gnome-th.sourceforge.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/tkaroonb/">Theppitak Karoonboonyanan</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/tr">Turkish</a> — <a href="http://www.gnome.org.tr/">http://www.gnome.org.tr/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/bcicek/">Barış Çiçek</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/tk">Turkmen</a> — <a href="http://kakilik.sf.net/">http://kakilik.sf.net/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/ghomota/">Ghorban M. Tavakoly</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ug">Uighur</a> — <a href="http://groups.yahoo.com/group/gnome-uighur/">http://groups.yahoo.com/group/gnome-uighur/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/aabdurix/">Abdurixit Abduxukur</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/uk">Ukrainian</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mdziumanenko/">Maxim V. Dziumanenko</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/ur">Urdu</a> — <a href="http://www.urduweb.org/">http://www.urduweb.org/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/mwalam_uk@yahoo.co.uk/">Muhammad Waqas Alam</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/uz">Uzbek</a> — <a href="http://groups.google.com/group/floss-uz-l10n">http://groups.google.com/group/floss-uz-l10n</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/anurali/">Nurali Abdurahmonov</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/vi">Vietnamese</a> — <a href="http://live.gnome.org/GnomeVi">http://live.gnome.org/GnomeVi</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pclouds/">Nguyễn Thái Ngọc Duy</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/wa">Walloon</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/pablo/">Pablo Saratxaga</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/cy">Welsh</a> — <a href="http://muse.19inch.net/~daf/gnome-cy/">http://muse.19inch.net/~daf/gnome-cy/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/daf/">Dafydd Harries</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/xh">Xhosa</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/aattar/">Adi Attar</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/yi">Yiddish</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/RaphaelFinkel/">Raphael Finkel</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/yo">Yoruba</a> — <a href="http://www.wazobiasoft.org/gnome/yoruba.htm">http://www.wazobiasoft.org/gnome/yoruba.htm</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/bonibz@hotmail.com/">Abayomi Mobolaji Onibudo</a> </span> </li> <li style="font-size: 120%;"> <a href="/teams/zu">Zulu</a> — <a href="http://translate.org.za/">http://translate.org.za/</a> <br /> <span style="font-size: 80%;"> Coordinated by <a href="/users/dbailey/">Dwayne Bailey</a> </span> </li> </ul> <p class="comment">If anything should be changed on this page, please <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=damned-lies&component=l10n.gnome.org">submit a bug report</a>.</p> </div> </div> <div id="footer"> Copyright © 2006-2009 <a href="http://www.gnome.org/">The GNOME Project</a>. <br /> Maintained in the <a href='http://git.gnome.org/browse/damned-lies/'>damned-lies</a> module on <a href='http://git.gnome.org/'>git.gnome.org</a> <br /> Hosted by <a href='http://www.canonical.com/'>Canonical</a>. </div> </div> <!-- end of div.body --> </body> </html> projects/GNOME/trigger 0000755 00000001537 15231153255 0010643 0 ustar 00 #!/bin/sh # Test whether the current package is a GNOME package. # NLS nuisances: Letter ranges are different in the Estonian locale. LC_ALL=C while true; do configfiles= if test -f configure.in; then configfiles="$configfiles configure.in" fi if test -f configure.ac; then configfiles="$configfiles configure.ac" fi if test -n "$configfiles"; then if grep '^GNOME_' $configfiles >/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 projects/GNOME/teams.url 0000644 00000000035 15231153255 0011077 0 ustar 00 http://l10n.gnome.org/teams/ po/Makefile.in.in 0000644 00000042251 15231153255 0007642 0 ustar 00 # Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # without any warranty. # # Origin: gettext-0.19.8 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SED = @SED@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ # When building gettext-tools, we prefer to use the built programs # rather than installed programs. However, we can't do that when we # are cross compiling. CROSS_COMPILING = @CROSS_COMPILING@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot POFILESDEPS_yes = $(POFILESDEPS_) POFILESDEPS_no = POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT)) DISTFILESDEPS_ = update-po DISTFILESDEPS_yes = $(DISTFILESDEPS_) DISTFILESDEPS_no = DISTFILESDEPS = $(DISTFILESDEPS_$(DIST_DEPENDS_ON_UPDATE_PO)) # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. CHECK_MACRO_VERSION = \ test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot @$(CHECK_MACRO_VERSION) test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. # The determination of whether the package xyz is a GNU one is based on the # heuristic whether some file in the top level directory mentions "GNU xyz". # If GNU 'find' is available, we avoid grepping through monster files. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed package_gnu="$(PACKAGE_GNU)"; \ test -n "$$package_gnu" || { \ if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \ LC_ALL=C find -L $(top_srcdir) -maxdepth 1 -type f \ -size -10000000c -exec grep 'GNU @PACKAGE@' \ /dev/null '{}' ';' 2>/dev/null; \ else \ LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null; \ fi; \ } | grep -v 'libtool:' >/dev/null; then \ package_gnu=yes; \ else \ package_gnu=no; \ fi; \ }; \ if test "$$package_gnu" = "yes"; then \ package_prefix='GNU '; \ else \ package_prefix=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_prefix}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot-header; then \ sed -e '1,/^#$$/d' < $(DOMAIN).po > $(DOMAIN).1po && \ cat $(srcdir)/$(DOMAIN).pot-header $(DOMAIN).1po > $(DOMAIN).po; \ rm -f $(DOMAIN).1po; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(POFILESDEPS) @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) \ && { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ esac; \ }; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: test -z "$(DISTFILESDEPS)" || $(MAKE) $(DISTFILESDEPS) @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ esac; \ }; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: po/remove-potcdate.sin 0000644 00000000660 15231153255 0010777 0 ustar 00 # Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } po/en@quot.header 0000644 00000002263 15231153255 0007754 0 ustar 00 # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # po/Makevars.template 0000644 00000006460 15231153255 0010500 0 ustar 00 # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Free Software Foundation, Inc. # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. # Possible values are "yes", "no", or empty. If it is empty, try to # detect it automatically by scanning the files in $(top_srcdir) for # "GNU packagename" string. PACKAGE_GNU = # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' # context. Possible values are "yes" and "no". Set this to yes if the # package uses functions taking also a message context, like pgettext(), or # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. USE_MSGCTXT = no # These options get passed to msgmerge. # Useful options are in particular: # --previous to keep previous msgids of translated messages, # --quiet to reduce the verbosity. MSGMERGE_OPTIONS = # These options get passed to msginit. # If you want to disable line wrapping when writing PO files, add # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and # MSGINIT_OPTIONS. MSGINIT_OPTIONS = # This tells whether or not to regenerate a PO file when $(DOMAIN).pot # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. PO_DEPENDS_ON_POT = yes # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. DIST_DEPENDS_ON_UPDATE_PO = yes po/boldquot.sed 0000644 00000000331 15231153255 0007507 0 ustar 00 s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“[1m/g s/”/[0m”/g s/‘/‘[1m/g s/’/[0m’/g po/insert-header.sin 0000644 00000001240 15231153255 0010426 0 ustar 00 # Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } po/Rules-quot 0000644 00000004233 15231153255 0007171 0 ustar 00 # This file, Rules-quot, can be copied and used freely without restrictions. # Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) $(MSGINIT_OPTIONS) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null \ | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \ { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \ $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \ ;; \ *) \ $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \ ;; \ esac } 2>/dev/null > $$tmpdir/$$lang.new.po \ ; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header po/quot.sed 0000644 00000000231 15231153255 0006645 0 ustar 00 s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g po/en@boldquot.header 0000644 00000002471 15231153255 0010616 0 ustar 00 # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # its/fontconfig.its 0000644 00000000275 15231153255 0010226 0 ustar 00 <?xml version="1.0"?> <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> <its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/> </its:rules> its/fontconfig.loc 0000644 00000000275 15231153255 0010204 0 ustar 00 <?xml version="1.0"?> <locatingRules> <locatingRule name="Fontconfig" pattern="*.conf"> <documentRule localName="fontconfig" target="fontconfig.its"/> </locatingRule> </locatingRules> config.rpath 0000755 00000044216 15231153255 0007065 0 ustar 00 #! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2016 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file 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. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's _LT_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; mingw* | cygwin* | pw32* | os2* | cegcc*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in ecc*) wl='-Wl,' ;; icc* | ifort*) wl='-Wl,' ;; lf95*) wl='-Wl,' ;; nagfor*) wl='-Wl,-Wl,,' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; xl* | bgxl* | bgf* | mpixl*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ F* | *Sun*Fortran*) wl= ;; *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; newsos6) ;; *nto* | *qnx*) ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) wl='-Qoption ld ' ;; *) wl='-Wl,' ;; esac ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's _LT_LINKER_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; haiku*) ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then : else ld_shlibs=no fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd2.[01]*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix[4-9]*) library_names_spec='$libname$shrext' ;; amigaos*) case "$host_cpu" in powerpc*) library_names_spec='$libname$shrext' ;; m68k) library_names_spec='$libname.a' ;; esac ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32* | cegcc*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd[23].*) library_names_spec='$libname$shrext$versuffix' ;; freebsd* | dragonfly*) library_names_spec='$libname$shrext' ;; gnu*) library_names_spec='$libname$shrext' ;; haiku*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; *nto* | *qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; tpf*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF # How to pass a linker flag through the compiler. wl="$escaped_wl" # Static library suffix (normally "a"). libext="$libext" # Shared library suffix (normally "so"). shlibext="$shlibext" # Format of library name prefix. libname_spec="$escaped_libname_spec" # Library names that the linker finds when passed -lNAME. library_names_spec="$escaped_library_names_spec" # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec" # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator="$hardcode_libdir_separator" # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct="$hardcode_direct" # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L="$hardcode_minus_L" EOF ABOUT-NLS 0000644 00000267474 15231153255 0006021 0 ustar 00 1 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this 'ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU 'gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU 'gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU 'gettext'. Other packages have their own ways to internationalization, predating GNU 'gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU 'gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU 'gettext' installed on your system and run configure without an option for your new package, 'configure' will probably detect the previously built and installed 'libintl' library and will decide to use it. If not, you may have to to use the '--with-libintl-prefix' option to tell 'configure' where to look for it. Internationalized packages usually have many 'po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at 'configure' time by using the '--disable-nls' switch, all available translations are installed together with the package. However, the environment variable 'LINGUAS' may be set, prior to configuration, to limit the installed set. 'LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the 'LANG' environment variable to the appropriate 'LL_CC' combination. If you happen to have the 'LC_ALL' or some other 'LC_xxx' environment variables set, you should unset them before setting 'LANG', otherwise the setting of 'LANG' will not have the desired effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in 'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your '.login' or '.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of 'LL_CC', with 'LL' denoting the language and 'CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command 'locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called 'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG' for the purpose of message handling, but you still need to have 'LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from 'no' to 'nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under 'nb' and some older ones under 'no', it's recommended for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and older translations are used. In the 'LANGUAGE' environment variable, but not in the 'LANG' environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to denote the language's main dialect. For example, 'de' is equivalent to 'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, 'http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has '-request' appended. For example, speakers of Swedish can send a message to 'sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to 'coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of Jun 2014. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs +---------------------------------------------------+ a2ps | [] [] [] | aegis | | anubis | | aspell | [] [] [] | bash | [] [] [] | bfd | | binutils | [] | bison | | bison-runtime | [] | buzztrax | [] | ccd2cue | | ccide | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | [] | datamash | | denemo | [] [] | dfarc | [] | dialog | [] [] [] | dico | | diffutils | [] | dink | [] | direvent | | doodle | [] | dos2unix | | dos2unix-man | | e2fsprogs | [] [] | enscript | [] | exif | [] | fetchmail | [] [] | findutils | [] | flex | [] | freedink | [] [] | fusionforge | | gas | | gawk | [] | gcal | [] | gcc | | gdbm | | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gjay | | glunarclock | [] [] [] | gnubiff | [] | gnubik | [] | gnucash | () () [] | gnuchess | | gnulib | [] | gnunet | | gnunet-gtk | | gold | | gphoto2 | [] | gprof | [] | gramadoir | | grep | [] [] [] | grub | [] | gsasl | | gss | | gst-plugins-bad | [] [] | gst-plugins-base | [] [] [] | gst-plugins-good | [] [] [] | gst-plugins-ugly | [] [] [] | gstreamer | [] [] [] [] | gtick | [] | gtkam | [] [] | gtkspell | [] [] [] [] [] | guix | | guix-packages | | gutenprint | [] | hello | [] | help2man | | help2man-texi | | hylafax | | idutils | | iso_15924 | [] | iso_3166 | [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | iso_639_5 | | jwhois | | kbd | [] | klavaro | [] [] [] [] [] | ld | [] | leafpad | [] [] [] [] | libc | [] [] [] | libexif | () | libextractor | | libgnutls | [] | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | | libiconv | [] [] | libidn | [] | liferea | [] [] [] [] | lilypond | [] [] | lordsawar | [] | lprng | | lynx | [] [] | m4 | [] | mailfromd | | mailutils | | make | [] | man-db | [] [] | man-db-manpages | | midi-instruments | [] [] [] | minicom | [] | mkisofs | [] | myserver | [] | nano | [] [] [] | opcodes | | parted | [] | pies | | pnmixer | | popt | [] | procps-ng | | procps-ng-man | | psmisc | [] | pspp | [] | pushover | [] | pwdutils | | pyspread | | radius | [] | recode | [] [] [] | recutils | | rpm | | rush | | sarg | | sed | [] [] [] [] | sharutils | [] | shishi | | skribilo | | solfege | [] [] | solfege-manual | | spotmachine | | sudo | [] [] | sudoers | [] [] | sysstat | [] | tar | [] [] [] | texinfo | [] [] | texinfo_document | [] [] | tigervnc | [] | tin | | tin-man | | tracgoogleappsa... | | trader | | util-linux | [] | ve | | vice | | vmm | | vorbis-tools | [] | wastesedge | | wcd | | wcd-man | | wdiff | [] [] | wget | [] | wyslij-po | | xboard | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ af am an ar as ast az be bg bn bn_IN bs ca crh cs 4 0 2 5 3 11 0 8 25 3 3 1 55 4 74 da de el en en_GB en_ZA eo es et eu fa fi fr +--------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] [] | aegis | [] [] [] [] | anubis | [] [] [] [] [] | aspell | [] [] [] [] [] [] [] | bash | [] [] [] | bfd | [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] [] [] [] | buzztrax | [] [] [] [] | ccd2cue | [] [] [] [] | ccide | [] [] [] [] [] [] | cflow | [] [] [] [] [] | clisp | [] [] [] [] [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] [] | cppi | [] [] [] [] [] | cpplib | [] [] [] [] [] [] | cryptsetup | [] [] [] [] [] | datamash | [] [] [] [] | denemo | [] | dfarc | [] [] [] [] [] [] | dialog | [] [] [] [] [] [] [] [] [] | dico | [] [] [] [] | diffutils | [] [] [] [] [] [] | dink | [] [] [] [] [] [] | direvent | [] [] [] [] | doodle | [] [] [] [] | dos2unix | [] [] [] [] [] | dos2unix-man | [] [] [] | e2fsprogs | [] [] [] [] [] | enscript | [] [] [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] () [] [] [] [] [] | findutils | [] [] [] [] [] [] [] [] | flex | [] [] [] [] [] [] | freedink | [] [] [] [] [] [] [] [] | fusionforge | [] [] [] | gas | [] [] [] | gawk | [] [] [] [] [] | gcal | [] [] [] [] | gcc | [] | gdbm | [] [] [] [] [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] | gjay | [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | () [] [] () | gnubik | [] [] [] [] [] | gnucash | [] () () () () () () | gnuchess | [] [] [] [] | gnulib | [] [] [] [] [] [] [] | gnunet | [] | gnunet-gtk | [] | gold | [] [] [] | gphoto2 | [] () [] [] | gprof | [] [] [] [] [] [] | gramadoir | [] [] [] [] [] | grep | [] [] [] [] [] [] [] | grub | [] [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | [] () [] [] [] | gtkam | [] () [] [] [] [] | gtkspell | [] [] [] [] [] [] [] [] | guix | [] [] | guix-packages | | gutenprint | [] [] [] [] | hello | [] [] [] [] [] [] [] [] | help2man | [] [] [] [] [] [] [] | help2man-texi | [] [] [] | hylafax | [] [] | idutils | [] [] [] [] [] | iso_15924 | [] () [] [] () [] () | iso_3166 | [] () [] [] [] [] () [] () | iso_3166_2 | [] () () () | iso_4217 | [] () [] [] [] () [] () | iso_639 | [] () [] [] () [] () | iso_639_3 | () () () | iso_639_5 | () () () | jwhois | [] [] [] [] [] | kbd | [] [] [] [] [] [] | klavaro | [] [] [] [] [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] [] () [] [] | libextractor | [] | libgnutls | [] [] [] [] | libgphoto2 | [] () [] | libgphoto2_port | [] () [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] [] | libidn | [] [] [] [] [] | liferea | [] () [] [] [] [] [] | lilypond | [] [] [] [] [] [] | lordsawar | [] [] | lprng | | lynx | [] [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | [] | mailutils | [] [] [] [] | make | [] [] [] [] [] | man-db | [] [] [] [] | man-db-manpages | [] [] | midi-instruments | [] [] [] [] [] [] [] [] [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] | myserver | [] [] [] [] | nano | [] [] [] [] [] [] [] | opcodes | [] [] [] [] [] | parted | [] [] [] | pies | [] | pnmixer | [] [] | popt | [] [] [] [] [] [] | procps-ng | [] [] | procps-ng-man | [] [] | psmisc | [] [] [] [] [] [] [] | pspp | [] [] [] | pushover | () [] [] [] | pwdutils | [] [] [] | pyspread | [] [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] | recutils | [] [] [] [] | rpm | [] [] [] [] [] | rush | [] [] [] | sarg | [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] [] [] | skribilo | [] [] [] | solfege | [] [] [] [] [] [] [] [] | solfege-manual | [] [] [] [] [] | spotmachine | [] [] [] [] [] | sudo | [] [] [] [] [] [] | sudoers | [] [] [] [] [] [] | sysstat | [] [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] [] | texinfo_document | [] [] [] [] | tigervnc | [] [] [] [] [] [] | tin | [] [] [] [] | tin-man | [] | tracgoogleappsa... | [] [] [] [] [] | trader | [] [] [] [] [] [] | util-linux | [] [] [] [] | ve | [] [] [] [] [] | vice | () () () | vmm | [] [] | vorbis-tools | [] [] [] [] | wastesedge | [] | wcd | [] [] [] [] | wcd-man | [] | wdiff | [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] | wyslij-po | [] [] [] [] | xboard | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] [] | +--------------------------------------------------+ da de el en en_GB en_ZA eo es et eu fa fi fr 119 131 32 1 6 0 94 95 22 13 4 102 139 ga gd gl gu he hi hr hu hy ia id is it ja ka kk +-------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] | anubis | [] [] [] [] | aspell | [] [] [] [] [] | bash | [] [] [] [] | bfd | [] [] | binutils | [] [] [] | bison | [] | bison-runtime | [] [] [] [] [] [] [] [] | buzztrax | | ccd2cue | [] | ccide | [] [] | cflow | [] [] [] | clisp | | coreutils | [] [] | cpio | [] [] [] [] [] [] | cppi | [] [] [] [] [] | cpplib | [] [] | cryptsetup | [] | datamash | | denemo | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] | dink | [] | direvent | [] | doodle | [] [] | dos2unix | [] [] | dos2unix-man | | e2fsprogs | [] [] | enscript | [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] | findutils | [] [] [] [] [] [] [] | flex | [] | freedink | [] [] [] [] | fusionforge | | gas | [] | gawk | [] () [] | gcal | | gcc | | gdbm | | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] | gettext-tools | [] [] [] | gjay | [] | glunarclock | [] [] [] [] [] [] | gnubiff | [] [] () | gnubik | [] [] [] | gnucash | () () () () () | gnuchess | | gnulib | [] [] [] [] [] | gnunet | | gnunet-gtk | | gold | [] [] | gphoto2 | [] [] [] [] | gprof | [] [] [] [] | gramadoir | [] [] [] | grep | [] [] [] [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | guix | | guix-packages | | gutenprint | [] [] [] | hello | [] [] [] [] [] | help2man | [] [] [] | help2man-texi | | hylafax | [] | idutils | [] [] | iso_15924 | [] [] [] [] [] [] | iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] | iso_4217 | [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | iso_639_5 | | jwhois | [] [] [] [] | kbd | [] [] [] | klavaro | [] [] [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] [] [] [] [] | libidn | [] [] [] [] | liferea | [] [] [] [] [] | lilypond | [] | lordsawar | | lprng | [] | lynx | [] [] [] [] | m4 | [] [] [] [] [] | mailfromd | | mailutils | | make | [] [] [] [] | man-db | [] [] | man-db-manpages | [] [] | midi-instruments | [] [] [] [] [] [] [] [] [] | minicom | [] [] [] | mkisofs | [] [] | myserver | [] | nano | [] [] [] [] [] [] | opcodes | [] [] [] | parted | [] [] [] [] [] | pies | | pnmixer | [] [] | popt | [] [] [] [] [] [] [] [] [] [] | procps-ng | | procps-ng-man | | psmisc | [] [] [] [] | pspp | [] [] | pushover | [] | pwdutils | [] | pyspread | | radius | [] | recode | [] [] [] [] [] [] [] | recutils | | rpm | [] | rush | [] | sarg | | sed | [] [] [] [] [] [] [] | sharutils | | shishi | | skribilo | [] | solfege | [] [] | solfege-manual | | spotmachine | | sudo | [] [] [] [] | sudoers | [] [] [] | sysstat | [] [] [] [] | tar | [] [] [] [] [] [] | texinfo | [] [] [] | texinfo_document | [] [] [] | tigervnc | | tin | | tin-man | | tracgoogleappsa... | [] [] [] [] | trader | [] [] | util-linux | [] | ve | [] | vice | () () | vmm | | vorbis-tools | [] [] | wastesedge | [] | wcd | | wcd-man | | wdiff | [] [] [] | wget | [] [] [] [] | wyslij-po | [] [] [] | xboard | | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ ga gd gl gu he hi hr hu hy ia id is it ja ka kk 35 2 47 4 8 2 60 71 2 6 81 11 87 57 0 3 kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl +--------------------------------------------------+ a2ps | [] [] | aegis | [] | anubis | [] [] [] | aspell | [] [] | bash | [] [] | bfd | | binutils | | bison | [] | bison-runtime | [] [] [] [] [] [] | buzztrax | | ccd2cue | | ccide | [] [] | cflow | [] | clisp | [] | coreutils | [] [] | cpio | [] | cppi | | cpplib | [] | cryptsetup | [] | datamash | [] [] | denemo | | dfarc | [] [] | dialog | [] [] [] [] [] [] | dico | | diffutils | [] [] [] | dink | [] | direvent | [] | doodle | [] | dos2unix | [] [] | dos2unix-man | [] | e2fsprogs | [] | enscript | [] | exif | [] [] [] | fetchmail | [] | findutils | [] [] | flex | [] | freedink | [] [] | fusionforge | | gas | | gawk | [] | gcal | | gcc | | gdbm | | gettext-examples | [] [] [] [] [] [] | gettext-runtime | [] [] [] | gettext-tools | [] | gjay | | glunarclock | [] [] | gnubiff | [] | gnubik | [] [] | gnucash | () () () () () () () [] | gnuchess | [] [] | gnulib | [] | gnunet | | gnunet-gtk | | gold | | gphoto2 | [] | gprof | [] [] | gramadoir | [] | grep | [] [] | grub | [] [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] | gst-plugins-base | [] [] [] | gst-plugins-good | [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | [] [] [] | gtick | [] | gtkam | [] [] | gtkspell | [] [] [] [] [] [] [] | guix | | guix-packages | | gutenprint | [] | hello | [] [] [] | help2man | [] | help2man-texi | | hylafax | [] | idutils | [] | iso_15924 | () [] [] | iso_3166 | [] [] [] () [] [] [] [] [] [] | iso_3166_2 | () [] | iso_4217 | () [] [] [] | iso_639 | [] [] () [] [] [] [] | iso_639_3 | [] () [] | iso_639_5 | () | jwhois | [] [] | kbd | [] | klavaro | [] [] | ld | | leafpad | [] [] [] [] [] | libc | [] [] | libexif | [] | libextractor | [] | libgnutls | [] [] | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | [] [] | libidn | [] | liferea | [] [] [] | lilypond | [] | lordsawar | | lprng | | lynx | [] | m4 | [] | mailfromd | | mailutils | | make | [] [] | man-db | [] | man-db-manpages | [] | midi-instruments | [] [] [] [] [] [] [] | minicom | [] | mkisofs | [] | myserver | | nano | [] [] [] | opcodes | [] | parted | [] [] | pies | | pnmixer | [] | popt | [] [] [] [] [] | procps-ng | | procps-ng-man | | psmisc | [] | pspp | [] [] | pushover | | pwdutils | [] | pyspread | | radius | [] | recode | [] [] | recutils | [] | rpm | [] | rush | [] | sarg | | sed | [] [] | sharutils | [] | shishi | | skribilo | | solfege | [] [] | solfege-manual | [] | spotmachine | [] | sudo | [] [] [] | sudoers | [] [] [] | sysstat | [] [] | tar | [] [] [] | texinfo | [] | texinfo_document | [] | tigervnc | [] | tin | | tin-man | | tracgoogleappsa... | [] [] [] | trader | [] | util-linux | [] | ve | [] | vice | [] | vmm | [] | vorbis-tools | [] | wastesedge | [] | wcd | [] | wcd-man | [] | wdiff | [] | wget | [] [] | wyslij-po | [] | xboard | [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +--------------------------------------------------+ kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl 5 15 4 6 0 13 23 3 3 3 4 11 2 42 1 125 nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] [] [] | bash | [] [] [] [] [] [] | bfd | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] [] | buzztrax | [] | ccd2cue | [] [] | ccide | [] [] [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cppi | [] [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | datamash | [] [] | denemo | | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | [] | diffutils | [] [] [] | dink | | direvent | [] [] [] | doodle | [] [] | dos2unix | [] [] [] [] | dos2unix-man | [] [] | e2fsprogs | [] | enscript | [] [] [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] [] [] [] | fusionforge | | gas | | gawk | [] | gcal | | gcc | | gdbm | [] [] [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gjay | [] | glunarclock | [] [] [] [] [] [] | gnubiff | [] | gnubik | [] [] [] [] | gnucash | () () () () () [] | gnuchess | [] [] | gnulib | [] [] [] [] [] | gnunet | | gnunet-gtk | | gold | | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] | gramadoir | [] [] | grep | [] [] [] [] [] [] | grub | [] [] [] [] [] | gsasl | [] [] [] | gss | [] [] [] [] | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | guix | | guix-packages | | gutenprint | [] [] | hello | [] [] [] [] [] [] | help2man | [] [] [] [] | help2man-texi | [] | hylafax | | idutils | [] [] [] | iso_15924 | [] () [] [] [] [] | iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] () [] | iso_4217 | [] [] () [] [] [] [] [] | iso_639 | [] [] [] () [] [] [] [] [] [] | iso_639_3 | [] () | iso_639_5 | () [] | jwhois | [] [] [] [] | kbd | [] [] | klavaro | [] [] [] [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] | libc | [] [] [] | libexif | [] () [] | libextractor | [] | libgnutls | [] | libgphoto2 | [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] [] | liferea | [] [] [] [] () [] [] | lilypond | | lordsawar | | lprng | [] | lynx | [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | midi-instruments | [] [] [] [] [] [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | [] [] | nano | [] [] [] [] [] [] | opcodes | | parted | [] [] [] [] [] [] | pies | [] | pnmixer | [] | popt | [] [] [] [] [] [] | procps-ng | [] | procps-ng-man | [] | psmisc | [] [] [] [] | pspp | [] [] | pushover | | pwdutils | [] | pyspread | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | recutils | [] [] | rpm | [] | rush | [] [] [] | sarg | [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] | shishi | [] [] | skribilo | [] | solfege | [] [] [] | solfege-manual | [] [] | spotmachine | [] [] | sudo | [] [] [] [] [] [] | sudoers | [] [] [] [] | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] | texinfo_document | [] [] | tigervnc | [] [] [] | tin | [] | tin-man | | tracgoogleappsa... | [] [] [] [] | trader | [] [] | util-linux | [] [] | ve | [] [] [] | vice | | vmm | | vorbis-tools | [] [] [] | wastesedge | | wcd | | wcd-man | | wdiff | [] [] [] [] [] | wget | [] [] [] [] [] | wyslij-po | [] [] [] [] | xboard | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | +------------------------------------------------+ nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 7 3 6 114 1 12 88 32 82 3 40 45 7 101 sv sw ta te tg th tr uk ur vi wa wo zh_CN +----------------------------------------------+ a2ps | [] [] [] [] [] | aegis | [] | anubis | [] [] [] [] | aspell | [] [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | buzztrax | [] [] [] | ccd2cue | [] [] [] | ccide | [] [] [] [] | cflow | [] [] [] [] | clisp | | coreutils | [] [] [] | cpio | [] [] [] [] [] | cppi | [] [] [] [] | cpplib | [] [] [] [] [] | cryptsetup | [] [] [] | datamash | [] [] [] | denemo | [] | dfarc | [] [] | dialog | [] [] [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] | dink | [] | direvent | [] [] | doodle | [] [] | dos2unix | [] [] [] [] | dos2unix-man | [] [] [] | e2fsprogs | [] [] [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] | freedink | [] [] [] | fusionforge | | gas | [] | gawk | [] [] [] | gcal | [] [] [] | gcc | [] | gdbm | [] [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] | gettext-tools | [] [] [] [] [] | gjay | [] [] [] | glunarclock | [] [] [] [] | gnubiff | [] [] | gnubik | [] [] [] [] | gnucash | () () () () [] | gnuchess | [] [] [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gold | [] [] | gphoto2 | [] [] [] [] | gprof | [] [] [] [] | gramadoir | [] [] [] | grep | [] [] [] [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | guix | | guix-packages | | gutenprint | [] [] [] [] | hello | [] [] [] [] [] [] | help2man | [] [] [] | help2man-texi | [] | hylafax | [] | idutils | [] [] [] | iso_15924 | [] () [] [] () [] | iso_3166 | [] [] () [] [] () [] [] | iso_3166_2 | () [] [] () [] | iso_4217 | [] () [] [] () [] | iso_639 | [] [] [] () [] [] () [] [] | iso_639_3 | [] () [] [] () | iso_639_5 | () [] () | jwhois | [] [] [] [] | kbd | [] [] [] [] | klavaro | [] [] [] [] [] [] | ld | [] [] [] [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] [] () | libextractor | [] [] | libgnutls | [] [] [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] [] | libgsasl | [] [] [] [] | libiconv | [] [] [] [] [] | libidn | () [] [] [] | liferea | [] [] [] [] [] | lilypond | [] | lordsawar | | lprng | [] | lynx | [] [] [] [] | m4 | [] [] [] | mailfromd | [] [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] | midi-instruments | [] [] [] [] [] [] | minicom | [] [] | mkisofs | [] [] [] | myserver | [] | nano | [] [] [] [] | opcodes | [] [] [] | parted | [] [] [] [] [] | pies | [] [] | pnmixer | [] [] [] | popt | [] [] [] [] [] [] [] | procps-ng | [] [] | procps-ng-man | [] | psmisc | [] [] [] [] | pspp | [] [] [] | pushover | [] | pwdutils | [] [] | pyspread | [] | radius | [] [] | recode | [] [] [] [] | recutils | [] [] [] | rpm | [] [] [] [] | rush | [] [] | sarg | | sed | [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] [] | skribilo | [] [] | solfege | [] [] [] [] | solfege-manual | [] | spotmachine | [] [] [] | sudo | [] [] [] [] [] | sudoers | [] [] [] [] | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] | texinfo_document | [] | tigervnc | [] [] [] | tin | [] | tin-man | | tracgoogleappsa... | [] [] [] [] [] | trader | [] | util-linux | [] [] [] [] | ve | [] [] [] [] | vice | () () | vmm | | vorbis-tools | [] [] | wastesedge | | wcd | [] [] [] | wcd-man | [] | wdiff | [] [] [] [] | wget | [] [] [] | wyslij-po | [] [] | xboard | [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | +----------------------------------------------+ sv sw ta te tg th tr uk ur vi wa wo zh_CN 106 1 4 3 0 13 51 115 1 125 7 1 100 zh_HK zh_TW +-------------+ a2ps | | 30 aegis | | 9 anubis | | 19 aspell | | 29 bash | [] | 23 bfd | | 11 binutils | | 12 bison | [] | 18 bison-runtime | [] | 38 buzztrax | | 9 ccd2cue | | 10 ccide | | 17 cflow | | 16 clisp | | 10 coreutils | | 18 cpio | | 20 cppi | | 17 cpplib | [] | 19 cryptsetup | | 14 datamash | | 11 denemo | | 5 dfarc | | 17 dialog | [] | 42 dico | | 6 diffutils | | 22 dink | | 10 direvent | | 11 doodle | | 12 dos2unix | [] | 18 dos2unix-man | | 9 e2fsprogs | | 15 enscript | | 21 exif | | 27 fetchmail | | 19 findutils | | 29 flex | [] | 19 freedink | | 24 fusionforge | | 3 gas | | 5 gawk | | 13 gcal | | 8 gcc | | 2 gdbm | | 10 gettext-examples | [] [] | 40 gettext-runtime | [] [] | 35 gettext-tools | [] | 24 gjay | | 9 glunarclock | [] | 27 gnubiff | | 9 gnubik | | 19 gnucash | () | 6 gnuchess | | 11 gnulib | | 23 gnunet | | 1 gnunet-gtk | | 1 gold | | 7 gphoto2 | [] | 19 gprof | | 21 gramadoir | | 14 grep | [] | 31 grub | | 21 gsasl | [] | 19 gss | | 17 gst-plugins-bad | | 21 gst-plugins-base | | 27 gst-plugins-good | | 32 gst-plugins-ugly | | 34 gstreamer | [] | 32 gtick | | 19 gtkam | | 24 gtkspell | [] [] | 48 guix | | 2 guix-packages | | 0 gutenprint | | 15 hello | [] | 30 help2man | | 18 help2man-texi | | 5 hylafax | | 5 idutils | | 14 iso_15924 | [] | 23 iso_3166 | [] [] | 58 iso_3166_2 | | 9 iso_4217 | [] [] | 28 iso_639 | [] [] | 46 iso_639_3 | | 10 iso_639_5 | | 2 jwhois | [] | 20 kbd | | 17 klavaro | | 30 ld | [] | 15 leafpad | [] | 39 libc | [] | 24 libexif | | 10 libextractor | | 5 libgnutls | | 13 libgphoto2 | | 10 libgphoto2_port | [] | 19 libgsasl | | 18 libiconv | [] | 29 libidn | | 17 liferea | | 29 lilypond | | 11 lordsawar | | 3 lprng | | 3 lynx | | 19 m4 | [] | 22 mailfromd | | 4 mailutils | | 6 make | | 19 man-db | | 15 man-db-manpages | | 10 midi-instruments | [] | 43 minicom | [] | 17 mkisofs | | 13 myserver | | 9 nano | [] | 30 opcodes | | 12 parted | [] | 23 pies | | 4 pnmixer | | 9 popt | [] | 36 procps-ng | | 5 procps-ng-man | | 4 psmisc | [] | 22 pspp | | 13 pushover | | 6 pwdutils | | 8 pyspread | | 6 radius | | 9 recode | | 31 recutils | | 10 rpm | [] | 13 rush | | 10 sarg | | 4 sed | [] | 35 sharutils | | 13 shishi | | 7 skribilo | | 7 solfege | | 21 solfege-manual | | 9 spotmachine | | 11 sudo | | 26 sudoers | | 22 sysstat | | 23 tar | [] | 30 texinfo | | 17 texinfo_document | | 13 tigervnc | | 14 tin | [] | 7 tin-man | | 1 tracgoogleappsa... | [] | 22 trader | | 12 util-linux | | 13 ve | | 14 vice | | 1 vmm | | 3 vorbis-tools | | 13 wastesedge | | 3 wcd | | 8 wcd-man | | 3 wdiff | [] | 23 wget | | 21 wyslij-po | | 14 xboard | | 10 xdg-user-dirs | [] [] | 68 xkeyboard-config | [] | 28 +-------------+ 89 teams zh_HK zh_TW 166 domains 7 42 2809 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If Jun 2014 seems to be old, you may fetch a more recent copy of this 'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at 'http://translationproject.org/extra/matrix.html'. 1.5 Using 'gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU 'gettext' in your package. Of course you have to respect the GNU Lesser General Public License which covers the use of the GNU 'gettext' library. This means in particular that even non-free programs can use 'libintl' as a shared library, whereas only free software can use 'libintl' as a static library or use modified versions of 'libintl'. Once the sources are changed appropriately and the setup can handle the use of 'gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact 'coordinator@translationproject.org' to make the '.pot' files available to the translation teams. msgunfmt.tcl 0000644 00000004667 15231153255 0007127 0 ustar 00 # Reading tcl/msgcat .msg files. # Copyright (C) 2002, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. namespace eval msgcat { namespace export mcset mcdump variable header "" } proc msgcat::puts_po_string {str} { # Replace " with \" regsub -all "\"" $str "\\\"" str # Replace \ with \\ regsub -all "\\\\" $str "\\\\\\" str # Replace newline with \n regsub -all [subst "\n"] $str "\\n" str regsub -all [subst "\a"] $str "\\a" str regsub -all [subst "\b"] $str "\\b" str regsub -all [subst "\f"] $str "\\f" str regsub -all [subst "\r"] $str "\\r" str regsub -all [subst "\t"] $str "\\t" str regsub -all [subst "\v"] $str "\\v" str # Output it. puts -nonewline "\"$str\"" } proc msgcat::write_po_message {msgid msgstr} { puts -nonewline "msgid " puts_po_string $msgid puts "" puts -nonewline "msgstr " puts_po_string $msgstr puts "" puts "" } # This gets called once for each message in the .msg catalog. proc msgcat::mcset {locale src {dest ""}} { msgcat::write_po_message $src $dest } # Main function. proc msgcat::mcdump {langfile} { if {[file exists $langfile]} { # msgunfmt expects the output in UTF-8 encoding. fconfigure stdout -encoding utf-8 set msgcat::header "" set fd [open $langfile r] # In newer tcl versions, the .msg files are in UTF-8 encoding. fconfigure $fd -encoding utf-8 eval [read $fd] close $fd if {$msgcat::header == ""} { # Provide a minimal header. set msgcat::header [subst "MIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n"] } msgcat::write_po_message "" $msgcat::header } else { # Tell msgunfmt to emit an internationalized error message. exit 2 } } # Main code: call the main function on the first and only argument. msgcat::mcdump [lindex $argv 0] exit 0 styles/po-emacs-x.css 0000644 00000002216 15231153255 0010555 0 ustar 00 /* Styling rules for PO files, imitating emacs 21 and 22 in an X window. Copyright (C) 2006, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .comment { color : rgb(178,34,34); } .reference { color : rgb(95,158,160); } .flag { color : rgb(0,0,0); } .keyword { color : rgb(160,32,240); } .string { color : rgb(160,32,240); } .text { color : rgb(0,0,0); } .escape-sequence { color : rgb(184,134,11); } .format-directive { color : rgb(184,134,11); } styles/po-default.css 0000644 00000002451 15231153255 0010645 0 ustar 00 /* Default styling rules for PO files when doing terminal output. Copyright (C) 2006-2007, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .translator-comment { color : green; } .obsolete { color : green; } .extracted-comment { color : green; font-weight: bold; } .flag { text-decoration : underline; } .fuzzy-flag { text-decoration : none; } .text { color : magenta; } .msgstr .text { color : blue; } .fuzzy .msgstr .text { color : red; } .format-directive { font-weight: bold; } .invalid-format-directive { background-color : red; color : white; font-weight: bold; } styles/po-emacs-xterm.css 0000644 00000002152 15231153255 0011444 0 ustar 00 /* Styling rules for PO files, imitating emacs 22 in an xterm terminal. Copyright (C) 2006, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .reference { color : rgb(205,0,205); } .keyword { color : rgb(0,255,255); font-weight : bold; } .string { color : rgb(0,255,255); font-weight : bold; } .text { color : rgb(0,0,0); font-weight : normal; } .escape-sequence { color : rgb(205,205,0); } .format-directive { color : rgb(205,205,0); } styles/po-emacs-xterm16.css 0000644 00000002216 15231153255 0011614 0 ustar 00 /* Styling rules for PO files, imitating emacs 22 in an xterm-16color terminal. Copyright (C) 2006, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .comment { color : rgb(205,0,0); } .reference { color : rgb(0,205,205); } .flag { color : rgb(0,0,0); } .keyword { color : rgb(205,0,205); } .string { color : rgb(205,0,205); } .text { color : rgb(0,0,0); } .escape-sequence { color : rgb(205,205,0); } .format-directive { color : rgb(205,205,0); } styles/po-vim.css 0000644 00000002223 15231153255 0010011 0 ustar 00 /* Styling rules for PO files, imitating vim 7. Copyright (C) 2006, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .comment { color : rgb(0,0,205); } .reference-comment { color : rgb(205,0,205); } .flag-comment { color : rgb(205,0,205); } .fuzzy-flag { color : rgb(0,0,0); background-color : rgb(205,205,0); } .keyword { color : rgb(205,205,0); } .string { color : rgb(205,0,0); } .escape-sequence { color : rgb(205,0,205); } .format-directive { color : rgb(205,0,205); } styles/po-emacs-xterm256.css 0000644 00000002220 15231153255 0011675 0 ustar 00 /* Styling rules for PO files, imitating emacs 22 in an xterm-256color terminal. Copyright (C) 2006, 2015-2016 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 3 of the License, 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, see <http://www.gnu.org/licenses/>. */ .comment { color : rgb(175,0,0); } .reference { color : rgb(95,175,175); } .flag { color : rgb(0,0,0); } .keyword { color : rgb(175,0,255); } .string { color : rgb(175,0,255); } .text { color : rgb(0,0,0); } .escape-sequence { color : rgb(175,135,0); } .format-directive { color : rgb(175,135,0); } archive.dir.tar.xz 0000644 00001411130 15231153255 0010115 0 ustar 00 �7zXZ �ִF ! t/��[��] 3�K���� n�dc�>�7/j�\��4���3 դ.�����S���&�Пc�vf� ��X��@�Y�H�t����ʩ�U<��I`P��ҳ��њ���z&�*�ڥ��T�H���>Z�m(~�w/�_�Đ��+���kA�Z� �+���g�N�/둂+ ߄����WL�j�_�C ���E_E��O�.Zp��2*� �#����.$#��M��%��P��n�yr�ڟ�0-0��G��d�`/�ޝV)�����v�Æo"�(�(ؚbyL]��d*�Ȥh`�ܜ�����ћ��FĂ�:�A��m�CB�e`�{Ο���܁���ƞH�=��� ��%�k2 j)�5Z�F��� Y;C��@Õ������9 @m�<�f(U ��6w ��e��zl5�"�U >̏*�cp�W���ۀ1�W�`�皜*�G�:\��zs�5o}R�d�e��G��}��@� s��;�|?� -uR*��C�=5�r��OC w���Z��p&�a�A�?�X\'�g�*����l)ZJ���%y��7�ჹX�3>���Oo�)O�I1=�ی2+7zJ�q�m��I��p�����|���5�� O�m� �qmg��*Ky�D���>��$3��B�[sJ�m�+E����l���ɴ>�[l�����͙O!�n(;��1�;6�,*(!�_���Dž���I�;a���RS�� �ŷ� ��/|�[��ʃ� 3d��$�0MTa��L儥!z��~��b��� [�����tr;S]93��)J�}y�F�8AW@�+xL�����0"L�zo{� �������:�>K��؏)��E�C%�~_�k�/=k���I��8I �^��`�� ���#6}O�F�;�}�lj��i��s���[C�����`直⍐q�B�j��,.- `��lE?j~���L�'���f����q�����,�l�[� �}C2��;� ����R�puy�A�^K��%�Ú���N�\[�(V�i�+{`�;5���i�9ϼ3I\�t�� Y�n�+Q��&8�zK�Ϗ�q/[+v4HT�nn��W�$ 7אs� ����R[nL��Yq�GO@F���]1�a������ȅJ��R eM>�S-<�py���-�{#�5���n�d<�M�rO�&����S�[QcGF�ݖ��S���lz*̀� �L74h��C5�s.��}*��N�O>�ﴌ�B`C1ZEh&���x�1���=�h.-�L�a�_�M���@>������ajA�08Kb�{�PJ��|�uN����i�� �,���i��Se�R��c�1�����AY_#e�G?��'d��)�q4V�}K2������~vCɂ� �Xc[����F�<���^��Z�8�-���u�N+N��ؿ��*C#����<z�}߲���ř�@��_��pǟ+�#�8�t�ơ�Q��ne���'o� �h�1 CT�q�N��P�}s�N�@���FG��2��ra%|��Y�TV�U8n���(� _�ܗu@���#� l��r=�g�3(�䓡Sq�T^@�H�uU\�bl8[��o�c �pט��y���������8��b�r]�9~�yg�ܹh��5>��� _�d�"���_��P�-����^�`mMD^)î8Y)�}�z�A� ��rA4t�_X>G�{CS���� �ǴL��C}�3��Q� � s��B��@`�e��0��9����$Bf#��\K,xw��f�3��:4� ��گ��(��'#z�smv[!S�]�S�t�Z����T�O.��7H���2��9]�����c+���L'h7�٥�\F�%(����͍<Z#{s���L���t(�ʇʿ������el����k���9i3p�,҉�w l�6&�'������r-�jԃ�2@��� E�qv�E�����;��4� E�6��4s�!c���&�騢���U�ӶL��-�98��}!��bf7��}�+IJ�:8ɋ��[&cSh�G�HKdQ�H��%1;Z�����zOg���/��>Ȇ���,�+��̈́�,�m� �E˟04��\]�� �Ô!���G���k0��N��q�q�`{�v���b�+e�tgP�[�l�m�>r>~���0�Q���?$��@����Ս�m�a�I��Y��M�8�Y뺾�>�SH��W�~P#;�J%b�AX錼5��0�8����.K��1���,�,�?��{��ap�_ږ��pI <�#� �D�@Z�9"kUl�lm_R{гM�A�q���\������v⍳�� <���ٮ_��X�}>_���fk"�"'�Jd`�f�Y�����K ���+� ��Uff���v����[�N�6T��)�"b'���g�k �)�v��f��E����+�x��:���ѳ���� oh��$��ź�ͰD���b�Ό��L)���.��!�'\�;��0�5�h����Єd�É(������*.���Q ��: �SE�!����Ӣ� �<n��uyc��p{�Ɓ���^v�:�^�cr��7d�a�ގ;�2T�g�P���%Zy�֡�����z���=D;�/jch2�59r���ij fҍ���S�t�w0�*C�JbbEJ�H�5uFu#6��u鍳���g$y�?g�^�Y����TU�2n�ΐGT\k{Gd_A�*��g�����{�m̊��G���J5|�}��E���;�,��0�K(L�C�K������a~�2D|����3���ȕ���=$��_�ɴ��ט�\�!�B��c��(�G �S�J�!g��>|D���b�F]��iT�|qJ�˫���e�8�:�(�I7뭑��O��}�f=��hp���Ukd-�]��C ���\�O�b¤3(E*�{����=����vz?o��Ǒ�>��'7Oi8���rEվVaa�۬v�л^ܕL\�K�Â*4l4x�]��I��~+�YnJr��7�=�%aw�=,�'ɹ�We��sDŃd��55�R���Q�\�L������9�]�̰ tT�>����-�WQ�A�K���*����m�UzK1��x1� ܨ#�?���-�CQ{�]P��5sȝO��1!� �B�3��f%�{?y$�!B�س� ���(���17 ���$\����"�R��κ�8v��a�f � ��J�U�^�%'�NA}~=z�ĉ/�����(><��8�wBǢ-�F�P�vow�)ڨ���=����x� ���%X�s Ƚ�a9D�C�X|�p����v����J ����0�sn/�tƮՌ��q >U��S�@�R��Ih�|�A��6V�yZ<�4 ��ͬx��6%ˆ��m �P�@����t�/@a�A��6���t�.��2��ϸ�,�r��dA�n�����Tp/G���_�sM����U�]��J�U�yW5�L��l)��2u�ۀ�L��8FL��` ��g���cq{][��g%�Z��r^���TOH�.b3HH�T����e��T��J�|�� 8�x\$_�Xw|�Wxv� �;��4יQ�G*/T��v��z��N*!4$P�����ڴ�������S|%���E�f�m��5�{·�;(<t��g��i�z�d���Fg�q���jb� 0�N[9B-�p�@@bo�N�$�-V*A�T�:�����k����^I���tٽ��=���X�u[��b�Pd�|�dU����%*ʪ�`�j��{.�������~��g�hH�����L1������D1$�0?���h��Z��+�G��82��=�4m�3Iܿ�_��״Az�1٢*L3*�$Np��g<��%�5�� w�JԱ�1,G����q/Q{��(�c�d ��h���_Zh9VF2�a��f��aW`�f�e�9%��|>�c��,� c����W�� �� 8��˝��1(���0�fR[�B����7�(Y�֫�^�.����^�^.@�ԙE�6J�)�������څ*��/J�a +��|�S�o���� �!��+��%Vi1H��ȉ���~�r��%Lo��������V"���W-�#M({��o� ��[~^����L��H��y��N9��jct�Z�%�� �U�H ���낷�6�3�T^d�lE��=3DDf��l��ޤj0�uBT%��)��-̇�W&#{��)�y�J�m��yj�"����)�r� �<N����?��A��Jyz.5�FN�)zڀ�^{��WX�}�D,<�.�(����q�6� w���� ���m̜DA-7]DJ$7J&��y6]K�x��/C���L�uW�;u�O̬Q���Ox��&.����U����nAR!�Tsͣ�_;%I��g#hH��O<CI`2�Z��� ;Ҩ��&��ӵ�� ;���O��;;IPϿXu[��>�O���� &�,�h��0o�|���Ѝ��q�l%�łX>��f�����mi��JMm�N����f�������M��D�G ��������Fzp>~�//V�m���(��*�:k;x*_�� wTu�Dt������;f?��"�su'cBzE7P}+�'�G�ڦ����9��1}2_[�o������N�"9�� > �\8�I���;)��%@���2���)0�!d�A!뺹��Z���5�����\�8�g��.t!V���ʼf 5��ø#=������J�EU���X��S����d��hA�&OҦ���J����|���lrv�/ �u�fNAR�%����crG� vK�x�P.Z�"W�6�,�)��(� �Ҫ�;3����.A��§��C9_���(�Vv��Í�ê�wE�tQz��C��2�(�I�xB�-_��ՖrV<a%)��_n��K��pi`�H6pw�8JK�:�P\霢���b�:��q9�w� ��?0�0��8� ����cs) |��0��Z<cg�a2~�j���*�4�� �6�P��8r�3KTqs?��Д1SK�-��=���Gw>k��OS�.�!3m������%*2�����X�D��)����Г}'A��b��xAAL�G�R��o�>/�ʆUo (���Ui�+W��N\��.6;����w�U\˄j��.ħ�B�[�V,T��u}�}<�J�p�x_<�4����mw)4����]ɋ���j�RB��wT8ȩ;6���� RGi�?���Lq)L�b�����WM�+��~�>])y\JSA����TGf����>��H�DI�l�w����B���]��=���[]� t%��UI �0���N������s�'U���t�B4�v� [��u���9o���d;]Mr���u��ǝ��K�>���Qչ�7ǟ�%���o1y���3}�z`�$o�=I�*l �XhA�b�!���(�!'+9���PcG��Z*6��ѩp�(�;��V�%�?�2���no��(�B�~�=��$��' ��}��¹�]ҋBH@{� i��_l=�t]䈐�4�ՇV�����|��� Ε_�Aᙲ˦��-��������5^ٯu�ָ�8fM�M5p���z`���d>��@ס���Ӷv&�����0ǘ�Yg�uvWu�����%F� ����V/���C.�'�'�H���S+��hm��~�}.2��r�d��(o#�Y�YcѲC�A�V�57�F)���_� �����7z=9G g�s�� �����W��Yw��;[�r�t�F$KLs����s����c] 6�_r9��[�7r�̫Ė������B�o���c2�e���D�o,q��M*��R�/�ԙ]�'��>�*�i���Fl��r�d��]��v�6�^�|��=��0���u��f�&���u��ez�D7o��#�AV�����Em�Il�7��� ���ɕ�K���Ei���z�y�!�U�h���\���=�N���`&�D�U�mK!�RdF� g�¬2�ʼn����R9�?��L��l������A���VoT��%��(lI��=�p|����Uѥ?�%Y�驊Ef�����F�8X�/O�V����w�w�EQ��*�ꀂi@͍\I���q��q^*�3�)�|���5Y�W�Z���H��;!�l������&�'��-]��L����-�:�9ҍ��קG ���U`O�3F���K ځ[ p��h�8�-���oEg�@'bbt)��Ï�䴇$:רp���ij��X ٤����{�Q��J��Y��m�)�"T���� 0U�&bN�D"��_O�k��s"r�ƚa����V��}e�9�>�֩��C�]O6�ڰQP3�-�՝� >��`RH1&'��+] d�ɶ�k�,�(~�?�,z��JTb���d l�c�i��|��5d��A 5�w@����'d���N�R!j��D7~6����2ӝ�z-OJf�/~��BB�m�?�����1,{�-�;/3��G˛`6c�*�M��}Y1�Y�Bo��B�j�T�2�HQ�$,��.D���)�:�� /�w�� y�(@g���ֺ��5�x������vH&'1�h��"�/�r�81�b��Zv@�ixB�����o���L��u�KH�G,�����sÞ���4���j�_/_���^�FV%z���P� �������� ��\��I~��?��6�3u�t>k۔%�C�t�� �R�{�� � S!U�;�֛aGr��MÆ�7�$rg-���I�ǚ- �S��J>������AWZ�C/f1H��.�c�}���������:9������s���2�7�=��Bw��K`�r��#i�v�J�4]@ �æ)�1nᓑ@�7� �?�]ASҞ~���ڸ�/��I�W\ ���X&u )Q�+HLe���)H���O�Y�E�x��\g�.7���/A�n�R�erIv�D���Z�����"