stov.po 14 KB

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