messages.pot 14 KB

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