1
0

stov.po 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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: 2014-04-15 19:19+CEST\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 "The API Request timed out for subscription %s, please try again later"
  209. msgstr ""
  210. #: lib_stov/subscription.py:259
  211. msgid "Parsing youtube API response."
  212. msgstr ""
  213. #: lib_stov/subscription.py:282
  214. msgid "None or invalid subscription type given, please check the type option and try again"
  215. msgstr ""
  216. #: lib_stov/subscription.py:285
  217. msgid "Constructed the following API URL: %s"
  218. msgstr ""
  219. #: lib_stov/subscription.py:301
  220. msgid "Video %s deleted from the database!"
  221. msgstr ""
  222. #: lib_stov/subscription.py:305
  223. msgid "Videos %s could not be deleted from the database"
  224. msgstr ""
  225. #: lib_stov/youtube.py:46
  226. msgid "Creating directory %s"
  227. msgstr ""
  228. #: lib_stov/youtube.py:50
  229. msgid "Download directory does not exist and can't be created. Please check your configuration and try again"
  230. msgstr ""
  231. #: lib_stov/youtube.py:57
  232. msgid "Downloading video \"%s\""
  233. msgstr ""
  234. #: lib_stov/youtube.py:74
  235. 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"
  236. msgstr ""
  237. #: lib_stov/youtube.py:81
  238. msgid "Downloaded video \"%s\", updating database accordingly."
  239. msgstr ""
  240. #: lib_stov/youtube.py:90
  241. 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"
  242. msgstr ""
  243. #: lib_stov/youtube.py:97
  244. 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"
  245. msgstr ""
  246. #: lib_stov/youtube.py:106
  247. msgid "The video \"%s\" has failed downloading too often, marking as failed"
  248. msgstr ""
  249. #: lib_stov/youtube.py:126
  250. msgid "Could not connect to the database, please check settings and permissions and try again"
  251. msgstr ""
  252. #: stov:61
  253. msgid "Translation files could not be found, localization won't be available"
  254. msgstr ""
  255. #: stov:75
  256. msgid "STRG+C has been pressed, quitting..."
  257. msgstr ""
  258. #: stov:78
  259. msgid "Received SIGTERM, quitting..."
  260. msgstr ""
  261. #: stov:96
  262. msgid "option %s requires an integer value"
  263. msgstr ""
  264. #: stov:101
  265. msgid "option %s requires an argument"
  266. msgstr ""
  267. #: stov:105
  268. msgid "invalid option %s"
  269. msgstr ""
  270. #: stov:132
  271. msgid "Usage: %prog [options]"
  272. msgstr ""
  273. #: stov:136
  274. msgid "show this help message and exit"
  275. msgstr ""
  276. #: stov:138
  277. msgid "Add a new subscription (requires either --search, --channel or --playlist)"
  278. msgstr ""
  279. #: stov:141
  280. msgid "Add a new Playlist subscription (requires add)"
  281. msgstr ""
  282. #: stov:143
  283. msgid "List the currently available subscriptions"
  284. msgstr ""
  285. #: stov:145
  286. msgid "remove a subscription"
  287. msgstr ""
  288. #: stov:147
  289. msgid "update the information about the available videos"
  290. msgstr ""
  291. #: stov:149
  292. msgid "download all available videos which haven't already been downloaded"
  293. msgstr ""
  294. #: stov:151
  295. msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
  296. msgstr ""
  297. #: stov:154
  298. msgid "Print all videos from a subscription"
  299. msgstr ""
  300. #: stov:156
  301. msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
  302. msgstr ""
  303. #: stov:159
  304. msgid "specify a channel for a new subscription (requires --add)"
  305. msgstr ""
  306. #: stov:161
  307. msgid "show the license of the program"
  308. msgstr ""
  309. #: stov:163
  310. msgid "show the current running version number"
  311. msgstr ""
  312. #: stov:165
  313. msgid "Suppress all output"
  314. msgstr ""
  315. #: stov:167
  316. msgid "Be verbose and print also diagnostical messages"
  317. msgstr ""
  318. #: stov:169
  319. msgid "Clean the database of entries no longer listed in the current API response"
  320. msgstr ""
  321. #: stov:172
  322. msgid "enables the subscription with the provided ID"
  323. msgstr ""
  324. #: stov:174
  325. msgid "disables the subscription with the provided ID"
  326. msgstr ""
  327. #: stov:198
  328. msgid "--quiet and --verbose can't be defined at the same time, exiting."
  329. msgstr ""
  330. #: stov:218
  331. msgid "Lock file could not be opened, please check that it exists and is readable, quitting now"
  332. msgstr ""
  333. #: stov:224
  334. msgid ""
  335. "The lock file already exists, probably anotherinstance of this program is already running\n"
  336. "if you are sure this is not the case, delete it manually and try again!"
  337. msgstr ""
  338. #: stov:235
  339. msgid "Old lock file could not be deleted!"
  340. msgstr ""
  341. #: stov:242
  342. msgid "Lock file could not be created, please check that /tmp is writable and properly configured, quitting now"
  343. msgstr ""
  344. #: stov:252
  345. msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
  346. msgstr ""
  347. #: stov:260
  348. msgid "Writing initial configuration according to default values"
  349. msgstr ""
  350. #: stov:266
  351. msgid "Your configuration needs to be updated, performing update now."
  352. msgstr ""
  353. #: stov:271
  354. msgid "Your database needs to be updated, performing update now."
  355. msgstr ""
  356. #: stov:293
  357. msgid "Found youtube-dl, writing to configuration file."
  358. msgstr ""
  359. #: stov:297
  360. 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."
  361. msgstr ""
  362. #: stov:322
  363. msgid "Search_"
  364. msgstr ""
  365. #: stov:325
  366. msgid "Playlists do not support searching, search option will be ignored!"
  367. msgstr ""
  368. #: stov:331
  369. msgid "No valid subscription options given, subscription could not be added"
  370. msgstr ""
  371. #: stov:338
  372. msgid "New subscription "
  373. msgstr ""
  374. #: stov:339
  375. msgid " successfully added"
  376. msgstr ""
  377. #: stov:342
  378. msgid "The subscription could not be added"
  379. msgstr ""
  380. #: stov:346 stov:384 stov:534 stov:558 stov:576
  381. msgid "Could not access the database, please check path and permissions and try again!"
  382. msgstr ""
  383. #: stov:354
  384. msgid "ID Title"
  385. msgstr ""
  386. #: stov:358
  387. msgid "enabled"
  388. msgstr ""
  389. #: stov:360
  390. msgid "disabled"
  391. msgstr ""
  392. #: stov:365
  393. msgid "No subscriptions added yet, add one!"
  394. msgstr ""
  395. #: stov:374
  396. msgid "Invalid Option, please use the ID of the subscriptionyou want to delete as parameter for the remove option"
  397. msgstr ""
  398. #: stov:404
  399. msgid "Could not access the database, please check pathand permissions and try again!"
  400. msgstr ""
  401. #: stov:413
  402. msgid "Codec and resolution could not be determined, using maximum possible value"
  403. msgstr ""
  404. #: stov:434
  405. msgid "Downloaded %i new video"
  406. msgstr ""
  407. #: stov:435
  408. msgid ""
  409. "The following episode has been downloaded by stov: \n"
  410. "\n"
  411. msgstr ""
  412. #: stov:437
  413. msgid "Downloaded %i new videos"
  414. msgstr ""
  415. #: stov:438
  416. msgid ""
  417. "The following episodes have been downloaded by stov: \n"
  418. "\n"
  419. msgstr ""
  420. #: stov:454
  421. msgid "Could not connect to the smtp server, please check your settings!"
  422. msgstr ""
  423. #: stov:463
  424. msgid "TLS not available, proceeding unencrypted"
  425. msgstr ""
  426. #: stov:469
  427. msgid "Authentication failed, please check user nameand password!"
  428. msgstr ""
  429. #: stov:473
  430. msgid "Could not authenticate, server probably does not support authentication!"
  431. msgstr ""
  432. #: stov:480
  433. msgid "The server refused the recipient address, please check your settings"
  434. msgstr ""
  435. #: stov:484
  436. msgid "The server refused the sender address, please check your settings"
  437. msgstr ""
  438. #: stov:490
  439. msgid "No videos to be downloaded."
  440. msgstr ""
  441. #: stov:494
  442. msgid ""
  443. "The following videos have been downloaded:\n"
  444. msgstr ""
  445. #: stov:501
  446. msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration"
  447. msgstr ""
  448. #: stov:511 stov:587 stov:614
  449. msgid "Could not access the database, please checkpath and permissions and try again!"
  450. msgstr ""
  451. #: stov:527
  452. msgid "Invalid subscription, please check the list and try again"
  453. msgstr ""
  454. #: stov:547
  455. msgid "Subscription could not be updated, please check if the ID given is correct"
  456. msgstr ""
  457. #: stov:596
  458. msgid "Subscription ID %s is already enabled"
  459. msgstr ""
  460. #: stov:603
  461. msgid "Enabled subscription ID %s"
  462. msgstr ""
  463. #: stov:606 stov:633
  464. msgid "Could not find the subscription with ID %s, please check and try again"
  465. msgstr ""
  466. #: stov:623
  467. msgid "Subscription ID %s is already disabled"
  468. msgstr ""
  469. #: stov:630
  470. msgid "Disabled subscription ID %s"
  471. msgstr ""
  472. #: stov:665
  473. msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
  474. msgstr ""