root/branches/release-39/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/de.pm @ 2461

Revision 2461, 4.9 kB (checked in by bchoate, 18 months ago)

Checkin of TypePad AntiSpam plugin; MT version bump.

Line 
1# Movable Type (r) Open Source (C) 2005-2008 Six Apart, Ltd.
2# This program is distributed under the terms of the
3# GNU General Public License, version 2.
4#
5# $Id: ja.pm 81672 2008-05-26 10:30:44Z fyoshimatsu $
6
7package TypePadAntiSpam::L10N::de;
8
9use strict;
10use base 'TypePadAntiSpam::L10N::en_us';
11use vars qw( %Lexicon );
12
13## The following is the translation table.
14
15%Lexicon = (
16
17## plugins/TypePadAntiSpam/lib/MT/TypePadAntiSpam.pm
18        'API key is a required parameter.' => 'API-SchlÃŒssel erforderlich', # Translate - New # OK
19
20## plugins/TypePadAntiSpam/tmpl/system.tmpl
21        'API Key' => 'API-SchlÃŒssel', # Translate - New  # OK
22        'To enable this plugin, you\'ll need a free TypePad AntiSpam API key. You can <strong>get your free API key at [_1]antispam.typepad.com[_2]</strong>. Once you have your key, return to this page and enter it in the field below.' => 'Um dieses Plugin zu aktivieren, benötigen Sie einen kostenlosen TypePad AntiSpam API-SchlÃŒssel. <strong>Sie erhalten Ihren kostenlosen API-SchlÃŒssel auf [_1]antispam.typepad.com[_2]</strong>. Geben Sie Ihren SchlÃŒssel in das folgende Feld ein.', # Translate - New # OK
23        'Service Host' => 'Dienstadresse', # Translate - New # OK
24        'The default service host for TypePad AntiSpam is api.antispam.typepad.com. You should only change this if you are using a different service that is compatible with the TypePad AntiSpam API.' => 'Die Standard-Dienstadresse fÃŒr TypePad AntiSpam ist api.antispam.typepad.com. Ändern Sie diese Angabe nur dann, wenn Sie einen anderen Dienst verwenden, der mit der TypePad Antispam-API kompatibel ist.', # Translate - New # OK
25
26## plugins/TypePadAntiSpam/tmpl/config.tmpl
27        'Junk Score Weight' => 'Spamfilter-Gewichtung', # Translate - New # OK
28        'Least Weight' => 'Geringstes Gewicht', # Translate - New # OK
29        'Most Weight' => 'Größtes Gewicht', # Translate - New # OK
30        'Comments and TrackBacks receive a junk score between -10 (definitely spam) and +10 (definitely not spam). This setting allows you to control the weight of the TypePad AntiSpam rating relative to other filters you may have installed to help you filter comments and TrackBacks.' => 'Kommentare und TrackBacks erhalten eine Spam-Bewertung zwischen -10 (mit Sicherheit Spam) und +10 (mit Sicherheit kein Spam). Hier können Sie einstellen, wieviel Gewicht diese Bewertung im VerhÀltnis zu anderen Spamfiltern, die Sie möglicherweise ebenfalls installiert haben, erhalten soll.', # Translate - New # OK
31
32## plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl
33        'widget_label_width' => 'widget_label_width', # Translate - New # OK
34        'widget_totals_width' => 'widget_totals_width', # Translate - New # OK
35        'TypePad AntiSpam' => 'TypePad AntiSpam', # Translate - New # OK
36        'Spam Blocked' => 'Blockierter Spam', # Translate - New # OK
37        'on this blog' => 'in diesem Blog', # Translate - New # OK
38        'on this system' => 'in diesem System', # Translate - New # OK
39
40## plugins/TypePadAntiSpam/TypePadAntiSpam.pl
41        'TypePad AntiSpam is a free service from Six Apart that helps protect your blog from comment and TrackBack spam. The TypePad AntiSpam plugin will send every comment or TrackBack submitted to your blog to the service for evaluation, and Movable Type will filter items if TypePad AntiSpam determines it is spam. If you discover that TypePad AntiSpam incorrectly classifies an item, simply change its classification by marking it as "Spam" or "Not Spam" from the Manage Comments screen, and TypePad AntiSpam will learn from your actions. Over time the service will improve based on reports from its users, so take care when marking items as "Spam" or "Not Spam."' => 'TypePad AntiSpam schÃŒtzt Ihr Blog vor Kommentar- und TrackBack-Spam. Mit dem TypePad AntiSpam-Plugin wird jeder eingehende Kommentar und jedes eingehende TrackBack vom TypePad AntiSpam-Service ÃŒberprÃŒft und, falls es sich um Spam handelt, von Movable Type automatisch herausgefiltert. Kommentare und TrackBacks können auch manuell als Spam oder gÃŒltiges Feedback markiert werden. TypePad AntiSpam ist adaptiv und lernt dabei nicht nur aus Ihren Eingaben, sondern aus denen aller Benutzer des Dienstes. TypePad AntiSpam ist ein kostenloser Dienst von Six Apart.', # Translate - New # OK
42        'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] for this blog, and [quant,_2,message,messages] system-wide.' => 'Bisher [quant,_1,Spam-Nachricht,Spam-Nachrichten] in diesem Blog und [quant,_2,Spam-Nachricht,Spam-Nachrichten] systemweit von TypePad AntiSpam blockiert.', # Translate - New # OK
43        'So far, TypePad AntiSpam has blocked [quant,_1,message,messages] system-wide.' => 'Bisher [quant,_1,Spam-Nachricht,Spam-Nachrichten] von TypePad AntiSpam blockiert.', # Translate - New # OK
44        'Failed to verify your TypePad AntiSpam API key: [_1]' => 'Verifizierung des TypePad AntiSpam API-SchlÃŒssels fehlgeschlagen: [_1]', # Translate - New # OK
45        'The TypePad AntiSpam API key provided is invalid.' => 'Der angegebene TypePad AntiSpam API-SchlÃŒssel ist ungÃŒltig.', # Translate - New # OK
46
47
48);
49
501;
51
Note: See TracBrowser for help on using the browser.