Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Simplified) guidelines.
5059 of 225 results
50.
<b>Browse port (BrowsePort)</b>
<p>
The port used for UDP broadcasts. By default this is
the IPP port; if you change this you need to do it on all servers.
Only one BrowsePort is recognized.</p>
<p>
<i>ex</i>: 631</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:382
51.
<b>Browse relay (BrowseRelay)</b>
<p>
Relay browser packets from one address/network to another.</p>
<p>
<i>ex</i>: src-address dest-address</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:391
52.
<b>Browse timeout (BrowseTimeout)</b>
<p>
The timeout (in seconds) for network printers - if we don't
get an update within this time the printer will be removed
from the printer list. This number definitely should not be
less the BrowseInterval value for obvious reasons. Defaults
to 300 seconds.</p>
<p>
<i>ex</i>: 300</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:398
53.
<b>Implicit classes (ImplicitClasses)</b>
<p>
Whether or not to use implicit classes.</p>
<p>
Printer classes can be specified explicitly in the classes.conf
file, implicitly based upon the printers available on the LAN, or
both.</p>
<p>
When ImplicitClasses is On, printers on the LAN with the same name
(e.g. Acme-LaserPrint-1000) will be put into a class with the same
name. This allows you to setup multiple redundant queues on a LAN
without a lot of administrative difficulties. If a user sends a
job to Acme-LaserPrint-1000, the job will go to the first available
queue.</p>
<p>
Enabled by default.</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:409
54.
<b>System group (SystemGroup)</b>
<p>
The group name for "System" (printer administration)
access. The default varies depending on the operating system, but
will be <b>sys</b>, <b>system</b>, or <b>root</b> (checked for in that order).</p>
<p>
<i>ex</i>: lpadmin</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:427
55.
<b>Encryption certificate (ServerCertificate)</b>
<p>
The file to read containing the server's certificate.
Defaults to "/etc/cups/ssl/server.crt".</p>
<p>
<i>ex</i>: /etc/cups/ssl/server.crt</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:436
56.
<b>Encryption key (ServerKey)</b>
<p>
The file to read containing the server's key.
Defaults to "/etc/cups/ssl/server.key".</p>
<p>
<i>ex</i>: /etc/cups/ssl/server.key</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:444
57.
Access permissions
# Access permissions for each directory served by the scheduler.
Locations are relative to DocumentRoot...
# AuthType: the authorization to use:
# None - Perform no authentication
Basic - Perform authentication using the HTTP Basic method.
Digest - Perform authentication using the HTTP Digest method.
# (Note: local certificate authentication can be substituted by
the client for Basic or Digest when connecting to the
localhost interface)
# AuthClass: the authorization class; currently only Anonymous, User,
System (valid user belonging to group SystemGroup), and Group
(valid user belonging to the specified group) are supported.
# AuthGroupName: the group name for "Group" authorization.
# Order: the order of Allow/Deny processing.
# Allow: allows access from the specified hostname, domain, IP address, or
network.
# Deny: denies access from the specified hostname, domain, IP address, or
network.
# Both "Allow" and "Deny" accept the following notations for addresses:
# All
None
*.domain.com
.domain.com
host.domain.com
nnn.*
nnn.nnn.*
nnn.nnn.nnn.*
nnn.nnn.nnn.nnn
nnn.nnn.nnn.nnn/mm
nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm
# The host and domain address require that you enable hostname lookups
with "HostNameLookups On" above.
# Encryption: whether or not to use encryption; this depends on having
the OpenSSL library linked into the CUPS library and scheduler.
# Possible values:
# Always - Always use encryption (SSL)
Never - Never use encryption
Required - Use TLS encryption upgrade
IfRequested - Use encryption if the server requests it
# The default value is "IfRequested".
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:452
58.
<b>Authentication (AuthType)</b>
<p>
The authorization to use:<p>
<ul type=circle>
<li><i>None</i> - Perform no authentication.</li>
<li><i>Basic</i> - Perform authentication using the HTTP Basic method.</li>
<li><i>Digest</i> - Perform authentication using the HTTP Digest method.</li>
</ul><p>
Note: local certificate authentication can be substituted by
the client for <i>Basic</i> or <i>Digest</i> when connecting to the
localhost interface.</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:495
59.
<b>Class (AuthClass)</b>
<p>
The authorization class; currently only <i>Anonymous</i>, <i>User</i>,
<i>System</i> (valid user belonging to group SystemGroup), and <i>Group</i>
(valid user belonging to the specified group) are supported.</p>
Context:
Do not translate the keyword between brackets (e.g. ServerName, ServerAdmin, etc.)
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Translated and reviewed by cacate
Located in cupsd.conf.template.cpp:508
5059 of 225 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Aron Xu, Chen Ming, Guanglin Du, Quantum, Tao Wei, Wang Fuchuan, Wylmer Wang, cacate, nomad, snowdream, 妖狐闪现.