Browsing Kinyarwanda translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions.
110 of 11 results
18.
<b>Document directory (DocumentRoot)</b>
<p>
The root directory for HTTP documents that are served.
By default the compiled-in directory.</p>
<p>
<i>ex</i>: /usr/share/cups/doc-root</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)
Located in cupsd.conf.template.cpp:56
26.
<b>Printcap file (Printcap)</b>
<p>
The name of the printcap file. Default is no filename.
Leave blank to disable printcap file generation.</p>
<p>
<i>ex</i>: /etc/printcap</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)
Located in cupsd.conf.template.cpp:135
32.
<b>Group (Group)</b>
<p>
The group the server runs under. Normally this
must be <b>lpadmin</b>, however you can configure things for another
group as needed.</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)
Located in cupsd.conf.template.cpp:188
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)
Located in cupsd.conf.template.cpp:427
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)
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)
Located in cupsd.conf.template.cpp:495
61.
<b>Satisfy (Satisfy)</b>
<p>
This directive controls whether all specified conditions must
be satisfied to allow access to the resource. If set to "all",
then all authentication and access control conditions must be
satisfied to allow access.
</p>
<p>
Setting Satisfy to "any" allows a user to gain access if the
authentication <i>or</i> access control requirements are satisfied.
For example, you might require authentication for remote access,
but allow local access without authentication.
</p>
<p>
The default is "all".
</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.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
Located in cupsd.conf.template.cpp:519
64.
<b>Allow</b>
<p>
Allows access from the specified hostname, domain, IP address, or
network. Possible values are:</p>
<pre>
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
</pre><p>
The host and domain address require that you enable hostname lookups
with "HostNameLookups On" above.</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)
Located in cupsd.conf.template.cpp:547
65.
<b>ACL addresses (Allow/Deny)</b>
<p>
Allows/Denies access from the specified hostname, domain, IP address, or
network. Possible values are:</p>
<pre>
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
</pre><p>
The host and domain address require that you enable hostname lookups
with "HostNameLookups On" above.</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)
Located in cupsd.conf.template.cpp:568
66.
<b>Encryption (Encryption)</b>
<p>
Whether or not to use encryption; this depends on having
the OpenSSL library linked into the CUPS library and scheduler.</p>
<p>
Possible values:</p>
<ul type=circle>
<li><i>Always</i> - Always use encryption (SSL)</li>
<li><i>Never</i> - Never use encryption</li>
<li><i>Required</i> - Use TLS encryption upgrade</li>
<li><i>IfRequested</i> - Use encryption if the server requests it</li>
</ul><p>
The default value is "IfRequested".</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)
Located in cupsd.conf.template.cpp:589
110 of 11 results

This translation is managed by translation group ubuntu-translators.

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

Contributors to this translation: Steve Murphy.