123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482 |
- # GNU gettext file for stov, English language
- # Helmut Pozimski <helmut@pozimski.eu>, 2012-2014.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: 0.9\n"
- "POT-Creation-Date: 2012-12-27 22:18+CET\n"
- "PO-Revision-Date: 2014-12-26 11:40+CET\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:61
- msgid "the name of your database file"
- msgstr ""
- #: lib_stov/configuration.py:62
- msgid "the directory where downloaded videos are saved"
- msgstr ""
- #: lib_stov/configuration.py:64
- msgid "the maximum number of videos to retrieve for each subscription"
- msgstr ""
- #: lib_stov/configuration.py:66
- msgid "the host name of your mail server"
- msgstr ""
- #: lib_stov/configuration.py:67
- msgid "the address used for notifications"
- msgstr ""
- #: lib_stov/configuration.py:68
- msgid "the sender address of notification e-mails"
- msgstr ""
- #: lib_stov/configuration.py:69
- msgid "the port to use on your mail server"
- msgstr ""
- #: lib_stov/configuration.py:70
- msgid "if your mail server requires authentication"
- msgstr ""
- #: lib_stov/configuration.py:71
- msgid "the user name used to authenticate to your mail server"
- msgstr ""
- #: lib_stov/configuration.py:73
- msgid "the password used to authenticate to your mail server"
- msgstr ""
- #: lib_stov/configuration.py:75
- msgid "the path to your youtube-dl installation"
- msgstr ""
- #: lib_stov/configuration.py:76
- msgid "if you want to be notified via e-mail about new videos"
- msgstr ""
- #: lib_stov/configuration.py:78
- msgid "which video codec you prefer (h264, webm or flv)"
- msgstr ""
- #: lib_stov/configuration.py:80
- msgid "which resolution you prefer (360p, 480p, 720p or 1080p)"
- msgstr ""
- #: lib_stov/configuration.py:82
- msgid "if you want to compare the title of a video with the subscription search string"
- msgstr ""
- #: lib_stov/configuration.py:84
- msgid "if you want to use the youtube API"
- msgstr ""
- #: lib_stov/configuration.py:231
- 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/noapi.py:70
- msgid " search %s"
- msgstr ""
- #: lib_stov/stov_exceptions.py:28
- msgid "Could not access the database, please check path and permissions and try again!"
- msgstr ""
- #: lib_stov/stov_exceptions.py:42
- msgid "Write access to the database failed, please check file permissions and the file system and try again!"
- msgstr ""
- #: lib_stov/stov_exceptions.py:57
- msgid "The subscription you requested could not be found in the database, requested action aborted."
- msgstr ""
- #: lib_stov/stov_exceptions.py:71
- msgid "The connection to the youtube API failed or no data was returned."
- msgstr ""
- #: lib_stov/stov_exceptions.py:82
- msgid "The API Request timed out for subscription %s,please try again later."
- msgstr ""
- #: lib_stov/stov_exceptions.py:95
- msgid "The configuration could not be written, please check that the configuration direcroty exists and is writable."
- msgstr ""
- #: lib_stov/stov_exceptions.py:108
- msgid "The directory could not be created, please check that the parent directory exists and is writable"
- msgstr ""
- #: lib_stov/stov_exceptions.py:122
- msgid "The configuration could not be read, please check that the configuration file exists and is readable."
- msgstr ""
- #: lib_stov/stov_exceptions.py:136
- msgid "Invalid config version read."
- msgstr ""
- #: lib_stov/stov_exceptions.py:148
- msgid "The subscription %s is disabled, videos will not be downloaded."
- msgstr ""
- #: lib_stov/stov_exceptions.py:161
- 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:174
- msgid "The migration of the configuration to the json format failed."
- msgstr ""
- #: lib_stov/stov_exceptions.py:185
- msgid "Execution of youtube-dl failed."
- msgstr ""
- #: lib_stov/subscription.py:114
- msgid " (pending)"
- msgstr ""
- #: lib_stov/subscription.py:116
- msgid " (downloaded)"
- msgstr ""
- #: lib_stov/subscription.py:118
- msgid " (failed)"
- msgstr ""
- #: stov:68
- msgid "The translation files could not be found, localization won't be available"
- msgstr ""
- #: stov:81
- msgid "STRG+C has been pressed, quitting..."
- msgstr ""
- #: stov:83
- msgid "Received SIGTERM, quitting..."
- msgstr ""
- #: stov:100
- msgid "option %s requires an integer value"
- msgstr ""
- #: stov:104
- msgid "option %s requires an argument"
- msgstr ""
- #: stov:108
- msgid "invalid option %s"
- msgstr ""
- #: stov:137
- msgid "Usage: %prog [options]"
- msgstr ""
- #: stov:141
- msgid "show this help message and exit"
- msgstr ""
- #: stov:143
- msgid "Add a new subscription (requires either --search, --channel or --playlist)"
- msgstr ""
- #: stov:146
- msgid "Add a new Playlist subscription (requires add)"
- msgstr ""
- #: stov:148
- msgid "List the currently available subscriptions"
- msgstr ""
- #: stov:150
- msgid "remove a subscription"
- msgstr ""
- #: stov:152
- msgid "update the information about the available videos"
- msgstr ""
- #: stov:154
- msgid "download all available videos which haven't already been downloaded"
- msgstr ""
- #: stov:157
- msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
- msgstr ""
- #: stov:161
- msgid "Print all videos from a subscription"
- msgstr ""
- #: stov:163
- msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
- msgstr ""
- #: stov:166
- msgid "specify a channel for a new subscription (requires --add)"
- msgstr ""
- #: stov:169
- msgid "show the license of the program"
- msgstr ""
- #: stov:171
- msgid "show the current running version number"
- msgstr ""
- #: stov:173
- msgid "Suppress all output"
- msgstr ""
- #: stov:175
- msgid "Be verbose and print also diagnostical messages"
- msgstr ""
- #: stov:177
- msgid "Clean the database of entries no longer listed in the current API response"
- msgstr ""
- #: stov:181
- msgid "enables the subscription with the provided ID"
- msgstr ""
- #: stov:183
- msgid "disables the subscription with the provided ID"
- msgstr ""
- #: stov:207
- msgid "--quiet and --verbose can't be defined at the same time, exiting."
- msgstr ""
- #: stov:230
- msgid "The lock file could not be opened, please check that it exists and is readable, quitting now"
- msgstr ""
- #: stov:235
- 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 ""
- #: stov:245
- msgid "The old lock file could not be deleted!"
- msgstr ""
- #: stov:251
- msgid "The lock file could not be created, please check that /tmp is writable and properly configured, quitting now."
- msgstr ""
- #: stov:260
- msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
- msgstr ""
- #: stov:275
- msgid "Writing initial configuration according to your input, have fun!"
- msgstr ""
- #: stov:278
- msgid "Writing initial configuration according to default values."
- msgstr ""
- #: stov:280
- msgid "Creating hidden directory in home for configuration and database."
- msgstr ""
- #: stov:291
- msgid "Migrating configuration from plain text to json."
- msgstr ""
- #: stov:294
- msgid "Comparing current and running configuration version."
- msgstr ""
- #: stov:304
- msgid "Your configuration needs to be updated, performing update now."
- msgstr ""
- #: stov:337
- msgid "Created initial database tables."
- msgstr ""
- #: stov:340
- msgid "Comparing current and running database version."
- msgstr ""
- #: stov:342
- msgid "Your database needs to be updated, performing update now."
- msgstr ""
- #: stov:372
- msgid "Found youtube-dl, writing it's path to the configuration file."
- msgstr ""
- #: stov:381
- 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:407
- msgid "Search_"
- msgstr ""
- #: stov:412
- msgid "Playlists do not support searching, the search option will be ignored!"
- msgstr ""
- #: stov:418
- msgid "None or invalid subscription type given, please check the type option and try again."
- msgstr ""
- #: stov:428
- msgid "Subscription sucessfully inserted into database."
- msgstr ""
- #: stov:444 stov:499
- msgid "Video %s successfully inserted into database."
- msgstr ""
- #: stov:446
- msgid "New subscription "
- msgstr ""
- #: stov:447
- msgid " successfully added"
- msgstr ""
- #: stov:453
- msgid "ID Title"
- msgstr ""
- #: stov:456
- msgid "enabled"
- msgstr ""
- #: stov:458
- msgid "disabled"
- msgstr ""
- #: stov:462
- msgid "No subscriptions added yet, add one!"
- msgstr ""
- #: stov:467
- msgid "Invalid option, please use the ID of the subscription you want to delete as parameter for the remove option."
- msgstr ""
- #: stov:480
- msgid "Subscription deleted successfully!"
- msgstr ""
- #: stov:504
- msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings."
- msgstr ""
- #: stov:507
- msgid "Found value: %s."
- msgstr ""
- #: stov:509
- msgid "Codec and resolution could not be determined, using maximum possible value."
- msgstr ""
- #: stov:538
- msgid "Downloaded %i new video"
- msgstr ""
- #: stov:539
- msgid ""
- "The following episode has been downloaded by stov: \n"
- "\n"
- msgstr ""
- #: stov:542
- msgid "Downloaded %i new videos"
- msgstr ""
- #: stov:543
- msgid ""
- "The following episodes have been downloaded by stov: \n"
- "\n"
- msgstr ""
- #: stov:561
- msgid "Could not connect to the smtp server, please check your settings!"
- msgstr ""
- #: stov:568
- msgid "TLS not available, proceeding unencrypted."
- msgstr ""
- #: stov:574
- msgid "Authentication failed, please check user name and password!"
- msgstr ""
- #: stov:577
- msgid "Could not authenticate, server probably does not support authentication!"
- msgstr ""
- #: stov:584
- msgid "The server refused the recipient address, please check your settings."
- msgstr ""
- #: stov:587
- msgid "The server refused the sender address, please check your settings."
- msgstr ""
- #: stov:592
- msgid "There are no videos to be downloaded."
- msgstr ""
- #: stov:595
- msgid ""
- "The following videos have been downloaded:\n"
- msgstr ""
- #: stov:600
- msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration."
- msgstr ""
- #: stov:623
- msgid "Invalid subscription, please check the list and try again."
- msgstr ""
- #: stov:638
- msgid "The subscription could not be updated, please check if the ID given is correct."
- msgstr ""
- #: stov:648
- msgid "Deleting video %s from database"
- msgstr ""
- #: stov:664
- msgid "The subscription ID %s is already enabled."
- msgstr ""
- #: stov:673
- msgid "Enabled subscription ID %s."
- msgstr ""
- #: stov:676 stov:694
- msgid "Could not find the subscription with ID %s, please check and try again."
- msgstr ""
- #: stov:682
- msgid "Subscription ID %s is already disabled."
- msgstr ""
- #: stov:691
- msgid "Disabled subscription ID %s."
- msgstr ""
- #: stov:723
- msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
- msgstr ""
|