messages.pot 13 KB

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