diff options
Diffstat (limited to 'applications/luci-app-privoxy')
36 files changed, 2352 insertions, 245 deletions
diff --git a/applications/luci-app-privoxy/luasrc/controller/privoxy.lua b/applications/luci-app-privoxy/luasrc/controller/privoxy.lua index 6439a30c3f..808ddbb447 100644 --- a/applications/luci-app-privoxy/luasrc/controller/privoxy.lua +++ b/applications/luci-app-privoxy/luasrc/controller/privoxy.lua @@ -21,7 +21,7 @@ local app_title = "Privoxy WEB proxy" local app_version = "1.0.6-1" function index() - entry( {"admin", "services", "privoxy"}, cbi("privoxy"), _("Privoxy WEB proxy"), 59) + entry( {"admin", "services", "privoxy"}, cbi("privoxy"), _("Privoxy WEB proxy"), 59).acl_depends = { "luci-app-privoxy" } entry( {"admin", "services", "privoxy", "logview"}, call("logread") ).leaf = true entry( {"admin", "services", "privoxy", "startstop"}, post("startstop") ).leaf = true entry( {"admin", "services", "privoxy", "status"}, call("get_pid") ).leaf = true diff --git a/applications/luci-app-privoxy/po/ar/privoxy.po b/applications/luci-app-privoxy/po/ar/privoxy.po new file mode 100644 index 0000000000..439da88320 --- /dev/null +++ b/applications/luci-app-privoxy/po/ar/privoxy.po @@ -0,0 +1,603 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-03 12:10+0000\n" +"Last-Translator: Marwan Amireh <amirehmarwan@gmail.com>\n" +"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/ar/>\n" +"Language: ar\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 4.1-dev\n" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 +msgid "Access Control" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 +msgid "An alternative directory where the templates are loaded from." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 +msgid "An email address to reach the Privoxy administrator." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 +msgid "Boot delay" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 +msgid "CGI user interface" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 +msgid "Common Log Format" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 +msgid "Debug GIF de-animation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 +msgid "Debug force feature" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 +msgid "Debug redirects" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 +msgid "Debug regular expression filters" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 +msgid "Delay (in seconds) during system boot before Privoxy start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:315 +msgid "Directory does not exist!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 +msgid "Disabled == Transparent Proxy Mode" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 +msgid "Documentation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 +msgid "During delay ifup-events are not monitored !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 +msgid "Enable proxy authentication forwarding" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 +msgid "Enabled" +msgstr "ممكّن" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:442 +msgid "File '%s' not found inside Configuration Directory" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:915 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm:12 +msgid "File not found or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:75 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:80 +msgid "Files and Directories" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 +msgid "For help use link at the relevant option" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 +msgid "Forwarding" +msgstr "" + +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 +msgid "Invalid email address" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:416 +msgid "It is NOT recommended for the casual user." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 +msgid "Location of the Privoxy User Manual." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 +msgid "Log all data read from the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 +msgid "Log all data written to the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 +msgid "Log the applying actions" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 +msgid "Logging" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 +msgid "Main actions file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 +msgid "Mandatory Input: No Data given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 +msgid "Mandatory Input: No Directory given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 +msgid "Mandatory Input: No File given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 +msgid "Mandatory Input: No Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 +msgid "Mandatory Input: No files given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 +msgid "Mandatory Input: No valid Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 +msgid "Maximum number of client connections that will be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:97 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:100 +msgid "Miscellaneous" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 +msgid "NOT installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 +msgid "No trailing '/', please." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 +msgid "Please install current version !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 +msgid "Please read Privoxy manual for details!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 +msgid "Please update to the current version!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:24 +msgid "Privoxy WEB proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:76 +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 +msgid "Show I/O status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 +msgid "Show each connection status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 +msgid "Show header parsing" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 +msgid "Software package '%s' is not installed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:85 +msgid "Software package '%s' is outdated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 +msgid "Start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 +msgid "Start / Stop" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 +msgid "Startup banner and warnings." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 +msgid "Syntax:" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 +msgid "Syntax: Client header names delimited by spaces." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 +msgid "System" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 +msgid "The directory where the other configuration files are located." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 +msgid "The hostname shown on the CGI pages." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 +msgid "The log file to use. File name, relative to log directory." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 +msgid "User customizations" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:673 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:696 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:720 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:739 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:772 +msgid "Value is not a number" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:168 +msgid "Value not between 0 and 300" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:774 +msgid "Value not between 0 and 9" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:545 +msgid "Value not between 1 and 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:675 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:698 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:722 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:741 +msgid "Value not greater 0 or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 +msgid "Version" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 +msgid "Version Information" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 +msgid "Whether intercepted requests should be treated as valid." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 +msgid "Whether or not pipelined requests should be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 +msgid "Whether or not the web-based actions file editor may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 +msgid "Whether or not the web-based toggle feature may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 +msgid "Whether to run only one server thread." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 +msgid "Who can access what." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 +msgid "installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:48 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "or higher" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "required" +msgstr "" diff --git a/applications/luci-app-privoxy/po/bg/privoxy.po b/applications/luci-app-privoxy/po/bg/privoxy.po index c5afb30a0f..93a2d195d6 100644 --- a/applications/luci-app-privoxy/po/bg/privoxy.po +++ b/applications/luci-app-privoxy/po/bg/privoxy.po @@ -148,6 +148,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/bn_BD/privoxy.po b/applications/luci-app-privoxy/po/bn_BD/privoxy.po new file mode 100644 index 0000000000..4518ab221f --- /dev/null +++ b/applications/luci-app-privoxy/po/bn_BD/privoxy.po @@ -0,0 +1,596 @@ +msgid "" +msgstr "" +"Language: bn_BD\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 +msgid "Access Control" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 +msgid "An alternative directory where the templates are loaded from." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 +msgid "An email address to reach the Privoxy administrator." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 +msgid "Boot delay" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 +msgid "CGI user interface" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 +msgid "Common Log Format" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 +msgid "Debug GIF de-animation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 +msgid "Debug force feature" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 +msgid "Debug redirects" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 +msgid "Debug regular expression filters" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 +msgid "Delay (in seconds) during system boot before Privoxy start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:315 +msgid "Directory does not exist!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 +msgid "Disabled == Transparent Proxy Mode" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 +msgid "Documentation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 +msgid "During delay ifup-events are not monitored !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 +msgid "Enable proxy authentication forwarding" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 +msgid "Enabled" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:442 +msgid "File '%s' not found inside Configuration Directory" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:915 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm:12 +msgid "File not found or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:75 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:80 +msgid "Files and Directories" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 +msgid "For help use link at the relevant option" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 +msgid "Forwarding" +msgstr "" + +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 +msgid "Invalid email address" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:416 +msgid "It is NOT recommended for the casual user." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 +msgid "Location of the Privoxy User Manual." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 +msgid "Log all data read from the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 +msgid "Log all data written to the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 +msgid "Log the applying actions" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 +msgid "Logging" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 +msgid "Main actions file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 +msgid "Mandatory Input: No Data given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 +msgid "Mandatory Input: No Directory given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 +msgid "Mandatory Input: No File given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 +msgid "Mandatory Input: No Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 +msgid "Mandatory Input: No files given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 +msgid "Mandatory Input: No valid Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 +msgid "Maximum number of client connections that will be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:97 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:100 +msgid "Miscellaneous" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 +msgid "NOT installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 +msgid "No trailing '/', please." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 +msgid "Please install current version !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 +msgid "Please read Privoxy manual for details!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 +msgid "Please update to the current version!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:24 +msgid "Privoxy WEB proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:76 +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 +msgid "Show I/O status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 +msgid "Show each connection status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 +msgid "Show header parsing" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 +msgid "Software package '%s' is not installed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:85 +msgid "Software package '%s' is outdated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 +msgid "Start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 +msgid "Start / Stop" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 +msgid "Startup banner and warnings." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 +msgid "Syntax:" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 +msgid "Syntax: Client header names delimited by spaces." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 +msgid "System" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 +msgid "The directory where the other configuration files are located." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 +msgid "The hostname shown on the CGI pages." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 +msgid "The log file to use. File name, relative to log directory." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 +msgid "User customizations" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:673 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:696 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:720 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:739 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:772 +msgid "Value is not a number" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:168 +msgid "Value not between 0 and 300" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:774 +msgid "Value not between 0 and 9" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:545 +msgid "Value not between 1 and 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:675 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:698 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:722 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:741 +msgid "Value not greater 0 or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 +msgid "Version" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 +msgid "Version Information" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 +msgid "Whether intercepted requests should be treated as valid." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 +msgid "Whether or not pipelined requests should be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 +msgid "Whether or not the web-based actions file editor may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 +msgid "Whether or not the web-based toggle feature may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 +msgid "Whether to run only one server thread." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 +msgid "Who can access what." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 +msgid "installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:48 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "or higher" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "required" +msgstr "" diff --git a/applications/luci-app-privoxy/po/ca/privoxy.po b/applications/luci-app-privoxy/po/ca/privoxy.po index 9185d3c54a..2bc79114de 100644 --- a/applications/luci-app-privoxy/po/ca/privoxy.po +++ b/applications/luci-app-privoxy/po/ca/privoxy.po @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/cs/privoxy.po b/applications/luci-app-privoxy/po/cs/privoxy.po index 4ac3d17ed1..7427ebfbff 100644 --- a/applications/luci-app-privoxy/po/cs/privoxy.po +++ b/applications/luci-app-privoxy/po/cs/privoxy.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-12-05 17:07+0000\n" -"Last-Translator: Jiri Tersel <jiri.tersel@seznam.cz>\n" +"PO-Revision-Date: 2020-02-02 09:02+0000\n" +"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n" "Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/cs/>\n" "Language: cs\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.11-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -134,7 +134,7 @@ msgstr "Povolit / zakázat filtrování při spuštění privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "Povoleno" +msgstr "Zapnuto" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -168,6 +168,10 @@ msgstr "Pro nápovědu použijte odkaz u příslušné možnosti" msgid "Forwarding" msgstr "Forwarding" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -611,7 +615,8 @@ msgstr "Zda se mají odbavovat sežazené (pipelined) požadavky." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 msgid "Whether or not proxy authentication through Privoxy should work." -msgstr "Zda má nebo nemá být funkční proxy autentizace prostřednictvím Privoxy." +msgstr "" +"Zda má nebo nemá být funkční proxy autentizace prostřednictvím Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 msgid "Whether or not the web-based actions file editor may be used." diff --git a/applications/luci-app-privoxy/po/de/privoxy.po b/applications/luci-app-privoxy/po/de/privoxy.po index 7bdfd80479..1ae23c1bf9 100644 --- a/applications/luci-app-privoxy/po/de/privoxy.po +++ b/applications/luci-app-privoxy/po/de/privoxy.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-privoxy\n" "POT-Creation-Date: 2015-01-18 21:48+0100\n" -"PO-Revision-Date: 2019-10-23 09:54+0000\n" -"Last-Translator: Paul Spooren <mail@aparcar.org>\n" +"PO-Revision-Date: 2020-03-28 04:46+0000\n" +"Last-Translator: Holger Heins <h.p.heins@gmx.de>\n" "Language-Team: German <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/de/>\n" "Language: de\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 4.0-dev\n" "X-Poedit-SourceCharset: UTF-8\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 @@ -177,6 +177,10 @@ msgstr "" msgid "Forwarding" msgstr "Weiterleitung" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -209,7 +213,7 @@ msgstr "Ort des Privoxy Benutzer Handbuches." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 msgid "Log File Viewer" -msgstr "Protokolldatei" +msgstr "Protokolldateibetrachter" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 msgid "Log all data read from the network" diff --git a/applications/luci-app-privoxy/po/el/privoxy.po b/applications/luci-app-privoxy/po/el/privoxy.po index 4a6e9db23d..fcbe1faf33 100644 --- a/applications/luci-app-privoxy/po/el/privoxy.po +++ b/applications/luci-app-privoxy/po/el/privoxy.po @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/en/privoxy.po b/applications/luci-app-privoxy/po/en/privoxy.po index 79f34e5e27..31be3b158e 100644 --- a/applications/luci-app-privoxy/po/en/privoxy.po +++ b/applications/luci-app-privoxy/po/en/privoxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-05-31 01:41+0000\n" +"Last-Translator: Stephen Maundrell <smaundrell@gmail.com>\n" +"Language-Team: English <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/en/>\n" "Language: en\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -116,7 +122,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "" +msgstr "Enabled" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -148,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/es/privoxy.po b/applications/luci-app-privoxy/po/es/privoxy.po index e150664ffb..201baeead1 100644 --- a/applications/luci-app-privoxy/po/es/privoxy.po +++ b/applications/luci-app-privoxy/po/es/privoxy.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-11-18 05:08+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/es/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -176,6 +176,10 @@ msgstr "Para obtener ayuda, utilice el enlace en la opción correspondiente" msgid "Forwarding" msgstr "Reenvíos" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "Conceder acceso UCI para luci-app-privoxy" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -309,7 +313,7 @@ msgstr "No hay '/' al final, por favor." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 msgid "Non-fatal errors - *we highly recommended enabling this*" -msgstr "Errores no fatales - *recomendamos encarecidamente habilitar esto*" +msgstr "Errores no fatales - *recomendamos encarecidamente activar esto*" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 msgid "" diff --git a/applications/luci-app-privoxy/po/fi/privoxy.po b/applications/luci-app-privoxy/po/fi/privoxy.po new file mode 100644 index 0000000000..dbc1d7666e --- /dev/null +++ b/applications/luci-app-privoxy/po/fi/privoxy.po @@ -0,0 +1,602 @@ +msgid "" +msgstr "" +"PO-Revision-Date: 2020-06-24 17:42+0000\n" +"Last-Translator: Petri Asikainen <uniluodossa@gmail.com>\n" +"Language-Team: Finnish <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/fi/>\n" +"Language: fi\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2-dev\n" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 +msgid "" +"A URL to be displayed in the error page that users will see if access to an " +"untrusted page is denied." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 +msgid "" +"A URL to documentation about the local Privoxy setup, configuration or " +"policies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 +msgid "A directory where Privoxy can create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 +msgid "Access Control" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 +msgid "Actions that are applied to all sites and maybe overruled later on." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 +msgid "An alternative directory where the templates are loaded from." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 +msgid "An email address to reach the Privoxy administrator." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 +msgid "" +"Assumed server-side keep-alive timeout (in seconds) if not specified by the " +"server." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 +msgid "Boot delay" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 +msgid "CGI user interface" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 +msgid "Common Log Format" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 +msgid "" +"Configure here the routing of HTTP requests through a chain of multiple " +"proxies. Note that parent proxies can severely decrease your privacy level. " +"Also specified here are SOCKS proxies." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 +msgid "Debug GIF de-animation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 +msgid "Debug force feature" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 +msgid "Debug redirects" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 +msgid "Debug regular expression filters" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 +msgid "Delay (in seconds) during system boot before Privoxy start" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:315 +msgid "Directory does not exist!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 +msgid "Disabled == Transparent Proxy Mode" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 +msgid "Documentation" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 +msgid "During delay ifup-events are not monitored !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 +msgid "Enable proxy authentication forwarding" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 +msgid "" +"Enable/Disable autostart of Privoxy on system startup and interface events" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 +msgid "Enable/Disable filtering when Privoxy starts." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 +msgid "Enabled" +msgstr "Käytössä" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 +msgid "" +"Enabling this option is NOT recommended if there is no parent proxy that " +"requires authentication!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:442 +msgid "File '%s' not found inside Configuration Directory" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:915 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm:12 +msgid "File not found or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:75 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:80 +msgid "Files and Directories" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 +msgid "For help use link at the relevant option" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 +msgid "Forwarding" +msgstr "" + +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 +msgid "" +"If enabled, Privoxy hides the 'go there anyway' link. The user obviously " +"should not be able to bypass any blocks." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 +msgid "" +"If you intend to operate Privoxy for more users than just yourself, it might " +"be a good idea to let them know how to reach you, what you block and why you " +"do that, your policies, etc." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 +msgid "Invalid email address" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:416 +msgid "It is NOT recommended for the casual user." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 +msgid "Location of the Privoxy User Manual." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 +msgid "Log File Viewer" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 +msgid "Log all data read from the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 +msgid "Log all data written to the network" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 +msgid "Log the applying actions" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 +msgid "" +"Log the destination for each request Privoxy let through. See also 'Debug " +"1024'." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 +msgid "" +"Log the destination for requests Privoxy didn't let through, and the reason " +"why." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 +msgid "Logging" +msgstr "Kirjaaminen" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 +msgid "Main actions file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 +msgid "Mandatory Input: No Data given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 +msgid "Mandatory Input: No Directory given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 +msgid "Mandatory Input: No File given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 +msgid "Mandatory Input: No Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 +msgid "Mandatory Input: No files given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 +msgid "Mandatory Input: No valid IPv4 address or host given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 +msgid "Mandatory Input: No valid IPv6 address given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 +msgid "Mandatory Input: No valid Port given!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 +msgid "Maximum number of client connections that will be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 +msgid "Maximum size (in KB) of the buffer for content filtering." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:97 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:100 +msgid "Miscellaneous" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 +msgid "NOT installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 +msgid "No trailing '/', please." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 +msgid "Non-fatal errors - *we highly recommended enabling this*" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 +msgid "" +"Number of seconds after which a socket times out if no data is received." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 +msgid "" +"Number of seconds after which an open connection will no longer be reused." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 +msgid "" +"Only when using 'external filters', Privoxy has to create temporary files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 +msgid "Please install current version !" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 +msgid "Please press [Read] button" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 +msgid "Please read Privoxy manual for details!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 +msgid "Please update to the current version!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:24 +msgid "Privoxy WEB proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:76 +msgid "" +"Privoxy can (and normally does) use a number of other files for additional " +"configuration, help and logging. This section of the configuration file " +"tells Privoxy where to find those other files." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 +msgid "" +"Privoxy is a non-caching web proxy with advanced filtering capabilities for " +"enhancing privacy, modifying web page data and HTTP headers, controlling " +"access, and removing ads and other obnoxious Internet junk." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 +msgid "Read / Reread log file" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 +msgid "Show I/O status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 +msgid "Show each connection status" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 +msgid "Show header parsing" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 +msgid "Software package '%s' is not installed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:85 +msgid "Software package '%s' is outdated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 +#: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 +msgid "Start" +msgstr "Aloita" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 +msgid "Start / Stop" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 +msgid "Start/Stop Privoxy WEB Proxy" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 +msgid "Startup banner and warnings." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 +msgid "Syntax:" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 +msgid "Syntax: Client header names delimited by spaces." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 +msgid "Syntax: target_pattern http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 +msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 +msgid "System" +msgstr "Järjestelmä" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 +msgid "" +"The actions file(s) to use. Multiple actionsfile lines are permitted, and " +"are in fact recommended!" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 +msgid "" +"The address and TCP port on which Privoxy will listen for client requests." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 +msgid "" +"The compression level that is passed to the zlib library when compressing " +"buffered content." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 +msgid "" +"The directory where all logging takes place (i.e. where the logfile is " +"located)." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 +msgid "The directory where the other configuration files are located." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 +msgid "" +"The filter files contain content modification rules that use regular " +"expressions." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 +msgid "The hostname shown on the CGI pages." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 +msgid "The log file to use. File name, relative to log directory." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 +msgid "The order in which client headers are sorted before forwarding them." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 +msgid "" +"The status code Privoxy returns for pages blocked with +handle-as-empty-" +"document." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 +msgid "" +"The trust mechanism is an experimental feature for building white-lists and " +"should be used with care." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 +msgid "" +"The value of this option only matters if the experimental trust mechanism " +"has been activated." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 +msgid "" +"This option is only there for debugging purposes. It will drastically reduce " +"performance." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 +msgid "" +"This option will be removed in future releases as it has been obsoleted by " +"the more general header taggers." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 +msgid "" +"This tab controls the security-relevant aspects of Privoxy's configuration." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 +msgid "" +"Through which SOCKS proxy (and optionally to which parent HTTP proxy) " +"specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 +msgid "To which parent HTTP proxy specific requests should be routed." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 +msgid "User customizations" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:673 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:696 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:720 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:739 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:772 +msgid "Value is not a number" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:168 +msgid "Value not between 0 and 300" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:774 +msgid "Value not between 0 and 9" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:545 +msgid "Value not between 1 and 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:675 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:698 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:722 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:741 +msgid "Value not greater 0 or empty" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 +msgid "Value range 1 to 4096, no entry defaults to 4096" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 +msgid "Version" +msgstr "Versio" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 +msgid "Version Information" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 +msgid "Whether intercepted requests should be treated as valid." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 +msgid "" +"Whether or not Privoxy recognizes special HTTP headers to change toggle " +"state." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 +msgid "Whether or not buffered content is compressed before delivery." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 +msgid "" +"Whether or not outgoing connections that have been kept alive should be " +"shared between different incoming connections." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 +msgid "Whether or not pipelined requests should be served." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 +msgid "Whether or not proxy authentication through Privoxy should work." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 +msgid "Whether or not the web-based actions file editor may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 +msgid "Whether or not the web-based toggle feature may be used." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 +msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 +msgid "" +"Whether the CGI interface should stay compatible with broken HTTP clients." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 +msgid "Whether to run only one server thread." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 +#: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 +msgid "Who can access what." +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 +msgid "installed" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:48 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "or higher" +msgstr "" + +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 +#: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 +msgid "required" +msgstr "" diff --git a/applications/luci-app-privoxy/po/fr/privoxy.po b/applications/luci-app-privoxy/po/fr/privoxy.po index df69624033..5b79d8e368 100644 --- a/applications/luci-app-privoxy/po/fr/privoxy.po +++ b/applications/luci-app-privoxy/po/fr/privoxy.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-24 13:54+0000\n" -"Last-Translator: Nathan <bonnemainsnathan@gmail.com>\n" +"PO-Revision-Date: 2020-04-08 23:38+0000\n" +"Last-Translator: Florian L. <florian.ligneul@gmail.com>\n" "Language-Team: French <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/fr/>\n" "Language: fr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -29,7 +29,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 msgid "Access Control" -msgstr "" +msgstr "Contrôle d'accès" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 msgid "Actions that are applied to all sites and maybe overruled later on." @@ -51,7 +51,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 msgid "Boot delay" -msgstr "" +msgstr "Délai de démarrage" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 msgid "CGI user interface" @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -209,7 +213,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 msgid "Logging" -msgstr "" +msgstr "Journalisation" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" @@ -298,7 +302,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 msgid "Please press [Read] button" -msgstr "" +msgstr "Veuillez appuyer sur le bouton [Lire]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 diff --git a/applications/luci-app-privoxy/po/he/privoxy.po b/applications/luci-app-privoxy/po/he/privoxy.po index 446f4a61c4..99de9d23c4 100644 --- a/applications/luci-app-privoxy/po/he/privoxy.po +++ b/applications/luci-app-privoxy/po/he/privoxy.po @@ -148,6 +148,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/hi/privoxy.po b/applications/luci-app-privoxy/po/hi/privoxy.po index 13ed463800..bb2e129588 100644 --- a/applications/luci-app-privoxy/po/hi/privoxy.po +++ b/applications/luci-app-privoxy/po/hi/privoxy.po @@ -165,6 +165,10 @@ msgstr "मदद के लिए संबंधित विकल्प प msgid "Forwarding" msgstr "अग्रेषित करन" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/hu/privoxy.po b/applications/luci-app-privoxy/po/hu/privoxy.po index ab4f565869..16636df352 100644 --- a/applications/luci-app-privoxy/po/hu/privoxy.po +++ b/applications/luci-app-privoxy/po/hu/privoxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-29 19:46+0000\n" +"PO-Revision-Date: 2020-01-07 15:21+0000\n" "Last-Translator: Balázs Úr <balazs@urbalazs.hu>\n" "Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/hu/>\n" @@ -8,58 +8,66 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.10.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" "A URL to be displayed in the error page that users will see if access to an " "untrusted page is denied." msgstr "" +"Azon a hibaoldalon megjelenítendő URL, amelyet a felhasználók akkor fognak " +"látni, ha egy megbízhatatlan oldalhoz történő hozzáférés megtagadásra kerül." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 msgid "" "A URL to documentation about the local Privoxy setup, configuration or " "policies." msgstr "" +"Egy URL a helyi Privoxy beállítással, konfigurációval és házirendekkel " +"kapcsolatos dokumentációhoz." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 msgid "A directory where Privoxy can create temporary files." -msgstr "" +msgstr "Egy könyvtár, ahol a Privoxy átmeneti fájlokat hozhat létre." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 msgid "Access Control" -msgstr "" +msgstr "Hozzáférés-vezérlés" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 msgid "Actions that are applied to all sites and maybe overruled later on." msgstr "" +"Műveletek, amelyek az összes oldalra alkalmazva lesznek, és később talán " +"felülbírálásra kerülnek." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 msgid "An alternative directory where the templates are loaded from." -msgstr "" +msgstr "Egy alternatív könyvtár, ahonnan a sablonok betöltésre kerülnek." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 msgid "An email address to reach the Privoxy administrator." -msgstr "" +msgstr "Egy e-mail cím a Privoxy adminisztrátorának eléréséhez." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 msgid "" "Assumed server-side keep-alive timeout (in seconds) if not specified by the " "server." msgstr "" +"Feltételezett kiszolgáló oldali életben tartási időkorlát (másodpercben), ha " +"a kiszolgáló nem adta meg." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 msgid "Boot delay" -msgstr "" +msgstr "Rendszerindítási késleltetés" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 msgid "CGI user interface" -msgstr "" +msgstr "CGI felhasználói felület" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 msgid "Common Log Format" -msgstr "" +msgstr "Gyakori naplóformátum" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 msgid "" @@ -67,58 +75,64 @@ msgid "" "proxies. Note that parent proxies can severely decrease your privacy level. " "Also specified here are SOCKS proxies." msgstr "" +"Itt állítsa be a több proxyláncon keresztüli HTTP kérések útválasztását. Ne " +"feledje, hogy a szülőproxyk erősen csökkenthetik az adatvédelmi szintet. Itt " +"adhatók meg a SOCKS proxyk is." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 msgid "Debug GIF de-animation" -msgstr "" +msgstr "GIF-animáció megszüntetésének hibakeresése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 msgid "Debug force feature" -msgstr "" +msgstr "Kényszerítés funkció hibakeresése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 msgid "Debug redirects" -msgstr "" +msgstr "Átirányítások hibakeresése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 msgid "Debug regular expression filters" -msgstr "" +msgstr "Reguláris kifejezés szűrőinek hibakeresése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 msgid "Delay (in seconds) during system boot before Privoxy start" msgstr "" +"Késleltetés (másodpercben) a rendszerindítás közben a Privoxy indulása előtt" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:315 msgid "Directory does not exist!" -msgstr "" +msgstr "A könyvtár nem létezik!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 msgid "Disabled == Transparent Proxy Mode" -msgstr "" +msgstr "Letiltva == transzparens proxy mód" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 msgid "Documentation" -msgstr "" +msgstr "Dokumentáció" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 msgid "During delay ifup-events are not monitored !" -msgstr "" +msgstr "Az ifup események alatti késleltetés nincs megfigyelve!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 msgid "Enable proxy authentication forwarding" -msgstr "" +msgstr "Proxyhitelesítés továbbításának engedélyezése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 msgid "" "Enable/Disable autostart of Privoxy on system startup and interface events" msgstr "" +"A Privoxy automatikus indításának engedélyezése vagy letiltása a rendszer " +"indításakor és a csatolóeseményeknél" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 msgid "Enable/Disable filtering when Privoxy starts." -msgstr "" +msgstr "Szűrés engedélyezése vagy letiltása, ha a Privoxy indul." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" @@ -129,29 +143,35 @@ msgid "" "Enabling this option is NOT recommended if there is no parent proxy that " "requires authentication!" msgstr "" +"Ennek a beállításnak az engedélyezése NEM ajánlott, ha nincs olyan " +"szülőproxy, amely hitelesítést igényel!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:442 msgid "File '%s' not found inside Configuration Directory" -msgstr "" +msgstr "A(z) „%s” fájl nem található a beállítási könyvtáron belül" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:915 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm:12 msgid "File not found or empty" -msgstr "" +msgstr "A fájl nem található vagy üres" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:75 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:80 msgid "Files and Directories" -msgstr "" +msgstr "Fájlok és könyvtárak" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 msgid "For help use link at the relevant option" -msgstr "" +msgstr "A súgóért használja a hivatkozást a megfelelő beállításnál" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 msgid "Forwarding" +msgstr "Továbbítás" + +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 @@ -159,6 +179,9 @@ msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " "should not be able to bypass any blocks." msgstr "" +"Ha engedélyezve van, akkor a Privoxy elrejti a „menjen oda mindenképp” " +"hivatkozást. A felhasználó nyilvánvalóan nem lehet képes megkerülni " +"semmilyen blokkolást." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 msgid "" @@ -166,46 +189,54 @@ msgid "" "be a good idea to let them know how to reach you, what you block and why you " "do that, your policies, etc." msgstr "" +"Ha a Privoxy programot úgy szándékozik üzemeltetni, hogy Önön kívül több " +"felhasználó is használja, akkor jó ötlet lehet tudatni velük, hogy hogyan " +"érhetik el Önt, mit blokkol és miért teszi ezt, ismertetni a házirendeket, " +"stb." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 msgid "Invalid email address" -msgstr "" +msgstr "Érvénytelen e-mail cím" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:416 msgid "It is NOT recommended for the casual user." -msgstr "" +msgstr "NEM ajánlott az alkalmi felhasználóknak." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 msgid "Location of the Privoxy User Manual." -msgstr "" +msgstr "A Privoxy felhasználói kézikönyvének helye." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 msgid "Log File Viewer" -msgstr "" +msgstr "Naplófájl-megjelenítő" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 msgid "Log all data read from the network" -msgstr "" +msgstr "A hálózatról olvasott összes adat naplózása" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 msgid "Log all data written to the network" -msgstr "" +msgstr "A hálózatra írt összes adat naplózása" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 msgid "Log the applying actions" -msgstr "" +msgstr "Az alkalmazott műveletek naplózása" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 msgid "" "Log the destination for each request Privoxy let through. See also 'Debug " "1024'." msgstr "" +"Azon kérések céljainak naplózása, amelyeket a Privoxy átenged. Nézze meg még " +"az „1024 hibakeresést”." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 msgid "" "Log the destination for requests Privoxy didn't let through, and the reason " "why." msgstr "" +"Azon kérések céljainak naplózása, amelyeket a Privoxy nem engedett át, " +"illetve az okát, hogy miért." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 msgid "Logging" @@ -213,105 +244,111 @@ msgstr "Naplózás" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" -msgstr "" +msgstr "Fő műveletek fájlja" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 msgid "Mandatory Input: No Data given!" -msgstr "" +msgstr "Kötelező bemenet: nincs adat megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 msgid "Mandatory Input: No Directory given!" -msgstr "" +msgstr "Kötelező bemenet: nincs könyvtár megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 msgid "Mandatory Input: No File given!" -msgstr "" +msgstr "Kötelező bemenet: nincs fájl megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 msgid "Mandatory Input: No Port given!" -msgstr "" +msgstr "Kötelező bemenet: nincs port megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 msgid "Mandatory Input: No files given!" -msgstr "" +msgstr "Kötelező bemenet: nincsenek fájlok megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 msgid "Mandatory Input: No valid IPv4 address or host given!" -msgstr "" +msgstr "Kötelező bemenet: nincs érvényes IPv4-cím vagy gép megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 msgid "Mandatory Input: No valid IPv6 address given!" -msgstr "" +msgstr "Kötelező bemenet: nincs érvényes IPv6-cím megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 msgid "Mandatory Input: No valid Port given!" -msgstr "" +msgstr "Kötelező bemenet: nincs érvényes port megadva!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 msgid "Maximum number of client connections that will be served." -msgstr "" +msgstr "Ügyfélkapcsolatok legnagyobb száma, amely ki lesz szolgálva." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 msgid "Maximum size (in KB) of the buffer for content filtering." -msgstr "" +msgstr "A puffer legnagyobb mérete (kilobájtban) a tartalomszűréshez." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:97 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:100 msgid "Miscellaneous" -msgstr "" +msgstr "Egyebek" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 msgid "NOT installed" -msgstr "" +msgstr "Nincs telepítve" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 msgid "No trailing '/', please." -msgstr "" +msgstr "Ne használjon záró „/” karakter." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 msgid "Non-fatal errors - *we highly recommended enabling this*" -msgstr "" +msgstr "Nem végzetes hibák – *erősen ajánljuk ennek engedélyezését*" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 msgid "" "Number of seconds after which a socket times out if no data is received." msgstr "" +"Másodpercek száma, amely után egy foglalat túllépi az időkorlátot, ha nem " +"érkezik adat." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 msgid "" "Number of seconds after which an open connection will no longer be reused." msgstr "" +"Másodpercek száma, amely után egy nyitott kapcsolatot többé nem lehet " +"újrahasználni." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 msgid "" "Only when using 'external filters', Privoxy has to create temporary files." msgstr "" +"Csak „külső szűrők” használatakor a Privoxynak átmeneti fájlokat kell " +"létrehoznia." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 msgid "Please install current version !" -msgstr "" +msgstr "Telepítse a jelenlegi verziót!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 msgid "Please press [Read] button" -msgstr "" +msgstr "Nyomja meg a [Beolvasás] gombot" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 msgid "Please read Privoxy manual for details!" -msgstr "" +msgstr "Olvassa el a Privoxy kézikönyvét a részletekért!" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 msgid "Please update to the current version!" -msgstr "" +msgstr "Frissítsen a jelenlegi verzióra!" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:24 msgid "Privoxy WEB proxy" -msgstr "" +msgstr "Privoxy webes proxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:76 msgid "" @@ -319,6 +356,9 @@ msgid "" "configuration, help and logging. This section of the configuration file " "tells Privoxy where to find those other files." msgstr "" +"A Privoxy használhat (és általában használ is) sok egyéb fájlt a további " +"beállításhoz, súgóhoz és naplózáshoz. A beállítófájl ezen szakasza mondja " +"meg a Privoxynak, hogy hol találja meg az egyéb fájlokat." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 msgid "" @@ -326,30 +366,34 @@ msgid "" "enhancing privacy, modifying web page data and HTTP headers, controlling " "access, and removing ads and other obnoxious Internet junk." msgstr "" +"A Privoxy egy nem gyorsítótárazó webes proxy speciális szűrési képességekkel " +"a megnövelt adatvédelemhez, a weboldal adatainak és a HTTP fejlécek " +"módosításához, a hozzáférés szabályozásához, valamint a reklámok és egyéb " +"kellemetlen internetes szemét eltávolításához." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 msgid "Read / Reread log file" -msgstr "" +msgstr "Naplófájl olvasása vagy újraolvasása" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 msgid "Show I/O status" -msgstr "" +msgstr "I/O állapot megjelenítése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 msgid "Show each connection status" -msgstr "" +msgstr "Minden kapcsolatállapot megjelenítése" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 msgid "Show header parsing" -msgstr "" +msgstr "Fejléc feldolgozásának megjelenítése" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 msgid "Software package '%s' is not installed." -msgstr "" +msgstr "A(z) „%s” szoftvercsomag nincs telepítve." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:85 msgid "Software package '%s' is outdated." -msgstr "" +msgstr "A(z) „%s” szoftvercsomag elavult." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 @@ -358,31 +402,31 @@ msgstr "Indítás" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" -msgstr "" +msgstr "Indítás vagy leállítás" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 msgid "Start/Stop Privoxy WEB Proxy" -msgstr "" +msgstr "Privoxy webes proxy indítása vagy leállítása" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 msgid "Startup banner and warnings." -msgstr "" +msgstr "Rendszerindítási reklámcsík és figyelmeztetések." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 msgid "Syntax:" -msgstr "" +msgstr "Szintaxis:" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 msgid "Syntax: Client header names delimited by spaces." -msgstr "" +msgstr "Szintaxis: szóközzel elválasztott ügyfélfejlécnevek." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 msgid "Syntax: target_pattern http_parent[:port]" -msgstr "" +msgstr "Szintaxis: cél_minta http_szülő[:port]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" -msgstr "" +msgstr "Szintaxis: cél_minta socks_proxy[:port] http_szülő[:port]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 @@ -394,94 +438,117 @@ msgid "" "The actions file(s) to use. Multiple actionsfile lines are permitted, and " "are in fact recommended!" msgstr "" +"A használandó műveleti fájlok. Több műveleti fájl sor is megengedett, és " +"valójában ajánlott!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 msgid "" "The address and TCP port on which Privoxy will listen for client requests." msgstr "" +"A cím és a TCP port, amelyen a Privoxy figyelni fogja az ügyfélkéréseket." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 msgid "" "The compression level that is passed to the zlib library when compressing " "buffered content." msgstr "" +"A tömörítési szint, amely a zlib programkönyvtárnak kerül átadásra a " +"pufferelt tartalom tömörítésekor." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 msgid "" "The directory where all logging takes place (i.e. where the logfile is " "located)." msgstr "" +"A könyvtár, ahol az összes naplózás történik (azaz ahol a naplófájl " +"található)." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 msgid "The directory where the other configuration files are located." -msgstr "" +msgstr "A könyvtár, ahol az egyéb beállítófájlok találhatók." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 msgid "" "The filter files contain content modification rules that use regular " "expressions." msgstr "" +"A szűrőfájlok olyan tartalommódosítási szabályokat tartalmaznak, amelyek " +"reguláris kifejezéseket használnak." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 msgid "The hostname shown on the CGI pages." -msgstr "" +msgstr "A CGI-oldalakon megjelenített gépnév." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 msgid "The log file to use. File name, relative to log directory." -msgstr "" +msgstr "A használandó naplófájl. Fájlnév a naplózási könyvtártól relatívan." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 msgid "The order in which client headers are sorted before forwarding them." msgstr "" +"A sorrend, amelyben az ügyfélfejlécek rendezve vannak a továbbításuk előtt." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 msgid "" "The status code Privoxy returns for pages blocked with +handle-as-empty-" "document." msgstr "" +"Az állapotkód, amelyet a Privoxy visszaad azoknál a blokkolt oldalaknál, " +"amelyek üres dokumentumként vannak kezelve." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 msgid "" "The trust mechanism is an experimental feature for building white-lists and " "should be used with care." msgstr "" +"A megbízhatóság mechanizmus egy kísérleti funkció fehérlisták " +"összeállításához, és óvatosan kell használni." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 msgid "" "The value of this option only matters if the experimental trust mechanism " "has been activated." msgstr "" +"Ennek a beállításnak az értéke csak akkor számít, ha a kísérleti " +"megbízhatóság mechanizmus be lett kapcsolva." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 msgid "" "This option is only there for debugging purposes. It will drastically reduce " "performance." msgstr "" +"Ez a beállítás csak hibakeresési célokból van itt. Drasztikusan csökkenteni " +"fogja a teljesítményt." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 msgid "" "This option will be removed in future releases as it has been obsoleted by " "the more general header taggers." msgstr "" +"Ez a beállítás el lesz távolítva a későbbi kiadásokból, mivel az " +"általánosabb fejléccímkézők elavulttá tették." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 msgid "" "This tab controls the security-relevant aspects of Privoxy's configuration." msgstr "" +"Ez a lap vezérli a Privoxy beállításának biztonságra vonatkozó szempontjait." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 msgid "" "Through which SOCKS proxy (and optionally to which parent HTTP proxy) " "specific requests should be routed." msgstr "" +"Mely SOCKS proxyn keresztül (és esetlegesen mely szülő HTTP proxyhoz) " +"jellemző kéréseket kell irányítani." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 msgid "To which parent HTTP proxy specific requests should be routed." -msgstr "" +msgstr "Mely szülőhöz kell a HTTP proxyra jellemző kéréseket irányítani." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 msgid "User customizations" -msgstr "" +msgstr "Felhasználói személyre szabások" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 @@ -491,30 +558,31 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:739 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:772 msgid "Value is not a number" -msgstr "" +msgstr "Az érték nem szám" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:168 msgid "Value not between 0 and 300" -msgstr "" +msgstr "Az érték nem 0 és 300 között van" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:774 msgid "Value not between 0 and 9" -msgstr "" +msgstr "Az érték nem 0 és 9 között van" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:545 msgid "Value not between 1 and 4096" -msgstr "" +msgstr "Az érték nem 1 és 4096 között van" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:675 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:698 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:722 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:741 msgid "Value not greater 0 or empty" -msgstr "" +msgstr "Az érték nem nagyobb mint 0 vagy üres" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 msgid "Value range 1 to 4096, no entry defaults to 4096" msgstr "" +"Értéktartomány 1 és 4096 között, nincs alapértelmezetten 4096-os bejegyzés" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 @@ -524,75 +592,81 @@ msgstr "Verzió" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 msgid "Version Information" -msgstr "" +msgstr "Verzióinformációk" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 msgid "Whether intercepted requests should be treated as valid." -msgstr "" +msgstr "Az elfogott kéréseket érvényesnek kell-e tekinteni vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 msgid "" "Whether or not Privoxy recognizes special HTTP headers to change toggle " "state." msgstr "" +"A Privoxy ismerje-e fel a különleges HTTP fejléceket az átváltási állapot " +"megváltoztatásához vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 msgid "Whether or not buffered content is compressed before delivery." -msgstr "" +msgstr "A pufferelt tartalom legyen-e tömörítve kézbesítés előtt vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 msgid "" "Whether or not outgoing connections that have been kept alive should be " "shared between different incoming connections." msgstr "" +"Az életben tartott kimenő kapcsolatokat meg kell-e osztani a különböző " +"bejövő kapcsolatok között vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 msgid "Whether or not pipelined requests should be served." -msgstr "" +msgstr "A csővezetéken keresztüli kéréseket ki kell-e szolgálni vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 msgid "Whether or not proxy authentication through Privoxy should work." -msgstr "" +msgstr "A Privoxyn keresztüli proxyhitelesítésnek működnie kell-e vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 msgid "Whether or not the web-based actions file editor may be used." -msgstr "" +msgstr "A webalapú műveletek fájlszerkesztője legyen-e használva vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 msgid "Whether or not the web-based toggle feature may be used." -msgstr "" +msgstr "A webalapú átkapcsolási funkciót lehessen-e használni vagy sem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." msgstr "" +"A Privoxy CGI-oldalaihoz intézett kéréseket lehessen-e blokkolni vagy " +"átirányítani." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 msgid "" "Whether the CGI interface should stay compatible with broken HTTP clients." -msgstr "" +msgstr "A CGI felület maradjon-e kompatibilis a törött HTTP ügyfelekkel." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 msgid "Whether to run only one server thread." -msgstr "" +msgstr "Csak egyetlen kiszolgálószálat futtasson-e." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 msgid "Who can access what." -msgstr "" +msgstr "Ki férhet hozzá mihez." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 msgid "installed" -msgstr "" +msgstr "telepítve" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:48 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 msgid "or higher" -msgstr "" +msgstr "vagy magasabb" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 msgid "required" -msgstr "" +msgstr "kötelező" diff --git a/applications/luci-app-privoxy/po/it/privoxy.po b/applications/luci-app-privoxy/po/it/privoxy.po index f7c83782f9..d83216b571 100644 --- a/applications/luci-app-privoxy/po/it/privoxy.po +++ b/applications/luci-app-privoxy/po/it/privoxy.po @@ -1,14 +1,14 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-25 13:57+0000\n" -"Last-Translator: Ansuel Smith <ansuelsmth@gmail.com>\n" +"PO-Revision-Date: 2020-03-07 12:33+0000\n" +"Last-Translator: Giuseppe Valitutto <valituttogiuseppe@gmail.com>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/it/>\n" "Language: it\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.0-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -387,7 +391,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 msgid "System" -msgstr "" +msgstr "Sistema" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 msgid "" @@ -520,7 +524,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 msgid "Version" -msgstr "" +msgstr "Versione" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 msgid "Version Information" diff --git a/applications/luci-app-privoxy/po/ja/privoxy.po b/applications/luci-app-privoxy/po/ja/privoxy.po index 4c002f2094..9925202d28 100644 --- a/applications/luci-app-privoxy/po/ja/privoxy.po +++ b/applications/luci-app-privoxy/po/ja/privoxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-06-27 14:41+0000\n" +"Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" +"Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/ja/>\n" "Language: ja\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -23,7 +29,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:84 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:87 msgid "Access Control" -msgstr "" +msgstr "アクセス制御" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 msgid "Actions that are applied to all sites and maybe overruled later on." @@ -116,7 +122,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "" +msgstr "有効" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -148,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -175,7 +185,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 msgid "Log File Viewer" -msgstr "" +msgstr "ログファイル・ビューア" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 msgid "Log all data read from the network" @@ -203,7 +213,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 msgid "Logging" -msgstr "" +msgstr "ロギング" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" @@ -292,7 +302,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:913 msgid "Please press [Read] button" -msgstr "" +msgstr "[読込] ボタンを押してください" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:518 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 @@ -323,7 +333,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 msgid "Read / Reread log file" -msgstr "" +msgstr "ログファイルの読み込み/再読み込み" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 msgid "Show I/O status" @@ -348,7 +358,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "" +msgstr "開始" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" @@ -381,7 +391,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 msgid "System" -msgstr "" +msgstr "システム" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 msgid "" @@ -514,7 +524,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 msgid "Version" -msgstr "" +msgstr "バージョン" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 msgid "Version Information" diff --git a/applications/luci-app-privoxy/po/ko/privoxy.po b/applications/luci-app-privoxy/po/ko/privoxy.po index f919b3bcec..918c2b993c 100644 --- a/applications/luci-app-privoxy/po/ko/privoxy.po +++ b/applications/luci-app-privoxy/po/ko/privoxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-04-19 00:53+0000\n" +"Last-Translator: EP45 <monadko98@gmail.com>\n" +"Language-Team: Korean <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/ko/>\n" "Language: ko\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.0.2-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -148,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -348,7 +358,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "" +msgstr "시작" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" diff --git a/applications/luci-app-privoxy/po/mr/privoxy.po b/applications/luci-app-privoxy/po/mr/privoxy.po index b70b91f72a..0d1c9ed2d3 100644 --- a/applications/luci-app-privoxy/po/mr/privoxy.po +++ b/applications/luci-app-privoxy/po/mr/privoxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-02-07 09:18+0000\n" +"Last-Translator: Prachi Joshi <josprachi@yahoo.com>\n" +"Language-Team: Marathi <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/mr/>\n" "Language: mr\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.11-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -116,7 +122,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "" +msgstr "सक्षम केले" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -148,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -348,7 +358,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "" +msgstr "प्रारंभ करा" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" @@ -381,7 +391,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 msgid "System" -msgstr "" +msgstr "प्रणाली" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 msgid "" diff --git a/applications/luci-app-privoxy/po/ms/privoxy.po b/applications/luci-app-privoxy/po/ms/privoxy.po index 9b12bbe2a0..fdff00886d 100644 --- a/applications/luci-app-privoxy/po/ms/privoxy.po +++ b/applications/luci-app-privoxy/po/ms/privoxy.po @@ -148,6 +148,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/nb_NO/privoxy.po b/applications/luci-app-privoxy/po/nb_NO/privoxy.po index 912be8c46d..1e29e56c5a 100644 --- a/applications/luci-app-privoxy/po/nb_NO/privoxy.po +++ b/applications/luci-app-privoxy/po/nb_NO/privoxy.po @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/pl/privoxy.po b/applications/luci-app-privoxy/po/pl/privoxy.po index 6d68431085..156a0083be 100644 --- a/applications/luci-app-privoxy/po/pl/privoxy.po +++ b/applications/luci-app-privoxy/po/pl/privoxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-17 11:06+0000\n" +"PO-Revision-Date: 2020-05-02 15:56+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/pl/>\n" @@ -9,19 +9,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" "A URL to be displayed in the error page that users will see if access to an " "untrusted page is denied." msgstr "" +"Adres URL, wyświetlany na stronie błędu, który użytkownicy zobaczą, jeśli " +"dostęp do niezaufanej strony zostanie zablokowany." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:226 msgid "" "A URL to documentation about the local Privoxy setup, configuration or " "policies." msgstr "" +"URL do dokumentacji dotyczącej lokalnej konfiguracji, konfiguracji lub zasad " +"Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:325 msgid "A directory where Privoxy can create temporary files." @@ -35,20 +39,24 @@ msgstr "Kontrola dostępu" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:337 msgid "Actions that are applied to all sites and maybe overruled later on." msgstr "" +"Działania, które są stosowane w odniesieniu do wszystkich obiektów i być " +"może zostaną później wycofane." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:308 msgid "An alternative directory where the templates are loaded from." -msgstr "" +msgstr "Alternatywny katalog, z którego ładowane są szablony." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:206 msgid "An email address to reach the Privoxy administrator." -msgstr "" +msgstr "Adres email, aby skontaktować się z administratorem Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:691 msgid "" "Assumed server-side keep-alive timeout (in seconds) if not specified by the " "server." msgstr "" +"Limit czasu przechowywania po stronie serwera (w sekundach), jeśli nie " +"został określony przez serwer." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:151 msgid "Boot delay" @@ -60,7 +68,7 @@ msgstr "Interfejs użytkownika CGI" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 msgid "Common Log Format" -msgstr "" +msgstr "Wspólny format dziennika" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 msgid "" @@ -68,22 +76,25 @@ msgid "" "proxies. Note that parent proxies can severely decrease your privacy level. " "Also specified here are SOCKS proxies." msgstr "" +"Skonfiguruj tutaj trasowanie żądań HTTP przez sieć wielu serwerów proxy. " +"Należy pamiętać, że macierzyste serwery proxy mogą znacznie zmniejszyć " +"poziom prywatności. Również określone tutaj są SOCKS proxies." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 msgid "Debug GIF de-animation" -msgstr "" +msgstr "Debugowanie GIF de-animacji" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 msgid "Debug force feature" -msgstr "" +msgstr "Wymuś debugowanie funkcji" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 msgid "Debug redirects" -msgstr "" +msgstr "Debuguj przekierowania" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 msgid "Debug regular expression filters" -msgstr "" +msgstr "Debuguj filtry wyrażeń regularnych" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 msgid "Delay (in seconds) during system boot before Privoxy start" @@ -98,7 +109,7 @@ msgstr "Katalog nie istnieje!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 msgid "Disabled == Transparent Proxy Mode" -msgstr "" +msgstr "Wyłączone == Tryb transparentnego serwera proxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 @@ -107,20 +118,22 @@ msgstr "Dokumentacja" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:154 msgid "During delay ifup-events are not monitored !" -msgstr "" +msgstr "Podczas zwłoki zdarzenia ifup-events nie są monitorowane!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 msgid "Enable proxy authentication forwarding" -msgstr "" +msgstr "Włącz przekazywanie danych uwierzytelniających proxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 msgid "" "Enable/Disable autostart of Privoxy on system startup and interface events" msgstr "" +"Włączanie/wyłączanie autostartu Privoxy przy uruchamianiu systemu i " +"zdarzeniach interfejsu" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 msgid "Enable/Disable filtering when Privoxy starts." -msgstr "" +msgstr "Włączenie/wyłączenie filtrowania po uruchomieniu Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" @@ -131,6 +144,8 @@ msgid "" "Enabling this option is NOT recommended if there is no parent proxy that " "requires authentication!" msgstr "" +"Włączenie tej opcji NIE jest zalecane, jeśli nie ma macierzystego serwera " +"proxy, który wymaga uwierzytelnienia!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:368 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:404 @@ -150,17 +165,23 @@ msgstr "Pliki i katalogi" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 msgid "For help use link at the relevant option" -msgstr "" +msgstr "Aby uzyskać pomoc, skorzystaj z odnośnika w odpowiedniej opcji" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 msgid "Forwarding" msgstr "Przekazywanie" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "Udziel dostępu UCI do luci-app-privoxy" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " "should not be able to bypass any blocks." msgstr "" +"Jeśli jest włączona, Privoxy ukrywa link \"idź tam i tak\". Użytkownik " +"oczywiście nie powinien mieć możliwości obejścia żadnych blokad." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:67 msgid "" @@ -168,6 +189,9 @@ msgid "" "be a good idea to let them know how to reach you, what you block and why you " "do that, your policies, etc." msgstr "" +"Jeśli zamierzasz obsługiwać Privoxy dla większej liczby użytkowników niż " +"tylko siebie, dobrym pomysłem może być poinformowanie ich o tym, jak do " +"Ciebie dotrzeć, co blokujesz i dlaczego to robisz, twoje zasady, itp." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:215 msgid "Invalid email address" @@ -179,7 +203,7 @@ msgstr "To NIE jest zalecane dla zwykłego użytkownika." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:194 msgid "Location of the Privoxy User Manual." -msgstr "" +msgstr "Lokalizacja instrukcji obsługi Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:108 msgid "Log File Viewer" @@ -187,27 +211,31 @@ msgstr "Przeglądarka plików dziennika" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 msgid "Log all data read from the network" -msgstr "" +msgstr "Rejestruj wszystkie dane odczytane z sieci" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 msgid "Log all data written to the network" -msgstr "" +msgstr "Rejestruj wszystkie dane zapisane w sieci" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 msgid "Log the applying actions" -msgstr "" +msgstr "Rejestruj zastosowane operacje" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 msgid "" "Log the destination for each request Privoxy let through. See also 'Debug " "1024'." msgstr "" +"Rejestruj miejsce docelowe dla każdego żądania przepuszczającego Privoxy. " +"Zobacz również \"Debug 1024\"." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:863 msgid "" "Log the destination for requests Privoxy didn't let through, and the reason " "why." msgstr "" +"Rejestruj miejsce docelowe dla żądań nie przepuszczających Privoxy i powód, " +"dla którego." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 msgid "Logging" @@ -215,46 +243,46 @@ msgstr "Logowanie" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" -msgstr "" +msgstr "Główny plik działań" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 msgid "Mandatory Input: No Data given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano żadnych danych!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:259 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:296 msgid "Mandatory Input: No Directory given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano katalogu!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:279 msgid "Mandatory Input: No File given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano pliku!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:479 msgid "Mandatory Input: No Port given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano portu!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:345 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:381 msgid "Mandatory Input: No files given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano żadnych plików!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:482 msgid "Mandatory Input: No valid IPv4 address or host given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano poprawnego adresu IPv4 ani hosta!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:470 msgid "Mandatory Input: No valid IPv6 address given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano poprawnego adresu IPv6!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:472 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:484 msgid "Mandatory Input: No valid Port given!" -msgstr "" +msgstr "Obowiązkowe wejście: Nie podano aktualnego Portu!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:733 msgid "Maximum number of client connections that will be served." -msgstr "" +msgstr "Maksymalna liczba połączeń z klientami, które będą obsługiwane." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:535 msgid "Maximum size (in KB) of the buffer for content filtering." @@ -273,26 +301,30 @@ msgstr "Nie zainstalowany" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:310 msgid "No trailing '/', please." -msgstr "" +msgstr "Żadnego tropienia '/', proszę." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:881 msgid "Non-fatal errors - *we highly recommended enabling this*" -msgstr "" +msgstr "Non-fatal errors - *zalecamy, aby to włączyć*" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 msgid "" "Number of seconds after which a socket times out if no data is received." msgstr "" +"Liczba sekund, po których gniazdo się wyłącza w przypadku braku danych." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:668 msgid "" "Number of seconds after which an open connection will no longer be reused." msgstr "" +"Liczba sekund, po których otwarte połączenie nie będzie już używane ponownie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:327 msgid "" "Only when using 'external filters', Privoxy has to create temporary files." msgstr "" +"Tylko w przypadku używania \"filtrów zewnętrznych\", Privoxy musi tworzyć " +"pliki tymczasowe." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:81 msgid "Please install current version !" @@ -306,6 +338,8 @@ msgstr "Proszę nacisnąć przycisk [Czytaj]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:527 msgid "Please read Privoxy manual for details!" msgstr "" +"Prosimy o zapoznanie się z instrukcją Privoxy, aby uzyskać szczegółowe " +"informacje!" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:92 msgid "Please update to the current version!" @@ -321,6 +355,9 @@ msgid "" "configuration, help and logging. This section of the configuration file " "tells Privoxy where to find those other files." msgstr "" +"Privoxy może (i zazwyczaj korzysta) z wielu innych plików do dodatkowej " +"konfiguracji, pomocy i logowania. Ta sekcja pliku konfiguracyjnego informuje " +"Privoxy, gdzie można znaleźć te inne pliki." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 msgid "" @@ -328,22 +365,26 @@ msgid "" "enhancing privacy, modifying web page data and HTTP headers, controlling " "access, and removing ads and other obnoxious Internet junk." msgstr "" +"Privoxy to niezawodne proxy internetowe z zaawansowanymi możliwościami " +"filtrowania w celu zwiększenia prywatności, modyfikowania danych strony " +"internetowej i nagłówków HTTP, kontrolowania dostępu oraz usuwania reklam i " +"innych okropnych śmieci internetowych." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:908 msgid "Read / Reread log file" -msgstr "Odczytaj / ponownego odczytaj plik dziennika" +msgstr "Odczytaj/Ponownie odczytaj plik dziennika" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 msgid "Show I/O status" -msgstr "" +msgstr "Pokaż status We/Wy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 msgid "Show each connection status" -msgstr "" +msgstr "Pokaż status każdego połączenia" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 msgid "Show header parsing" -msgstr "" +msgstr "Pokaż nagłówek ścieżki" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 msgid "Software package '%s' is not installed." @@ -360,31 +401,31 @@ msgstr "Uruchom" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" -msgstr "Start / Stop" +msgstr "Start/Stop" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 msgid "Start/Stop Privoxy WEB Proxy" -msgstr "" +msgstr "Start/Stop Privoxy WEB Proxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 msgid "Startup banner and warnings." -msgstr "" +msgstr "Baner startowy i ostrzeżenia." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:455 msgid "Syntax:" -msgstr "" +msgstr "Składnia:" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:786 msgid "Syntax: Client header names delimited by spaces." -msgstr "" +msgstr "Składnia: nazwy nagłówków klienta rozdzielone spacjami." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:612 msgid "Syntax: target_pattern http_parent[:port]" -msgstr "" +msgstr "Składnia: target_pattern http_parent[:port]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:620 msgid "Syntax: target_pattern socks_proxy[:port] http_parent[:port]" -msgstr "" +msgstr "Składnia: target_pattern socks_proxy[:port] http_parent[:port]" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 @@ -396,90 +437,117 @@ msgid "" "The actions file(s) to use. Multiple actionsfile lines are permitted, and " "are in fact recommended!" msgstr "" +"Plik(i) działań do użycia. Wiele linii pliku akcji jest dozwolonych, i w " +"rzeczywistości są one zalecane!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 msgid "" "The address and TCP port on which Privoxy will listen for client requests." msgstr "" +"Adres i port TCP, na którym Privoxy będzie nasłuchiwać żądania klientów." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:766 msgid "" "The compression level that is passed to the zlib library when compressing " "buffered content." msgstr "" +"Poziom kompresji, który jest przekazywany do biblioteki zlib podczas " +"kompresji zawartości buforowanej." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:252 msgid "" "The directory where all logging takes place (i.e. where the logfile is " "located)." msgstr "" +"Katalog, w którym odbywa się całe logowanie (tzn. w którym znajduje się plik " +"dziennika)." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 msgid "The directory where the other configuration files are located." -msgstr "" +msgstr "Katalog, w którym znajdują się pozostałe pliki konfiguracyjne." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 msgid "" "The filter files contain content modification rules that use regular " "expressions." msgstr "" +"Pliki filtrów zawierające reguły modyfikacji zawartości, które wykorzystują " +"wyrażenia regularne." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:183 msgid "The hostname shown on the CGI pages." -msgstr "" +msgstr "Nazwa hosta wyświetlana na stronach CGI." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:274 msgid "The log file to use. File name, relative to log directory." msgstr "" +"Plik dziennika, którego należy użyć. Nazwa pliku, odnosząca się do katalogu " +"logu." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:784 msgid "The order in which client headers are sorted before forwarding them." msgstr "" +"Kolejność, w jakiej nagłówki klientów są sortowane przed ich przekazaniem." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:751 msgid "" "The status code Privoxy returns for pages blocked with +handle-as-empty-" "document." msgstr "" +"Kod statusu Privoxy jest zwracany dla stron zablokowanych za pomocą +handle-" +"as-empty-document." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:413 msgid "" "The trust mechanism is an experimental feature for building white-lists and " "should be used with care." msgstr "" +"Mechanizm zaufania jest cechą eksperymentalną do budowania białych list i " +"powinien być stosowany ostrożnie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:238 msgid "" "The value of this option only matters if the experimental trust mechanism " "has been activated." msgstr "" +"Wartość tej opcji ma znaczenie tylko wtedy, gdy eksperymentalny mechanizm " +"zaufania został aktywowany." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:796 msgid "" "This option is only there for debugging purposes. It will drastically reduce " "performance." msgstr "" +"Opcja ta służy tylko do debugowania. Drastycznie zmniejszy ona wydajność." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:574 msgid "" "This option will be removed in future releases as it has been obsoleted by " "the more general header taggers." msgstr "" +"Opcja ta zostanie usunięta w przyszłych wydaniach, ponieważ jest " +"przestarzała z powodu bardziej ogólnych tagów nagłówkowych." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:85 msgid "" "This tab controls the security-relevant aspects of Privoxy's configuration." msgstr "" +"Ta zakładka kontroluje istotne dla bezpieczeństwa aspekty konfiguracji " +"Privoxy." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:618 msgid "" "Through which SOCKS proxy (and optionally to which parent HTTP proxy) " "specific requests should be routed." msgstr "" +"Przez który SOCKS proxy (i opcjonalnie do którego z nadrzędnych HTTP proxy) " +"powinny być kierowane określone żądania." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:610 msgid "To which parent HTTP proxy specific requests should be routed." msgstr "" +"Do którego urządzenia macierzystego HTTP proxy powinny być kierowane " +"określone żądania." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 msgid "User customizations" @@ -516,7 +584,7 @@ msgstr "Wartość nie większa niż 0 lub pusta" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 msgid "Value range 1 to 4096, no entry defaults to 4096" -msgstr "" +msgstr "Zakres wartości od 1 do 4096, brak wpisów domyślnych do 4096" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 @@ -530,57 +598,66 @@ msgstr "Informacja o wersji" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:646 msgid "Whether intercepted requests should be treated as valid." -msgstr "" +msgstr "Czy przechwycone zapytania powinny być traktowane jako ważne." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:572 msgid "" "Whether or not Privoxy recognizes special HTTP headers to change toggle " "state." msgstr "" +"Czy Privoxy rozpoznaje specjalne nagłówki HTTP, aby zmienić stan " +"przełącznika, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:758 msgid "Whether or not buffered content is compressed before delivery." msgstr "" +"Czy zawartość buforowana jest kompresowana przed przekazaniem, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:706 msgid "" "Whether or not outgoing connections that have been kept alive should be " "shared between different incoming connections." msgstr "" +"Czy połączenia wychodzące, które zostały utrzymane przy życiu, powinny być " +"dzielone między różne połączenia przychodzące, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:683 msgid "Whether or not pipelined requests should be served." -msgstr "" +msgstr "Czy prośby powinny być doręczane w formie potokowej, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:600 msgid "Whether or not proxy authentication through Privoxy should work." -msgstr "" +msgstr "Czy uwierzytelnienie przez Privoxy powinno działać, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:582 msgid "Whether or not the web-based actions file editor may be used." -msgstr "" +msgstr "Czy można korzystać z internetowego edytora plików akcji, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:565 msgid "Whether or not the web-based toggle feature may be used." msgstr "" +"Czy można korzystać z funkcji przełączania stron internetowych, czy też nie." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:653 msgid "Whether requests to Privoxy's CGI pages can be blocked or redirected." msgstr "" +"Czy żądania do stron CGI Privoxy mogą być zablokowane lub przekierowane." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:660 msgid "" "Whether the CGI interface should stay compatible with broken HTTP clients." msgstr "" +"Czy interfejs CGI powinien pozostać kompatybilny z uszkodzonymi klientami " +"HTTP." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:794 msgid "Whether to run only one server thread." -msgstr "" +msgstr "Czy uruchomić tylko jeden wątek serwera." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:516 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:525 msgid "Who can access what." -msgstr "" +msgstr "Kto ma dostęp do czego." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:49 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:87 @@ -591,7 +668,7 @@ msgstr "zainstalowany" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 msgid "or higher" -msgstr "" +msgstr "lub wyżej" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 diff --git a/applications/luci-app-privoxy/po/pt/privoxy.po b/applications/luci-app-privoxy/po/pt/privoxy.po index 0bea27e7e9..e3c9d930e2 100644 --- a/applications/luci-app-privoxy/po/pt/privoxy.po +++ b/applications/luci-app-privoxy/po/pt/privoxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-20 17:07+0000\n" +"PO-Revision-Date: 2020-05-02 10:21+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/pt/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -169,6 +169,10 @@ msgstr "Para ajuda, use o link na respectiva opção" msgid "Forwarding" msgstr "Encaminhando" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "Conceder acesso UCI ao luci-app-privoxy" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -459,7 +463,8 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:289 msgid "The directory where the other configuration files are located." -msgstr "O diretório onde os outros ficheiros de configuração estão localizados." +msgstr "" +"O diretório onde os outros ficheiros de configuração estão localizados." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:377 msgid "" diff --git a/applications/luci-app-privoxy/po/pt-br/privoxy.po b/applications/luci-app-privoxy/po/pt_BR/privoxy.po index 160acfb293..23e6b98ce7 100644 --- a/applications/luci-app-privoxy/po/pt-br/privoxy.po +++ b/applications/luci-app-privoxy/po/pt_BR/privoxy.po @@ -2,16 +2,16 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2019-12-02 16:10+0000\n" +"PO-Revision-Date: 2020-06-12 05:12+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsprivoxy/pt_BR/>\n" -"Language: pt-br\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -172,6 +172,10 @@ msgstr "Para ajuda, use o link na respectiva opção" msgid "Forwarding" msgstr "Encaminhando" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "Conceda acesso UCI ao luci-app-privoxy" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -395,7 +399,7 @@ msgstr "O pacote '%' está desatualizado." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "Iniciar" +msgstr "Início" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" diff --git a/applications/luci-app-privoxy/po/ro/privoxy.po b/applications/luci-app-privoxy/po/ro/privoxy.po index 2db28033a0..b507414d6f 100644 --- a/applications/luci-app-privoxy/po/ro/privoxy.po +++ b/applications/luci-app-privoxy/po/ro/privoxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-11-06 00:13+0000\n" -"Last-Translator: olimpiumarius <oliver_magnum44@yahoo.com>\n" +"PO-Revision-Date: 2020-01-10 12:23+0000\n" +"Last-Translator: Alexandru Stan <alex9457sn@gmail.com>\n" "Language-Team: Romanian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/ro/>\n" "Language: ro\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.10.1\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -123,7 +123,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "" +msgstr "Activat" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -155,6 +155,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -355,7 +359,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "" +msgstr "Pornește" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" diff --git a/applications/luci-app-privoxy/po/ru/privoxy.po b/applications/luci-app-privoxy/po/ru/privoxy.po index ccacd33f2f..261881937e 100644 --- a/applications/luci-app-privoxy/po/ru/privoxy.po +++ b/applications/luci-app-privoxy/po/ru/privoxy.po @@ -1,17 +1,18 @@ msgid "" msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: LuCI: privoxy\n" "POT-Creation-Date: 2017-12-14 16:00+0300\n" -"PO-Revision-Date: 2018-01-18 22:37+0300\n" -"Language-Team: http://cyber-place.ru\n" +"PO-Revision-Date: 2020-06-08 19:47+0000\n" +"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" +"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/ru/>\n" +"Language: ru\n" "MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.7.1\n" -"Last-Translator: Vladimir aka sunny <picfun@ya.ru>\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"Language: ru\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" "Project-Info: Это технический перевод, не дословный. Главное-удобный русский " "интерфейс, все проверялось в графическом режиме, совместим с другими apps\n" @@ -67,11 +68,11 @@ msgstr "Задержка загрузки" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:869 msgid "CGI user interface" -msgstr "Пользовательский интерфейс CGI." +msgstr "Пользовательский интерфейс CGI" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:857 msgid "Common Log Format" -msgstr "Типичный формат системного журнала." +msgstr "Типичный формат системного журнала" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:92 msgid "" @@ -86,23 +87,23 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:851 msgid "Debug GIF de-animation" -msgstr "Отладка GIF де-анимации." +msgstr "Отладка GIF де-анимации" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:833 msgid "Debug force feature" -msgstr "Отладка функции назначения." +msgstr "Отладка функции назначения" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:845 msgid "Debug redirects" -msgstr "Отладка перенаправлений." +msgstr "Отладка перенаправлений" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:839 msgid "Debug regular expression filters" -msgstr "Отладка фильтров регулярных выражений." +msgstr "Отладка фильтров регулярных выражений" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:152 msgid "Delay (in seconds) during system boot before Privoxy start" -msgstr "Задержка (в секундах) во время загрузки системы до запуска Privoxy." +msgstr "Задержка (в секундах) во время загрузки системы до запуска Privoxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:261 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:298 @@ -112,7 +113,7 @@ msgstr "Папка не существует!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:557 msgid "Disabled == Transparent Proxy Mode" -msgstr "Отключен == Прозрачный Режим Прокси-Сервера." +msgstr "Отключен == Прозрачный режим прокси-сервера" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:66 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:71 @@ -125,14 +126,14 @@ msgstr "Во время задержки ifup-события не отслежи #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:599 msgid "Enable proxy authentication forwarding" -msgstr "Включить проверку подлинности прокси-сервера переадресации." +msgstr "Включить проверку подлинности прокси-сервера переадресации" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:135 msgid "" "Enable/Disable autostart of Privoxy on system startup and interface events" msgstr "" -"Включить / Выключить, автозапуск Privoxy при старте системы и событиях " -"интерфейса." +"Включить/выключить, автозапуск Privoxy при старте системы и событиях " +"интерфейса" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:555 msgid "Enable/Disable filtering when Privoxy starts." @@ -168,12 +169,16 @@ msgstr "Файлы и папки" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:36 msgid "For help use link at the relevant option" -msgstr "Для помощи используйте ссылку по соответствующей опции." +msgstr "Для получения справки используйте ссылку по соответствующей опции" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:91 msgid "Forwarding" msgstr "Маршрутизация" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "Предоставить UCI доступ для luci-app-privoxy" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -210,15 +215,15 @@ msgstr "Просмотр системного журнала" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:895 msgid "Log all data read from the network" -msgstr "Записывать в системный журнал все данные, считываемые сетью." +msgstr "Записывать в системный журнал все данные, считываемые сетью" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:827 msgid "Log all data written to the network" -msgstr "Записывать в системный журнал все данные, отправленные в сеть." +msgstr "Записывать в системный журнал все данные, отправленные в сеть" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:901 msgid "Log the applying actions" -msgstr "Записывать в системный журнал все действия." +msgstr "Записывать в системный журнал все действия" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:803 msgid "" @@ -240,7 +245,7 @@ msgstr "Настройка журнала" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" -msgstr "Дефолтные действия." +msgstr "Дефолтные действия" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:461 msgid "Mandatory Input: No Data given!" @@ -304,7 +309,7 @@ msgstr "Не используйте символ '/'." msgid "Non-fatal errors - *we highly recommended enabling this*" msgstr "" "Отсутствуют неустранимые ошибки - *мы настоятельно рекомендуем включить эту " -"функцию*." +"функцию*" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:714 msgid "" @@ -356,7 +361,7 @@ msgid "" msgstr "" "Страница настройки расположения вспомогательных файлов Privoxy. Privoxy - " "использует ряд других файлов для дополнительной настройки, оказания помощи и " -"ведения системного журнала. " +"ведения системного журнала." #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:32 msgid "" @@ -377,15 +382,15 @@ msgstr "Читать / Перечитывать системный журнал" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:815 msgid "Show I/O status" -msgstr "Показать статус ввода-вывода." +msgstr "Показать статус ввода-вывода" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:809 msgid "Show each connection status" -msgstr "Показать состояние каждого соединения." +msgstr "Показать состояние каждого соединения" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:821 msgid "Show header parsing" -msgstr "Показать анализ заголовка." +msgstr "Показать анализ заголовка" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:76 msgid "Software package '%s' is not installed." @@ -398,7 +403,7 @@ msgstr "Программный пакет '%s' устарел." #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "Старт" +msgstr "Запустить" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" @@ -406,7 +411,7 @@ msgstr "Старт / Стоп" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:116 msgid "Start/Stop Privoxy WEB Proxy" -msgstr "Запуск и остановка Privoxy WEB proxy." +msgstr "Запуск и остановка Privoxy WEB proxy" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:875 msgid "Startup banner and warnings." @@ -439,7 +444,7 @@ msgid "" "are in fact recommended!" msgstr "" "Файл (или файлы) действий для использования. Желательно использовать " -"несколько строк 'Action Files'." +"несколько строк 'Action Files'!" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:453 msgid "" @@ -547,7 +552,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:341 msgid "User customizations" -msgstr "Пользовательские действия." +msgstr "Пользовательские действия" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:166 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:543 @@ -580,7 +585,7 @@ msgstr "Значение не больше 0 или пустое" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:537 msgid "Value range 1 to 4096, no entry defaults to 4096" -msgstr "Диапазон значений от 1 до 4096, значение по умолчанию 4096." +msgstr "Диапазон значений от 1 до 4096, значение по умолчанию 4096" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:45 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 diff --git a/applications/luci-app-privoxy/po/sk/privoxy.po b/applications/luci-app-privoxy/po/sk/privoxy.po index 47564c5b24..070013d23f 100644 --- a/applications/luci-app-privoxy/po/sk/privoxy.po +++ b/applications/luci-app-privoxy/po/sk/privoxy.po @@ -1,8 +1,14 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-06-09 21:41+0000\n" +"Last-Translator: Miloš Leškanič <leskanic@gmail.com>\n" +"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationsprivoxy/sk/>\n" "Language: sk\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Weblate 4.1-dev\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -116,7 +122,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "" +msgstr "Povolené" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -148,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -203,7 +213,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:104 msgid "Logging" -msgstr "" +msgstr "Zaznamenávanie" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:339 msgid "Main actions file" @@ -348,7 +358,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:125 #: applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm:10 msgid "Start" -msgstr "" +msgstr "Spustiť" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:115 msgid "Start / Stop" @@ -381,7 +391,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:59 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:62 msgid "System" -msgstr "" +msgstr "Systém" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:335 msgid "" @@ -514,7 +524,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:47 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:50 msgid "Version" -msgstr "" +msgstr "Verzia" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:43 msgid "Version Information" diff --git a/applications/luci-app-privoxy/po/sv/privoxy.po b/applications/luci-app-privoxy/po/sv/privoxy.po index 1de21affc2..931293f051 100644 --- a/applications/luci-app-privoxy/po/sv/privoxy.po +++ b/applications/luci-app-privoxy/po/sv/privoxy.po @@ -158,6 +158,10 @@ msgstr "För hjälp använd länk vid relevant alternativ" msgid "Forwarding" msgstr "Vidarebefordring" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/templates/privoxy.pot b/applications/luci-app-privoxy/po/templates/privoxy.pot index 6ccc3f8de8..1d2ac1b046 100644 --- a/applications/luci-app-privoxy/po/templates/privoxy.pot +++ b/applications/luci-app-privoxy/po/templates/privoxy.pot @@ -145,6 +145,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/tr/privoxy.po b/applications/luci-app-privoxy/po/tr/privoxy.po index cac2ef12b4..88eca85e37 100644 --- a/applications/luci-app-privoxy/po/tr/privoxy.po +++ b/applications/luci-app-privoxy/po/tr/privoxy.po @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/uk/privoxy.po b/applications/luci-app-privoxy/po/uk/privoxy.po index 63c44ba9d1..ab498aa8e9 100644 --- a/applications/luci-app-privoxy/po/uk/privoxy.po +++ b/applications/luci-app-privoxy/po/uk/privoxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2019-10-27 22:31+0000\n" -"Last-Translator: Yurii Petrashko <yuripet@gmail.com>\n" +"PO-Revision-Date: 2020-02-18 11:31+0000\n" +"Last-Translator: Olexandr Nesterenko <olexn@ukr.net>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationsprivoxy/uk/>\n" "Language: uk\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 3.9.1-dev\n" +"X-Generator: Weblate 3.11\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 msgid "" @@ -155,6 +155,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " @@ -266,7 +270,7 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:51 msgid "NOT installed" -msgstr "" +msgstr "Не інстальовано" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:254 #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:291 @@ -590,10 +594,10 @@ msgstr "" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 msgid "or higher" -msgstr "" +msgstr "чи вище" #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:46 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:78 #: applications/luci-app-privoxy/luasrc/controller/privoxy.lua:89 msgid "required" -msgstr "" +msgstr "вимагається" diff --git a/applications/luci-app-privoxy/po/vi/privoxy.po b/applications/luci-app-privoxy/po/vi/privoxy.po index 34adfc7731..290f2ca257 100644 --- a/applications/luci-app-privoxy/po/vi/privoxy.po +++ b/applications/luci-app-privoxy/po/vi/privoxy.po @@ -154,6 +154,10 @@ msgstr "" msgid "Forwarding" msgstr "" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/zh-cn/privoxy.po b/applications/luci-app-privoxy/po/zh_Hans/privoxy.po index 932f4556c9..47f5557604 100644 --- a/applications/luci-app-privoxy/po/zh-cn/privoxy.po +++ b/applications/luci-app-privoxy/po/zh_Hans/privoxy.po @@ -5,16 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-privoxy\n" "POT-Creation-Date: 2015-06-10 20:16+0100\n" -"PO-Revision-Date: 2019-11-13 23:05+0000\n" -"Last-Translator: Chen Minqiang <ptpt52@gmail.com>\n" +"PO-Revision-Date: 2020-02-19 13:29+0000\n" +"Last-Translator: xiazhang <xz@xia.plus>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationsprivoxy/zh_Hans/>\n" -"Language: zh-cn\n" +"Language: zh_Hans\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.10-dev\n" +"X-Generator: Weblate 3.11\n" "X-Poedit-SourceCharset: UTF-8\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 @@ -163,6 +163,10 @@ msgstr "点击相应选项的连接可获取帮助" msgid "Forwarding" msgstr "转发" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/po/zh-tw/privoxy.po b/applications/luci-app-privoxy/po/zh_Hant/privoxy.po index e5ec2e4156..b1a4f11cb7 100644 --- a/applications/luci-app-privoxy/po/zh-tw/privoxy.po +++ b/applications/luci-app-privoxy/po/zh_Hant/privoxy.po @@ -5,15 +5,16 @@ msgid "" msgstr "" "Project-Id-Version: luci-app-privoxy\n" "POT-Creation-Date: 2015-06-10 20:16+0100\n" -"PO-Revision-Date: 2019-01-03 22:42+0800\n" -"Last-Translator: Yangfl <mmyangfl@gmail.com>\n" -"Language-Team: <debian-l10n-chinese@lists.debian.org>\n" -"Language: zh_TW\n" +"PO-Revision-Date: 2020-02-25 09:44+0000\n" +"Last-Translator: Trevor <wowpapa3232@gmail.com>\n" +"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" +"openwrt/luciapplicationsprivoxy/zh_Hant/>\n" +"Language: zh_Hant\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Gtranslator 3.30.1\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.0-dev\n" "X-Poedit-SourceCharset: UTF-8\n" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:236 @@ -130,7 +131,7 @@ msgstr "Privoxy 啟動時啟用/禁用過濾。" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:134 msgid "Enabled" -msgstr "已啟用" +msgstr "啟用" #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:602 msgid "" @@ -162,6 +163,10 @@ msgstr "點選相應選項的連線可獲取幫助" msgid "Forwarding" msgstr "轉發" +#: applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json:3 +msgid "Grant UCI access for luci-app-privoxy" +msgstr "" + #: applications/luci-app-privoxy/luasrc/model/cbi/privoxy.lua:589 msgid "" "If enabled, Privoxy hides the 'go there anyway' link. The user obviously " diff --git a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy b/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy index 3405479b54..884f7e5572 100755 --- a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy +++ b/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy @@ -7,6 +7,4 @@ uci -q batch <<-EOF >/dev/null commit ucitrack EOF -rm -f /tmp/luci-indexcache - exit 0 diff --git a/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json b/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json new file mode 100644 index 0000000000..6b328a07a4 --- /dev/null +++ b/applications/luci-app-privoxy/root/usr/share/rpcd/acl.d/luci-app-privoxy.json @@ -0,0 +1,11 @@ +{ + "luci-app-privoxy": { + "description": "Grant UCI access for luci-app-privoxy", + "read": { + "uci": [ "privoxy" ] + }, + "write": { + "uci": [ "privoxy" ] + } + } +} |