stov.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  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.1\n"
  7. "POT-Creation-Date: 2017-10-03 22:47+CEST\n"
  8. "PO-Revision-Date: 2017-10-03 22:48+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.4\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:202
  75. msgid ""
  76. "This assistant will help you to perform the initial configuration of stov. \n"
  77. "The default value will be displayed in brackets.\n"
  78. "Please specify now :\n"
  79. msgstr ""
  80. #: lib_stov/database.py:60
  81. msgid "Executing STATEMENT: %s"
  82. msgstr ""
  83. #: lib_stov/database.py:63
  84. msgid "Executing STATEMENT: %s with arguments %s"
  85. msgstr ""
  86. #: lib_stov/generic_video.py:61
  87. msgid "Creating directory %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:105
  114. msgid "update the information about the available videos"
  115. msgstr ""
  116. #: lib_stov/helpers.py:109
  117. msgid "download all available videos which haven't already been downloaded"
  118. msgstr ""
  119. #: lib_stov/helpers.py:113
  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:117
  123. msgid "Print all videos from a subscription"
  124. msgstr ""
  125. #: lib_stov/helpers.py:119
  126. msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
  127. msgstr ""
  128. #: lib_stov/helpers.py:122
  129. msgid "specify a channel for a new subscription (requires --add)"
  130. msgstr ""
  131. #: lib_stov/helpers.py:125
  132. msgid "show the license of the program"
  133. msgstr ""
  134. #: lib_stov/helpers.py:127
  135. msgid "show the current running version number"
  136. msgstr ""
  137. #: lib_stov/helpers.py:129
  138. msgid "Suppress all output"
  139. msgstr ""
  140. #: lib_stov/helpers.py:131
  141. msgid "Be verbose and print also diagnostic messages"
  142. msgstr ""
  143. #: lib_stov/helpers.py:135
  144. msgid "Clean the database of entries no longer listed in the current API response"
  145. msgstr ""
  146. #: lib_stov/helpers.py:138
  147. msgid "enables the subscription with the provided ID"
  148. msgstr ""
  149. #: lib_stov/helpers.py:141
  150. msgid "disables the subscription with the provided ID"
  151. msgstr ""
  152. #: lib_stov/helpers.py:144
  153. msgid "specify the site to work with (for --add)"
  154. msgstr ""
  155. #: lib_stov/helpers.py:146
  156. msgid "list the supported sites"
  157. msgstr ""
  158. #: lib_stov/helpers.py:159
  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:165
  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:175
  167. msgid "The old lock file could not be deleted!"
  168. msgstr ""
  169. #: lib_stov/helpers.py:181
  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:191
  173. msgid "Removing lock file"
  174. msgstr ""
  175. #: lib_stov/helpers.py:196
  176. msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
  177. msgstr ""
  178. #: lib_stov/helpers.py:210
  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:222
  182. msgid "Writing initial configuration according to your input, have fun!"
  183. msgstr ""
  184. #: lib_stov/helpers.py:225
  185. msgid "Writing initial configuration according to default values."
  186. msgstr ""
  187. #: lib_stov/helpers.py:227
  188. msgid "Creating hidden directory in home for configuration and database."
  189. msgstr ""
  190. #: lib_stov/helpers.py:239
  191. msgid "Migrating configuration from plain text to json."
  192. msgstr ""
  193. #: lib_stov/helpers.py:243
  194. msgid "Comparing current and running configuration version."
  195. msgstr ""
  196. #: lib_stov/helpers.py:254
  197. msgid "Your configuration needs to be updated, performing update now."
  198. msgstr ""
  199. #: lib_stov/helpers.py:276
  200. msgid "Connecting to stov database"
  201. msgstr ""
  202. #: lib_stov/helpers.py:298
  203. msgid "Created initial database tables."
  204. msgstr ""
  205. #: lib_stov/helpers.py:302
  206. msgid "Comparing current and running database version."
  207. msgstr ""
  208. #: lib_stov/helpers.py:305
  209. msgid "Your database needs to be updated, performing update now."
  210. msgstr ""
  211. #: lib_stov/helpers.py:330
  212. msgid "Found youtube-dl at %s, writing it's path to the configuration file."
  213. msgstr ""
  214. #: lib_stov/helpers.py:340
  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:69
  225. msgid "Search_"
  226. msgstr ""
  227. #: lib_stov/program.py:74
  228. msgid "Playlists do not support searching, the search option will be ignored!"
  229. msgstr ""
  230. #: lib_stov/program.py:80
  231. msgid "None or invalid subscription type given, please check the type option and try again."
  232. msgstr ""
  233. #: lib_stov/program.py:102
  234. msgid "Subscription sucessfully inserted into database."
  235. msgstr ""
  236. #: lib_stov/program.py:118 lib_stov/program.py:201
  237. msgid "Video %s successfully inserted into database."
  238. msgstr ""
  239. #: lib_stov/program.py:120
  240. msgid "New subscription "
  241. msgstr ""
  242. #: lib_stov/program.py:121
  243. msgid " successfully added"
  244. msgstr ""
  245. #: lib_stov/program.py:136
  246. msgid "ID Title Site"
  247. msgstr ""
  248. #: lib_stov/program.py:139
  249. msgid "enabled"
  250. msgstr ""
  251. #: lib_stov/program.py:141
  252. msgid "disabled"
  253. msgstr ""
  254. #: lib_stov/program.py:145
  255. msgid "No subscriptions added yet, add one!"
  256. msgstr ""
  257. #: lib_stov/program.py:166
  258. msgid "Subscription deleted successfully!"
  259. msgstr ""
  260. #: lib_stov/program.py:182
  261. msgid "Updating subscription %s"
  262. msgstr ""
  263. #: lib_stov/program.py:262
  264. msgid "Downloaded %i new video"
  265. msgstr ""
  266. #: lib_stov/program.py:263
  267. msgid ""
  268. "The following episode has been downloaded by stov: \n"
  269. "\n"
  270. msgstr ""
  271. #: lib_stov/program.py:266
  272. msgid "Downloaded %i new videos"
  273. msgstr ""
  274. #: lib_stov/program.py:267
  275. msgid ""
  276. "The following episodes have been downloaded by stov: \n"
  277. "\n"
  278. msgstr ""
  279. #: lib_stov/program.py:293
  280. msgid "Could not connect to the smtp server, please check your settings!"
  281. msgstr ""
  282. #: lib_stov/program.py:299
  283. msgid "TLS not available, proceeding unencrypted."
  284. msgstr ""
  285. #: lib_stov/program.py:305
  286. msgid "Authentication failed, please check user name and password!"
  287. msgstr ""
  288. #: lib_stov/program.py:308
  289. msgid "Could not authenticate, server probably does not support authentication!"
  290. msgstr ""
  291. #: lib_stov/program.py:315
  292. msgid "The server refused the recipient address, please check your settings."
  293. msgstr ""
  294. #: lib_stov/program.py:318
  295. msgid "The server refused the sender address, please check your settings."
  296. msgstr ""
  297. #: lib_stov/program.py:355 lib_stov/program.py:566
  298. msgid "Invalid subscription, please check the list and try again."
  299. msgstr ""
  300. #: lib_stov/program.py:380
  301. msgid "The subscription could not be updated, please check if the ID given is correct."
  302. msgstr ""
  303. #: lib_stov/program.py:399
  304. msgid "Deleting video %s from database"
  305. msgstr ""
  306. #: lib_stov/program.py:428
  307. msgid "The subscription ID %s is already enabled."
  308. msgstr ""
  309. #: lib_stov/program.py:437
  310. msgid "Enabled subscription ID %s."
  311. msgstr ""
  312. #: lib_stov/program.py:440
  313. msgid "Subscription ID %s is already disabled."
  314. msgstr ""
  315. #: lib_stov/program.py:449
  316. msgid "Disabled subscription ID %s."
  317. msgstr ""
  318. #: lib_stov/program.py:452
  319. msgid "Could not find the subscription with ID %s, please check and try again."
  320. msgstr ""
  321. #: lib_stov/program.py:492
  322. msgid "There are no videos to be downloaded."
  323. msgstr ""
  324. #: lib_stov/program.py:495
  325. msgid ""
  326. "The following videos have been downloaded:\n"
  327. msgstr ""
  328. #: lib_stov/program.py:500
  329. msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration."
  330. msgstr ""
  331. #: lib_stov/program.py:531
  332. msgid "Sites currently supported by stov:"
  333. msgstr ""
  334. #: lib_stov/stov_exceptions.py:29
  335. msgid "Could not access the database, please check path and permissions and try again!"
  336. msgstr ""
  337. #: lib_stov/stov_exceptions.py:44
  338. msgid "Write access to the database failed, please check file permissions and the file system and try again!"
  339. msgstr ""
  340. #: lib_stov/stov_exceptions.py:60
  341. msgid "The subscription you requested could not be found in the database, requested action aborted."
  342. msgstr ""
  343. #: lib_stov/stov_exceptions.py:75
  344. msgid "The connection to the youtube API failed or no data was returned."
  345. msgstr ""
  346. #: lib_stov/stov_exceptions.py:87
  347. msgid "The API Request timed out for subscription %s,please try again later."
  348. msgstr ""
  349. #: lib_stov/stov_exceptions.py:101
  350. msgid "The configuration could not be written, please check that the configuration direcroty exists and is writable."
  351. msgstr ""
  352. #: lib_stov/stov_exceptions.py:115
  353. msgid "The directory could not be created, please check that the parent directory exists and is writable"
  354. msgstr ""
  355. #: lib_stov/stov_exceptions.py:130
  356. msgid "The configuration could not be read, please check that the configuration file exists and is readable."
  357. msgstr ""
  358. #: lib_stov/stov_exceptions.py:145
  359. msgid "Invalid config version read."
  360. msgstr ""
  361. #: lib_stov/stov_exceptions.py:158
  362. msgid "The subscription %s is disabled, videos will not be downloaded."
  363. msgstr ""
  364. #: lib_stov/stov_exceptions.py:172
  365. msgid "The download directory does not exist and can't be created. Please check your configuration and try again."
  366. msgstr ""
  367. #: lib_stov/stov_exceptions.py:186
  368. msgid "The migration of the configuration to the json format failed."
  369. msgstr ""
  370. #: lib_stov/stov_exceptions.py:199
  371. msgid "Execution of youtube-dl failed."
  372. msgstr ""
  373. #: lib_stov/stov_exceptions.py:211
  374. msgid "Channel not found on video site"
  375. msgstr ""
  376. #: lib_stov/stov_exceptions.py:222
  377. msgid "Error: This site is not (yet) supported by stov!"
  378. msgstr ""
  379. #: lib_stov/stov_exceptions.py:234
  380. msgid "Error: This subscription type is not supported by the video site"
  381. msgstr ""
  382. #: lib_stov/subscription.py:91
  383. msgid "Matching parameter %s with title %s"
  384. msgstr ""
  385. #: lib_stov/subscription.py:136
  386. msgid " (pending)"
  387. msgstr ""
  388. #: lib_stov/subscription.py:138
  389. msgid " (downloaded)"
  390. msgstr ""
  391. #: lib_stov/subscription.py:140
  392. msgid " (failed)"
  393. msgstr ""
  394. #: lib_stov/twitch.py:52 lib_stov/vidme.py:51 lib_stov/yt_noapi.py:82
  395. msgid "Constructed URL for subscription: %s"
  396. msgstr ""
  397. #: lib_stov/twitch.py:58 lib_stov/yt_noapi.py:118
  398. msgid " search %s"
  399. msgstr ""
  400. #: lib_stov/twitch.py:84 lib_stov/vidme.py:76 lib_stov/yt_noapi.py:185
  401. #: lib_stov/zdf_mediathek.py:134
  402. msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings."
  403. msgstr ""
  404. #: lib_stov/twitch.py:97 lib_stov/vidme.py:87 lib_stov/yt_noapi.py:216
  405. #: lib_stov/zdf_mediathek.py:144
  406. msgid "Found value: %s."
  407. msgstr ""
  408. #: lib_stov/twitch.py:100 lib_stov/vidme.py:91 lib_stov/yt_noapi.py:219
  409. #: lib_stov/zdf_mediathek.py:147
  410. msgid "Could not determine an itag value from the configuration"
  411. msgstr ""
  412. #: lib_stov/youtubedl_wrapper.py:48
  413. msgid "Executing command: %s %s %s %s %s %s"
  414. msgstr ""
  415. #: lib_stov/youtubedl_wrapper.py:84
  416. msgid "Executing command: %s %s %s"
  417. msgstr ""
  418. #: lib_stov/youtubedl_wrapper.py:104
  419. msgid "Executing command: %s -f %s %s"
  420. msgstr ""
  421. #: lib_stov/youtubedl_wrapper.py:124
  422. msgid "Error while calling youtube-dl: %s"
  423. msgstr ""
  424. #: lib_stov/yt_noapi.py:88
  425. msgid "Opening URL: %s to fetch title"
  426. msgstr ""