messages.pot 13 KB

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