Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 29 → Rev 30

/trunk/tools/network/news/newsstat/newsstat.pl
5,8 → 5,11
 
#use diagnostics;
use utf8;
use Encode;
 
## NOTE:
## Enable and remove binmode when utf8::all has actually become lexically scoped
# use utf8:all;
 
use constant DEBUG => 0;
 
## newsstat.pl
/trunk/tools/network/news/newsstat/po/de.po
7,7 → 7,7
msgstr ""
"Project-Id-Version: newsstat r23\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <startrek@PointedEars.de>\n"
"POT-Creation-Date: 2012-07-07 15:54+0200\n"
"POT-Creation-Date: 2012-09-01 22:57+0200\n"
"PO-Revision-Date: 2012-06-07 04:57+0200\n"
"Last-Translator: Thomas 'PointedEars' Lahn <startrek@PointedEars.de>\n"
"Language-Team: German <startrek@PointedEars.de>\n"
16,36 → 16,36
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
 
#: ../newsstat.pl:204
#: ../newsstat.pl:207
#, perl-brace-format
msgid "Can't cd to {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:210
#: ../newsstat.pl:213
#, perl-brace-format
msgid "Can't open {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:242
#: ../newsstat.pl:245
#, perl-brace-format
msgid "Can't open {file}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:297 ../newsstat.pl:416
#: ../newsstat.pl:300 ../newsstat.pl:419
msgid "unknown"
msgstr "unbekannt"
 
#: ../newsstat.pl:551
#: ../newsstat.pl:554
#, perl-brace-format
msgid "Can't create XDATA: {error}\n"
msgstr ""
 
#: ../newsstat.pl:606
#: ../newsstat.pl:609
#, perl-brace-format
msgid "Analysis of posts to {newsgroup}"
msgstr "Analyse der Artikel in {newsgroup}"
 
#: ../newsstat.pl:612
#: ../newsstat.pl:615
msgid ""
"(compiled with a script by Thomas 'PointedEars' Lahn, based on work by\n"
"Garry Knight et al.)"
53,111 → 53,111
"(erstellt mit einem Skript von Thomas 'PointedEars' Lahn, basierend auf\n"
"der Arbeit von Garry Knight und anderen)"
 
#: ../newsstat.pl:617
#: ../newsstat.pl:620
#, perl-format
msgid "Total posts considered: %s over %d days\n"
msgstr "Berücksichtigte Postings: %s über %d Tage\n"
 
#: ../newsstat.pl:632
#: ../newsstat.pl:635
#, perl-format
msgid "Earliest article: %s\n"
msgstr "Ältester Artikel: %s\n"
 
#: ../newsstat.pl:634
#: ../newsstat.pl:637
#, perl-format
msgid "Latest article: %s\n"
msgstr "Neuester Artikel: %s\n"
 
#: ../newsstat.pl:636
#: ../newsstat.pl:639
#, perl-format
msgid "Original articles: %s; replies: %s\n"
msgstr "Originalartikel: %s; Antworten: %s\n"
 
#: ../newsstat.pl:639
#: ../newsstat.pl:642
#, perl-format
msgid "Total size of posts: %s bytes (%s)\n"
msgstr "Postings insgesamt: %s Bytes (%s)\n"
 
#: ../newsstat.pl:642
#: ../newsstat.pl:645
#, perl-format
msgid "Average %s articles per day, %s per day, %s bytes per article\n"
msgstr "Durchschnittlich %s Artikel je Tag, %s je Tag, %s Bytes je Artikel\n"
 
#: ../newsstat.pl:648
#: ../newsstat.pl:651
#, perl-format
msgid "Total headers: %s; bodies: %s\n"
msgstr "Header insgesamt: %s; Bodys: %s\n"
 
#: ../newsstat.pl:654
#: ../newsstat.pl:657
#, perl-format
msgid "Body text - quoted: %s; original: %s = %s%%; sigs: %s\n"
msgstr "Body-Text - zitiert: %s; original: %s = %s%%; sigs: %s\n"
 
#: ../newsstat.pl:661
#: ../newsstat.pl:664
#, perl-format
msgid "Total number of posters: %s, average %s per poster\n"
msgstr "Poster insgesamt: %s, durchschnittlich %s je Poster\n"
 
#: ../newsstat.pl:666
#: ../newsstat.pl:669
#, perl-format
msgid "Total number of threads: %s, average %s per thread\n"
msgstr "Threads insgesamt: %s, durchschnittlich %s je Thread\n"
 
#: ../newsstat.pl:670
#: ../newsstat.pl:673
#, perl-format
msgid "Total number of user agents: %d\n"
msgstr "Benutzerprogramme insgesamt: %d\n"
 
#: ../newsstat.pl:688
#: ../newsstat.pl:691
#, perl-brace-format
msgid "Top {count} posters by number of articles"
msgstr "{count} häufigste Poster nach Anzahl der Artikel"
 
#: ../newsstat.pl:719
#: ../newsstat.pl:722
#, perl-brace-format
msgid "Top {count} posters by article size in KiB"
msgstr "{count} häufigste Poster nach Artikelgrösse in KiB"
 
#: ../newsstat.pl:751
#: ../newsstat.pl:754
#, perl-brace-format
msgid "Top {count} responders by original text (> 5 posts)"
msgstr "{count} häufigste Antwortende nach Originaltext (> 5 Postings)"
 
#: ../newsstat.pl:789
#: ../newsstat.pl:792
#, perl-brace-format
msgid "Bottom {count} responders by original text (> 5 posts)"
msgstr "{count} seltenste Antwortende nach Originaltext (> 5 Postings)"
 
#: ../newsstat.pl:826
#: ../newsstat.pl:829
#, perl-brace-format
msgid "Top {count} threads by no. of articles"
msgstr "Top {count} der Threads nach Anzahl der Artikel"
 
#: ../newsstat.pl:858
#: ../newsstat.pl:861
#, perl-brace-format
msgid "Top {count} threads by size in KiB"
msgstr "Top {count} der Threads nach Grösse in KiB"
 
#: ../newsstat.pl:890
#: ../newsstat.pl:893
#, perl-brace-format
msgid "Top {count} cross-posted groups"
msgstr "{count} häufigste Gruppen, in die gecrosspostet wurde"
 
#: ../newsstat.pl:917
#: ../newsstat.pl:920
#, perl-brace-format
msgid "Top {count} user agents by poster"
msgstr "{count} häufigste Benutzerprogramme je Poster"
 
#: ../newsstat.pl:945
#: ../newsstat.pl:948
#, perl-brace-format
msgid "Top {count} user agents by number of posts"
msgstr "{count} häufigste Benutzerprogramme nach der Anzahl Postings"
 
#: ../newsstat.pl:977
#: ../newsstat.pl:980
#, perl-brace-format
msgid "Top {count} time zones"
msgstr "{count} häufigste Zeitzonen"
 
#: ../newsstat.pl:1054
#: ../newsstat.pl:1057
msgid "usage: newsstat.pl NEWS.GROUP"
msgstr ""
/trunk/tools/network/news/newsstat/po/de.pointedears.newsstat.pot
8,7 → 8,7
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <startrek@PointedEars.de>\n"
"POT-Creation-Date: 2012-07-07 15:54+0200\n"
"POT-Creation-Date: 2012-09-01 22:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
17,146 → 17,146
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
 
#: ../newsstat.pl:204
#: ../newsstat.pl:207
#, perl-brace-format
msgid "Can't cd to {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:210
#: ../newsstat.pl:213
#, perl-brace-format
msgid "Can't open {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:242
#: ../newsstat.pl:245
#, perl-brace-format
msgid "Can't open {file}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:297 ../newsstat.pl:416
#: ../newsstat.pl:300 ../newsstat.pl:419
msgid "unknown"
msgstr ""
 
#: ../newsstat.pl:551
#: ../newsstat.pl:554
#, perl-brace-format
msgid "Can't create XDATA: {error}\n"
msgstr ""
 
#: ../newsstat.pl:606
#: ../newsstat.pl:609
#, perl-brace-format
msgid "Analysis of posts to {newsgroup}"
msgstr ""
 
#: ../newsstat.pl:612
#: ../newsstat.pl:615
msgid ""
"(compiled with a script by Thomas 'PointedEars' Lahn, based on work by\n"
"Garry Knight et al.)"
msgstr ""
 
#: ../newsstat.pl:617
#: ../newsstat.pl:620
#, perl-format
msgid "Total posts considered: %s over %d days\n"
msgstr ""
 
#: ../newsstat.pl:632
#: ../newsstat.pl:635
#, perl-format
msgid "Earliest article: %s\n"
msgstr ""
 
#: ../newsstat.pl:634
#: ../newsstat.pl:637
#, perl-format
msgid "Latest article: %s\n"
msgstr ""
 
#: ../newsstat.pl:636
#: ../newsstat.pl:639
#, perl-format
msgid "Original articles: %s; replies: %s\n"
msgstr ""
 
#: ../newsstat.pl:639
#: ../newsstat.pl:642
#, perl-format
msgid "Total size of posts: %s bytes (%s)\n"
msgstr ""
 
#: ../newsstat.pl:642
#: ../newsstat.pl:645
#, perl-format
msgid "Average %s articles per day, %s per day, %s bytes per article\n"
msgstr ""
 
#: ../newsstat.pl:648
#: ../newsstat.pl:651
#, perl-format
msgid "Total headers: %s; bodies: %s\n"
msgstr ""
 
#: ../newsstat.pl:654
#: ../newsstat.pl:657
#, perl-format
msgid "Body text - quoted: %s; original: %s = %s%%; sigs: %s\n"
msgstr ""
 
#: ../newsstat.pl:661
#: ../newsstat.pl:664
#, perl-format
msgid "Total number of posters: %s, average %s per poster\n"
msgstr ""
 
#: ../newsstat.pl:666
#: ../newsstat.pl:669
#, perl-format
msgid "Total number of threads: %s, average %s per thread\n"
msgstr ""
 
#: ../newsstat.pl:670
#: ../newsstat.pl:673
#, perl-format
msgid "Total number of user agents: %d\n"
msgstr ""
 
#: ../newsstat.pl:688
#: ../newsstat.pl:691
#, perl-brace-format
msgid "Top {count} posters by number of articles"
msgstr ""
 
#: ../newsstat.pl:719
#: ../newsstat.pl:722
#, perl-brace-format
msgid "Top {count} posters by article size in KiB"
msgstr ""
 
#: ../newsstat.pl:751
#: ../newsstat.pl:754
#, perl-brace-format
msgid "Top {count} responders by original text (> 5 posts)"
msgstr ""
 
#: ../newsstat.pl:789
#: ../newsstat.pl:792
#, perl-brace-format
msgid "Bottom {count} responders by original text (> 5 posts)"
msgstr ""
 
#: ../newsstat.pl:826
#: ../newsstat.pl:829
#, perl-brace-format
msgid "Top {count} threads by no. of articles"
msgstr ""
 
#: ../newsstat.pl:858
#: ../newsstat.pl:861
#, perl-brace-format
msgid "Top {count} threads by size in KiB"
msgstr ""
 
#: ../newsstat.pl:890
#: ../newsstat.pl:893
#, perl-brace-format
msgid "Top {count} cross-posted groups"
msgstr ""
 
#: ../newsstat.pl:917
#: ../newsstat.pl:920
#, perl-brace-format
msgid "Top {count} user agents by poster"
msgstr ""
 
#: ../newsstat.pl:945
#: ../newsstat.pl:948
#, perl-brace-format
msgid "Top {count} user agents by number of posts"
msgstr ""
 
#: ../newsstat.pl:977
#: ../newsstat.pl:980
#, perl-brace-format
msgid "Top {count} time zones"
msgstr ""
 
#: ../newsstat.pl:1054
#: ../newsstat.pl:1057
msgid "usage: newsstat.pl NEWS.GROUP"
msgstr ""