stov.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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.9\n"
  7. "POT-Creation-Date: 2012-12-27 22:18+CET\n"
  8. "PO-Revision-Date: 2014-12-26 11:40+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:61
  16. msgid "the name of your database file"
  17. msgstr ""
  18. #: lib_stov/configuration.py:62
  19. msgid "the directory where downloaded videos are saved"
  20. msgstr ""
  21. #: lib_stov/configuration.py:64
  22. msgid "the maximum number of videos to retrieve for each subscription"
  23. msgstr ""
  24. #: lib_stov/configuration.py:66
  25. msgid "the host name of your mail server"
  26. msgstr ""
  27. #: lib_stov/configuration.py:67
  28. msgid "the address used for notifications"
  29. msgstr ""
  30. #: lib_stov/configuration.py:68
  31. msgid "the sender address of notification e-mails"
  32. msgstr ""
  33. #: lib_stov/configuration.py:69
  34. msgid "the port to use on your mail server"
  35. msgstr ""
  36. #: lib_stov/configuration.py:70
  37. msgid "if your mail server requires authentication"
  38. msgstr ""
  39. #: lib_stov/configuration.py:71
  40. msgid "the user name used to authenticate to your mail server"
  41. msgstr ""
  42. #: lib_stov/configuration.py:73
  43. msgid "the password used to authenticate to your mail server"
  44. msgstr ""
  45. #: lib_stov/configuration.py:75
  46. msgid "the path to your youtube-dl installation"
  47. msgstr ""
  48. #: lib_stov/configuration.py:76
  49. msgid "if you want to be notified via e-mail about new videos"
  50. msgstr ""
  51. #: lib_stov/configuration.py:78
  52. msgid "which video codec you prefer (h264, webm or flv)"
  53. msgstr ""
  54. #: lib_stov/configuration.py:80
  55. msgid "which resolution you prefer (360p, 480p, 720p or 1080p)"
  56. msgstr ""
  57. #: lib_stov/configuration.py:82
  58. msgid "if you want to compare the title of a video with the subscription search string"
  59. msgstr ""
  60. #: lib_stov/configuration.py:84
  61. msgid "if you want to use the youtube API"
  62. msgstr ""
  63. #: lib_stov/configuration.py:231
  64. msgid ""
  65. "This assistant will help you to perform the initial configuration of stov. \n"
  66. "The default value will be displayed in brackets.\n"
  67. "Please specify now :\n"
  68. msgstr ""
  69. #: lib_stov/noapi.py:70
  70. msgid " search %s"
  71. msgstr ""
  72. #: lib_stov/stov_exceptions.py:28
  73. msgid "Could not access the database, please check path and permissions and try again!"
  74. msgstr ""
  75. #: lib_stov/stov_exceptions.py:42
  76. msgid "Write access to the database failed, please check file permissions and the file system and try again!"
  77. msgstr ""
  78. #: lib_stov/stov_exceptions.py:57
  79. msgid "The subscription you requested could not be found in the database, requested action aborted."
  80. msgstr ""
  81. #: lib_stov/stov_exceptions.py:71
  82. msgid "The connection to the youtube API failed or no data was returned."
  83. msgstr ""
  84. #: lib_stov/stov_exceptions.py:82
  85. msgid "The API Request timed out for subscription %s,please try again later."
  86. msgstr ""
  87. #: lib_stov/stov_exceptions.py:95
  88. msgid "The configuration could not be written, please check that the configuration direcroty exists and is writable."
  89. msgstr ""
  90. #: lib_stov/stov_exceptions.py:108
  91. msgid "The directory could not be created, please check that the parent directory exists and is writable"
  92. msgstr ""
  93. #: lib_stov/stov_exceptions.py:122
  94. msgid "The configuration could not be read, please check that the configuration file exists and is readable."
  95. msgstr ""
  96. #: lib_stov/stov_exceptions.py:136
  97. msgid "Invalid config version read."
  98. msgstr ""
  99. #: lib_stov/stov_exceptions.py:148
  100. msgid "The subscription %s is disabled, videos will not be downloaded."
  101. msgstr ""
  102. #: lib_stov/stov_exceptions.py:161
  103. msgid "The download directory does not exist and can't be created. Please check your configuration and try again."
  104. msgstr ""
  105. #: lib_stov/stov_exceptions.py:174
  106. msgid "The migration of the configuration to the json format failed."
  107. msgstr ""
  108. #: lib_stov/stov_exceptions.py:185
  109. msgid "Execution of youtube-dl failed."
  110. msgstr ""
  111. #: lib_stov/subscription.py:114
  112. msgid " (pending)"
  113. msgstr ""
  114. #: lib_stov/subscription.py:116
  115. msgid " (downloaded)"
  116. msgstr ""
  117. #: lib_stov/subscription.py:118
  118. msgid " (failed)"
  119. msgstr ""
  120. #: stov:68
  121. msgid "The translation files could not be found, localization won't be available"
  122. msgstr ""
  123. #: stov:81
  124. msgid "STRG+C has been pressed, quitting..."
  125. msgstr ""
  126. #: stov:83
  127. msgid "Received SIGTERM, quitting..."
  128. msgstr ""
  129. #: stov:100
  130. msgid "option %s requires an integer value"
  131. msgstr ""
  132. #: stov:104
  133. msgid "option %s requires an argument"
  134. msgstr ""
  135. #: stov:108
  136. msgid "invalid option %s"
  137. msgstr ""
  138. #: stov:137
  139. msgid "Usage: %prog [options]"
  140. msgstr ""
  141. #: stov:141
  142. msgid "show this help message and exit"
  143. msgstr ""
  144. #: stov:143
  145. msgid "Add a new subscription (requires either --search, --channel or --playlist)"
  146. msgstr ""
  147. #: stov:146
  148. msgid "Add a new Playlist subscription (requires add)"
  149. msgstr ""
  150. #: stov:148
  151. msgid "List the currently available subscriptions"
  152. msgstr ""
  153. #: stov:150
  154. msgid "remove a subscription"
  155. msgstr ""
  156. #: stov:152
  157. msgid "update the information about the available videos"
  158. msgstr ""
  159. #: stov:154
  160. msgid "download all available videos which haven't already been downloaded"
  161. msgstr ""
  162. #: stov:157
  163. msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
  164. msgstr ""
  165. #: stov:161
  166. msgid "Print all videos from a subscription"
  167. msgstr ""
  168. #: stov:163
  169. msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
  170. msgstr ""
  171. #: stov:166
  172. msgid "specify a channel for a new subscription (requires --add)"
  173. msgstr ""
  174. #: stov:169
  175. msgid "show the license of the program"
  176. msgstr ""
  177. #: stov:171
  178. msgid "show the current running version number"
  179. msgstr ""
  180. #: stov:173
  181. msgid "Suppress all output"
  182. msgstr ""
  183. #: stov:175
  184. msgid "Be verbose and print also diagnostical messages"
  185. msgstr ""
  186. #: stov:177
  187. msgid "Clean the database of entries no longer listed in the current API response"
  188. msgstr ""
  189. #: stov:181
  190. msgid "enables the subscription with the provided ID"
  191. msgstr ""
  192. #: stov:183
  193. msgid "disables the subscription with the provided ID"
  194. msgstr ""
  195. #: stov:207
  196. msgid "--quiet and --verbose can't be defined at the same time, exiting."
  197. msgstr ""
  198. #: stov:230
  199. msgid "The lock file could not be opened, please check that it exists and is readable, quitting now"
  200. msgstr ""
  201. #: stov:235
  202. msgid ""
  203. "The lock file already exists, probably another instance of this program is already running\n"
  204. "if you are sure this is not the case, delete it manually and try again!"
  205. msgstr ""
  206. #: stov:245
  207. msgid "The old lock file could not be deleted!"
  208. msgstr ""
  209. #: stov:251
  210. msgid "The lock file could not be created, please check that /tmp is writable and properly configured, quitting now."
  211. msgstr ""
  212. #: stov:260
  213. msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
  214. msgstr ""
  215. #: stov:275
  216. msgid "Writing initial configuration according to your input, have fun!"
  217. msgstr ""
  218. #: stov:278
  219. msgid "Writing initial configuration according to default values."
  220. msgstr ""
  221. #: stov:280
  222. msgid "Creating hidden directory in home for configuration and database."
  223. msgstr ""
  224. #: stov:291
  225. msgid "Migrating configuration from plain text to json."
  226. msgstr ""
  227. #: stov:294
  228. msgid "Comparing current and running configuration version."
  229. msgstr ""
  230. #: stov:304
  231. msgid "Your configuration needs to be updated, performing update now."
  232. msgstr ""
  233. #: stov:337
  234. msgid "Created initial database tables."
  235. msgstr ""
  236. #: stov:340
  237. msgid "Comparing current and running database version."
  238. msgstr ""
  239. #: stov:342
  240. msgid "Your database needs to be updated, performing update now."
  241. msgstr ""
  242. #: stov:372
  243. msgid "Found youtube-dl, writing it's path to the configuration file."
  244. msgstr ""
  245. #: stov:381
  246. 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."
  247. msgstr ""
  248. #: stov:407
  249. msgid "Search_"
  250. msgstr ""
  251. #: stov:412
  252. msgid "Playlists do not support searching, the search option will be ignored!"
  253. msgstr ""
  254. #: stov:418
  255. msgid "None or invalid subscription type given, please check the type option and try again."
  256. msgstr ""
  257. #: stov:428
  258. msgid "Subscription sucessfully inserted into database."
  259. msgstr ""
  260. #: stov:444 stov:499
  261. msgid "Video %s successfully inserted into database."
  262. msgstr ""
  263. #: stov:446
  264. msgid "New subscription "
  265. msgstr ""
  266. #: stov:447
  267. msgid " successfully added"
  268. msgstr ""
  269. #: stov:453
  270. msgid "ID Title"
  271. msgstr ""
  272. #: stov:456
  273. msgid "enabled"
  274. msgstr ""
  275. #: stov:458
  276. msgid "disabled"
  277. msgstr ""
  278. #: stov:462
  279. msgid "No subscriptions added yet, add one!"
  280. msgstr ""
  281. #: stov:467
  282. msgid "Invalid option, please use the ID of the subscription you want to delete as parameter for the remove option."
  283. msgstr ""
  284. #: stov:480
  285. msgid "Subscription deleted successfully!"
  286. msgstr ""
  287. #: stov:504
  288. msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings."
  289. msgstr ""
  290. #: stov:507
  291. msgid "Found value: %s."
  292. msgstr ""
  293. #: stov:509
  294. msgid "Codec and resolution could not be determined, using maximum possible value."
  295. msgstr ""
  296. #: stov:538
  297. msgid "Downloaded %i new video"
  298. msgstr ""
  299. #: stov:539
  300. msgid ""
  301. "The following episode has been downloaded by stov: \n"
  302. "\n"
  303. msgstr ""
  304. #: stov:542
  305. msgid "Downloaded %i new videos"
  306. msgstr ""
  307. #: stov:543
  308. msgid ""
  309. "The following episodes have been downloaded by stov: \n"
  310. "\n"
  311. msgstr ""
  312. #: stov:561
  313. msgid "Could not connect to the smtp server, please check your settings!"
  314. msgstr ""
  315. #: stov:568
  316. msgid "TLS not available, proceeding unencrypted."
  317. msgstr ""
  318. #: stov:574
  319. msgid "Authentication failed, please check user name and password!"
  320. msgstr ""
  321. #: stov:577
  322. msgid "Could not authenticate, server probably does not support authentication!"
  323. msgstr ""
  324. #: stov:584
  325. msgid "The server refused the recipient address, please check your settings."
  326. msgstr ""
  327. #: stov:587
  328. msgid "The server refused the sender address, please check your settings."
  329. msgstr ""
  330. #: stov:592
  331. msgid "There are no videos to be downloaded."
  332. msgstr ""
  333. #: stov:595
  334. msgid ""
  335. "The following videos have been downloaded:\n"
  336. msgstr ""
  337. #: stov:600
  338. msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration."
  339. msgstr ""
  340. #: stov:623
  341. msgid "Invalid subscription, please check the list and try again."
  342. msgstr ""
  343. #: stov:638
  344. msgid "The subscription could not be updated, please check if the ID given is correct."
  345. msgstr ""
  346. #: stov:648
  347. msgid "Deleting video %s from database"
  348. msgstr ""
  349. #: stov:664
  350. msgid "The subscription ID %s is already enabled."
  351. msgstr ""
  352. #: stov:673
  353. msgid "Enabled subscription ID %s."
  354. msgstr ""
  355. #: stov:676 stov:694
  356. msgid "Could not find the subscription with ID %s, please check and try again."
  357. msgstr ""
  358. #: stov:682
  359. msgid "Subscription ID %s is already disabled."
  360. msgstr ""
  361. #: stov:691
  362. msgid "Disabled subscription ID %s."
  363. msgstr ""
  364. #: stov:723
  365. msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
  366. msgstr ""