1# English (United Kingdom) translations for Trac. 2# Copyright (C) 2012-2021 Edgewall Software 3# This file is distributed under the same license as the Trac project. 4# Mikael Relbe (mrelbe) <mikael@relbe.se>, 2012-2013 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: Trac 1.0\n" 9"Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n" 10"POT-Creation-Date: 2013-02-02 15:20+0100\n" 11"PO-Revision-Date: 2013-02-03 13:30+0100\n" 12"Last-Translator: Mikael Relbe <mikael@relbe.se>\n" 13"Language-Team: en_GB <trac-dev@googlegroups.com>\n" 14"Plural-Forms: nplurals=2; plural=(n != 1)\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=utf-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Generated-By: Babel 0.9.6\n" 19 20#: tracopt/mimeview/enscript.py:105 21msgid "Path to the Enscript executable." 22msgstr "Path to the Enscript executable." 23 24#: tracopt/mimeview/enscript.py:108 25msgid "" 26"List of additional MIME types known by Enscript.\n" 27"For each, a tuple `mimetype:mode:quality` has to be\n" 28"specified, where `mimetype` is the MIME type,\n" 29"`mode` is the corresponding Enscript mode to be used\n" 30"for the conversion and `quality` is the quality ratio\n" 31"associated to this conversion.\n" 32"That can also be used to override the default\n" 33"quality ratio used by the Enscript render, which is 2\n" 34"(''since 0.10'')." 35msgstr "" 36"List of additional MIME types known by Enscript.\n" 37"For each, a tuple `mimetype:mode:quality` has to be\n" 38"specified, where `mimetype` is the MIME type,\n" 39"`mode` is the corresponding Enscript mode to be used\n" 40"for the conversion and `quality` is the quality ratio\n" 41"associated to this conversion.\n" 42"That can also be used to override the default\n" 43"quality ratio used by the Enscript render, which is 2\n" 44"(''since 0.10'')." 45 46#: tracopt/mimeview/php.py:67 47msgid "Path to the PHP executable (''since 0.9'')." 48msgstr "Path to the PHP executable (''since 0.9'')." 49 50#: tracopt/mimeview/silvercity.py:81 51msgid "" 52"List of additional MIME types known by SilverCity.\n" 53"For each, a tuple `mimetype:mode:quality` has to be\n" 54"specified, where `mimetype` is the MIME type,\n" 55"`mode` is the corresponding SilverCity mode to be used\n" 56"for the conversion and `quality` is the quality ratio\n" 57"associated to this conversion.\n" 58"That can also be used to override the default\n" 59"quality ratio used by the SilverCity render, which is 3\n" 60"(''since 0.10'')." 61msgstr "" 62"List of additional MIME types known by SilverCity.\n" 63"For each, a tuple `mimetype:mode:quality` has to be\n" 64"specified, where `mimetype` is the MIME type,\n" 65"`mode` is the corresponding SilverCity mode to be used\n" 66"for the conversion and `quality` is the quality ratio\n" 67"associated to this conversion.\n" 68"That can also be used to override the default\n" 69"quality ratio used by the SilverCity render, which is 3\n" 70"(''since 0.10'')." 71 72#: tracopt/perm/authz_policy.py:132 73msgid "Location of authz policy configuration file." 74msgstr "Location of authz policy configuration file." 75 76#: tracopt/perm/config_perm_provider.py:24 77msgid "" 78"This section provides a way to add arbitrary permissions to a\n" 79"Trac environment. This can be useful for adding new permissions to use\n" 80"for workflow actions, for example.\n" 81"\n" 82"To add new permissions, create a new section `[extra-permissions]` in\n" 83"your `trac.ini`. Every entry in that section defines a meta-permission\n" 84"and a comma-separated list of permissions. For example:\n" 85"{{{\n" 86"[extra-permissions]\n" 87"extra_admin = extra_view, extra_modify, extra_delete\n" 88"}}}\n" 89"This entry will define three new permissions `EXTRA_VIEW`,\n" 90"`EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permissions\n" 91"`EXTRA_ADMIN` that grants all three permissions.\n" 92"\n" 93"If you don't want a meta-permission, start the meta-name with an\n" 94"underscore (`_`):\n" 95"{{{\n" 96"[extra-permissions]\n" 97"_perms = extra_view, extra_modify\n" 98"}}}" 99msgstr "" 100"This section provides a way to add arbitrary permissions to a\n" 101"Trac environment. This can be useful for adding new permissions to use\n" 102"for workflow actions, for example.\n" 103"\n" 104"To add new permissions, create a new section `[extra-permissions]` in\n" 105"your `trac.ini`. Every entry in that section defines a meta-permission\n" 106"and a comma-separated list of permissions. For example:\n" 107"{{{\n" 108"[extra-permissions]\n" 109"extra_admin = extra_view, extra_modify, extra_delete\n" 110"}}}\n" 111"This entry will define three new permissions `EXTRA_VIEW`,\n" 112"`EXTRA_MODIFY` and `EXTRA_DELETE`, as well as a meta-permissions\n" 113"`EXTRA_ADMIN` that grants all three permissions.\n" 114"\n" 115"If you don't want a meta-permission, start the meta-name with an\n" 116"underscore (`_`):\n" 117"{{{\n" 118"[extra-permissions]\n" 119"_perms = extra_view, extra_modify\n" 120"}}}" 121 122#: tracopt/ticket/commit_updater.py:107 123msgid "" 124"Require commands to be enclosed in an envelope.\n" 125"\n" 126"Must be empty or contain two characters. For example, if set to \"[]\",\n" 127"then commands must be in the form of [closes #4]." 128msgstr "" 129"Require commands to be enclosed in an envelope.\n" 130"\n" 131"Must be empty or contain two characters. For example, if set to \"[]\",\n" 132"then commands must be in the form of [closes #4]." 133 134#: tracopt/ticket/commit_updater.py:113 135msgid "Commands that close tickets, as a space-separated list." 136msgstr "Commands that close tickets, as a space-separated list." 137 138#: tracopt/ticket/commit_updater.py:117 139msgid "" 140"Commands that add a reference, as a space-separated list.\n" 141"\n" 142"If set to the special value <ALL>, all tickets referenced by the\n" 143"message will get a reference to the changeset." 144msgstr "" 145"Commands that add a reference, as a space-separated list.\n" 146"\n" 147"If set to the special value <ALL>, all tickets referenced by the\n" 148"message will get a reference to the changeset." 149 150#: tracopt/ticket/commit_updater.py:124 151msgid "" 152"Check that the committer has permission to perform the requested\n" 153"operations on the referenced tickets.\n" 154"\n" 155"This requires that the user names be the same for Trac and repository\n" 156"operations." 157msgstr "" 158"Check that the committer has permission to perform the requested\n" 159"operations on the referenced tickets.\n" 160"\n" 161"This requires that the user names be the same for Trac and repository\n" 162"operations." 163 164#: tracopt/ticket/commit_updater.py:132 165msgid "Send ticket change notification when updating a ticket." 166msgstr "Send ticket change notification when updating a ticket." 167 168#: tracopt/versioncontrol/git/git_fs.py:169 169msgid "Enable persistent caching of commit tree." 170msgstr "Enable persistent caching of commit tree." 171 172#: tracopt/versioncontrol/git/git_fs.py:172 173msgid "Wrap `GitRepository` in `CachedRepository`." 174msgstr "Wrap `GitRepository` in `CachedRepository`." 175 176#: tracopt/versioncontrol/git/git_fs.py:175 177msgid "" 178"The length at which a sha1 should be abbreviated to (must\n" 179"be >= 4 and <= 40)." 180msgstr "" 181"The length at which a sha1 should be abbreviated to (must\n" 182"be >= 4 and <= 40)." 183 184#: tracopt/versioncontrol/git/git_fs.py:180 185msgid "" 186"The minimum length of an hex-string for which\n" 187"auto-detection as sha1 is performed (must be >= 4 and <= 40)." 188msgstr "" 189"The minimum length of an hex-string for which\n" 190"auto-detection as sha1 is performed (must be >= 4 and <= 40)." 191 192#: tracopt/versioncontrol/git/git_fs.py:185 193msgid "" 194"Enable reverse mapping of git email addresses to trac user ids\n" 195"(costly if you have many users)." 196msgstr "" 197"Enable reverse mapping of git email addresses to trac user ids\n" 198"(costly if you have many users)." 199 200#: tracopt/versioncontrol/git/git_fs.py:189 201msgid "" 202"Use git-committer id instead of git-author id for the\n" 203"changeset ''Author'' field." 204msgstr "" 205"Use git-committer id instead of git-author id for the\n" 206"changeset ''Author'' field." 207 208#: tracopt/versioncontrol/git/git_fs.py:194 209msgid "" 210"Use git-committer timestamp instead of git-author timestamp\n" 211"for the changeset ''Timestamp'' field." 212msgstr "" 213"Use git-committer timestamp instead of git-author timestamp\n" 214"for the changeset ''Timestamp'' field." 215 216#: tracopt/versioncontrol/git/git_fs.py:199 217msgid "Define charset encoding of paths within git repositories." 218msgstr "Define charset encoding of paths within git repositories." 219 220#: tracopt/versioncontrol/git/git_fs.py:202 221msgid "Path to the git executable." 222msgstr "Path to the git executable." 223 224#: tracopt/versioncontrol/git/git_fs.py:749 225msgid "Path to a gitweb-formatted projects.list" 226msgstr "Path to a gitweb-formatted projects.list" 227 228#: tracopt/versioncontrol/git/git_fs.py:752 229msgid "Path to the base of your git projects" 230msgstr "Path to the base of your git projects" 231 232#: tracopt/versioncontrol/git/git_fs.py:755 233#, python-format 234msgid "" 235"Template for project URLs. %s will be replaced with the repo\n" 236"name" 237msgstr "" 238"Template for project URLs. %s will be replaced with the repo\n" 239"name" 240 241#: tracopt/versioncontrol/svn/svn_fs.py:253 242msgid "" 243"Comma separated list of paths categorized as branches.\n" 244"If a path ends with '*', then all the directory entries found below\n" 245"that path will be included.\n" 246"Example: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`" 247msgstr "" 248"Comma separated list of paths categorised as branches.\n" 249"If a path ends with '*', then all the directory entries found below\n" 250"that path will be included.\n" 251"Example: `/trunk, /branches/*, /projectAlpha/trunk, /sandbox/*`" 252 253#: tracopt/versioncontrol/svn/svn_fs.py:260 254msgid "" 255"Comma separated list of paths categorized as tags.\n" 256"\n" 257"If a path ends with '*', then all the directory entries found below\n" 258"that path will be included.\n" 259"Example: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`" 260msgstr "" 261"Comma separated list of paths categorised as tags.\n" 262"\n" 263"If a path ends with '*', then all the directory entries found below\n" 264"that path will be included.\n" 265"Example: `/tags/*, /projectAlpha/tags/A-1.0, /projectAlpha/tags/A-v1.1`" 266 267#: tracopt/versioncontrol/svn/svn_prop.py:37 268msgid "" 269"The TracBrowser for Subversion can interpret the `svn:externals`\n" 270"property of folders. By default, it only turns the URLs into links as\n" 271"Trac can't browse remote repositories.\n" 272"\n" 273"However, if you have another Trac instance (or an other repository\n" 274"browser like [http://www.viewvc.org/ ViewVC]) configured to browse the\n" 275"target repository, then you can instruct Trac which other repository\n" 276"browser to use for which external URL. This mapping is done in the\n" 277"`[svn:externals]` section of the TracIni.\n" 278"\n" 279"Example:\n" 280"{{{\n" 281"[svn:externals]\n" 282"1 = svn://server/repos1 " 283"http://trac/proj1/browser/$path?rev=$rev\n" 284"2 = svn://server/repos2 " 285"http://trac/proj2/browser/$path?rev=$rev\n" 286"3 = http://theirserver.org/svn/eng-soft " 287"http://ourserver/viewvc/svn/$path/?pathrev=25914\n" 288"4 = svn://anotherserver.com/tools_repository " 289"http://ourserver/tracs/tools/browser/$path?rev=$rev\n" 290"}}}\n" 291"With the above, the\n" 292"`svn://anotherserver.com/tools_repository/tags/1.1/tools` external will\n" 293"be mapped to `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`\n" 294"(and `rev` will be set to the appropriate revision number if the\n" 295"external additionally specifies a revision, see the\n" 296"[http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book " 297"on externals]\n" 298"for more details).\n" 299"\n" 300"Note that the number used as a key in the above section is purely used\n" 301"as a place holder, as the URLs themselves can't be used as a key due to\n" 302"various limitations in the configuration file parser.\n" 303"\n" 304"Finally, the relative URLs introduced in\n" 305"[http://subversion.apache.org/docs/release-notes/1.5.html#externals " 306"Subversion 1.5]\n" 307"are not yet supported.\n" 308"\n" 309"(''since 0.11'')" 310msgstr "" 311"The TracBrowser for Subversion can interpret the `svn:externals`\n" 312"property of folders. By default, it only turns the URLs into links as\n" 313"Trac can't browse remote repositories.\n" 314"\n" 315"However, if you have another Trac instance (or an other repository\n" 316"browser like [http://www.viewvc.org/ ViewVC]) configured to browse the\n" 317"target repository, then you can instruct Trac which other repository\n" 318"browser to use for which external URL. This mapping is done in the\n" 319"`[svn:externals]` section of the TracIni.\n" 320"\n" 321"Example:\n" 322"{{{\n" 323"[svn:externals]\n" 324"1 = svn://server/repos1 " 325"http://trac/proj1/browser/$path?rev=$rev\n" 326"2 = svn://server/repos2 " 327"http://trac/proj2/browser/$path?rev=$rev\n" 328"3 = http://theirserver.org/svn/eng-soft " 329"http://ourserver/viewvc/svn/$path/?pathrev=25914\n" 330"4 = svn://anotherserver.com/tools_repository " 331"http://ourserver/tracs/tools/browser/$path?rev=$rev\n" 332"}}}\n" 333"With the above, the\n" 334"`svn://anotherserver.com/tools_repository/tags/1.1/tools` external will\n" 335"be mapped to `http://ourserver/tracs/tools/browser/tags/1.1/tools?rev=`\n" 336"(and `rev` will be set to the appropriate revision number if the\n" 337"external additionally specifies a revision, see the\n" 338"[http://svnbook.red-bean.com/en/1.4/svn.advanced.externals.html SVN Book " 339"on externals]\n" 340"for more details).\n" 341"\n" 342"Note that the number used as a key in the above section is purely used\n" 343"as a place holder, as the URLs themselves can't be used as a key due to\n" 344"various limitations in the configuration file parser.\n" 345"\n" 346"Finally, the relative URLs introduced in\n" 347"[http://subversion.apache.org/docs/release-notes/1.5.html#externals " 348"Subversion 1.5]\n" 349"are not yet supported.\n" 350"\n" 351"(''since 0.11'')" 352 353#: trac/attachment.py:430 354msgid "" 355"Maximum allowed file size (in bytes) for ticket and wiki\n" 356"attachments." 357msgstr "" 358"Maximum allowed file size (in bytes) for ticket and wiki\n" 359"attachments." 360 361#: trac/attachment.py:434 362msgid "" 363"Maximum allowed total size (in bytes) for an attachment list to be\n" 364"downloadable as a `.zip`. Set this to -1 to disable download as `.zip`.\n" 365"(''since 1.0'')" 366msgstr "" 367"Maximum allowed total size (in bytes) for an attachment list to be\n" 368"downloadable as a `.zip`. Set this to -1 to disable download as `.zip`.\n" 369"(''since 1.0'')" 370 371#: trac/attachment.py:439 372msgid "" 373"Whether attachments should be rendered in the browser, or\n" 374"only made downloadable.\n" 375"\n" 376"Pretty much any file may be interpreted as HTML by the browser,\n" 377"which allows a malicious user to attach a file containing cross-site\n" 378"scripting attacks.\n" 379"\n" 380"For public sites where anonymous users can create attachments it is\n" 381"recommended to leave this option disabled (which is the default)." 382msgstr "" 383"Whether attachments should be rendered in the browser, or\n" 384"only made downloadable.\n" 385"\n" 386"Pretty much any file may be interpreted as HTML by the browser,\n" 387"which allows a malicious user to attach a file containing cross-site\n" 388"scripting attacks.\n" 389"\n" 390"For public sites where anonymous users can create attachments it is\n" 391"recommended to leave this option disabled (which is the default)." 392 393#: trac/env.py:123 394msgid "" 395"This section is used to enable or disable components\n" 396"provided by plugins, as well as by Trac itself. The component\n" 397"to enable/disable is specified via the name of the\n" 398"option. Whether its enabled is determined by the option value;\n" 399"setting the value to `enabled` or `on` will enable the\n" 400"component, any other value (typically `disabled` or `off`)\n" 401"will disable the component.\n" 402"\n" 403"The option name is either the fully qualified name of the\n" 404"components or the module/package prefix of the component. The\n" 405"former enables/disables a specific component, while the latter\n" 406"enables/disables any component in the specified\n" 407"package/module.\n" 408"\n" 409"Consider the following configuration snippet:\n" 410"{{{\n" 411"[components]\n" 412"trac.ticket.report.ReportModule = disabled\n" 413"webadmin.* = enabled\n" 414"}}}\n" 415"\n" 416"The first option tells Trac to disable the\n" 417"[wiki:TracReports report module].\n" 418"The second option instructs Trac to enable all components in\n" 419"the `webadmin` package. Note that the trailing wildcard is\n" 420"required for module/package matching.\n" 421"\n" 422"To view the list of active components, go to the ''Plugins''\n" 423"page on ''About Trac'' (requires `CONFIG_VIEW`\n" 424"[wiki:TracPermissions permissions]).\n" 425"\n" 426"See also: TracPlugins" 427msgstr "" 428"This section is used to enable or disable components\n" 429"provided by plugins, as well as by Trac itself. The component\n" 430"to enable/disable is specified via the name of the\n" 431"option. Whether its enabled is determined by the option value;\n" 432"setting the value to `enabled` or `on` will enable the\n" 433"component, any other value (typically `disabled` or `off`)\n" 434"will disable the component.\n" 435"\n" 436"The option name is either the fully qualified name of the\n" 437"components or the module/package prefix of the component. The\n" 438"former enables/disables a specific component, while the latter\n" 439"enables/disables any component in the specified\n" 440"package/module.\n" 441"\n" 442"Consider the following configuration snippet:\n" 443"{{{\n" 444"[components]\n" 445"trac.ticket.report.ReportModule = disabled\n" 446"webadmin.* = enabled\n" 447"}}}\n" 448"\n" 449"The first option tells Trac to disable the\n" 450"[wiki:TracReports report module].\n" 451"The second option instructs Trac to enable all components in\n" 452"the `webadmin` package. Note that the trailing wildcard is\n" 453"required for module/package matching.\n" 454"\n" 455"To view the list of active components, go to the ''Plugins''\n" 456"page on ''About Trac'' (requires `CONFIG_VIEW`\n" 457"[wiki:TracPermissions permissions]).\n" 458"\n" 459"See also: TracPlugins" 460 461#: trac/env.py:158 462msgid "" 463"Path to the //shared plugins directory//.\n" 464"\n" 465"Plugins in that directory are loaded in addition to those in\n" 466"the directory of the environment `plugins`, with this one\n" 467"taking precedence.\n" 468"\n" 469"(''since 0.11'')" 470msgstr "" 471"Path to the //shared plugins directory//.\n" 472"\n" 473"Plugins in that directory are loaded in addition to those in\n" 474"the directory of the environment `plugins`, with this one\n" 475"taking precedence.\n" 476"\n" 477"(''since 0.11'')" 478 479#: trac/env.py:167 480msgid "" 481"Reference URL for the Trac deployment.\n" 482"\n" 483"This is the base URL that will be used when producing\n" 484"documents that will be used outside of the web browsing\n" 485"context, like for example when inserting URLs pointing to Trac\n" 486"resources in notification e-mails." 487msgstr "" 488"Reference URL for the Trac deployment.\n" 489"\n" 490"This is the base URL that will be used when producing\n" 491"documents that will be used outside of the web browsing\n" 492"context, like for example when inserting URLs pointing to Trac\n" 493"resources in notification e-mails." 494 495#: trac/env.py:175 496msgid "" 497"Optionally use `[trac] base_url` for redirects.\n" 498"\n" 499"In some configurations, usually involving running Trac behind\n" 500"a HTTP proxy, Trac can't automatically reconstruct the URL\n" 501"that is used to access it. You may need to use this option to\n" 502"force Trac to use the `base_url` setting also for\n" 503"redirects. This introduces the obvious limitation that this\n" 504"environment will only be usable when accessible from that URL,\n" 505"as redirects are frequently used. ''(since 0.10.5)''" 506msgstr "" 507"Optionally use `[trac] base_url` for redirects.\n" 508"\n" 509"In some configurations, usually involving running Trac behind\n" 510"a HTTP proxy, Trac can't automatically reconstruct the URL\n" 511"that is used to access it. You may need to use this option to\n" 512"force Trac to use the `base_url` setting also for\n" 513"redirects. This introduces the obvious limitation that this\n" 514"environment will only be usable when accessible from that URL,\n" 515"as redirects are frequently used. ''(since 0.10.5)''" 516 517#: trac/env.py:187 518msgid "" 519"Restrict cookies to HTTPS connections.\n" 520"\n" 521"When true, set the `secure` flag on all cookies so that they\n" 522"are only sent to the server on HTTPS connections. Use this if\n" 523"your Trac instance is only accessible through HTTPS. (''since\n" 524"0.11.2'')" 525msgstr "" 526"Restrict cookies to HTTPS connections.\n" 527"\n" 528"When true, set the `secure` flag on all cookies so that they\n" 529"are only sent to the server on HTTPS connections. Use this if\n" 530"your Trac instance is only accessible through HTTPS. (''since\n" 531"0.11.2'')" 532 533#: trac/env.py:195 534msgid "Name of the project." 535msgstr "Name of the project." 536 537#: trac/env.py:198 538msgid "Short description of the project." 539msgstr "Short description of the project." 540 541#: trac/env.py:201 542msgid "" 543"URL of the main project web site, usually the website in\n" 544"which the `base_url` resides. This is used in notification\n" 545"e-mails." 546msgstr "" 547"URL of the main project web site, usually the website in\n" 548"which the `base_url` resides. This is used in notification\n" 549"e-mails." 550 551#: trac/env.py:206 552msgid "E-Mail address of the project's administrator." 553msgstr "E-Mail address of the project's administrator." 554 555#: trac/env.py:209 556msgid "" 557"Base URL of a Trac instance where errors in this Trac\n" 558"should be reported.\n" 559"\n" 560"This can be an absolute or relative URL, or '.' to reference\n" 561"this Trac instance. An empty value will disable the reporting\n" 562"buttons. (''since 0.11.3'')" 563msgstr "" 564"Base URL of a Trac instance where errors in this Trac\n" 565"should be reported.\n" 566"\n" 567"This can be an absolute or relative URL, or '.' to reference\n" 568"this Trac instance. An empty value will disable the reporting\n" 569"buttons. (''since 0.11.3'')" 570 571#: trac/env.py:218 572msgid "Page footer text (right-aligned)." 573msgstr "Page footer text (right-aligned)." 574 575#: trac/env.py:223 576msgid "URL of the icon of the project." 577msgstr "URL of the icon of the project." 578 579#: trac/env.py:226 580msgid "" 581"Logging facility to use.\n" 582"\n" 583"Should be one of (`none`, `file`, `stderr`, `syslog`, `winlog`)." 584msgstr "" 585"Logging facility to use.\n" 586"\n" 587"Should be one of (`none`, `file`, `stderr`, `syslog`, `winlog`)." 588 589#: trac/env.py:231 590msgid "" 591"If `log_type` is `file`, this should be a path to the\n" 592"log-file. Relative paths are resolved relative to the `log`\n" 593"directory of the environment." 594msgstr "" 595"If `log_type` is `file`, this should be a path to the\n" 596"log-file. Relative paths are resolved relative to the `log`\n" 597"directory of the environment." 598 599#: trac/env.py:236 600msgid "" 601"Level of verbosity in log.\n" 602"\n" 603"Should be one of (`CRITICAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`)." 604msgstr "" 605"Level of verbosity in log.\n" 606"\n" 607"Should be one of (`CRITICAL`, `ERROR`, `WARN`, `INFO`, `DEBUG`)." 608 609#: trac/env.py:241 610msgid "" 611"Custom logging format.\n" 612"\n" 613"If nothing is set, the following will be used:\n" 614"\n" 615"Trac[$(module)s] $(levelname)s: $(message)s\n" 616"\n" 617"In addition to regular key names supported by the Python\n" 618"logger library (see\n" 619"http://docs.python.org/library/logging.html), one could use:\n" 620"\n" 621"- $(path)s the path for the current environment\n" 622"- $(basename)s the last path component of the current environment\n" 623"- $(project)s the project name\n" 624"\n" 625"Note the usage of `$(...)s` instead of `%(...)s` as the latter form\n" 626"would be interpreted by the ConfigParser itself.\n" 627"\n" 628"Example:\n" 629"`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`\n" 630"\n" 631"''(since 0.10.5)''" 632msgstr "" 633"Custom logging format.\n" 634"\n" 635"If nothing is set, the following will be used:\n" 636"\n" 637"Trac[$(module)s] $(levelname)s: $(message)s\n" 638"\n" 639"In addition to regular key names supported by the Python\n" 640"logger library (see\n" 641"http://docs.python.org/library/logging.html), one could use:\n" 642"\n" 643"- $(path)s the path for the current environment\n" 644"- $(basename)s the last path component of the current environment\n" 645"- $(project)s the project name\n" 646"\n" 647"Note the usage of `$(...)s` instead of `%(...)s` as the latter form\n" 648"would be interpreted by the ConfigParser itself.\n" 649"\n" 650"Example:\n" 651"`($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s`\n" 652"\n" 653"''(since 0.10.5)''" 654 655#: trac/notification.py:50 656msgid "" 657"Name of the component implementing `IEmailSender`.\n" 658"\n" 659"This component is used by the notification system to send emails.\n" 660"Trac currently provides `SmtpEmailSender` for connecting to an SMTP\n" 661"server, and `SendmailEmailSender` for running a `sendmail`-compatible\n" 662"executable. (''since 0.12'')" 663msgstr "" 664"Name of the component implementing `IEmailSender`.\n" 665"\n" 666"This component is used by the notification system to send emails.\n" 667"Trac currently provides `SmtpEmailSender` for connecting to an SMTP\n" 668"server, and `SendmailEmailSender` for running a `sendmail`-compatible\n" 669"executable. (''since 0.12'')" 670 671#: trac/notification.py:59 672msgid "Enable email notification." 673msgstr "Enable email notification." 674 675#: trac/notification.py:62 676msgid "Sender address to use in notification emails." 677msgstr "Sender address to use in notification emails." 678 679#: trac/notification.py:65 680msgid "Sender name to use in notification emails." 681msgstr "Sender name to use in notification emails." 682 683#: trac/notification.py:68 684msgid "" 685"Use the action author as the sender of notification emails.\n" 686"(''since 1.0'')" 687msgstr "" 688"Use the action author as the sender of notification emails.\n" 689"(''since 1.0'')" 690 691#: trac/notification.py:72 692msgid "Reply-To address to use in notification emails." 693msgstr "Reply-To address to use in notification emails." 694 695#: trac/notification.py:75 696msgid "" 697"Email address(es) to always send notifications to,\n" 698"addresses can be seen by all recipients (Cc:)." 699msgstr "" 700"Email address(es) to always send notifications to,\n" 701"addresses can be seen by all recipients (Cc:)." 702 703#: trac/notification.py:79 704msgid "" 705"Email address(es) to always send notifications to,\n" 706"addresses do not appear publicly (Bcc:). (''since 0.10'')" 707msgstr "" 708"Email address(es) to always send notifications to,\n" 709"addresses do not appear publicly (Bcc:). (''since 0.10'')" 710 711#: trac/notification.py:83 712msgid "" 713"Default host/domain to append to address that do not specify\n" 714"one." 715msgstr "" 716"Default host/domain to append to address that do not specify\n" 717"one." 718 719#: trac/notification.py:87 720msgid "" 721"Comma-separated list of domains that should not be considered\n" 722"part of email addresses (for usernames with Kerberos domains)." 723msgstr "" 724"Comma-separated list of domains that should not be considered\n" 725"part of email addresses (for usernames with Kerberos domains)." 726 727#: trac/notification.py:91 728msgid "" 729"Comma-separated list of domains that should be considered as\n" 730"valid for email addresses (such as localdomain)." 731msgstr "" 732"Comma-separated list of domains that should be considered as\n" 733"valid for email addresses (such as localdomain)." 734 735#: trac/notification.py:95 736msgid "" 737"Specifies the MIME encoding scheme for emails.\n" 738"\n" 739"Valid options are 'base64' for Base64 encoding, 'qp' for\n" 740"Quoted-Printable, and 'none' for no encoding, in which case mails will\n" 741"be sent as 7bit if the content is all ASCII, or 8bit otherwise.\n" 742"(''since 0.10'')" 743msgstr "" 744"Specifies the MIME encoding scheme for emails.\n" 745"\n" 746"Valid options are 'base64' for Base64 encoding, 'qp' for\n" 747"Quoted-Printable, and 'none' for no encoding, in which case mails will\n" 748"be sent as 7bit if the content is all ASCII, or 8bit otherwise.\n" 749"(''since 0.10'')" 750 751#: trac/notification.py:103 752msgid "" 753"Recipients can see email addresses of other CC'ed recipients.\n" 754"\n" 755"If this option is disabled (the default), recipients are put on BCC.\n" 756"(''since 0.10'')" 757msgstr "" 758"Recipients can see email addresses of other CC'ed recipients.\n" 759"\n" 760"If this option is disabled (the default), recipients are put on BCC.\n" 761"(''since 0.10'')" 762 763#: trac/notification.py:109 764msgid "" 765"Permit email address without a host/domain (i.e. username only).\n" 766"\n" 767"The SMTP server should accept those addresses, and either append\n" 768"a FQDN or use local delivery. (''since 0.10'')" 769msgstr "" 770"Permit email address without a host/domain (i.e. username only).\n" 771"\n" 772"The SMTP server should accept those addresses, and either append\n" 773"a FQDN or use local delivery. (''since 0.10'')" 774 775#: trac/notification.py:115 776msgid "" 777"Text to prepend to subject line of notification emails.\n" 778"\n" 779"If the setting is not defined, then the [$project_name] prefix.\n" 780"If no prefix is desired, then specifying an empty option\n" 781"will disable it. (''since 0.10.1'')" 782msgstr "" 783"Text to prepend to subject line of notification emails.\n" 784"\n" 785"If the setting is not defined, then the [$project_name] prefix.\n" 786"If no prefix is desired, then specifying an empty option\n" 787"will disable it. (''since 0.10.1'')" 788 789#: trac/notification.py:133 790msgid "SMTP server hostname to use for email notifications." 791msgstr "SMTP server hostname to use for email notifications." 792 793#: trac/notification.py:136 794msgid "SMTP server port to use for email notification." 795msgstr "SMTP server port to use for email notification." 796 797#: trac/notification.py:139 798msgid "Username for SMTP server. (''since 0.9'')" 799msgstr "Username for SMTP server. (''since 0.9'')" 800 801#: trac/notification.py:142 802msgid "Password for SMTP server. (''since 0.9'')" 803msgstr "Password for SMTP server. (''since 0.9'')" 804 805#: trac/notification.py:145 806msgid "Use SSL/TLS to send notifications over SMTP. (''since 0.10'')" 807msgstr "Use SSL/TLS to send notifications over SMTP. (''since 0.10'')" 808 809#: trac/notification.py:189 810msgid "" 811"Path to the sendmail executable.\n" 812"\n" 813"The sendmail program must accept the `-i` and `-f` options.\n" 814" (''since 0.12'')" 815msgstr "" 816"Path to the sendmail executable.\n" 817"\n" 818"The sendmail program must accept the `-i` and `-f` options.\n" 819" (''since 0.12'')" 820 821#: trac/perm.py:312 822msgid "" 823"Name of the component implementing `IPermissionStore`, which is used\n" 824"for managing user and group permissions." 825msgstr "" 826"Name of the component implementing `IPermissionStore`, which is used\n" 827"for managing user and group permissions." 828 829#: trac/perm.py:317 830msgid "" 831"List of components implementing `IPermissionPolicy`, in the order in\n" 832"which they will be applied. These components manage fine-grained access\n" 833"control to Trac resources.\n" 834"Defaults to the DefaultPermissionPolicy (pre-0.11 behavior) and\n" 835"LegacyAttachmentPolicy (map ATTACHMENT_* permissions to realm specific\n" 836"ones)" 837msgstr "" 838"List of components implementing `IPermissionPolicy`, in the order in\n" 839"which they will be applied. These components manage fine-grained access\n" 840"control to Trac resources.\n" 841"Defaults to the DefaultPermissionPolicy (pre-0.11 behavior) and\n" 842"LegacyAttachmentPolicy (map ATTACHMENT_* permissions to realm specific\n" 843"ones)" 844 845#: trac/db/api.py:227 846msgid "" 847"Database connection\n" 848"[wiki:TracEnvironment#DatabaseConnectionStrings string] for this\n" 849"project" 850msgstr "" 851"Database connection\n" 852"[wiki:TracEnvironment#DatabaseConnectionStrings string] for this\n" 853"project" 854 855#: trac/db/api.py:232 856msgid "Database backup location" 857msgstr "Database backup location" 858 859#: trac/db/api.py:235 860msgid "" 861"Timeout value for database connection, in seconds.\n" 862"Use '0' to specify ''no timeout''. ''(Since 0.11)''" 863msgstr "" 864"Timeout value for database connection, in seconds.\n" 865"Use '0' to specify ''no timeout''. ''(Since 0.11)''" 866 867#: trac/db/api.py:239 868msgid "" 869"Show the SQL queries in the Trac log, at DEBUG level.\n" 870"''(Since 0.11.5)''" 871msgstr "" 872"Show the SQL queries in the Trac log, at DEBUG level.\n" 873"''(Since 0.11.5)''" 874 875#: trac/db/mysql_backend.py:78 876msgid "Location of mysqldump for MySQL database backups" 877msgstr "Location of mysqldump for MySQL database backups" 878 879#: trac/db/postgres_backend.py:72 880msgid "Location of pg_dump for Postgres database backups" 881msgstr "Location of pg_dump for Postgres database backups" 882 883#: trac/db/sqlite_backend.py:143 884msgid "" 885"Paths to sqlite extensions, relative to Trac environment's\n" 886"directory or absolute. (''since 0.12'')" 887msgstr "" 888"Paths to sqlite extensions, relative to Trac environment's\n" 889"directory or absolute. (''since 0.12'')" 890 891#: trac/mimeview/api.py:613 892msgid "Charset to be used when in doubt." 893msgstr "Charset to be used when in doubt." 894 895#: trac/mimeview/api.py:616 896msgid "Displayed tab width in file preview. (''since 0.9'')" 897msgstr "Displayed tab width in file preview. (''since 0.9'')" 898 899#: trac/mimeview/api.py:619 900msgid "Maximum file size for HTML preview. (''since 0.9'')" 901msgstr "Maximum file size for HTML preview. (''since 0.9'')" 902 903#: trac/mimeview/api.py:622 904msgid "" 905"List of additional MIME types and keyword mappings.\n" 906"Mappings are comma-separated, and for each MIME type,\n" 907"there's a colon (\":\") separated list of associated keywords\n" 908"or file extensions. (''since 0.10'')" 909msgstr "" 910"List of additional MIME types and keyword mappings.\n" 911"Mappings are comma-separated, and for each MIME type,\n" 912"there's a colon (\":\") separated list of associated keywords\n" 913"or file extensions. (''since 0.10'')" 914 915#: trac/mimeview/api.py:629 916msgid "" 917"List of additional MIME types associated to filename patterns.\n" 918"Mappings are comma-separated, and each mapping consists of a MIME type\n" 919"and a Python regexp used for matching filenames, separated by a colon\n" 920"(\":\"). (''since 1.0'')" 921msgstr "" 922"List of additional MIME types associated to filename patterns.\n" 923"Mappings are comma-separated, and each mapping consists of a MIME type\n" 924"and a Python regexp used for matching filenames, separated by a colon\n" 925"(\":\"). (''since 1.0'')" 926 927#: trac/mimeview/api.py:636 928msgid "" 929"Comma-separated list of MIME types that should be treated as\n" 930"binary data. (''since 0.11.5'')" 931msgstr "" 932"Comma-separated list of MIME types that should be treated as\n" 933"binary data. (''since 0.11.5'')" 934 935#: trac/mimeview/pygments.py:50 936msgid "The default style to use for Pygments syntax highlighting." 937msgstr "The default style to use for Pygments syntax highlighting." 938 939#: trac/mimeview/pygments.py:53 940msgid "" 941"List of additional MIME types known by Pygments.\n" 942"\n" 943"For each, a tuple `mimetype:mode:quality` has to be\n" 944"specified, where `mimetype` is the MIME type,\n" 945"`mode` is the corresponding Pygments mode to be used\n" 946"for the conversion and `quality` is the quality ratio\n" 947"associated to this conversion. That can also be used\n" 948"to override the default quality ratio used by the\n" 949"Pygments render." 950msgstr "" 951"List of additional MIME types known by Pygments.\n" 952"\n" 953"For each, a tuple `mimetype:mode:quality` has to be\n" 954"specified, where `mimetype` is the MIME type,\n" 955"`mode` is the corresponding Pygments mode to be used\n" 956"for the conversion and `quality` is the quality ratio\n" 957"associated to this conversion. That can also be used\n" 958"to override the default quality ratio used by the\n" 959"Pygments render." 960 961#: trac/search/web_ui.py:49 962msgid "Minimum length of query string allowed when performing a search." 963msgstr "Minimum length of query string allowed when performing a search." 964 965#: trac/search/web_ui.py:52 966msgid "" 967"Specifies which search filters should be disabled by\n" 968"default on the search page. This will also restrict the\n" 969"filters for the quick search function. The filter names\n" 970"defined by default components are: `wiki`, `ticket`,\n" 971"`milestone` and `changeset`. For plugins, look for\n" 972"their implementation of the ISearchSource interface, in\n" 973"the `get_search_filters()` method, the first member of\n" 974"returned tuple. Once disabled, search filters can still\n" 975"be manually enabled by the user on the search page.\n" 976"(since 0.12)" 977msgstr "" 978"Specifies which search filters should be disabled by\n" 979"default on the search page. This will also restrict the\n" 980"filters for the quick search function. The filter names\n" 981"defined by default components are: `wiki`, `ticket`,\n" 982"`milestone` and `changeset`. For plugins, look for\n" 983"their implementation of the ISearchSource interface, in\n" 984"the `get_search_filters()` method, the first member of\n" 985"returned tuple. Once disabled, search filters can still\n" 986"be manually enabled by the user on the search page.\n" 987"(since 0.12)" 988 989#: trac/ticket/api.py:188 990msgid "" 991"In this section, you can define additional fields for tickets. See\n" 992"TracTicketsCustomFields for more details." 993msgstr "" 994"In this section, you can define additional fields for tickets. See\n" 995"TracTicketsCustomFields for more details." 996 997#: trac/ticket/api.py:192 998msgid "" 999"Ordered list of workflow controllers to use for ticket actions\n" 1000"(''since 0.11'')." 1001msgstr "" 1002"Ordered list of workflow controllers to use for ticket actions\n" 1003"(''since 0.11'')." 1004 1005#: trac/ticket/api.py:198 1006msgid "" 1007"Make the owner field of tickets use a drop-down menu.\n" 1008"Be sure to understand the performance implications before activating\n" 1009"this option. See\n" 1010"[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].\n" 1011"\n" 1012"Please note that e-mail addresses are '''not''' obfuscated in the\n" 1013"resulting drop-down menu, so this option should not be used if\n" 1014"e-mail addresses must remain protected.\n" 1015"(''since 0.9'')" 1016msgstr "" 1017"Make the owner field of tickets use a drop-down menu.\n" 1018"Be sure to understand the performance implications before activating\n" 1019"this option. See\n" 1020"[TracTickets#Assign-toasDrop-DownList Assign-to as Drop-Down List].\n" 1021"\n" 1022"Please note that e-mail addresses are '''not''' obfuscated in the\n" 1023"resulting drop-down menu, so this option should not be used if\n" 1024"e-mail addresses must remain protected.\n" 1025"(''since 0.9'')" 1026 1027#: trac/ticket/api.py:209 1028msgid "Default version for newly created tickets." 1029msgstr "Default version for newly created tickets." 1030 1031#: trac/ticket/api.py:212 1032msgid "Default type for newly created tickets (''since 0.9'')." 1033msgstr "Default type for newly created tickets (''since 0.9'')." 1034 1035#: trac/ticket/api.py:215 1036msgid "Default priority for newly created tickets." 1037msgstr "Default priority for newly created tickets." 1038 1039#: trac/ticket/api.py:218 1040msgid "Default milestone for newly created tickets." 1041msgstr "Default milestone for newly created tickets." 1042 1043#: trac/ticket/api.py:221 1044msgid "Default component for newly created tickets." 1045msgstr "Default component for newly created tickets." 1046 1047#: trac/ticket/api.py:224 1048msgid "Default severity for newly created tickets." 1049msgstr "Default severity for newly created tickets." 1050 1051#: trac/ticket/api.py:227 1052msgid "Default summary (title) for newly created tickets." 1053msgstr "Default summary (title) for newly created tickets." 1054 1055#: trac/ticket/api.py:230 1056msgid "Default description for newly created tickets." 1057msgstr "Default description for newly created tickets." 1058 1059#: trac/ticket/api.py:233 1060msgid "Default keywords for newly created tickets." 1061msgstr "Default keywords for newly created tickets." 1062 1063#: trac/ticket/api.py:236 1064msgid "Default owner for newly created tickets." 1065msgstr "Default owner for newly created tickets." 1066 1067#: trac/ticket/api.py:239 1068msgid "Default cc: list for newly created tickets." 1069msgstr "Default cc: list for newly created tickets." 1070 1071#: trac/ticket/api.py:242 1072msgid "" 1073"Default resolution for resolving (closing) tickets\n" 1074"(''since 0.11'')." 1075msgstr "" 1076"Default resolution for resolving (closing) tickets\n" 1077"(''since 0.11'')." 1078 1079#: trac/ticket/default_workflow.py:105 1080msgid "" 1081"The workflow for tickets is controlled by plugins. By default,\n" 1082"there's only a `ConfigurableTicketWorkflow` component in charge.\n" 1083"That component allows the workflow to be configured via this section\n" 1084"in the `trac.ini` file. See TracWorkflow for more details.\n" 1085"\n" 1086"(''since 0.11'')" 1087msgstr "" 1088"The workflow for tickets is controlled by plugins. By default,\n" 1089"there's only a `ConfigurableTicketWorkflow` component in charge.\n" 1090"That component allows the workflow to be configured via this section\n" 1091"in the `trac.ini` file. See TracWorkflow for more details.\n" 1092"\n" 1093"(''since 0.11'')" 1094 1095#: trac/ticket/notification.py:37 1096msgid "Always send notifications to the ticket owner (''since 0.9'')." 1097msgstr "Always send notifications to the ticket owner (''since 0.9'')." 1098 1099#: trac/ticket/notification.py:41 1100msgid "" 1101"Always send notifications to any address in the ''reporter''\n" 1102"field." 1103msgstr "" 1104"Always send notifications to any address in the ''reporter''\n" 1105"field." 1106 1107#: trac/ticket/notification.py:47 1108msgid "" 1109"Always send notifications to the person who causes the ticket\n" 1110"property change and to any previous updater of that ticket." 1111msgstr "" 1112"Always send notifications to the person who causes the ticket\n" 1113"property change and to any previous updater of that ticket." 1114 1115#: trac/ticket/notification.py:52 1116msgid "" 1117"A Genshi text template snippet used to get the notification subject.\n" 1118"\n" 1119"By default, the subject template is `$prefix #$ticket.id: $summary`.\n" 1120"`$prefix` being the value of the `smtp_subject_prefix` option.\n" 1121"''(since 0.11)''" 1122msgstr "" 1123"A Genshi text template snippet used to get the notification subject.\n" 1124"\n" 1125"By default, the subject template is `$prefix #$ticket.id: $summary`.\n" 1126"`$prefix` being the value of the `smtp_subject_prefix` option.\n" 1127"''(since 0.11)''" 1128 1129#: trac/ticket/notification.py:60 1130msgid "" 1131"Like ticket_subject_template but for batch modifications.\n" 1132"\n" 1133"By default, the template is `$prefix Batch modify: $tickets_descr`.\n" 1134"''(since 1.0)''" 1135msgstr "" 1136"Like ticket_subject_template but for batch modifications.\n" 1137"\n" 1138"By default, the template is `$prefix Batch modify: $tickets_descr`.\n" 1139"''(since 1.0)''" 1140 1141#: trac/ticket/notification.py:67 1142msgid "" 1143"Which width of ambiguous characters (e.g. 'single' or\n" 1144"'double') should be used in the table of notification mail.\n" 1145"\n" 1146"If 'single', the same width as characters in US-ASCII. This is\n" 1147"expected by most users. If 'double', twice the width of\n" 1148"US-ASCII characters. This is expected by CJK users. ''(since\n" 1149"0.12.2)''" 1150msgstr "" 1151"Which width of ambiguous characters (e.g. 'single' or\n" 1152"'double') should be used in the table of notification mail.\n" 1153"\n" 1154"If 'single', the same width as characters in US-ASCII. This is\n" 1155"expected by most users. If 'double', twice the width of\n" 1156"US-ASCII characters. This is expected by CJK users. ''(since\n" 1157"0.12.2)''" 1158 1159#: trac/ticket/query.py:820 1160msgid "" 1161"The default query for authenticated users. The query is either\n" 1162"in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" 1163"string starting with `?` as used in `query:`\n" 1164"[TracQuery#UsingTracLinks Trac links].\n" 1165"(''since 0.11.2'')" 1166msgstr "" 1167"The default query for authenticated users. The query is either\n" 1168"in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" 1169"string starting with `?` as used in `query:`\n" 1170"[TracQuery#UsingTracLinks Trac links].\n" 1171"(''since 0.11.2'')" 1172 1173#: trac/ticket/query.py:828 1174msgid "" 1175"The default query for anonymous users. The query is either\n" 1176"in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" 1177"string starting with `?` as used in `query:`\n" 1178"[TracQuery#UsingTracLinks Trac links].\n" 1179"(''since 0.11.2'')" 1180msgstr "" 1181"The default query for anonymous users. The query is either\n" 1182"in [TracQuery#QueryLanguage query language] syntax, or a URL query\n" 1183"string starting with `?` as used in `query:`\n" 1184"[TracQuery#UsingTracLinks Trac links].\n" 1185"(''since 0.11.2'')" 1186 1187#: trac/ticket/query.py:836 1188msgid "" 1189"Number of tickets displayed per page in ticket queries,\n" 1190"by default (''since 0.11'')" 1191msgstr "" 1192"Number of tickets displayed per page in ticket queries,\n" 1193"by default (''since 0.11'')" 1194 1195#: trac/ticket/report.py:115 1196msgid "" 1197"Number of tickets displayed per page in ticket reports,\n" 1198"by default (''since 0.11'')" 1199msgstr "" 1200"Number of tickets displayed per page in ticket reports,\n" 1201"by default (''since 0.11'')" 1202 1203#: trac/ticket/report.py:119 1204msgid "" 1205"Number of tickets displayed in the rss feeds for reports\n" 1206"(''since 0.11'')" 1207msgstr "" 1208"Number of tickets displayed in the rss feeds for reports\n" 1209"(''since 0.11'')" 1210 1211#: trac/ticket/roadmap.py:144 1212msgid "" 1213"As the workflow for tickets is now configurable, there can\n" 1214"be many ticket states, and simply displaying closed tickets\n" 1215"vs. all the others is maybe not appropriate in all cases. This\n" 1216"section enables one to easily create ''groups'' of states that\n" 1217"will be shown in different colors in the milestone progress\n" 1218"bar.\n" 1219"\n" 1220"Note that the groups can only be based on the ticket\n" 1221"//status//, nothing else. In particular, it's not possible to\n" 1222"distinguish between different closed tickets based on the\n" 1223"//resolution//.\n" 1224"\n" 1225"Example configuration with three groups, //closed//, //new//\n" 1226"and //active// (the default only has closed and active):\n" 1227"{{{\n" 1228"# the 'closed' group correspond to the 'closed' tickets\n" 1229"closed = closed\n" 1230"\n" 1231"# .order: sequence number in the progress bar\n" 1232"closed.order = 0\n" 1233"\n" 1234"# .query_args: optional parameters for the corresponding\n" 1235"# query. In this example, the changes from the\n" 1236"# default are two additional columns ('created' and\n" 1237"# 'modified'), and sorting is done on 'created'.\n" 1238"closed.query_args = " 1239"group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime" 1240"\n" 1241"\n" 1242"# .overall_completion: indicates groups that count for overall\n" 1243"# completion percentage\n" 1244"closed.overall_completion = true\n" 1245"\n" 1246"new = new\n" 1247"new.order = 1\n" 1248"new.css_class = new\n" 1249"new.label = new\n" 1250"\n" 1251"# Note: one catch-all group for other statuses is allowed\n" 1252"active = *\n" 1253"active.order = 2\n" 1254"\n" 1255"# .css_class: CSS class for this interval\n" 1256"active.css_class = open\n" 1257"\n" 1258"# .label: displayed label for this group\n" 1259"active.label = in progress\n" 1260"}}}\n" 1261"\n" 1262"The definition consists in a comma-separated list of accepted\n" 1263"status. Also, '*' means any status and could be used to\n" 1264"associate all remaining states to one catch-all group.\n" 1265"\n" 1266"The CSS class can be one of: new (yellow), open (no color) or\n" 1267"closed (green). Other styles can easily be added using custom\n" 1268"CSS rule: `table.progress td.<class> { background: <color> }`\n" 1269"to a [TracInterfaceCustomization#SiteAppearance site/style.css] file\n" 1270"for example.\n" 1271"\n" 1272"(''since 0.11'')" 1273msgstr "" 1274"As the workflow for tickets is now configurable, there can\n" 1275"be many ticket states, and simply displaying closed tickets\n" 1276"vs. all the others is maybe not appropriate in all cases. This\n" 1277"section enables one to easily create ''groups'' of states that\n" 1278"will be shown in different colors in the milestone progress\n" 1279"bar.\n" 1280"\n" 1281"Note that the groups can only be based on the ticket\n" 1282"//status//, nothing else. In particular, it's not possible to\n" 1283"distinguish between different closed tickets based on the\n" 1284"//resolution//.\n" 1285"\n" 1286"Example configuration with three groups, //closed//, //new//\n" 1287"and //active// (the default only has closed and active):\n" 1288"{{{\n" 1289"# the 'closed' group correspond to the 'closed' tickets\n" 1290"closed = closed\n" 1291"\n" 1292"# .order: sequence number in the progress bar\n" 1293"closed.order = 0\n" 1294"\n" 1295"# .query_args: optional parameters for the corresponding\n" 1296"# query. In this example, the changes from the\n" 1297"# default are two additional columns ('created' and\n" 1298"# 'modified'), and sorting is done on 'created'.\n" 1299"closed.query_args = " 1300"group=resolution,order=time,col=id,col=summary,col=owner,col=type,col=priority,col=component,col=severity,col=time,col=changetime" 1301"\n" 1302"\n" 1303"# .overall_completion: indicates groups that count for overall\n" 1304"# completion percentage\n" 1305"closed.overall_completion = true\n" 1306"\n" 1307"new = new\n" 1308"new.order = 1\n" 1309"new.css_class = new\n" 1310"new.label = new\n" 1311"\n" 1312"# Note: one catch-all group for other statuses is allowed\n" 1313"active = *\n" 1314"active.order = 2\n" 1315"\n" 1316"# .css_class: CSS class for this interval\n" 1317"active.css_class = open\n" 1318"\n" 1319"# .label: displayed label for this group\n" 1320"active.label = in progress\n" 1321"}}}\n" 1322"\n" 1323"The definition consists in a comma-separated list of accepted\n" 1324"status. Also, '*' means any status and could be used to\n" 1325"associate all remaining states to one catch-all group.\n" 1326"\n" 1327"The CSS class can be one of: new (yellow), open (no color) or\n" 1328"closed (green). Other styles can easily be added using custom\n" 1329"CSS rule: `table.progress td.<class> { background: <color> }`\n" 1330"to a [TracInterfaceCustomization#SiteAppearance site/style.css] file\n" 1331"for example.\n" 1332"\n" 1333"(''since 0.11'')" 1334 1335#: trac/ticket/roadmap.py:388 1336msgid "" 1337"Name of the component implementing `ITicketGroupStatsProvider`,\n" 1338"which is used to collect statistics on groups of tickets for display\n" 1339"in the roadmap views." 1340msgstr "" 1341"Name of the component implementing `ITicketGroupStatsProvider`,\n" 1342"which is used to collect statistics on groups of tickets for display\n" 1343"in the roadmap views." 1344 1345#: trac/ticket/roadmap.py:590 1346msgid "" 1347"Name of the component implementing `ITicketGroupStatsProvider`,\n" 1348"which is used to collect statistics on groups of tickets for display\n" 1349"in the milestone views." 1350msgstr "" 1351"Name of the component implementing `ITicketGroupStatsProvider`,\n" 1352"which is used to collect statistics on groups of tickets for display\n" 1353"in the milestone views." 1354 1355#: trac/ticket/web_ui.py:76 1356msgid "" 1357"Enable the display of all ticket changes in the timeline, not only\n" 1358"open / close operations (''since 0.9'')." 1359msgstr "" 1360"Enable the display of all ticket changes in the timeline, not only\n" 1361"open / close operations (''since 0.9'')." 1362 1363#: trac/ticket/web_ui.py:80 1364msgid "" 1365"Enable the display of component of tickets in the timeline\n" 1366"(''since 1.1.1'')." 1367msgstr "" 1368"Enable the display of component of tickets in the timeline\n" 1369"(''since 1.1.1'')." 1370 1371#: trac/ticket/web_ui.py:85 1372msgid "" 1373"Don't accept tickets with a too big description.\n" 1374"(''since 0.11'')." 1375msgstr "" 1376"Don't accept tickets with a too big description.\n" 1377"(''since 0.11'')." 1378 1379#: trac/ticket/web_ui.py:89 1380msgid "" 1381"Don't accept tickets with a too big comment.\n" 1382"(''since 0.11.2'')" 1383msgstr "" 1384"Don't accept tickets with a too big comment.\n" 1385"(''since 0.11.2'')" 1386 1387#: trac/ticket/web_ui.py:93 1388msgid "" 1389"Which formatter flavor (e.g. 'html' or 'oneliner') should be\n" 1390"used when presenting the description for new tickets.\n" 1391"If 'oneliner', the [timeline] abbreviated_messages option applies.\n" 1392"(''since 0.11'')." 1393msgstr "" 1394"Which formatter flavor (e.g. 'html' or 'oneliner') should be\n" 1395"used when presenting the description for new tickets.\n" 1396"If 'oneliner', the [timeline] abbreviated_messages option applies.\n" 1397"(''since 0.11'')." 1398 1399#: trac/ticket/web_ui.py:100 1400msgid "" 1401"Whether Wiki formatter should respect the new lines present\n" 1402"in the Wiki text.\n" 1403"If set to 'default', this is equivalent to 'yes' for new environments\n" 1404"but keeps the old behavior for upgraded environments (i.e. 'no').\n" 1405"(''since 0.11'')." 1406msgstr "" 1407"Whether Wiki formatter should respect the new lines present\n" 1408"in the Wiki text.\n" 1409"If set to 'default', this is equivalent to 'yes' for new environments\n" 1410"but keeps the old behavior for upgraded environments (i.e. 'no').\n" 1411"(''since 0.11'')." 1412 1413#: trac/ticket/web_ui.py:107 1414msgid "" 1415"The base query to be used when linkifying values of ticket\n" 1416"fields. The query is a URL query\n" 1417"string starting with `?` as used in `query:`\n" 1418"[TracQuery#UsingTracLinks Trac links].\n" 1419"(''since 0.12'')" 1420msgstr "" 1421"The base query to be used when linkifying values of ticket\n" 1422"fields. The query is a URL query\n" 1423"string starting with `?` as used in `query:`\n" 1424"[TracQuery#UsingTracLinks Trac links].\n" 1425"(''since 0.12'')" 1426 1427#: trac/timeline/web_ui.py:52 1428msgid "" 1429"Default number of days displayed in the Timeline, in days.\n" 1430"(''since 0.9.'')" 1431msgstr "" 1432"Default number of days displayed in the Timeline, in days.\n" 1433"(''since 0.9.'')" 1434 1435#: trac/timeline/web_ui.py:56 1436msgid "" 1437"Maximum number of days (-1 for unlimited) displayable in the\n" 1438"Timeline. (''since 0.11'')" 1439msgstr "" 1440"Maximum number of days (-1 for unlimited) displayable in the\n" 1441"Timeline. (''since 0.11'')" 1442 1443#: trac/timeline/web_ui.py:60 1444msgid "" 1445"Whether wiki-formatted event messages should be truncated or not.\n" 1446"\n" 1447"This only affects the default rendering, and can be overriden by\n" 1448"specific event providers, see their own documentation.\n" 1449"(''Since 0.11'')" 1450msgstr "" 1451"Whether wiki-formatted event messages should be truncated or not.\n" 1452"\n" 1453"This only affects the default rendering, and can be overriden by\n" 1454"specific event providers, see their own documentation.\n" 1455"(''Since 0.11'')" 1456 1457#: trac/versioncontrol/admin.py:169 1458msgid "" 1459"Comma-separated list of allowed prefixes for repository\n" 1460"directories when adding and editing repositories in the repository\n" 1461"admin panel. If the list is empty, all repository directories are\n" 1462"allowed. (''since 0.12.1'')" 1463msgstr "" 1464"Comma-separated list of allowed prefixes for repository\n" 1465"directories when adding and editing repositories in the repository\n" 1466"admin panel. If the list is empty, all repository directories are\n" 1467"allowed. (''since 0.12.1'')" 1468 1469#: trac/versioncontrol/api.py:284 1470msgid "" 1471"One of the alternatives for registering new repositories is to\n" 1472"populate the `[repositories]` section of the `trac.ini`.\n" 1473"\n" 1474"This is especially suited for setting up convenience aliases,\n" 1475"short-lived repositories, or during the initial phases of an\n" 1476"installation.\n" 1477"\n" 1478"See [TracRepositoryAdmin#Intrac.ini TracRepositoryAdmin] for details\n" 1479"about the format adopted for this section and the rest of that page for\n" 1480"the other alternatives.\n" 1481"\n" 1482"(''since 0.12'')" 1483msgstr "" 1484"One of the alternatives for registering new repositories is to\n" 1485"populate the `[repositories]` section of the `trac.ini`.\n" 1486"\n" 1487"This is especially suited for setting up convenience aliases,\n" 1488"short-lived repositories, or during the initial phases of an\n" 1489"installation.\n" 1490"\n" 1491"See [TracRepositoryAdmin#Intrac.ini TracRepositoryAdmin] for details\n" 1492"about the format adopted for this section and the rest of that page for\n" 1493"the other alternatives.\n" 1494"\n" 1495"(''since 0.12'')" 1496 1497#: trac/versioncontrol/api.py:298 1498msgid "" 1499"Default repository connector type. (''since 0.10'')\n" 1500"\n" 1501"This is also used as the default repository type for repositories\n" 1502"defined in [[TracIni#repositories-section repositories]] or using the\n" 1503"\"Repositories\" admin panel. (''since 0.12'')" 1504msgstr "" 1505"Default repository connector type. (''since 0.10'')\n" 1506"\n" 1507"This is also used as the default repository type for repositories\n" 1508"defined in [[TracIni#repositories-section repositories]] or using the\n" 1509"\"Repositories\" admin panel. (''since 0.12'')" 1510 1511#: trac/versioncontrol/api.py:306 1512msgid "" 1513"Path to the default repository. This can also be a relative path\n" 1514"(''since 0.11'').\n" 1515"\n" 1516"This option is deprecated, and repositories should be defined in the\n" 1517"[TracIni#repositories-section repositories] section, or using the\n" 1518"\"Repositories\" admin panel. (''since 0.12'')" 1519msgstr "" 1520"Path to the default repository. This can also be a relative path\n" 1521"(''since 0.11'').\n" 1522"\n" 1523"This option is deprecated, and repositories should be defined in the\n" 1524"[TracIni#repositories-section repositories] section, or using the\n" 1525"\"Repositories\" admin panel. (''since 0.12'')" 1526 1527#: trac/versioncontrol/api.py:314 1528msgid "" 1529"List of repositories that should be synchronized on every page\n" 1530"request.\n" 1531"\n" 1532"Leave this option empty if you have set up post-commit hooks calling\n" 1533"`trac-admin $ENV changeset added` on all your repositories\n" 1534"(recommended). Otherwise, set it to a comma-separated list of\n" 1535"repository names. Note that this will negatively affect performance,\n" 1536"and will prevent changeset listeners from receiving events from the\n" 1537"repositories specified here. The default is to synchronize the default\n" 1538"repository, for backward compatibility. (''since 0.12'')" 1539msgstr "" 1540"List of repositories that should be synchronised on every page\n" 1541"request.\n" 1542"\n" 1543"Leave this option empty if you have set up post-commit hooks calling\n" 1544"`trac-admin $ENV changeset added` on all your repositories\n" 1545"(recommended). Otherwise, set it to a comma-separated list of\n" 1546"repository names. Note that this will negatively affect performance,\n" 1547"and will prevent changeset listeners from receiving events from the\n" 1548"repositories specified here. The default is to synchronise the default\n" 1549"repository, for backward compatibility. (''since 0.12'')" 1550 1551#: trac/versioncontrol/svn_authz.py:124 1552msgid "" 1553"The path to the Subversion\n" 1554"[http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html " 1555"authorization (authz) file].\n" 1556"To enable authz permission checking, the `AuthzSourcePolicy` permission\n" 1557"policy must be added to `[trac] permission_policies`." 1558msgstr "" 1559"The path to the Subversion\n" 1560"[http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html " 1561"authorisation (authz) file].\n" 1562"To enable authz permission checking, the `AuthzSourcePolicy` permission\n" 1563"policy must be added to `[trac] permission_policies`." 1564 1565#: trac/versioncontrol/svn_authz.py:131 1566msgid "" 1567"The module prefix used in the `authz_file` for the default\n" 1568"repository. If left empty, the global section is used." 1569msgstr "" 1570"The module prefix used in the `authz_file` for the default\n" 1571"repository. If left empty, the global section is used." 1572 1573#: trac/versioncontrol/web_ui/browser.py:118 1574msgid "" 1575"Comma-separated list of version control properties to render\n" 1576"as wiki content in the repository browser.\n" 1577"\n" 1578"(''since 0.11'')" 1579msgstr "" 1580"Comma-separated list of version control properties to render\n" 1581"as wiki content in the repository browser.\n" 1582"\n" 1583"(''since 0.11'')" 1584 1585#: trac/versioncontrol/web_ui/browser.py:125 1586msgid "" 1587"Comma-separated list of version control properties to render\n" 1588"as oneliner wiki content in the repository browser.\n" 1589"\n" 1590"(''since 0.11'')" 1591msgstr "" 1592"Comma-separated list of version control properties to render\n" 1593"as oneliner wiki content in the repository browser.\n" 1594"\n" 1595"(''since 0.11'')" 1596 1597#: trac/versioncontrol/web_ui/browser.py:184 1598msgid "" 1599"List of repository paths that can be downloaded.\n" 1600"\n" 1601"Leave this option empty if you want to disable all downloads, otherwise\n" 1602"set it to a comma-separated list of authorized paths (those paths are\n" 1603"glob patterns, i.e. \"*\" can be used as a wild card). In a\n" 1604"multi-repository environment, the path must be qualified with the\n" 1605"repository name if the path does not point to the default repository\n" 1606"(e.g. /reponame/trunk). Note that a simple prefix matching is\n" 1607"performed on the paths, so aliases won't get automatically resolved.\n" 1608"(''since 0.10'')" 1609msgstr "" 1610"List of repository paths that can be downloaded.\n" 1611"\n" 1612"Leave the option empty if you want to disable all downloads, otherwise\n" 1613"set it to a comma-separated list of authorised paths (those paths are\n" 1614"glob patterns, i.e. \"*\" can be used as a wild card). In a\n" 1615"multi-repository environment, the path must be qualified with the\n" 1616"repository name if the path does not point to the default repository\n" 1617"(e.g. /reponame/trunk). Note that a simple prefix matching is\n" 1618"performed on the paths, so aliases won't get automatically resolved.\n" 1619"(''since 0.10'')" 1620 1621#: trac/versioncontrol/web_ui/browser.py:197 1622msgid "" 1623"Enable colorization of the ''age'' column.\n" 1624"\n" 1625"This uses the same color scale as the source code annotation:\n" 1626"blue is older, red is newer.\n" 1627"(''since 0.11'')" 1628msgstr "" 1629"Enable colorisation of the ''age'' column.\n" 1630"\n" 1631"This uses the same color scale as the source code annotation:\n" 1632"blue is older, red is newer.\n" 1633"(''since 0.11'')" 1634 1635#: trac/versioncontrol/web_ui/browser.py:206 1636msgid "" 1637"(r,g,b) color triple to use for the color corresponding\n" 1638"to the newest color, for the color scale used in ''blame'' or\n" 1639"the browser ''age'' column if `color_scale` is enabled.\n" 1640"(''since 0.11'')" 1641msgstr "" 1642"(r,g,b) color triple to use for the color corresponding\n" 1643"to the newest color, for the color scale used in ''blame'' or\n" 1644"the browser ''age'' column if `color_scale` is enabled.\n" 1645"(''since 0.11'')" 1646 1647#: trac/versioncontrol/web_ui/browser.py:214 1648msgid "" 1649"(r,g,b) color triple to use for the color corresponding\n" 1650"to the oldest color, for the color scale used in ''blame'' or\n" 1651"the browser ''age'' column if `color_scale` is enabled.\n" 1652"(''since 0.11'')" 1653msgstr "" 1654"(r,g,b) color triple to use for the color corresponding\n" 1655"to the oldest color, for the color scale used in ''blame'' or\n" 1656"the browser ''age'' column if `color_scale` is enabled.\n" 1657"(''since 0.11'')" 1658 1659#: trac/versioncontrol/web_ui/browser.py:220 1660msgid "" 1661"If set to a value between 0 and 1 (exclusive), this will be the\n" 1662"point chosen to set the `intermediate_color` for interpolating\n" 1663"the color value.\n" 1664"(''since 0.11'')" 1665msgstr "" 1666"If set to a value between 0 and 1 (exclusive), this will be the\n" 1667"point chosen to set the `intermediate_color` for interpolating\n" 1668"the color value.\n" 1669"(''since 0.11'')" 1670 1671#: trac/versioncontrol/web_ui/browser.py:226 1672msgid "" 1673"(r,g,b) color triple to use for the color corresponding\n" 1674"to the intermediate color, if two linear interpolations are used\n" 1675"for the color scale (see `intermediate_point`).\n" 1676"If not set, the intermediate color between `oldest_color` and\n" 1677"`newest_color` will be used.\n" 1678"(''since 0.11'')" 1679msgstr "" 1680"(r,g,b) color triple to use for the color corresponding\n" 1681"to the intermediate color, if two linear interpolations are used\n" 1682"for the color scale (see `intermediate_point`).\n" 1683"If not set, the intermediate color between `oldest_color` and\n" 1684"`newest_color` will be used.\n" 1685"(''since 0.11'')" 1686 1687#: trac/versioncontrol/web_ui/browser.py:234 1688msgid "" 1689"Whether raw files should be rendered in the browser, or only made\n" 1690"downloadable.\n" 1691"\n" 1692"Pretty much any file may be interpreted as HTML by the browser,\n" 1693"which allows a malicious user to create a file containing cross-site\n" 1694"scripting attacks.\n" 1695"\n" 1696"For open repositories where anyone can check-in a file, it is\n" 1697"recommended to leave this option disabled (which is the default)." 1698msgstr "" 1699"Whether raw files should be rendered in the browser, or only made\n" 1700"downloadable.\n" 1701"\n" 1702"Pretty much any file may be interpreted as HTML by the browser,\n" 1703"which allows a malicious user to create a file containing cross-site\n" 1704"scripting attacks.\n" 1705"\n" 1706"For open repositories where anyone can check-in a file, it is\n" 1707"recommended to leave this option disabled (which is the default)." 1708 1709#: trac/versioncontrol/web_ui/browser.py:246 1710msgid "" 1711"Comma-separated list of version control properties to hide from\n" 1712"the repository browser.\n" 1713"(''since 0.9'')" 1714msgstr "" 1715"Comma-separated list of version control properties to hide from\n" 1716"the repository browser.\n" 1717"(''since 0.9'')" 1718 1719#: trac/versioncontrol/web_ui/changeset.py:129 1720msgid "" 1721"Number of files to show (`-1` for unlimited, `0` to disable).\n" 1722"\n" 1723"This can also be `location`, for showing the common prefix for the\n" 1724"changed files. (since 0.11)." 1725msgstr "" 1726"Number of files to show (`-1` for unlimited, `0` to disable).\n" 1727"\n" 1728"This can also be `location`, for showing the common prefix for the\n" 1729"changed files. (since 0.11)." 1730 1731#: trac/versioncontrol/web_ui/changeset.py:136 1732msgid "" 1733"Whether wiki-formatted changeset messages should be multiline or\n" 1734"not.\n" 1735"\n" 1736"If this option is not specified or is false and `wiki_format_messages`\n" 1737"is set to true, changeset messages will be single line only, losing\n" 1738"some formatting (bullet points, etc)." 1739msgstr "" 1740"Whether wiki-formatted changeset messages should be multiline or\n" 1741"not.\n" 1742"\n" 1743"If this option is not specified or is false and `wiki_format_messages`\n" 1744"is set to true, changeset messages will be single line only, losing\n" 1745"some formatting (bullet points, etc)." 1746 1747#: trac/versioncontrol/web_ui/changeset.py:145 1748msgid "" 1749"Whether consecutive changesets from the same author having\n" 1750"exactly the same message should be presented as one event.\n" 1751"That event will link to the range of changesets in the log view.\n" 1752"(''since 0.11'')" 1753msgstr "" 1754"Whether consecutive changesets from the same author having\n" 1755"exactly the same message should be presented as one event.\n" 1756"That event will link to the range of changesets in the log view.\n" 1757"(''since 0.11'')" 1758 1759#: trac/versioncontrol/web_ui/changeset.py:152 1760msgid "" 1761"Maximum number of modified files for which the changeset view will\n" 1762"attempt to show the diffs inlined (''since 0.10'')." 1763msgstr "" 1764"Maximum number of modified files for which the changeset view will\n" 1765"attempt to show the diffs inlined (''since 0.10'')." 1766 1767#: trac/versioncontrol/web_ui/changeset.py:156 1768msgid "" 1769"Maximum total size in bytes of the modified files (their old size\n" 1770"plus their new size) for which the changeset view will attempt to show\n" 1771"the diffs inlined (''since 0.10'')." 1772msgstr "" 1773"Maximum total size in bytes of the modified files (their old size\n" 1774"plus their new size) for which the changeset view will attempt to show\n" 1775"the diffs inlined (''since 0.10'')." 1776 1777#: trac/versioncontrol/web_ui/changeset.py:161 1778msgid "" 1779"Whether wiki formatting should be applied to changeset messages.\n" 1780"\n" 1781"If this option is disabled, changeset messages will be rendered as\n" 1782"pre-formatted text." 1783msgstr "" 1784"Whether wiki formatting should be applied to changeset messages.\n" 1785"\n" 1786"If this option is disabled, changeset messages will be rendered as\n" 1787"pre-formatted text." 1788 1789#: trac/versioncontrol/web_ui/log.py:47 1790msgid "" 1791"Default value for the limit argument in the TracRevisionLog.\n" 1792"(''since 0.11'')" 1793msgstr "" 1794"Default value for the limit argument in the TracRevisionLog.\n" 1795"(''since 0.11'')" 1796 1797#: trac/versioncontrol/web_ui/log.py:51 1798msgid "" 1799"Comma-separated list of colors to use for the TracRevisionLog\n" 1800"graph display. (''since 1.0'')" 1801msgstr "" 1802"Comma-separated list of colors to use for the TracRevisionLog\n" 1803"graph display. (''since 1.0'')" 1804 1805#: trac/web/auth.py:61 1806msgid "" 1807"Whether the IP address of the user should be checked for\n" 1808"authentication (''since 0.9'')." 1809msgstr "" 1810"Whether the IP address of the user should be checked for\n" 1811"authentication (''since 0.9'')." 1812 1813#: trac/web/auth.py:65 1814msgid "" 1815"Whether login names should be converted to lower case\n" 1816"(''since 0.9'')." 1817msgstr "" 1818"Whether login names should be converted to lower case\n" 1819"(''since 0.9'')." 1820 1821#: trac/web/auth.py:69 1822msgid "" 1823"Lifetime of the authentication cookie, in seconds.\n" 1824"\n" 1825"This value determines how long the browser will cache\n" 1826"authentication information, and therefore, after how much\n" 1827"inactivity a user will have to log in again. The default value\n" 1828"of 0 makes the cookie expire at the end of the browsing\n" 1829"session. (''since 0.12'')" 1830msgstr "" 1831"Lifetime of the authentication cookie, in seconds.\n" 1832"\n" 1833"This value determines how long the browser will cache\n" 1834"authentication information, and therefore, after how much\n" 1835"inactivity a user will have to log in again. The default value\n" 1836"of 0 makes the cookie expire at the end of the browsing\n" 1837"session. (''since 0.12'')" 1838 1839#: trac/web/auth.py:78 1840msgid "" 1841"Path for the authentication cookie. Set this to the common\n" 1842"base path of several Trac instances if you want them to share\n" 1843"the cookie. (''since 0.12'')" 1844msgstr "" 1845"Path for the authentication cookie. Set this to the common\n" 1846"base path of several Trac instances if you want them to share\n" 1847"the cookie. (''since 0.12'')" 1848 1849#: trac/web/chrome.py:342 1850msgid "" 1851"Path to the //shared templates directory//.\n" 1852"\n" 1853"Templates in that directory are loaded in addition to those in the\n" 1854"environments `templates` directory, but the latter take precedence.\n" 1855"\n" 1856"(''since 0.11'')" 1857msgstr "" 1858"Path to the //shared templates directory//.\n" 1859"\n" 1860"Templates in that directory are loaded in addition to those in the\n" 1861"environments `templates` directory, but the latter take precedence.\n" 1862"\n" 1863"(''since 0.11'')" 1864 1865#: trac/web/chrome.py:350 1866msgid "" 1867"Path to the //shared htdocs directory//.\n" 1868"\n" 1869"Static resources in that directory are mapped to /chrome/shared\n" 1870"under the environment URL, in addition to common and site locations.\n" 1871"\n" 1872"This can be useful in site.html for common interface customization\n" 1873"of multiple Trac environments.\n" 1874"\n" 1875"(''since 1.0'')" 1876msgstr "" 1877"Path to the //shared htdocs directory//.\n" 1878"\n" 1879"Static resources in that directory are mapped to /chrome/shared\n" 1880"under the environment URL, in addition to common and site locations.\n" 1881"\n" 1882"This can be useful in site.html for common interface customization\n" 1883"of multiple Trac environments.\n" 1884"\n" 1885"(''since 1.0'')" 1886 1887#: trac/web/chrome.py:361 1888msgid "Automatically reload template files after modification." 1889msgstr "Automatically reload template files after modification." 1890 1891#: trac/web/chrome.py:364 1892msgid "" 1893"The maximum number of templates that the template loader will cache\n" 1894"in memory. The default value is 128. You may want to choose a higher\n" 1895"value if your site uses a larger number of templates, and you have\n" 1896"enough memory to spare, or you can reduce it if you are short on\n" 1897"memory." 1898msgstr "" 1899"The maximum number of templates that the template loader will cache\n" 1900"in memory. The default value is 128. You may want to choose a higher\n" 1901"value if your site uses a larger number of templates, and you have\n" 1902"enough memory to spare, or you can reduce it if you are short on\n" 1903"memory." 1904 1905#: trac/web/chrome.py:371 1906msgid "" 1907"Base URL for serving the core static resources below\n" 1908"`/chrome/common/`.\n" 1909"\n" 1910"It can be left empty, and Trac will simply serve those resources\n" 1911"itself.\n" 1912"\n" 1913"Advanced users can use this together with\n" 1914"[TracAdmin trac-admin ... deploy <deploydir>] to allow serving the\n" 1915"static resources for Trac directly from the web server.\n" 1916"Note however that this only applies to the `<deploydir>/htdocs/common`\n" 1917"directory, the other deployed resources (i.e. those from plugins)\n" 1918"will not be made available this way and additional rewrite\n" 1919"rules will be needed in the web server." 1920msgstr "" 1921"Base URL for serving the core static resources below\n" 1922"`/chrome/common/`.\n" 1923"\n" 1924"It can be left empty, and Trac will simply serve those resources\n" 1925"itself.\n" 1926"\n" 1927"Advanced users can use this together with\n" 1928"[TracAdmin trac-admin ... deploy <deploydir>] to allow serving the\n" 1929"static resources for Trac directly from the web server.\n" 1930"Note however that this only applies to the `<deploydir>/htdocs/common`\n" 1931"directory, the other deployed resources (i.e. those from plugins)\n" 1932"will not be made available this way and additional rewrite\n" 1933"rules will be needed in the web server." 1934 1935#: trac/web/chrome.py:386 1936msgid "" 1937"Location of the jQuery !JavaScript library (version 1.8.3).\n" 1938"\n" 1939"An empty value loads jQuery from the copy bundled with Trac.\n" 1940"\n" 1941"Alternatively, jQuery could be loaded from a CDN, for example:\n" 1942"http://code.jquery.com/jquery-1.8.3.min.js,\n" 1943"http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js or\n" 1944"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js.\n" 1945"\n" 1946"(''since 1.0'')" 1947msgstr "" 1948"Location of the jQuery !JavaScript library (version 1.8.3).\n" 1949"\n" 1950"An empty value loads jQuery from the copy bundled with Trac.\n" 1951"\n" 1952"Alternatively, jQuery could be loaded from a CDN, for example:\n" 1953"http://code.jquery.com/jquery-1.8.3.min.js,\n" 1954"http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js or\n" 1955"https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js.\n" 1956"\n" 1957"(''since 1.0'')" 1958 1959#: trac/web/chrome.py:398 1960msgid "" 1961"Location of the jQuery UI !JavaScript library (version 1.9.2).\n" 1962"\n" 1963"An empty value loads jQuery UI from the copy bundled with Trac.\n" 1964"\n" 1965"Alternatively, jQuery UI could be loaded from a CDN, for example:\n" 1966"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js\n" 1967"or\n" 1968"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js.\n" 1969"\n" 1970"(''since 1.0'')" 1971msgstr "" 1972"Location of the jQuery UI !JavaScript library (version 1.9.2).\n" 1973"\n" 1974"An empty value loads jQuery UI from the copy bundled with Trac.\n" 1975"\n" 1976"Alternatively, jQuery UI could be loaded from a CDN, for example:\n" 1977"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js\n" 1978"or\n" 1979"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/jquery-ui.min.js.\n" 1980"\n" 1981"(''since 1.0'')" 1982 1983#: trac/web/chrome.py:410 1984msgid "" 1985"Location of the theme to be used with the jQuery UI !JavaScript\n" 1986"library (version 1.9.2).\n" 1987"\n" 1988"An empty value loads the custom Trac jQuery UI theme from the copy\n" 1989"bundled with Trac.\n" 1990"\n" 1991"Alternatively, a jQuery UI theme could be loaded from a CDN, for\n" 1992"example:\n" 1993"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/start/jquery-" 1994"ui.css\n" 1995"or\n" 1996"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/themes/start/jquery-" 1997"ui.css.\n" 1998"\n" 1999"(''since 1.0'')" 2000msgstr "" 2001"Location of the theme to be used with the jQuery UI !JavaScript\n" 2002"library (version 1.9.2).\n" 2003"\n" 2004"An empty value loads the custom Trac jQuery UI theme from the copy\n" 2005"bundled with Trac.\n" 2006"\n" 2007"Alternatively, a jQuery UI theme could be loaded from a CDN, for\n" 2008"example:\n" 2009"https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/start/jquery-" 2010"ui.css\n" 2011"or\n" 2012"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.9.2/themes/start/jquery-" 2013"ui.css.\n" 2014"\n" 2015"(''since 1.0'')" 2016 2017#: trac/web/chrome.py:425 2018msgid "" 2019"Order of the items to display in the `metanav` navigation bar,\n" 2020"listed by IDs. See also TracNavigation." 2021msgstr "" 2022"Order of the items to display in the `metanav` navigation bar,\n" 2023"listed by IDs. See also TracNavigation." 2024 2025#: trac/web/chrome.py:430 2026msgid "" 2027"Order of the items to display in the `mainnav` navigation bar,\n" 2028"listed by IDs. See also TracNavigation." 2029msgstr "" 2030"Order of the items to display in the `mainnav` navigation bar,\n" 2031"listed by IDs. See also TracNavigation." 2032 2033#: trac/web/chrome.py:436 2034msgid "URL to link to, from the header logo." 2035msgstr "URL to link to, from the header logo." 2036 2037#: trac/web/chrome.py:439 2038msgid "" 2039"URL of the image to use as header logo.\n" 2040"It can be absolute, server relative or relative.\n" 2041"\n" 2042"If relative, it is relative to one of the `/chrome` locations:\n" 2043"`site/your-logo.png` if `your-logo.png` is located in the `htdocs`\n" 2044"folder within your TracEnvironment;\n" 2045"`common/your-logo.png` if `your-logo.png` is located in the\n" 2046"folder mapped to the [#trac-section htdocs_location] URL.\n" 2047"Only specifying `your-logo.png` is equivalent to the latter." 2048msgstr "" 2049"URL of the image to use as header logo.\n" 2050"It can be absolute, server relative or relative.\n" 2051"\n" 2052"If relative, it is relative to one of the `/chrome` locations:\n" 2053"`site/your-logo.png` if `your-logo.png` is located in the `htdocs`\n" 2054"folder within your TracEnvironment;\n" 2055"`common/your-logo.png` if `your-logo.png` is located in the\n" 2056"folder mapped to the [#trac-section htdocs_location] URL.\n" 2057"Only specifying `your-logo.png` is equivalent to the latter." 2058 2059#: trac/web/chrome.py:450 2060msgid "Alternative text for the header logo." 2061msgstr "Alternative text for the header logo." 2062 2063#: trac/web/chrome.py:454 2064msgid "Width of the header logo image in pixels." 2065msgstr "Width of the header logo image in pixels." 2066 2067#: trac/web/chrome.py:457 2068msgid "Height of the header logo image in pixels." 2069msgstr "Height of the header logo image in pixels." 2070 2071#: trac/web/chrome.py:460 2072msgid "" 2073"Show email addresses instead of usernames. If false, we obfuscate\n" 2074"email addresses. (''since 0.11'')" 2075msgstr "" 2076"Show email addresses instead of usernames. If false, we obfuscate\n" 2077"email addresses. (''since 0.11'')" 2078 2079#: trac/web/chrome.py:464 2080msgid "" 2081"Never obfuscate `mailto:` links explicitly written in the wiki,\n" 2082"even if `show_email_addresses` is false or the user has not the\n" 2083"EMAIL_VIEW permission (''since 0.11.6'')." 2084msgstr "" 2085"Never obfuscate `mailto:` links explicitly written in the wiki,\n" 2086"even if `show_email_addresses` is false or the user has not the\n" 2087"EMAIL_VIEW permission (''since 0.11.6'')." 2088 2089#: trac/web/chrome.py:470 2090msgid "" 2091"Show IP addresses for resource edits (e.g. wiki).\n" 2092"(''since 0.11.3'')" 2093msgstr "" 2094"Show IP addresses for resource edits (e.g. wiki).\n" 2095"(''since 0.11.3'')" 2096 2097#: trac/web/chrome.py:474 2098msgid "" 2099"Make `<textarea>` fields resizable. Requires !JavaScript.\n" 2100"(''since 0.12'')" 2101msgstr "" 2102"Make `<textarea>` fields resizable. Requires !JavaScript.\n" 2103"(''since 0.12'')" 2104 2105#: trac/web/chrome.py:478 2106msgid "" 2107"Inactivity timeout in seconds after which the automatic wiki preview\n" 2108"triggers an update. This option can contain floating-point values. The\n" 2109"lower the setting, the more requests will be made to the server. Set\n" 2110"this to 0 to disable automatic preview. The default is 2.0 seconds.\n" 2111"(''since 0.12'')" 2112msgstr "" 2113"Inactivity timeout in seconds after which the automatic wiki preview\n" 2114"triggers an update. This option can contain floating-point values. The\n" 2115"lower the setting, the more requests will be made to the server. Set\n" 2116"this to 0 to disable automatic preview. The default is 2.0 seconds.\n" 2117"(''since 0.12'')" 2118 2119#: trac/web/chrome.py:485 2120msgid "" 2121"The date information format. Valid options are 'relative' for\n" 2122"displaying relative format and 'absolute' for displaying absolute\n" 2123"format. (''since 1.0'')" 2124msgstr "" 2125"The date information format. Valid options are 'relative' for\n" 2126"displaying relative format and 'absolute' for displaying absolute\n" 2127"format. (''since 1.0'')" 2128 2129#: trac/web/main.py:95 2130msgid "" 2131"Ordered list of filters to apply to all requests\n" 2132"(''since 0.10'')." 2133msgstr "" 2134"Ordered list of filters to apply to all requests\n" 2135"(''since 0.10'')." 2136 2137#: trac/web/main.py:100 2138msgid "" 2139"Name of the component that handles requests to the base\n" 2140"URL.\n" 2141"\n" 2142"Options include `TimelineModule`, `RoadmapModule`,\n" 2143"`BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`\n" 2144"and `WikiModule`. The default is `WikiModule`. (''since 0.9'')" 2145msgstr "" 2146"Name of the component that handles requests to the base\n" 2147"URL.\n" 2148"\n" 2149"Options include `TimelineModule`, `RoadmapModule`,\n" 2150"`BrowserModule`, `QueryModule`, `ReportModule`, `TicketModule`\n" 2151"and `WikiModule`. The default is `WikiModule`. (''since 0.9'')" 2152 2153#: trac/web/main.py:109 2154msgid "The default timezone to use" 2155msgstr "The default time zone to use" 2156 2157#: trac/web/main.py:112 2158msgid "" 2159"The preferred language to use if no user preference has\n" 2160"been set. (''since 0.12.1'')" 2161msgstr "" 2162"The preferred language to use if no user preference has\n" 2163"been set. (''since 0.12.1'')" 2164 2165#: trac/web/main.py:117 2166msgid "" 2167"The date format. Valid options are 'iso8601' for selecting\n" 2168"ISO 8601 format, or leave it empty which means the default\n" 2169"date format will be inferred from the browser's default\n" 2170"language. (''since 1.0'')" 2171msgstr "" 2172"The date format. Valid options are 'iso8601' for selecting\n" 2173"ISO 8601 format, or leave it empty which means the default\n" 2174"date format will be inferred from the browser's default\n" 2175"language. (''since 1.0'')" 2176 2177#: trac/web/main.py:124 2178msgid "" 2179"When true, send a `X-Sendfile` header and no content when sending\n" 2180"files from the filesystem, so that the web server handles the content.\n" 2181"This requires a web server that knows how to handle such a header,\n" 2182"like Apache with `mod_xsendfile` or lighttpd. (''since 1.0'')" 2183msgstr "" 2184"When true, send a `X-Sendfile` header and no content when sending\n" 2185"files from the filesystem, so that the web server handles the content.\n" 2186"This requires a web server that knows how to handle such a header,\n" 2187"like Apache with `mod_xsendfile` or lighttpd. (''since 1.0'')" 2188 2189#: trac/wiki/api.py:263 2190msgid "" 2191"Enable/disable highlighting CamelCase links to missing pages\n" 2192"(''since 0.9'')." 2193msgstr "" 2194"Enable/disable highlighting CamelCase links to missing pages\n" 2195"(''since 0.9'')." 2196 2197#: trac/wiki/api.py:267 2198msgid "" 2199"Enable/disable splitting the WikiPageNames with space characters\n" 2200"(''since 0.10'')." 2201msgstr "" 2202"Enable/disable splitting the WikiPageNames with space characters\n" 2203"(''since 0.10'')." 2204 2205#: trac/wiki/api.py:271 2206msgid "" 2207"Enable/disable the use of unsafe HTML tags such as `<script>` or\n" 2208"`<embed>` with the HTML [wiki:WikiProcessors WikiProcessor]\n" 2209"(''since 0.10.4'').\n" 2210"\n" 2211"For public sites where anonymous users can edit the wiki it is\n" 2212"recommended to leave this option disabled (which is the default)." 2213msgstr "" 2214"Enable/disable the use of unsafe HTML tags such as `<script>` or\n" 2215"`<embed>` with the HTML [wiki:WikiProcessors WikiProcessor]\n" 2216"(''since 0.10.4'').\n" 2217"\n" 2218"For public sites where anonymous users can edit the wiki it is\n" 2219"recommended to leave this option disabled (which is the default)." 2220 2221#: trac/wiki/api.py:279 2222msgid "" 2223"List of URI schemes considered \"safe\", that will be rendered as\n" 2224"external links even if `[wiki] render_unsafe_content` is `false`.\n" 2225"(''since 0.11.8'')" 2226msgstr "" 2227"List of URI schemes considered \"safe\", that will be rendered as\n" 2228"external links even if `[wiki] render_unsafe_content` is `false`.\n" 2229"(''since 0.11.8'')" 2230 2231#: trac/wiki/intertrac.py:36 2232msgid "" 2233"This section configures InterTrac prefixes. Options in this section\n" 2234"whose name contain a \".\" define aspects of the InterTrac prefix\n" 2235"corresponding to the option name up to the \".\". Options whose name\n" 2236"don't contain a \".\" define an alias.\n" 2237"\n" 2238"The `.url` is mandatory and is used for locating the other Trac.\n" 2239"This can be a relative URL in case that Trac environment is located\n" 2240"on the same server.\n" 2241"\n" 2242"The `.title` information is used for providing a useful tooltip when\n" 2243"moving the cursor over an InterTrac link.\n" 2244"\n" 2245"The `.compat` option can be used to activate or disable a\n" 2246"''compatibility'' mode:\n" 2247" * If the targeted Trac is running a version below\n" 2248" [trac:milestone:0.10 0.10] ([trac:r3526 r3526] to be precise), then\n" 2249" it doesn't know how to dispatch an InterTrac link, and it's up to\n" 2250" the local Trac to prepare the correct link. Not all links will work\n" 2251" that way, but the most common do. This is called the compatibility\n" 2252" mode, and is `true` by default.\n" 2253" * If you know that the remote Trac knows how to dispatch InterTrac\n" 2254" links, you can explicitly disable this compatibility mode and then\n" 2255" ''any'' TracLinks can become InterTrac links.\n" 2256"\n" 2257"Example configuration:\n" 2258"{{{\n" 2259"[intertrac]\n" 2260"# -- Example of setting up an alias:\n" 2261"t = trac\n" 2262"\n" 2263"# -- Link to an external Trac:\n" 2264"trac.title = Edgewall's Trac for Trac\n" 2265"trac.url = http://trac.edgewall.org\n" 2266"}}}" 2267msgstr "" 2268"This section configures InterTrac prefixes. Options in this section\n" 2269"whose name contain a \".\" define aspects of the InterTrac prefix\n" 2270"corresponding to the option name up to the \".\". Options whose name\n" 2271"don't contain a \".\" define an alias.\n" 2272"\n" 2273"The `.url` is mandatory and is used for locating the other Trac.\n" 2274"This can be a relative URL in case that Trac environment is located\n" 2275"on the same server.\n" 2276"\n" 2277"The `.title` information is used for providing a useful tooltip when\n" 2278"moving the cursor over an InterTrac link.\n" 2279"\n" 2280"The `.compat` option can be used to activate or disable a\n" 2281"''compatibility'' mode:\n" 2282" * If the targeted Trac is running a version below\n" 2283" [trac:milestone:0.10 0.10] ([trac:r3526 r3526] to be precise), then\n" 2284" it doesn't know how to dispatch an InterTrac link, and it's up to\n" 2285" the local Trac to prepare the correct link. Not all links will work\n" 2286" that way, but the most common do. This is called the compatibility\n" 2287" mode, and is `true` by default.\n" 2288" * If you know that the remote Trac knows how to dispatch InterTrac\n" 2289" links, you can explicitly disable this compatibility mode and then\n" 2290" ''any'' TracLinks can become InterTrac links.\n" 2291"\n" 2292"Example configuration:\n" 2293"{{{\n" 2294"[intertrac]\n" 2295"# -- Example of setting up an alias:\n" 2296"t = trac\n" 2297"\n" 2298"# -- Link to an external Trac:\n" 2299"trac.title = Edgewall's Trac for Trac\n" 2300"trac.url = http://trac.edgewall.org\n" 2301"}}}" 2302 2303#: trac/wiki/interwiki.py:35 2304msgid "" 2305"Every option in the `[interwiki]` section defines one InterWiki\n" 2306"prefix. The option name defines the prefix. The option value defines\n" 2307"the URL, optionally followed by a description separated from the URL\n" 2308"by whitespace. Parametric URLs are supported as well.\n" 2309"\n" 2310"'''Example:'''\n" 2311"{{{\n" 2312"[interwiki]\n" 2313"MeatBall = http://www.usemod.com/cgi-bin/mb.pl?\n" 2314"PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal " 2315"$1\n" 2316"tsvn = tsvn: Interact with TortoiseSvn\n" 2317"}}}" 2318msgstr "" 2319"Every option in the `[interwiki]` section defines one InterWiki\n" 2320"prefix. The option name defines the prefix. The option value defines\n" 2321"the URL, optionally followed by a description separated from the URL\n" 2322"by whitespace. Parametric URLs are supported as well.\n" 2323"\n" 2324"'''Example:'''\n" 2325"{{{\n" 2326"[interwiki]\n" 2327"MeatBall = http://www.usemod.com/cgi-bin/mb.pl?\n" 2328"PEP = http://www.python.org/peps/pep-$1.html Python Enhancement Proposal " 2329"$1\n" 2330"tsvn = tsvn: Interact with TortoiseSvn\n" 2331"}}}" 2332 2333#: trac/wiki/web_ui.py:64 2334msgid "Maximum allowed wiki page size in bytes. (''since 0.11.2'')" 2335msgstr "Maximum allowed wiki page size in bytes. (''since 0.11.2'')" 2336 2337