i18n/sv.po
branchstable
changeset 10172 c5c969e9eefb
parent 9979 6e8f39982306
child 10173 513c89a60f20
child 10209 c9194a7d7d3e
equal deleted inserted replaced
10168:4feae34a287a 10172:c5c969e9eefb
   265 "To explicitly disable an extension enabled in an hgrc of broader\n"
   265 "To explicitly disable an extension enabled in an hgrc of broader\n"
   266 "scope, prepend its path with !::\n"
   266 "scope, prepend its path with !::\n"
   267 "\n"
   267 "\n"
   268 "  [extensions]\n"
   268 "  [extensions]\n"
   269 "  # disabling extension bar residing in /path/to/extension/bar.py\n"
   269 "  # disabling extension bar residing in /path/to/extension/bar.py\n"
   270 "  hgext.bar = !/path/to/extension/bar.py\n"
   270 "  bar = !/path/to/extension/bar.py\n"
   271 "  # ditto, but no path was supplied for extension baz\n"
   271 "  # ditto, but no path was supplied for extension baz\n"
   272 "  hgext.baz = !\n"
   272 "  baz = !\n"
   273 msgstr ""
   273 msgstr ""
   274 
   274 
   275 msgid ""
   275 msgid ""
   276 "When Mercurial accepts more than one revision, they may be specified\n"
   276 "When Mercurial accepts more than one revision, they may be specified\n"
   277 "individually, or provided as a topologically continuous range,\n"
   277 "individually, or provided as a topologically continuous range,\n"
   564 "is no way to distinguish them.\n"
   564 "is no way to distinguish them.\n"
   565 "\n"
   565 "\n"
   566 "To use this hook, configure the acl extension in your hgrc like this::\n"
   566 "To use this hook, configure the acl extension in your hgrc like this::\n"
   567 "\n"
   567 "\n"
   568 "  [extensions]\n"
   568 "  [extensions]\n"
   569 "  hgext.acl =\n"
   569 "  acl =\n"
   570 "\n"
   570 "\n"
   571 "  [hooks]\n"
   571 "  [hooks]\n"
   572 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   572 "  pretxnchangegroup.acl = python:hgext.acl.hook\n"
   573 "\n"
   573 "\n"
   574 "  [acl]\n"
   574 "  [acl]\n"
   771 "  templates as {hgweb}.\n"
   771 "  templates as {hgweb}.\n"
   772 "\n"
   772 "\n"
   773 "Activating the extension::\n"
   773 "Activating the extension::\n"
   774 "\n"
   774 "\n"
   775 "    [extensions]\n"
   775 "    [extensions]\n"
   776 "    hgext.bugzilla =\n"
   776 "    bugzilla =\n"
   777 "\n"
   777 "\n"
   778 "    [hooks]\n"
   778 "    [hooks]\n"
   779 "    # run bugzilla hook on every change pulled or pushed in here\n"
   779 "    # run bugzilla hook on every change pulled or pushed in here\n"
   780 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
   780 "    incoming.bugzilla = python:hgext.bugzilla.hook\n"
   781 "\n"
   781 "\n"
  3555 "\n"
  3555 "\n"
  3556 "To use, configure the notify extension and enable it in hgrc like\n"
  3556 "To use, configure the notify extension and enable it in hgrc like\n"
  3557 "this::\n"
  3557 "this::\n"
  3558 "\n"
  3558 "\n"
  3559 "  [extensions]\n"
  3559 "  [extensions]\n"
  3560 "  hgext.notify =\n"
  3560 "  notify =\n"
  3561 "\n"
  3561 "\n"
  3562 "  [hooks]\n"
  3562 "  [hooks]\n"
  3563 "  # one email for each incoming changeset\n"
  3563 "  # one email for each incoming changeset\n"
  3564 "  incoming.notify = python:hgext.notify.hook\n"
  3564 "  incoming.notify = python:hgext.notify.hook\n"
  3565 "  # batch emails when many changesets incoming at one time\n"
  3565 "  # batch emails when many changesets incoming at one time\n"
  4493 "perform automatic newline conversion\n"
  4493 "perform automatic newline conversion\n"
  4494 "\n"
  4494 "\n"
  4495 "To perform automatic newline conversion, use::\n"
  4495 "To perform automatic newline conversion, use::\n"
  4496 "\n"
  4496 "\n"
  4497 "  [extensions]\n"
  4497 "  [extensions]\n"
  4498 "  hgext.win32text =\n"
  4498 "  win32text =\n"
  4499 "  [encode]\n"
  4499 "  [encode]\n"
  4500 "  ** = cleverencode:\n"
  4500 "  ** = cleverencode:\n"
  4501 "  # or ** = macencode:\n"
  4501 "  # or ** = macencode:\n"
  4502 "\n"
  4502 "\n"
  4503 "  [decode]\n"
  4503 "  [decode]\n"
  4545 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
  4545 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
  4546 "\n"
  4546 "\n"
  4547 "and also consider adding:\n"
  4547 "and also consider adding:\n"
  4548 "\n"
  4548 "\n"
  4549 "[extensions]\n"
  4549 "[extensions]\n"
  4550 "hgext.win32text =\n"
  4550 "win32text =\n"
  4551 "[encode]\n"
  4551 "[encode]\n"
  4552 "** = %sencode:\n"
  4552 "** = %sencode:\n"
  4553 "[decode]\n"
  4553 "[decode]\n"
  4554 "** = %sdecode:\n"
  4554 "** = %sdecode:\n"
  4555 msgstr ""
  4555 msgstr ""