stov.po 11 KB

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