-
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.
[SimpleRSS] bugfix & improvements (#613)
* [SimpleRSS] bugfix & improvements - bugfix: no more crashes when setting was set to 'ticker' - bugfix: troubles when exiting plugin (the last screen before calling the plugin [=Pluginbrowser] was blank when exiting) - improvement: all Python-files were integrated in the 'plugin.py' - '**twisted.web.client.Agent.request(b'GET', uri)**' was replaced by '**twisted.internet.reactor.callInThread**' and '**requests.get(uri)**' - translations modified accordingly - Metrix-Skins have been overworked - cleaned-up translations
- Loading branch information
Showing
19 changed files
with
2,599 additions
and
2,428 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 |
---|---|---|
@@ -1,165 +1,184 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# Copyright (C) YEAR ORGANIZATION | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-04-16 19:06+0430\n" | ||
"POT-Creation-Date: 2023-09-10 15:11+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Last-Translator: Mr.Servo <mrservo via GitHub.com>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Type: text/plain; charset=cp1252\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: pygettext.py 1.5\n" | ||
|
||
#, python-format | ||
msgid "%d Feed(s) were added to configuration." | ||
#: ..\plugin.py:49 | ||
msgid "Notification" | ||
msgstr "" | ||
|
||
msgid "A simple to use RSS reader" | ||
#: ..\plugin.py:49 | ||
msgid "Preview" | ||
msgstr "" | ||
|
||
msgid "Autoupdate" | ||
#: ..\plugin.py:49 | ||
msgid "Ticker" | ||
msgstr "" | ||
|
||
msgid "Cancel" | ||
#: ..\plugin.py:49 | ||
msgid "none" | ||
msgstr "" | ||
|
||
msgid "Close" | ||
#: ..\plugin.py:164 ..\plugin.py:799 | ||
msgid "New Items" | ||
msgstr "" | ||
|
||
msgid "Delete" | ||
#: ..\plugin.py:180 | ||
msgid "Autoupdate" | ||
msgstr "" | ||
|
||
msgid "Enclosures" | ||
#: ..\plugin.py:180 | ||
msgid "Feed URI" | ||
msgstr "" | ||
|
||
msgid "Entries" | ||
#: ..\plugin.py:182 ..\plugin.py:223 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "Entry %s/%s" | ||
#: ..\plugin.py:183 ..\plugin.py:224 | ||
msgid "OK" | ||
msgstr "" | ||
|
||
msgid "Error while parsing Feed, this usually means there is something wrong with it." | ||
#: ..\plugin.py:192 ..\plugin.py:242 | ||
msgid "Simple RSS Reader Setup" | ||
msgstr "" | ||
|
||
#: ..\plugin.py:225 | ||
msgid "New" | ||
msgstr "" | ||
|
||
msgid "Failed to get subscriptions from Google Reader." | ||
#: ..\plugin.py:226 | ||
msgid "Delete" | ||
msgstr "" | ||
|
||
msgid "Failed to login to Google Reader." | ||
#: ..\plugin.py:227 | ||
msgid "Import from '%sfeeds.xml" | ||
msgstr "" | ||
|
||
#: ..\plugin.py:246 | ||
msgid "Feed" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "Feed %s/%s" | ||
#: ..\plugin.py:247 | ||
msgid "Start automatically with Enigma2" | ||
msgstr "" | ||
|
||
msgid "Feed URI" | ||
#: ..\plugin.py:248 | ||
msgid "Keep running in background" | ||
msgstr "" | ||
|
||
msgid "Feed is empty." | ||
#: ..\plugin.py:251 | ||
msgid "Show new Messages as" | ||
msgstr "" | ||
|
||
msgid "Fetch feeds from Google Reader?" | ||
#: ..\plugin.py:251 | ||
msgid "Update Interval (min)" | ||
msgstr "" | ||
|
||
msgid "Found no Enclosure we can display." | ||
#: ..\plugin.py:270 | ||
msgid "" | ||
"Really delete this entry?\n" | ||
"It cannot be recovered!" | ||
msgstr "" | ||
|
||
msgid "Google Password" | ||
#: ..\plugin.py:312 | ||
msgid "" | ||
"Importing '%s'\n" | ||
"%s feeds were imported successfully\n" | ||
"%s feeds were double and not imported" | ||
msgstr "" | ||
|
||
msgid "Google Username" | ||
#: ..\plugin.py:387 | ||
msgid "Error while parsing Feed, this usually means there is something wrong with it." | ||
msgstr "" | ||
|
||
msgid "Keep running in background" | ||
#: ..\plugin.py:396 | ||
msgid "" | ||
"Update is being done in Background.\n" | ||
"Contents will automatically be updated when it's done." | ||
msgstr "" | ||
|
||
msgid "New" | ||
#: ..\plugin.py:454 ..\plugin.py:522 ..\plugin.py:633 | ||
msgid "Entry %s/%s" | ||
msgstr "" | ||
|
||
msgid "New Items" | ||
#: ..\plugin.py:455 ..\plugin.py:527 | ||
msgid "Enclosures" | ||
msgstr "" | ||
|
||
msgid "New Items since last Auto-Update" | ||
#: ..\plugin.py:475 ..\plugin.py:625 | ||
msgid "Simple RSS Reader: %s" | ||
msgstr "" | ||
|
||
#: ..\plugin.py:479 ..\plugin.py:529 | ||
msgid "No such Item." | ||
msgstr "" | ||
|
||
msgid "Notification" | ||
#: ..\plugin.py:636 ..\plugin.py:638 | ||
msgid "Feed is empty." | ||
msgstr "" | ||
|
||
msgid "OK" | ||
#: ..\plugin.py:712 ..\plugin.py:743 | ||
msgid "Entries" | ||
msgstr "" | ||
|
||
msgid "Preview" | ||
#: ..\plugin.py:713 ..\plugin.py:744 | ||
msgid "Feed %s/%s" | ||
msgstr "" | ||
|
||
msgid "" | ||
"Really delete this entry?\n" | ||
"It cannot be recovered!" | ||
#: ..\plugin.py:720 | ||
msgid "Simple RSS Reader" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "Received %d new news item(s)." | ||
#: ..\plugin.py:751 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: ..\plugin.py:751 | ||
msgid "Setup" | ||
msgstr "" | ||
|
||
msgid "Show new Messages as" | ||
msgstr "" | ||
|
||
msgid "Simple RSS Reader" | ||
#: ..\plugin.py:751 | ||
msgid "Update Feed" | ||
msgstr "" | ||
|
||
msgid "Simple RSS Reader Setup" | ||
#: ..\plugin.py:752 | ||
msgid "What to do?" | ||
msgstr "" | ||
|
||
#, python-format | ||
msgid "Simple RSS Reader: %s" | ||
#: ..\plugin.py:799 | ||
msgid "New Items since last Auto-Update" | ||
msgstr "" | ||
|
||
#, python-format | ||
#: ..\plugin.py:828 | ||
msgid "" | ||
"Sorry, this type of feed is unsupported:\n" | ||
"%s" | ||
msgstr "" | ||
|
||
msgid "Start automatically with Enigma2" | ||
msgstr "" | ||
|
||
msgid "Subscribe Newsfeed..." | ||
msgstr "" | ||
|
||
msgid "Ticker" | ||
msgstr "" | ||
|
||
msgid "Update Feed" | ||
#: ..\plugin.py:891 | ||
msgid "Received %d new news item(s)." | ||
msgstr "" | ||
|
||
msgid "Update Interval (min)" | ||
#: ..\plugin.py:1142 | ||
msgid "trying to download the feed..." | ||
msgstr "" | ||
|
||
msgid "" | ||
"Update is being done in Background.\n" | ||
"Contents will automatically be updated when it's done." | ||
#: ..\plugin.py:1208 | ||
msgid "A simple to use RSS reader" | ||
msgstr "" | ||
|
||
#: ..\plugin.py:1210 | ||
msgid "View RSS..." | ||
msgstr "" | ||
|
||
msgid "What to do?" | ||
msgstr "" | ||
|
||
msgid "none" | ||
msgstr "" |
Oops, something went wrong.