messages.pot 13 KB

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