tinyproxy.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "PO-Revision-Date: 2023-09-30 22:00+0000\n"
  5. "Last-Translator: David Rapaň <david@rapan.cz>\n"
  6. "Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
  7. "luciapplicationstinyproxy/cs/>\n"
  8. "Language: cs\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
  13. "X-Generator: Weblate 5.1-dev\n"
  14. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:291
  15. msgid ""
  16. "<em>Via proxy</em> routes requests to the given target via the specified "
  17. "upstream proxy, <em>Reject access</em> disables any upstream proxy for the "
  18. "target"
  19. msgstr ""
  20. "<em>Přes proxy</em>routuje požadavky na daný cíl přes specifikovaný upstream "
  21. "proxy, <em>Odmítnutí přístupu</em> vypne jakýkoli upstream proxy pro cíl"
  22. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:180
  23. msgid ""
  24. "Adds an 'X-Tinyproxy' HTTP header with the client IP address to forwarded "
  25. "requests"
  26. msgstr ""
  27. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:198
  28. msgid "Allowed clients"
  29. msgstr "Povolení klienti"
  30. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:205
  31. msgid "Allowed connect ports"
  32. msgstr ""
  33. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:119
  34. msgid "Bind address"
  35. msgstr ""
  36. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:221
  37. msgid ""
  38. "By default, basic POSIX expressions are used for filtering. Enable this to "
  39. "activate extended regular expressions"
  40. msgstr ""
  41. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:225
  42. msgid ""
  43. "By default, filter strings are treated as case-insensitive. Enable this to "
  44. "make the matching case-sensitive"
  45. msgstr ""
  46. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:217
  47. msgid ""
  48. "By default, filtering is done based on domain names. Enable this to match "
  49. "against URLs instead"
  50. msgstr ""
  51. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:229
  52. msgid ""
  53. "By default, the filter rules act as blacklist. Enable this option to only "
  54. "allow matched URLs or domain names"
  55. msgstr ""
  56. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:298
  57. msgid ""
  58. "Can be either an IP address or range, a domain name or '.' for any host "
  59. "without domain"
  60. msgstr ""
  61. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:236
  62. msgid "Connection timeout"
  63. msgstr ""
  64. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:228
  65. msgid "Default deny"
  66. msgstr ""
  67. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:100
  68. msgid "Enable Tinyproxy server"
  69. msgstr "Povolit server Tinyproxy"
  70. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:127
  71. msgid "Error page"
  72. msgstr "Chybová stránka"
  73. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:220
  74. msgid "Filter by RegExp"
  75. msgstr "Filtrovat podle RegExp"
  76. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:216
  77. msgid "Filter by URLs"
  78. msgstr "Filtrovat podle URL adres"
  79. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:224
  80. msgid "Filter case-sensitive"
  81. msgstr ""
  82. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:212
  83. msgid "Filter file"
  84. msgstr ""
  85. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:96
  86. msgid "Filtering and ACLs"
  87. msgstr ""
  88. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:94
  89. msgid "General settings"
  90. msgstr "Obecné nastavení"
  91. #: applications/luci-app-tinyproxy/root/usr/share/rpcd/acl.d/luci-app-tinyproxy.json:3
  92. msgid "Grant UCI access for luci-app-tinyproxy"
  93. msgstr ""
  94. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:169
  95. msgid "Group"
  96. msgstr "Skupina"
  97. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:135
  98. msgid "HTML template file to serve for stat host requests"
  99. msgstr ""
  100. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:128
  101. msgid "HTML template file to serve when HTTP errors occur"
  102. msgstr ""
  103. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:190
  104. msgid "Header whitelist"
  105. msgstr ""
  106. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:199
  107. msgid ""
  108. "List of IP addresses or ranges which are allowed to use the proxy server"
  109. msgstr ""
  110. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:206
  111. msgid ""
  112. "List of allowed ports for the CONNECT method. A single value '0' disables "
  113. "CONNECT completely, an empty list allows all ports"
  114. msgstr ""
  115. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:111
  116. msgid "Listen address"
  117. msgstr "Naslouchající adresa"
  118. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:103
  119. msgid "Listen port"
  120. msgstr "Naslouchající port"
  121. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:145
  122. msgid "Log file"
  123. msgstr "Soubor pro záznam událostí"
  124. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:146
  125. msgid "Log file to use for dumping messages"
  126. msgstr ""
  127. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:152
  128. msgid "Log level"
  129. msgstr "Úroveň logu"
  130. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:153
  131. msgid "Logging verbosity of the Tinyproxy process"
  132. msgstr ""
  133. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:244
  134. msgid "Max. clients"
  135. msgstr "Max. klientů"
  136. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:272
  137. msgid "Max. requests per server"
  138. msgstr "Max. žádostí na server"
  139. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:258
  140. msgid "Max. spare servers"
  141. msgstr "Max. záložních serverů"
  142. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:245
  143. msgid "Maximum allowed number of concurrently connected clients"
  144. msgstr ""
  145. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:273
  146. msgid ""
  147. "Maximum allowed number of requests per process. If it is exeeded, the "
  148. "process is restarted. Zero means unlimited."
  149. msgstr ""
  150. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:259
  151. msgid "Maximum number of prepared idle processes"
  152. msgstr ""
  153. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:237
  154. msgid "Maximum number of seconds an inactive connection is held open"
  155. msgstr ""
  156. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:251
  157. msgid "Min. spare servers"
  158. msgstr "Min. záložních serverů"
  159. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:252
  160. msgid "Minimum number of prepared idle processes"
  161. msgstr ""
  162. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:266
  163. msgid "Number of idle processes to start when launching Tinyproxy"
  164. msgstr ""
  165. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:213
  166. msgid "Plaintext file with URLs or domains to filter. One entry per line"
  167. msgstr ""
  168. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:290
  169. msgid "Policy"
  170. msgstr "Politika"
  171. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:95
  172. msgid "Privacy settings"
  173. msgstr "Nastavení soukromí"
  174. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:294
  175. msgid "Reject access"
  176. msgstr "Odepřít přístup"
  177. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:35
  178. msgid "Reload settings into tinyproxy"
  179. msgstr ""
  180. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:26
  181. msgid "Restart tinyproxy"
  182. msgstr ""
  183. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:90
  184. msgid "Server Settings"
  185. msgstr "Nastavení serveru"
  186. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:97
  187. msgid "Server limits"
  188. msgstr ""
  189. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:191
  190. msgid ""
  191. "Specifies HTTP header names which are allowed to pass-through, all others "
  192. "are discarded. Leave empty to disable header filtering"
  193. msgstr ""
  194. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:104
  195. msgid "Specifies the HTTP port Tinyproxy is listening on for requests"
  196. msgstr ""
  197. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:184
  198. msgid "Specifies the Tinyproxy hostname to use in the Via HTTP header"
  199. msgstr ""
  200. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:120
  201. msgid ""
  202. "Specifies the address Tinyproxy binds to for outbound forwarded requests"
  203. msgstr ""
  204. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:112
  205. msgid "Specifies the addresses Tinyproxy is listening on for requests"
  206. msgstr ""
  207. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:170
  208. msgid "Specifies the group name the Tinyproxy process is running as"
  209. msgstr ""
  210. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:306
  211. msgid ""
  212. "Specifies the upstream proxy to use for accessing the target host. Format is "
  213. "<code>address:port</code> or <code>socks5 address:port</code>"
  214. msgstr ""
  215. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:164
  216. msgid "Specifies the user name the Tinyproxy process is running as"
  217. msgstr ""
  218. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:265
  219. msgid "Start spare servers"
  220. msgstr ""
  221. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:134
  222. msgid "Statistics page"
  223. msgstr "Stránka statistik"
  224. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:82
  225. msgid "Status"
  226. msgstr "Stav"
  227. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:297
  228. msgid "Target host"
  229. msgstr "Cílový hostitel"
  230. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:79
  231. #: applications/luci-app-tinyproxy/root/usr/share/luci/menu.d/luci-app-tinyproxy.json:3
  232. msgid "Tinyproxy"
  233. msgstr "Tinyproxy"
  234. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:79
  235. msgid "Tinyproxy is a small and fast non-caching HTTP(S)-Proxy"
  236. msgstr "Tinyproxy je malý a rychlý necachující HTTP(S)-Proxy server"
  237. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:58
  238. msgid "Tinyproxy is disabled"
  239. msgstr ""
  240. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:283
  241. msgid "Upstream Proxies"
  242. msgstr ""
  243. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:284
  244. msgid ""
  245. "Upstream proxy rules define proxy servers to use when accessing certain IP "
  246. "addresses or domains."
  247. msgstr ""
  248. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:141
  249. msgid "Use syslog"
  250. msgstr "Použít syslog"
  251. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:163
  252. msgid "User"
  253. msgstr "Uživatel"
  254. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:183
  255. msgid "Via hostname"
  256. msgstr ""
  257. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:293
  258. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:305
  259. msgid "Via proxy"
  260. msgstr ""
  261. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:56
  262. msgid "Waiting for data from url:"
  263. msgstr ""
  264. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:142
  265. msgid "Writes log messages to syslog instead of a log file"
  266. msgstr ""
  267. #: applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js:179
  268. msgid "X-Tinyproxy header"
  269. msgstr "X-Tinyproxy hlavička"
  270. #~ msgid ""
  271. #~ "Adds an \"X-Tinyproxy\" HTTP header with the client IP address to "
  272. #~ "forwarded requests"
  273. #~ msgstr ""
  274. #~ "Přidá do přeposlaného požadavku HTTP hlavičku \"X-Tinyproxy\", která "
  275. #~ "obsahuje IP adresu klienta"
  276. #~ msgid "Configuration"
  277. #~ msgstr "Nastavení"
  278. #~ msgid "Tinyproxy Status"
  279. #~ msgstr "Stav Tinyproxy"