po: clean up templates, strip non-ascii chars
[project/luci.git] / po / templates / polipo.pot
1 # polipo.pot
2 # generated from ./applications/luci-polipo/luasrc/i18n/polipo.en.lua
3 msgid ""
4 msgstr "Content-Type: text/plain; charset=UTF-8"
5
6 #. Polipo
7 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:1
8 msgid "polipo"
9 msgstr ""
10
11 #. On-Disk Cache
12 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:2
13 msgid "polipo_cache"
14 msgstr ""
15
16 #. Shared cache
17 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:3
18 msgid "polipo_cache_cacheisshared"
19 msgstr ""
20
21 #. Enable if cache (proxy) is shared by multiple users.
22 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:4
23 msgid "polipo_cache_cacheisshared_desc"
24 msgstr ""
25
26 #. To enable polipo on-disk cache cleaning (highly recommended), you should add a cron job in Scheduled Tasks services that will execute /usr/sbin/polipo_purge script. For example to perform disk cache cleanup every day at 6:00 in the morning you should add the following line in Scheduled Tasks "0 6 * * * /usr/sbin/polipo_purge" (without quotes).
27 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:5
28 msgid "polipo_cache_desc"
29 msgstr ""
30
31 #. Disk cache location
32 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:6
33 msgid "polipo_cache_diskcacheroot"
34 msgstr ""
35
36 #. Location where polipo will cache files permanently. Use of external storage devices is recommended, because the cache can grow considerably. Leave it empty to disable on-disk cache.
37 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:7
38 msgid "polipo_cache_diskcacheroot_desc"
39 msgstr ""
40
41 #. Truncate cache files size (in bytes)
42 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:8
43 msgid "polipo_cache_diskcachetruncatesize"
44 msgstr ""
45
46 #. Size to which cached files should be truncated. (default value: 1048576)
47 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:9
48 msgid "polipo_cache_diskcachetruncatesize_desc"
49 msgstr ""
50
51 #. Truncate cache files time
52 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:10
53 msgid "polipo_cache_diskcachetruncatetime"
54 msgstr ""
55
56 #. Time after which cached files will be truncated. (default value: 4d12h)
57 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:11
58 msgid "polipo_cache_diskcachetruncatetime_desc"
59 msgstr ""
60
61 #. Delete cache files time
62 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:12
63 msgid "polipo_cache_diskcacheunlinktime"
64 msgstr ""
65
66 #. Time after which cached files will be deleted. (default value: 32d)
67 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:13
68 msgid "polipo_cache_diskcacheunlinktime_desc"
69 msgstr ""
70
71 #. Polipo is a small and fast caching web proxy.
72 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:14
73 msgid "polipo_desc"
74 msgstr ""
75
76 #. General
77 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:15
78 msgid "polipo_general"
79 msgstr ""
80
81 #. Allowed clients
82 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:16
83 msgid "polipo_general_allowedclients"
84 msgstr ""
85
86 #. When listen address is set to 0.0.0.0 or :: (IPv6), you must list clients that are allowed to connect. The format is IP address or network address (192.168.1.123, 192.168.1.0/24, 2001:660:116::/48 (IPv6)).
87 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:17
88 msgid "polipo_general_allowedclients_desc"
89 msgstr ""
90
91 #. In RAM cache size (in bytes)
92 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:18
93 msgid "polipo_general_chunkhighmark"
94 msgstr ""
95
96 #. How much RAM should Polipo use for its cache.
97 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:19
98 msgid "polipo_general_chunkhighmark_desc"
99 msgstr ""
100
101 #. DNS server address
102 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:20
103 msgid "polipo_general_dnsnameserver"
104 msgstr ""
105
106 #. Set the DNS server address to use, if you want Polipo to use different DNS server than the host system.
107 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:21
108 msgid "polipo_general_dnsnameserver_desc"
109 msgstr ""
110
111 #. Query DNS for IPv6
112 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:22
113 msgid "polipo_general_dnsqueryipv6"
114 msgstr ""
115
116 #. false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = Query both, prefer IPv6; true = Query only IPv6
117 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:23
118 msgid "polipo_general_dnsqueryipv6_desc"
119 msgstr ""
120
121 #. Query DNS by hostname
122 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:24
123 msgid "polipo_general_dnsusegethostbyname"
124 msgstr ""
125
126 #. false = Never use system DNS resolver; reluctantly = Query DNS directly, if DNS server is unavailable fail to system DNS resolver; happily = Query DNS directly, if host could not be found fallback to system DNS resolver; true = Always use system DNS resolver
127 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:25
128 msgid "polipo_general_dnsusegethostbyname_desc"
129 msgstr ""
130
131 #. Syslog facility
132 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:26
133 msgid "polipo_general_logfacility"
134 msgstr ""
135
136 #. Log file location
137 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:27
138 msgid "polipo_general_logfile"
139 msgstr ""
140
141 #. Use of external storage device is recommended, because the log file is written frequently and can grow considerably.
142 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:28
143 msgid "polipo_general_logfile_desc"
144 msgstr ""
145
146 #. Log to syslog
147 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:29
148 msgid "polipo_general_logsyslog"
149 msgstr ""
150
151 #. Parent proxy authentication
152 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:30
153 msgid "polipo_general_parentauthcredentials"
154 msgstr ""
155
156 #. Basic HTTP authentication supported. Provide username and password in username:password format.
157 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:31
158 msgid "polipo_general_parentauthcredentials_desc"
159 msgstr ""
160
161 #. Parent proxy address
162 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:32
163 msgid "polipo_general_parentproxy"
164 msgstr ""
165
166 #. Parent proxy address (in host:port format), to which Polipo will forward the requests.
167 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:33
168 msgid "polipo_general_parentproxy_desc"
169 msgstr ""
170
171 #. Listen address
172 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:34
173 msgid "polipo_general_proxyaddress"
174 msgstr ""
175
176 #. The interface on which Polipo will listen. To listen on all interfaces use 0.0.0.0 or :: (IPv6).
177 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:35
178 msgid "polipo_general_proxyaddress_desc"
179 msgstr ""
180
181 #. Listen port
182 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:36
183 msgid "polipo_general_proxyport"
184 msgstr ""
185
186 #. Port on which Polipo will listen. (default value: 8123)
187 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:37
188 msgid "polipo_general_proxyport_desc"
189 msgstr ""
190
191 #. Poor Man's Multiplexing
192 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:38
193 msgid "polipo_pmm"
194 msgstr ""
195
196 #. Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing by requesting an instance in multiple segments. It tries to lower the latency caused by the weakness of HTTP protocol. NOTE: some sites may not work with PMM enabled.
197 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:39
198 msgid "polipo_pmm_desc"
199 msgstr ""
200
201 #. First PMM segment size (in bytes)
202 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:40
203 msgid "polipo_pmm_pmmfirstsize"
204 msgstr ""
205
206 #. Size of the first PMM segment. If not defined, it defaults to twice the PMM segment size.
207 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:41
208 msgid "polipo_pmm_pmmfirstsize_desc"
209 msgstr ""
210
211 #. PMM segments size (in bytes)
212 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:42
213 msgid "polipo_pmm_pmmsize"
214 msgstr ""
215
216 #. To enable PMM, PMM segment size must be set to some positive value.
217 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:43
218 msgid "polipo_pmm_pmmsize_desc"
219 msgstr ""