root/luci/trunk/po/es/polipo.po @ 5081

Revision 5081, 7.7 KB (checked in by i18n-system, 4 years ago)

Commit from LuCI Translation Portal by user gjnardoni. 0 of 43 messages translated (0 fuzzy).

Line 
1#, fuzzy
2msgid ""
3msgstr ""
4"Project-Id-Version: PACKAGE VERSION\n"
5"Report-Msgid-Bugs-To: \n"
6"POT-Creation-Date: 2009-06-10 03:41+0200\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language-Team: LANGUAGE <LL@li.org>\n"
10"MIME-Version: 1.0\n"
11"Content-Type: text/plain; charset=UTF-8\n"
12"Content-Transfer-Encoding: 8bit\n"
13"X-Generator: Translate Toolkit 1.1.1\n"
14
15#. Polipo
16#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:1
17msgid "polipo"
18msgstr ""
19
20#. On-Disk Cache
21#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:2
22msgid "polipo_cache"
23msgstr ""
24
25#. Shared cache
26#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:3
27msgid "polipo_cache_cacheisshared"
28msgstr ""
29
30#. Enable if cache (proxy) is shared by multiple users.
31#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:4
32msgid "polipo_cache_cacheisshared_desc"
33msgstr ""
34
35#. 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 &quot;0 6 * * * /usr/sbin/polipo_purge&quot; (without quotes).
36#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:5
37msgid "polipo_cache_desc"
38msgstr ""
39
40#. Disk cache location
41#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:6
42msgid "polipo_cache_diskcacheroot"
43msgstr ""
44
45#. 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.
46#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:7
47msgid "polipo_cache_diskcacheroot_desc"
48msgstr ""
49
50#. Truncate cache files size (in bytes)
51#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:8
52msgid "polipo_cache_diskcachetruncatesize"
53msgstr ""
54
55#. Size to which cached files should be truncated. (default value: 1048576)
56#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:9
57msgid "polipo_cache_diskcachetruncatesize_desc"
58msgstr ""
59
60#. Truncate cache files time
61#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:10
62msgid "polipo_cache_diskcachetruncatetime"
63msgstr ""
64
65#. Time after which cached files will be truncated. (default value: 4d12h)
66#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:11
67msgid "polipo_cache_diskcachetruncatetime_desc"
68msgstr ""
69
70#. Delete cache files time
71#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:12
72msgid "polipo_cache_diskcacheunlinktime"
73msgstr ""
74
75#. Time after which cached files will be deleted. (default value: 32d)
76#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:13
77msgid "polipo_cache_diskcacheunlinktime_desc"
78msgstr ""
79
80#. Polipo is a small and fast caching web proxy.
81#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:14
82msgid "polipo_desc"
83msgstr ""
84
85#. General
86#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:15
87msgid "polipo_general"
88msgstr ""
89
90#. Allowed clients
91#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:16
92msgid "polipo_general_allowedclients"
93msgstr ""
94
95#. 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)).
96#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:17
97msgid "polipo_general_allowedclients_desc"
98msgstr ""
99
100#. In RAM cache size (in bytes)
101#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:18
102msgid "polipo_general_chunkhighmark"
103msgstr ""
104
105#. How much RAM should Polipo use for its cache.
106#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:19
107msgid "polipo_general_chunkhighmark_desc"
108msgstr ""
109
110#. DNS server address
111#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:20
112msgid "polipo_general_dnsnameserver"
113msgstr ""
114
115#. Set the DNS server address to use, if you want Polipo to use different DNS server than the host system.
116#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:21
117msgid "polipo_general_dnsnameserver_desc"
118msgstr ""
119
120#. Query DNS for IPv6
121#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:22
122msgid "polipo_general_dnsqueryipv6"
123msgstr ""
124
125#. false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = Query both, prefer IPv6; true = Query only IPv6
126#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:23
127msgid "polipo_general_dnsqueryipv6_desc"
128msgstr ""
129
130#. Query DNS by hostname
131#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:24
132msgid "polipo_general_dnsusegethostbyname"
133msgstr ""
134
135#. 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
136#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:25
137msgid "polipo_general_dnsusegethostbyname_desc"
138msgstr ""
139
140#. Syslog facility
141#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:26
142msgid "polipo_general_logfacility"
143msgstr ""
144
145#. Log file location
146#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:27
147msgid "polipo_general_logfile"
148msgstr ""
149
150#. Use of external storage device is recommended, because the log file is written frequently and can grow considerably.
151#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:28
152msgid "polipo_general_logfile_desc"
153msgstr ""
154
155#. Log to syslog
156#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:29
157msgid "polipo_general_logsyslog"
158msgstr ""
159
160#. Parent proxy authentication
161#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:30
162msgid "polipo_general_parentauthcredentials"
163msgstr ""
164
165#. Basic HTTP authentication supported. Provide username and password in username:password format.
166#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:31
167msgid "polipo_general_parentauthcredentials_desc"
168msgstr ""
169
170#. Parent proxy address
171#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:32
172msgid "polipo_general_parentproxy"
173msgstr ""
174
175#. Parent proxy address (in host:port format), to which Polipo will forward the requests.
176#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:33
177msgid "polipo_general_parentproxy_desc"
178msgstr ""
179
180#. Listen address
181#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:34
182msgid "polipo_general_proxyaddress"
183msgstr ""
184
185#. The interface on which Polipo will listen. To listen on all interfaces use 0.0.0.0 or :: (IPv6).
186#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:35
187msgid "polipo_general_proxyaddress_desc"
188msgstr ""
189
190#. Listen port
191#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:36
192msgid "polipo_general_proxyport"
193msgstr ""
194
195#. Port on which Polipo will listen. (default value: 8123)
196#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:37
197msgid "polipo_general_proxyport_desc"
198msgstr ""
199
200#. Poor Man&#39;s Multiplexing
201#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:38
202msgid "polipo_pmm"
203msgstr ""
204
205#. Poor Man&#39;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.
206#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:39
207msgid "polipo_pmm_desc"
208msgstr ""
209
210#. First PMM segment size (in bytes)
211#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:40
212msgid "polipo_pmm_pmmfirstsize"
213msgstr ""
214
215#. Size of the first PMM segment. If not defined, it defaults to twice the PMM segment size.
216#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:41
217msgid "polipo_pmm_pmmfirstsize_desc"
218msgstr ""
219
220#. PMM segments size (in bytes)
221#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:42
222msgid "polipo_pmm_pmmsize"
223msgstr ""
224
225#. To enable PMM, PMM segment size must be set to some positive value.
226#: applications/luci-polipo/luasrc/i18n/polipo.en.lua:43
227msgid "polipo_pmm_pmmsize_desc"
228msgstr ""
Note: See TracBrowser for help on using the browser.