# GNU gettext file for stov, English language # Helmut Pozimski , 2012-2013. # msgid "" msgstr "" "Project-Id-Version: 0.3\n" "POT-Creation-Date: 2012-12-27 22:18+CET\n" "PO-Revision-Date: 2012-12-27 22:27+CET\n" "Last-Translator: Helmut Pozimski \n" "Language-Team: None\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" #: configuration.py:59 msgid "the name of your database file" msgstr "" #: configuration.py:60 msgid "the directory where downloaded videos are saved" msgstr "" #: configuration.py:61 msgid "the maximum number of videos to retrieve for each subscription" msgstr "" #: configuration.py:63 msgid "the host of your mail server" msgstr "" #: configuration.py:64 msgid "the address used for notifications" msgstr "" #: configuration.py:65 msgid "the sender address of notification e-mails" msgstr "" #: configuration.py:66 msgid "the port to use on your mail server" msgstr "" #: configuration.py:67 msgid "if your mail server requires authentication" msgstr "" #: configuration.py:68 msgid "the user name used to authenticate to your mail server" msgstr "" #: configuration.py:69 msgid "the password used to authenticate to your mail server" msgstr "" #: configuration.py:70 msgid "the path to your youtube-dl installation" msgstr "" #: configuration.py:71 msgid "if you want to be notified via e-mail about new videos" msgstr "" #: configuration.py:72 msgid "which video codec you prefer (h264, webm or flv)" msgstr "" #: configuration.py:73 msgid "which resolution you prefer (360p, 480p, 720p or 1080p)" msgstr "" #: configuration.py:75 msgid "if you want to compare the title of a video with the subscription search string" msgstr "" #: configuration.py:88 msgid "Opening configuration file" msgstr "" #: configuration.py:92 msgid "Configuration could not be written, please check that the configuration directory exists and is writable" msgstr "" #: configuration.py:97 msgid "Writing value for %s" msgstr "" #: configuration.py:107 msgid "The database could not be created, please check that the configuration directory exists and is writable" msgstr "" #: configuration.py:112 msgid "Creating table subscriptions" msgstr "" #: configuration.py:122 msgid "Creating table videos" msgstr "" #: configuration.py:142 msgid "Creating hidden directory in home for configuration and database" msgstr "" #: configuration.py:147 msgid "Configuration directory could not be created, please check that your home directory exists and is writable" msgstr "" #: configuration.py:151 msgid "Looking for youtube-dl file" msgstr "" #: configuration.py:164 msgid "Opening config file for reading" msgstr "" #: configuration.py:168 msgid "Configuration could not be read, please check that the configuration file exists and is readable" msgstr "" #: configuration.py:172 msgid "Reading line %s" msgstr "" #: configuration.py:185 msgid "Checking current and running configuration version" msgstr "" #: configuration.py:190 msgid "Invalid config version read" msgstr "" #: configuration.py:195 msgid "Found running version: " msgstr "" #: configuration.py:196 configuration.py:220 msgid "Current version: " msgstr "" #: configuration.py:215 msgid "Checking current and running database version." msgstr "" #: configuration.py:219 msgid "Found running database version: " msgstr "" #: configuration.py:237 msgid "The database could not be updated, please check that the configuration directory exists and is writable" msgstr "" #: configuration.py:257 msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings" msgstr "" #: configuration.py:288 msgid "Found value: %s" msgstr "" #: configuration.py:295 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 "" #: configuration.py:308 msgid "Writing initial configuration according to your input, have fun!" msgstr "" #: subscription.py:64 msgid "Could not write to database, subscription was NOT deleted. Please check permissions and try again." msgstr "" #: subscription.py:72 msgid "The subscription could not be found and was therefore not deleted" msgstr "" #: subscription.py:84 msgid "Subscription deleted successfully!" msgstr "" #: subscription.py:99 msgid "Could not write to database, new video was NOT added! Please check permissions and try again." msgstr "" #: subscription.py:104 msgid "Checking if video \"%s\" exists in the database" msgstr "" #: subscription.py:109 msgid "You have requested title checking and the title of the video does not match with the search string, ignoring it" msgstr "" #: subscription.py:118 msgid "Video %s not found in database, inserting..." msgstr "" #: subscription.py:139 msgid "Could not access database. Please check permissions and try again." msgstr "" #: subscription.py:143 msgid "Getting all videos for subscription %s from database" msgstr "" #: subscription.py:151 msgid "Got video %s" msgstr "" #: subscription.py:174 msgid "Videos in subscription " msgstr "" #: subscription.py:178 msgid " (pending)" msgstr "" #: subscription.py:181 msgid " (downloaded)" msgstr "" #: subscription.py:184 msgid " (failed)" msgstr "" #: subscription.py:193 msgid "Could not write to database, new subscription was NOT added! Please check permissions and try again." msgstr "" #: subscription.py:199 msgid "Found subscription title %s" msgstr "" #: subscription.py:202 msgid "Directory: %s" msgstr "" #: subscription.py:208 msgid "Writing subscription info into database..." msgstr "" #: subscription.py:218 msgid "Subscription got internal ID %s" msgstr "" #: subscription.py:228 msgid "Connectiong to youtube API." msgstr "" #: subscription.py:231 msgid "Connection established, reading data." msgstr "" #: subscription.py:236 msgid "Could not get API data, maybe the API is down or you have given wrong parameters, please check and try again!" msgstr "" #: subscription.py:242 msgid "Parsing youtube API response." msgstr "" #: subscription.py:265 msgid "None or invalid subscription type given, please check the type option and try again" msgstr "" #: subscription.py:268 msgid "Constructed the following API URL: %s" msgstr "" #: subscription.py:284 msgid "Video %s deleted from the database!" msgstr "" #: subscription.py:288 msgid "Videos %s could not be deleted from the database" msgstr "" #: youtube.py:46 msgid "Creating directory %s" msgstr "" #: youtube.py:50 msgid "Download directory does not exist and can't be created. Please check your configuration and try again" msgstr "" #: youtube.py:57 msgid "Downloading video \"%s\"" msgstr "" #: youtube.py:74 msgid "The Video \"%s\" has been downloaded but the status could not be updated in the database. Please check what went wrong and correct it" msgstr "" #: youtube.py:81 msgid "Downloaded video \"%s\", updating database accordingly." msgstr "" #: youtube.py:90 msgid "The video %s could not be downloaded due to some problem with youtube-dl. If this happens to more than one video, please check your youtube-dl version" msgstr "" #: youtube.py:97 msgid "The Video \"%s\" has failed downloading but the status could not be updated in the database. Please check what went wrong and correct it" msgstr "" #: youtube.py:106 msgid "The video \"%s\" has failed downloading too often, marking as failed" msgstr "" #: youtube.py:126 msgid "Could not connect to the database, please check settings and permissions and try again" msgstr ""