123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- # GNU gettext file for stov, English language
- # Helmut Pozimski <helmut@pozimski.eu>, 2012-2014.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: 0.7\n"
- "POT-Creation-Date: 2012-12-27 22:18+CET\n"
- "PO-Revision-Date: 2014-04-15 19:19+CEST\n"
- "Last-Translator: Helmut Pozimski <helmut@pozimski.eu>\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"
- #: lib_stov/configuration.py:59
- msgid "the name of your database file"
- msgstr ""
- #: lib_stov/configuration.py:60
- msgid "the directory where downloaded videos are saved"
- msgstr ""
- #: lib_stov/configuration.py:61
- msgid "the maximum number of videos to retrieve for each subscription"
- msgstr ""
- #: lib_stov/configuration.py:63
- msgid "the host of your mail server"
- msgstr ""
- #: lib_stov/configuration.py:64
- msgid "the address used for notifications"
- msgstr ""
- #: lib_stov/configuration.py:65
- msgid "the sender address of notification e-mails"
- msgstr ""
- #: lib_stov/configuration.py:66
- msgid "the port to use on your mail server"
- msgstr ""
- #: lib_stov/configuration.py:67
- msgid "if your mail server requires authentication"
- msgstr ""
- #: lib_stov/configuration.py:68
- msgid "the user name used to authenticate to your mail server"
- msgstr ""
- #: lib_stov/configuration.py:69
- msgid "the password used to authenticate to your mail server"
- msgstr ""
- #: lib_stov/configuration.py:70
- msgid "the path to your youtube-dl installation"
- msgstr ""
- #: lib_stov/configuration.py:71
- msgid "if you want to be notified via e-mail about new videos"
- msgstr ""
- #: lib_stov/configuration.py:72
- msgid "which video codec you prefer (h264, webm or flv)"
- msgstr ""
- #: lib_stov/configuration.py:73
- msgid "which resolution you prefer (360p, 480p, 720p or 1080p)"
- msgstr ""
- #: lib_stov/configuration.py:75
- msgid "if you want to compare the title of a video with the subscription search string"
- msgstr ""
- #: lib_stov/configuration.py:88
- msgid "Opening configuration file"
- msgstr ""
- #: lib_stov/configuration.py:92
- msgid "Configuration could not be written, please check that the configuration directory exists and is writable"
- msgstr ""
- #: lib_stov/configuration.py:97
- msgid "Writing value for %s"
- msgstr ""
- #: lib_stov/configuration.py:107
- msgid "The database could not be created, please check that the configuration directory exists and is writable"
- msgstr ""
- #: lib_stov/configuration.py:112
- msgid "Creating table subscriptions"
- msgstr ""
- #: lib_stov/configuration.py:123
- msgid "Creating table videos"
- msgstr ""
- #: lib_stov/configuration.py:143
- msgid "Creating hidden directory in home for configuration and database"
- msgstr ""
- #: lib_stov/configuration.py:148
- msgid "Configuration directory could not be created, please check that your home directory exists and is writable"
- msgstr ""
- #: lib_stov/configuration.py:152
- msgid "Looking for youtube-dl file"
- msgstr ""
- #: lib_stov/configuration.py:165
- msgid "Opening config file for reading"
- msgstr ""
- #: lib_stov/configuration.py:169
- msgid "Configuration could not be read, please check that the configuration file exists and is readable"
- msgstr ""
- #: lib_stov/configuration.py:173
- msgid "Reading line %s"
- msgstr ""
- #: lib_stov/configuration.py:186
- msgid "Checking current and running configuration version"
- msgstr ""
- #: lib_stov/configuration.py:191
- msgid "Invalid config version read"
- msgstr ""
- #: lib_stov/configuration.py:196
- msgid "Found running version: "
- msgstr ""
- #: lib_stov/configuration.py:197 lib_stov/configuration.py:221
- msgid "Current version: "
- msgstr ""
- #: lib_stov/configuration.py:216
- msgid "Checking current and running database version."
- msgstr ""
- #: lib_stov/configuration.py:220
- msgid "Found running database version: "
- msgstr ""
- #: lib_stov/configuration.py:238
- msgid "The database could not be updated, please check that the configuration directory exists and is writable"
- msgstr ""
- #: lib_stov/configuration.py:267
- msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings"
- msgstr ""
- #: lib_stov/configuration.py:298
- msgid "Found value: %s"
- msgstr ""
- #: lib_stov/configuration.py:305
- 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/configuration.py:318
- msgid "Writing initial configuration according to your input, have fun!"
- msgstr ""
- #: lib_stov/subscription.py:69
- msgid "Could not write to database, subscription was NOT deleted. Please check permissions and try again."
- msgstr ""
- #: lib_stov/subscription.py:77
- msgid "The subscription could not be found and was therefore not deleted"
- msgstr ""
- #: lib_stov/subscription.py:89
- msgid "Subscription deleted successfully!"
- msgstr ""
- #: lib_stov/subscription.py:105
- msgid "Could not write to database, new video was NOT added! Please check permissions and try again."
- msgstr ""
- #: lib_stov/subscription.py:110
- msgid "Checking if video \"%s\" exists in the database"
- msgstr ""
- #: lib_stov/subscription.py:115
- msgid "You have requested title checking and the title of the video does not match with the search string, ignoring it"
- msgstr ""
- #: lib_stov/subscription.py:124
- msgid "Video %s not found in database, inserting..."
- msgstr ""
- #: lib_stov/subscription.py:135
- msgid "Subscription %s is disabled, it will not be updated"
- msgstr ""
- #: lib_stov/subscription.py:149
- msgid "Could not access database. Please check permissions and try again."
- msgstr ""
- #: lib_stov/subscription.py:153
- msgid "Getting all videos for subscription %s from database"
- msgstr ""
- #: lib_stov/subscription.py:161
- msgid "Got video %s"
- msgstr ""
- #: lib_stov/subscription.py:183
- msgid "Subscription %s is disabled, videos will not be downloaded"
- msgstr ""
- #: lib_stov/subscription.py:189
- msgid "Videos in subscription "
- msgstr ""
- #: lib_stov/subscription.py:193
- msgid " (pending)"
- msgstr ""
- #: lib_stov/subscription.py:196
- msgid " (downloaded)"
- msgstr ""
- #: lib_stov/subscription.py:199
- msgid " (failed)"
- msgstr ""
- #: lib_stov/subscription.py:208
- msgid "Could not write to database, new subscription was NOT added! Please check permissions and try again."
- msgstr ""
- #: lib_stov/subscription.py:214
- msgid "Found subscription title %s"
- msgstr ""
- #: lib_stov/subscription.py:217
- msgid "Directory: %s"
- msgstr ""
- #: lib_stov/subscription.py:223
- msgid "Writing subscription info into database..."
- msgstr ""
- #: lib_stov/subscription.py:233
- msgid "Subscription got internal ID %s"
- msgstr ""
- #: lib_stov/subscription.py:243
- msgid "Updating subscription %s"
- msgstr ""
- #: lib_stov/subscription.py:245
- msgid "Connectiong to youtube API."
- msgstr ""
- #: lib_stov/subscription.py:248
- msgid "Connection established, reading data."
- msgstr ""
- #: lib_stov/subscription.py:253
- msgid "Could not get API data, maybe the API is down or you have given wrong parameters, please check and try again!"
- msgstr ""
- #: lib_stov/subscription.py:259
- msgid "The API Request timed out for subscription %s, please try again later"
- msgstr ""
- #: lib_stov/subscription.py:259
- msgid "Parsing youtube API response."
- msgstr ""
- #: lib_stov/subscription.py:282
- msgid "None or invalid subscription type given, please check the type option and try again"
- msgstr ""
- #: lib_stov/subscription.py:285
- msgid "Constructed the following API URL: %s"
- msgstr ""
- #: lib_stov/subscription.py:301
- msgid "Video %s deleted from the database!"
- msgstr ""
- #: lib_stov/subscription.py:305
- msgid "Videos %s could not be deleted from the database"
- msgstr ""
- #: lib_stov/youtube.py:46
- msgid "Creating directory %s"
- msgstr ""
- #: lib_stov/youtube.py:50
- msgid "Download directory does not exist and can't be created. Please check your configuration and try again"
- msgstr ""
- #: lib_stov/youtube.py:57
- msgid "Downloading video \"%s\""
- msgstr ""
- #: lib_stov/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 ""
- #: lib_stov/youtube.py:81
- msgid "Downloaded video \"%s\", updating database accordingly."
- msgstr ""
- #: lib_stov/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 ""
- #: lib_stov/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 ""
- #: lib_stov/youtube.py:106
- msgid "The video \"%s\" has failed downloading too often, marking as failed"
- msgstr ""
- #: lib_stov/youtube.py:126
- msgid "Could not connect to the database, please check settings and permissions and try again"
- msgstr ""
- #: stov:61
- msgid "Translation files could not be found, localization won't be available"
- msgstr ""
- #: stov:75
- msgid "STRG+C has been pressed, quitting..."
- msgstr ""
- #: stov:78
- msgid "Received SIGTERM, quitting..."
- msgstr ""
- #: stov:96
- msgid "option %s requires an integer value"
- msgstr ""
- #: stov:101
- msgid "option %s requires an argument"
- msgstr ""
- #: stov:105
- msgid "invalid option %s"
- msgstr ""
- #: stov:132
- msgid "Usage: %prog [options]"
- msgstr ""
- #: stov:136
- msgid "show this help message and exit"
- msgstr ""
- #: stov:138
- msgid "Add a new subscription (requires either --search, --channel or --playlist)"
- msgstr ""
- #: stov:141
- msgid "Add a new Playlist subscription (requires add)"
- msgstr ""
- #: stov:143
- msgid "List the currently available subscriptions"
- msgstr ""
- #: stov:145
- msgid "remove a subscription"
- msgstr ""
- #: stov:147
- msgid "update the information about the available videos"
- msgstr ""
- #: stov:149
- msgid "download all available videos which haven't already been downloaded"
- msgstr ""
- #: stov:151
- msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
- msgstr ""
- #: stov:154
- msgid "Print all videos from a subscription"
- msgstr ""
- #: stov:156
- msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
- msgstr ""
- #: stov:159
- msgid "specify a channel for a new subscription (requires --add)"
- msgstr ""
- #: stov:161
- msgid "show the license of the program"
- msgstr ""
- #: stov:163
- msgid "show the current running version number"
- msgstr ""
- #: stov:165
- msgid "Suppress all output"
- msgstr ""
- #: stov:167
- msgid "Be verbose and print also diagnostical messages"
- msgstr ""
- #: stov:169
- msgid "Clean the database of entries no longer listed in the current API response"
- msgstr ""
- #: stov:172
- msgid "enables the subscription with the provided ID"
- msgstr ""
- #: stov:174
- msgid "disables the subscription with the provided ID"
- msgstr ""
- #: stov:198
- msgid "--quiet and --verbose can't be defined at the same time, exiting."
- msgstr ""
- #: stov:218
- msgid "Lock file could not be opened, please check that it exists and is readable, quitting now"
- msgstr ""
- #: stov:224
- msgid ""
- "The lock file already exists, probably anotherinstance of this program is already running\n"
- "if you are sure this is not the case, delete it manually and try again!"
- msgstr ""
- #: stov:235
- msgid "Old lock file could not be deleted!"
- msgstr ""
- #: stov:242
- msgid "Lock file could not be created, please check that /tmp is writable and properly configured, quitting now"
- msgstr ""
- #: stov:252
- msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
- msgstr ""
- #: stov:260
- msgid "Writing initial configuration according to default values"
- msgstr ""
- #: stov:266
- msgid "Your configuration needs to be updated, performing update now."
- msgstr ""
- #: stov:271
- msgid "Your database needs to be updated, performing update now."
- msgstr ""
- #: stov:293
- msgid "Found youtube-dl, writing to configuration file."
- msgstr ""
- #: stov:297
- 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 ""
- #: stov:322
- msgid "Search_"
- msgstr ""
- #: stov:325
- msgid "Playlists do not support searching, search option will be ignored!"
- msgstr ""
- #: stov:331
- msgid "No valid subscription options given, subscription could not be added"
- msgstr ""
- #: stov:338
- msgid "New subscription "
- msgstr ""
- #: stov:339
- msgid " successfully added"
- msgstr ""
- #: stov:342
- msgid "The subscription could not be added"
- msgstr ""
- #: stov:346 stov:384 stov:534 stov:558 stov:576
- msgid "Could not access the database, please check path and permissions and try again!"
- msgstr ""
- #: stov:354
- msgid "ID Title"
- msgstr ""
- #: stov:358
- msgid "enabled"
- msgstr ""
- #: stov:360
- msgid "disabled"
- msgstr ""
- #: stov:365
- msgid "No subscriptions added yet, add one!"
- msgstr ""
- #: stov:374
- msgid "Invalid Option, please use the ID of the subscriptionyou want to delete as parameter for the remove option"
- msgstr ""
- #: stov:404
- msgid "Could not access the database, please check pathand permissions and try again!"
- msgstr ""
- #: stov:413
- msgid "Codec and resolution could not be determined, using maximum possible value"
- msgstr ""
- #: stov:434
- msgid "Downloaded %i new video"
- msgstr ""
- #: stov:435
- msgid ""
- "The following episode has been downloaded by stov: \n"
- "\n"
- msgstr ""
- #: stov:437
- msgid "Downloaded %i new videos"
- msgstr ""
- #: stov:438
- msgid ""
- "The following episodes have been downloaded by stov: \n"
- "\n"
- msgstr ""
- #: stov:454
- msgid "Could not connect to the smtp server, please check your settings!"
- msgstr ""
- #: stov:463
- msgid "TLS not available, proceeding unencrypted"
- msgstr ""
- #: stov:469
- msgid "Authentication failed, please check user nameand password!"
- msgstr ""
- #: stov:473
- msgid "Could not authenticate, server probably does not support authentication!"
- msgstr ""
- #: stov:480
- msgid "The server refused the recipient address, please check your settings"
- msgstr ""
- #: stov:484
- msgid "The server refused the sender address, please check your settings"
- msgstr ""
- #: stov:490
- msgid "No videos to be downloaded."
- msgstr ""
- #: stov:494
- msgid ""
- "The following videos have been downloaded:\n"
- msgstr ""
- #: stov:501
- msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration"
- msgstr ""
- #: stov:511 stov:587 stov:614
- msgid "Could not access the database, please checkpath and permissions and try again!"
- msgstr ""
- #: stov:527
- msgid "Invalid subscription, please check the list and try again"
- msgstr ""
- #: stov:547
- msgid "Subscription could not be updated, please check if the ID given is correct"
- msgstr ""
- #: stov:596
- msgid "Subscription ID %s is already enabled"
- msgstr ""
- #: stov:603
- msgid "Enabled subscription ID %s"
- msgstr ""
- #: stov:606 stov:633
- msgid "Could not find the subscription with ID %s, please check and try again"
- msgstr ""
- #: stov:623
- msgid "Subscription ID %s is already disabled"
- msgstr ""
- #: stov:630
- msgid "Disabled subscription ID %s"
- msgstr ""
- #: stov:665
- msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
- msgstr ""
|