Mercurial > hg-stable
comparison i18n/zh_TW.po @ 10172:c5c969e9eefb stable
i18n: update po files for 703db37d186b and 0ddbc0299742
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Wed, 30 Dec 2009 20:39:59 -0200 |
parents | afe646dd78fc |
children | c9194a7d7d3e |
comparison
equal
deleted
inserted
replaced
10168:4feae34a287a | 10172:c5c969e9eefb |
---|---|
218 "To explicitly disable an extension enabled in an hgrc of broader\n" | 218 "To explicitly disable an extension enabled in an hgrc of broader\n" |
219 "scope, prepend its path with !::\n" | 219 "scope, prepend its path with !::\n" |
220 "\n" | 220 "\n" |
221 " [extensions]\n" | 221 " [extensions]\n" |
222 " # disabling extension bar residing in /path/to/extension/bar.py\n" | 222 " # disabling extension bar residing in /path/to/extension/bar.py\n" |
223 " hgext.bar = !/path/to/extension/bar.py\n" | 223 " bar = !/path/to/extension/bar.py\n" |
224 " # ditto, but no path was supplied for extension baz\n" | 224 " # ditto, but no path was supplied for extension baz\n" |
225 " hgext.baz = !\n" | 225 " baz = !\n" |
226 msgstr "" | 226 msgstr "" |
227 | 227 |
228 msgid "" | 228 msgid "" |
229 "When Mercurial accepts more than one revision, they may be specified\n" | 229 "When Mercurial accepts more than one revision, they may be specified\n" |
230 "individually, or provided as a topologically continuous range,\n" | 230 "individually, or provided as a topologically continuous range,\n" |
517 "is no way to distinguish them.\n" | 517 "is no way to distinguish them.\n" |
518 "\n" | 518 "\n" |
519 "To use this hook, configure the acl extension in your hgrc like this::\n" | 519 "To use this hook, configure the acl extension in your hgrc like this::\n" |
520 "\n" | 520 "\n" |
521 " [extensions]\n" | 521 " [extensions]\n" |
522 " hgext.acl =\n" | 522 " acl =\n" |
523 "\n" | 523 "\n" |
524 " [hooks]\n" | 524 " [hooks]\n" |
525 " pretxnchangegroup.acl = python:hgext.acl.hook\n" | 525 " pretxnchangegroup.acl = python:hgext.acl.hook\n" |
526 "\n" | 526 "\n" |
527 " [acl]\n" | 527 " [acl]\n" |
724 " templates as {hgweb}.\n" | 724 " templates as {hgweb}.\n" |
725 "\n" | 725 "\n" |
726 "Activating the extension::\n" | 726 "Activating the extension::\n" |
727 "\n" | 727 "\n" |
728 " [extensions]\n" | 728 " [extensions]\n" |
729 " hgext.bugzilla =\n" | 729 " bugzilla =\n" |
730 "\n" | 730 "\n" |
731 " [hooks]\n" | 731 " [hooks]\n" |
732 " # run bugzilla hook on every change pulled or pushed in here\n" | 732 " # run bugzilla hook on every change pulled or pushed in here\n" |
733 " incoming.bugzilla = python:hgext.bugzilla.hook\n" | 733 " incoming.bugzilla = python:hgext.bugzilla.hook\n" |
734 "\n" | 734 "\n" |
3502 "\n" | 3502 "\n" |
3503 "To use, configure the notify extension and enable it in hgrc like\n" | 3503 "To use, configure the notify extension and enable it in hgrc like\n" |
3504 "this::\n" | 3504 "this::\n" |
3505 "\n" | 3505 "\n" |
3506 " [extensions]\n" | 3506 " [extensions]\n" |
3507 " hgext.notify =\n" | 3507 " notify =\n" |
3508 "\n" | 3508 "\n" |
3509 " [hooks]\n" | 3509 " [hooks]\n" |
3510 " # one email for each incoming changeset\n" | 3510 " # one email for each incoming changeset\n" |
3511 " incoming.notify = python:hgext.notify.hook\n" | 3511 " incoming.notify = python:hgext.notify.hook\n" |
3512 " # batch emails when many changesets incoming at one time\n" | 3512 " # batch emails when many changesets incoming at one time\n" |
4373 "perform automatic newline conversion\n" | 4373 "perform automatic newline conversion\n" |
4374 "\n" | 4374 "\n" |
4375 "To perform automatic newline conversion, use::\n" | 4375 "To perform automatic newline conversion, use::\n" |
4376 "\n" | 4376 "\n" |
4377 " [extensions]\n" | 4377 " [extensions]\n" |
4378 " hgext.win32text =\n" | 4378 " win32text =\n" |
4379 " [encode]\n" | 4379 " [encode]\n" |
4380 " ** = cleverencode:\n" | 4380 " ** = cleverencode:\n" |
4381 " # or ** = macencode:\n" | 4381 " # or ** = macencode:\n" |
4382 "\n" | 4382 "\n" |
4383 " [decode]\n" | 4383 " [decode]\n" |
4425 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" | 4425 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" |
4426 "\n" | 4426 "\n" |
4427 "and also consider adding:\n" | 4427 "and also consider adding:\n" |
4428 "\n" | 4428 "\n" |
4429 "[extensions]\n" | 4429 "[extensions]\n" |
4430 "hgext.win32text =\n" | 4430 "win32text =\n" |
4431 "[encode]\n" | 4431 "[encode]\n" |
4432 "** = %sencode:\n" | 4432 "** = %sencode:\n" |
4433 "[decode]\n" | 4433 "[decode]\n" |
4434 "** = %sdecode:\n" | 4434 "** = %sdecode:\n" |
4435 msgstr "" | 4435 msgstr "" |