https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/trac/locale/it/LC_MESSAGES/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/trac/locale/it/LC_MESSAGES/tracini.mo
���
�
��
�mD&�k%��7#8�\!+�M���I�W�\\5m�| i} w� W_!p�!g("��"7=#�u#[8%��'a8)�+\�++,,<,.i,V�,G�,�7-+.,I.iv.:�.(/+D/�p/3P0+�02�0'�0<1*H19s1$�1.�1�2�2)�2��2[�3M4=g4A�4��4��5��6*�8��8�B9��9l�:	�:_�;,W<K�=��=�R>�?v�?�fABqD0�D1�Du�D]]F��GZeIJ�IyJ+�K/�K5�K=L�UL-�L#MFBMe�M��M@�N�Nm�O�WP��P��QQR�fR��R9�SC�SC
T�QT�V1�W?�W!4X-VX��X(Y"DY�gZ�[%�[�[o\b�\��\��]��^�p_�`4�`/(a7Xa��a*.b!Ybu{b��b5vc5�c��c�~eAxg��gY�h��n��o�mp�q��q:�r�rlsMqs��sk�tq&uC�uT�v�1w�1x��z�oU1������|Z�%ׅ,��Q*�b|��߆-Ň	����ZӉ�.�6�R�Ho�����Q��I�����)ӑ+���)���������\�O ��p�1���*�/�D7��|�(m�����U��@�V,�`����gըs=����w<����4�����R��ܬR���������s�"5��X�:۷H�I_�c��Y
�g�K��Gͺr�6��H��G��P�F4�G{�OýB�<V�F��6ھ1�1C��u�K�;j�#����`N�L��O���L��C��@�;��T�������9�#��V��x=�I��������r��n����M�����A|�D����g�����^��S���Q�9��>�9V�K�����?��8��M�nR����Gt�5��n���a������������c�/�WA�A��������<��[��53�.i����3>�Fr�����u�&Q�x�q��q�z�������\�
�=-�Dk�J�����,�������>K�6�����0��S�����������{,;(N w��E!	�g	y\
��
QXj�3
�I�H�k�Q�n}E<�2^3��	.PL�� ��!�@#>$�\$K�%�D&/�&�.(��(U�)<2+7o+(r,g,b) color triple to use for the color corresponding
to the intermediate color, if two linear interpolations are used
for the color scale (see `intermediate_point`).
If not set, the intermediate color between `oldest_color` and
`newest_color` will be used.(r,g,b) color triple to use for the color corresponding
to the newest color, for the color scale used in ''blame'' or
the browser ''age'' column if `color_scale` is enabled.(r,g,b) color triple to use for the color corresponding
to the oldest color, for the color scale used in ''blame'' or
the browser ''age'' column if `color_scale` is enabled.A Genshi text template snippet used to get the notification
subject.

The template variables are documented on the
[TracNotification#Customizingthee-mailsubject TracNotification] page.Add a simple toolbar on top of Wiki `<textarea>`s.
(''since 1.0.2'')Addresses in the To and Cc fields are visible to all recipients.

If this option is disabled, recipients are put in the Bcc list.Alternative text for the header logo.As the workflow for tickets is now configurable, there can
be many ticket states, and simply displaying closed tickets
vs. all the others is maybe not appropriate in all cases. This
section enables one to easily create ''groups'' of states that
will be shown in different colors in the milestone progress
bar.

Note that the groups can only be based on the ticket
//status//, nothing else. In particular, it's not possible to
distinguish between different closed tickets based on the
//resolution//.

Example configuration with three groups, //closed//, //new//
and //active// (the default only has closed and active):
{{{
# the 'closed' group correspond to the 'closed' tickets
closed = closed

# .order: sequence number in the progress bar
closed.order = 0

# .query_args: optional parameters for the corresponding
#              query.  In this example, the changes from the
#              default are two additional columns ('created' and
#              'modified'), and sorting is done on 'created'.
closed.query_args = group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime

# .overall_completion: indicates groups that count for overall
#                      completion percentage
closed.overall_completion = true

new = new
new.order = 1
new.css_class = new
new.label = new

# Note: one catch-all group for other statuses is allowed
active = *
active.order = 2

# .css_class: CSS class for this interval
active.css_class = open

# .label: displayed label for this group
active.label = in progress
}}}

The definition consists in a comma-separated list of accepted
status.  Also, '*' means any status and could be used to
associate all remaining states to one catch-all group.

The CSS class can be one of: new (yellow), open (no color) or
closed (green). Other styles can easily be added using custom
CSS rule: `table.progress td.<class> { background: <color> }`
to a [TracInterfaceCustomization#SiteAppearance site/style.css] file
for example.Automatically reload template files after modification.Base URL for serving the core static resources below
`/chrome/common/`.

It can be left empty, and Trac will simply serve those resources
itself.

Advanced users can use this together with
[TracAdmin trac-admin ... deploy <deploydir>] to allow serving the
static resources for Trac directly from the web server.
Note however that this only applies to the `<deploydir>/htdocs/common`
directory, the other deployed resources (i.e. those from plugins)
will not be made available this way and additional rewrite
rules will be needed in the web server.Base URL of a Trac instance where errors in this Trac
should be reported.

This can be an absolute or relative URL, or '.' to reference
this Trac instance. An empty value will disable the reporting
buttons.Charset to be used when in doubt.Check that the committer has permission to perform the requested
operations on the referenced tickets.

This requires that the user names be the same for Trac and repository
operations.Comma separated list of paths categorized as branches.
If a path ends with '*', then all the directory entries found below
that path will be included.
Example: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`Comma separated list of paths categorized as tags.

If a path ends with '*', then all the directory entries found below
that path will be included.
Example: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`Comma-separated list of MIME types that should be treated as
binary data.Comma-separated list of `select` fields that can have
an empty value. (//since 1.1.2//)Comma-separated list of allowed prefixes for repository
directories when adding and editing repositories in the repository
admin panel. If the list is empty, all repository directories are
allowed. (''since 0.12.1'')Comma-separated list of colors to use for the TracRevisionLog
graph display. (''since 1.0'')Comma-separated list of domains that should be considered as
valid for email addresses (such as localdomain).Comma-separated list of domains that should not be considered
part of email addresses (for usernames with Kerberos domains).Comma-separated list of email addresses to always send
notifications to. Addresses are not public (Bcc:).Comma-separated list of email addresses to always send
notifications to. Addresses can be seen by all recipients
(Cc:).Comma-separated list of version control properties to hide from
the repository browser.Comma-separated list of version control properties to render
as oneliner wiki content in the repository browser.Comma-separated list of version control properties to render
as wiki content in the repository browser.Commands that add a reference, as a space-separated list.

If set to the special value `<ALL>`, all tickets referenced by the
message will get a reference to the changeset.Commands that close tickets, as a space-separated list.Configure Pygments [%(url)s lexer] options.

For example, to set the
[%(url)s#lexers-for-php-and-related-languages PhpLexer] options
`startinline` and `funcnamehighlighting`:
{{{#!ini
[pygments-lexer]
php.startinline = True
php.funcnamehighlighting = True
}}}

The lexer name is derived from the class name, with `Lexer` stripped
from the end. The lexer //short names// can also be used in place
of the lexer name.
urlhttp://pygments.org/docs/lexers/Configures the main navigation bar,
which by default contains //Wiki//, //Timeline//, //Roadmap//,
//Browse Source//, //View Tickets//, //New Ticket//, //Search//  and
//Admin//.

The `label`, `href`, and `order`  attributes can be specified. Entries
can be disabled by setting the value of the navigation item to
`disabled`.

The following example renames the link to WikiStart to //Home//,
links the //View Tickets// entry to a specific report and disables
the //Search// entry.
{{{#!ini
[mainnav]
wiki.label = Home
tickets.href = /report/24
search = disabled
}}}

See TracNavigation for more details.Configures the meta navigation
entries, which by default are //Login//, //Logout//, //Preferences//,
''!Help/Guide'' and //About Trac//. The allowed attributes are the
same as for `[mainnav]`. Additionally, a special entry is supported -
`logout.redirect` is the page the user sees after hitting the logout
button. For example:

{{{#!ini
[metanav]
logout.redirect = wiki/Logout
}}}

See TracNavigation for more details.Custom logging format.

If nothing is set, the following will be used:

`Trac[$(module)s] $(levelname)s: $(message)s`

In addition to regular key names supported by the
[http://docs.python.org/library/logging.html Python logger library]
one could use:

- `$(path)s`     the path for the current environment
- `$(basename)s` the last path component of the current environment
- `$(project)s`  the project name

Note the usage of `$(...)s` instead of `%(...)s` as the latter form
would be interpreted by the !ConfigParser itself.

Example:
`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`Database backup locationDatabase connection
[wiki:TracEnvironment#DatabaseConnectionStrings string] for this
projectDefault cc: list for newly created tickets.Default component for newly created tickets.Default description for newly created tickets.Default field to use for grouping tickets in the grouped
progress bar. (''since 1.2'')Default height of the textarea on the wiki edit page.
(//Since 1.1.5//)Default host/domain to append to addresses that do not specify
one. Fully qualified addresses are not modified. The default
domain is appended to all username/login for which an email
address cannot be found in the user settings.Default keywords for newly created tickets.Default milestone for newly created tickets.Default milestone to which tickets are retargeted when
closing or deleting a milestone. (''since 1.1.2'')Default number of days displayed in the Timeline, in days.Default owner for newly created tickets.Default priority for newly created tickets.Default repository connector type.

This is used as the default repository type for repositories defined
in the [[TracIni#repositories-section repositories]] section or using
the "Repositories" admin panel. (''since 0.12'')Default resolution for resolving (closing) tickets.Default severity for newly created tickets.Default summary (title) for newly created tickets.Default type for newly created tickets.Default value for the limit argument in the TracRevisionLog.Default version for newly created tickets.Define charset encoding of paths within git repositories.Displayed tab width in file preview.E-Mail address of the project's administrator.Enable colorization of the ''age'' column.

This uses the same color scale as the source code annotation:
blue is older, red is newer.Enable email notification.Enable persistent caching of commit tree.Enable reverse mapping of git email addresses to trac user ids.
Performance will be reduced if there are many users and the
`cached_repository` option is `disabled`.

A repository resync is required after changing the value of this
option.Enable the display of all ticket changes in the timeline, not only
open / close operations.Enable the display of component of tickets in the timeline.
(''since 1.1.1'')Enable/disable highlighting CamelCase links to missing pages.Enable/disable splitting the WikiPageNames with space characters.Enable/disable the use of unsafe HTML tags such as `<script>` or
`<embed>` with the HTML [wiki:WikiProcessors WikiProcessor].

For public sites where anonymous users can edit the wiki it is
recommended to leave this option disabled.End-of-Line character sequences when `svn:eol-style` property is
`native`.

If `native`, substitute with the native EOL marker on the server.
Otherwise, if `LF`, `CRLF` or `CR`, substitute with the specified
EOL marker.

(''since 1.0.2'')Every option in the `[interwiki]` section defines one InterWiki
prefix. The option name defines the prefix. The option value defines
the URL, optionally followed by a description separated from the URL
by whitespace. Parametric URLs are supported as well.

'''Example:'''
{{{
[interwiki]
MeatBall = http://www.usemod.com/cgi-bin/mb.pl?
PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1
tsvn = tsvn: Interact with TortoiseSvn
}}}Height of the header logo image in pixels.If `log_type` is `file`, this should be a path to the
log-file.  Relative paths are resolved relative to the `log`
directory of the environment.If enabled, send contents as chunked encoding in HTTP/1.1.
Otherwise, send contents with `Content-Length` header after entire of
the contents are rendered. (''since 1.0.6'')If set to a value between 0 and 1 (exclusive), this will be the
point chosen to set the `intermediate_color` for interpolating
the color value.In this section, you can define additional fields for tickets. See
TracTicketsCustomFields for more details.Inactivity timeout in seconds after which the automatic wiki preview
triggers an update. This option can contain floating-point values. The
lower the setting, the more requests will be made to the server. Set
this to 0 to disable automatic preview. (''since 0.12'')Level of verbosity in log.

Should be one of (`CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`).Lifetime of the authentication cookie, in seconds.

This value determines how long the browser will cache
authentication information, and therefore, after how much
inactivity a user will have to log in again. The value
of 0 makes the cookie expire at the end of the browsing
session. (''since 0.12'')Like `ticket_subject_template` but for batch modifications.
(''since 1.0'')List of URI schemes considered "safe", that will be rendered as
external links even if `[wiki] render_unsafe_content` is `false`.List of additional MIME types and keyword mappings.
Mappings are comma-separated, and for each MIME type,
there's a colon (":") separated list of associated keywords
or file extensions.List of additional MIME types associated to filename patterns.
Mappings are comma-separated, and each mapping consists of a MIME type
and a Python regexp used for matching filenames, separated by a colon
(":"). (''since 1.0'')List of additional MIME types known by Pygments.

For each, a tuple `mimetype:mode:quality` has to be
specified, where `mimetype` is the MIME type,
`mode` is the corresponding Pygments mode to be used
for the conversion and `quality` is the quality ratio
associated to this conversion. That can also be used
to override the default quality ratio used by the
Pygments render.List of components implementing `IPermissionPolicy`, in the order
in which they will be applied. These components manage fine-grained
access control to Trac resources.List of repository paths that can be downloaded.

Leave this option empty if you want to disable all downloads, otherwise
set it to a comma-separated list of authorized paths (those paths are
glob patterns, i.e. "*" can be used as a wild card). In a
multi-repository environment, the path must be qualified with the
repository name if the path does not point to the default repository
(e.g. /reponame/trunk). Note that a simple prefix matching is
performed on the paths, so aliases won't get automatically resolved.Location of authz policy configuration file. Non-absolute paths are relative to the Environment `conf` directory.Location of mysqldump for MySQL database backupsLocation of pg_dump for Postgres database backupsLocation of the jQuery !JavaScript library (version 1.8.3).

An empty value loads jQuery from the copy bundled with Trac.

Alternatively, jQuery could be loaded from a CDN, for example:
http://code.jquery.com/jquery-1.8.3.min.js,
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js or
https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js.

(''since 1.0'')Location of the jQuery UI !JavaScript library (version 1.9.2).

An empty value loads jQuery UI from the copy bundled with Trac.

Alternatively, jQuery UI could be loaded from a CDN, for example:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js
or
http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js.

(''since 1.0'')Location of the theme to be used with the jQuery UI !JavaScript
library (version 1.9.2).

An empty value loads the custom Trac jQuery UI theme from the copy
bundled with Trac.

Alternatively, a jQuery UI theme could be loaded from a CDN, for
example:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/start/jquery-ui.css
or
http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/themes/start/jquery-ui.css.

(''since 1.0'')Logging facility to use.

Should be one of (`none`, `file`, `stderr`, `syslog`, `winlog`).Make `<textarea>` fields resizable. Requires !JavaScript.
(''since 0.12'')Make the owner field of tickets use a drop-down menu.
Be sure to understand the performance implications before activating
this option. See
[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].

Please note that e-mail addresses are '''not''' obfuscated in the
resulting drop-down menu, so this option should not be used if
e-mail addresses must remain protected.Maximum allowed comment size in characters.Maximum allowed description size in characters.Maximum allowed file size (in bytes) for attachments.Maximum allowed summary size in characters. (//since 1.0.2//)Maximum allowed total size (in bytes) for an attachment list to be
downloadable as a `.zip`. Set this to -1 to disable download as `.zip`.
(''since 1.0'')Maximum allowed wiki page size in characters.Maximum file size for HTML preview.Maximum number of days (-1 for unlimited) displayable in the
Timeline.Maximum number of modified files for which the changeset view will
attempt to show the diffs inlined.Maximum total size in bytes of the modified files (their old size
plus their new size) for which the changeset view will attempt to show
the diffs inlined.Minimum length of query string allowed when performing a search.Name of the component implementing `IEmailSender`.

This component is used by the notification system to send emails.
Trac currently provides `SmtpEmailSender` for connecting to an SMTP
server, and `SendmailEmailSender` for running a `sendmail`-compatible
executable. (''since 0.12'')Name of the component implementing `IPermissionStore`, which is used
for managing user and group permissions.Name of the component implementing `ITicketGroupStatsProvider`,
which is used to collect statistics on groups of tickets for display
in the milestone views.Name of the component implementing `ITicketGroupStatsProvider`,
which is used to collect statistics on groups of tickets for display
in the roadmap views.Name of the component that handles requests to the base
URL.

Options include `TimelineModule`, `RoadmapModule`,
`BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`
and `WikiModule`.Name of the project.Never obfuscate `mailto:` links explicitly written in the wiki,
even if `show_email_addresses` is false or the user doesn't have
EMAIL_VIEW permission.Number of files to show (`-1` for unlimited, `0` to disable).

This can also be `location`, for showing the common prefix for the
changed files.Number of tickets displayed in the rss feeds for reports.Number of tickets displayed per page in ticket queries,
by default.Number of tickets displayed per page in ticket reports,
by default.One of the alternatives for registering new repositories is to
populate the `[repositories]` section of the `trac.ini`.

This is especially suited for setting up convenience aliases,
short-lived repositories, or during the initial phases of an
installation.

See [TracRepositoryAdmin#Intrac.ini TracRepositoryAdmin] for details
about the format adopted for this section and the rest of that page for
the other alternatives.

(''since 0.12'')Optionally use `[trac] base_url` for redirects.

In some configurations, usually involving running Trac behind
a HTTP proxy, Trac can't automatically reconstruct the URL
that is used to access it. You may need to use this option to
force Trac to use the `base_url` setting also for
redirects. This introduces the obvious limitation that this
environment will only be usable when accessible from that URL,
as redirects are frequently used.Ordered list of filters to apply to all requests.Ordered list of workflow controllers to use for ticket actions.Page footer text (right-aligned).Password for authenticating with SMTP server.Path for the authentication cookie. Set this to the common
base path of several Trac instances if you want them to share
the cookie.  (''since 0.12'')Path to a gitweb-formatted projects.listPath to the //shared htdocs directory//.

Static resources in that directory are mapped to /chrome/shared
under the environment URL, in addition to common and site locations.

This can be useful in site.html for common interface customization
of multiple Trac environments.

(''since 1.0'')Path to the //shared plugins directory//.

Plugins in that directory are loaded in addition to those in
the directory of the environment `plugins`, with this one
taking precedence.Path to the //shared templates directory//.

Templates in that directory are loaded in addition to those in the
environments `templates` directory, but the latter take precedence.Path to the base of your git projectsPath to the git executable.Path to the sendmail executable.

The sendmail program must accept the `-i` and `-f` options.
 (''since 0.12'')Paths to sqlite extensions, relative to Trac environment's
directory or absolute. (''since 0.12'')Permit email address without a host/domain (i.e. username only).

The SMTP server should accept those addresses, and either append
a FQDN or use local delivery. See also `smtp_default_domain`. Do not
use this option with a public SMTP server.Reference URL for the Trac deployment.

This is the base URL that will be used when producing
documents that will be used outside of the web browsing
context, like for example when inserting URLs pointing to Trac
resources in notification e-mails.Reply-To address to use in notification emails.

At least one of `smtp_from` and `smtp_replyto` must be set, otherwise
Trac refuses to send notification mails.Require commands to be enclosed in an envelope.

Must be empty or contain two characters. For example, if set to `[]`,
then commands must be in the form of `[closes #4]`.Restrict cookies to HTTPS connections.

When true, set the `secure` flag on all cookies so that they
are only sent to the server on HTTPS connections. Use this if
your Trac instance is only accessible through HTTPS.SMTP server hostname to use for email notifications.SMTP server port to use for email notification.Send ticket change notification when updating a ticket.Sender address to use in notification emails.

At least one of `smtp_from` and `smtp_replyto` must be set, otherwise
Trac refuses to send notification mails.Sender name to use in notification emails.Short description of the project.Show IP addresses for resource edits (e.g. wiki). Since 1.0.5 this
option is deprecated and will be removed in 1.3.1.Show email addresses instead of usernames. If false, email
addresses are obfuscated for users that don't have EMAIL_VIEW
permission.Show full names instead of usernames. (//since 1.2//)Show the SQL queries in the Trac log, at DEBUG level.Specifies the MIME encoding scheme for emails.

Supported values are: `none`, the default value which uses 7-bit
encoding if the text is plain ASCII or 8-bit otherwise. `base64`,
which works with any kind of content but may cause some issues with
touchy anti-spam/anti-virus engine. `qp` or `quoted-printable`,
which works best for european languages (more compact than base64) if
8-bit encoding cannot be used.Specifies which search filters should be disabled by
default on the search page. This will also restrict the
filters for the quick search function. The filter names
defined by default components are: `wiki`, `ticket`,
`milestone` and `changeset`.  For plugins, look for
their implementation of the ISearchSource interface, in
the `get_search_filters()` method, the first member of
returned tuple. Once disabled, search filters can still
be manually enabled by the user on the search page.
(''since 0.12'')Template for project URLs. %s will be replaced with the repo
nameText to prepend to subject line of notification emails.

If the setting is not defined, then `[$project_name]` is used as the
prefix. If no prefix is desired, then specifying an empty option
will disable it.The TracBrowser for Subversion can interpret the `svn:externals`
property of folders. By default, it only turns the URLs into links as
Trac can't browse remote repositories.

However, if you have another Trac instance (or an other repository
browser like [http://www.viewvc.org/ ViewVC]) configured to browse the
target repository, then you can instruct Trac which other repository
browser to use for which external URL. This mapping is done in the
`[svn:externals]` section of the TracIni.

Example:
{{{
[svn:externals]
1 = svn://server/repos1                       http://trac/proj1/browser/$path?rev=$rev
2 = svn://server/repos2                       http://trac/proj2/browser/$path?rev=$rev
3 = http://theirserver.org/svn/eng-soft       http://ourserver/viewvc/svn/$path/?pathrev=25914
4 = svn://anotherserver.com/tools_repository  http://ourserver/tracs/tools/browser/$path?rev=$rev
}}}
With the above, the
`svn://anotherserver.com/tools_repository/tags/1.1/tools` external will
be mapped to `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`
(and `rev` will be set to the appropriate revision number if the
external additionally specifies a revision, see the
[http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book on externals]
for more details).

Note that the number used as a key in the above section is purely used
as a place holder, as the URLs themselves can't be used as a key due to
various limitations in the configuration file parser.

Finally, the relative URLs introduced in
[http://subversion.apache.org/docs/release-notes/1.5.html#externals Subversion 1.5]
are not yet supported.The base query to be used when linkifying values of ticket
fields. The query is a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].
(''since 0.12'')The date format. Valid options are 'iso8601' for selecting
ISO 8601 format, or leave it empty which means the default
date format will be inferred from the browser's default
language. (''since 1.0'')The date information format. Valid options are 'relative' for
displaying relative format and 'absolute' for displaying absolute
format. (''since 1.0'')The default query for anonymous users. The query is either
in [TracQuery#QueryLanguage query language] syntax, or a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].The default query for authenticated users. The query is either
in [TracQuery#QueryLanguage query language] syntax, or a URL query
string starting with `?` as used in `query:`
[TracQuery#UsingTracLinks Trac links].The default style to use for Pygments syntax highlighting.The default timezone to useThe header to use if `use_xsendfile` is enabled. If Nginx is used,
set `X-Accel-Redirect`. (''since 1.0.6'')The length at which a sha1 should be abbreviated to (must
be >= 4 and <= 40).The maximum number of templates that the template loader will cache
in memory. You may want to choose a higher value if your site uses a
larger number of templates, and you have enough memory to spare, or
you can reduce it if you are short on memory.The minimum length of an hex-string for which
auto-detection as sha1 is performed (must be >= 4 and <= 40).The module prefix used in the `authz_file` for the default
repository. If left empty, the global section is used.The path to the Subversion
[http://svnbook.red-bean.com/en/1.6/svn.serverconfig.pathbasedauthz.html authorization (authz) file].
To enable authz permission checking, the `AuthzSourcePolicy` permission
policy must be added to `[trac] permission_policies`. Non-absolute
paths are relative to the Environment `conf` directory.The preferred language to use if no user preference has
been set. (''since 0.12.1'')The workflow for tickets is controlled by plugins. By default,
there's only a `ConfigurableTicketWorkflow` component in charge.
That component allows the workflow to be configured via this section
in the `trac.ini` file. See TracWorkflow for more details.This section configures InterTrac prefixes. Options in this section
whose name contain a `.` define aspects of the InterTrac prefix
corresponding to the option name up to the `.`. Options whose name
don't contain a `.` define an alias.

The `.url` is mandatory and is used for locating the other Trac.
This can be a relative URL in case that Trac environment is located
on the same server.

The `.title` information is used for providing a useful tooltip when
moving the cursor over an InterTrac link.

Example configuration:
{{{
[intertrac]
# -- Example of setting up an alias:
t = trac

# -- Link to an external Trac:
trac.title = Edgewall's Trac for Trac
trac.url = http://trac.edgewall.org
}}}This section is used to enable or disable components
provided by plugins, as well as by Trac itself. The component
to enable/disable is specified via the name of the
option. Whether its enabled is determined by the option value;
setting the value to `enabled` or `on` will enable the
component, any other value (typically `disabled` or `off`)
will disable the component.

The option name is either the fully qualified name of the
components or the module/package prefix of the component. The
former enables/disables a specific component, while the latter
enables/disables any component in the specified
package/module.

Consider the following configuration snippet:
{{{
[components]
trac.ticket.report.ReportModule = disabled
acct_mgr.* = enabled
}}}

The first option tells Trac to disable the
[wiki:TracReports report module].
The second option instructs Trac to enable all components in
the `acct_mgr` package. Note that the trailing wildcard is
required for module/package matching.

To view the list of active components, go to the ''Plugins''
page on ''About Trac'' (requires `CONFIG_VIEW`
[wiki:TracPermissions permissions]).

See also: TracPluginsThis section provides a way to add arbitrary permissions to a
Trac environment. This can be useful for adding new permissions to use
for workflow actions, for example.

To add new permissions, create a new section `[extra-permissions]` in
your `trac.ini`. Every entry in that section defines a meta-permission
and a comma-separated list of permissions. For example:
{{{
[extra-permissions]
EXTRA_ADMIN = EXTRA_VIEW, EXTRA_MODIFY, EXTRA_DELETE
}}}
This entry will define three new permissions `EXTRA_VIEW`,
`EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permissions
`EXTRA_ADMIN` that grants all three permissions.

The permissions are created in upper-case characters regardless of
the casing of the definitions in `trac.ini`. For example, the
definition `extra_view` would create the permission `EXTRA_VIEW`.

If you don't want a meta-permission, start the meta-name with an
underscore (`_`):
{{{
[extra-permissions]
_perms = EXTRA_VIEW, EXTRA_MODIFY
}}}Timeout value for database connection, in seconds.
Use '0' to specify ''no timeout''.URL of the icon of the project.URL of the image to use as header logo.
It can be absolute, server relative or relative.

If relative, it is relative to one of the `/chrome` locations:
`site/your-logo.png` if `your-logo.png` is located in the `htdocs`
folder within your TracEnvironment;
`common/your-logo.png` if `your-logo.png` is located in the
folder mapped to the [#trac-section htdocs_location] URL.
Only specifying `your-logo.png` is equivalent to the latter.URL of the main project web site, usually the website in
which the `base_url` resides. This is used in notification
e-mails.URL to link to, from the header logo.Use SSL/TLS to send notifications over SMTP.Use git-committer id instead of git-author id for the
changeset ''Author'' field.Use git-committer timestamp instead of git-author timestamp
for the changeset ''Timestamp'' field.Use the author of the change as the sender in notification emails
(e.g. reporter of a new ticket, author of a comment). If the
author hasn't set an email address, `smtp_from` and
`smtp_from_name` are used instead.
(''since 1.0'')Username for authenticating with SMTP server.When true, send a `X-Sendfile` header and no content when sending
files from the filesystem, so that the web server handles the content.
This requires a web server that knows how to handle such a header,
like Apache with `mod_xsendfile` or lighttpd. (''since 1.0'')Whether Wiki formatter should respect the new lines present
in the Wiki text.
If set to 'default', this is equivalent to 'yes' for new environments
but keeps the old behavior for upgraded environments (i.e. 'no').Whether attachments should be rendered in the browser, or
only made downloadable.

Pretty much any file may be interpreted as HTML by the browser,
which allows a malicious user to attach a file containing cross-site
scripting attacks.

For public sites where anonymous users can create attachments it is
recommended to leave this option disabled.Whether consecutive changesets from the same author having
exactly the same message should be presented as one event.
That event will link to the range of changesets in the log view.Whether login names should be converted to lower case.Whether raw files should be rendered in the browser, or only made
downloadable.

Pretty much any file may be interpreted as HTML by the browser,
which allows a malicious user to create a file containing cross-site
scripting attacks.

For open repositories where anyone can check-in a file, it is
recommended to leave this option disabled.Whether the IP address of the user should be checked for
authentication.Whether wiki formatting should be applied to changeset messages.

If this option is disabled, changeset messages will be rendered as
pre-formatted text.Whether wiki-formatted changeset messages should be multiline or
not.

If this option is not specified or is false and `wiki_format_messages`
is set to true, changeset messages will be single line only, losing
some formatting (bullet points, etc).Whether wiki-formatted event messages should be truncated or not.

This only affects the default rendering, and can be overriden by
specific event providers, see their own documentation.Which formatter flavor (e.g. 'html' or 'oneliner') should be
used when presenting the description for new tickets.
If 'oneliner', the [timeline] abbreviated_messages option applies.Width of ambiguous characters that should be used in the table
of the notification mail.

If `single`, the same width as characters in US-ASCII. This is
expected by most users. If `double`, twice the width of
US-ASCII characters.  This is expected by CJK users. (''since
0.12.2'')Width of the header logo image in pixels.Wrap `GitRepository` in `CachedRepository`.Project-Id-Version:  Trac
Report-Msgid-Bugs-To: http://trac.edgewall.org/
POT-Creation-Date: 2015-09-03 03:17-0700
PO-Revision-Date: 2015-09-30 19:04+0200
Last-Translator: Lele Gaifax <lele@metapensiero.it>
Language: it
Language-Team: Italian (http://www.transifex.com/projects/p/trac/language/it/)
Plural-Forms: nplurals=2; plural=(n != 1)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Generated-By: Babel 2.8.0
Tripla (r,g,b) per indicare il colore intermedio, quando vengono
usate due interpolazioni lineari per stabilire la scala di colori
(vedi `intermediate_color`).
Se non viene impostata, verrà usato il colore intermedio tra
`oldest_color` e `newest_color`.Tripla (r,g,b) per indicare il colore usato per le cose più
recenti, nella scala colori usata nelle ''annotazioni'' o
nella colonna ''età'' se l'opzione `color_scale` è abilitata.Tripla (r,g,b) per indicare il colore usato le cose più
vecchie, nella scala colori usata nelle ''annotazioni'' o
nella colonna ''età'' se l'opzione `color_scale` è abilitata.Frammento di template Genshi usato per generare l'oggetto della notifica.

Le variabili del template sono documentate sulla pagina
[TracNotification#Customizingthee-mailsubject TracNotification].Aggiungi una semplice toolbar sopra le `<textarea>` del Wiki.
(''dalla 1.0.2'')Gli indirizzi email sono visibili a tutti i destinatari.

Se questa opzione è disabilitata, i destinatari vengono messi nel campo Bcc.Testo alternativo per il logo nell'intestazione.<Dal momento che i flussi di lavoro per le segnalazioni sono
configurabili, ci possono essere molti stati e quindi mostrare
semplicemente le segnalazioni chiuse piuttosto che tutte le altre
potrebbe non essere appropriato in molti casi.
Questa sezione consente di creare dei ''gruppi'' di stati che
saranno mostrati in colori diversi nelle barre di progresso della
vista obiettivi.

Nota che le segnalazioni possono essere raggruppate unicamente
in base al loro //stato//, nient'altro. In particolare, non è
possibile distinguere le segnalazioni chiuse in base alla //risoluzione//.

Esempio di configurazione con tre gruppi, //chiuse//, //nuove//
e //attive// (di default ci sono solo closed e active):
{{{
# il gruppo 'chiuse' corrisponde alle segnalazioni 'closed'
chiuse = closed

# .order: ordine di presentazione nella barra di progresso
chiuse.order = 0

# .query_args: parametri opzionali per la query corrispondente.
#              In questo esempio, rispetto al default ci sono due
#              ulteriori colonne ('created' e 'modified'), e
#              l'ordinamento viene effettuato su 'created'.
chiuse.query_args = group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime

# .overall_completion: indica i gruppi che incidono sulla percentuale
#                      di completamento
chiuse.overall_completion = true

nuove = new
nuove.order = 1
nuove.css_class = new
nuove.label = nuove

# Nota: è consentito avere un gruppo che includa tutti gli stati
#       non ancora considerati
attive = *
attive.order = 2

# .css_class: classe CSS per questo intervallo
attive.css_class = open

# .label: etichetta per questo gruppo
attive.label = in lavorazione
}}}

La definizione consiste in una lista di stati separati da virgole.
Inoltre, '*' indica uno stato qualsiasi e può essere usato per
associare i rimanenti stati in un unico gruppo.

La classe CSS può essere una delle seguenti: `new` (giallo),
`open` (nessun colore) oppure `closed` (green). Ulteriori stili
possono essere facilmente aggiunti con delle regole CSS
personalizzate: `table.progress td.<class> { background: <color> }`
inserite ad esempio nel file [TracInterfaceCustomization#SiteAppearance site/style.css].Ricarica automaticamente i template modificati.URL di base per service le risorse statiche sotto /chrome/common.

Può essere lasciato vuoto, nel qual caso Trac semplicemente servirà
tali risorse autonomamente.

Utenti esperti potranno usare questa opzione insieme a
[TracAdmin trac-admin ... deploy <deploydir>] per consentire al
web server di servire direttamente le risorse statiche.
Nota però che questo si applica solo alla directory
`<deploydir>/htdocs/common`, mentre le altre risorse (cioè quelle
fornite dai plugin) non vengono fornite in questo modo e saranno
necessarie ulteriori regole di rewrite sul web server.URL di base dell'istanza Trac dove riportare gli errori che
avvengono in questo Trac.

Può essere un URL assoluto o relativo, oppure '.' per riferirsi
a questa istanza Trac. Specificare un valore vuoto per disabilitare
i pulsanti relativi.Codifica da usare in caso di ambiguità.Verifica che l'autore del commit abbia il permesso di eseguire
l'azione richiesta sulle segnalazioni referenziate.

Questo necessita che i nomi utente di Trac e del repository corrispondano.Lista dei percorsi classificati come branch, separati da virgole.

Se un percorso termina con '*', allora tutte le directory trovate
sotto quel percorso verranno incluse.
Esempio: `/trunk, /branches/*, /progettoAlfa/trunk, /sandbox/*`Lista dei percorsi classificati come tag, separati da virgole.

Se un percorso termina con '*', allora tutte le directory trovate
sotto quel percorso verranno incluse.
Esempio: `/tags/*, /progettoAlfa/tags/*, /progettoAlfa/tags/A-v1.1`Lista di tipi MIME separati da virgole che devono essere considerati
come dati binari.Lista dei nomi dei campi, separati da virgole, che consentono un valore vuoto.
(''dalla 1.1.2'')Lista di prefissi consentiti per le directory dei repository,
separati da virgole, quando si aggiunge o si modificano i repository
nel pannello di amministrazione. Se la lista è vuota, tutte le
directory sono consentite.
(''dalla 0.12.1'')Lista di colori, separati da virgole, usata nel grafo visualizzato
nel TracRevisionLog.
(''dalla 1.0'')Lista dei domini che devono essere considerati come indirizzi
email validi (tipo localdomain), separati da virgole.Lista dei domini che non devono essere considerati parte del
indirizzo email (per i nomi utente dei domini Kerberos),
separati da virgole.Indirizzi email, separati da virgole, a cui inviare sempre le notifiche
via email, non visibili dai destinatari (Bcc:).Indirizzi email, separati da virgole, a cui inviare sempre le notifiche via email,
che sono visti da tutti i destinatari (Cc:).Lista di proprietà del sistema di versionamento, separate da virgole,
che devono essere nascoste dal visualizzatore del repository.Lista di proprietà del sistema di versionamento, separate da virgole,
da mostrare come contenuto wiki a singola riga nel visualizzatore del
repository.Lista di proprietà del sistema di versionamento, separate da virgole,
da mostrare come contenuto wiki nel visualizzatore del repository.Comandi per aggiungere un riferimento, come lista separata da spazi.

Se impostato al valore speciale `<ALL>`, tutte le segnalazioni
referenziate nel messaggio verranno relazionate al changeset.Comandi che chiudono le segnalazioni, indicate come
lista di ID separati da spazi.Opzioni di configurazione del [http://pygments.org/docs/lexers/ lexer] di Pygments.

Ad esempio, per impostare le opzioni `startinline` e `funcnamehighlighting` di
[http://pygments.org/docs/lexers/#lexers-for-php-and-related-languages PhpLexer]:
{{{#!ini
[pygments-lexer]
php.startinline = True
php.funcnamehighlighting = True
}}}

Il nome del lexer è derivato dal nome della classe, eliminando `Lexer` dalla fine del nome.
Possono essere usate anche le //abbreviazioni// (//short names//) del lexer invece che il
suo nome completo.Configura la barra di navigazione principale,
che di default contiene //Wiki//, //Cronologia//, //Obiettivi//,
//Sorgenti//, //Segnalazioni//, //Nuova segnalazione//, //Cerca// e
//Admin//.

Possono essere specificati gli attributi `label`, `href`, e `order`.
Le singole voci possono essere disabilitate impostando il valore
dell'elemento a `disabled`.

L'esempio seguente cambia il nome del link WikiStart a //Documentazione//,
collega la voce //Segnalazioni// a uno specifico report e disabilita la
voce //Cerca//.
{{{#!ini
[mainnav]
wiki.label = Documentazione
tickets.href = /report/24
search = disabled
}}}

Vedi TracNavigation per ulteriori dettagli.Configura le meta voci di navigazione, che di default sono //Accedi//,
//Esci//, //Preferenze//, ''!Aiuto/Guida'' e //Info su Trac//.
Gli attributi consentiti sono gli stessi che per `[mainnav]`. Oltre
a quelli, è supportata anche un'ulteriore voce speciale: `logout.redirect`
è la pagina dove viene rediretto l'utente dopo aver premuto il tasto di uscita.
Ad esempio:

{{{#!ini
[metanav]
logout.redirect = wiki/Logout
}}}

Per ulteriori dettagli consulta TracNavigation.Personalizzazione del formato di logging.

Se non viene impostato, verrà usato il seguente formato:

Trac[$(module)s] $(levelname)s: $(message)s

Oltre alle chiavi ordinariamente supportate dalla libreria
logging di Python (vedi http://docs.python.org/library/logging.html),
possono essere usati anche:

- `$(path)s`     il path dell'ambiente corrente
- `$(basename)s` l'ultima componente del path dell'ambiente corrente
- `$(project)s`  il nome del progetto

Da notare l'utilizzo della forma `$(...)s` al posto di `%(...)s` dal
momento che quest'ultima forma verrebbe interpretata immediatamente
dal !ConfigParser stesso.

Esempio:
`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`Posizione del backup del database.Connessione al database.

[wiki:TracEnvironment#DatabaseConnectionStrings Stringa] di connessione
al database per questo progetto.CC: di default usato alla creazione di nuove segnalazioni.Componente di default da usare alla creazione di una nuova segnalazione.Descrizione di default da usare alla creazione di una nuova segnalazione.Campo usato di default per raggruppare le segnalazioni nella barra
di progressione. (''dalla 1.2'')Altezza di default della textarea usata per modificare una pagina wiki.
(''dalla 1.1.5'')Host/domain di default da aggiungere agli indirizzi che ne sono sprovvisti.
Gli indirizzi ''fully qualified'' non vengono modificati. Il dominio di
default viene aggiunto ai nomi utente degli account che non abbiano
specificato un indirizzo email nelle proprie impostazioni utente.Parole chiave di default da usare alla creazione di una nuova segnalazione.Obiettivo di default da usare alla creazione di una nuova segnalazione.Obiettivo di default dove spostare le segnalazioni quando l'obiettivo viene chiuso o cancellato.
(''dalla 1.1.2'')Numero di giorni mostrati di default nella cronologia.Incaricato di default da usare alla creazione di una nuova segnalazione.Priorità di default da usare alla creazione di una nuova segnalazione.Tipo di repository di default.

Viene usato come tipo di repository di default per i repository
definiti nella sezione [TracIni#repositories-section repositories] o
nel pannello di amministrazione "Repository".
(''dalla 0.12'')Risoluzione di default usata per risolvere (chiudere) le segnalazioni.Severità di default da usare alla creazione di una nuova segnalazione.Sommario (titolo) di default da usare alla creazione di una nuova segnalazione.Tipo di default da usare alla creazione di una nuova segnalazione.Valore di default del parametro `limit` nel TracRevisionLog.Versione di default da usare alla creazione di una nuova segnalazione.Specifica la codifica dei percorsi dei repository git.Larghezza del tab nella visualizzazione dei file.Indirizzo email dell'amministratore del progetto.Abilita la colorazione della colonna ''età''.

Viene utilizzata la stessa scala di colori usata nelle
visualizzazione delle annotazioni del codice sorgente:
il blu indica cose più vecchie, il rosso cose recenti.Abilita la notifica via email.Abilita una cache persistente del contenuto del repository.Abilita la mappatura inversa degli indirizzi email git verso gli id degli utenti Trac.
Le performance potranno risultare ridotte quando vi siano molti utenti e l'opzione
`cached_repository` è `disattivata`.

Modificando questa opzione rende necessaria una risincronizzazione del repository.Abilita la visualizzazione di tutte le modifiche alle segnalazioni
nella cronologia, non solo le operazioni di apertura / chiusura.Abilita la visualizzazione del componente delle segnalazioni
nella cronologia.
(''dalla 1.1.1'')Abilita/disabilita l'evidenziazione dei link CamelCase alle pagine mancanti.Abilita/disabilita la spezzatura dei WikiPageNames con caratteri
di spaziatura.Abilita/disabilita l'uso di tag HTML non sicure come `<script>` oppure `<embed>` nel [wiki:WikiProcessors WikiProcessor] HTML.

Per siti pubblici dove l'utente anonimo può modificare il wiki si raccomanda di lasciare questa opzione disabilitata.Sequenza di caratteri per il fine-riga quando la proprietà `svn:eol-style` è `native`.

Se `native`, sostituisci con il marcatore EOL nativo sul server.
Altrimenti, se `LF`, `CRLF` o `CR`, sostituisci con il marker EOL specificato.

(''dalla 1.0.2'')Ogni opzione nella sezione `[interwiki]` definisce un prefisso
InterWiki. Il nome dell'opzione definisce il prefisso, mentre il
suo valore definisce l'URL, opzionalmente seguito da una descrizione
separata da una spaziatura dall'URL. Sono supportati anche URL
parametrici.

'''Esempio:'''
{{{
[interwiki]
MeatBall = http://www.usemod.com/cgi-bin/mb.pl?
PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal $1
tsvn = tsvn: Interact with TortoiseSvn
}}}Altezza in pixel dell'immagine del logo nell'intestazione.<Se `log_type` è `file`, questo deve essere il percorso del file di log.
Se il percorso è relativo, viene risolto rispetto alla directory `log`
dell'ambiente.Se abilitato, i contenuti vengono inviati utilizzando la ''chunked encoding''.
Altrimenti vengono inviati con l'header `Content-Length` dopo che l'intero
contenuto è stato reso. (''dalla 1.0.6'')Se impostato a un valore tra 0 e 1 (esclusi), verrà usato per
stabilire l'`intermediate_color` nell'interpolazione del colore.In questa sezione possono essere specificati campi addizionali
per le segnalazioni. Vedi TracTicketsCustomFields per ulteriori
dettagli.Periodo di inattività in secondi dopo il quale mostrare automaticamente
l'anteprima wiki. Il valore può essere un numero in virgola mobile.
Più basso è il valore, più frequenti saranno le richieste fatte al
server. Impostalo a 0 per disabilitare l'anteprima automatica.
(''dalla 0.12'')Livello di logging.

Valori consentiti: `CRITICAL`, `ERROR`, `WARN`, `INFO` o `DEBUG`.Intervallo di validità del cookie di autenticazione, in secondi.

Questo valore determina quanto a lungo il browser manterrà memoria
delle informazioni di autenticazione, quindi la durata dell'inattività
dell'utente prima che gli venga richiesta nuovamente l'autenticazione.
Il valore di default 0 fa scadere il cookie alla fine della sessione
del browser.
(''dalla 0.12'')Come `ticket_subject_template` ma per le modifiche batch.
(''dalla 1.0'')Lista di schemi URI considerati "sicuri", che verranno resi come
collegamenti esterni anche quando `[wiki] render_unsafe_content` è
''false''.Lista di tipi MIME addizionali e mappature di keyword

Le mappature sono separate da virgole e per ciascun tipo MIME viene
specificata una lista di parole chiave o di estensioni di file
separate dal carattere due punti (`:`).Lista di tipi MIME associati a pattern di filename.
Le mappature sono separate da virgole, e ciascuna consiste in un
tipo MIME e una espressione regolare Python usata per verificare
i filename, separati da un carattere due punti (`:`).
(''dalla 1.0'')Lista di tipi MIME addizionali per Pygments.

Ciascun tipo deve essere specificato da una tupla
`mimetype:modo:qualità` dove `mimetype` è il tipo
MIME, `modo` è il corrispondente modo che Pygments
deve usare per la conversione e `qualità` è il grado
di qualità associato alla conversione.
È possibile in questo modo modificare il grado di
qualità usato di default dal render di Pygments.Lista di componenti che implementano `IPermissionPolicy`, nell'ordine
in cui verranno applicati. Questi componenti gestiscono il controllo
di accesso fine alle risorse di Trac.Lista dei percorsi del repository che possono essere scaricati.

Lascia questa opzione vuota se vuoi disabilitare la funzionalità,
altrimenti impostala a una lista di percorsi consentiti (vengono
interpretati come pattern glob, cioè "*" può essere usato come
jolly), separati da virgole. In un ambiente multi-repository il
percorso deve essere qualificato con il nome del repository se
non si riferisce al repository di default (ad esempio /nomerepo/trunk).
Nota che viene applicata una semplice verifica del prefisso, quindi
gli eventuali alias non vengono considerati automaticamente.Percorso del file di configurazione della policy authz. I percorsi non
assoluti sono relativi alla directory `conf` dell'ambiente.Percorso di mysqldump per effettuare i backup dei database MySQL.Percorso di pg_dump per effettuare i backup dei database PostgreSQL.Posizione della libreria !JavaScript di jQuery (versione 1.8.3).

Un valore vuoto carica jQuery dalla copia inclusa con Trac.

In alternativa, jQuery può essere caricata da una CDN, ad esempio:
http://code.jquery.com/jquery-1.8.3.min.js,
http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js oppure
https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js.
(''dalla 1.0'')Posizione della libreria !JavaScript jQuery UI (version 1.9.2).

Un valore vuoto carica jQuery UI dalla copia inclusa con Trac.

In alternativa, jQuery UI può essere caricata da una CDN, ad esempio:

https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js
oppure
http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js.

(''dalla 1.0'')Posizione dei temi usati dalla libreria !JavaScript jQuery UI (version 1.9.2).

Un valore vuoto carica il tema jQuery UI personalizzato da Trac dalla
copia inclusa con Trac.

In alternativa, un tema jQuery UI può essere caricato da una CDN, ad esempio:

https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/start/jquery-ui.css
oppure
http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/themes/start/jquery-ui.css.
(''dalla 1.0'')Tipo di logging utilizzato.

Valori consentiti: `none`, `file`, `stderr`, `syslog` o `winlog`.Rendi i campi `<textarea>` ridimensionabili. Richiede !JavaScript.
(''dalla 0.12'')Usa un menu a discesa per il campo `incaricato` delle segnalazioni.
Assicurati di comprendere le implicazioni sulle performance prima
di attivare questa opzione. Vedi
[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].

Nota che gli indirizzi email '''non''' vengono offuscati nel menu,
quindi questa opzione non deve essere usata se gli indirizzi email
devono rimanere protetti.Dimensione massima consentita dei commenti, in caratteri.Dimensione massima consentita della descrizione, in caratteri.Dimensione massima consentita (in byte) per gli allegati.Dimensione massima consentita del sommario, in caratteri.
(''dalla 1.0.2'')Dimensione massima consentita (in byte) della lista di allegati
per essere scaricabile come `.zip`. Imposta a -1 per disabilitare
lo scaricamento come `.zip`.
(''dalla 1.0'')Dimensione massima consentita di una pagina wiki, in caratteri.Dimensione massima del file per la visualizzazione HTML.Numero massimo di giorni (-1 per illimitato) visualizzabile nella
cronologia.Numero massimo di file modificati per cui la vista del changeset
cercherà di mostrare le differenze in linea.Dimensione massima totale in byte dei file modificati (dimensione
precedente più dimensione attuale) per cui la vista del changeset
cercherà di mostrare le differenze in linea.Lunghezza minima della stringa di query quando si effettua una ricerca.Nome del componente che implementa `IEmailSender`.

Questo componente viene usato dal sistema di notifiche per inviare
i messaggi email.
Attualmente Trac fornisce `SmtpEmailSender` per connettersi a un
server SMTP e `SendmailEmailSender` per lanciare un eseguibile
compatibile con `sendmail`.
(''dalla 0.12'')Nome del componente che implementa `IPermissionStore`, usato
per gestire i permessi degli utenti e dei gruppi.Nome del componente che implementa `ITicketGroupStatsProvider`,
che viene usato per raccogliere le statistiche sui gruppi di
segnalazioni per la visualizzazione nelle viste degli obiettivi.Nome del componente che implementa `ITicketGroupStatsProvider`,
che viene usato per raccogliere le statistiche sui gruppi di
segnalazioni per la visualizzazione nelle viste degli obiettivi.Nome del componente che gestisce le richieste all'URL di base.

Le opzioni possibili sono `TimelineModule`, `RoadmapModule`,
`BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`
e `WikiModule`.Nome del progetto.Non offuscare mai i link `mailto:` scritti esplicitamente nel wiki,
anche quando `show_email_addresses` è ''false'' oppure l'utente non
abbia il permesso EMAIL_VIEW.Numero di file da visualizzare (`-1` per illimitato, `0` per disabilitare).

Può essere impostato anche a `location`, per mostrare il prefisso
comune tra i file modificati.Numero di segnalazioni mostrate nel flusso RSS.Numero di segnalazioni per pagina mostrate di default nelle ricerce
sulle segnalazioni.Numero di segnalazioni per pagina mostrate di default nei report.Una delle alternative per registrare nuovi repository è quella
di popolare la sezione `[repositories]` del `trac.ini`.

Si tratta di un'opzione particolarmente adatta per impostare un
adeguato alias, o per repository dalla vita breve, o ancora durante
le fasi iniziali di una installazione.

Consulta [TracRepositoryAdmin#Intrac.ini TracRepositoryAdmin] per i
dettagli sul formato di questa sezione, e il resto della pagina per
le altre alternative.
(''dalla 0.12'')Utilizza `[trac] base_url` per le redirezioni.

In qualche configurazione, tipicamente quando Trac viene esposto
tramite un proxy HTTP, Trac non è in grado di ricostruire
automaticamente l'URL usato per accedervi. Potresti dover
usare questa opzione per forzare il Trac a usare l'impostazione
`base_url` anche per le redirezioni. Questo ovviamente implica
che l'ambiente potrà essere usato solo quando vi si accede da
quella URL, dal momento che le redirezioni vengono usate di
frequente.Lista ordinata dei filtri da applicare a tutte le richieste.Lista ordinata dei controlli del flusso di lavoro da usare nelle azioni sulle segnalazioni.Testo usato come piè di pagina (allineato a destra).Password per l'autenticazione sul server SMTP.Percorso del cookie di autenticazione.

Imposta questo al percorso di base comune a diverse istanze Trac
se vuoi che condividano il medesimo cookie.
(''dalla 0.12'')Percorso del file projects.list nel formato gitweb.Percorso della //directory htdocs condivisa//.

Le risorse statiche in questa directory vengono mappate da
/chrome/shared nell'URL dell'ambiente, in aggiunta alle locazioni
common e site.

Questo può essere utile nel site.html per avere una personalizzazione
comune dell'interfaccia di ambienti Trac multipli.
(''dalla 1.0'')Percorso della //directory condivisa dei plugin//.

I plugin in questa directory sono caricati in aggiunta a quelli nella
directory `plugins` dell'ambiente, che hanno comunque precedenza.Percorso della //directory dei template condivisi//.

I template in questa directory vengono caricati in aggiunta a
quelli presenti nella directory `templates` dell'ambiente,
sebbene questi ultimi abbiano la precedenza.Percorso base dei tuoi repository git.Percorso dell'eseguibile git.Percorso dell'eseguibile sendmail.

Il programma sendmail deve accettare le opzioni `-i` e `-f`.
(''dalla 0.12'')Percorsi alle estensioni sqlite, sia relativi alla directory
dell'ambiente Trac oppure assoluti.
(''dalla 0.12'')Consenti indirizzi email senza un host/domain (cioè, solo nome utente).

Il server SMTP dovrà accettare questi indirizzi, aggiungendovi un FQDN
oppure usando la spedizione locale. Vedi anche `smtp_default_domain`.
Non utilizzare questa opzione con un server SMTP pubblico.URL di riferimento dell'ambiente Trac.

Si tratta dell'URL di base che verrà usato nella produzione
di documenti usati fuori dall'usuale contesto web, come ad
esempio quando vengono inseriti URL che puntano a determinate
risorse di Trac nelle notifiche via email.Indirizzo di Reply-To usato nelle notifiche via email.

Almeno una delle opzioni `smtp_from` e `smtp_replyto` deve essere impostata,
altrimenti Trac si rifiuterà di inviare le notifiche via email.Specifica se i comandi debbano essere delimitati.

Deve essere o vuota oppure contenere due caratteri. Ad esempio,
se viene impostata a `[]`, i comandi dovranno essere nella
forma `[chiude #4]`.Limita i cookie alle connessioni HTTPS.

Quando impostato a ''true'', abilita la flag `secure` su tutti i cookie
in modo tale che vengano spediti al server solo tramite connessioni
HTTPS. Usa questa opzione solo quando l'istanza Trac sia accessibile
solo tramite HTTPS.Hostname del server SMTP da usare per le notifiche via email.Numero di porta del server SMTP da usare per le notifiche via email.Invia una notifica di modifica della segnalazione quando viene aggiornata.Indirizzo del mittente usato nelle notifiche via email.

Almeno una delle opzioni `smtp_from` e `smtp_replyto` deve essere impostata,
altrimenti Trac si rifiuterà di inviare le notifiche via email.Nome del mittente nelle notifiche via email.Breve descrizione del progetto.Mostra gli indirizzi IP per la modifica delle risorse (ad esempio le pagine wiki).
Questa opzione è deprecata dalla versione 1.0.5 e verrà rimossa nella 1.3.1.Mostra gli indirizzi email invece che i nomi utente. Se ''false'',
l'indirizzo email viene offuscato per gli utenti che non hanno il permesso
EMAIL_VIEW.Mostra i nomi completi anziché i nomi utente. (''dalla 1.2'')Mostra le query SQL nel log di Trac, al livello DEBUG.Specifica la codifica MIME usata per le email.

I valori supportati sono: `none`, il valore di default che utilizza la
codifica 7-bit se il testo è completamente ASCII, altrimenti 8-bit.
`base64` che funziona con qualsiasi tipo di contenuto ma può causare
qualche problema con motori anti-spam/anti-virus puntigliosi. `qp`
oppure `quoted-printable`, ottimale per le lingue europee (più compatto
del base64) se la codifica 8-bit non può essere usata.Specifica quali filtri di ricerca debbano essere disabilitati
di default sulla pagina di ricerca. Questo limita anche i filtri
per la funzione di ricerca veloce. I nomi dei filtri definiti
dai componenti di default sono: `wiki`, `ticket`, `milestone`
e `changeset`. Per i plugin, controlla la loro implementazione
dell'interfaccia ISearchSource, nel metodo `get_search_filters()`,
il primo elemento della tupla ritornata. Una volta disabilitati,
tali filtri potranno essere comunque riabilitati manualmente
dall'utente sulla pagina di ricerca.
(''dalla 0.12'')Template per gli URL dei progetti. %s verrà sostituito con
il nome del repository.Testo da aggiungere in testa all'oggetto delle notifiche via email.

Se non viene definito, verrà usato [$nome_progetto] come prefisso.
Se non si desidera alcun prefisso, specificare un valore vuoto.Il TracBrowser per Subversion può interpretare le proprietà
`svn:externals` sulle cartelle. Di default, si limita a convertire
gli URL in collegamenti, dal momento che Trac non può accedere ai
repository remoti.

D'altro canto, se hai un altro ambiente Trac (oppure un altro
visualizzatore di repository tipo [http://www.viewvc.org/ ViewVC])
configurato per accedere al repository remoto, puoi specificare
a Trac quale visualizzatore utilizzare per un certo URL esterno.
Questa mappatura viene determinata nella sezione `[svn:externals]`
del TracIni.

Esempio:
{{{
[svn:externals]
1 = svn://server/repos1                       http://trac/proj1/browser/$path?rev=$rev
2 = svn://server/repos2                       http://trac/proj2/browser/$path?rev=$rev
3 = http://theirserver.org/svn/eng-soft       http://ourserver/viewvc/svn/$path/?pathrev=25914
4 = svn://anotherserver.com/tools_repository  http://ourserver/tracs/tools/browser/$path?rev=$rev
}}}
Con questa configurazione, il riferimento esterno `svn://anotherserver.com/tools_repository/tags/1.1/tools`
verrà rediretto a `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`
(e `rev` verrà impostato al numero di revisione del caso se il
riferimento esterno specifica una revisione, vedi [http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book on externals]
per ulteriori dettagli).

Nota che il numero usato come chiave nella sezione qui sopra viene
semplicemente ignorato, ed è necessario solo perché per varie
limitazioni nel parser del file di configurazione non è possibile
usare l'URL stesso come chiave.

Infine, gli URL relativi introdotti nella versione [http://subversion.apache.org/docs/release-notes/1.5.html#externals Subversion 1.5]
non sono ancora supportati.La query di base usata quando i valori dei campi delle segnalazioni
vengono trasformati in collegamenti. La stringa di query deve
cominciare con il carattere `?` come utilizzata da `query:`
[TracQuery#UsingTracLinks Trac links]. (''dalla 0.12'')Il formato delle date. I valori possibili sono 'iso8601' per
selezionare il formato ISO 8601, o lasciarlo in bianco di modo
che il formato venga desunto dalla lingua di default del browser.
(''dalla 1.0'')Formato dei valori temporali. Le opzioni possibili sono
'relative' per visualizzarli in un formato relativo oppure
'absolute' per mostrarli in formato assoluto.
(''dalla 1.0'')La query di default per gli utenti anonimy. La query può
essere nella sintassi specificata dal
[TracQuery#QueryLanguage query language], oppure una stringa URL di
query che comincia con il carattere `?` come utilizzata da `query:`
[TracQuery#UsingTracLinks Trac links].La query di default per gli utenti autenticati. La query può
essere nella sintassi specificata dal
[TracQuery#QueryLanguage query language], oppure una stringa URL di
query che comincia con il carattere `?` come utilizzata da `query:`
[TracQuery#UsingTracLinks Trac links].Stile di default utilizzato da Pygments.Fuso orario da usare di default.Header da utilizzare se viene abilitata l'opzione `use_xsendfile`. Se si
utilizza Nginx, impostare `X-Accel-Redirect`. (''dalla 1.0.6'')La lunghezza a cui troncare i codici sha1 (deve essere >= 4 e <= 40).Numero massimo di template di cui caricatore di template manterrà una cache in memoria. Puoi usare un valore più elevato se il tuo sito utilizza un gran numero di template e se hai memoria sufficiente, oppure puoi ridurlo se hai poca memoria.La lunghezza minima di una stringa esadecimale perché venga
riconosciuta come un codice sha1 (deve essere >= 4 e <= 40).Il prefisso del modulo usato da `authz_file` per il repository di
default. Se lasciato in bianco, viene usata la sezione globale.Percorso del
[http://svnbook.red-bean.com/en/1.6/svn.serverconfig.pathbasedauthz.html file di autorizzazione (authz)]
di Subversion.
Per abilitare il controllo dei permessi authz, la policy
`AuthzSourcePolicy` deve essere aggiunta a `[trac] permission_policies`. I
percorsi non assoluti sono relativi alla directory `conf` dell'ambiente.La lingua di da utilizzare quando non sia stata impostata quella
preferita dell'utente.
(''dalla 0.12.1'')Il flusso di lavoro delle segnalazioni è determinato dai plugin.
Di default, c'è un solo componente `ConfigurableTicketWorkflow`
che si occupa della gestione. Questo componente consente di
configurare il flusso di lavoro in questa sezione del file
`trac.ini`. Consulta TracWorkflow per ulteriori dettagli.Questa sezione configura i prefissi InterTrac. Le opzioni in questa
sezione i cui nomi contengano un "." definiscono particolarità del
prefisso InterTrac corrispondente al nome dell'opzione fino al ".".
Le opzioni il cui nome non contiene un "." definiscono un alias.

La chiave `.url` è obbligatoria e viene usata come posizione
dell'altro Trac. Può essere un URL relativo nel caso in cui l'altro
Trac si trovi sul medesimo server.

La chiave `.title` viene usata per mostrare un tooltip quando il
cursore viene posizionato sul collegamento InterTrac.

Esempio di configurazione:
{{{
[intertrac]
# -- Esempio di impostazione di un alias:
t = trac

# -- Collegamento a un Trac esterno:
trac.title = Edgewall's Trac for Trac
trac.url = http://trac.edgewall.org
}}}Questa sezione è usata per abilitare o disabilitare sia i componenti
forniti dai plugin che quelli di Trac stesso. Il componente da
abilitare/disabilitare viene specificato dal nome dell'opzione. Il suo
valore determina lo stato di attivazione: `enabled` oppure `on` per
attivarlo, qualsiasi altro valore (tipicamente `disabled` o `off`) per
disabilitarlo.

Il nome dell'opzione può essere sia il nome completo del componente
piuttosto che il prefisso del modulo/package del componente. La prima
forma abilita/disabilita uno specifico componente, mentre la seconda
abilita/disabilita qualsiasi componente fornito dal modulo/package
specificato.

Considera la seguente configurazione:
{{{
[components]
trac.ticket.report.ReportModule = disabled
acct_mgr.* = enabled
}}}

La prima opzione indica a Trac di disabilitare il [wiki:TracReports modulo report].
La seconda opzione invece abilita tutti i componenti del package
`acct_mgr`. Nota come il suffisso `*` sia necessario per individuare
i componenti del modulo/package.

Per vedere la lista dei componenti attivi, consulta la sezione
''Moduli aggiuntivi installati'' nella pagina ''Info su Trac''
(richiede il [wiki:TracPermissions permesso] `CONFIG_VIEW`).

Vedi anche: TracPluginsQuesta sezione consente di aggiungere permessi arbitrari
a un ambiente Trac. Può essere utile ad esempio per aggiungere
dei permessi utilizzabili nelle azioni del flusso di lavoro.

Per aggiungere un nuovo permesso, crea una nuova sezione
`[extra-permissions]` nel file `trac.ini`. Ogni voce in questa
sezione definisce un meta-permesso e una lista di permessi
separati da virgole. Ad esempio:
{{{
[extra-permissions]
EXTRA_ADMIN = EXTRA_VIEW, EXTRA_MODIFY, EXTRA_DELETE
}}}
definisce tre nuovi permessi `EXTRA_VIEW`, `EXTRA_MODIFY` e
`EXTRA_DELETE`, oltre che al meta-permesso `EXTRA_ADMIN` che
include tutti e tre i permessi.

I permessi vengono creati usando caratteri maiuscoli a prescindere dall'effettiva definizione nel `trac.ini`. Ad esempio, la definizione `extra_view` creerebbe il permesso `EXTRA_VIEW`.

Se non desideri avere il meta-permesso, aggiungi un underscore
(`_`) all'inizio del nome:
{{{
[extra-permissions]
_perms = EXTRA_VIEW, EXTRA_MODIFY
}}}Valore di timeout per la connessione al database, in secondi.
Usare `0` per specificare ''nessun timeout''.URL dell'icona del progetto.URL dell'immagine da usare come logo nell'intestazione.
Può essere assoluto, relativo al server o relativo.

Se è relativo, viene risolto rispetto a una delle posizioni `/chrome`:
`site/tuo-logo.png` se `tuo-logo.png` è posizionato nella cartella
`htdocs` del TracEnvironment;
`common/tuo-logo.png` se `tuo-logo.png` è posizionato nella cartella
mappata all'URL [#trac-section htdocs_location].
Specificando solo `tuo-logo.png` è equivalente a quest'ultima opzione.URL del sito web del progetto principale, solitamente il
sito dove risiede `base_url`. Viene usato nelle notifiche
via email.URL per il collegamento associato al logo nell'intestazione.Usa SSL/TLS per spedire le notifiche tramite SMTP.Usa il valore di git-committer invece che di git-author
per il campo ''Author'' dei changeset.Usa l'istante specificato da git-committer invece che quello
specificato da git-author per il campo ''Timestamp'' dei changeset.Usa l'autore della modifica come mittente nelle notifiche via email
(ad esempio il segnalatore di una nuova segnalazione oppure l'autore
di un commento). Se l'autore non ha un indirizzo email verranno usate
le opzioni `smtp_from` e `smtp_from_name`.
(''dalla 1.0'')Username per l'autenticazione sul server SMTP.Se impostato a ''true'', restituisci una intestazione `X-Sendfile`
senza alcun contenuto quando viene richiesto un file dal filesystem,
in modo tale che sia il web server a gestire il contenuto stesso.
Questo richiede un web server che sappia gestire questa intestazione,
come Apache con `mod_xsendfile` oppure lighttpd.
(''dalla 1.0'')Se il formattatore Wiki debba rispettare gli a-capo presenti nel
testo Wiki.
Se impostato a 'default', è equivalente a 'yes' per i nuovi ambienti
mentre viene mantenuto il comportamento precedente negli ambienti che
sono stati aggiornati (cioè 'no').Se i file allegati debbano essere visualizzati nel browser, piuttosto
che solo tramite scaricamento.

Dal momento che praticamente qualsiasi file può essere interpretato
come HTML dal browser, un malintenzionato potrebbe allegare un file
contenente uno script che implementa un attacco "cross-site".

Per siti pubblici dove utenti anonimi possono allegare un file, si
raccomanda di lasciare questa opzione disabilitata.<Se changeset consecutivi dello stesso autore aventi esattamente
lo stesso messaggio debbano essere presentati come un singolo
evento. In questo caso l'evento punterà a un intervallo di
changeset nella vista cronologica.Se i nomi degli utenti debbano essere convertiti in minuscolo.Se i file grezzi debbano essere visualizzati nel browser, piuttosto
che solo tramite scaricamento.

Dal momento che praticamente qualsiasi file può essere interpretato
come HTML dal browser, un malintenzionato potrebbe creare un file
contenente uno script che implementa un attacco "cross-site".

Per repository aperti dove chiunque può inserire un file, si raccomanda
di lasciare questa opzione disabilitata.Se l'indirizzo IP dell'utente debba essere verificato per
l'autenticazione.Se i messaggi nei changeset debbano essere interpretati come
formattazione wiki.

Se questa opzione è disabilitata, i messaggi nei changeset verranno
mostrati come testo preformattato.Se la formattazione wiki dei messaggi nei changeset debba essere
multi-riga oppure no.

Se questa opzione non è specificata o è ''false'' e `wiki_format_messages`
è impostata a ''true'', i messaggi nei changeset saranno mostrati
come singole riga, perdendo qualche formattazione (liste puntate,
ecc.)Se i messaggi di evento di tipo wiki debbano essere troncati oppure no.

Questo influisce solo sulla resa di default e può essere modificato
da specifici fornitori di eventi, consulta la loro documentazione.Quale tipo di formattatore (cioè 'html' o 'oneliner') deve essere
utilizzato per mostrare la descrizione delle nuove segnalazioni.
Quando è impostato a 'oneliner', viene usata l'opzione [timeline]
abbreviated_messages.Ampiezza dei caratteri ambigui utilizzata nelle tabelle incluse
nelle notifiche via email.

Se `single` viene usata la stessa ampiezza dei caratteri US-ASCII,
scelta adatta per la maggior parte degli utenti. Se `double`, viene
usata un'ampiezza doppia rispetto ai caratteri US-ASCII, adatta
in particolare agli utenti CJK.
(''dalla 0.12.2'')Larghezza in pixel dell'immagine del logo nell'intestazione.Accedi al `GitRepository` usando un `CachedRepository`.

https://t.me/RX1948 - 2025