messages.pot 13 KB

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