# GNU gettext file for stov, English language # Helmut Pozimski , 2012-2017. # msgid "" msgstr "" "Project-Id-Version: 1.1\n" "POT-Creation-Date: 2017-10-03 22:47+CEST\n" "PO-Revision-Date: 2017-10-03 22:48+0200\n" "Last-Translator: Helmut Pozimski \n" "Language-Team: None\n" "Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" "X-Generator: Poedit 2.0.4\n" #: lib_stov/configuration.py:66 msgid "the name of your database file" msgstr "" #: lib_stov/configuration.py:67 msgid "the directory where downloaded videos are saved" msgstr "" #: lib_stov/configuration.py:69 msgid "the maximum number of videos to retrieve for each subscription" msgstr "" #: lib_stov/configuration.py:71 msgid "the host name of your mail server" msgstr "" #: lib_stov/configuration.py:72 msgid "the address used for notifications" msgstr "" #: lib_stov/configuration.py:73 msgid "the sender address of notification e-mails" msgstr "" #: lib_stov/configuration.py:74 msgid "the port to use on your mail server" msgstr "" #: lib_stov/configuration.py:75 msgid "if your mail server requires authentication" msgstr "" #: lib_stov/configuration.py:76 msgid "the user name used to authenticate to your mail server" msgstr "" #: lib_stov/configuration.py:78 msgid "the password used to authenticate to your mail server" msgstr "" #: lib_stov/configuration.py:80 msgid "the path to your youtube-dl installation" msgstr "" #: lib_stov/configuration.py:81 msgid "if you want to be notified via e-mail about new videos" msgstr "" #: lib_stov/configuration.py:83 msgid "which video codec you prefer (h264, webm or flv)" msgstr "" #: lib_stov/configuration.py:85 msgid "which resolution you prefer (360p, 480p, 720p or 1080p)" msgstr "" #: lib_stov/configuration.py:87 msgid "if you want to compare the title of a video with the subscription search string" msgstr "" #: lib_stov/configuration.py:100 msgid "Writing configuration file." msgstr "" #: lib_stov/configuration.py:116 msgid "Creating stov configuration directory" msgstr "" #: lib_stov/configuration.py:130 msgid "Opening old configuration file to convert it to json" msgstr "" #: lib_stov/configuration.py:149 msgid "Opening configuration file" msgstr "" #: lib_stov/configuration.py:202 msgid "" "This assistant will help you to perform the initial configuration of stov. \n" "The default value will be displayed in brackets.\n" "Please specify now :\n" msgstr "" #: lib_stov/database.py:60 msgid "Executing STATEMENT: %s" msgstr "" #: lib_stov/database.py:63 msgid "Executing STATEMENT: %s with arguments %s" msgstr "" #: lib_stov/generic_video.py:61 msgid "Creating directory %s" msgstr "" #: lib_stov/helpers.py:58 msgid "The translation files could not be found, localization won't be available" msgstr "" #: lib_stov/helpers.py:67 msgid "STRG+C has been pressed, quitting..." msgstr "" #: lib_stov/helpers.py:69 msgid "Received SIGTERM, quitting..." msgstr "" #: lib_stov/helpers.py:92 msgid "show this help message and exit" msgstr "" #: lib_stov/helpers.py:94 msgid "Add a new subscription (requires either --search, --channel or --playlist)" msgstr "" #: lib_stov/helpers.py:97 msgid "Add a new Playlist subscription (requires add)" msgstr "" #: lib_stov/helpers.py:100 msgid "List the currently available subscriptions" msgstr "" #: lib_stov/helpers.py:102 msgid "remove a subscription" msgstr "" #: lib_stov/helpers.py:105 msgid "update the information about the available videos" msgstr "" #: lib_stov/helpers.py:109 msgid "download all available videos which haven't already been downloaded" msgstr "" #: lib_stov/helpers.py:113 msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)" msgstr "" #: lib_stov/helpers.py:117 msgid "Print all videos from a subscription" msgstr "" #: lib_stov/helpers.py:119 msgid "Mark all videos from one channel as read (requires subscription-id as argument)" msgstr "" #: lib_stov/helpers.py:122 msgid "specify a channel for a new subscription (requires --add)" msgstr "" #: lib_stov/helpers.py:125 msgid "show the license of the program" msgstr "" #: lib_stov/helpers.py:127 msgid "show the current running version number" msgstr "" #: lib_stov/helpers.py:129 msgid "Suppress all output" msgstr "" #: lib_stov/helpers.py:131 msgid "Be verbose and print also diagnostic messages" msgstr "" #: lib_stov/helpers.py:135 msgid "Clean the database of entries no longer listed in the current API response" msgstr "" #: lib_stov/helpers.py:138 msgid "enables the subscription with the provided ID" msgstr "" #: lib_stov/helpers.py:141 msgid "disables the subscription with the provided ID" msgstr "" #: lib_stov/helpers.py:144 msgid "specify the site to work with (for --add)" msgstr "" #: lib_stov/helpers.py:146 msgid "list the supported sites" msgstr "" #: lib_stov/helpers.py:159 msgid "The lock file could not be opened, please check that it exists and is readable, quitting now" msgstr "" #: lib_stov/helpers.py:165 msgid "" "The lock file already exists, probably another instance of this program is already running\n" "if you are sure this is not the case, delete it manually and try again!" msgstr "" #: lib_stov/helpers.py:175 msgid "The old lock file could not be deleted!" msgstr "" #: lib_stov/helpers.py:181 msgid "The lock file could not be created, please check that /tmp is writable and properly configured, quitting now." msgstr "" #: lib_stov/helpers.py:191 msgid "Removing lock file" msgstr "" #: lib_stov/helpers.py:196 msgid "Could not delete the lock file. Please check what went wrong and clean up manually!" msgstr "" #: lib_stov/helpers.py:210 msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)" msgstr "" #: lib_stov/helpers.py:222 msgid "Writing initial configuration according to your input, have fun!" msgstr "" #: lib_stov/helpers.py:225 msgid "Writing initial configuration according to default values." msgstr "" #: lib_stov/helpers.py:227 msgid "Creating hidden directory in home for configuration and database." msgstr "" #: lib_stov/helpers.py:239 msgid "Migrating configuration from plain text to json." msgstr "" #: lib_stov/helpers.py:243 msgid "Comparing current and running configuration version." msgstr "" #: lib_stov/helpers.py:254 msgid "Your configuration needs to be updated, performing update now." msgstr "" #: lib_stov/helpers.py:276 msgid "Connecting to stov database" msgstr "" #: lib_stov/helpers.py:298 msgid "Created initial database tables." msgstr "" #: lib_stov/helpers.py:302 msgid "Comparing current and running database version." msgstr "" #: lib_stov/helpers.py:305 msgid "Your database needs to be updated, performing update now." msgstr "" #: lib_stov/helpers.py:330 msgid "Found youtube-dl at %s, writing it's path to the configuration file." msgstr "" #: lib_stov/helpers.py:340 msgid "Could not find youtube-dl, it either does not exist, is not readable or not executable. Please note that youtube-dl is not needed for the program to run but is needed to use the download option which won't work otherwise. If youtube-dl isn't found automatically, you may also enter the path to it in the configuration file." msgstr "" #: lib_stov/program.py:54 msgid "" "Creating new subscription with the following parameters:\n" "Channel: %s\n" "Search: %s\n" "Playlist: %s" msgstr "" #: lib_stov/program.py:69 msgid "Search_" msgstr "" #: lib_stov/program.py:74 msgid "Playlists do not support searching, the search option will be ignored!" msgstr "" #: lib_stov/program.py:80 msgid "None or invalid subscription type given, please check the type option and try again." msgstr "" #: lib_stov/program.py:102 msgid "Subscription sucessfully inserted into database." msgstr "" #: lib_stov/program.py:118 lib_stov/program.py:201 msgid "Video %s successfully inserted into database." msgstr "" #: lib_stov/program.py:120 msgid "New subscription " msgstr "" #: lib_stov/program.py:121 msgid " successfully added" msgstr "" #: lib_stov/program.py:136 msgid "ID Title Site" msgstr "" #: lib_stov/program.py:139 msgid "enabled" msgstr "" #: lib_stov/program.py:141 msgid "disabled" msgstr "" #: lib_stov/program.py:145 msgid "No subscriptions added yet, add one!" msgstr "" #: lib_stov/program.py:166 msgid "Subscription deleted successfully!" msgstr "" #: lib_stov/program.py:182 msgid "Updating subscription %s" msgstr "" #: lib_stov/program.py:262 msgid "Downloaded %i new video" msgstr "" #: lib_stov/program.py:263 msgid "" "The following episode has been downloaded by stov: \n" "\n" msgstr "" #: lib_stov/program.py:266 msgid "Downloaded %i new videos" msgstr "" #: lib_stov/program.py:267 msgid "" "The following episodes have been downloaded by stov: \n" "\n" msgstr "" #: lib_stov/program.py:293 msgid "Could not connect to the smtp server, please check your settings!" msgstr "" #: lib_stov/program.py:299 msgid "TLS not available, proceeding unencrypted." msgstr "" #: lib_stov/program.py:305 msgid "Authentication failed, please check user name and password!" msgstr "" #: lib_stov/program.py:308 msgid "Could not authenticate, server probably does not support authentication!" msgstr "" #: lib_stov/program.py:315 msgid "The server refused the recipient address, please check your settings." msgstr "" #: lib_stov/program.py:318 msgid "The server refused the sender address, please check your settings." msgstr "" #: lib_stov/program.py:355 lib_stov/program.py:566 msgid "Invalid subscription, please check the list and try again." msgstr "" #: lib_stov/program.py:380 msgid "The subscription could not be updated, please check if the ID given is correct." msgstr "" #: lib_stov/program.py:399 msgid "Deleting video %s from database" msgstr "" #: lib_stov/program.py:428 msgid "The subscription ID %s is already enabled." msgstr "" #: lib_stov/program.py:437 msgid "Enabled subscription ID %s." msgstr "" #: lib_stov/program.py:440 msgid "Subscription ID %s is already disabled." msgstr "" #: lib_stov/program.py:449 msgid "Disabled subscription ID %s." msgstr "" #: lib_stov/program.py:452 msgid "Could not find the subscription with ID %s, please check and try again." msgstr "" #: lib_stov/program.py:492 msgid "There are no videos to be downloaded." msgstr "" #: lib_stov/program.py:495 msgid "" "The following videos have been downloaded:\n" msgstr "" #: lib_stov/program.py:500 msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration." msgstr "" #: lib_stov/program.py:531 msgid "Sites currently supported by stov:" msgstr "" #: lib_stov/stov_exceptions.py:29 msgid "Could not access the database, please check path and permissions and try again!" msgstr "" #: lib_stov/stov_exceptions.py:44 msgid "Write access to the database failed, please check file permissions and the file system and try again!" msgstr "" #: lib_stov/stov_exceptions.py:60 msgid "The subscription you requested could not be found in the database, requested action aborted." msgstr "" #: lib_stov/stov_exceptions.py:75 msgid "The connection to the youtube API failed or no data was returned." msgstr "" #: lib_stov/stov_exceptions.py:87 msgid "The API Request timed out for subscription %s,please try again later." msgstr "" #: lib_stov/stov_exceptions.py:101 msgid "The configuration could not be written, please check that the configuration direcroty exists and is writable." msgstr "" #: lib_stov/stov_exceptions.py:115 msgid "The directory could not be created, please check that the parent directory exists and is writable" msgstr "" #: lib_stov/stov_exceptions.py:130 msgid "The configuration could not be read, please check that the configuration file exists and is readable." msgstr "" #: lib_stov/stov_exceptions.py:145 msgid "Invalid config version read." msgstr "" #: lib_stov/stov_exceptions.py:158 msgid "The subscription %s is disabled, videos will not be downloaded." msgstr "" #: lib_stov/stov_exceptions.py:172 msgid "The download directory does not exist and can't be created. Please check your configuration and try again." msgstr "" #: lib_stov/stov_exceptions.py:186 msgid "The migration of the configuration to the json format failed." msgstr "" #: lib_stov/stov_exceptions.py:199 msgid "Execution of youtube-dl failed." msgstr "" #: lib_stov/stov_exceptions.py:211 msgid "Channel not found on video site" msgstr "" #: lib_stov/stov_exceptions.py:222 msgid "Error: This site is not (yet) supported by stov!" msgstr "" #: lib_stov/stov_exceptions.py:234 msgid "Error: This subscription type is not supported by the video site" msgstr "" #: lib_stov/subscription.py:91 msgid "Matching parameter %s with title %s" msgstr "" #: lib_stov/subscription.py:136 msgid " (pending)" msgstr "" #: lib_stov/subscription.py:138 msgid " (downloaded)" msgstr "" #: lib_stov/subscription.py:140 msgid " (failed)" msgstr "" #: lib_stov/twitch.py:52 lib_stov/vidme.py:51 lib_stov/yt_noapi.py:82 msgid "Constructed URL for subscription: %s" msgstr "" #: lib_stov/twitch.py:58 lib_stov/yt_noapi.py:118 msgid " search %s" msgstr "" #: lib_stov/twitch.py:84 lib_stov/vidme.py:76 lib_stov/yt_noapi.py:185 #: lib_stov/zdf_mediathek.py:134 msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings." msgstr "" #: lib_stov/twitch.py:97 lib_stov/vidme.py:87 lib_stov/yt_noapi.py:216 #: lib_stov/zdf_mediathek.py:144 msgid "Found value: %s." msgstr "" #: lib_stov/twitch.py:100 lib_stov/vidme.py:91 lib_stov/yt_noapi.py:219 #: lib_stov/zdf_mediathek.py:147 msgid "Could not determine an itag value from the configuration" msgstr "" #: lib_stov/youtubedl_wrapper.py:48 msgid "Executing command: %s %s %s %s %s %s" msgstr "" #: lib_stov/youtubedl_wrapper.py:84 msgid "Executing command: %s %s %s" msgstr "" #: lib_stov/youtubedl_wrapper.py:104 msgid "Executing command: %s -f %s %s" msgstr "" #: lib_stov/youtubedl_wrapper.py:124 msgid "Error while calling youtube-dl: %s" msgstr "" #: lib_stov/yt_noapi.py:88 msgid "Opening URL: %s to fetch title" msgstr ""