# Translations template for Trac. # Copyright (C) 2021-2023 Edgewall Software # This file is distributed under the same license as the Trac project. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Trac 1.4.4\n" "Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n" "POT-Creation-Date: 2022-12-14 19:54-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" #: tracopt/perm/authz_policy.py:131 msgid "" "Location of authz policy configuration file. Non-absolute paths are " "relative to the Environment `conf` directory." msgstr "" #: tracopt/perm/config_perm_provider.py:27 msgid "" "This section provides a way to add arbitrary permissions to a\n" "Trac environment. This can be useful for adding new permissions to use\n" "for workflow actions, for example.\n" "\n" "To add new permissions, create a new section `[extra-permissions]` in\n" "your `trac.ini`. Every entry in that section defines a meta-permission\n" "and a comma-separated list of permissions. For example:\n" "{{{#!ini\n" "[extra-permissions]\n" "EXTRA_ADMIN = EXTRA_VIEW, EXTRA_MODIFY, EXTRA_DELETE\n" "}}}\n" "This entry will define three new permissions `EXTRA_VIEW`,\n" "`EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permissions\n" "`EXTRA_ADMIN` that grants all three permissions.\n" "\n" "The permissions are created in upper-case characters regardless of\n" "the casing of the definitions in `trac.ini`. For example, the\n" "definition `extra_view` would create the permission `EXTRA_VIEW`.\n" "\n" "If you don't want a meta-permission, start the meta-name with an\n" "underscore (`_`):\n" "{{{#!ini\n" "[extra-permissions]\n" "_perms = EXTRA_VIEW, EXTRA_MODIFY\n" "}}}" msgstr "" #: tracopt/ticket/commit_updater.py:112 msgid "" "Require commands to be enclosed in an envelope.\n" "\n" "Must be empty or contain two characters. For example, if set to `[]`,\n" "then commands must be in the form of `[closes #4]`." msgstr "" #: tracopt/ticket/commit_updater.py:118 msgid "Commands that close tickets, as a space-separated list." msgstr "" #: tracopt/ticket/commit_updater.py:122 msgid "" "Commands that add a reference, as a space-separated list.\n" "\n" "If set to the special value ``, all tickets referenced by the\n" "message will get a reference to the changeset." msgstr "" #: tracopt/ticket/commit_updater.py:129 msgid "" "Check that the committer has permission to perform the requested\n" "operations on the referenced tickets.\n" "\n" "This requires that the user names be the same for Trac and repository\n" "operations." msgstr "" #: tracopt/ticket/commit_updater.py:137 msgid "Send ticket change notification when updating a ticket." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:303 msgid "Enable persistent caching of commit tree." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:306 msgid "Wrap `GitRepository` in `CachedRepository`." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:309 msgid "" "The length at which a sha1 is abbreviated (must be >= 4\n" "and <= 40)." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:314 msgid "" "The minimum length at which a hex-string in wiki content\n" "is formatted as a changeset TracLink (must be >= 4 and <= 40)." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:319 msgid "" "Enable reverse mapping of git email addresses to trac user ids.\n" "Performance will be reduced if there are many users and the\n" "`cached_repository` option is `disabled`.\n" "\n" "A repository resync is required after changing the value of this\n" "option." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:328 msgid "" "Use git-committer id instead of git-author id for the\n" "changeset ''Author'' field." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:333 msgid "" "Use git-committer timestamp instead of git-author timestamp\n" "for the changeset ''Timestamp'' field." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:338 msgid "Define charset encoding of paths within git repositories." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:341 msgid "Path to the git executable." msgstr "" #: tracopt/versioncontrol/git/git_fs.py:942 msgid "Path to a gitweb-formatted projects.list" msgstr "" #: tracopt/versioncontrol/git/git_fs.py:945 msgid "Path to the base of your git projects" msgstr "" #: tracopt/versioncontrol/git/git_fs.py:948 #, python-format msgid "" "Template for project URLs. `%s` will be replaced with the repo\n" "name" msgstr "" #: tracopt/versioncontrol/git/git_fs.py:952 msgid "" "Repositories to sync on every request\n" "(not recommended)." msgstr "" #: tracopt/versioncontrol/svn/svn_fs.py:267 msgid "" "Comma separated list of paths categorized as branches.\n" "If a path ends with '*', then all the directory entries found below\n" "that path will be included.\n" "Example: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`" msgstr "" #: tracopt/versioncontrol/svn/svn_fs.py:274 msgid "" "Comma separated list of paths categorized as tags.\n" "\n" "If a path ends with '*', then all the directory entries found below\n" "that path will be included.\n" "Example: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`" msgstr "" #: tracopt/versioncontrol/svn/svn_fs.py:282 msgid "" "End-of-Line character sequences when `svn:eol-style` property is\n" "`native`.\n" "\n" "If `native`, substitute with the native EOL marker on the server.\n" "Otherwise, if `LF`, `CRLF` or `CR`, substitute with the specified\n" "EOL marker.\n" "\n" "(''since 1.0.2'')" msgstr "" #: tracopt/versioncontrol/svn/svn_prop.py:37 #, python-format msgid "" "The TracBrowser for Subversion can interpret the `svn:externals`\n" "property of folders. By default, it only turns the URLs into links as\n" "Trac can't browse remote repositories.\n" "\n" "However, if you have another Trac instance (or an other repository\n" "browser like [http://www.viewvc.org/ ViewVC]) configured to browse the\n" "target repository, then you can instruct Trac which other repository\n" "browser to use for which external URL. This mapping is done in the\n" "`[svn:externals]` section of the TracIni.\n" "\n" "Example:\n" "{{{\n" "[svn:externals]\n" "1 = svn://server/repos1 " "http://trac/proj1/browser/$path?rev=$rev\n" "2 = svn://server/repos2 " "http://trac/proj2/browser/$path?rev=$rev\n" "3 = http://theirserver.org/svn/eng-soft " "http://ourserver/viewvc/svn/$path/?pathrev=25914\n" "4 = svn://anotherserver.com/tools_repository " "http://ourserver/tracs/tools/browser/$path?rev=$rev\n" "}}}\n" "With the above, the\n" "`svn://anotherserver.com/tools_repository/tags/1.1/tools` external will\n" "be mapped to `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`\n" "(and `rev` will be set to the appropriate revision number if the\n" "external additionally specifies a revision, see the\n" "[%(svnbook)s SVN Book on externals] for more details).\n" "\n" "Note that the number used as a key in the above section is purely used\n" "as a place holder, as the URLs themselves can't be used as a key due to\n" "various limitations in the configuration file parser.\n" "\n" "Finally, the relative URLs introduced in\n" "[http://subversion.apache.org/docs/release-notes/1.5.html#externals " "Subversion 1.5]\n" "are not yet supported." msgstr "" #: trac/attachment.py:143 msgid "Maximum allowed file size (in bytes) for attachments." msgstr "" #: trac/attachment.py:146 msgid "" "Maximum allowed total size (in bytes) for an attachment list to be\n" "downloadable as a `.zip`. Set this to -1 to disable download as\n" "`.zip`. (''since 1.0'')" msgstr "" #: trac/attachment.py:152 msgid "" "Whether attachments should be rendered in the browser, or\n" "only made downloadable.\n" "\n" "Pretty much any file may be interpreted as HTML by the browser,\n" "which allows a malicious user to attach a file containing cross-site\n" "scripting attacks.\n" "\n" "For public sites where anonymous users can create attachments it is\n" "recommended to leave this option disabled." msgstr "" #: trac/env.py:87 msgid "" "This section is used to enable or disable components\n" "provided by plugins, as well as by Trac itself. The component\n" "to enable/disable is specified via the name of the\n" "option. Whether its enabled is determined by the option value;\n" "setting the value to `enabled` or `on` will enable the\n" "component, any other value (typically `disabled` or `off`)\n" "will disable the component.\n" "\n" "The option name is either the fully qualified name of the\n" "components or the module/package prefix of the component. The\n" "former enables/disables a specific component, while the latter\n" "enables/disables any component in the specified\n" "package/module.\n" "\n" "Consider the following configuration snippet:\n" "{{{\n" "[components]\n" "trac.ticket.report.ReportModule = disabled\n" "acct_mgr.* = enabled\n" "}}}\n" "\n" "The first option tells Trac to disable the\n" "[wiki:TracReports report module].\n" "The second option instructs Trac to enable all components in\n" "the `acct_mgr` package. Note that the trailing wildcard is\n" "required for module/package matching.\n" "\n" "To view the list of active components, go to the ''Plugins''\n" "page on ''About Trac'' (requires `CONFIG_VIEW`\n" "[wiki:TracPermissions permissions]).\n" "\n" "See also: TracPlugins" msgstr "" #: trac/env.py:122 msgid "" "Path to the //shared plugins directory//.\n" "\n" "Plugins in that directory are loaded in addition to those in\n" "the directory of the environment `plugins`, with this one\n" "taking precedence.\n" "\n" "Non-absolute paths are relative to the Environment `conf`\n" "directory." msgstr "" #: trac/env.py:133 msgid "" "Reference URL for the Trac deployment.\n" "\n" "This is the base URL that will be used when producing\n" "documents that will be used outside of the web browsing\n" "context, like for example when inserting URLs pointing to Trac\n" "resources in notification e-mails." msgstr "" #: trac/env.py:141 msgid "" "Optionally use `[trac] base_url` for redirects.\n" "\n" "In some configurations, usually involving running Trac behind\n" "a HTTP proxy, Trac can't automatically reconstruct the URL\n" "that is used to access it. You may need to use this option to\n" "force Trac to use the `base_url` setting also for\n" "redirects. This introduces the obvious limitation that this\n" "environment will only be usable when accessible from that URL,\n" "as redirects are frequently used." msgstr "" #: trac/env.py:154 msgid "" "Restrict cookies to HTTPS connections.\n" "\n" "When true, set the `secure` flag on all cookies so that they\n" "are only sent to the server on HTTPS connections. Use this if\n" "your Trac instance is only accessible through HTTPS." msgstr "" #: trac/env.py:162 msgid "" "Lifetime of the anonymous session, in days.\n" "\n" "Set the option to 0 to disable purging old anonymous sessions.\n" "(''since 1.0.17'')" msgstr "" #: trac/env.py:169 msgid "Name of the project." msgstr "" #: trac/env.py:172 msgid "Short description of the project." msgstr "" #: trac/env.py:175 msgid "" "URL of the main project web site, usually the website in\n" "which the `base_url` resides. This is used in notification\n" "e-mails." msgstr "" #: trac/env.py:180 msgid "E-Mail address of the project's administrator." msgstr "" #: trac/env.py:183 msgid "" "Base URL of a Trac instance where errors in this Trac\n" "should be reported.\n" "\n" "This can be an absolute or relative URL, or '.' to reference\n" "this Trac instance. An empty value will disable the reporting\n" "buttons." msgstr "" #: trac/env.py:193 msgid "Page footer text (right-aligned)." msgstr "" #: trac/env.py:198 msgid "URL of the icon of the project." msgstr "" #: trac/env.py:201 msgid "" "Logging facility to use.\n" "\n" "Should be one of (`none`, `file`, `stderr`, `syslog`, `winlog`)." msgstr "" #: trac/env.py:208 msgid "" "If `log_type` is `file`, this should be a path to the\n" "log-file. Relative paths are resolved relative to the `log`\n" "directory of the environment." msgstr "" #: trac/env.py:213 msgid "" "Level of verbosity in log.\n" "\n" "Should be one of (`CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`)." msgstr "" #: trac/env.py:220 msgid "" "Custom logging format.\n" "\n" "If nothing is set, the following will be used:\n" "\n" "`Trac[$(module)s] $(levelname)s: $(message)s`\n" "\n" "In addition to regular key names supported by the\n" "[http://docs.python.org/library/logging.html Python logger library]\n" "one could use:\n" "\n" "- `$(path)s` the path for the current environment\n" "- `$(basename)s` the last path component of the current environment\n" "- `$(project)s` the project name\n" "\n" "Note the usage of `$(...)s` instead of `%(...)s` as the latter form\n" "would be interpreted by the !ConfigParser itself.\n" "\n" "Example:\n" "`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`" msgstr "" #: trac/perm.py:337 msgid "" "Name of the component implementing `IPermissionStore`, which is\n" "used for managing user and group permissions." msgstr "" #: trac/perm.py:342 msgid "" "List of components implementing `IPermissionPolicy`, in the order\n" "in which they will be applied. These components manage fine-grained\n" "access control to Trac resources." msgstr "" #: trac/db/api.py:262 msgid "" "Database connection\n" "[wiki:TracEnvironment#DatabaseConnectionStrings string] for this\n" "project" msgstr "" #: trac/db/api.py:267 msgid "Database backup location" msgstr "" #: trac/db/api.py:270 msgid "" "Timeout value for database connection, in seconds.\n" "Use '0' to specify ''no timeout''." msgstr "" #: trac/db/api.py:274 msgid "Show the SQL queries in the Trac log, at DEBUG level." msgstr "" #: trac/db/mysql_backend.py:100 msgid "Location of mysqldump for MySQL database backups" msgstr "" #: trac/db/postgres_backend.py:132 msgid "Location of pg_dump for Postgres database backups" msgstr "" #: trac/db/sqlite_backend.py:155 msgid "" "Paths to [https://sqlite.org/loadext.html sqlite extensions].\n" "The paths may be absolute or relative to the Trac environment." msgstr "" #: trac/mimeview/api.py:618 msgid "Charset to be used when in doubt." msgstr "" #: trac/mimeview/api.py:621 msgid "Displayed tab width in file preview." msgstr "" #: trac/mimeview/api.py:624 msgid "Maximum file size for HTML preview." msgstr "" #: trac/mimeview/api.py:627 msgid "" "List of additional MIME types and keyword mappings.\n" "Mappings are comma-separated, and for each MIME type,\n" "there's a colon (\":\") separated list of associated keywords\n" "or file extensions." msgstr "" #: trac/mimeview/api.py:635 msgid "" "List of additional MIME types associated to filename patterns.\n" "Mappings are comma-separated, and each mapping consists of a MIME type\n" "and a Python regexp used for matching filenames, separated by a colon\n" "(\":\"). (''since 1.0'')" msgstr "" #: trac/mimeview/api.py:643 msgid "" "Comma-separated list of MIME types that should be treated as\n" "binary data." msgstr "" #: trac/mimeview/pygments.py:50 #, python-format msgid "" "Configure Pygments [%(url)s lexer] options.\n" "\n" "For example, to set the\n" "[%(url)s#lexers-for-php-and-related-languages PhpLexer] options\n" "`startinline` and `funcnamehighlighting`:\n" "{{{#!ini\n" "[pygments-lexer]\n" "php.startinline = True\n" "php.funcnamehighlighting = True\n" "}}}\n" "\n" "The lexer name is derived from the class name, with `Lexer` stripped\n" "from the end. The lexer //short names// can also be used in place\n" "of the lexer name." msgstr "" #: trac/mimeview/pygments.py:67 msgid "The default style to use for Pygments syntax highlighting." msgstr "" #: trac/mimeview/pygments.py:70 msgid "" "List of additional MIME types known by Pygments.\n" "\n" "For each, a tuple `mimetype:mode:quality` has to be\n" "specified, where `mimetype` is the MIME type,\n" "`mode` is the corresponding Pygments mode to be used\n" "for the conversion and `quality` is the quality ratio\n" "associated to this conversion. That can also be used\n" "to override the default quality ratio used by the\n" "Pygments render." msgstr "" #: trac/notification/api.py:215 msgid "" "Name of the component implementing `IEmailSender`.\n" "\n" "This component is used by the notification system to send emails.\n" "Trac currently provides `SmtpEmailSender` for connecting to an SMTP\n" "server, and `SendmailEmailSender` for running a `sendmail`-compatible\n" "executable." msgstr "" #: trac/notification/api.py:225 msgid "Enable email notification." msgstr "" #: trac/notification/api.py:228 msgid "" "Sender address to use in notification emails.\n" "\n" "At least one of `smtp_from` and `smtp_replyto` must be set, otherwise\n" "Trac refuses to send notification mails." msgstr "" #: trac/notification/api.py:234 msgid "Sender name to use in notification emails." msgstr "" #: trac/notification/api.py:237 msgid "" "Use the author of the change as the sender in notification emails\n" "(e.g. reporter of a new ticket, author of a comment). If the\n" "author hasn't set an email address, `smtp_from` and\n" "`smtp_from_name` are used instead.\n" "(''since 1.0'')" msgstr "" #: trac/notification/api.py:244 msgid "" "Reply-To address to use in notification emails.\n" "\n" "At least one of `smtp_from` and `smtp_replyto` must be set, otherwise\n" "Trac refuses to send notification mails." msgstr "" #: trac/notification/api.py:251 msgid "" "Comma-separated list of email addresses to always send\n" "notifications to. Addresses can be seen by all recipients\n" "(Cc:)." msgstr "" #: trac/notification/api.py:257 msgid "" "Comma-separated list of email addresses to always send\n" "notifications to. Addresses are not public (Bcc:)." msgstr "" #: trac/notification/api.py:262 msgid "" "Default host/domain to append to addresses that do not specify\n" "one. Fully qualified addresses are not modified. The default\n" "domain is appended to all username/login for which an email\n" "address cannot be found in the user settings." msgstr "" #: trac/notification/api.py:268 msgid "" "Comma-separated list of domains that should not be considered\n" "part of email addresses (for usernames with Kerberos domains)." msgstr "" #: trac/notification/api.py:272 msgid "" "Comma-separated list of domains that should be considered as\n" "valid for email addresses (such as localdomain)." msgstr "" #: trac/notification/api.py:276 msgid "" "Specifies the MIME encoding scheme for emails.\n" "\n" "Supported values are: `none`, the default value which uses 7-bit\n" "encoding if the text is plain ASCII or 8-bit otherwise. `base64`,\n" "which works with any kind of content but may cause some issues with\n" "touchy anti-spam/anti-virus engine. `qp` or `quoted-printable`,\n" "which works best for european languages (more compact than base64) if\n" "8-bit encoding cannot be used." msgstr "" #: trac/notification/api.py:287 msgid "" "Addresses in the To and Cc fields are visible to all recipients.\n" "\n" "If this option is disabled, recipients are put in the Bcc list." msgstr "" #: trac/notification/api.py:293 msgid "" "Permit email address without a host/domain (i.e. username only).\n" "\n" "The SMTP server should accept those addresses, and either append\n" "a FQDN or use local delivery. See also `smtp_default_domain`. Do not\n" "use this option with a public SMTP server." msgstr "" #: trac/notification/api.py:301 msgid "" "Text to prepend to subject line of notification emails.\n" "\n" "If the setting is not defined, then `[$project_name]` is used as the\n" "prefix. If no prefix is desired, then specifying an empty option\n" "will disable it." msgstr "" #: trac/notification/api.py:310 msgid "" "Hash algorithm to create unique Message-ID header.\n" "''(since 1.0.13)''" msgstr "" #: trac/notification/api.py:314 msgid "" "The notifications subscriptions are controlled by plugins. All\n" "`INotificationSubscriber` components are in charge. These components\n" "may allow to be configured via this section in the `trac.ini` file.\n" "\n" "See TracNotification for more details.\n" "\n" "Available subscribers:\n" "[[SubscriberList]]" msgstr "" #: trac/notification/mail.py:396 msgid "" "Comma separated list of email resolver components in the order\n" "they will be called. If an email address is resolved, the remaining\n" "resolvers will not be called." msgstr "" #: trac/notification/mail.py:405 msgid "Default format to distribute email notifications." msgstr "" #: trac/notification/mail.py:597 msgid "SMTP server hostname to use for email notifications." msgstr "" #: trac/notification/mail.py:600 msgid "SMTP server port to use for email notification." msgstr "" #: trac/notification/mail.py:603 msgid "Username for authenticating with SMTP server." msgstr "" #: trac/notification/mail.py:606 msgid "Password for authenticating with SMTP server." msgstr "" #: trac/notification/mail.py:609 msgid "Use SSL/TLS to send notifications over SMTP." msgstr "" #: trac/notification/mail.py:665 msgid "" "Path to the sendmail executable.\n" "\n" "The sendmail program must accept the `-i` and `-f` options." msgstr "" #: trac/search/web_ui.py:47 msgid "Minimum length of query string allowed when performing a search." msgstr "" #: trac/search/web_ui.py:51 msgid "" "Specifies which search filters should be disabled by\n" "default on the search page. This will also restrict the\n" "filters for the quick search function. The filter names\n" "defined by default components are: `wiki`, `ticket`,\n" "`milestone` and `changeset`. For plugins, look for\n" "their implementation of the ISearchSource interface, in\n" "the `get_search_filters()` method, the first member of\n" "returned tuple. Once disabled, search filters can still\n" "be manually enabled by the user on the search page." msgstr "" #: trac/ticket/api.py:216 msgid "" "In this section, you can define additional fields for tickets. See\n" "TracTicketsCustomFields for more details." msgstr "" #: trac/ticket/api.py:220 msgid "Ordered list of workflow controllers to use for ticket actions." msgstr "" #: trac/ticket/api.py:226 msgid "" "Make the owner field of tickets use a drop-down menu.\n" "Be sure to understand the performance implications before activating\n" "this option. See\n" "[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].\n" "\n" "Please note that e-mail addresses are '''not''' obfuscated in the\n" "resulting drop-down menu, so this option should not be used if\n" "e-mail addresses must remain protected." msgstr "" #: trac/ticket/api.py:237 msgid "Default version for newly created tickets." msgstr "" #: trac/ticket/api.py:240 msgid "Default type for newly created tickets." msgstr "" #: trac/ticket/api.py:243 msgid "Default priority for newly created tickets." msgstr "" #: trac/ticket/api.py:246 msgid "Default milestone for newly created tickets." msgstr "" #: trac/ticket/api.py:249 msgid "Default component for newly created tickets." msgstr "" #: trac/ticket/api.py:252 msgid "Default severity for newly created tickets." msgstr "" #: trac/ticket/api.py:255 msgid "Default summary (title) for newly created tickets." msgstr "" #: trac/ticket/api.py:258 msgid "Default description for newly created tickets." msgstr "" #: trac/ticket/api.py:261 msgid "Default keywords for newly created tickets." msgstr "" #: trac/ticket/api.py:264 msgid "" "Default owner for newly created tickets. The component owner\n" "is used when set to the value `< default >`." msgstr "" #: trac/ticket/api.py:269 msgid "Default cc: list for newly created tickets." msgstr "" #: trac/ticket/api.py:272 msgid "Default resolution for resolving (closing) tickets." msgstr "" #: trac/ticket/api.py:275 msgid "" "Comma-separated list of `select` fields that can have\n" "an empty value. (//since 1.1.2//)" msgstr "" #: trac/ticket/api.py:280 msgid "Maximum allowed comment size in characters." msgstr "" #: trac/ticket/api.py:283 msgid "Maximum allowed description size in characters." msgstr "" #: trac/ticket/api.py:286 msgid "Maximum allowed summary size in characters. (//since 1.0.2//)" msgstr "" #: trac/ticket/default_workflow.py:126 msgid "" "The workflow for tickets is controlled by plugins. By default,\n" "there's only a `ConfigurableTicketWorkflow` component in charge.\n" "That component allows the workflow to be configured via this section\n" "in the `trac.ini` file. See TracWorkflow for more details." msgstr "" #: trac/ticket/notification.py:104 msgid "" "Width of ambiguous characters that should be used in the table\n" "of the notification mail.\n" "\n" "If `single`, the same width as characters in US-ASCII. This is\n" "expected by most users. If `double`, twice the width of\n" "US-ASCII characters. This is expected by CJK users." msgstr "" #: trac/ticket/notification.py:114 msgid "" "Like `ticket_subject_template` but for batch modifications.\n" "(''since 1.0'')" msgstr "" #: trac/ticket/notification.py:119 msgid "" "A Jinja2 text template snippet used to get the notification\n" "subject.\n" "\n" "The template variables are documented on the\n" "[TracNotification#Customizingthee-mailsubject TracNotification] page." msgstr "" #: trac/ticket/query.py:882 msgid "" "The default query for authenticated users. The query is either\n" "in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" "string starting with `?` as used in `query:`\n" "[TracQuery#UsingTracLinks Trac links]." msgstr "" #: trac/ticket/query.py:890 msgid "" "The default query for anonymous users. The query is either\n" "in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" "string starting with `?` as used in `query:`\n" "[TracQuery#UsingTracLinks Trac links]." msgstr "" #: trac/ticket/query.py:898 msgid "" "Number of tickets displayed per page in ticket queries,\n" "by default. Set to `0` to specify no limit." msgstr "" #: trac/ticket/report.py:118 msgid "" "Number of tickets displayed per page in ticket reports,\n" "by default. Set to `0` to specify no limit." msgstr "" #: trac/ticket/report.py:123 msgid "" "Number of tickets displayed in the rss feeds for reports.\n" "Set to `0` to specify no limit." msgstr "" #: trac/ticket/roadmap.py:146 msgid "" "As the workflow for tickets is now configurable, there can\n" "be many ticket states, and simply displaying closed tickets\n" "vs. all the others is maybe not appropriate in all cases. This\n" "section enables one to easily create ''groups'' of states that\n" "will be shown in different colors in the milestone progress\n" "bar.\n" "\n" "Note that the groups can only be based on the ticket\n" "//status//, nothing else. In particular, it's not possible to\n" "distinguish between different closed tickets based on the\n" "//resolution//.\n" "\n" "Example configuration with three groups, //closed//, //new//\n" "and //active// (the default only has closed and active):\n" "{{{\n" "# the 'closed' group correspond to the 'closed' tickets\n" "closed = closed\n" "\n" "# .order: sequence number in the progress bar\n" "closed.order = 0\n" "\n" "# .query_args: optional parameters for the corresponding\n" "# query. In this example, the changes from the\n" "# default are two additional columns ('created' and\n" "# 'modified'), and sorting is done on 'created'.\n" "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" "\n" "\n" "# .overall_completion: indicates groups that count for overall\n" "# completion percentage\n" "closed.overall_completion = true\n" "\n" "new = new\n" "new.order = 1\n" "new.css_class = new\n" "new.label = new\n" "\n" "# Note: one catch-all group for other statuses is allowed\n" "active = *\n" "active.order = 2\n" "\n" "# .css_class: CSS class for this interval\n" "active.css_class = open\n" "\n" "# .label: displayed label for this group\n" "active.label = in progress\n" "}}}\n" "\n" "The definition consists in a comma-separated list of accepted\n" "status. Also, '*' means any status and could be used to\n" "associate all remaining states to one catch-all group.\n" "\n" "The CSS class can be one of: new (yellow), open (no color) or\n" "closed (green). Other styles can easily be added using custom\n" "CSS rule: `table.progress td. { background: }`\n" "to a [TracInterfaceCustomization#SiteAppearance site/style.css] file\n" "for example." msgstr "" #: trac/ticket/roadmap.py:454 msgid "" "Name of the component implementing `ITicketGroupStatsProvider`,\n" "which is used to collect statistics on groups of tickets for display\n" "in the roadmap views." msgstr "" #: trac/ticket/roadmap.py:664 msgid "" "Name of the component implementing `ITicketGroupStatsProvider`,\n" "which is used to collect statistics on groups of tickets for display\n" "in the milestone views." msgstr "" #: trac/ticket/roadmap.py:671 msgid "" "Default milestone to which tickets are retargeted when\n" "closing or deleting a milestone. (''since 1.1.2'')" msgstr "" #: trac/ticket/roadmap.py:675 msgid "" "Default field to use for grouping tickets in the grouped\n" "progress bar. (''since 1.2'')" msgstr "" #: trac/ticket/web_ui.py:80 msgid "" "Enable the display of all ticket changes in the timeline, not only\n" "open / close operations." msgstr "" #: trac/ticket/web_ui.py:84 msgid "" "Enable the display of component of tickets in the timeline.\n" "(''since 1.1.1'')" msgstr "" #: trac/ticket/web_ui.py:89 msgid "" "Which formatter flavor (e.g. 'html' or 'oneliner') should be\n" "used when presenting the description for new tickets.\n" "If 'oneliner', the [timeline] abbreviated_messages option applies." msgstr "" #: trac/ticket/web_ui.py:96 msgid "" "Whether Wiki formatter should respect the new lines present\n" "in the Wiki text.\n" "If set to 'default', this is equivalent to 'yes' for new environments\n" "but keeps the old behavior for upgraded environments (i.e. 'no')." msgstr "" #: trac/ticket/web_ui.py:103 msgid "" "The base query to be used when linkifying values of ticket\n" "fields. The query is a URL query\n" "string starting with `?` as used in `query:`\n" "[TracQuery#UsingTracLinks Trac links]." msgstr "" #: trac/timeline/web_ui.py:52 msgid "Default number of days displayed in the Timeline, in days." msgstr "" #: trac/timeline/web_ui.py:56 msgid "" "Maximum number of days (-1 for unlimited) displayable in the\n" "Timeline." msgstr "" #: trac/timeline/web_ui.py:61 msgid "" "Whether wiki-formatted event messages should be truncated or not.\n" "\n" "This only affects the default rendering, and can be overridden by\n" "specific event providers, see their own documentation." msgstr "" #: trac/versioncontrol/admin.py:216 msgid "" "Comma-separated list of allowed prefixes for repository\n" "directories when adding and editing repositories in the repository\n" "admin panel. If the list is empty, all repository directories are\n" "allowed." msgstr "" #: trac/versioncontrol/api.py:334 msgid "" "One of the methods for registering repositories is to\n" "populate the `[repositories]` section of `trac.ini`.\n" "\n" "This is especially suited for setting up aliases, using a\n" "[TracIni#GlobalConfiguration shared configuration], or specifying\n" "repositories at the time of environment creation.\n" "\n" "See [TracRepositoryAdmin#ReposTracIni TracRepositoryAdmin] for\n" "details on the format of this section, and look elsewhere on the\n" "page for information on other repository providers." msgstr "" #: trac/versioncontrol/api.py:347 msgid "" "Default repository connector type.\n" "\n" "This is used as the default repository type for repositories\n" "defined in the [TracIni#repositories-section repositories] section\n" "or using the \"Repositories\" admin panel." msgstr "" #: trac/versioncontrol/svn_authz.py:105 #, python-format msgid "" "The path to the Subversion\n" "[%(svnbook)s authorization (authz) file].\n" "To enable authz permission checking, the `AuthzSourcePolicy`\n" "permission policy must be added to `[trac] permission_policies`.\n" "Non-absolute paths are relative to the Environment `conf`\n" "directory." msgstr "" #: trac/versioncontrol/svn_authz.py:116 msgid "" "The module prefix used in the `authz_file` for the default\n" "repository. If left empty, the global section is used." msgstr "" #: trac/versioncontrol/web_ui/browser.py:115 msgid "" "Comma-separated list of version control properties to render\n" "as wiki content in the repository browser." msgstr "" #: trac/versioncontrol/web_ui/browser.py:121 msgid "" "Comma-separated list of version control properties to render\n" "as oneliner wiki content in the repository browser." msgstr "" #: trac/versioncontrol/web_ui/browser.py:181 msgid "" "List of repository paths that can be downloaded.\n" "\n" "Leave this option empty if you want to disable all downloads, otherwise\n" "set it to a comma-separated list of authorized paths (those paths are\n" "glob patterns, i.e. \"*\" can be used as a wild card). In a\n" "multi-repository environment, the path must be qualified with the\n" "repository name if the path does not point to the default repository\n" "(e.g. /reponame/trunk). Note that a simple prefix matching is\n" "performed on the paths, so aliases won't get automatically resolved." msgstr "" #: trac/versioncontrol/web_ui/browser.py:194 msgid "" "Enable colorization of the ''age'' column.\n" "\n" "This uses the same color scale as the source code annotation:\n" "blue is older, red is newer." msgstr "" #: trac/versioncontrol/web_ui/browser.py:203 msgid "" "(r,g,b) color triple to use for the color corresponding\n" "to the newest color, for the color scale used in ''blame'' or\n" "the browser ''age'' column if `color_scale` is enabled." msgstr "" #: trac/versioncontrol/web_ui/browser.py:211 msgid "" "(r,g,b) color triple to use for the color corresponding\n" "to the oldest color, for the color scale used in ''blame'' or\n" "the browser ''age'' column if `color_scale` is enabled." msgstr "" #: trac/versioncontrol/web_ui/browser.py:217 msgid "" "If set to a value between 0 and 1 (exclusive), this will be the\n" "point chosen to set the `intermediate_color` for interpolating\n" "the color value." msgstr "" #: trac/versioncontrol/web_ui/browser.py:223 msgid "" "(r,g,b) color triple to use for the color corresponding\n" "to the intermediate color, if two linear interpolations are used\n" "for the color scale (see `intermediate_point`).\n" "If not set, the intermediate color between `oldest_color` and\n" "`newest_color` will be used." msgstr "" #: trac/versioncontrol/web_ui/browser.py:231 msgid "" "Whether raw files should be rendered in the browser, or only made\n" "downloadable.\n" "\n" "Pretty much any file may be interpreted as HTML by the browser,\n" "which allows a malicious user to create a file containing cross-site\n" "scripting attacks.\n" "\n" "For open repositories where anyone can check-in a file, it is\n" "recommended to leave this option disabled." msgstr "" #: trac/versioncontrol/web_ui/browser.py:243 msgid "" "Comma-separated list of version control properties to hide from\n" "the repository browser." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:129 msgid "" "Number of files to show (`-1` for unlimited, `0` to disable).\n" "\n" "This can also be `location`, for showing the common prefix for the\n" "changed files." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:136 msgid "" "Whether wiki-formatted changeset messages should be multiline or\n" "not.\n" "\n" "If this option is not specified or is false and `wiki_format_messages`\n" "is set to true, changeset messages will be single line only, losing\n" "some formatting (bullet points, etc)." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:145 msgid "" "Whether consecutive changesets from the same author having\n" "exactly the same message should be presented as one event.\n" "That event will link to the range of changesets in the log view." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:152 msgid "" "Maximum number of modified files for which the changeset view will\n" "attempt to show the diffs inlined." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:156 msgid "" "Maximum total size in bytes of the modified files (their old size\n" "plus their new size) for which the changeset view will attempt to show\n" "the diffs inlined." msgstr "" #: trac/versioncontrol/web_ui/changeset.py:161 msgid "" "Whether wiki formatting should be applied to changeset messages.\n" "\n" "If this option is disabled, changeset messages will be rendered as\n" "pre-formatted text." msgstr "" #: trac/versioncontrol/web_ui/log.py:47 msgid "Default value for the limit argument in the TracRevisionLog." msgstr "" #: trac/versioncontrol/web_ui/log.py:51 msgid "" "Comma-separated list of colors to use for the TracRevisionLog\n" "graph display. (''since 1.0'')" msgstr "" #: trac/web/auth.py:60 msgid "" "Whether the IP address of the user should be checked for\n" "authentication." msgstr "" #: trac/web/auth.py:64 msgid "Whether login names should be converted to lower case." msgstr "" #: trac/web/auth.py:67 msgid "" "Auth cookie domain attribute.\n" "\n" "The auth cookie can be shared among multiple subdomains\n" "by setting the value to the domain. (//since 1.2//)" msgstr "" #: trac/web/auth.py:74 msgid "" "Lifetime of the authentication cookie, in seconds.\n" "\n" "This value determines how long the browser will cache\n" "authentication information, and therefore, after how much\n" "inactivity a user will have to log in again. The value\n" "of 0 makes the cookie expire at the end of the browsing\n" "session." msgstr "" #: trac/web/auth.py:84 msgid "" "Path for the authentication cookie. Set this to the common\n" "base path of several Trac instances if you want them to share\n" "the cookie." msgstr "" #: trac/web/chrome.py:437 msgid "" "Path to the //shared templates directory//.\n" "\n" "Templates in that directory are loaded in addition to those in the\n" "environments `templates` directory, but the latter take precedence.\n" "\n" "Non-absolute paths are relative to the Environment `conf`\n" "directory." msgstr "" #: trac/web/chrome.py:447 msgid "" "Path to the //shared htdocs directory//.\n" "\n" "Static resources in that directory are mapped to /chrome/shared\n" "under the environment URL, in addition to common and site locations.\n" "\n" "This can be useful in site.html for common interface customization\n" "of multiple Trac environments.\n" "\n" "Non-absolute paths are relative to the Environment `conf`\n" "directory.\n" "(''since 1.0'')" msgstr "" #: trac/web/chrome.py:460 msgid "Automatically reload template files after modification." msgstr "" #: trac/web/chrome.py:463 msgid "" "The maximum number of templates that the template loader will cache\n" "in memory. You may want to choose a higher value if your site uses a\n" "larger number of templates, and you have enough memory to spare, or\n" "you can reduce it if you are short on memory.\n" "\n" "(''deprecated, will be removed in Trac 1.5.1'')" msgstr "" #: trac/web/chrome.py:472 msgid "" "Base URL for serving the core static resources below\n" "`/chrome/common/`.\n" "\n" "It can be left empty, and Trac will simply serve those resources\n" "itself.\n" "\n" "Advanced users can use this together with\n" "[TracAdmin trac-admin ... deploy ] to allow serving the\n" "static resources for Trac directly from the web server.\n" "Note however that this only applies to the `/htdocs/common`\n" "directory, the other deployed resources (i.e. those from plugins)\n" "will not be made available this way and additional rewrite\n" "rules will be needed in the web server." msgstr "" #: trac/web/chrome.py:487 #, python-format msgid "" "Location of the jQuery !JavaScript library (version %(version)s).\n" "\n" "An empty value loads jQuery from the copy bundled with Trac.\n" "\n" "Alternatively, jQuery could be loaded from a CDN, for example:\n" "http://code.jquery.com/jquery-%(version)s.min.js,\n" "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-%(version)s.min.js or\n" "https://ajax.googleapis.com/ajax/libs/jquery/%(version)s/jquery.min.js.\n" "\n" "(''since 1.0'')" msgstr "" #: trac/web/chrome.py:499 #, python-format msgid "" "Location of the jQuery UI !JavaScript library (version %(version)s).\n" "\n" "An empty value loads jQuery UI from the copy bundled with Trac.\n" "\n" "Alternatively, jQuery UI could be loaded from a CDN, for example:\n" "https://ajax.googleapis.com/ajax/libs/jqueryui/%(version)s/jquery-" "ui.min.js\n" "or\n" "http://ajax.aspnetcdn.com/ajax/jquery.ui/%(version)s/jquery-ui.min.js.\n" "\n" "(''since 1.0'')" msgstr "" #: trac/web/chrome.py:511 #, python-format msgid "" "Location of the theme to be used with the jQuery UI !JavaScript\n" "library (version %(version)s).\n" "\n" "An empty value loads the custom Trac jQuery UI theme from the copy\n" "bundled with Trac.\n" "\n" "Alternatively, a jQuery UI theme could be loaded from a CDN, for\n" "example:\n" "https://ajax.googleapis.com/ajax/libs/jqueryui/%(version)s/themes/start" "/jquery-ui.css\n" "or\n" "http://ajax.aspnetcdn.com/ajax/jquery.ui/%(version)s/themes/start/jquery-" "ui.css.\n" "\n" "(''since 1.0'')" msgstr "" #: trac/web/chrome.py:526 msgid "" "Configures the main navigation bar,\n" "which by default contains //Wiki//, //Timeline//, //Roadmap//,\n" "//Browse Source//, //View Tickets//, //New Ticket//, //Search// and\n" "//Admin//.\n" "\n" "The `label`, `href`, and `order` attributes can be specified. Entries\n" "can be disabled by setting the value of the navigation item to\n" "`disabled`.\n" "\n" "The following example renames the link to WikiStart to //Home//,\n" "links the //View Tickets// entry to a specific report and disables\n" "the //Search// entry.\n" "{{{#!ini\n" "[mainnav]\n" "wiki.label = Home\n" "tickets.href = /report/24\n" "search = disabled\n" "}}}\n" "\n" "See TracNavigation for more details." msgstr "" #: trac/web/chrome.py:548 msgid "" "Configures the meta navigation\n" "entries, which by default are //Login//, //Logout//, //Preferences//,\n" "''!Help/Guide'' and //About Trac//. The allowed attributes are the\n" "same as for `[mainnav]`. Additionally, a special entry is supported -\n" "`logout.redirect` is the page the user sees after hitting the logout\n" "button. For example:\n" "\n" "{{{#!ini\n" "[metanav]\n" "logout.redirect = wiki/Logout\n" "}}}\n" "\n" "See TracNavigation for more details." msgstr "" #: trac/web/chrome.py:563 msgid "URL to link to, from the header logo." msgstr "" #: trac/web/chrome.py:566 msgid "" "URL of the image to use as header logo.\n" "It can be absolute, server relative or relative.\n" "\n" "If relative, it is relative to one of the `/chrome` locations:\n" "`site/your-logo.png` if `your-logo.png` is located in the `htdocs`\n" "folder within your TracEnvironment;\n" "`common/your-logo.png` if `your-logo.png` is located in the\n" "folder mapped to the [#trac-section htdocs_location] URL.\n" "Only specifying `your-logo.png` is equivalent to the latter." msgstr "" #: trac/web/chrome.py:577 msgid "Alternative text for the header logo." msgstr "" #: trac/web/chrome.py:581 msgid "Width of the header logo image in pixels." msgstr "" #: trac/web/chrome.py:584 msgid "Height of the header logo image in pixels." msgstr "" #: trac/web/chrome.py:587 msgid "" "Show email addresses instead of usernames. If false, email\n" "addresses are obfuscated for users that don't have EMAIL_VIEW\n" "permission." msgstr "" #: trac/web/chrome.py:593 msgid "Show full names instead of usernames. (//since 1.2//)" msgstr "" #: trac/web/chrome.py:596 msgid "" "Never obfuscate `mailto:` links explicitly written in the wiki,\n" "even if `show_email_addresses` is false or the user doesn't have\n" "EMAIL_VIEW permission." msgstr "" #: trac/web/chrome.py:603 msgid "Make `