comparison i18n/zh_CN.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 fe0fb1cca911
children c9194a7d7d3e
comparison
equal deleted inserted replaced
10168:4feae34a287a 10172:c5c969e9eefb
102 "is no way to distinguish them.\n" 102 "is no way to distinguish them.\n"
103 "\n" 103 "\n"
104 "To use this hook, configure the acl extension in your hgrc like this::\n" 104 "To use this hook, configure the acl extension in your hgrc like this::\n"
105 "\n" 105 "\n"
106 " [extensions]\n" 106 " [extensions]\n"
107 " hgext.acl =\n" 107 " acl =\n"
108 "\n" 108 "\n"
109 " [hooks]\n" 109 " [hooks]\n"
110 " pretxnchangegroup.acl = python:hgext.acl.hook\n" 110 " pretxnchangegroup.acl = python:hgext.acl.hook\n"
111 "\n" 111 "\n"
112 " [acl]\n" 112 " [acl]\n"
333 " templates as {hgweb}.\n" 333 " templates as {hgweb}.\n"
334 "\n" 334 "\n"
335 "Activating the extension::\n" 335 "Activating the extension::\n"
336 "\n" 336 "\n"
337 " [extensions]\n" 337 " [extensions]\n"
338 " hgext.bugzilla =\n" 338 " bugzilla =\n"
339 "\n" 339 "\n"
340 " [hooks]\n" 340 " [hooks]\n"
341 " # run bugzilla hook on every change pulled or pushed in here\n" 341 " # run bugzilla hook on every change pulled or pushed in here\n"
342 " incoming.bugzilla = python:hgext.bugzilla.hook\n" 342 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
343 "\n" 343 "\n"
3329 "\n" 3329 "\n"
3330 "To use, configure the notify extension and enable it in hgrc like\n" 3330 "To use, configure the notify extension and enable it in hgrc like\n"
3331 "this::\n" 3331 "this::\n"
3332 "\n" 3332 "\n"
3333 " [extensions]\n" 3333 " [extensions]\n"
3334 " hgext.notify =\n" 3334 " notify =\n"
3335 "\n" 3335 "\n"
3336 " [hooks]\n" 3336 " [hooks]\n"
3337 " # one email for each incoming changeset\n" 3337 " # one email for each incoming changeset\n"
3338 " incoming.notify = python:hgext.notify.hook\n" 3338 " incoming.notify = python:hgext.notify.hook\n"
3339 " # batch emails when many changesets incoming at one time\n" 3339 " # batch emails when many changesets incoming at one time\n"
4276 "perform automatic newline conversion\n" 4276 "perform automatic newline conversion\n"
4277 "\n" 4277 "\n"
4278 "To perform automatic newline conversion, use::\n" 4278 "To perform automatic newline conversion, use::\n"
4279 "\n" 4279 "\n"
4280 " [extensions]\n" 4280 " [extensions]\n"
4281 " hgext.win32text =\n" 4281 " win32text =\n"
4282 " [encode]\n" 4282 " [encode]\n"
4283 " ** = cleverencode:\n" 4283 " ** = cleverencode:\n"
4284 " # or ** = macencode:\n" 4284 " # or ** = macencode:\n"
4285 "\n" 4285 "\n"
4286 " [decode]\n" 4286 " [decode]\n"
4328 "pretxncommit.%s = python:hgext.win32text.forbid%s\n" 4328 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
4329 "\n" 4329 "\n"
4330 "and also consider adding:\n" 4330 "and also consider adding:\n"
4331 "\n" 4331 "\n"
4332 "[extensions]\n" 4332 "[extensions]\n"
4333 "hgext.win32text =\n" 4333 "win32text =\n"
4334 "[encode]\n" 4334 "[encode]\n"
4335 "** = %sencode:\n" 4335 "** = %sencode:\n"
4336 "[decode]\n" 4336 "[decode]\n"
4337 "** = %sdecode:\n" 4337 "** = %sdecode:\n"
4338 msgstr "" 4338 msgstr ""
7380 " To explicitly disable an extension enabled in an hgrc of broader\n" 7380 " To explicitly disable an extension enabled in an hgrc of broader\n"
7381 " scope, prepend its path with !::\n" 7381 " scope, prepend its path with !::\n"
7382 "\n" 7382 "\n"
7383 " [extensions]\n" 7383 " [extensions]\n"
7384 " # disabling extension bar residing in /path/to/extension/bar.py\n" 7384 " # disabling extension bar residing in /path/to/extension/bar.py\n"
7385 " hgext.bar = !/path/to/extension/bar.py\n" 7385 " bar = !/path/to/extension/bar.py\n"
7386 " # ditto, but no path was supplied for extension baz\n" 7386 " # ditto, but no path was supplied for extension baz\n"
7387 " hgext.baz = !\n" 7387 " baz = !\n"
7388 " " 7388 " "
7389 msgstr "" 7389 msgstr ""
7390 7390
7391 #, fuzzy 7391 #, fuzzy
7392 msgid "disabled extensions:" 7392 msgid "disabled extensions:"