-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #615 from MrServo/master
[SimpleRSS] bugfix & improvements
- Loading branch information
Showing
13 changed files
with
298 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Enigma2 SimpleRSS Plugin\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-10 15:11+0200\n" | ||
"PO-Revision-Date: 2023-09-11 14:15+0200\n" | ||
"POT-Creation-Date: 2023-09-15 08:58+0200\n" | ||
"PO-Revision-Date: 2023-09-15 09:24+0200\n" | ||
"Last-Translator: Mr.Servo <mrservo via GitHub.com>\n" | ||
"Language-Team: german <[email protected]>\n" | ||
"Language: de\n" | ||
|
@@ -32,7 +32,7 @@ msgstr "Ticker" | |
msgid "none" | ||
msgstr "Keins" | ||
|
||
#: ..\plugin.py:164 ..\plugin.py:799 | ||
#: ..\plugin.py:164 ..\plugin.py:810 | ||
msgid "New Items" | ||
msgstr "Neue Nachrichten" | ||
|
||
|
@@ -65,8 +65,8 @@ msgid "Delete" | |
msgstr "Löschen" | ||
|
||
#: ..\plugin.py:227 | ||
msgid "Import from '%sfeeds.xml" | ||
msgstr "Import von '%sfeeds.xml" | ||
msgid "Import from '%sfeeds.xml'" | ||
msgstr "Import von '%sfeeds.xml'" | ||
|
||
#: ..\plugin.py:246 | ||
msgid "Feed" | ||
|
@@ -96,7 +96,7 @@ msgstr "" | |
"Diesen Eintrag wirklich entfernen?\n" | ||
"Diese Aktion ist unwiderruflich!" | ||
|
||
#: ..\plugin.py:312 | ||
#: ..\plugin.py:316 | ||
msgid "" | ||
"Importing '%s'\n" | ||
"%s feeds were imported successfully\n" | ||
|
@@ -106,94 +106,94 @@ msgstr "" | |
"%s Feeds wurden erfolgreich importiert\n" | ||
"%s Feeds waren doppelt und wurden nicht importiert" | ||
|
||
#: ..\plugin.py:387 | ||
#: ..\plugin.py:391 | ||
msgid "" | ||
"Error while parsing Feed, this usually means there is something wrong with " | ||
"it." | ||
msgstr "" | ||
"Fehler während der Verarbeitung. Dies beudetet in der Regel, dass etwas mit " | ||
"dem Kanal nicht stimmt." | ||
|
||
#: ..\plugin.py:396 | ||
#: ..\plugin.py:400 | ||
msgid "" | ||
"Update is being done in Background.\n" | ||
"Contents will automatically be updated when it's done." | ||
msgstr "" | ||
"Aktualisiere im Hintergrund.\n" | ||
"Die Änderungen werden automatisch übernommen." | ||
|
||
#: ..\plugin.py:454 ..\plugin.py:522 ..\plugin.py:633 | ||
#: ..\plugin.py:458 ..\plugin.py:526 ..\plugin.py:637 | ||
msgid "Entry %s/%s" | ||
msgstr "Eintrag %s/%s" | ||
|
||
#: ..\plugin.py:455 ..\plugin.py:527 | ||
#: ..\plugin.py:459 ..\plugin.py:531 | ||
msgid "Enclosures" | ||
msgstr "Anhänge" | ||
|
||
#: ..\plugin.py:475 ..\plugin.py:625 | ||
#: ..\plugin.py:479 ..\plugin.py:629 | ||
msgid "Simple RSS Reader: %s" | ||
msgstr "Simple RSS Reader: %s" | ||
|
||
#: ..\plugin.py:479 ..\plugin.py:529 | ||
#: ..\plugin.py:483 ..\plugin.py:533 | ||
msgid "No such Item." | ||
msgstr "Keine derartige Nachricht." | ||
|
||
#: ..\plugin.py:636 ..\plugin.py:638 | ||
#: ..\plugin.py:640 ..\plugin.py:642 | ||
msgid "Feed is empty." | ||
msgstr "Kanal ist leer." | ||
|
||
#: ..\plugin.py:712 ..\plugin.py:743 | ||
#: ..\plugin.py:718 ..\plugin.py:748 | ||
msgid "Entries" | ||
msgstr "Einträge" | ||
|
||
#: ..\plugin.py:713 ..\plugin.py:744 | ||
#: ..\plugin.py:719 ..\plugin.py:749 | ||
msgid "Feed %s/%s" | ||
msgstr "Kanal %s/%s" | ||
|
||
#: ..\plugin.py:720 | ||
#: ..\plugin.py:726 | ||
msgid "Simple RSS Reader" | ||
msgstr "Simple RSS Reader" | ||
|
||
#: ..\plugin.py:751 | ||
#: ..\plugin.py:756 | ||
msgid "Close" | ||
msgstr "Schließen" | ||
|
||
#: ..\plugin.py:751 | ||
#: ..\plugin.py:756 | ||
msgid "Setup" | ||
msgstr "Einstellungen" | ||
|
||
#: ..\plugin.py:751 | ||
#: ..\plugin.py:756 | ||
msgid "Update Feed" | ||
msgstr "Kanal aktualisieren" | ||
|
||
#: ..\plugin.py:752 | ||
#: ..\plugin.py:757 | ||
msgid "What to do?" | ||
msgstr "Was möchten Sie tun?" | ||
|
||
#: ..\plugin.py:799 | ||
#: ..\plugin.py:810 | ||
msgid "New Items since last Auto-Update" | ||
msgstr "Neue Nachrichten seit letzter Aktualisierung" | ||
|
||
#: ..\plugin.py:828 | ||
#: ..\plugin.py:839 | ||
msgid "" | ||
"Sorry, this type of feed is unsupported:\n" | ||
"%s" | ||
msgstr "" | ||
"Derartige Kanäle werden nicht unterstützt:\n" | ||
"%s" | ||
|
||
#: ..\plugin.py:891 | ||
#: ..\plugin.py:902 | ||
msgid "Received %d new news item(s)." | ||
msgstr "%d neue Nachrichten empfangen." | ||
|
||
#: ..\plugin.py:1142 | ||
#: ..\plugin.py:1154 | ||
msgid "trying to download the feed..." | ||
msgstr "versuche, den Feed herunterzuladen..." | ||
|
||
#: ..\plugin.py:1208 | ||
#: ..\plugin.py:1220 | ||
msgid "A simple to use RSS reader" | ||
msgstr "Ein einfacher Newsreader" | ||
|
||
#: ..\plugin.py:1210 | ||
#: ..\plugin.py:1222 | ||
msgid "View RSS..." | ||
msgstr "RSS Nachrichten anzeigen..." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.