stov.po 15 KB

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