[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

New debconf template for apt-cacher-ng



Hi,

I intend to add a new debconf dialog in the apt-cacher-ng package. Since
English is a foreign language for me I'd appreciate if some people can
review it. Thanks in advance.

Diff is appended below, full version attached.

Best regards,
Eduard.


@@ -182,3 +182,26 @@ msgstr ""
 msgid ""
 "If this field is left empty, Apt-Cacher NG will not use any proxy server."
 msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../apt-cacher-ng.templates:7001
+msgid "Allow HTTP tunnels through Apt-Cacher NG?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../apt-cacher-ng.templates:7001
+msgid ""
+"Apt-Cacher NG supports creation of HTTP tunnels that allow the local users "
+"to access remote servers without further control of data flow. This method "
+"is usually used for direct connections with the https protocol."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../apt-cacher-ng.templates:7001
+msgid ""
+"This feature is usually disabled for security reasons, enable it only for "
+"trusted LAN environments."
+msgstr ""
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt-cacher-ng\n"
"Report-Msgid-Bugs-To: apt-cacher-ng@packages.debian.org\n"
"POT-Creation-Date: 2015-03-15 12:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#: ../apt-cacher-ng.templates:2001
msgid "Set up once"
msgstr ""

#. Type: select
#. Choices
#: ../apt-cacher-ng.templates:2001
msgid "Set up now and update later"
msgstr ""

#. Type: select
#. Choices
#: ../apt-cacher-ng.templates:2001
msgid "No automated setup"
msgstr ""

#. Type: select
#. Description
#: ../apt-cacher-ng.templates:2002
msgid "Automatic remapping of client requests:"
msgstr ""

#. Type: select
#. Description
#: ../apt-cacher-ng.templates:2002
msgid ""
"Apt-Cacher NG can download packages from repositories other than those "
"requested by the clients. This allows it to cache content effectively, and "
"makes it easy for an administrator to switch to another mirror later. The "
"URL remapping can be set up automatically, using a configuration based on "
"the current state of /etc/apt/sources.list."
msgstr ""

#. Type: select
#. Description
#: ../apt-cacher-ng.templates:2002
msgid ""
"Please specify whether the remapping should be configured once now, or "
"reconfigured on every update of Apt-Cacher NG (modifying the configuration "
"files each time), or left unconfigured."
msgstr ""

#. Type: select
#. Description
#: ../apt-cacher-ng.templates:2002
msgid ""
"Selecting \"No automated setup\" will leave the existing configuration "
"unchanged. It will need to be updated manually."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:3001
msgid "Listening address(es) for Apt-Cacher NG:"
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:3001
msgid ""
"Please specify the local addresses that Apt-Cacher NG should listen on "
"(multiple entries must be separated by spaces)."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:3001
msgid ""
"Each entry must be an IP address or hostname associated with a local network "
"interface. Generic protocol-specific addresses are also supported, such as "
"0.0.0.0 for listening on all IPv4-enabled interfaces."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:3001
msgid ""
"If this field is left empty, Apt-Cacher NG will listen on all interfaces, "
"with all supported protocols."
msgstr ""

#. Type: string
#. Description
#. Type: string
#. Description
#: ../apt-cacher-ng.templates:3001 ../apt-cacher-ng.templates:6001
msgid ""
"The special word \"keep\" keeps the value from the current (or default) "
"configuration unchanged."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:4001
msgid "Listening TCP port:"
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:4001
msgid ""
"Please specify the TCP port that Apt-Cacher NG should listen on for incoming "
"HTTP (proxy) requests. The default value is port 3142, but it can be set to "
"9999 to emulate apt-proxy."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:4001
msgid ""
"If this field is left empty, the value from the current configuration "
"remains unchanged."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:5001
msgid "Top-level directory for package cache:"
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:5001
msgid ""
"The main cache storage directory should be located on a file system without "
"file name restrictions."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:5001
msgid ""
"If this field is left empty, the value from the current configuration "
"remains unchanged or is set to the default of /var/cache/apt-cacher-ng."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:6001
msgid "Proxy to use for downloads:"
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:6001
msgid "Please specify the proxy server to use for downloads."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:6001
msgid ""
"Username and password for the proxy server can be included here following "
"the user:pass@host:port scheme. However, please check the documentation for "
"limitations."
msgstr ""

#. Type: string
#. Description
#: ../apt-cacher-ng.templates:6001
msgid ""
"If this field is left empty, Apt-Cacher NG will not use any proxy server."
msgstr ""

#. Type: boolean
#. Description
#: ../apt-cacher-ng.templates:7001
msgid "Allow HTTP tunnels through Apt-Cacher NG?"
msgstr ""

#. Type: boolean
#. Description
#: ../apt-cacher-ng.templates:7001
msgid ""
"Apt-Cacher NG supports creation of HTTP tunnels that allow the local users "
"to access remote servers without further control of data flow. This method "
"is usually used for direct connections with the https protocol."
msgstr ""

#. Type: boolean
#. Description
#: ../apt-cacher-ng.templates:7001
msgid ""
"This feature is usually disabled for security reasons, enable it only for "
"trusted LAN environments."
msgstr ""

Attachment: signature.asc
Description: Digital signature


Reply to: