# Copyright 2002-2006 Appnel Internet Solutions, LLC
# This code is distributed with permission by Six Apart
package FeedsLite::L10N::de;
use strict;
use base 'FeedsLite::L10N::en_us';
use vars qw( %Lexicon );
## The following is the translation table.
%Lexicon = (
## plugins/feeds-app-lite/lib/MT/Feeds/Lite.pm
'An error occurred processing [_1]. The previous version of the feed was used. A HTTP status of [_2] was returned.'
=> 'Beim Einlesen von [_1] ist ein Fehler aufgetreten (zurückgegebener HTTP-Status: [_2]). Es wird die zuletzt erfolgreich eingelesene Version des Feeds verwendet.',
'An error occurred processing [_1]. A previous version of the feed was not available.A HTTP status of [_2] was returned.'
=> 'Beim Einlesen von [_1] ist ein Fehler aufgetreten (zurückgegebener HTTP-Status: [_2]). Es liegt keine vorherige Version des Feeds vor.',
## plugins/feeds-app-lite/lib/MT/Feeds/Tags.pm
'\'[_1]\' is a required argument of [_2]' =>
'\'[_1]\' ist ein erforderliches Argument von [_2]',
'MT[_1] was not used in the proper context.' =>
'MT[_1] außerhalb seines Kontexts verwendet.',
## plugins/feeds-app-lite/mt-feeds.pl
'Feeds.App Lite helps you republish feeds on your blogs. Want to do more with feeds in Movable Type? Upgrade to Feeds.App.'
=> 'Mit Feeds.App Lite binden Sie externe Newsfeeds in Ihre Blogs ein. Noch mehr Möglichkeiten erhalten Sie durch ein Upgrade auf Feeds.App.',
'Create a Feed Widget' => 'Feed-Widget anlegen',
## plugins/feeds-app-lite/tmpl/config.tmpl
'Feeds.App Lite Widget Creator' => 'Feeds.App Lite Widget Creator',
'Configure feed widget settings' => 'Feed-Widget konfigurieren',
'Enter a title for your widget. This will also be displayed as the title of the feed when used on your published blog.'
=> 'Vergeben Sie einen Namen für das Widget. Dieser Name wird auch als Name des Feeds in Ihrem Blog angezeigt werden.',
'[_1] Feed Widget' => '[_1]-Feed-Widget',
'Select the maximum number of entries to display.' =>
'Anzahl der höchstens anzuzeigenden Einträge',
'3' => '3',
'5' => '5',
'10' => '10',
'All' => 'Alle',
## plugins/feeds-app-lite/tmpl/msg.tmpl
'No feeds could be discovered using [_1]' =>
'Keine Feeds per [_1] entdeckt.',
q{An error occurred processing [_1]. Check here for more detail and please try again.}
=> q{Fehler beim Einlesen von [_1]. Beachten Sie die Hinweise des Feed Validators und versuchen Sie es ggf. erneut.},
'A widget named [_1] has been created.' =>
'Widget [_1] angelegt.',
q{You may now edit “[_1]” or include the widget in your blog using WidgetManager or the following MTInclude tag:}
=> q{Sie können “[_1]” jetzt bearbeiten oder in Ihr Blog einbinden. Alternativ können Sie dazu auch diesen MTInclude-Befehl verwenden:},
q{You may now edit “[_1]” or include the widget in your blog using the following MTInclude tag:}
=> q{Sie können “[_1]” jetzt bearbeiten oder mit diesem MTInclude-Befehl in Ihr Blog einbinden:},
'Create Another' => 'Weiteres Widget anlegen',
## plugins/feeds-app-lite/tmpl/select.tmpl
'Multiple feeds were found' => 'Mehrere Feeds gefunden',
'Select the feed you wish to use. Feeds.App Lite supports text-only RSS 1.0, 2.0 and Atom feeds.'
=> 'Wählen Sie den zu verwendenden Feed. Feeds.App Lite unterstützt RSS 1.0-, RSS 2.0- und ATOM-Feeds.',
'URI' => 'URI',
## plugins/feeds-app-lite/tmpl/start.tmpl
'You must enter a feed or site URL to proceed' =>
'Geben Sie die Adresse eines Feeds oder einer Website an.',
'Create a widget from a feed' => 'Feed als Widget anzeigen',
'Feed or Site URL' => 'Feed- oder Website-URL',
'Enter the URL of a feed, or the URL of a site that has a feed.' =>
'Geben Sie die URL eines Feeds oder einer Website, die Feeds anbietet, ein:',
);
1;