Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 23 → Rev 24

/trunk/tools/network/news/newsstat/newsstat.pl
9,6 → 9,23
 
use constant DEBUG => 0;
 
## newsstat.pl
## Copyright (C) 2011, 2012 Thomas Lahn <startrek@PointedEars.de>
## Based on work by Garry Knight et al.
##
## 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/>.
 
## Print out all text to STDOUT UTF-8 encoded
binmode STDOUT, ':encoding(UTF-8)';
binmode STDERR, ':encoding(UTF-8)';
/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 04:56+0200\n"
"POT-Creation-Date: 2012-07-07 15:54+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,149 → 16,148
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
 
#: ../newsstat.pl:187
#: ../newsstat.pl:204
#, perl-brace-format
msgid "Can't cd to {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:193
#: ../newsstat.pl:210
#, perl-brace-format
msgid "Can't open {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:225
#: ../newsstat.pl:242
#, perl-brace-format
msgid "Can't open {file}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:280
#: ../newsstat.pl:399
#: ../newsstat.pl:297 ../newsstat.pl:416
msgid "unknown"
msgstr "unbekannt"
 
#: ../newsstat.pl:534
#: ../newsstat.pl:551
#, perl-brace-format
msgid "Can't create XDATA: {error}\n"
msgstr ""
 
#: ../newsstat.pl:589
#: ../newsstat.pl:606
#, perl-brace-format
msgid "Analysis of posts to {newsgroup}"
msgstr "Analyse der Artikel in {newsgroup}"
 
#: ../newsstat.pl:595
#: ../newsstat.pl:612
msgid ""
"(compiled with a script by Thomas 'PointedEars' Lahn, based on work by\n"
"Garry Knight et al.)"
msgstr "(erstellt mit einem Skript von Thomas 'PointedEars' Lahn, basierend auf\n"
msgstr ""
"(erstellt mit einem Skript von Thomas 'PointedEars' Lahn, basierend auf\n"
"der Arbeit von Garry Knight und anderen)"
 
#: ../newsstat.pl:600
#: ../newsstat.pl:617
#, perl-format
msgid "Total posts considered: %s over %d days\n"
msgstr "Berücksichtigte Postings: %s über %d Tage\n"
 
#: ../newsstat.pl:615
#: ../newsstat.pl:632
#, perl-format
msgid "Earliest article: %s\n"
msgstr "Ältester Artikel: %s\n"
 
#: ../newsstat.pl:617
#: ../newsstat.pl:634
#, perl-format
msgid "Latest article: %s\n"
msgstr "Neuester Artikel: %s\n"
 
#: ../newsstat.pl:619
#: ../newsstat.pl:636
#, perl-format
msgid "Original articles: %s; replies: %s\n"
msgstr "Originalartikel: %s; Antworten: %s\n"
 
#: ../newsstat.pl:622
#: ../newsstat.pl:639
#, perl-format
msgid "Total size of posts: %s bytes (%s)\n"
msgstr "Postings insgesamt: %s Bytes (%s)\n"
 
#: ../newsstat.pl:625
#: ../newsstat.pl:642
#, 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:631
#: ../newsstat.pl:648
#, perl-format
msgid "Total headers: %s; bodies: %s\n"
msgstr "Header insgesamt: %s; Bodys: %s\n"
 
#: ../newsstat.pl:637
#: ../newsstat.pl:654
#, 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:644
#: ../newsstat.pl:661
#, perl-format
msgid "Total number of posters: %s, average %s per poster\n"
msgstr "Poster insgesamt: %s, durchschnittlich %s je Poster\n"
 
#: ../newsstat.pl:649
#: ../newsstat.pl:666
#, perl-format
msgid "Total number of threads: %s, average %s per thread\n"
msgstr "Threads insgesamt: %s, durchschnittlich %s je Thread\n"
 
#: ../newsstat.pl:653
#: ../newsstat.pl:670
#, perl-format
msgid "Total number of user agents: %d\n"
msgstr "Benutzerprogramme insgesamt: %d\n"
 
#: ../newsstat.pl:671
#: ../newsstat.pl:688
#, perl-brace-format
msgid "Top {count} posters by number of articles"
msgstr "{count} häufigste Poster nach Anzahl der Artikel"
 
#: ../newsstat.pl:702
#: ../newsstat.pl:719
#, perl-brace-format
msgid "Top {count} posters by article size in KiB"
msgstr "{count} häufigste Poster nach Artikelgrösse in KiB"
 
#: ../newsstat.pl:734
#: ../newsstat.pl:751
#, perl-brace-format
msgid "Top {count} responders by original text (> 5 posts)"
msgstr "{count} häufigste Antwortende nach Originaltext (> 5 Postings)"
 
#: ../newsstat.pl:772
#: ../newsstat.pl:789
#, perl-brace-format
msgid "Bottom {count} responders by original text (> 5 posts)"
msgstr "{count} seltenste Antwortende nach Originaltext (> 5 Postings)"
 
#: ../newsstat.pl:809
#: ../newsstat.pl:826
#, perl-brace-format
msgid "Top {count} threads by no. of articles"
msgstr "Top {count} der Threads nach Anzahl der Artikel"
 
#: ../newsstat.pl:841
#: ../newsstat.pl:858
#, perl-brace-format
msgid "Top {count} threads by size in KiB"
msgstr "Top {count} der Threads nach Grösse in KiB"
 
#: ../newsstat.pl:873
#: ../newsstat.pl:890
#, perl-brace-format
msgid "Top {count} cross-posted groups"
msgstr "{count} häufigste Gruppen, in die gecrosspostet wurde"
 
#: ../newsstat.pl:900
#: ../newsstat.pl:917
#, perl-brace-format
msgid "Top {count} user agents by poster"
msgstr "{count} häufigste Benutzerprogramme je Poster"
 
#: ../newsstat.pl:928
#: ../newsstat.pl:945
#, perl-brace-format
msgid "Top {count} user agents by number of posts"
msgstr "{count} häufigste Benutzerprogramme nach der Anzahl Postings"
 
#: ../newsstat.pl:960
#: ../newsstat.pl:977
#, perl-brace-format
msgid "Top {count} time zones"
msgstr "{count} häufigste Zeitzonen"
 
#: ../newsstat.pl:1037
#: ../newsstat.pl:1054
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 04:56+0200\n"
"POT-Creation-Date: 2012-07-07 15:54+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:187
#: ../newsstat.pl:204
#, perl-brace-format
msgid "Can't cd to {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:193
#: ../newsstat.pl:210
#, perl-brace-format
msgid "Can't open {newsgroup}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:225
#: ../newsstat.pl:242
#, perl-brace-format
msgid "Can't open {file}: {error}\n"
msgstr ""
 
#: ../newsstat.pl:280 ../newsstat.pl:399
#: ../newsstat.pl:297 ../newsstat.pl:416
msgid "unknown"
msgstr ""
 
#: ../newsstat.pl:534
#: ../newsstat.pl:551
#, perl-brace-format
msgid "Can't create XDATA: {error}\n"
msgstr ""
 
#: ../newsstat.pl:589
#: ../newsstat.pl:606
#, perl-brace-format
msgid "Analysis of posts to {newsgroup}"
msgstr ""
 
#: ../newsstat.pl:595
#: ../newsstat.pl:612
msgid ""
"(compiled with a script by Thomas 'PointedEars' Lahn, based on work by\n"
"Garry Knight et al.)"
msgstr ""
 
#: ../newsstat.pl:600
#: ../newsstat.pl:617
#, perl-format
msgid "Total posts considered: %s over %d days\n"
msgstr ""
 
#: ../newsstat.pl:615
#: ../newsstat.pl:632
#, perl-format
msgid "Earliest article: %s\n"
msgstr ""
 
#: ../newsstat.pl:617
#: ../newsstat.pl:634
#, perl-format
msgid "Latest article: %s\n"
msgstr ""
 
#: ../newsstat.pl:619
#: ../newsstat.pl:636
#, perl-format
msgid "Original articles: %s; replies: %s\n"
msgstr ""
 
#: ../newsstat.pl:622
#: ../newsstat.pl:639
#, perl-format
msgid "Total size of posts: %s bytes (%s)\n"
msgstr ""
 
#: ../newsstat.pl:625
#: ../newsstat.pl:642
#, perl-format
msgid "Average %s articles per day, %s per day, %s bytes per article\n"
msgstr ""
 
#: ../newsstat.pl:631
#: ../newsstat.pl:648
#, perl-format
msgid "Total headers: %s; bodies: %s\n"
msgstr ""
 
#: ../newsstat.pl:637
#: ../newsstat.pl:654
#, perl-format
msgid "Body text - quoted: %s; original: %s = %s%%; sigs: %s\n"
msgstr ""
 
#: ../newsstat.pl:644
#: ../newsstat.pl:661
#, perl-format
msgid "Total number of posters: %s, average %s per poster\n"
msgstr ""
 
#: ../newsstat.pl:649
#: ../newsstat.pl:666
#, perl-format
msgid "Total number of threads: %s, average %s per thread\n"
msgstr ""
 
#: ../newsstat.pl:653
#: ../newsstat.pl:670
#, perl-format
msgid "Total number of user agents: %d\n"
msgstr ""
 
#: ../newsstat.pl:671
#: ../newsstat.pl:688
#, perl-brace-format
msgid "Top {count} posters by number of articles"
msgstr ""
 
#: ../newsstat.pl:702
#: ../newsstat.pl:719
#, perl-brace-format
msgid "Top {count} posters by article size in KiB"
msgstr ""
 
#: ../newsstat.pl:734
#: ../newsstat.pl:751
#, perl-brace-format
msgid "Top {count} responders by original text (> 5 posts)"
msgstr ""
 
#: ../newsstat.pl:772
#: ../newsstat.pl:789
#, perl-brace-format
msgid "Bottom {count} responders by original text (> 5 posts)"
msgstr ""
 
#: ../newsstat.pl:809
#: ../newsstat.pl:826
#, perl-brace-format
msgid "Top {count} threads by no. of articles"
msgstr ""
 
#: ../newsstat.pl:841
#: ../newsstat.pl:858
#, perl-brace-format
msgid "Top {count} threads by size in KiB"
msgstr ""
 
#: ../newsstat.pl:873
#: ../newsstat.pl:890
#, perl-brace-format
msgid "Top {count} cross-posted groups"
msgstr ""
 
#: ../newsstat.pl:900
#: ../newsstat.pl:917
#, perl-brace-format
msgid "Top {count} user agents by poster"
msgstr ""
 
#: ../newsstat.pl:928
#: ../newsstat.pl:945
#, perl-brace-format
msgid "Top {count} user agents by number of posts"
msgstr ""
 
#: ../newsstat.pl:960
#: ../newsstat.pl:977
#, perl-brace-format
msgid "Top {count} time zones"
msgstr ""
 
#: ../newsstat.pl:1037
#: ../newsstat.pl:1054
msgid "usage: newsstat.pl NEWS.GROUP"
msgstr ""
/trunk/tools/network/news/newsstat/po
Property changes:
Added: svn:ignore
## -0,0 +1 ##
+*.mo
Index: news/newsstat
===================================================================
--- news/newsstat (revision 23)
+++ news/newsstat (revision 24)
/news/newsstat
Property changes:
Added: svn:ignore
## -0,0 +1,3 ##
+
+
+LocaleData