Browsing Northern Sami translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions.
110 of 19 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
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
35.
<b>Filter limit (FilterLimit)</b>
<p>
Sets the maximum cost of all job filters that can be run
at the same time. A limit of 0 means no limit. A typical job may need
a filter limit of at least 200; limits less than the minimum required
by a job force a single job to be printed at any time.</p>
<p>
The default limit is 0 (unlimited).</p>
<p>
<i>ex</i>: 200</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:216
37.
<b>Hostname lookups (HostNameLookups)</b>
<p>
Whether or not to do lookups on IP addresses to get a
fully-qualified hostname. This defaults to Off for performance reasons...</p>
<p>
<i>ex</i>: On</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:243
46.
<b>Browse allow/deny (BrowseAllow/BrowseDeny)</b>
<p>
<u>BrowseAllow</u>: specifies an address mask to allow for incoming browser
packets. The default is to allow packets from all addresses.</p>
<p>
<u>BrowseDeny</u>: specifies an address mask to deny for incoming browser
packets. The default is to deny packets from no addresses.</p>
<p>
Both "BrowseAllow" and "BrowseDeny" accept the following notations for
addresses:</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 hostname/domainname restrictions only work if you have turned hostname
lookups on!</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:327
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)
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)
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
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
110 of 19 results

This translation is managed by Ubuntu Northern Saami Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Børre Gaup.