X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=po%2Fen%2Fpolipo.po;h=f7f62f2aac5f0363fc570dd7b43bef84ee7484c1;hp=119ca33f41596eede5a69bd78f70be193d629581;hb=76597985edea575860d01533a56954ebdc11307e;hpb=dc7138e424dfd454951ed5ed4eeddbf842457e87 diff --git a/po/en/polipo.po b/po/en/polipo.po index 119ca33f4..f7f62f2aa 100644 --- a/po/en/polipo.po +++ b/po/en/polipo.po @@ -32,16 +32,20 @@ msgstr "Shared cache" msgid "Enable if cache (proxy) is shared by multiple users." msgstr "Enable if cache (proxy) is shared by multiple users." -#. 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). +#. 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). #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:5 -msgid "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 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." +msgid "" +"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 * * *\\t/usr/sbin/polipo_purge\" (without quotes)." msgstr "" "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 * * *\t/usr/sbin/polipo_purge" (without " -"quotes)." +"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 * * *\t/usr/sbin/polipo_purge\" (without quotes)." #. Disk cache location #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:6 @@ -50,7 +54,10 @@ msgstr "Disk cache location" #. 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. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:7 -msgid "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." +msgid "" +"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." msgstr "" "Location where polipo will cache files permanently. Use of external storage " "devices is recommended, because the cache can grow considerably. Leave it " @@ -63,7 +70,8 @@ msgstr "Truncate cache files size (in bytes)" #. Size to which cached files should be truncated. (default value: 1048576) #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:9 -msgid "Size to which cached files should be truncated. (default value: 1048576)" +msgid "" +"Size to which cached files should be truncated. (default value: 1048576)" msgstr "" "Size to which cached files should be truncated. (default value: 1048576)" @@ -75,7 +83,8 @@ msgstr "Truncate cache files time" #. Time after which cached files will be truncated. (default value: 4d12h) #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:11 msgid "Time after which cached files will be truncated. (default value: 4d12h)" -msgstr "Time after which cached files will be truncated. (default value: 4d12h)" +msgstr "" +"Time after which cached files will be truncated. (default value: 4d12h)" #. Delete cache files time #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:12 @@ -104,7 +113,10 @@ msgstr "Allowed clients" #. 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)). #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:17 -msgid "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))." +msgid "" +"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))." msgstr "" "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 " @@ -127,7 +139,9 @@ msgstr "DNS server address" #. Set the DNS server address to use, if you want Polipo to use different DNS server than the host system. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:21 -msgid "Set the DNS server address to use, if you want Polipo to use different DNS server than the host system." +msgid "" +"Set the DNS server address to use, if you want Polipo to use different DNS " +"server than the host system." msgstr "" "Set the DNS server address to use, if you want Polipo to use different DNS " "server than the host system." @@ -139,7 +153,9 @@ msgstr "Query DNS for IPv6" #. false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = Query both, prefer IPv6; true = Query only IPv6 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:23 -msgid "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = Query both, prefer IPv6; true = Query only IPv6" +msgid "" +"false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = " +"Query both, prefer IPv6; true = Query only IPv6" msgstr "" "false = Do not query IPv6; reluctantly = Query both, prefer IPv4; happily = " "Query both, prefer IPv6; true = Query only IPv6" @@ -151,7 +167,11 @@ msgstr "Query DNS by hostname" #. 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 #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:25 -msgid "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" +msgid "" +"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" msgstr "" "false = Never use system DNS resolver; reluctantly = Query DNS directly, if " "DNS server is unavailable fail to system DNS resolver; happily = Query DNS " @@ -170,7 +190,9 @@ msgstr "Log file location" #. Use of external storage device is recommended, because the log file is written frequently and can grow considerably. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:28 -msgid "Use of external storage device is recommended, because the log file is written frequently and can grow considerably." +msgid "" +"Use of external storage device is recommended, because the log file is " +"written frequently and can grow considerably." msgstr "" "Use of external storage device is recommended, because the log file is " "written frequently and can grow considerably." @@ -187,7 +209,9 @@ msgstr "Parent proxy authentication" #. Basic HTTP authentication supported. Provide username and password in username:password format. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:31 -msgid "Basic HTTP authentication supported. Provide username and password in username:password format." +msgid "" +"Basic HTTP authentication supported. Provide username and password in " +"username:password format." msgstr "" "Basic HTTP authentication supported. Provide username and password in " "username:password format." @@ -199,7 +223,9 @@ msgstr "Parent proxy address" #. Parent proxy address (in host:port format), to which Polipo will forward the requests. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:33 -msgid "Parent proxy address (in host:port format), to which Polipo will forward the requests." +msgid "" +"Parent proxy address (in host:port format), to which Polipo will forward the " +"requests." msgstr "" "Parent proxy address (in host:port format), to which Polipo will forward the " "requests." @@ -211,7 +237,9 @@ msgstr "Listen address" #. The interface on which Polipo will listen. To listen on all interfaces use 0.0.0.0 or :: (IPv6). #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:35 -msgid "The interface on which Polipo will listen. To listen on all interfaces use 0.0.0.0 or :: (IPv6)." +msgid "" +"The interface on which Polipo will listen. To listen on all interfaces use " +"0.0.0.0 or :: (IPv6)." msgstr "" "The interface on which Polipo will listen. To listen on all interfaces use " "0.0.0.0 or :: (IPv6)." @@ -233,7 +261,11 @@ msgstr "Poor Man's Multiplexing" #. 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. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:39 -msgid "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." +msgid "" +"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." msgstr "" "Poor Man's Multiplexing (PMM) is a technique that simulates multiplexing " "by requesting an instance in multiple segments. It tries to lower the " @@ -247,7 +279,9 @@ msgstr "First PMM segment size (in bytes)" #. Size of the first PMM segment. If not defined, it defaults to twice the PMM segment size. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:41 -msgid "Size of the first PMM segment. If not defined, it defaults to twice the PMM segment size." +msgid "" +"Size of the first PMM segment. If not defined, it defaults to twice the PMM " +"segment size." msgstr "" "Size of the first PMM segment. If not defined, it defaults to twice the PMM " "segment size." @@ -259,5 +293,5 @@ msgstr "PMM segments size (in bytes)" #. To enable PMM, PMM segment size must be set to some positive value. #: applications/luci-polipo/luasrc/i18n/polipo.en.lua:43 -msgid "polipo_pmm_pmmsize_desc" +msgid "To enable PMM, PMM segment size must be set to some positive value." msgstr "To enable PMM, PMM segment size must be set to some positive value."