stov.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. # GNU gettext file for stov, English language
  2. # Helmut Pozimski <helmut@pozimski.eu>, 2012-2017.
  3. #
  4. msgid ""
  5. msgstr ""
  6. "Project-Id-Version: 1.0\n"
  7. "POT-Creation-Date: 2017-09-14 19:32+CEST\n"
  8. "PO-Revision-Date: 2017-09-14 19:49+0200\n"
  9. "Last-Translator: Helmut Pozimski <helmut@pozimski.eu>\n"
  10. "Language-Team: None\n"
  11. "Language: en\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: 8bit\n"
  15. "Generated-By: pygettext.py 1.5\n"
  16. "X-Generator: Poedit 2.0.3\n"
  17. #: lib_stov/configuration.py:66
  18. msgid "the name of your database file"
  19. msgstr ""
  20. #: lib_stov/configuration.py:67
  21. msgid "the directory where downloaded videos are saved"
  22. msgstr ""
  23. #: lib_stov/configuration.py:69
  24. msgid "the maximum number of videos to retrieve for each subscription"
  25. msgstr ""
  26. #: lib_stov/configuration.py:71
  27. msgid "the host name of your mail server"
  28. msgstr ""
  29. #: lib_stov/configuration.py:72
  30. msgid "the address used for notifications"
  31. msgstr ""
  32. #: lib_stov/configuration.py:73
  33. msgid "the sender address of notification e-mails"
  34. msgstr ""
  35. #: lib_stov/configuration.py:74
  36. msgid "the port to use on your mail server"
  37. msgstr ""
  38. #: lib_stov/configuration.py:75
  39. msgid "if your mail server requires authentication"
  40. msgstr ""
  41. #: lib_stov/configuration.py:76
  42. msgid "the user name used to authenticate to your mail server"
  43. msgstr ""
  44. #: lib_stov/configuration.py:78
  45. msgid "the password used to authenticate to your mail server"
  46. msgstr ""
  47. #: lib_stov/configuration.py:80
  48. msgid "the path to your youtube-dl installation"
  49. msgstr ""
  50. #: lib_stov/configuration.py:81
  51. msgid "if you want to be notified via e-mail about new videos"
  52. msgstr ""
  53. #: lib_stov/configuration.py:83
  54. msgid "which video codec you prefer (h264, webm or flv)"
  55. msgstr ""
  56. #: lib_stov/configuration.py:85
  57. msgid "which resolution you prefer (360p, 480p, 720p or 1080p)"
  58. msgstr ""
  59. #: lib_stov/configuration.py:87
  60. msgid "if you want to compare the title of a video with the subscription search string"
  61. msgstr ""
  62. #: lib_stov/configuration.py:100
  63. msgid "Writing configuration file."
  64. msgstr ""
  65. #: lib_stov/configuration.py:116
  66. msgid "Creating stov configuration directory"
  67. msgstr ""
  68. #: lib_stov/configuration.py:130
  69. msgid "Opening old configuration file to convert it to json"
  70. msgstr ""
  71. #: lib_stov/configuration.py:149
  72. msgid "Opening configuration file"
  73. msgstr ""
  74. #: lib_stov/configuration.py:235
  75. msgid "Could not determine an itag value from the configuration"
  76. msgstr ""
  77. #: lib_stov/configuration.py:242
  78. msgid ""
  79. "This assistant will help you to perform the initial configuration of stov. \n"
  80. "The default value will be displayed in brackets.\n"
  81. "Please specify now :\n"
  82. msgstr ""
  83. #: lib_stov/database.py:60
  84. msgid "Executing STATEMENT: %s"
  85. msgstr ""
  86. #: lib_stov/database.py:63
  87. msgid "Executing STATEMENT: %s with arguments %s"
  88. msgstr ""
  89. #: lib_stov/helpers.py:58
  90. msgid "The translation files could not be found, localization won't be available"
  91. msgstr ""
  92. #: lib_stov/helpers.py:67
  93. msgid "STRG+C has been pressed, quitting..."
  94. msgstr ""
  95. #: lib_stov/helpers.py:69
  96. msgid "Received SIGTERM, quitting..."
  97. msgstr ""
  98. #: lib_stov/helpers.py:92
  99. msgid "show this help message and exit"
  100. msgstr ""
  101. #: lib_stov/helpers.py:94
  102. msgid "Add a new subscription (requires either --search, --channel or --playlist)"
  103. msgstr ""
  104. #: lib_stov/helpers.py:97
  105. msgid "Add a new Playlist subscription (requires add)"
  106. msgstr ""
  107. #: lib_stov/helpers.py:100
  108. msgid "List the currently available subscriptions"
  109. msgstr ""
  110. #: lib_stov/helpers.py:102
  111. msgid "remove a subscription"
  112. msgstr ""
  113. #: lib_stov/helpers.py:104
  114. msgid "update the information about the available videos"
  115. msgstr ""
  116. #: lib_stov/helpers.py:108
  117. msgid "download all available videos which haven't already been downloaded"
  118. msgstr ""
  119. #: lib_stov/helpers.py:112
  120. msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
  121. msgstr ""
  122. #: lib_stov/helpers.py:116
  123. msgid "Print all videos from a subscription"
  124. msgstr ""
  125. #: lib_stov/helpers.py:118
  126. msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
  127. msgstr ""
  128. #: lib_stov/helpers.py:121
  129. msgid "specify a channel for a new subscription (requires --add)"
  130. msgstr ""
  131. #: lib_stov/helpers.py:124
  132. msgid "show the license of the program"
  133. msgstr ""
  134. #: lib_stov/helpers.py:126
  135. msgid "show the current running version number"
  136. msgstr ""
  137. #: lib_stov/helpers.py:128
  138. msgid "Suppress all output"
  139. msgstr ""
  140. #: lib_stov/helpers.py:130
  141. msgid "Be verbose and print also diagnostic messages"
  142. msgstr ""
  143. #: lib_stov/helpers.py:134
  144. msgid "Clean the database of entries no longer listed in the current API response"
  145. msgstr ""
  146. #: lib_stov/helpers.py:137
  147. msgid "enables the subscription with the provided ID"
  148. msgstr ""
  149. #: lib_stov/helpers.py:140
  150. msgid "disables the subscription with the provided ID"
  151. msgstr ""
  152. #: lib_stov/helpers.py:143
  153. msgid "specify the site to work with (for --add)"
  154. msgstr ""
  155. #: lib_stov/helpers.py:145
  156. msgid "list the supported sites"
  157. msgstr ""
  158. #: lib_stov/helpers.py:158
  159. msgid "The lock file could not be opened, please check that it exists and is readable, quitting now"
  160. msgstr ""
  161. #: lib_stov/helpers.py:164
  162. msgid ""
  163. "The lock file already exists, probably another instance of this program is already running\n"
  164. "if you are sure this is not the case, delete it manually and try again!"
  165. msgstr ""
  166. #: lib_stov/helpers.py:174
  167. msgid "The old lock file could not be deleted!"
  168. msgstr ""
  169. #: lib_stov/helpers.py:180
  170. msgid "The lock file could not be created, please check that /tmp is writable and properly configured, quitting now."
  171. msgstr ""
  172. #: lib_stov/helpers.py:190
  173. msgid "Removing lock file"
  174. msgstr ""
  175. #: lib_stov/helpers.py:195
  176. msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
  177. msgstr ""
  178. #: lib_stov/helpers.py:209
  179. msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
  180. msgstr ""
  181. #: lib_stov/helpers.py:221
  182. msgid "Writing initial configuration according to your input, have fun!"
  183. msgstr ""
  184. #: lib_stov/helpers.py:224
  185. msgid "Writing initial configuration according to default values."
  186. msgstr ""
  187. #: lib_stov/helpers.py:226
  188. msgid "Creating hidden directory in home for configuration and database."
  189. msgstr ""
  190. #: lib_stov/helpers.py:238
  191. msgid "Migrating configuration from plain text to json."
  192. msgstr ""
  193. #: lib_stov/helpers.py:242
  194. msgid "Comparing current and running configuration version."
  195. msgstr ""
  196. #: lib_stov/helpers.py:253
  197. msgid "Your configuration needs to be updated, performing update now."
  198. msgstr ""
  199. #: lib_stov/helpers.py:275
  200. msgid "Connecting to stov database"
  201. msgstr ""
  202. #: lib_stov/helpers.py:297
  203. msgid "Created initial database tables."
  204. msgstr ""
  205. #: lib_stov/helpers.py:301
  206. msgid "Comparing current and running database version."
  207. msgstr ""
  208. #: lib_stov/helpers.py:304
  209. msgid "Your database needs to be updated, performing update now."
  210. msgstr ""
  211. #: lib_stov/helpers.py:329
  212. msgid "Found youtube-dl at %s, writing it's path to the configuration file."
  213. msgstr ""
  214. #: lib_stov/helpers.py:339
  215. 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."
  216. msgstr ""
  217. #: lib_stov/program.py:54
  218. msgid ""
  219. "Creating new subscription with the following parameters:\n"
  220. "Channel: %s\n"
  221. "Search: %s\n"
  222. "Playlist: %s"
  223. msgstr ""
  224. #: lib_stov/program.py:67
  225. msgid "Search_"
  226. msgstr ""
  227. #: lib_stov/program.py:72
  228. msgid "Playlists do not support searching, the search option will be ignored!"
  229. msgstr ""
  230. #: lib_stov/program.py:78
  231. msgid "None or invalid subscription type given, please check the type option and try again."
  232. msgstr ""
  233. #: lib_stov/program.py:97
  234. msgid "Subscription sucessfully inserted into database."
  235. msgstr ""
  236. #: lib_stov/program.py:113 lib_stov/program.py:194
  237. msgid "Video %s successfully inserted into database."
  238. msgstr ""
  239. #: lib_stov/program.py:115
  240. msgid "New subscription "
  241. msgstr ""
  242. #: lib_stov/program.py:116
  243. msgid " successfully added"
  244. msgstr ""
  245. #: lib_stov/program.py:131
  246. msgid "ID Title Site"
  247. msgstr ""
  248. #: lib_stov/program.py:134
  249. msgid "enabled"
  250. msgstr ""
  251. #: lib_stov/program.py:136
  252. msgid "disabled"
  253. msgstr ""
  254. #: lib_stov/program.py:140
  255. msgid "No subscriptions added yet, add one!"
  256. msgstr ""
  257. #: lib_stov/program.py:161
  258. msgid "Subscription deleted successfully!"
  259. msgstr ""
  260. #: lib_stov/program.py:175
  261. msgid "Updating subscription %s"
  262. msgstr ""
  263. #: lib_stov/program.py:212
  264. msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings."
  265. msgstr ""
  266. #: lib_stov/program.py:215
  267. msgid "Found value: %s."
  268. msgstr ""
  269. #: lib_stov/program.py:217
  270. msgid "Codec and resolution could not be determined, using maximum possible value."
  271. msgstr ""
  272. #: lib_stov/program.py:261
  273. msgid "Downloaded %i new video"
  274. msgstr ""
  275. #: lib_stov/program.py:262
  276. msgid ""
  277. "The following episode has been downloaded by stov: \n"
  278. "\n"
  279. msgstr ""
  280. #: lib_stov/program.py:265
  281. msgid "Downloaded %i new videos"
  282. msgstr ""
  283. #: lib_stov/program.py:266
  284. msgid ""
  285. "The following episodes have been downloaded by stov: \n"
  286. "\n"
  287. msgstr ""
  288. #: lib_stov/program.py:292
  289. msgid "Could not connect to the smtp server, please check your settings!"
  290. msgstr ""
  291. #: lib_stov/program.py:298
  292. msgid "TLS not available, proceeding unencrypted."
  293. msgstr ""
  294. #: lib_stov/program.py:304
  295. msgid "Authentication failed, please check user name and password!"
  296. msgstr ""
  297. #: lib_stov/program.py:307
  298. msgid "Could not authenticate, server probably does not support authentication!"
  299. msgstr ""
  300. #: lib_stov/program.py:314
  301. msgid "The server refused the recipient address, please check your settings."
  302. msgstr ""
  303. #: lib_stov/program.py:317
  304. msgid "The server refused the sender address, please check your settings."
  305. msgstr ""
  306. #: lib_stov/program.py:354
  307. msgid "Invalid subscription, please check the list and try again."
  308. msgstr ""
  309. #: lib_stov/program.py:379
  310. msgid "The subscription could not be updated, please check if the ID given is correct."
  311. msgstr ""
  312. #: lib_stov/program.py:398
  313. msgid "Deleting video %s from database"
  314. msgstr ""
  315. #: lib_stov/program.py:427
  316. msgid "The subscription ID %s is already enabled."
  317. msgstr ""
  318. #: lib_stov/program.py:436
  319. msgid "Enabled subscription ID %s."
  320. msgstr ""
  321. #: lib_stov/program.py:439
  322. msgid "Subscription ID %s is already disabled."
  323. msgstr ""
  324. #: lib_stov/program.py:448
  325. msgid "Disabled subscription ID %s."
  326. msgstr ""
  327. #: lib_stov/program.py:451
  328. msgid "Could not find the subscription with ID %s, please check and try again."
  329. msgstr ""
  330. #: lib_stov/program.py:489
  331. msgid "There are no videos to be downloaded."
  332. msgstr ""
  333. #: lib_stov/program.py:492
  334. msgid ""
  335. "The following videos have been downloaded:\n"
  336. msgstr ""
  337. #: lib_stov/program.py:497
  338. msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration."
  339. msgstr ""
  340. #: lib_stov/program.py:528
  341. msgid "Sites currently supported by stov:"
  342. msgstr ""
  343. #: lib_stov/stov_exceptions.py:29
  344. msgid "Could not access the database, please check path and permissions and try again!"
  345. msgstr ""
  346. #: lib_stov/stov_exceptions.py:44
  347. msgid "Write access to the database failed, please check file permissions and the file system and try again!"
  348. msgstr ""
  349. #: lib_stov/stov_exceptions.py:60
  350. msgid "The subscription you requested could not be found in the database, requested action aborted."
  351. msgstr ""
  352. #: lib_stov/stov_exceptions.py:75
  353. msgid "The connection to the youtube API failed or no data was returned."
  354. msgstr ""
  355. #: lib_stov/stov_exceptions.py:87
  356. msgid "The API Request timed out for subscription %s,please try again later."
  357. msgstr ""
  358. #: lib_stov/stov_exceptions.py:101
  359. msgid "The configuration could not be written, please check that the configuration direcroty exists and is writable."
  360. msgstr ""
  361. #: lib_stov/stov_exceptions.py:115
  362. msgid "The directory could not be created, please check that the parent directory exists and is writable"
  363. msgstr ""
  364. #: lib_stov/stov_exceptions.py:130
  365. msgid "The configuration could not be read, please check that the configuration file exists and is readable."
  366. msgstr ""
  367. #: lib_stov/stov_exceptions.py:145
  368. msgid "Invalid config version read."
  369. msgstr ""
  370. #: lib_stov/stov_exceptions.py:158
  371. msgid "The subscription %s is disabled, videos will not be downloaded."
  372. msgstr ""
  373. #: lib_stov/stov_exceptions.py:172
  374. msgid "The download directory does not exist and can't be created. Please check your configuration and try again."
  375. msgstr ""
  376. #: lib_stov/stov_exceptions.py:186
  377. msgid "The migration of the configuration to the json format failed."
  378. msgstr ""
  379. #: lib_stov/stov_exceptions.py:199
  380. msgid "Execution of youtube-dl failed."
  381. msgstr ""
  382. #: lib_stov/stov_exceptions.py:211
  383. msgid "Channel not found on video site"
  384. msgstr ""
  385. #: lib_stov/stov_exceptions.py:222
  386. msgid "Error: This site is not (yet) supported by stov!"
  387. msgstr ""
  388. #: lib_stov/subscription.py:114
  389. msgid " (pending)"
  390. msgstr ""
  391. #: lib_stov/subscription.py:116
  392. msgid " (downloaded)"
  393. msgstr ""
  394. #: lib_stov/subscription.py:118
  395. msgid " (failed)"
  396. msgstr ""
  397. #: lib_stov/youtube.py:48
  398. msgid "Creating directory %s"
  399. msgstr ""
  400. #: lib_stov/youtubedl_wrapper.py:48
  401. msgid "Executing command: %s %s %s %s %s %s %s"
  402. msgstr ""
  403. #: lib_stov/youtubedl_wrapper.py:60
  404. msgid "Executing command: %s %s %s %s %s"
  405. msgstr ""
  406. #: lib_stov/youtubedl_wrapper.py:89
  407. msgid "Executing command: %s %s %s"
  408. msgstr ""
  409. #: lib_stov/youtubedl_wrapper.py:107
  410. msgid "Executing command: %s -f %s/%s %s"
  411. msgstr ""
  412. #: lib_stov/youtubedl_wrapper.py:127
  413. msgid "Error while calling youtube-dl: %s"
  414. msgstr ""
  415. #: lib_stov/yt_noapi.py:80
  416. msgid "Constructed URL for subscription: %s"
  417. msgstr ""
  418. #: lib_stov/yt_noapi.py:86
  419. msgid "Opening URL: %s to fetch title"
  420. msgstr ""
  421. #: lib_stov/yt_noapi.py:116
  422. msgid " search %s"
  423. msgstr ""