annotate i18n/zh.po @ 7699:fac054f84600

pure Python implementation of mpatch.c
author Martin Geisler <mg@daimi.au.dk>
date Sat, 24 Jan 2009 00:12:17 +0100
parents 9e70287086c7
children 9294c0158c42
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7688
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2 # Chinese (simplified) translation for Mercurial
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3 # This file is distributed under the same license as Mercurial
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5 # Copyright (C) 2009 the Mercurial team
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6 # Dongsheng Song <dongsheng.song@gmail.com>, 2009
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8 # $Id: zh.po 1133 2009-01-25 06:31:54Z dongsheng.song $
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
9 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
10 # Please format your translation before commit:
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
11 # msgcat --width=80 --sort-by-file -o zh_new.po zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
12 # mv -f zh_new.po zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
13 # msgfmt --statistics -c zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
14 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
15 # Please remove '#: filename:line' lines before submit to hg:
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
16 # msgcat --width=80 --no-location -o zh_new.po zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
17 # mv -f zh_new.po zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
18 # msgfmt --statistics -c zh.po
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
19 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
20 # Dictionary:
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
21 # blame 追溯
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
22 # branch 分支
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
23 # checkout 检出
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
24 # remove 移除(从版本库删除)
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
25 # delete 删除(只从文件系统删除)
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
26 # rename 改名
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
27 # repository 版本库
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
28 # revert 恢复
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
29 # revision 版本
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
30 # tag 标签
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
31 # undo 撤销
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
32 # unversioned 未版本控制
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
33 # versioned 受版本控制
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
34 # working copy 工作副本
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
35 #
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
36 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
37 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
38 "Project-Id-Version: Mercurial 1.2\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
39 "POT-Creation-Date: 2009-01-25 15:04+CST\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
40 "PO-Revision-Date: 2009-01-24 18:50+0800\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
41 "Last-Translator: Dongsheng Song <dongsheng.song@gmail.com>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
42 "Language-Team: Chinese translation team <i18n-zh@googlegroups.com>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
43 "MIME-Version: 1.0\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
44 "Content-Type: text/plain; charset=UTF-8\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
45 "Content-Transfer-Encoding: 8bit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
46 "Generated-By: pygettext.py 1.5\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
47 "X-Poedit-Language: Chinese\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
48 "X-Poedit-Country: CHINA\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
49
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
50 msgid " (default: %s)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
51 msgstr " (默认: %s)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
52
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
53 msgid "OPTIONS"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
54 msgstr "选项"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
55
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
56 msgid "COMMANDS"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
57 msgstr "命令"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
58
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
59 msgid " options:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
60 msgstr " 选项:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
61
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
62 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
63 " aliases: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
64 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
65 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
66 " 别名: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
67 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
68
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
69 msgid "return tuple of (match function, list enabled)."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
70 msgstr "返回 tuple (匹配函数,启用列表)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
71
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
72 msgid "acl: %s not enabled\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
73 msgstr "acl: 未启用 %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
74
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
75 msgid "acl: %s enabled, %d entries for user %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
76 msgstr "acl: 已启用 %s, %d 项,用户 %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
77
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
78 msgid "config error - hook type \"%s\" cannot stop incoming changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
79 msgstr "配置错误 - 钩子类型 \"%s\" 不能终止进入的改变集"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
80
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
81 msgid "acl: changes have source \"%s\" - skipping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
82 msgstr "acl: 改变源 \"%s\" - 跳过\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
83
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
84 msgid "acl: user %s denied on %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
85 msgstr "acl: 用户 %s 被拒绝访问 %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
86
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
87 msgid "acl: access denied for changeset %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
88 msgstr "acl: 拒绝访问改变集 %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
89
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
90 msgid "acl: user %s not allowed on %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
91 msgstr "acl: 用户 %s 被拒绝访问 %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
92
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
93 msgid "acl: allowing changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
94 msgstr "acl: 允许改变集 %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
95
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
96 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
97 "allow user-defined command aliases\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
98 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
99 "To use, create entries in your hgrc of the form\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
100 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
101 "[alias]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
102 "mycmd = cmd --args\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
103 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
104 "允许用户自定义命令的别名\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
105 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
106 "要使用别名,在你的 hgrc 中创建如下格式的条目:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
107 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
108 "[alias]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
109 "mycmd = cmd --args\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
110
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
111 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
112 "defer command lookup until needed, so that extensions loaded\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
113 " after alias can be aliased"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
114 msgstr "查找命令会推迟到需要时,所以可以在定义别名后加载模块"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
115
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
116 msgid "*** [alias] %s: command %s is unknown"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
117 msgstr "*** [alias] %s: 未知命令 %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
118
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
119 msgid "*** [alias] %s: command %s is ambiguous"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
120 msgstr "*** [alias] %s: 不明确的命令 %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
121
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
122 msgid "*** [alias] %s: circular dependency on %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
123 msgstr "*** [alias] %s: 循环依赖于 %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
124
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
125 msgid "*** [alias] %s: no definition\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
126 msgstr "*** [alias] %s: 无定义\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
127
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
128 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
129 "mercurial bookmarks\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
130 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
131 "Mercurial bookmarks are local moveable pointers to changesets. Every\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
132 "bookmark points to a changeset identified by its hash. If you commit a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
133 "changeset that is based on a changeset that has a bookmark on it, the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
134 "bookmark is forwarded to the new changeset.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
135 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
136 "It is possible to use bookmark names in every revision lookup (e.g. hg\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
137 "merge, hg update).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
138 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
139 "The bookmark extension offers the possiblity to have a more git-like "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
140 "experience\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
141 "by adding the following configuration option to your .hgrc:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
142 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
143 "[bookmarks]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
144 "track.current = True\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
145 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
146 "This will cause bookmarks to track the bookmark that you are currently on, "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
147 "and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
148 "just updates it. This is similar to git's approach of branching.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
149 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
150
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
151 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
152 "Parse .hg/bookmarks file and return a dictionary\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
153 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
154 " Bookmarks are stored as {HASH}\\s{NAME}\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
155 " (localtags format) values\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
156 " in the .hg/bookmarks file. They are read by the parse() method and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
157 " returned as a dictionary with name => hash values.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
158 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
159 " The parsed dictionary is cached until a write() operation is done.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
160 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
161 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
162
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
163 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
164 "Write bookmarks\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
165 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
166 " Write the given bookmark => hash dictionary to the .hg/bookmarks file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
167 " in a format equal to those of localtags.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
168 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
169 " We also store a backup of the previous state in undo.bookmarks that\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
170 " can be copied back on rollback.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
171 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
172 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
173
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
174 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
175 "Get the current bookmark\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
176 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
177 " If we use gittishsh branches we have a current bookmark that\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
178 " we are on. This function returns the name of the bookmark. It\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
179 " is stored in .hg/bookmarks.current\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
180 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
181 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
182
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
183 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
184 "Set the name of the bookmark that we are currently on\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
185 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
186 " Set the name of the bookmark that we are on (hg update <bookmark>).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
187 " The name is recoreded in .hg/bookmarks.current\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
188 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
189 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
190
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
191 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
192 "mercurial bookmarks\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
193 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
194 " Bookmarks are pointers to certain commits that move when\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
195 " commiting. Bookmarks are local. They can be renamed, copied and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
196 " deleted. It is possible to use bookmark names in 'hg merge' and 'hg\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
197 " update' to update to a given bookmark.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
198 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
199 " You can use 'hg bookmark NAME' to set a bookmark on the current\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
200 " tip with the given name. If you specify a revision using -r REV\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
201 " (where REV may be an existing bookmark), the bookmark is set to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
202 " that revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
203 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
204 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
205
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
206 msgid "a bookmark of this name does not exist"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
207 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
208
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
209 msgid "a bookmark of the same name already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
210 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
211
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
212 msgid "new bookmark name required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
213 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
214
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
215 msgid "bookmark name required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
216 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
217
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
218 msgid "bookmark name cannot contain newlines"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
219 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
220
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
221 msgid "a bookmark cannot have the name of an existing branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
222 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
223
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
224 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
225 "Strip bookmarks if revisions are stripped using\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
226 " the mercurial.strip method. This usually happens during\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
227 " qpush and qpop"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
228 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
229
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
230 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
231 "Add a revision to the repository and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
232 " move the bookmark"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
233 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
234
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
235 msgid "Merge bookmarks with normal tags"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
236 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
237
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
238 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
239 "Set the current bookmark\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
240 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
241 " If the user updates to a bookmark we update the .hg/bookmarks.current\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
242 " file.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
243 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
244 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
245
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
246 msgid "force"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
247 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
248
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
249 msgid "revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
250 msgstr "版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
251
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
252 msgid "delete a given bookmark"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
253 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
254
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
255 msgid "rename a given bookmark"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
256 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
257
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
258 msgid "hg bookmarks [-d] [-m NAME] [-r NAME] [NAME]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
259 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
260
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
261 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
262 "Bugzilla integration\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
263 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
264 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
265 "that refer to bugs by Bugzilla ID are seen. The hook does not change bug\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
266 "status.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
267 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
268 "The hook updates the Bugzilla database directly. Only Bugzilla installations\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
269 "using MySQL are supported.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
270 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
271 "The hook relies on a Bugzilla script to send bug change notification emails.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
272 "That script changes between Bugzilla versions; the 'processmail' script used\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
273 "prior to 2.18 is replaced in 2.18 and subsequent versions by\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
274 "'config/sendbugmail.pl'. Note that these will be run by Mercurial as the "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
275 "user\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
276 "pushing the change; you will need to ensure the Bugzilla install file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
277 "permissions are set appropriately.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
278 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
279 "Configuring the extension:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
280 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
281 " [bugzilla]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
282 " host Hostname of the MySQL server holding the Bugzilla database.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
283 " db Name of the Bugzilla database in MySQL. Default 'bugs'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
284 " user Username to use to access MySQL server. Default 'bugs'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
285 " password Password to use to access MySQL server.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
286 " timeout Database connection timeout (seconds). Default 5.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
287 " version Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
288 " later, '2.18' for Bugzilla versions from 2.18 and '2.16' for\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
289 " versions prior to 2.18.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
290 " bzuser Fallback Bugzilla user name to record comments with, if\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
291 " changeset committer cannot be found as a Bugzilla user.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
292 " bzdir Bugzilla install directory. Used by default notify.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
293 " Default '/var/www/html/bugzilla'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
294 " notify The command to run to get Bugzilla to send bug change\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
295 " notification emails. Substitutes from a map with 3 keys,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
296 " 'bzdir', 'id' (bug id) and 'user' (committer bugzilla email).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
297 " Default depends on version; from 2.18 it is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
298 " \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
299 "s\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
300 " regexp Regular expression to match bug IDs in changeset commit "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
301 "message.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
302 " Must contain one \"()\" group. The default expression matches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
303 " 'Bug 1234', 'Bug no. 1234', 'Bug number 1234',\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
304 " 'Bugs 1234,5678', 'Bug 1234 and 5678' and variations thereof.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
305 " Matching is case insensitive.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
306 " style The style file to use when formatting comments.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
307 " template Template to use when formatting comments. Overrides\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
308 " style if specified. In addition to the usual Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
309 " keywords, the extension specifies:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
310 " {bug} The Bugzilla bug ID.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
311 " {root} The full pathname of the Mercurial "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
312 "repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
313 " {webroot} Stripped pathname of the Mercurial "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
314 "repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
315 " {hgweb} Base URL for browsing Mercurial repositories.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
316 " Default 'changeset {node|short} in repo {root} refers '\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
317 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
318 " strip The number of slashes to strip from the front of {root}\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
319 " to produce {webroot}. Default 0.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
320 " usermap Path of file containing Mercurial committer ID to Bugzilla "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
321 "user\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
322 " ID mappings. If specified, the file should contain one "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
323 "mapping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
324 " per line, \"committer\"=\"Bugzilla user\". See also the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
325 " [usermap] section.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
326 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
327 " [usermap]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
328 " Any entries in this section specify mappings of Mercurial committer ID\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
329 " to Bugzilla user ID. See also [bugzilla].usermap.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
330 " \"committer\"=\"Bugzilla user\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
331 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
332 " [web]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
333 " baseurl Base URL for browsing Mercurial repositories. Reference from\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
334 " templates as {hgweb}.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
335 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
336 "Activating the extension:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
337 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
338 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
339 " hgext.bugzilla =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
340 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
341 " [hooks]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
342 " # run bugzilla hook on every change pulled or pushed in here\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
343 " incoming.bugzilla = python:hgext.bugzilla.hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
344 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
345 "Example configuration:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
346 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
347 "This example configuration is for a collection of Mercurial repositories\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
348 "in /var/local/hg/repos/ used with a local Bugzilla 3.2 installation in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
349 "/opt/bugzilla-3.2.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
350 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
351 " [bugzilla]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
352 " host=localhost\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
353 " password=XYZZY\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
354 " version=3.0\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
355 " bzuser=unknown@domain.com\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
356 " bzdir=/opt/bugzilla-3.2\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
357 " template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
358 "rev/{node|short}\\n\\n{desc}\\n\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
359 " strip=5\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
360 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
361 " [web]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
362 " baseurl=http://dev.domain.com/hg\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
363 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
364 " [usermap]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
365 " user@emaildomain.com=user.name@bugzilladomain.com\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
366 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
367 "Commits add a comment to the Bugzilla bug record of the form:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
368 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
369 " Changeset 3b16791d6642 in repository-name.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
370 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
371 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
372 " Changeset commit comment. Bug 1234.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
373 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
374
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
375 msgid "support for bugzilla version 2.16."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
376 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
377
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
378 msgid "connecting to %s:%s as %s, password %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
379 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
380
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
381 msgid "run a query."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
382 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
383
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
384 msgid "query: %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
385 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
386
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
387 msgid "failed query: %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
388 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
389
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
390 msgid "get identity of longdesc field"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
391 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
392
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
393 msgid "unknown database schema"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
394 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
395
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
396 msgid "filter not-existing bug ids from list."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
397 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
398
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
399 msgid "filter bug ids from list that already refer to this changeset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
400 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
401
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
402 msgid "bug %d already knows about changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
403 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
404
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
405 msgid "tell bugzilla to send mail."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
406 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
407
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
408 msgid "telling bugzilla to send mail:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
409 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
410
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
411 msgid " bug %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
412 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
413
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
414 msgid "running notify command %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
415 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
416
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
417 msgid "bugzilla notify command %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
418 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
419
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
420 msgid "done\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
421 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
422
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
423 msgid "look up numeric bugzilla user id."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
424 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
425
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
426 msgid "looking up user %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
427 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
428
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
429 msgid "map name of committer to bugzilla user name."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
430 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
431
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
432 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
433 "see if committer is a registered bugzilla user. Return\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
434 " bugzilla username and userid if so. If not, return default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
435 " bugzilla username and userid."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
436 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
437
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
438 msgid "cannot find bugzilla user id for %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
439 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
440
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
441 msgid "cannot find bugzilla user id for %s or %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
442 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
443
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
444 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
445 "add comment to bug. try adding comment as committer of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
446 " changeset, otherwise as default bugzilla user."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
447 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
448
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
449 msgid "support for bugzilla 2.18 series."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
450 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
451
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
452 msgid "support for bugzilla 3.0 series."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
453 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
454
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
455 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
456 "return object that knows how to talk to bugzilla version in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
457 " use."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
458 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
459
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
460 msgid "bugzilla version %s not supported"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
461 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
462
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
463 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
464 "find valid bug ids that are referred to in changeset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
465 " comments and that do not already have references to this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
466 " changeset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
467 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
468
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
469 msgid "update bugzilla bug with reference to changeset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
470 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
471
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
472 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
473 "strip leading prefix of repo root and turn into\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
474 " url-safe path."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
475 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
476
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
477 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
478 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
479 "details:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
480 "\t{desc|tabindent}"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
481 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
482
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
483 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
484 "add comment to bugzilla for each changeset that refers to a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
485 " bugzilla bug id. only add a comment once per bug, so same change\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
486 " seen multiple times does not fill bug with duplicate data."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
487 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
488
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
489 msgid "python mysql support not available: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
490 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
491
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
492 msgid "hook type %s does not pass a changeset id"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
493 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
494
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
495 msgid "database error: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
496 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
497
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
498 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
499 "show the children of the given or working dir revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
500 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
501 " Print the children of the working directory's revisions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
502 " If a revision is given via --rev, the children of that revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
503 " will be printed. If a file argument is given, revision in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
504 " which the file was last changed (after the working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
505 " revision or the argument to --rev if given) is printed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
506 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
507 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
508
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
509 msgid "show children of the specified rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
510 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
511
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
512 msgid "hg children [-r REV] [FILE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
513 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
514
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
515 msgid "command to show certain statistics about revision history"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
516 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
517
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
518 msgid "Calculate stats"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
519 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
520
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
521 msgid "Revision %d is a merge, ignoring...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
522 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
523
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
524 msgid "\rgenerating stats: %d%%"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
525 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
526
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
527 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
528 "graph count of revisions grouped by template\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
529 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
530 " Will graph count of changed lines or revisions grouped by template or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
531 " alternatively by date, if dateformat is used. In this case it will "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
532 "override\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
533 " template.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
534 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
535 " By default statistics are counted for number of changed lines.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
536 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
537 " Examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
538 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
539 " # display count of changed lines for every committer\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
540 " hg churn -t '{author|email}'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
541 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
542 " # display daily activity graph\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
543 " hg churn -f '%H' -s -c\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
544 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
545 " # display activity of developers by month\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
546 " hg churn -f '%Y-%m' -s -c\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
547 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
548 " # display count of lines changed in every year\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
549 " hg churn -f '%Y' -s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
550 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
551 " The map file format used to specify aliases is fairly simple:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
552 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
553 " <alias email> <actual email>"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
554 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
555
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
556 msgid "assuming %i character terminal\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
557 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
558
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
559 msgid "count rate for the specified revision or range"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
560 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
561
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
562 msgid "count rate for revs matching date spec"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
563 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
564
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
565 msgid "template to group changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
566 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
567
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
568 msgid "strftime-compatible format for grouping by date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
569 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
570
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
571 msgid "count rate by number of changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
572 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
573
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
574 msgid "sort by key (default: sort by count)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
575 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
576
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
577 msgid "file with email aliases"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
578 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
579
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
580 msgid "show progress"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
581 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
582
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
583 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [--progress] [FILE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
584 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
585
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
586 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
587 "add color output to status, qseries, and diff-related commands\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
588 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
589 "This extension modifies the status command to add color to its output to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
590 "reflect file status, the qseries command to add color to reflect patch "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
591 "status\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
592 "(applied, unapplied, missing), and to diff-related commands to highlight\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
593 "additions, removals, diff headers, and trailing whitespace.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
594 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
595 "Other effects in addition to color, like bold and underlined text, are also\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
596 "available. Effects are rendered with the ECMA-48 SGR control function (aka\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
597 "ANSI escape codes). This module also provides the render_text function,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
598 "which can be used to add effects to any text.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
599 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
600 "To enable this extension, add this to your .hgrc file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
601 "[extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
602 "color =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
603 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
604 "Default effects my be overriden from the .hgrc file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
605 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
606 "[color]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
607 "status.modified = blue bold underline red_background\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
608 "status.added = green bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
609 "status.removed = red bold blue_background\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
610 "status.deleted = cyan bold underline\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
611 "status.unknown = magenta bold underline\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
612 "status.ignored = black bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
613 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
614 "# 'none' turns off all effects\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
615 "status.clean = none\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
616 "status.copied = none\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
617 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
618 "qseries.applied = blue bold underline\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
619 "qseries.unapplied = black bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
620 "qseries.missing = red bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
621 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
622 "diff.diffline = bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
623 "diff.extended = cyan bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
624 "diff.file_a = red bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
625 "diff.file_b = green bold\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
626 "diff.hunk = magenta\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
627 "diff.deleted = red\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
628 "diff.inserted = green\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
629 "diff.changed = white\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
630 "diff.trailingwhitespace = bold red_background\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
631 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
632
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
633 msgid "Wrap text in commands to turn on each effect."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
634 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
635
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
636 msgid "run the status command with colored output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
637 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
638
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
639 msgid "run the qseries command with colored output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
640 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
641
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
642 msgid "wrap ui.write for colored diff output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
643 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
644
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
645 msgid "wrap cmdutil.changeset_printer.showpatch with colored output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
646 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
647
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
648 msgid "run the diff command with colored output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
649 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
650
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
651 msgid "Initialize the extension."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
652 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
653
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
654 msgid "patch in command to command table and load effect map"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
655 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
656
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
657 msgid "when to colorize (always, auto, or never)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
658 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
659
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
660 msgid "don't colorize output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
661 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
662
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
663 msgid "converting foreign VCS repositories to Mercurial"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
664 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
665
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
666 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
667 "convert a foreign SCM repository to a Mercurial one.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
668 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
669 " Accepted source formats [identifiers]:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
670 " - Mercurial [hg]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
671 " - CVS [cvs]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
672 " - Darcs [darcs]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
673 " - git [git]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
674 " - Subversion [svn]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
675 " - Monotone [mtn]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
676 " - GNU Arch [gnuarch]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
677 " - Bazaar [bzr]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
678 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
679 " Accepted destination formats [identifiers]:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
680 " - Mercurial [hg]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
681 " - Subversion [svn] (history on branches is not preserved)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
682 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
683 " If no revision is given, all revisions will be converted. Otherwise,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
684 " convert will only import up to the named revision (given in a format\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
685 " understood by the source).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
686 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
687 " If no destination directory name is specified, it defaults to the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
688 " basename of the source with '-hg' appended. If the destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
689 " repository doesn't exist, it will be created.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
690 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
691 " If <REVMAP> isn't given, it will be put in a default location\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
692 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
693 " file that maps each source commit ID to the destination ID for\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
694 " that revision, like so:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
695 " <source ID> <destination ID>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
696 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
697 " If the file doesn't exist, it's automatically created. It's updated\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
698 " on each commit copied, so convert-repo can be interrupted and can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
699 " be run repeatedly to copy new commits.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
700 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
701 " The [username mapping] file is a simple text file that maps each source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
702 " commit author to a destination commit author. It is handy for source "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
703 "SCMs\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
704 " that use unix logins to identify authors (eg: CVS). One line per author\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
705 " mapping and the line format is:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
706 " srcauthor=whatever string you want\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
707 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
708 " The filemap is a file that allows filtering and remapping of files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
709 " and directories. Comment lines start with '#'. Each line can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
710 " contain one of the following directives:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
711 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
712 " include path/to/file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
713 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
714 " exclude path/to/file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
715 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
716 " rename from/file to/file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
717 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
718 " The 'include' directive causes a file, or all files under a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
719 " directory, to be included in the destination repository, and the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
720 " exclusion of all other files and dirs not explicitely included.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
721 " The 'exclude' directive causes files or directories to be omitted.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
722 " The 'rename' directive renames a file or directory. To rename from a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
723 " subdirectory into the root of the repository, use '.' as the path to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
724 " rename to.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
725 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
726 " The splicemap is a file that allows insertion of synthetic\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
727 " history, letting you specify the parents of a revision. This is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
728 " useful if you want to e.g. give a Subversion merge two parents, or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
729 " graft two disconnected series of history together. Each entry\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
730 " contains a key, followed by a space, followed by one or two\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
731 " values, separated by spaces. The key is the revision ID in the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
732 " source revision control system whose parents should be modified\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
733 " (same format as a key in .hg/shamap). The values are the revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
734 " IDs (in either the source or destination revision control system)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
735 " that should be used as the new parents for that node.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
736 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
737 " Mercurial Source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
738 " -----------------\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
739 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
740 " --config convert.hg.ignoreerrors=False (boolean)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
741 " ignore integrity errors when reading. Use it to fix Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
742 " repositories with missing revlogs, by converting from and to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
743 " Mercurial.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
744 " --config convert.hg.saverev=True (boolean)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
745 " allow target to preserve source revision ID\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
746 " --config convert.hg.startrev=0 (hg revision identifier)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
747 " convert start revision and its descendants\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
748 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
749 " CVS Source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
750 " ----------\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
751 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
752 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
753 " to indicate the starting point of what will be converted. Direct\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
754 " access to the repository files is not needed, unless of course\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
755 " the repository is :local:. The conversion uses the top level\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
756 " directory in the sandbox to find the CVS repository, and then uses\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
757 " CVS rlog commands to find files to convert. This means that unless\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
758 " a filemap is given, all files under the starting directory will be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
759 " converted, and that any directory reorganisation in the CVS\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
760 " sandbox is ignored.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
761 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
762 " Because CVS does not have changesets, it is necessary to collect\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
763 " individual commits to CVS and merge them into changesets. CVS\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
764 " source uses its internal changeset merging code by default but can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
765 " be configured to call the external 'cvsps' program by setting:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
766 " --config convert.cvsps='cvsps -A -u --cvs-direct -q'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
767 " This is a legacy option and may be removed in future.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
768 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
769 " The options shown are the defaults.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
770 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
771 " Internal cvsps is selected by setting\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
772 " --config convert.cvsps=builtin\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
773 " and has a few more configurable options:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
774 " --config convert.cvsps.fuzz=60 (integer)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
775 " Specify the maximum time (in seconds) that is allowed between\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
776 " commits with identical user and log message in a single\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
777 " changeset. When very large files were checked in as part\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
778 " of a changeset then the default may not be long enough.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
779 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
780 " Specify a regular expression to which commit log messages are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
781 " matched. If a match occurs, then the conversion process will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
782 " insert a dummy revision merging the branch on which this log\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
783 " message occurs to the branch indicated in the regex.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
784 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
785 " Specify a regular expression to which commit log messages are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
786 " matched. If a match occurs, then the conversion process will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
787 " add the most recent revision on the branch indicated in the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
788 " regex as the second parent of the changeset.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
789 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
790 " The hgext/convert/cvsps wrapper script allows the builtin changeset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
791 " merging code to be run without doing a conversion. Its parameters and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
792 " output are similar to that of cvsps 2.1.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
793 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
794 " Subversion Source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
795 " -----------------\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
796 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
797 " Subversion source detects classical trunk/branches/tags layouts.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
798 " By default, the supplied \"svn://repo/path/\" source URL is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
799 " converted as a single branch. If \"svn://repo/path/trunk\" exists\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
800 " it replaces the default branch. If \"svn://repo/path/branches\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
801 " exists, its subdirectories are listed as possible branches. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
802 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
803 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
804 " can be overriden with following options. Set them to paths\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
805 " relative to the source URL, or leave them blank to disable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
806 " autodetection.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
807 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
808 " --config convert.svn.branches=branches (directory name)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
809 " specify the directory containing branches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
810 " --config convert.svn.tags=tags (directory name)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
811 " specify the directory containing tags\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
812 " --config convert.svn.trunk=trunk (directory name)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
813 " specify the name of the trunk branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
814 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
815 " Source history can be retrieved starting at a specific revision,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
816 " instead of being integrally converted. Only single branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
817 " conversions are supported.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
818 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
819 " --config convert.svn.startrev=0 (svn revision number)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
820 " specify start Subversion revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
821 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
822 " Mercurial Destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
823 " ---------------------\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
824 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
825 " --config convert.hg.clonebranches=False (boolean)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
826 " dispatch source branches in separate clones.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
827 " --config convert.hg.tagsbranch=default (branch name)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
828 " tag revisions branch name\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
829 " --config convert.hg.usebranchnames=True (boolean)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
830 " preserve branch names\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
831 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
832 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
833 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
834
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
835 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
836 "create changeset information from CVS\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
837 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
838 " This command is intended as a debugging tool for the CVS to Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
839 " converter, and can be used as a direct replacement for cvsps.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
840 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
841 " Hg debugcvsps reads the CVS rlog for current directory (or any named\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
842 " directory) in the CVS repository, and converts the log to a series of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
843 " changesets based on matching commit log entries and dates."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
844 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
845
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
846 msgid "username mapping filename"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
847 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
848
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
849 msgid "destination repository type"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
850 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
851
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
852 msgid "remap file names using contents of file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
853 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
854
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
855 msgid "import up to target revision REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
856 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
857
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
858 msgid "source repository type"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
859 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
860
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
861 msgid "splice synthesized history into place"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
862 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
863
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
864 msgid "try to sort changesets by date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
865 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
866
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
867 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
868 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
869
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
870 msgid "only return changes on specified branches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
871 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
872
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
873 msgid "prefix to remove from file names"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
874 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
875
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
876 msgid "only return changes after or between specified tags"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
877 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
878
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
879 msgid "update cvs log cache"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
880 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
881
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
882 msgid "create new cvs log cache"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
883 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
884
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
885 msgid "set commit time fuzz in seconds"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
886 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
887
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
888 msgid "specify cvsroot"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
889 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
890
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
891 msgid "show parent changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
892 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
893
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
894 msgid "show current changeset in ancestor branches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
895 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
896
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
897 msgid "%s is not a valid revision in current branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
898 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
899
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
900 msgid "%s is not available in %s anymore"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
901 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
902
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
903 msgid "cannot find required \"%s\" tool"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
904 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
905
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
906 msgid "running: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
907 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
908
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
909 msgid "%s error:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
910 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
911
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
912 msgid "%s %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
913 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
914
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
915 msgid "could not open map file %r: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
916 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
917
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
918 msgid "%s: missing or unsupported repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
919 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
920
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
921 msgid "convert: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
922 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
923
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
924 msgid "%s: unknown repository type"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
925 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
926
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
927 msgid "cycle detected between %s and %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
928 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
929
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
930 msgid "not all revisions were sorted"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
931 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
932
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
933 msgid "Writing author map file %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
934 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
935
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
936 msgid "Overriding mapping for author %s, was %s, will be %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
937 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
938
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
939 msgid "mapping author %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
940 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
941
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
942 msgid "Ignoring bad line in author map file %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
943 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
944
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
945 msgid "spliced in %s as parents of %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
946 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
947
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
948 msgid "scanning source...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
951 msgid "sorting...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
954 msgid "converting...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
957 msgid "source: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
960 msgid "assuming destination %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
963 msgid "revision %s is not a patchset number or date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
966 msgid "using builtin cvsps\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
969 msgid "connecting to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
972 msgid "CVS pserver authentication failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
975 msgid "server sucks"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
976 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
977
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
978 msgid "%d bytes missing from remote file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
979 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
980
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
981 msgid "cvs server: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
982 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
983
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
984 msgid "unknown CVS response: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
987 msgid "collecting CVS rlog\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
988 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
989
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
990 msgid "reading cvs log cache %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
991 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
992
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
993 msgid "cache has %d log entries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
994 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
995
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
996 msgid "error reading cache: %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
997 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
998
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
999 msgid "running %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1000 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1001
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1002 msgid "prefix=%r directory=%r root=%r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1003 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1004
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1005 msgid "RCS file must be followed by working file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1006 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1007
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1008 msgid "must have at least some revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1009 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1010
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1011 msgid "expected revision number"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1012 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1013
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1014 msgid "revision must be followed by date line"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1015 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1016
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1017 msgid "writing cvs log cache %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1018 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1019
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1020 msgid "%d log entries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1021 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1022
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1023 msgid "creating changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1024 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1025
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1026 msgid "%d changeset entries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1027 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1028
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1029 msgid "Python ElementTree module is not available"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1030 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1031
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1032 msgid "cleaning up %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1033 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1034
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1035 msgid "internal calling inconsistency"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1036 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1037
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1038 msgid "errors in filemap"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1039 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1040
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1041 msgid "%s:%d: %r already in %s list\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1042 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1043
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1044 msgid "%s:%d: unknown directive %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1045 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1046
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1047 msgid "source repository doesn't support --filemap"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1048 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1049
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1050 msgid "%s does not look like a GNU Arch repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1051 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1052
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1053 msgid "cannot find a GNU Arch tool"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1054 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1055
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1056 msgid "analyzing tree version %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1057 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1058
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1059 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1060 "tree analysis stopped because it points to an unregistered archive %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1061 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1062
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1063 msgid "applying revision %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1064 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1065
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1066 msgid "computing changeset between %s and %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1067 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1068
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1069 msgid "obtaining revision %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1070 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1071
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1072 msgid "analysing revision %s...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1073 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1074
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1075 msgid "could not parse cat-log of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1076 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1077
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1078 msgid "%s is not a local Mercurial repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1079 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1080
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1081 msgid "initializing destination %s repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1082 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1083
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1084 msgid "run hg sink pre-conversion action\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1085 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1086
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1087 msgid "run hg sink post-conversion action\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1088 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1089
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1090 msgid "pulling from %s into %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1091 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1092
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1093 msgid "updating tags\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1094 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1095
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1096 msgid "%s is not a valid start revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1097 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1098
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1099 msgid "ignoring: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1100 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1101
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1102 msgid "run hg source pre-conversion action\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1103 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1104
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1105 msgid "run hg source post-conversion action\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1106 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1107
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1108 msgid "%s does not look like a monotone repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1109 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1110
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1111 msgid "copying file in renamed dir from '%s' to '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1112 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1113
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1114 msgid "Subversion python bindings could not be loaded"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1115 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1116
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1117 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1118 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1119
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1120 msgid "Subversion python bindings are too old, 1.4 or later required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1121 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1122
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1123 msgid "svn: revision %s is not an integer"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1124 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1125
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1126 msgid "svn: start revision %s is not an integer"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1127 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1128
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1129 msgid "no revision found in module %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1130 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1131
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1132 msgid "expected %s to be at %r, but not found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1133 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1134
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1135 msgid "found %s at %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1136 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1137
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1138 msgid "ignoring empty branch %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1139 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1140
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1141 msgid "found branch %s at %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1142 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1143
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1144 msgid "svn: start revision is not supported with with more than one branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1145 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1146
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1147 msgid "svn: no revision found after start revision %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1148 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1149
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1150 msgid "no tags found at revision %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1151 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1152
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1153 msgid "ignoring foreign branch %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1154 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1155
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1156 msgid "%s not found up to revision %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1157 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1158
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1159 msgid "branch renamed from %s to %s at %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1160 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1161
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1162 msgid "reparent to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1163 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1164
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1165 msgid "copied to %s from %s@%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1166 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1167
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1168 msgid "gone from %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1169 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1170
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1171 msgid "found parent directory %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1172 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1173
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1174 msgid "base, entry %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1175 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1176
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1177 msgid "munge-o-matic\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1178 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1179
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1180 msgid "info: %s %s %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1181 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1182
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1183 msgid "unknown path in revision %d: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1184 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1185
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1186 msgid "mark %s came from %s:%d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1187 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1188
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1189 msgid "parsing revision %d (%d changes)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1190 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1191
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1192 msgid "found parent of branch %s at %d: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1193 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1194
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1195 msgid "no copyfrom path, don't know what to do.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1196 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1197
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1198 msgid "fetching revision log for \"%s\" from %d to %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1199 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1200
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1201 msgid "skipping blacklisted revision %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1202 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1203
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1204 msgid "revision %d has no entries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1205 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1206
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1207 msgid "svn: branch has no revision %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1208 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1209
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1210 msgid "%r is not under %r, ignoring\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1211 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1212
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1213 msgid "initializing svn repo %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1214 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1215
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1216 msgid "initializing svn wc %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1217 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1218
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1219 msgid "unexpected svn output:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1220 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1221
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1222 msgid "unable to cope with svn output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1223 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1224
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1225 msgid "XXX TAGS NOT IMPLEMENTED YET\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1226 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1227
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1228 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1229 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1230 "The `extdiff' Mercurial extension allows you to use external programs\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1231 "to compare revisions, or revision with working dir. The external diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1232 "programs are called with a configurable set of options and two\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1233 "non-option arguments: paths to directories containing snapshots of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1234 "files to compare.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1235 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1236 "To enable this extension:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1237 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1238 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1239 " hgext.extdiff =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1240 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1241 "The `extdiff' extension also allows to configure new diff commands, so\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1242 "you do not need to type \"hg extdiff -p kdiff3\" always.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1243 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1244 " [extdiff]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1245 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1246 " cdiff = gdiff -Nprc5\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1247 " ## or the old way:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1248 " #cmd.cdiff = gdiff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1249 " #opts.cdiff = -Nprc5\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1250 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1251 " # add new command called vdiff, runs kdiff3\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1252 " vdiff = kdiff3\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1253 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1254 " # add new command called meld, runs meld (no need to name twice)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1255 " meld =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1256 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1257 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1258 " #(see http://www.vim.org/scripts/script.php?script_id=102)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1259 " # Non english user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1260 " # your .vimrc\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1261 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1262 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1263 "You can use -I/-X and list of file or directory names like normal\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1264 "\"hg diff\" command. The `extdiff' extension makes snapshots of only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1265 "needed files, so running the external diff program will actually be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1266 "pretty fast (at least faster than having to compare the entire tree).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1267 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1268
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1269 msgid "snapshot files as of some revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1270 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1271
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1272 msgid "making snapshot of %d files from rev %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1273 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1274
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1275 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1276 "snapshot files from working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1277 " if not using snapshot, -I/-X does not work and recursive diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1278 " in tools like kdiff3 and meld displays too many files."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1279 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1280
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1281 msgid "making snapshot of %d files from working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1282 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1283
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1284 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1285 "Do the actuall diff:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1286 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1287 " - copy to a temp structure if diffing 2 internal revisions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1288 " - copy to a temp structure if diffing working revision with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1289 " another one and more than 1 file is changed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1290 " - just invoke the diff for a single file in the working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1291 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1292 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1293
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1294 msgid "running %r in %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1295 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1296
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1297 msgid "file changed while diffing. Overwriting: %s (src: %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1298 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1299
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1300 msgid "cleaning up temp directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1301 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1302
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1303 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1304 "use external program to diff repository (or selected files)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1305 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1306 " Show differences between revisions for the specified files, using\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1307 " an external program. The default program used is diff, with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1308 " default options \"-Npru\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1309 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1310 " To select a different program, use the -p option. The program\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1311 " will be passed the names of two directories to compare. To pass\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1312 " additional options to the program, use the -o option. These will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1313 " be passed before the names of the directories to compare.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1314 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1315 " When two revision arguments are given, then changes are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1316 " shown between those revisions. If only one revision is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1317 " specified then that revision is compared to the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1318 " directory, and, when no revisions are specified, the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1319 " working directory files are compared to its parent."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1320 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1321
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1322 msgid "comparison program to run"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1323 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1324
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1325 msgid "pass option to comparison program"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1326 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1327
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1328 msgid "hg extdiff [OPT]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1329 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1330
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1331 msgid "use closure to save diff command to use"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1332 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1333
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1334 msgid "hg %s [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1335 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1336
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1337 msgid "pulling, updating and merging in one command"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1338 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1339
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1340 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1341 "pull changes from a remote repository, merge new changes if needed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1342 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1343 " This finds all changes from the repository at the specified path\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1344 " or URL and adds them to the local repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1345 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1346 " If the pulled changes add a new branch head, the head is automatically\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1347 " merged, and the result of the merge is committed. Otherwise, the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1348 " working directory is updated to include the new changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1349 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1350 " When a merge occurs, the newly pulled changes are assumed to be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1351 " \"authoritative\". The head of the new changes is used as the first\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1352 " parent, with local changes as the second. To switch the merge\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1353 " order, use --switch-parent.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1354 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1355 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1356 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1357 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1358
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1359 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1360 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1361 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1362
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1363 msgid "outstanding uncommitted merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1364 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1365
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1366 msgid "outstanding uncommitted changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1367 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1368
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1369 msgid "working directory is missing some files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1370 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1371
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1372 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1373 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1374 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1375
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1376 msgid "pulling from %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1377 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1378
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1379 msgid "fetch -r doesn't work for remote repositories yet"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1380 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1381
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1382 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1383 "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1384 "\" to merge them)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1385 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1386
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1387 msgid "updating to %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1388 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1389
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1390 msgid "merging with %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1391 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1392
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1393 msgid "Automated merge with %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1394 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1395
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1396 msgid "new changeset %d:%s merges remote changes with local\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1397 msgstr "新修改集 '%d:%s' 将远程修改与本地合并\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1398
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1399 msgid "a specific revision you would like to pull"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1400 msgstr "指定取得的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1401
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1402 msgid "edit commit message"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1403 msgstr "编辑提交日志"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1404
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1405 msgid "edit commit message (DEPRECATED)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1406 msgstr "编辑提交日志(不赞成)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1407
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1408 msgid "switch parents when merging"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1409 msgstr "当合并时切换父亲"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1410
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1411 msgid "hg fetch [SOURCE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1412 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1413
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1414 msgid " returns of the good and bad signatures"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1415 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1416
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1417 msgid "error while verifying signature"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1418 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1419
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1420 msgid "create a new gpg instance"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1421 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1422
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1423 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1424 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1425 " walk over every sigs, yields a couple\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1426 " ((node, version, sig), (filename, linenumber))\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1427 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1428 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1429
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1430 msgid "get the keys who signed a data"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1431 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1432
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1433 msgid "%s Bad signature from \"%s\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1434 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1435
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1436 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1437 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1438
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1439 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1440 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1441
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1442 msgid "list signed changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1443 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1444
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1445 msgid "%s:%d node does not exist\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1446 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1447
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1448 msgid "verify all the signatures there may be for a particular revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1449 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1450
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1451 msgid "No valid signature for %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1452 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1453
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1454 msgid "associate a string to a key (username, comment)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1455 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1456
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1457 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1458 "add a signature for the current or given revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1459 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1460 " If no revision is given, the parent of the working directory is used,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1461 " or tip if no revision is checked out.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1462 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1463 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1464 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1465 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1466
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1467 msgid "uncommitted merge - please provide a specific revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1468 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1469
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1470 msgid "Error while signing"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1471 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1472
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1473 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1474 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1475 "force)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1476 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1477
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1478 msgid "Added signature for changeset %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1479 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1480
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1481 msgid "map a manifest into some text"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1482 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1483
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1484 msgid "unknown signature version"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1485 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1486
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1487 msgid "make the signature local"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1488 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1489
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1490 msgid "sign even if the sigfile is modified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1491 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1492
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1493 msgid "do not commit the sigfile after signing"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1494 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1495
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1496 msgid "the key id to sign with"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1497 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1498
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1499 msgid "commit message"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1500 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1501
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1502 msgid "hg sign [OPTION]... [REVISION]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1503 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1504
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1505 msgid "hg sigcheck REVISION"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1506 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1507
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1508 msgid "hg sigs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1509 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1510
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1511 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1512 "show revision graphs in terminal windows\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1513 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1514 "This extension adds a --graph option to the incoming, outgoing and log\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1515 "commands. When this options is given, an ascii representation of the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1516 "revision graph is also shown.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1517 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1518
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1519 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1520 "cset DAG generator yielding (rev, node, [parents]) tuples\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1521 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1522 " This generator function walks through the revision history from revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1523 " start to revision stop (which must be less than or equal to start).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1524 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1525 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1526
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1527 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1528 "file cset DAG generator yielding (rev, node, [parents]) tuples\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1529 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1530 " This generator function walks through the revision history of a single\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1531 " file from revision start to revision stop (which must be less than or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1532 " equal to start).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1533 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1534 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1535
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1536 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1537 "grapher for asciigraph on a list of nodes and their parents\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1538 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1539 " nodes must generate tuples (node, parents, char, lines) where\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1540 " - parents must generate the parents of node, in sorted order,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1541 " and max length 2,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1542 " - char is the char to print as the node symbol, and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1543 " - lines are the lines to display next to the node.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1544 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1545 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1546
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1547 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1548 "prints an ASCII graph of the DAG returned by the grapher\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1549 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1550 " grapher is a generator that emits tuples with the following elements:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1551 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1552 " - Character to use as node's symbol.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1553 " - List of lines to display as the node's text.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1554 " - Column of the current node in the set of ongoing edges.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1555 " - Edges; a list of (col, next_col) indicating the edges between\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1556 " the current node and its parents.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1557 " - Number of columns (ongoing edges) in the current revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1558 " - The difference between the number of columns (ongoing edges)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1559 " in the next revision and the number of columns (ongoing edges)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1560 " in the current revision. That is: -1 means one column removed;\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1561 " 0 means no columns added or removed; 1 means one column added.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1562 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1563 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1564
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1565 msgid "limit must be a positive integer"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1566 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1567
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1568 msgid "limit must be positive"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1569 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1570
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1571 msgid "--graph option is incompatible with --%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1572 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1573
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1574 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1575 "show revision history alongside an ASCII revision graph\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1576 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1577 " Print a revision history alongside a revision graph drawn with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1578 " ASCII characters.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1579 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1580 " Nodes printed as an @ character are parents of the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1581 " directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1582 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1583 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1584
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1585 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1586 "cset DAG generator yielding (node, [parents]) tuples\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1587 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1588 " This generator function walks through the revisions not found\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1589 " in the destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1590 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1591 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1592
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1593 msgid "comparing with %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1594 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1595
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1596 msgid "no changes found\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1597 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1598
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1599 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1600 "show the outgoing changesets alongside an ASCII revision graph\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1601 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1602 " Print the outgoing changesets alongside a revision graph drawn with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1603 " ASCII characters.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1604 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1605 " Nodes printed as an @ character are parents of the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1606 " directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1607 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1608 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1609
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1610 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1611 "cset DAG generator yielding (node, [parents]) tuples\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1612 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1613 " This generator function walks through the revisions of the destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1614 " not found in repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1615 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1616 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1617
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1618 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1619 "show the incoming changesets alongside an ASCII revision graph\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1620 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1621 " Print the incoming changesets alongside a revision graph drawn with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1622 " ASCII characters.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1623 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1624 " Nodes printed as an @ character are parents of the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1625 " directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1626 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1627 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1628
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1629 msgid "wrap the command"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1630 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1631
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1632 msgid "show the revision DAG"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1633 msgstr "显示版本分支图"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1634
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1635 msgid "limit number of changes displayed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1636 msgstr "限制显示的改变集数量"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1637
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1638 msgid "show patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1639 msgstr "显示补丁"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1640
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1641 msgid "show the specified revision or range"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1642 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1643
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1644 msgid "hg glog [OPTION]... [FILE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1645 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1646
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1647 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1648 "CIA notification\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1649 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1650 "This is meant to be run as a changegroup or incoming hook.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1651 "To configure it, set the following options in your hgrc:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1652 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1653 "[cia]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1654 "# your registered CIA user name\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1655 "user = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1656 "# the name of the project in CIA\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1657 "project = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1658 "# the module (subproject) (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1659 "#module = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1660 "# Append a diffstat to the log message (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1661 "#diffstat = False\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1662 "# Template to use for log messages (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1663 "#template = {desc}\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1664 "{baseurl}/rev/{node}-- {diffstat}\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1665 "# Style to use (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1666 "#style = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1667 "# The URL of the CIA notification service (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1668 "# You can use mailto: URLs to send by email, eg\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1669 "# mailto:cia@cia.vc\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1670 "# Make sure to set email.from if you do this.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1671 "#url = http://cia.vc/\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1672 "# print message instead of sending it (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1673 "#test = False\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1674 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1675 "[hooks]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1676 "# one of these:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1677 "changegroup.cia = python:hgcia.hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1678 "#incoming.cia = python:hgcia.hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1679 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1680 "[web]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1681 "# If you want hyperlinks (optional)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1682 "baseurl = http://server/path/to/repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1683 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1684
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1685 msgid " A CIA message "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1686 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1687
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1688 msgid " CIA notification class "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1689 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1690
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1691 msgid "hgcia: sending update to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1692 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1693
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1694 msgid " send CIA notification "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1695 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1696
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1697 msgid "email.from must be defined when sending by email"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1698 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1699
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1700 msgid "cia: no user specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1701 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1702
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1703 msgid "cia: no project specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1704 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1705
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1706 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1707 "browsing the repository in a graphical way\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1708 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1709 "The hgk extension allows browsing the history of a repository in a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1710 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1711 "not distributed with Mercurial.)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1712 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1713 "hgk consists of two parts: a Tcl script that does the displaying and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1714 "querying of information, and an extension to mercurial named hgk.py,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1715 "which provides hooks for hgk to get information. hgk can be found in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1716 "the contrib directory, and hgk.py can be found in the hgext directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1717 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1718 "To load the hgext.py extension, add it to your .hgrc file (you have\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1719 "to use your global $HOME/.hgrc file, not one in a repository). You\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1720 "can specify an absolute path:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1721 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1722 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1723 " hgk=/usr/local/lib/hgk.py\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1724 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1725 "Mercurial can also scan the default python library path for a file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1726 "named 'hgk.py' if you set hgk empty:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1727 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1728 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1729 " hgk=\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1730 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1731 "The hg view command will launch the hgk Tcl script. For this command\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1732 "to work, hgk must be in your search path. Alternately, you can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1733 "specify the path to hgk in your .hgrc file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1734 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1735 " [hgk]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1736 " path=/location/of/hgk\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1737 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1738 "hgk can make use of the extdiff extension to visualize revisions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1739 "Assuming you had already configured extdiff vdiff command, just add:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1740 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1741 " [hgk]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1742 " vdiff=vdiff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1743 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1744 "Revisions context menu will now display additional entries to fire\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1745 "vdiff on hovered and selected revisions."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1746 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1747
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1748 msgid "diff trees from two commits"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1749 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1750
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1751 msgid "output common ancestor information"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1752 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1753
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1754 msgid "cat a specific revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1755 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1756
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1757 msgid "cat-file: type or revision not supplied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1758 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1759
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1760 msgid "aborting hg cat-file only understands commits\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1761 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1762
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1763 msgid "parse given revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1764 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1765
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1766 msgid "print revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1767 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1768
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1769 msgid "print extension options"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1770 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1771
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1772 msgid "start interactive history viewer"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1773 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1774
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1775 msgid "hg view [-l LIMIT] [REVRANGE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1776 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1777
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1778 msgid "generate patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1779 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1780
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1781 msgid "recursive"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1782 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1783
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1784 msgid "pretty"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1785 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1786
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1787 msgid "stdin"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1788 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1789
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1790 msgid "detect copies"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1791 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1792
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1793 msgid "search"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1794 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1795
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1796 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1797 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1798
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1799 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1800 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1801
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1802 msgid "hg debug-config"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1803 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1804
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1805 msgid "hg debug-merge-base node node"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1806 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1807
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1808 msgid "ignored"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1809 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1810
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1811 msgid "hg debug-rev-parse REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1812 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1813
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1814 msgid "header"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1815 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1816
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1817 msgid "topo-order"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1818 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1819
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1820 msgid "parents"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1821 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1822
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1823 msgid "max-count"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1824 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1825
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1826 msgid "hg debug-rev-list [options] revs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1827 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1828
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1829 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1830 "syntax highlighting in hgweb, based on Pygments\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1831 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1832 "It depends on the pygments syntax highlighting library:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1833 "http://pygments.org/\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1834 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1835 "To enable the extension add this to hgrc:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1836 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1837 "[extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1838 "hgext.highlight =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1839 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1840 "There is a single configuration option:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1841 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1842 "[web]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1843 "pygments_style = <style>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1844 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1845 "The default is 'colorful'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1846 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1847 "-- Adam Hupp <adam@hupp.org>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1848 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1849
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1850 msgid "inotify-based status acceleration for Linux systems\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1851 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1852
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1853 msgid "start an inotify server for this repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1854 msgstr "为此版本库启动服务 'inotify'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1855
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1856 msgid "(found dead inotify server socket; removing it)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1857 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1858
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1859 msgid "(starting inotify server)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1860 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1861
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1862 msgid "could not start inotify server: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1863 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1864
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1865 msgid "could not talk to new inotify server: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1866 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1867
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1868 msgid "(inotify server not running)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1869 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1870
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1871 msgid "failed to contact inotify server: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1872 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1873
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1874 msgid "run server in background"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1875 msgstr "在后台运行服务"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1876
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1877 msgid "used internally by daemon mode"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1878 msgstr "在后台服务模式内部使用"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1879
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1880 msgid "minutes to sit idle before exiting"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1881 msgstr "空闲几分钟后退出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1882
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1883 msgid "name of file to write process ID to"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1884 msgstr "写入进程标识符的文件名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1885
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1886 msgid "hg inserve [OPT]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1887 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1888
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1889 msgid "(inotify: received response from incompatible server version %d)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1890 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1891
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1892 msgid "this system does not seem to support inotify"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1893 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1894
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1895 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1896 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1897
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1898 msgid "*** this limit is too low to watch every directory in this repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1899 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1900
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1901 msgid "*** counting directories: "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1902 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1903
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1904 msgid "found %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1905 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1906
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1907 msgid "*** to raise the limit from %d to %d (run as root):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1908 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1909
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1910 msgid "*** echo %d > %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1911 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1912
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1913 msgid "cannot watch %s until inotify watch limit is raised"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1914 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1915
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1916 msgid "inotify service not available: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1917 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1918
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1919 msgid "watching %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1920 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1921
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1922 msgid "watching directories under %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1923 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1924
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1925 msgid "status: %r dir(%d) -> %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1926 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1927
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1928 msgid "status: %r %s -> %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1929 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1930
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1931 msgid "%s dirstate reload\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1932 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1933
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1934 msgid "%s end dirstate reload\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1935 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1936
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1937 msgid "rescanning due to .hgignore change\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1938 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1939
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1940 msgid "%s event: created %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1941 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1942
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1943 msgid "%s event: deleted %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1944 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1945
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1946 msgid "%s event: modified %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1947 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1948
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1949 msgid "filesystem containing %s was unmounted\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1950 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1951
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1952 msgid "%s readable: %d bytes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1953 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1954
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1955 msgid "%s below threshold - unhooking\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1956 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1957
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1958 msgid "%s reading %d events\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1959 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1960
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1961 msgid "%s hooking back up with %d bytes readable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1962 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1963
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1964 msgid "%s processing %d deferred events as %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1965 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1966
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1967 msgid "could not start server: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1968 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1969
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1970 msgid "received query from incompatible client version %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1971 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1972
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1973 msgid "answering query for %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1974 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1975
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1976 msgid "finished setup\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1977 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1978
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1979 msgid "polling: no timeout\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1980 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1981
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1982 msgid "polling: %sms timeout\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1983 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1984
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1985 msgid "interhg: invalid pattern for %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1986 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1987
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1988 msgid "interhg: invalid regexp for %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1989 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1990
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1991 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1992 "keyword expansion in local repositories\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1993 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1994 "This extension expands RCS/CVS-like or self-customized $Keywords$\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1995 "in tracked text files selected by your configuration.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1996 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1997 "Keywords are only expanded in local repositories and not stored in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1998 "the change history. The mechanism can be regarded as a convenience\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
1999 "for the current user or for archive distribution.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2000 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2001 "Configuration is done in the [keyword] and [keywordmaps] sections\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2002 "of hgrc files.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2003 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2004 "Example:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2005 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2006 " [keyword]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2007 " # expand keywords in every python file except those matching \"x*\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2008 " **.py =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2009 " x* = ignore\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2010 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2011 "Note: the more specific you are in your filename patterns\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2012 " the less you lose speed in huge repos.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2013 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2014 "For [keywordmaps] template mapping and expansion demonstration and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2015 "control run \"hg kwdemo\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2016 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2017 "An additional date template filter {date|utcdate} is provided.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2018 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2019 "The default template mappings (view with \"hg kwdemo -d\") can be replaced\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2020 "with customized keywords and templates.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2021 "Again, run \"hg kwdemo\" to control the results of your config changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2022 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2023 "Before changing/disabling active keywords, run \"hg kwshrink\" to avoid\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2024 "the risk of inadvertedly storing expanded keywords in the change history.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2025 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2026 "To force expansion after enabling it, or a configuration change, run\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2027 "\"hg kwexpand\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2028 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2029 "Also, when committing with the record extension or using mq's qrecord, be "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2030 "aware\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2031 "that keywords cannot be updated. Again, run \"hg kwexpand\" on the files in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2032 "question to update keyword expansions after all changes have been checked "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2033 "in.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2034 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2035 "Expansions spanning more than one line and incremental expansions,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2036 "like CVS' $Log$, are not supported. A keyword template map\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2037 "\"Log = {desc}\" expands to the first line of the changeset description.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2038 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2039
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2040 msgid "Returns hgdate in cvs-like UTC format."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2041 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2042
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2043 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2044 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2045 " Sets up keyword templates, corresponding keyword regex, and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2046 " provides keyword substitution functions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2047 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2048 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2049
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2050 msgid "Replaces keywords in data with expanded template."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2051 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2052
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2053 msgid "Returns data with keywords expanded."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2054 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2055
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2056 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2057 "Returns true if path matches [keyword] pattern\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2058 " and is not a symbolic link.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2059 " Caveat: localrepository._link fails on Windows."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2060 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2061
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2062 msgid "Overwrites selected files expanding/shrinking keywords."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2063 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2064
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2065 msgid "overwriting %s %s keywords\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2066 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2067
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2068 msgid "Unconditionally removes all keyword substitutions from text."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2069 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2070
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2071 msgid "Returns text with all keyword substitutions removed."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2072 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2073
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2074 msgid "Returns lines with keyword substitutions removed."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2075 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2077 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2078 "If in restricted mode returns data read from wdir with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2079 " keyword substitutions removed."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2080 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2081
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2082 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2083 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2084 " Subclass of filelog to hook into its read, add, cmp methods.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2085 " Keywords are \"stored\" unexpanded, and processed on reading.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2086 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2087 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2088
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2089 msgid "Expands keywords when reading filelog."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2090 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2091
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2092 msgid "Removes keyword substitutions when adding to filelog."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2093 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2094
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2095 msgid "Removes keyword substitutions for comparison."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2096 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2097
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2098 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2099 "Bails out if [keyword] configuration is not active.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2100 " Returns status of working directory."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2101 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2102
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2103 msgid "[keyword] patterns cannot match"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2104 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2105
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2106 msgid "no [keyword] patterns configured"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2107 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2108
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2109 msgid "Selects files and passes them to kwtemplater.overwrite."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2110 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2111
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2112 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2113 "print [keywordmaps] configuration and an expansion example\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2114 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2115 " Show current, custom, or default keyword template maps\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2116 " and their expansion.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2117 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2118 " Extend current configuration by specifying maps as arguments\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2119 " and optionally by reading from an additional hgrc file.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2120 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2121 " Override current keyword template maps with \"default\" option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2122 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2123 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2124
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2125 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2126 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2127 "\t%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2128 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2129
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2130 msgid "creating temporary repo at %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2131 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2132
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2133 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2134 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2135 "%s keywords written to %s:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2136 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2137
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2138 msgid "unhooked all commit hooks\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2139 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2140
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2141 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2142 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2143 "removing temporary repo %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2144 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2145
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2146 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2147 "expand keywords in working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2148 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2149 " Run after (re)enabling keyword expansion.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2150 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2151 " kwexpand refuses to run if given files contain local changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2152 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2153 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2154
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2155 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2156 "print files currently configured for keyword expansion\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2157 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2158 " Crosscheck which files in working directory are potential targets for\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2159 " keyword expansion.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2160 " That is, files matched by [keyword] config patterns but not symlinks.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2161 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2162 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2163
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2164 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2165 "revert expanded keywords in working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2166 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2167 " Run before changing/disabling active keywords\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2168 " or if you experience problems with \"hg import\" or \"hg merge\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2169 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2170 " kwshrink refuses to run if given files contain local changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2171 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2172 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2173
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2174 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2175 "Collects [keyword] config in kwtools.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2176 " Monkeypatches dispatch._parse if needed."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2177 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2178
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2179 msgid "Monkeypatch dispatch._parse to obtain running hg command."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2180 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2181
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2182 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2183 "Sets up repo as kwrepo for keyword substitution.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2184 " Overrides file method to return kwfilelog instead of filelog\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2185 " if file matches user configuration.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2186 " Wraps commit to overwrite configured files with updated\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2187 " keyword substitutions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2188 " Monkeypatches patch and webcommands."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2189 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2190
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2191 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2192 "Monkeypatch/wrap patch.patchfile.__init__ to avoid\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2193 " rejects or conflicts due to expanded keywords in working dir."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2194 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2195
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2196 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2197 "Monkeypatch patch.diff to avoid expansion except when\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2198 " comparing against working dir."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2199 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2200
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2201 msgid "Wraps webcommands.x turning off keyword expansion."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2202 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2203
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2204 msgid "show default keyword template maps"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2205 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2206
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2207 msgid "read maps from rcfile"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2208 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2209
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2210 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2211 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2212
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2213 msgid "hg kwexpand [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2214 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2215
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2216 msgid "show keyword status flags of all files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2217 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2218
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2219 msgid "show files excluded from expansion"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2220 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2221
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2222 msgid "additionally show untracked files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2223 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2224
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2225 msgid "hg kwfiles [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2226 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2227
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2228 msgid "hg kwshrink [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2229 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2230
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2231 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2232 "patch management and development\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2233 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2234 "This extension lets you work with a stack of patches in a Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2235 "repository. It manages two stacks of patches - all known patches, and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2236 "applied patches (subset of known patches).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2237 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2238 "Known patches are represented as patch files in the .hg/patches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2239 "directory. Applied patches are both patch files and changesets.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2240 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2241 "Common tasks (use \"hg help command\" for more details):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2242 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2243 "prepare repository to work with patches qinit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2244 "create new patch qnew\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2245 "import existing patch qimport\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2246 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2247 "print patch series qseries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2248 "print applied patches qapplied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2249 "print name of top applied patch qtop\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2250 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2251 "add known patch to applied stack qpush\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2252 "remove patch from applied stack qpop\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2253 "refresh contents of top applied patch qrefresh\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2254 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2255
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2256 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2257 "Update all references to a field in the patch header.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2258 " If none found, add it email style."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2259 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2260
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2261 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2262 "Remove existing message, keeping the rest of the comments fields.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2263 " If comments contains 'subject: ', message will prepend\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2264 " the field and a blank line."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2265 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2266
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2267 msgid "%s appears more than once in %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2268 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2269
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2270 msgid "guard cannot be an empty string"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2271 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2272
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2273 msgid "guard %r starts with invalid character: %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2274 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2275
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2276 msgid "invalid character in guard %r: %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2277 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2278
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2279 msgid "active guards: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2280 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2281
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2282 msgid "guard %r too short"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2283 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2284
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2285 msgid "guard %r starts with invalid char"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2286 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2287
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2288 msgid "allowing %s - no guards in effect\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2289 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2290
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2291 msgid "allowing %s - no matching negative guards\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2292 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2293
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2294 msgid "allowing %s - guarded by %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2295 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2296
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2297 msgid "skipping %s - guarded by %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2298 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2299
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2300 msgid "skipping %s - no matching guards\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2301 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2302
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2303 msgid "error removing undo: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2304 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2305
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2306 msgid "apply failed for patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2307 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2308
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2309 msgid "patch didn't work out, merging %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2310 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2311
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2312 msgid "update returned %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2313 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2314
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2315 msgid "repo commit failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2316 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2317
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2318 msgid "unable to read %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2319 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2320
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2321 msgid "patch %s does not exist\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2322 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2323
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2324 msgid "patch %s is not applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2325 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2326
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2327 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2328 "Apply patchfile to the working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2329 " patchfile: file name of patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2330 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2331
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2332 msgid "patch failed, unable to continue (try -v)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2333 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2334
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2335 msgid "applying %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2336 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2337
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2338 msgid "Unable to read %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2339 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2340
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2341 msgid "imported patch %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2342 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2343
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2344 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2345 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2346 "imported patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2347 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2348
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2349 msgid "patch %s is empty\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2350 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2351
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2352 msgid "patch failed, rejects left in working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2353 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2354
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2355 msgid "fuzz found when applying patch, stopping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2356 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2357
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2358 msgid "revision %d is not managed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2359 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2360
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2361 msgid "cannot delete revision %d above applied patches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2362 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2363
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2364 msgid "qdelete requires at least one revision or patch name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2365 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2366
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2367 msgid "cannot delete applied patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2368 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2369
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2370 msgid "patch %s not in series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2371 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2372
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2373 msgid "no patches applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2374 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2375
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2376 msgid "working directory revision is not qtip"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2377 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2378
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2379 msgid "local changes found, refresh first"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2380 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2381
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2382 msgid "local changes found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2383 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2384
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2385 msgid "\"%s\" cannot be used as the name of a patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2386 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2387
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2388 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2389 "options:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2390 " msg: a string or a no-argument function returning a string\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2391 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2392 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2393
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2394 msgid "patch \"%s\" already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2395 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2396
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2397 msgid "error unlinking %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2398 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2399
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2400 msgid "returns (index, rev, patch)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2401 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2402
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2403 msgid "patch name \"%s\" is ambiguous:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2404 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2405
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2406 msgid "patch %s not in series"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2407 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2408
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2409 msgid "(working directory not at tip)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2410 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2411
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2412 msgid "no patches in series\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2413 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2414
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2415 msgid "cannot push to a previous patch: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2416 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2417
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2418 msgid "qpush: %s is already at the top\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2419 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2420
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2421 msgid "guarded by %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2422 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2423
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2424 msgid "no matching guards"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2425 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2426
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2427 msgid "cannot push '%s' - %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2428 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2429
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2430 msgid "all patches are currently applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2431 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2432
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2433 msgid "patch series already fully applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2434 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2435
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2436 msgid "cleaning up working directory..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2437 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2438
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2439 msgid "errors during apply, please fix and refresh %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2440 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2441
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2442 msgid "now at: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2443 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2444
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2445 msgid "patch %s is not applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2446 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2447
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2448 msgid "no patches applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2449 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2450
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2451 msgid "qpop: %s is already at the top\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2452 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2453
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2454 msgid "qpop: forcing dirstate update\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2455 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2456
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2457 msgid "trying to pop unknown node %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2458 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2459
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2460 msgid "popping would remove a revision not managed by this patch queue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2461 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2462
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2463 msgid "deletions found between repo revs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2464 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2465
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2466 msgid "patch queue now empty\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2467 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2468
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2469 msgid "cannot refresh a revision with children"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2470 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2471
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2472 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2473 "refresh interrupted while patch was popped! (revert --all, qpush to recover)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2474 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2475
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2476 msgid "patch queue directory already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2477 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2478
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2479 msgid "patch %s is not in series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2480 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2481
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2482 msgid "No saved patch data found\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2483 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2484
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2485 msgid "restoring status: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2486 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2487
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2488 msgid "save entry has children, leaving it alone\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2489 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2490
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2491 msgid "removing save entry %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2492 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2493
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2494 msgid "saved queue repository parents: %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2495 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2496
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2497 msgid "queue directory updating\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2498 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2499
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2500 msgid "Unable to load queue repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2501 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2502
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2503 msgid "save: no patches applied, exiting\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2504 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2505
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2506 msgid "status is already saved\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2507 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2508
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2509 msgid "hg patches saved state"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2510 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2511
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2512 msgid "repo commit failed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2513 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2514
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2515 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2516 "If all_patches is False, return the index of the next pushable patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2517 " in the series, or the series length. If all_patches is True, return "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2518 "the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2519 " index of the first patch past the last applied one.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2520 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2521 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2522
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2523 msgid "patch %s is already in the series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2524 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2525
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2526 msgid "option \"-r\" not valid when importing files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2527 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2528
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2529 msgid "option \"-n\" not valid when importing multiple patches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2530 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2531
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2532 msgid "revision %d is the root of more than one branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2533 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2534
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2535 msgid "revision %d is already managed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2536 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2537
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2538 msgid "revision %d is not the parent of the queue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2539 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2540
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2541 msgid "revision %d has unmanaged children"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2542 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2543
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2544 msgid "cannot import merge revision %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2545 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2546
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2547 msgid "revision %d is not the parent of %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2548 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2549
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2550 msgid "-e is incompatible with import from -"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2551 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2552
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2553 msgid "patch %s does not exist"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2554 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2555
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2556 msgid "need --name to import a patch from -"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2557 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2558
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2559 msgid "adding %s to series file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2560 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2561
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2562 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2563 "remove patches from queue\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2564 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2565 " The patches must not be applied, unless they are arguments to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2566 " the --rev parameter. At least one patch or revision is required.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2567 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2568 " With --rev, mq will stop managing the named revisions (converting\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2569 " them to regular mercurial changesets). The qfinish command should be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2570 " used as an alternative for qdel -r, as the latter option is deprecated.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2571 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2572 " With --keep, the patch files are preserved in the patch directory."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2573 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2574
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2575 msgid "print the patches already applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2576 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2577
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2578 msgid "print the patches not yet applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2579 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2580
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2581 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2582 "import a patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2583 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2584 " The patch is inserted into the series after the last applied patch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2585 " If no patches have been applied, qimport prepends the patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2586 " to the series.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2587 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2588 " The patch will have the same name as its source file unless you\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2589 " give it a new one with --name.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2590 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2591 " You can register an existing patch inside the patch directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2592 " with the --existing flag.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2593 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2594 " With --force, an existing patch of the same name will be overwritten.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2595 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2596 " An existing changeset may be placed under mq control with --rev\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2597 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2598 " With --git, patches imported with --rev will use the git diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2599 " format. See the diffs help topic for information on why this is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2600 " important for preserving rename/copy information and permission changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2601 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2602 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2603 "导入补丁\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2604 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2605 " 此补丁插入到最近一次应用的补丁序列中。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2606 " 如果尚无应用补丁,qimport 会插入补丁到序列开始。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2607 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2608 " 除非你使用 '--name' 给出补丁名称,否则就与源文件同名。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2609 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2610 " 你可以使用 '--existing' 注册一个已在补丁目录中的补丁。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2611 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2612 " 使用 '--force' 会覆盖已有的补丁。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2613 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2614 " 可以使用 '--rev' 将已有的改变集置于 mq 控制下(例如 \n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2615 " 'qimport --rev tip -n patch' 会将 tip 置于 mq 控制下)。当使用 '--git'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2616 " 时,'--rev' 导入的补丁将会使用 git 差异格式。参见差异帮助主题,以了解\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2617 " 为什么这对于保留改名/复制信息和权限修改很重要。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2618 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2619
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2620 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2621 "init a new queue repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2622 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2623 " The queue repository is unversioned by default. If -c is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2624 " specified, qinit will create a separate nested repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2625 " for patches (qinit -c may also be run later to convert\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2626 " an unversioned patch repository into a versioned one).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2627 " You can use qcommit to commit changes to this queue repository."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2628 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2629 "初始化队列仓库\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2630 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2631 " 默认队列仓库不受版本控制。如果指定了 '-c',那么 qinit 会为补丁创建一个\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2632 " 单独的嵌套版本库(也可以稍后运行 'qinit -c' 来将不受版本控制的补丁仓库\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2633 " 转换成受版本控制)。你可以使用 'qcommit' 提交改变到此队列版本库。"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2634
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2635 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2636 "clone main and patch repository at same time\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2637 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2638 " If source is local, destination will have no patches applied. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2639 " source is remote, this command can not check if patches are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2640 " applied in source, so cannot guarantee that patches are not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2641 " applied in destination. If you clone remote repository, be sure\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2642 " before that it has no patches applied.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2643 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2644 " Source patch repository is looked for in <src>/.hg/patches by\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2645 " default. Use -p <url> to change.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2646 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2647 " The patch directory must be a nested mercurial repository, as\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2648 " would be created by qinit -c.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2649 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2650 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2651
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2652 msgid "versioned patch repository not found (see qinit -c)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2653 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2654
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2655 msgid "cloning main repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2656 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2657
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2658 msgid "cloning patch repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2659 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2660
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2661 msgid "stripping applied patches from destination repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2662 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2663
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2664 msgid "updating destination repo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2665 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2666
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2667 msgid "commit changes in the queue repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2668 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2669
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2670 msgid "print the entire series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2671 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2672
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2673 msgid "print the name of the current patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2674 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2675
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2676 msgid "print the name of the next patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2677 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2678
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2679 msgid "all patches applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2680 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2681
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2682 msgid "print the name of the previous patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2683 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2684
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2685 msgid "only one patch applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2686 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2687
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2688 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2689 "create a new patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2690 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2691 " qnew creates a new patch on top of the currently-applied patch (if any).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2692 " It will refuse to run if there are any outstanding changes unless -f is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2693 " specified, in which case the patch will be initialized with them. You\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2694 " may also use -I, -X, and/or a list of files after the patch name to add\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2695 " only changes to matching files to the new patch, leaving the rest as\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2696 " uncommitted modifications.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2697 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2698 " -u and -d can be used to set the (given) user and date, respectively.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2699 " -U and -D set user to current user and date to current date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2700 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2701 " -e, -m or -l set the patch header as well as the commit message. If none\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2702 " is specified, the header is empty and the commit message is '[mq]: "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2703 "PATCH'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2704 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2705 " Use the --git option to keep the patch in the git extended diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2706 " format. Read the diffs help topic for more information on why this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2707 " is important for preserving permission changes and copy/rename\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2708 " information.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2709 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2710 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2711
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2712 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2713 "update the current patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2714 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2715 " If any file patterns are provided, the refreshed patch will contain only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2716 " the modifications that match those patterns; the remaining modifications\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2717 " will remain in the working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2718 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2719 " If --short is specified, files currently included in the patch will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2720 " be refreshed just like matched files and remain in the patch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2721 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2722 " hg add/remove/copy/rename work as usual, though you might want to use\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2723 " git-style patches (--git or [diff] git=1) to track copies and renames.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2724 " See the diffs help topic for more information on the git diff format.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2725 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2726 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2727 "更新当前补丁\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2728 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2729 " 如果提供了文件匹配模式,更新后的补丁只包含匹配这些模式的修改,其它\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2730 " 的修改仍旧在工作目录中。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2731 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2732 " 如果指定了 '--short',只更新已经在补丁中的文件,与文件匹配模式类似。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2733 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2734 " 'hg add/remove/copy/rename' 如常工作,你可能想使用 git 格式补丁(使\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2735 " 用选项 '--git' 或在配置文件的 [diff] 区中设置 git=1)以跟踪复制和改\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2736 " 名。请参见差异帮助主题,以了解关于 git 差异格式的更多信息。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2737 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2738
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2739 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2740 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2741
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2742 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2743 "diff of the current patch and subsequent modifications\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2744 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2745 " Shows a diff which includes the current patch as well as any changes "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2746 "which\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2747 " have been made in the working directory since the last refresh (thus\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2748 " showing what the current patch would become after a qrefresh).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2749 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2750 " Use 'hg diff' if you only want to see the changes made since the last\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2751 " qrefresh, or 'hg export qtip' if you want to see changes made by the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2752 " current patch without including changes made since the qrefresh.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2753 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2754 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2755 "显式当前的补丁和后续的修改\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2756 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2757 " 显示当前的补丁和最近一次刷新之后的修改(因而在执行 'qrefresh' 之后就只\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2758 " 显示当前的补丁)。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2759 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2760 " 如果你只想看到最近一次刷新之后的修改请使用 'hg diff',如果你只想看到当\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2761 " 前的补丁请使用 'hg export qtip'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2762 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2763
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2764 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2765 "fold the named patches into the current patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2766 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2767 " Patches must not yet be applied. Each patch will be successively\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2768 " applied to the current patch in the order given. If all the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2769 " patches apply successfully, the current patch will be refreshed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2770 " with the new cumulative patch, and the folded patches will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2771 " be deleted. With -k/--keep, the folded patch files will not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2772 " be removed afterwards.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2773 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2774 " The header for each folded patch will be concatenated with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2775 " the current patch header, separated by a line of '* * *'."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2776 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2777
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2778 msgid "qfold requires at least one patch name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2779 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2780
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2781 msgid "No patches applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2782 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2783
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2784 msgid "Skipping already folded patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2785 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2786
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2787 msgid "qfold cannot fold already applied patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2788 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2789
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2790 msgid "Error folding patch %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2791 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2792
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2793 msgid "push or pop patches until named patch is at top of stack"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2794 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2795
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2796 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2797 "set or print guards for a patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2798 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2799 " Guards control whether a patch can be pushed. A patch with no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2800 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2801 " pushed only if the qselect command has activated it. A patch with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2802 " a negative guard (\"-foo\") is never pushed if the qselect command\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2803 " has activated it.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2804 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2805 " With no arguments, print the currently active guards.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2806 " With arguments, set guards for the named patch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2807 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2808 " To set a negative guard \"-foo\" on topmost patch (\"--\" is needed so\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2809 " hg will not interpret \"-foo\" as an option):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2810 " hg qguard -- -foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2811 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2812 " To set guards on another patch:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2813 " hg qguard other.patch +2.6.17 -stable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2814 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2815 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2816
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2817 msgid "cannot mix -l/--list with options or arguments"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2818 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2819
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2820 msgid "no patch to work with"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2821 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2822
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2823 msgid "no patch named %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2824 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2825
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2826 msgid "print the header of the topmost or specified patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2827 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2828
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2829 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2830 "push the next patch onto the stack\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2831 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2832 " When --force is applied, all local changes in patched files will be "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2833 "lost.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2834 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2835 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2836 "将下个补丁压入堆栈\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2837 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2838 " 当指定 '--force' 时,所有在补丁文件中的本地修改都会丢失。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2839 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2840
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2841 msgid "no saved queues found, please use -n\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2842 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2843
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2844 msgid "merging with queue at: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2845 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2846
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2847 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2848 "pop the current patch off the stack\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2849 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2850 " By default, pops off the top of the patch stack. If given a patch name,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2851 " keeps popping off patches until the named patch is at the top of the "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2852 "stack.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2853 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2854 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2855 "将当前补丁弹出堆栈\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2856 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2857 " 默认将补丁堆栈的顶部弹出。如果指定了补丁名称,那么就会一直弹出,直到此\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2858 " 补丁位于堆栈顶部。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2859 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2860
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2861 msgid "using patch queue: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2862 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2863
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2864 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2865 "rename a patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2866 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2867 " With one argument, renames the current patch to PATCH1.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2868 " With two arguments, renames PATCH1 to PATCH2."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2869 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2870
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2871 msgid "%s already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2872 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2873
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2874 msgid "A patch named %s already exists in the series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2875 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2876
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2877 msgid "restore the queue state saved by a rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2878 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2879
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2880 msgid "save current queue state"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2881 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2882
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2883 msgid "destination %s exists and is not a directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2884 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2885
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2886 msgid "destination %s exists, use -f to force"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2887 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2888
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2889 msgid "copy %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2890 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2891
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2892 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2893 "strip a revision and all its descendants from the repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2894 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2895 " If one of the working dir's parent revisions is stripped, the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2896 " directory will be updated to the parent of the stripped revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2897 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2898 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2899 "从版本库删除一个版本以及它的子孙\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2900 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2901 " 如果有工作目录的父版本被删除,那么此目录会被更新到已删除版本的父版本。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2902 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2903
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2904 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2905 "set or print guarded patches to push\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2906 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2907 " Use the qguard command to set or print guards on patch, then use\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2908 " qselect to tell mq which guards to use. A patch will be pushed if it\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2909 " has no guards or any positive guards match the currently selected guard,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2910 " but will not be pushed if any negative guards match the current guard.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2911 " For example:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2912 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2913 " qguard foo.patch -stable (negative guard)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2914 " qguard bar.patch +stable (positive guard)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2915 " qselect stable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2916 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2917 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2918 " it has a negative match) but push bar.patch (because it\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2919 " has a positive match).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2920 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2921 " With no arguments, prints the currently active guards.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2922 " With one argument, sets the active guard.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2923 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2924 " Use -n/--none to deactivate guards (no other arguments needed).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2925 " When no guards are active, patches with positive guards are skipped\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2926 " and patches with negative guards are pushed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2927 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2928 " qselect can change the guards on applied patches. It does not pop\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2929 " guarded patches by default. Use --pop to pop back to the last applied\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2930 " patch that is not guarded. Use --reapply (which implies --pop) to push\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2931 " back to the current patch afterwards, but skip guarded patches.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2932 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2933 " Use -s/--series to print a list of all guards in the series file (no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2934 " other arguments needed). Use -v for more information."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2935 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2936
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2937 msgid "guards deactivated\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2938 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2939
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2940 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2941 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2942
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2943 msgid "number of guarded, applied patches has changed from %d to %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2944 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2945
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2946 msgid "guards in series file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2947 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2948
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2949 msgid "no guards in series file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2950 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2951
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2952 msgid "active guards:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2953 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2954
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2955 msgid "no active guards\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2956 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2957
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2958 msgid "popping guarded patches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2959 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2960
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2961 msgid "reapplying unguarded patches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2962 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2963
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2964 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2965 "move applied patches into repository history\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2966 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2967 " Finishes the specified revisions (corresponding to applied patches) by\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2968 " moving them out of mq control into regular repository history.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2969 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2970 " Accepts a revision range or the --applied option. If --applied is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2971 " specified, all applied mq revisions are removed from mq control.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2972 " Otherwise, the given revisions must be at the base of the stack of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2973 " applied patches.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2974 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2975 " This can be especially useful if your changes have been applied to an\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2976 " upstream repository, or if you are about to push your changes to "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2977 "upstream.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2978 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2979 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2980
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2981 msgid "no revisions specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2982 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2983
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2984 msgid "cannot commit over an applied mq patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2987 msgid "source has mq patches applied"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2988 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2989
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2990 msgid "mq status file refers to unknown node %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2991 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2992
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2993 msgid "Tag %s overrides mq patch of the same name\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2994 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2995
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2996 msgid "cannot import over an applied patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2997 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2998
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
2999 msgid "print first line of patch header"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3000 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3001
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3002 msgid "hg qapplied [-s] [PATCH]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3003 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3004
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3005 msgid "use pull protocol to copy metadata"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3006 msgstr "数用协议 'pull' 来复制元数据"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3007
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3008 msgid "do not update the new working directories"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3009 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3010
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3011 msgid "use uncompressed transfer (fast over LAN)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3012 msgstr "使用不压缩的传输(在局域网更快)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3013
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3014 msgid "location of source patch repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3015 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3016
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3017 msgid "hg qclone [OPTION]... SOURCE [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3018 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3019
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3020 msgid "hg qcommit [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3021 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3022
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3023 msgid "hg qdiff [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3024 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3025
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3026 msgid "keep patch file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3027 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3028
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3029 msgid "stop managing a revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3030 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3031
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3032 msgid "hg qdelete [-k] [-r REV]... [PATCH]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3033 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3034
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3035 msgid "edit patch header"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3036 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3037
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3038 msgid "keep folded patch files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3039 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3040
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3041 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3042 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3043
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3044 msgid "overwrite any local changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3045 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3046
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3047 msgid "hg qgoto [OPTION]... PATCH"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3048 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3049
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3050 msgid "list all patches and guards"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3051 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3052
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3053 msgid "drop all guards"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3054 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3055
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3056 msgid "hg qguard [-l] [-n] [PATCH] [+GUARD]... [-GUARD]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3057 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3058
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3059 msgid "hg qheader [PATCH]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3060 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3061
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3062 msgid "import file in patch dir"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3063 msgstr "从补丁目录导入文件"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3064
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3065 msgid "patch file name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3066 msgstr "补丁文件名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3067
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3068 msgid "overwrite existing files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3069 msgstr "覆盖已有文件"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3070
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3071 msgid "place existing revisions under mq control"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3072 msgstr "将现有的版本置于 mq 控制下"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3073
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3074 msgid "use git extended diff format"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3075 msgstr "使用 git 扩展差异格式"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3077 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-r REV]... FILE..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3078 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3079
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3080 msgid "create queue repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3081 msgstr "创建队列版本库"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3082
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3083 msgid "hg qinit [-c]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3084 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3085
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3086 msgid "import uncommitted changes into patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3087 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3088
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3089 msgid "add \"From: <current user>\" to patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3090 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3091
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3092 msgid "add \"From: <given user>\" to patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3093 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3094
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3095 msgid "add \"Date: <current date>\" to patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3096 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3097
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3098 msgid "add \"Date: <given date>\" to patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3099 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3100
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3101 msgid "hg qnew [-e] [-m TEXT] [-l FILE] [-f] PATCH [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3102 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3103
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3104 msgid "hg qnext [-s]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3105 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3106
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3107 msgid "hg qprev [-s]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3108 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3109
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3110 msgid "pop all patches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3111 msgstr "弹出全部补丁"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3112
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3113 msgid "queue name to pop"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3114 msgstr "操作的队列名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3115
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3116 msgid "forget any local changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3117 msgstr "丢弃本地修改"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3118
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3119 msgid "hg qpop [-a] [-n NAME] [-f] [PATCH | INDEX]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3120 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3121
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3122 msgid "apply if the patch has rejects"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3123 msgstr "强制应用补丁"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3124
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3125 msgid "list patch name in commit text"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3126 msgstr "在提交日志中列出补丁名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3127
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3128 msgid "apply all patches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3129 msgstr "应用所有补丁"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3130
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3131 msgid "merge from another queue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3132 msgstr "从其它队列合并"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3133
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3134 msgid "merge queue name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3135 msgstr "合并队列的名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3136
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3137 msgid "hg qpush [-f] [-l] [-a] [-m] [-n NAME] [PATCH | INDEX]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3138 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3139
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3140 msgid "refresh only files already in the patch and specified files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3141 msgstr "仅当文件已经在补丁或指定文件中时才更新"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3142
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3143 msgid "add/update \"From: <current user>\" in patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3144 msgstr "在补丁中增加/更新 \"From: <current user>\""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3145
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3146 msgid "add/update \"From: <given user>\" in patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3147 msgstr "在补丁中增加/更新 \"From: <given user>\""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3148
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3149 msgid "update \"Date: <current date>\" in patch (if present)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3150 msgstr "在补丁中更新 \"Date: <current date>\" (如果存在)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3151
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3152 msgid "update \"Date: <given date>\" in patch (if present)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3153 msgstr "在补丁中更新 \"Date: <given date>\" (如果存在)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3154
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3155 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3156 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3157
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3158 msgid "hg qrename PATCH1 [PATCH2]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3159 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3160
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3161 msgid "delete save entry"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3162 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3163
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3164 msgid "update queue working dir"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3165 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3166
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3167 msgid "hg qrestore [-d] [-u] REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3168 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3169
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3170 msgid "copy patch directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3171 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3172
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3173 msgid "copy directory name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3174 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3175
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3176 msgid "clear queue status file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3177 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3178
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3179 msgid "force copy"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3180 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3181
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3182 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3183 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3184
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3185 msgid "disable all guards"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3186 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3187
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3188 msgid "list all guards in series file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3189 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3190
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3191 msgid "pop to before first guarded applied patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3192 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3193
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3194 msgid "pop, then reapply patches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3195 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3196
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3197 msgid "hg qselect [OPTION]... [GUARD]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3198 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3199
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3200 msgid "print patches not in series"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3201 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3202
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3203 msgid "hg qseries [-ms]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3204 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3205
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3206 msgid "force removal with local changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3207 msgstr "强制删除,纵然有本地修改"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3208
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3209 msgid "bundle unrelated changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3210 msgstr "打包不相关的改变集"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3211
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3212 msgid "no backups"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3213 msgstr "不备份"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3214
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3215 msgid "hg strip [-f] [-b] [-n] REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3216 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3217
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3218 msgid "hg qtop [-s]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3219 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3220
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3221 msgid "hg qunapplied [-s] [PATCH]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3222 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3223
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3224 msgid "finish all applied changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3225 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3226
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3227 msgid "hg qfinish [-a] [REV...]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3228 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3229
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3230 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3231 "hook extension to email notifications on commits/pushes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3232 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3233 "Subscriptions can be managed through hgrc. Default mode is to print\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3234 "messages to stdout, for testing and configuring.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3235 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3236 "To use, configure notify extension and enable in hgrc like this:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3237 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3238 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3239 " hgext.notify =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3240 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3241 " [hooks]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3242 " # one email for each incoming changeset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3243 " incoming.notify = python:hgext.notify.hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3244 " # batch emails when many changesets incoming at one time\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3245 " changegroup.notify = python:hgext.notify.hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3246 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3247 " [notify]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3248 " # config items go in here\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3249 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3250 " config items:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3251 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3252 " REQUIRED:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3253 " config = /path/to/file # file containing subscriptions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3254 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3255 " OPTIONAL:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3256 " test = True # print messages to stdout for testing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3257 " strip = 3 # number of slashes to strip for url paths\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3258 " domain = example.com # domain to use if committer missing domain\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3259 " style = ... # style file to use when formatting email\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3260 " template = ... # template to use when formatting email\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3261 " incoming = ... # template to use when run as incoming hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3262 " changegroup = ... # template when run as changegroup hook\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3263 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3264 " maxsubject = 67 # truncate subject line longer than this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3265 " diffstat = True # add a diffstat before the diff content\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3266 " sources = serve # notify if source of incoming changes in this "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3267 "list\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3268 " # (serve == ssh or http, push, pull, bundle)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3269 " [email]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3270 " from = user@host.com # email address to send as if none given\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3271 " [web]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3272 " baseurl = http://hgserver/... # root of hg web site for browsing commits\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3273 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3274 " notify config file has same format as regular hgrc. it has two\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3275 " sections so you can express subscriptions in whatever way is handier\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3276 " for you.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3277 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3278 " [usersubs]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3279 " # key is subscriber email, value is \",\"-separated list of glob patterns\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3280 " user@host = pattern\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3281 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3282 " [reposubs]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3283 " # key is glob pattern, value is \",\"-separated list of subscriber emails\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3284 " pattern = user@host\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3285 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3286 " glob patterns are matched against path to repo root.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3287 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3288 " if you like, you can put notify config file in repo that users can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3289 " push changes to, they can manage their own subscriptions."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3290 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3291
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3292 msgid "email notification class."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3293 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3294
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3295 msgid "strip leading slashes from local path, turn into web-safe path."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3296 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3297
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3298 msgid "try to clean up email addresses."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3299 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3300
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3301 msgid "return list of email addresses of subscribers to this repo."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3302 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3303
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3304 msgid "format one changeset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3305 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3306
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3307 msgid "true if incoming changes from this source should be skipped."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3308 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3309
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3310 msgid "send message."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3311 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3312
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3313 msgid "try to make subject line exist and be useful."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3314 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3315
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3316 msgid "%s: %d new changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3317 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3318
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3319 msgid "try to make message have proper sender."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3320 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3321
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3322 msgid "notify: sending %d subscribers %d changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3323 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3324
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3325 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3326 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3327 "diffs (truncated from %d to %d lines):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3328 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3329 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3330
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3331 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3332 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3333 "diffs (%d lines):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3334 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3335 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3336
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3337 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3338 "send email notifications to interested subscribers.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3339 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3340 " if used as changegroup hook, send one email for all changesets in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3341 " changegroup. else send one email per changeset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3342 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3343
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3344 msgid "notify: no subscribers to repo %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3345 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3346
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3347 msgid "notify: changes have source \"%s\" - skipping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3348 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3349
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3350 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3351 "browse command output with external pager\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3352 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3353 "To set the pager that should be used, set the application variable:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3354 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3355 " [pager]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3356 " pager = LESS='FSRX' less\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3357 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3358 "If no pager is set, the pager extensions uses the environment\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3359 "variable $PAGER. If neither pager.pager, nor $PAGER is set, no pager\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3360 "is used.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3361 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3362 "If you notice \"BROKEN PIPE\" error messages, you can disable them\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3363 "by setting:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3364 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3365 " [pager]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3366 " quiet = True\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3367 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3368 "You can disable the pager for certain commands by adding them to the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3369 "pager.ignore list:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3370 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3371 " [pager]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3372 " ignore = version, help, update\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3373 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3374 "You can also enable the pager only for certain commands using pager.attend:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3375 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3376 " [pager]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3377 " attend = log\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3378 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3379 "If pager.attend is present, pager.ignore will be ignored.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3380 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3381 "To ignore global commands like \"hg version\" or \"hg help\", you have to "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3382 "specify\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3383 "them in the global .hgrc\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3384 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3385
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3386 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3387 "use suffixes to refer to ancestor revisions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3388 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3389 "This extension allows you to use git-style suffixes to refer to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3390 "the ancestors of a specific revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3391 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3392 "For example, if you can refer to a revision as \"foo\", then:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3393 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3394 "- foo^N = Nth parent of foo:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3395 " foo^0 = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3396 " foo^1 = first parent of foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3397 " foo^2 = second parent of foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3398 " foo^ = foo^1\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3399 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3400 "- foo~N = Nth first grandparent of foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3401 " foo~0 = foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3402 " foo~1 = foo^1 = foo^ = first parent of foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3403 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3404 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3405
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3406 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3407 "sending Mercurial changesets as a series of patch emails\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3408 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3409 "The series is started off with a \"[PATCH 0 of N]\" introduction,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3410 "which describes the series as a whole.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3411 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3412 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3413 "the first line of the changeset description as the subject text.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3414 "The message contains two or three body parts:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3415 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3416 " The remainder of the changeset description.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3417 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3418 " [Optional] The result of running diffstat on the patch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3419 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3420 " The patch itself, as generated by \"hg export\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3421 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3422 "Each message refers to all of its predecessors using the In-Reply-To\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3423 "and References headers, so they will show up as a sequence in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3424 "threaded mail and news readers, and in mail archives.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3425 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3426 "For each changeset, you will be prompted with a diffstat summary and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3427 "the changeset summary, so you can be sure you are sending the right changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3428 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3429 "To enable this extension:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3430 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3431 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3432 " hgext.patchbomb =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3433 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3434 "To configure other defaults, add a section like this to your hgrc file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3435 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3436 " [email]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3437 " from = My Name <my@email>\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3438 " to = recipient1, recipient2, ...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3439 " cc = cc1, cc2, ...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3440 " bcc = bcc1, bcc2, ...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3441 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3442 "Then you can use the \"hg email\" command to mail a series of changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3443 "as a patchbomb.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3444 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3445 "To avoid sending patches prematurely, it is a good idea to first run\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3446 "the \"email\" command with the \"-n\" option (test only). You will be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3447 "prompted for an email recipient address, a subject an an introductory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3448 "message describing the patches of your patchbomb. Then when all is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3449 "done, patchbomb messages are displayed. If PAGER environment variable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3450 "is set, your pager will be fired up once for each patchbomb message, so\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3451 "you can verify everything is alright.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3452 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3453 "The \"-m\" (mbox) option is also very useful. Instead of previewing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3454 "each patchbomb message in a pager or sending the messages directly,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3455 "it will create a UNIX mailbox file with the patch emails. This\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3456 "mailbox file can be previewed with any mail user agent which supports\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3457 "UNIX mbox files, i.e. with mutt:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3458 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3459 " % mutt -R -f mbox\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3460 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3461 "When you are previewing the patchbomb messages, you can use `formail'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3462 "(a utility that is commonly installed as part of the procmail package),\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3463 "to send each message out:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3464 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3465 " % formail -s sendmail -bm -t < mbox\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3466 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3467 "That should be all. Now your patchbomb is on its way out."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3468 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3469
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3470 msgid "Please enter a valid value.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3471 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3472
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3473 msgid "does the diffstat above look okay? "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3474 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3475
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3476 msgid "diffstat rejected"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3477 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3478
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3479 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3480 "send changesets by email\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3481 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3482 " By default, diffs are sent in the format generated by hg export,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3483 " one per message. The series starts with a \"[PATCH 0 of N]\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3484 " introduction, which describes the series as a whole.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3485 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3486 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3487 " the first line of the changeset description as the subject text.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3488 " The message contains two or three body parts. First, the rest of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3489 " the changeset description. Next, (optionally) if the diffstat\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3490 " program is installed, the result of running diffstat on the patch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3491 " Finally, the patch itself, as generated by \"hg export\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3492 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3493 " With --outgoing, emails will be generated for patches not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3494 " found in the destination repository (or only those which are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3495 " ancestors of the specified revisions if any are provided)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3496 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3497 " With --bundle, changesets are selected as for --outgoing,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3498 " but a single email containing a binary Mercurial bundle as an\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3499 " attachment will be sent.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3500 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3501 " Examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3502 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3503 " hg email -r 3000 # send patch 3000 only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3504 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3505 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3506 " hg email 3000 # send patch 3000 (deprecated)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3507 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3508 " hg email -o # send all patches not in default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3509 " hg email -o DEST # send all patches not in DEST\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3510 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3511 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3512 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3513 " hg email -b # send bundle of all patches not in default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3514 " hg email -b DEST # send bundle of all patches not in DEST\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3515 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3516 "default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3517 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3518 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3519 " Before using this command, you will need to enable email in your hgrc.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3520 " See the [email] section in hgrc(5) for details.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3521 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3522 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3523
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3524 msgid "Return the revisions present locally but not in dest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3525 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3526
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3527 msgid "specify at least one changeset with -r or -o"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3528 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3529
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3530 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3531 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3532
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3533 msgid "too many destinations"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3534 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3535
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3536 msgid "use only one form to specify the revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3537 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3538
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3539 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3540 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3541 "Write the introductory message for the patch series.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3542 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3543 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3544
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3545 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3546 "This patch series consists of %d patches.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3547 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3548 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3549
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3550 msgid "Final summary:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3551 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3552
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3553 msgid "Displaying "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3554 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3555
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3556 msgid "Writing "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3557 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3558
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3559 msgid "Sending "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3560 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3561
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3562 msgid "send patches as attachments"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3563 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3564
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3565 msgid "send patches as inline attachments"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3566 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3567
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3568 msgid "email addresses of blind copy recipients"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3569 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3570
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3571 msgid "email addresses of copy recipients"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3572 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3573
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3574 msgid "add diffstat output to messages"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3575 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3576
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3577 msgid "use the given date as the sending date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3578 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3579
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3580 msgid "use the given file as the series description"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3581 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3582
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3583 msgid "email address of sender"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3584 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3585
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3586 msgid "print messages that would be sent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3587 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3588
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3589 msgid "write messages to mbox file instead of sending them"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3590 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3591
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3592 msgid "subject of first message (intro or single patch)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3593 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3594
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3595 msgid "email addresses of recipients"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3596 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3597
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3598 msgid "omit hg patch header"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3599 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3600
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3601 msgid "send changes not found in the target repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3602 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3603
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3604 msgid "send changes not in target as a binary bundle"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3605 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3606
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3607 msgid "a revision to send"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3608 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3609
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3610 msgid "run even when remote repository is unrelated (with -b)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3611 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3612
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3613 msgid "a base changeset to specify instead of a destination (with -b)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3614 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3615
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3616 msgid "send an introduction email for a single patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3617 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3618
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3619 msgid "hg email [OPTION]... [DEST]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3620 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3621
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3622 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3623 "removes files not tracked by Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3624 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3625 " Delete files not known to Mercurial. This is useful to test local and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3626 " uncommitted changes in an otherwise-clean source tree.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3627 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3628 " This means that purge will delete:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3629 " - Unknown files: files marked with \"?\" by \"hg status\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3630 " - Empty directories: in fact Mercurial ignores directories unless they\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3631 " contain files under source control managment\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3632 " But it will leave untouched:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3633 " - Modified and unmodified tracked files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3634 " - Ignored files (unless --all is specified)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3635 " - New files added to the repository (with \"hg add\")\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3636 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3637 " If directories are given on the command line, only files in these\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3638 " directories are considered.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3639 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3640 " Be careful with purge, as you could irreversibly delete some files you\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3641 " forgot to add to the repository. If you only want to print the list of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3642 " files that this program would delete, use the --print option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3643 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3644 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3645
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3646 msgid "%s cannot be removed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3647 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3648
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3649 msgid "warning: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3650 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3651
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3652 msgid "Removing file %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3653 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3654
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3655 msgid "Removing directory %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3656 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3657
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3658 msgid "abort if an error occurs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3659 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3660
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3661 msgid "purge ignored files too"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3662 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3663
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3664 msgid "print the file names instead of deleting them"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3665 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3666
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3667 msgid "end filenames with NUL, for use with xargs (implies -p)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3668 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3669
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3670 msgid "hg purge [OPTION]... [DIR]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3671 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3672
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3673 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3674 "move sets of revisions to a different ancestor\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3675 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3676 "This extension lets you rebase changesets in an existing Mercurial "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3677 "repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3678 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3679 "For more information:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3680 "http://www.selenic.com/mercurial/wiki/index.cgi/RebaseProject\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3681 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3682
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3683 msgid "return the correct ancestor"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3684 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3685
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3686 msgid "first revision, do not change ancestor\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3687 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3688
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3689 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3690 "move changeset (and descendants) to a different branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3691 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3692 " Rebase uses repeated merging to graft changesets from one part of "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3693 "history\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3694 " onto another. This can be useful for linearizing local changes relative "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3695 "to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3696 " a master development tree.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3697 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3698 " If a rebase is interrupted to manually resolve a merge, it can be "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3699 "continued\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3700 " with --continue or aborted with --abort.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3701 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3702 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3703
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3704 msgid "cannot use both keepbranches and extrafn"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3705 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3706
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3707 msgid "cannot use both abort and continue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3708 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3709
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3710 msgid "cannot use collapse with continue or abort"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3711 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3712
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3713 msgid "abort and continue do not allow specifying revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3714 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3715
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3716 msgid "cannot specify both a revision and a base"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3717 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3718
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3719 msgid "nothing to rebase\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3720 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3721
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3722 msgid "rebase merging completed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3723 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3724
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3725 msgid "warning: new changesets detected on source branch, not stripping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3726 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3727
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3728 msgid "rebase completed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3729 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3730
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3731 msgid "%d revisions have been skipped\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3732 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3733
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3734 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3735 "Skip commit if collapsing has been required and rev is not the last\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3736 " revision, commit otherwise\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3737 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3738 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3739
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3740 msgid " set parents\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3741 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3742
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3743 msgid "Rebase a single revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3744 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3745
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3746 msgid "rebasing %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3747 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3748
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3749 msgid " future parents are %d and %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3750 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3751
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3752 msgid " update to %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3753 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3754
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3755 msgid " already in target\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3756 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3757
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3758 msgid " merge against %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3759 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3760
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3761 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3762 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3763
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3764 msgid "resuming interrupted rebase\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3765 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3766
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3767 msgid "no changes, revision %d skipped\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3768 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3769
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3770 msgid "next revision set to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3771 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3772
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3773 msgid "Return the new parent relationship of the revision that will be rebased"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3774 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3775
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3776 msgid "cannot use revision %d as base, result would have 3 parents"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3777 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3778
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3779 msgid "Update rebased mq patches - finalize and then import them"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3780 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3781
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3782 msgid "revision %d is an mq patch (%s), finalize it.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3783 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3784
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3785 msgid "import mq patch %d (%s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3786 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3787
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3788 msgid "Store the current status to allow recovery"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3789 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3790
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3791 msgid "rebase status stored\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3792 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3793
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3794 msgid "Remove the status files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3795 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3796
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3797 msgid "Restore a previously stored status"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3798 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3799
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3800 msgid "rebase status resumed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3801 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3802
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3803 msgid "no rebase in progress"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3804 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3805
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3806 msgid "Restore the repository to its original state"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3807 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3808
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3809 msgid "warning: new changesets detected on target branch, not stripping\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3810 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3811
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3812 msgid "rebase aborted\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3813 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3814
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3815 msgid "Define which revisions are going to be rebased and where"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3816 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3817
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3818 msgid "cannot rebase onto an applied mq patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3819 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3820
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3821 msgid "cannot rebase an ancestor"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3822 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3823
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3824 msgid "cannot rebase a descendant"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3825 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3826
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3827 msgid "already working on current\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3828 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3829
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3830 msgid "already working on the current branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3831 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3832
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3833 msgid "rebase onto %d starting from %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3834 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3835
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3836 msgid "unable to collapse, there is more than one external parent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3837 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3838
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3839 msgid "Call rebase after pull if the latter has been invoked with --rebase"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3840 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3841
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3842 msgid "--update and --rebase are not compatible"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3843 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3844
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3845 msgid "Replace pull with a decorator to provide --rebase option"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3846 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3847
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3848 msgid "rebase working directory to branch head"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3849 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3850
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3851 msgid "keep original revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3852 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3853
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3854 msgid "keep original branches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3855 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3856
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3857 msgid "rebase from a given revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3858 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3859
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3860 msgid "rebase from the base of a given revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3861 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3862
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3863 msgid "rebase onto a given revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3864 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3865
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3866 msgid "collapse the rebased revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3867 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3868
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3869 msgid "continue an interrupted rebase"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3870 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3871
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3872 msgid "abort an interrupted rebase"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3873 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3874
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3875 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3876 "hg rebase [-s rev | -b rev] [-d rev] [--collapse] | [-c] | [-a] | [--keep]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3877 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3878
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3879 msgid "interactive change selection during commit or qrefresh"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3880 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3881
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3882 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3883 "like patch.iterhunks, but yield different events\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3884 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3885 " - ('file', [header_lines + fromfile + tofile])\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3886 " - ('context', [context_lines])\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3887 " - ('hunk', [hunk_lines])\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3888 " - ('range', (-start,len, +start,len, diffp))\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3889 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3890 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3891
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3892 msgid "scan lr while predicate holds"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3893 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3894
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3895 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3896 "patch header\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3897 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3898 " XXX shoudn't we move this to mercurial/patch.py ?\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3899 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3900 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3901
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3902 msgid "this modifies a binary file (all or nothing)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3903 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3904
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3905 msgid "this is a binary file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3906 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3907
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3908 msgid "%d hunks, %d lines changed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3909 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3910
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3911 msgid "hunk -> (n+,n-)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3912 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3913
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3914 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3915 "patch hunk\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3916 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3917 " XXX shouldn't we merge this with patch.hunk ?\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3918 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3919 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3920
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3921 msgid "patch -> [] of hunks "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3922 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3923
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3924 msgid "patch parsing state machine"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3925 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3926
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3927 msgid "Interactively filter patch chunks into applied-only chunks"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3928 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3929
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3930 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3931 "fetch next portion from chunks until a 'header' is seen\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3932 " NB: header == new-file mark\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3933 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3934 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3935
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3936 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3937 "prompt query, and process base inputs\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3938 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3939 " - y/n for the rest of file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3940 " - y/n for the rest\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3941 " - ? (help)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3942 " - q (quit)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3943 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3944 " else, input is returned to the caller.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3945 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3946 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3947
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3948 msgid "[Ynsfdaq?]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3951 msgid "y"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3954 msgid "?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3957 msgid "y - record this change"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3960 msgid "s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3963 msgid "f"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3966 msgid "d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3969 msgid "a"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3972 msgid "q"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3975 msgid "user quit"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3976 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3977
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3978 msgid "examine changes to %s?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3979 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3980
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3981 msgid " and "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3982 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3983
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3984 msgid "record this change to %r?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3987 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3988 "interactively select changes to commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3989 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3990 " If a list of files is omitted, all changes reported by \"hg status\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3991 " will be candidates for recording.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3992 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3993 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3994 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3995 " You will be prompted for whether to record changes to each\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3996 " modified file, and for files with multiple changes, for each\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3997 " change to use. For each query, the following responses are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3998 " possible:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
3999 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4000 " y - record this change\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4001 " n - skip this change\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4002 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4003 " s - skip remaining changes to this file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4004 " f - record remaining changes to this file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4005 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4006 " d - done, skip remaining changes and files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4007 " a - record all changes to all remaining files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4008 " q - quit, recording no changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4009 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4010 " ? - display help"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4011 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4012
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4013 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4014 "interactively record a new patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4015 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4016 " see 'hg help qnew' & 'hg help record' for more information and usage\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4017 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4018 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4019
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4020 msgid "'mq' extension not loaded"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4021 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4022
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4023 msgid "running non-interactively, use commit instead"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4024 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4025
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4026 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4027 "This is generic record driver.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4028 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4029 " It's job is to interactively filter local changes, and accordingly\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4030 " prepare working dir into a state, where the job can be delegated to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4031 " non-interactive commit command such as 'commit' or 'qrefresh'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4032 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4033 " After the actual job is done by non-interactive command, working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4034 " state is restored to original.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4035 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4036 " In the end we'll record intresting changes, and everything else will "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4037 "be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4038 " left in place, so the user can continue his work.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4039 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4040 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4041
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4042 msgid "no changes to record\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4043 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4044
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4045 msgid "backup %r as %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4046 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4047
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4048 msgid "applying patch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4049 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4050
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4051 msgid "patch failed to apply"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4052 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4053
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4054 msgid "restoring %r to %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4055 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4056
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4057 msgid "hg record [OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4058 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4059
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4060 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4061 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4062
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4063 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4064 "patch transplanting tool\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4065 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4066 "This extension allows you to transplant patches from another branch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4067 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4068 "Transplanted patches are recorded in .hg/transplant/transplants, as a map\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4069 "from a changeset hash to its hash in the source repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4070 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4071
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4072 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4073 "returns True if a node is already an ancestor of parent\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4074 " or has already been transplanted"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4075 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4077 msgid "apply the revisions in revmap one by one in revision order"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4078 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4079
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4080 msgid "skipping already applied revision %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4081 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4082
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4083 msgid "skipping merge changeset %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4084 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4085
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4086 msgid "%s merged at %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4087 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4088
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4089 msgid "%s transplanted to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4090 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4091
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4092 msgid "arbitrarily rewrite changeset before applying it"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4093 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4094
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4095 msgid "filtering %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4096 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4097
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4098 msgid "filter failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4099 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4100
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4101 msgid "apply the patch in patchfile to the repository as a transplant"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4102 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4103
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4104 msgid "can only omit patchfile if merging"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4105 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4106
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4107 msgid "%s: empty changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4108 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4109
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4110 msgid "Fix up the merge and run hg transplant --continue"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4111 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4112
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4113 msgid "recover last transaction and apply remaining changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4114 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4115
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4116 msgid "%s transplanted as %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4117 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4118
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4119 msgid "commit working directory using journal metadata"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4120 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4121
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4122 msgid "transplant log file is corrupt"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4123 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4124
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4125 msgid "working dir not at transplant parent %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4126 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4127
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4128 msgid "commit failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4129 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4130
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4131 msgid "journal changelog metadata for later recover"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4132 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4133
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4134 msgid "remove changelog journal"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4135 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4136
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4137 msgid "interactively transplant changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4138 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4139
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4140 msgid "apply changeset? [ynmpcq?]:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4141 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4142
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4143 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4144 "transplant changesets from another branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4145 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4146 " Selected changesets will be applied on top of the current working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4147 " directory with the log of the original changeset. If --log is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4148 " specified, log messages will have a comment appended of the form:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4149 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4150 " (transplanted from CHANGESETHASH)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4151 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4152 " You can rewrite the changelog message with the --filter option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4153 " Its argument will be invoked with the current changelog message\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4154 " as $1 and the patch as $2.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4155 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4156 " If --source is specified, selects changesets from the named\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4157 " repository. If --branch is specified, selects changesets from the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4158 " branch holding the named revision, up to that revision. If --all\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4159 " is specified, all changesets on the branch will be transplanted,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4160 " otherwise you will be prompted to select the changesets you want.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4161 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4162 " hg transplant --branch REVISION --all will rebase the selected branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4163 " (up to the named revision) onto your current working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4164 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4165 " You can optionally mark selected transplanted changesets as\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4166 " merge changesets. You will not be prompted to transplant any\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4167 " ancestors of a merged transplant, and you can merge descendants\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4168 " of them normally instead of transplanting them.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4169 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4170 " If no merges or revisions are provided, hg transplant will start\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4171 " an interactive changeset browser.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4172 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4173 " If a changeset application fails, you can fix the merge by hand and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4174 " then resume where you left off by calling hg transplant --continue.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4175 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4176 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4177
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4178 msgid "--continue is incompatible with branch, all or merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4179 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4180
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4181 msgid "no source URL, branch tag or revision list provided"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4182 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4183
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4184 msgid "--all requires a branch revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4185 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4186
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4187 msgid "--all is incompatible with a revision list"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4188 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4189
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4190 msgid "no revision checked out"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4191 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4192
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4193 msgid "outstanding uncommitted merges"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4194 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4195
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4196 msgid "outstanding local changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4197 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4198
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4199 msgid "pull patches from REPOSITORY"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4200 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4201
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4202 msgid "pull patches from branch BRANCH"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4203 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4204
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4205 msgid "pull all changesets up to BRANCH"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4206 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4207
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4208 msgid "skip over REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4209 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4210
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4211 msgid "merge at REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4212 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4213
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4214 msgid "append transplant info to log message"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4215 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4216
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4217 msgid "continue last transplant session after repair"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4218 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4219
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4220 msgid "filter changesets through FILTER"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4221 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4222
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4223 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4224 "hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4225 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4226
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4227 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4228 "allow to use MBCS path with problematic encoding.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4229 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4230 "Some MBCS encodings are not good for some path operations\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4231 "(i.e. splitting path, case conversion, etc.) with its encoded bytes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4232 "We call such a encoding (i.e. shift_jis and big5) as \"problematic\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4233 "encoding\". This extension can be used to fix the issue with those\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4234 "encodings by wrapping some functions to convert to unicode string\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4235 "before path operation.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4236 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4237 "This extension is usefull for:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4238 " * Japanese Windows users using shift_jis encoding.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4239 " * Chinese Windows users using big5 encoding.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4240 " * All users who use a repository with one of problematic encodings\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4241 " on case-insensitive file system.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4242 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4243 "This extension is not needed for:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4244 " * Any user who use only ascii chars in path.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4245 " * Any user who do not use any of problematic encodings.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4246 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4247 "Note that there are some limitations on using this extension:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4248 " * You should use single encoding in one repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4249 " * You should set same encoding for the repository by locale or HGENCODING.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4250 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4251 "To use this extension, enable the extension in .hg/hgrc or ~/.hgrc:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4252 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4253 " [extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4254 " hgext.win32mbcs =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4255 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4256 "Path encoding conversion are done between unicode and util._encoding\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4257 "which is decided by mercurial from current locale setting or HGENCODING.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4258 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4259 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4260
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4261 msgid "[win32mbcs] filename conversion fail with %s encoding\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4262 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4263
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4264 msgid "[win32mbcs] cannot activate on this platform.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4265 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4266
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4267 msgid "[win32mbcs] activated with encoding: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4268 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4269
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4270 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4271 "WARNING: %s already has %s line endings\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4272 "and does not need EOL conversion by the win32text plugin.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4273 "Before your next commit, please reconsider your encode/decode settings in \n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4274 "Mercurial.ini or %s.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4275 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4276
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4277 msgid "Attempt to commit or push text file(s) using %s line endings\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4278 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4279
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4280 msgid "in %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4281 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4282
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4283 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4284 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4285 "To prevent this mistake in your local repository,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4286 "add to Mercurial.ini or .hg/hgrc:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4287 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4288 "[hooks]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4289 "pretxncommit.%s = python:hgext.win32text.forbid%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4290 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4291 "and also consider adding:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4292 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4293 "[extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4294 "hgext.win32text =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4295 "[encode]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4296 "** = %sencode:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4297 "[decode]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4298 "** = %sdecode:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4299 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4300
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4301 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4302 "zeroconf support for mercurial repositories\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4303 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4304 "Zeroconf enabled repositories will be announced in a network without the "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4305 "need\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4306 "to configure a server or a service. They can be discovered without knowing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4307 "their actual IP address.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4308 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4309 "To use the zeroconf extension add the following entry to your hgrc file:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4310 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4311 "[extensions]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4312 "hgext.zeroconf =\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4313 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4314 "To allow other people to discover your repository using run \"hg serve\" in "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4315 "your\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4316 "repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4317 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4318 " $ cd test\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4319 " $ hg serve\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4320 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4321 "You can discover zeroconf enabled repositories by running \"hg paths\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4322 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4323 " $ hg paths\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4324 " zc-test = http://example.com:8000/test\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4325 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4326
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4327 msgid "archive prefix contains illegal components"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4328 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4329
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4330 msgid "cannot give prefix when archiving to files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4331 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4332
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4333 msgid "unknown archive type '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4334 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4335
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4336 msgid "invalid changegroup"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4337 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4338
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4339 msgid "unknown parent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4340 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4341
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4342 msgid "integrity check failed on %s:%d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4343 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4344
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4345 msgid "%s: not a Mercurial bundle file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4346 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4347
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4348 msgid "%s: unknown bundle version"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4349 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4350
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4351 msgid "%s: unknown bundle compression type"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4352 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4353
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4354 msgid "cannot create new bundle repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4355 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4356
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4357 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4358 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4359
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4360 msgid "username %s contains a newline"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4361 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4362
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4363 msgid "options --message and --logfile are mutually exclusive"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4364 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4365
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4366 msgid "can't read commit message '%s': %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4367 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4368
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4369 msgid "too many revisions specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4370 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4371
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4372 msgid "invalid format spec '%%%s' in output file name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4373 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4374
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4375 msgid "adding %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4376 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4377
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4378 msgid "removing %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4379 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4380
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4381 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4382 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4383
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4384 msgid "%s: not copying - file is not managed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4385 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4386
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4387 msgid "%s: not copying - file has been marked for remove\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4388 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4389
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4390 msgid "%s: not overwriting - %s collides with %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4391 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4392
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4393 msgid "%s: not overwriting - file exists\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4394 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4395
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4396 msgid "%s: deleted in working copy\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4397 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4398
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4399 msgid "%s: cannot copy - %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4400 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4401
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4402 msgid "%s %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4403 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4404
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4405 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4406 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4407
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4408 msgid "no source or destination specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4409 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4410
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4411 msgid "no destination specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4412 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4413
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4414 msgid "with multiple sources, destination must be an existing directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4415 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4416
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4417 msgid "destination %s is not a directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4418 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4419
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4420 msgid "no files to copy"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4421 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4422
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4423 msgid "(consider using --after)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4424 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4425
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4426 msgid "changeset: %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4427 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4428
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4429 msgid "branch: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4430 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4431
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4432 msgid "tag: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4433 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4434
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4435 msgid "parent: %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4436 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4437
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4438 msgid "manifest: %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4439 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4440
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4441 msgid "user: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4442 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4443
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4444 msgid "date: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4445 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4446
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4447 msgid "files+:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4448 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4449
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4450 msgid "files-:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4451 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4452
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4453 msgid "files:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4454 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4455
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4456 msgid "files: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4457 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4458
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4459 msgid "copies: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4460 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4461
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4462 msgid "extra: %s=%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4463 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4464
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4465 msgid "description:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4466 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4467
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4468 msgid "summary: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4469 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4470
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4471 msgid "%s: no key named '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4472 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4473
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4474 msgid "%s: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4475 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4476
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4477 msgid "Found revision %s from %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4478 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4479
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4480 msgid "revision matching date not found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4481 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4482
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4483 msgid "cannot follow nonexistent file: \"%s\""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4484 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4485
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4486 msgid "%s:%s copy source revision cannot be found!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4487 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4488
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4489 msgid "can only follow copies/renames for explicit file names"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4490 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4491
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4492 msgid "file %s not found!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4493 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4494
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4495 msgid "no match under directory %s!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4496 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4497
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4498 msgid "can't commit %s: unsupported file type!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4499 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4500
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4501 msgid "file %s not tracked!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4502 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4503
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4504 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4505 "add the specified files on the next commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4506 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4507 " Schedule files to be version controlled and added to the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4508 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4509 " The files will be added to the repository at the next commit. To\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4510 " undo an add before that, see hg revert.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4511 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4512 " If no names are given, add all files in the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4513 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4514 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4515 "增加指定文件用于下次提交\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4516 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4517 " 调度文件受版本控制,增加到版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4518 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4519 " 这些文件将于下次提交时增加到版本库。要在提交前撤销增加,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4520 " 请参见 'hg revert'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4521 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4522 " 如果没有给出文件名称,就增加所有文件到版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4523 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4524
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4525 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4526 "add all new files, delete all missing files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4527 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4528 " Add all new files and remove all missing files from the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4529 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4530 " New files are ignored if they match any of the patterns in .hgignore. As\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4531 " with add, these changes take effect at the next commit.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4532 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4533 " Use the -s option to detect renamed files. With a parameter > 0,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4534 " this compares every removed file with every added file and records\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4535 " those similar enough as renames. This option takes a percentage\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4536 " between 0 (disabled) and 100 (files must be identical) as its\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4537 " parameter. Detecting renamed files this way can be expensive.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4538 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4539 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4540
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4541 msgid "similarity must be a number"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4542 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4543
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4544 msgid "similarity must be between 0 and 100"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4545 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4546
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4547 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4548 "show changeset information per file line\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4549 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4550 " List changes in files, showing the revision id responsible for each line\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4551 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4552 " This command is useful to discover who did a change or when a change "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4553 "took\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4554 " place.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4555 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4556 " Without the -a option, annotate will avoid processing files it\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4557 " detects as binary. With -a, annotate will generate an annotation\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4558 " anyway, probably with undesirable results.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4559 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4560 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4561 "显示指定文件每行的改变集信息\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4562 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4563 " 列出文件中的修改,为每行显示版本标识\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4564 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4565 " 此命令用于查找谁做出的修改,或者什么时候发生的修改\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4566 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4567 " 当没有选项 '-a' 时,annotate 会避免处理检测为二进制的文件\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4568 " 当使用选项 '-a' 时,annotate 会直接产生追溯,可能会有不合需要的结果\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4569 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4570
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4571 msgid "at least one file name or pattern required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4572 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4573
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4574 msgid "at least one of -n/-c is required for -l"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4575 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4576
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4577 msgid "%s: binary file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4578 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4579
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4580 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4581 "create unversioned archive of a repository revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4582 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4583 " By default, the revision used is the parent of the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4584 " directory; use \"-r\" to specify a different revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4585 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4586 " To specify the type of archive to create, use \"-t\". Valid\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4587 " types are:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4588 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4589 " \"files\" (default): a directory full of files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4590 " \"tar\": tar archive, uncompressed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4591 " \"tbz2\": tar archive, compressed using bzip2\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4592 " \"tgz\": tar archive, compressed using gzip\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4593 " \"uzip\": zip archive, uncompressed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4594 " \"zip\": zip archive, compressed using deflate\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4595 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4596 " The exact name of the destination archive or directory is given\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4597 " using a format string; see \"hg help export\" for details.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4598 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4599 " Each member added to an archive file has a directory prefix\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4600 " prepended. Use \"-p\" to specify a format string for the prefix.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4601 " The default is the basename of the archive, with suffixes removed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4602 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4603 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4604
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4605 msgid "no working directory: please specify a revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4606 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4607
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4608 msgid "repository root cannot be destination"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4609 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4610
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4611 msgid "cannot archive plain files to stdout"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4612 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4613
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4614 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4615 "reverse effect of earlier changeset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4616 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4617 " Commit the backed out changes as a new changeset. The new\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4618 " changeset is a child of the backed out changeset.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4619 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4620 " If you back out a changeset other than the tip, a new head is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4621 " created. This head will be the new tip and you should merge this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4622 " backout changeset with another head (current one by default).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4623 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4624 " The --merge option remembers the parent of the working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4625 " before starting the backout, then merges the new head with that\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4626 " changeset afterwards. This saves you from doing the merge by\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4627 " hand. The result of this merge is not committed, as for a normal\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4628 " merge.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4629 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4630 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4631 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4632 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4633
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4634 msgid "please specify just one revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4635 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4636
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4637 msgid "please specify a revision to backout"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4638 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4639
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4640 msgid "cannot back out change on a different branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4641 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4642
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4643 msgid "cannot back out a change with no parents"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4644 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4645
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4646 msgid "cannot back out a merge changeset without --parent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4647 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4648
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4649 msgid "%s is not a parent of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4650 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4651
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4652 msgid "cannot use --parent on non-merge changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4653 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4654
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4655 msgid "Backed out changeset %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4656 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4657
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4658 msgid "changeset %s backs out changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4659 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4660
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4661 msgid "merging with changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4662 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4663
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4664 msgid "the backout changeset is a new head - do not forget to merge\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4665 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4666
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4667 msgid "(use \"backout --merge\" if you want to auto-merge)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4668 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4669
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4670 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4671 "subdivision search of changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4672 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4673 " This command helps to find changesets which introduce problems.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4674 " To use, mark the earliest changeset you know exhibits the problem\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4675 " as bad, then mark the latest changeset which is free from the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4676 " problem as good. Bisect will update your working directory to a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4677 " revision for testing (unless the --noupdate option is specified).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4678 " Once you have performed tests, mark the working directory as bad\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4679 " or good and bisect will either update to another candidate changeset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4680 " or announce that it has found the bad revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4681 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4682 " As a shortcut, you can also use the revision argument to mark a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4683 " revision as good or bad without checking it out first.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4684 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4685 " If you supply a command it will be used for automatic bisection. Its "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4686 "exit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4687 " status will be used as flag to mark revision as bad or good. In case "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4688 "exit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4689 " status is 0 the revision is marked as good, 125 - skipped, 127 (command "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4690 "not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4691 " found) - bisection will be aborted and any other status bigger than 0 "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4692 "will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4693 " mark revision as bad.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4694 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4695 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4696
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4697 msgid "The first %s revision is:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4698 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4699
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4700 msgid "Due to skipped revisions, the first %s revision could be any of:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4701 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4702
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4703 msgid "cannot bisect (no known good revisions)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4704 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4705
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4706 msgid "cannot bisect (no known bad revisions)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4707 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4708
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4709 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4710 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4711
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4712 msgid "incompatible arguments"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4713 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4714
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4715 msgid "failed to execute %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4716 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4717
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4718 msgid "%s killed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4719 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4720
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4721 msgid "Changeset %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4722 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4723
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4724 msgid "Testing changeset %s:%s (%s changesets remaining, ~%s tests)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4725 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4726
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4727 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4728 "set or show the current branch name\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4729 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4730 " With no argument, show the current branch name. With one argument,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4731 " set the working directory branch name (the branch does not exist in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4732 " the repository until the next commit).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4733 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4734 " Unless --force is specified, branch will not let you set a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4735 " branch name that shadows an existing branch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4736 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4737 " Use --clean to reset the working directory branch to that of the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4738 " parent of the working directory, negating a previous branch change.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4739 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4740 " Use the command 'hg update' to switch to an existing branch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4741 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4742 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4743
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4744 msgid "reset working directory to branch %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4745 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4746
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4747 msgid "a branch of the same name already exists (use --force to override)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4748 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4749
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4750 msgid "marked working directory as branch %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4751 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4752
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4753 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4754 "list repository named branches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4755 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4756 " List the repository's named branches, indicating which ones are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4757 " inactive. If active is specified, only show active branches.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4758 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4759 " A branch is considered active if it contains repository heads.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4760 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4761 " Use the command 'hg update' to switch to an existing branch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4762 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4763 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4764
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4765 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4766 "create a changegroup file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4767 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4768 " Generate a compressed changegroup file collecting changesets not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4769 " found in the other repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4770 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4771 " If no destination repository is specified the destination is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4772 " assumed to have all the nodes specified by one or more --base\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4773 " parameters. To create a bundle containing all changesets, use\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4774 " --all (or --base null). To change the compression method applied,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4775 " use the -t option (by default, bundles are compressed using bz2).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4776 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4777 " The bundle file can then be transferred using conventional means and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4778 " applied to another repository with the unbundle or pull command.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4779 " This is useful when direct push and pull are not available or when\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4780 " exporting an entire repository is undesirable.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4781 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4782 " Applying bundles preserves all changeset contents including\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4783 " permissions, copy/rename information, and revision history.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4784 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4785 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4786
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4787 msgid "--base is incompatible with specifiying a destination"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4788 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4789
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4790 msgid "unknown bundle type specified with --type"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4791 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4792
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4793 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4794 "output the current or given revision of files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4795 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4796 " Print the specified files as they were at the given revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4797 " If no revision is given, the parent of the working directory is used,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4798 " or tip if no revision is checked out.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4799 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4800 " Output may be to a file, in which case the name of the file is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4801 " given using a format string. The formatting rules are the same as\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4802 " for the export command, with the following additions:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4803 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4804 " %s basename of file being printed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4805 " %d dirname of file being printed, or '.' if in repo root\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4806 " %p root-relative path name of file being printed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4807 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4808 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4809
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4810 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4811 "make a copy of an existing repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4812 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4813 " Create a copy of an existing repository in a new directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4814 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4815 " If no destination directory name is specified, it defaults to the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4816 " basename of the source.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4817 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4818 " The location of the source is added to the new repository's\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4819 " .hg/hgrc file, as the default to be used for future pulls.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4820 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4821 " For efficiency, hardlinks are used for cloning whenever the source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4822 " and destination are on the same filesystem (note this applies only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4823 " to the repository data, not to the checked out files). Some\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4824 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4825 " do not report errors. In these cases, use the --pull option to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4826 " avoid hardlinking.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4827 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4828 " In some cases, you can clone repositories and checked out files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4829 " using full hardlinks with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4830 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4831 " $ cp -al REPO REPOCLONE\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4832 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4833 " This is the fastest way to clone, but it is not always safe. The\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4834 " operation is not atomic (making sure REPO is not modified during\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4835 " the operation is up to you) and you have to make sure your editor\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4836 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4837 " this is not compatible with certain extensions that place their\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4838 " metadata under the .hg directory, such as mq.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4839 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4840 " If you use the -r option to clone up to a specific revision, no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4841 " subsequent revisions will be present in the cloned repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4842 " This option implies --pull, even on local repositories.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4843 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4844 " If the -U option is used, the new clone will contain only a repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4845 " (.hg) and no working copy (the working copy parent is the null "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4846 "revision).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4847 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4848 " See pull for valid source format details.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4849 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4850 " It is possible to specify an ssh:// URL as the destination, but no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4851 " .hg/hgrc and working directory will be created on the remote side.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4852 " Look at the help text for the pull command for important details\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4853 " about ssh:// URLs.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4854 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4855 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4856 "复制现有版本库\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4857 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4858 " 在新目录创建现有版本库的副本。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4859 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4860 " 如果没有指定目标目录,默认使用源版本库的基本名称。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4861 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4862 " 源版本库的位置增加到新版本库的文件 .hg/hgrc 中,作为未来更新时的默认\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4863 " 位置。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4864 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4865 " 为了效率,在复制时,只要源版本库和目标版本库位于同一文件系统,就会使\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4866 " 用硬链接(注意这只适用于版本库中的数据,不适用于检出的文件)。某些文件\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4867 " 系统,例如 AFS,没有正确实现硬链接,还不报告错误。在这些情况下,请使\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4868 " 用选项 '--pull'来避免硬链接。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4869 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4870 " 在某些情况下,你可以通过下述命令用硬链接复制且检出文件:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4871 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4872 " $ cp -al REPO REPOCLONE\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4873 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4874 " 这是最快速的复制方法,但是不见得总是安全。此操作不是原子的(请确认在你\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4875 " 操作期间版本库未修改),还要确认你的编辑器会破坏硬链接。还有,它与将元\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4876 " 数据放到目录 .hg 中的某些扩展不兼容,例如 mq。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4877 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4878 " 如果你使用选项 '-r' 复制指定版本,那么后来的版本不会在新版本库中出现。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4879 " 此选项暗示 '--pull',纵然是操作本地版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4880 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4881 " 如果你使用了选项 '-U',那么新版本库只包含版本库(.hg),没有工作副本。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4882 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4883 " 参见 'pull' 以了解有效源版本库格式的详情。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4884 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4885 " 也可以指定位置 'ssh://' 作为目标,但是不会创建文件 .hg/hgrc,并且工作\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4886 " 副本将会创建在远程。参见命令 'pull' 的帮助信息,以了解位置 'ssh://'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4887 " 的重要详情。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4888 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4889
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4890 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4891 "commit the specified files or all outstanding changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4892 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4893 " Commit changes to the given files into the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4894 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4895 " If a list of files is omitted, all changes reported by \"hg status\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4896 " will be committed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4897 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4898 " If you are committing the result of a merge, do not provide any\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4899 " file names or -I/-X filters.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4900 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4901 " If no commit message is specified, the configured editor is started to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4902 " enter a message.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4903 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4904 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4905 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4906 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4907 "提交指定文件的修改或全部修改\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4908 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4909 " 将指定文件的修改提交到版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4910 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4911 " 如果省略了文件列表,那么 \"hg status\" 报告的所有修改都被提交。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4912 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4913 " 如果你要提交合并结果,请不要提供任何文件名称或过滤器 '-I/-X'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4914 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4915 " 如果没有指定提交日志,将会启动配置的编辑器,让你输入信息。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4916 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4917 " 参见 'hg help dates' 以获得 '-d/--date' 的有效格式列表。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4918 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4919
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4920 msgid "created new head\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4921 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4922
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4923 msgid "committed changeset %d:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4924 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4925
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4926 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4927 "mark files as copied for the next commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4928 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4929 " Mark dest as having copies of source files. If dest is a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4930 " directory, copies are put in that directory. If dest is a file,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4931 " there can only be one source.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4932 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4933 " By default, this command copies the contents of files as they\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4934 " stand in the working directory. If invoked with --after, the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4935 " operation is recorded, but no copying is performed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4936 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4937 " This command takes effect in the next commit. To undo a copy\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4938 " before that, see hg revert.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4939 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4940 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4941
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4942 msgid "find the ancestor revision of two revisions in a given index"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4943 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4944
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4945 msgid "There is no Mercurial repository here (.hg not found)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4946 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4947
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4948 msgid "either two or three arguments required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4951 msgid "returns the completion list associated with the given command"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4954 msgid "rebuild the dirstate as it would look like for the given revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4957 msgid "validate the correctness of the current dirstate"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4960 msgid "%s in state %s, but not in manifest1\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4963 msgid "%s in state %s, but also in manifest1\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4966 msgid "%s in state %s, but not in either manifest\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4969 msgid "%s in manifest1, but listed as state %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4972 msgid ".hg/dirstate inconsistent with current parent's manifest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4975 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4976 "show combined config settings from all hgrc files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4977 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4978 " With no args, print names and values of all config items.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4979 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4980 " With one arg of the form section.name, print just the value of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4981 " that config item.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4982 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4983 " With multiple args, print names and values of all config items\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4984 " with matching section names."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4987 msgid "only one config item permitted"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4988 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4989
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4990 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4991 "manually set the parents of the current working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4992 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4993 " This is useful for writing repository conversion tools, but should\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4994 " be used with care.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4995 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4996 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4997
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4998 msgid "show the contents of the current dirstate"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
4999 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5000
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5001 msgid "copy: %s -> %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5002 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5003
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5004 msgid "dump the contents of a data file revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5005 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5006
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5007 msgid "invalid revision identifier %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5008 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5009
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5010 msgid "parse and display a date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5011 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5012
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5013 msgid "dump the contents of an index file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5014 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5015
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5016 msgid "dump an index DAG as a .dot file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5017 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5018
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5019 msgid "test Mercurial installation"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5020 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5021
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5022 msgid "Checking encoding (%s)...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5023 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5024
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5025 msgid " (check that your locale is properly set)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5026 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5027
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5028 msgid "Checking extensions...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5029 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5030
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5031 msgid " One or more extensions could not be found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5032 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5033
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5034 msgid " (check that you compiled the extensions)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5035 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5036
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5037 msgid "Checking templates...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5038 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5039
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5040 msgid " (templates seem to have been installed incorrectly)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5041 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5042
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5043 msgid "Checking patch...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5044 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5045
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5046 msgid " patch call failed:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5047 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5048
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5049 msgid " unexpected patch output!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5050 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5051
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5052 msgid " patch test failed!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5053 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5054
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5055 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5056 " (Current patch tool may be incompatible with patch, or misconfigured. Please "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5057 "check your .hgrc file)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5058 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5059
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5060 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5061 " Internal patcher failure, please report this error to http://www.selenic.com/"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5062 "mercurial/bts\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5063 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5064
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5065 msgid "Checking commit editor...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5066 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5067
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5068 msgid " No commit editor set and can't find vi in PATH\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5069 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5070
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5071 msgid " (specify a commit editor in your .hgrc file)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5072 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5073
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5074 msgid " Can't find editor '%s' in PATH\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5075 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5077 msgid "Checking username...\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5078 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5079
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5080 msgid " (specify a username in your .hgrc file)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5081 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5082
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5083 msgid "No problems detected\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5084 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5085
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5086 msgid "%s problems detected, please check your install!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5087 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5088
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5089 msgid "dump rename information"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5090 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5091
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5092 msgid "%s renamed from %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5093 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5094
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5095 msgid "%s not renamed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5096 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5097
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5098 msgid "show how files match on given patterns"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5099 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5100
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5101 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5102 "diff repository (or selected files)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5103 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5104 " Show differences between revisions for the specified files.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5105 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5106 " Differences between files are shown using the unified diff format.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5107 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5108 " NOTE: diff may generate unexpected results for merges, as it will\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5109 " default to comparing against the working directory's first parent\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5110 " changeset if no revisions are specified.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5111 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5112 " When two revision arguments are given, then changes are shown\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5113 " between those revisions. If only one revision is specified then\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5114 " that revision is compared to the working directory, and, when no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5115 " revisions are specified, the working directory files are compared\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5116 " to its parent.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5117 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5118 " Without the -a option, diff will avoid generating diffs of files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5119 " it detects as binary. With -a, diff will generate a diff anyway,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5120 " probably with undesirable results.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5121 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5122 " Use the --git option to generate diffs in the git extended diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5123 " format. Read the diffs help topic for more information.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5124 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5125 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5126 "在版本库中比较(指定的文件)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5127 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5128 " 显示指定文件在版本间的差异。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5129 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5130 " 文件间的差异使用同一差异格式显示。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5131 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5132 " 注意: 对合并的比较可能会产生不期望的结果,因为没有指定版本时,默认\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5133 " 与工作目录的直接父亲比较。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5134 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5135 " 当给出两个版本参数时,会显示在这些版本间的修改。如果只给出一个版本,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5136 " 那么它将与工作目录比较。当没有指定版本时,将比较工作目录中的文件与\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5137 " 它的直接父亲。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5138 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5139 " 当没有选项 '-a' 时,将会避免处理检测为二进制的文件。当使用选项 '-a'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5140 " 时,可能会有不合需要的结果。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5141 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5142 " 使用选项 '--git' 会使用 git 扩展差异格式。请阅读差异帮助主题以了解\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5143 " 更多信息。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5144 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5145
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5146 msgid "cannot specify --rev and --change at the same time"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5147 msgstr "不能同时指定 '--rev' 和 '--change'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5148
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5149 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5150 "dump the header and diffs for one or more changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5151 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5152 " Print the changeset header and diffs for one or more revisions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5153 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5154 " The information shown in the changeset header is: author,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5155 " changeset hash, parent(s) and commit comment.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5156 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5157 " NOTE: export may generate unexpected diff output for merge changesets,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5158 " as it will compare the merge changeset against its first parent only.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5159 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5160 " Output may be to a file, in which case the name of the file is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5161 " given using a format string. The formatting rules are as follows:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5162 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5163 " %% literal \"%\" character\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5164 " %H changeset hash (40 bytes of hexadecimal)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5165 " %N number of patches being generated\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5166 " %R changeset revision number\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5167 " %b basename of the exporting repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5168 " %h short-form changeset hash (12 bytes of hexadecimal)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5169 " %n zero-padded sequence number, starting at 1\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5170 " %r zero-padded changeset revision number\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5171 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5172 " Without the -a option, export will avoid generating diffs of files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5173 " it detects as binary. With -a, export will generate a diff anyway,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5174 " probably with undesirable results.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5175 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5176 " Use the --git option to generate diffs in the git extended diff\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5177 " format. Read the diffs help topic for more information.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5178 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5179 " With the --switch-parent option, the diff will be against the second\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5180 " parent. It can be useful to review a merge.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5181 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5182 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5183 "为一个或多个改变集输出标题和差异\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5184 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5185 " 为一个或多个版本输出标题和差异。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5186 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5187 " 在改变集标题中显示的信息是: 作者,改变集哈希,父亲和提交日志。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5188 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5189 " 注意: 对于合并改变集,导出可能产生不期望的差异输出,因为它只会将合并\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5190 " 改变集与其第一个父亲比较。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5191 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5192 " 可以输出到文件,这时会使用指定的格式化字符串构造文件名称。格式化规则\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5193 " 如下:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5194 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5195 " %% 字符 \"%\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5196 " %H 改变集哈希 (40 位十六进制数字)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5197 " %N 产生的补丁号\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5198 " %R 改变集版本号\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5199 " %b 待导出的版本库的基本名称\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5200 " %h 短改变集哈希(12 位十六进制数字)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5201 " %n 从 1 开始补 0 的序列号\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5202 " %r 补 0 的改变集版本号\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5203 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5204 " 当没有选项 '-a' 时,将会避免处理检测为二进制的文件。当使用选项 '-a'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5205 " 时,可能会有不合需要的结果。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5206 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5207 " 使用选项 '--git' 会使用 git 扩展差异格式。请阅读差异帮助主题以了解\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5208 " 更多信息。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5209 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5210 " 使用选项 '--switch-parent',将会与第二个父亲比较。对于复审合并很有用。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5211 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5212
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5213 msgid "export requires at least one changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5214 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5215
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5216 msgid "exporting patches:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5217 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5218
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5219 msgid "exporting patch:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5220 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5221
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5222 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5223 "search for a pattern in specified files and revisions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5224 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5225 " Search revisions of files for a regular expression.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5226 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5227 " This command behaves differently than Unix grep. It only accepts\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5228 " Python/Perl regexps. It searches repository history, not the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5229 " working directory. It always prints the revision number in which\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5230 " a match appears.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5231 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5232 " By default, grep only prints output for the first revision of a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5233 " file in which it finds a match. To get it to print every revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5234 " that contains a change in match status (\"-\" for a match that\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5235 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5236 " use the --all flag.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5237 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5238 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5239
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5240 msgid "grep: invalid match pattern: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5241 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5242
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5243 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5244 "show current repository heads or show branch heads\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5245 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5246 " With no arguments, show all repository head changesets.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5247 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5248 " If branch or revisions names are given this will show the heads of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5249 " the specified branches or the branches those revisions are tagged\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5250 " with.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5251 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5252 " Repository \"heads\" are changesets that don't have child\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5253 " changesets. They are where development generally takes place and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5254 " are the usual targets for update and merge operations.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5255 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5256 " Branch heads are changesets that have a given branch tag, but have\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5257 " no child changesets with that tag. They are usually where\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5258 " development on the given branch takes place.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5259 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5260 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5261
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5262 msgid "no changes on branch %s containing %s are reachable from %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5263 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5264
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5265 msgid "no changes on branch %s are reachable from %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5266 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5267
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5268 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5269 "show help for a given topic or a help overview\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5270 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5271 " With no arguments, print a list of commands and short help.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5272 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5273 " Given a topic, extension, or command name, print help for that topic."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5274 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5275
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5276 msgid "global options:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5277 msgstr "全局选项:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5278
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5279 msgid "use \"hg help\" for the full list of commands"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5280 msgstr "使用 \"hg help\" 获得全部命令的列表"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5281
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5282 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5283 msgstr "使用 \"hg help\" 获得全部命令的列表,或 \"hg -v\" 获得详细信息"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5284
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5285 msgid "use \"hg -v help%s\" to show aliases and global options"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5286 msgstr "使用 \"hg -v help%s\" 显示别名和全局选项"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5287
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5288 msgid "use \"hg -v help %s\" to show global options"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5289 msgstr "使用 \"hg -v help %s\" 显示全局选项"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5290
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5291 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5292 "list of commands:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5293 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5294 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5295 "命令列表:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5296 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5297
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5298 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5299 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5300 "aliases: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5301 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5302 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5303 "别名: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5304
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5305 msgid "(no help text available)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5306 msgstr "(没有可用的帮助信息)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5307
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5308 msgid "options:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5309 msgstr "选项:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5310
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5311 msgid "no commands defined\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5312 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5313
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5314 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5315 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5316 "enabled extensions:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5317 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5318 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5319 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5320 "启用的扩展:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5321 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5322
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5323 msgid " %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5324 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5325
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5326 msgid "no help text available"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5327 msgstr "没有可用的帮助信息"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5328
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5329 msgid "%s extension - %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5330 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5331
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5332 msgid "Mercurial Distributed SCM\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5333 msgstr "分布式软件配置管理工具 - 水银\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5334
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5335 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5336 "basic commands:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5337 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5338 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5339 "基本命令:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5340 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5341
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5342 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5343 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5344 "additional help topics:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5345 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5346 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5347 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5348 "额外的帮助主题:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5349 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5350
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5351 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5352 "identify the working copy or specified revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5353 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5354 " With no revision, print a summary of the current state of the repo.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5355 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5356 " With a path, do a lookup in another repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5357 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5358 " This summary identifies the repository state using one or two parent\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5359 " hash identifiers, followed by a \"+\" if there are uncommitted changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5360 " in the working directory, a list of tags for this revision and a branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5361 " name for non-default branches.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5362 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5363 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5364
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5365 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5366 "import an ordered set of patches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5367 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5368 " Import a list of patches and commit them individually.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5369 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5370 " If there are outstanding changes in the working directory, import\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5371 " will abort unless given the -f flag.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5372 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5373 " You can import a patch straight from a mail message. Even patches\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5374 " as attachments work (body part must be type text/plain or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5375 " text/x-patch to be used). From and Subject headers of email\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5376 " message are used as default committer and commit message. All\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5377 " text/plain body parts before first diff are added to commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5378 " message.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5379 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5380 " If the imported patch was generated by hg export, user and description\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5381 " from patch override values from message headers and body. Values\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5382 " given on command line with -m and -u override these.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5383 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5384 " If --exact is specified, import will set the working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5385 " to the parent of each patch before applying it, and will abort\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5386 " if the resulting changeset has a different ID than the one\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5387 " recorded in the patch. This may happen due to character set\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5388 " problems or other deficiencies in the text patch format.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5389 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5390 " With --similarity, hg will attempt to discover renames and copies\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5391 " in the patch in the same way as 'addremove'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5392 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5393 " To read a patch from standard input, use patch name \"-\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5394 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5395 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5396 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5397
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5398 msgid "applying patch from stdin\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5399 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5400
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5401 msgid "no diffs found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5402 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5403
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5404 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5405 "message:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5406 "%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5407 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5408
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5409 msgid "not a mercurial patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5410 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5411
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5412 msgid "patch is damaged or loses information"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5413 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5414
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5415 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5416 "show new changesets found in source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5417 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5418 " Show new changesets found in the specified path/URL or the default\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5419 " pull location. These are the changesets that would be pulled if a pull\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5420 " was requested.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5421 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5422 " For remote repository, using --bundle avoids downloading the changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5423 " twice if the incoming is followed by a pull.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5424 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5425 " See pull for valid source format details.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5426 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5427 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5428
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5429 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5430 "create a new repository in the given directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5431 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5432 " Initialize a new repository in the given directory. If the given\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5433 " directory does not exist, it is created.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5434 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5435 " If no directory is given, the current directory is used.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5436 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5437 " It is possible to specify an ssh:// URL as the destination.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5438 " Look at the help text for the pull command for important details\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5439 " about ssh:// URLs.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5440 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5441 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5442 "在指定目录创建新版本库\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5443 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5444 " 在指定目录初始化新版本库。如果指定的目录不存在,那么会被创建。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5445 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5446 " 如果没有指定目录,就使用当前目录。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5447 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5448 " 可以指定位置 'ssh://' 作为目标。参见命令 'pull' 的帮助信息,以了解\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5449 " 位置 'ssh://' 的重要详情。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5450 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5451
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5452 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5453 "locate files matching specific patterns\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5454 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5455 " Print all files under Mercurial control whose names match the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5456 " given patterns.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5457 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5458 " This command searches the entire repository by default. To search\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5459 " just the current directory and its subdirectories, use\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5460 " \"--include .\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5461 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5462 " If no patterns are given to match, this command prints all file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5463 " names.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5464 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5465 " If you want to feed the output of this command into the \"xargs\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5466 " command, use the \"-0\" option to both this command and \"xargs\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5467 " This will avoid the problem of \"xargs\" treating single filenames\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5468 " that contain white space as multiple filenames.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5469 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5470 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5471
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5472 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5473 "show revision history of entire repository or files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5474 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5475 " Print the revision history of the specified files or the entire\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5476 " project.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5477 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5478 " File history is shown without following rename or copy history of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5479 " files. Use -f/--follow with a file name to follow history across\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5480 " renames and copies. --follow without a file name will only show\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5481 " ancestors or descendants of the starting revision. --follow-first\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5482 " only follows the first parent of merge revisions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5483 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5484 " If no revision range is specified, the default is tip:0 unless\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5485 " --follow is set, in which case the working directory parent is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5486 " used as the starting revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5487 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5488 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5489 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5490 " By default this command outputs: changeset id and hash, tags,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5491 " non-trivial parents, user, date and time, and a summary for each\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5492 " commit. When the -v/--verbose switch is used, the list of changed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5493 " files and full commit message is shown.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5494 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5495 " NOTE: log -p may generate unexpected diff output for merge\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5496 " changesets, as it will compare the merge changeset against its\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5497 " first parent only. Also, the files: list will only reflect files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5498 " that are different from BOTH parents.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5499 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5500 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5501 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5502 "显示全部版本库或指定文件的版本历史\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5503 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5504 " 显示全部版本库或指定文件的版本历史。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5505 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5506 " 显示文件历史的时候不跟踪改名或复制。对文件名称使用 '-f/--follow'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5507 " 会跟踪改名或复制的历史。当不给出文件名称时,使用 '--follow' 只显\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5508 " 示开始版本的直系祖先。使用 '--follow-first' 只显示合并版本的第一\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5509 " 个父亲。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5510 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5511 " 如果没有指定版本范围,默认是 'tip:0'。当使用 '--follow' 时,使用\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5512 " 工作目录的父亲作为开始版本。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5513 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5514 " 参见 'hg help dates' 以获得 '-d/--date' 的有效格式列表。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5515 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5516 " 此命令缺省输出: 改变集标识和哈希,标签,父亲,提交者,日期和时间,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5517 " 以及每次提交的概要信息。当使用选项 '-v/--verbose' 时,会显示文件\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5518 " 变更列表和完整的提交信息。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5519 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5520 " 注意: 对于合并改变集,'log -p' 可能产生不期望的差异输出,因为它只\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5521 " 会将合并改变集与其第一个父亲比较。而且,只显示对所有父亲都不同的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5522 " 文件列表。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5523 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5524 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5525
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5526 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5527 "looks up all renames for a file (up to endrev) the first\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5528 " time the file is given. It indexes on the changerev and only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5529 " parses the manifest if linkrev != changerev.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5530 " Returns rename info for fn at changerev rev."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5531 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5532
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5533 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5534 "output the current or given revision of the project manifest\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5535 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5536 " Print a list of version controlled files for the given revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5537 " If no revision is given, the parent of the working directory is used,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5538 " or tip if no revision is checked out.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5539 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5540 " The manifest is the list of files being version controlled. If no "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5541 "revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5542 " is given then the first parent of the working directory is used.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5543 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5544 " With -v flag, print file permissions, symlink and executable bits. With\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5545 " --debug flag, print file revision hashes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5546 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5547 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5548
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5549 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5550 "merge working directory with another revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5551 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5552 " Merge the contents of the current working directory and the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5553 " requested revision. Files that changed between either parent are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5554 " marked as changed for the next commit and a commit must be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5555 " performed before any further updates are allowed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5556 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5557 " If no revision is specified, the working directory's parent is a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5558 " head revision, and the current branch contains exactly one other head,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5559 " the other head is merged with by default. Otherwise, an explicit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5560 " revision to merge with must be provided.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5561 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5562 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5563 "将工作目录与其它版本合并\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5564 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5565 " 将当前工作目录中的内容与指定版本合并。对任一父亲而言改变的文件都会对\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5566 " 下次提交标记为已修改,在提交之前不允许再执行更新。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5567 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5568 " 如果没有指定版本,那么工作目录的父亲是一个合并顶点,另一个在当前分支\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5569 " 中,合并后的内容是新的顶点。否则,必须明确的指定要合并的版本。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5570 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5571
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5572 msgid "branch '%s' has %d heads - please merge with an explicit rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5573 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5574
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5575 msgid "branch '%s' has one head - please merge with an explicit rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5576 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5577
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5578 msgid "there is nothing to merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5579 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5580
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5581 msgid "%s - use \"hg update\" instead"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5582 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5583
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5584 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5585 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5586 "rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5587 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5588
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5589 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5590 "show changesets not found in destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5591 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5592 " Show changesets not found in the specified destination repository or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5593 " the default push location. These are the changesets that would be pushed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5594 " if a push was requested.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5595 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5596 " See pull for valid destination format details.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5597 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5598 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5599
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5600 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5601 "show the parents of the working dir or revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5602 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5603 " Print the working directory's parent revisions. If a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5604 " revision is given via --rev, the parent of that revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5605 " will be printed. If a file argument is given, revision in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5606 " which the file was last changed (before the working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5607 " revision or the argument to --rev if given) is printed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5608 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5609 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5610 "显示工作目录或指定版本的父亲\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5611 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5612 " 显示工作目录的父亲版本。如果使用 '--rev' 指定版本,就显示此版本的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5613 " 父亲。如果指定了文件,那么使用此文件最后修改的版本(工作目录的起源\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5614 " 版本,或 '--rev' 指定的版本)。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5615 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5616
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5617 msgid "can only specify an explicit file name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5618 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5619
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5620 msgid "'%s' not found in manifest!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5621 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5622
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5623 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5624 "show definition of symbolic path names\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5625 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5626 " Show definition of symbolic path name NAME. If no name is given, show\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5627 " definition of available names.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5628 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5629 " Path names are defined in the [paths] section of /etc/mercurial/hgrc\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5630 " and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5631 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5632 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5633
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5634 msgid "not found!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5635 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5636
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5637 msgid "not updating, since new heads added\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5638 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5639
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5640 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5641 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5642
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5643 msgid "(run 'hg update' to get a working copy)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5644 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5645
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5646 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5647 "pull changes from the specified source\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5648 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5649 " Pull changes from a remote repository to a local one.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5650 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5651 " This finds all changes from the repository at the specified path\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5652 " or URL and adds them to the local repository. By default, this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5653 " does not update the copy of the project in the working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5654 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5655 " Valid URLs are of the form:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5656 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5657 " local/filesystem/path (or file://local/filesystem/path)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5658 " http://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5659 " https://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5660 " ssh://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5661 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5662 " Paths in the local filesystem can either point to Mercurial\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5663 " repositories or to bundle files (as created by 'hg bundle' or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5664 " 'hg incoming --bundle').\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5665 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5666 " An optional identifier after # indicates a particular branch, tag,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5667 " or changeset to pull.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5668 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5669 " Some notes about using SSH with Mercurial:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5670 " - SSH requires an accessible shell account on the destination machine\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5671 " and a copy of hg in the remote path or specified with as remotecmd.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5672 " - path is relative to the remote user's home directory by default.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5673 " Use an extra slash at the start of a path to specify an absolute path:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5674 " ssh://example.com//tmp/repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5675 " - Mercurial doesn't use its own compression via SSH; the right thing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5676 " to do is to configure it in your ~/.ssh/config, e.g.:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5677 " Host *.mylocalnetwork.example.com\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5678 " Compression no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5679 " Host *\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5680 " Compression yes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5681 " Alternatively specify \"ssh -C\" as your ssh command in your hgrc or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5682 " with the --ssh command line option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5683 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5684 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5685 "从指定版本库取得改变集\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5686 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5687 " 从远程版本库取得改变集到本地版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5688 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5689 " 查找位于指定路径或位置的版本库的全部修改,增加到版本版本库。默认不\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5690 " 更新工作目录。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5691 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5692 " 有效的位置格式:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5693 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5694 " local/filesystem/path (or file://local/filesystem/path)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5695 " http://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5696 " https://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5697 " ssh://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5698 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5699 " 位于本地文件系统中的路径可以指向版本库,也可以指向打包的文件(被\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5700 " 'hg bundle' 或 'hg incoming --bundle' 创建)。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5701 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5702 " 在 '#' 后面可选的标识符用于指定要取得的分支,标签或改变集。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5703 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5704 " 在水银中使用 SSH 的一些提示:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5705 " - 使用 SSH 时,需要在远程主机上有可登录帐号,远程路径中还需要有 hg,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5706 " 或者有指定的远程命令。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5707 " - 默认 'path' 是相对于远程主机上的用户家目录。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5708 " 可以在路径前增加一个斜线指定绝对路径:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5709 " ssh://example.com//tmp/repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5710 " - 水银使用 SSH 时不使用压缩,所以你可以在 ~/.ssh/config 中配置 SSH\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5711 " 执行压缩,例如:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5712 " Host *.mylocalnetwork.example.com\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5713 " Compression no\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5714 " Host *\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5715 " Compression yes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5716 " 另一个方法是在你的 hgrc 中将 \"ssh -C\" 作为你的 ssh 命令,或者用于\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5717 " 命令行参数 '--ssh' 中。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5718 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5719
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5720 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5721 "Other repository doesn't support revision lookup, so a rev cannot be "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5722 "specified."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5723 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5724
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5725 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5726 "push changes to the specified destination\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5727 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5728 " Push changes from the local repository to the given destination.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5729 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5730 " This is the symmetrical operation for pull. It helps to move\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5731 " changes from the current repository to a different one. If the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5732 " destination is local this is identical to a pull in that directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5733 " from the current one.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5734 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5735 " By default, push will refuse to run if it detects the result would\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5736 " increase the number of remote heads. This generally indicates the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5737 " the client has forgotten to pull and merge before pushing.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5738 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5739 " Valid URLs are of the form:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5740 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5741 " local/filesystem/path (or file://local/filesystem/path)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5742 " ssh://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5743 " http://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5744 " https://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5745 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5746 " An optional identifier after # indicates a particular branch, tag,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5747 " or changeset to push. If -r is used, the named changeset and all its\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5748 " ancestors will be pushed to the remote repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5749 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5750 " Look at the help text for the pull command for important details\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5751 " about ssh:// URLs.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5752 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5753 " Pushing to http:// and https:// URLs is only possible, if this\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5754 " feature is explicitly enabled on the remote Mercurial server.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5755 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5756 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5757 "推送改变到指定位置\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5758 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5759 " 从本地版本库推送改变到指定位置。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5760 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5761 " 这是 'pull' 的对称操作。它从当前版本库推送改变到其它版本库。如果目标\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5762 " 是本地版本库,那么此操作与在目标版本库从当前版本库执行 'pull' 操作等\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5763 " 同。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5764 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5765 " 推送默认拒绝导致增加远程版本库顶点数目的操作。这通常表明客户端在推送\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5766 " 之前忘记取得远程版本库的修改,并且合并。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5767 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5768 " 有效的位置格式:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5769 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5770 " local/filesystem/path (or file://local/filesystem/path)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5771 " ssh://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5772 " http://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5773 " https://[user[:pass]@]host[:port]/[path]\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5774 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5775 " 在 '#' 后面可选的标识符用于指定要推送的分支,标签或改变集。如果使用了\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5776 " 选项 '-r',此命名改变集以及其祖先都会被推送到远程版本库。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5777 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5778 " 参见命令 'pull' 的帮助信息,以了解位置 'ssh://' 的重要详情。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5779 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5780 " 仅当远程水银服务器显式启用时,才能推送到位置 'http://' 和 'https://'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5781 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5782
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5783 msgid "pushing to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5784 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5785
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5786 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5787 "raw commit interface (DEPRECATED)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5788 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5789 " (DEPRECATED)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5790 " Lowlevel commit, for use in helper scripts.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5791 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5792 " This command is not intended to be used by normal users, as it is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5793 " primarily useful for importing from other SCMs.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5794 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5795 " This command is now deprecated and will be removed in a future\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5796 " release, please use debugsetparents and commit instead.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5797 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5798 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5799
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5800 msgid "(the rawcommit command is deprecated)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5801 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5802
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5803 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5804 "roll back an interrupted transaction\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5805 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5806 " Recover from an interrupted commit or pull.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5807 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5808 " This command tries to fix the repository status after an interrupted\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5809 " operation. It should only be necessary when Mercurial suggests it.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5810 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5811 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5812
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5813 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5814 "remove the specified files on the next commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5815 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5816 " Schedule the indicated files for removal from the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5817 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5818 " This only removes files from the current branch, not from the entire\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5819 " project history. -A can be used to remove only files that have already\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5820 " been deleted, -f can be used to force deletion, and -Af can be used\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5821 " to remove files from the next revision without deleting them.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5822 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5823 " The following table details the behavior of remove for different file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5824 " states (columns) and option combinations (rows). The file states are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5825 " Added, Clean, Modified and Missing (as reported by hg status). The\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5826 " actions are Warn, Remove (from branch) and Delete (from disk).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5827 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5828 " A C M !\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5829 " none W RD W R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5830 " -f R RD RD R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5831 " -A W W W R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5832 " -Af R R R R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5833 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5834 " This command schedules the files to be removed at the next commit.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5835 " To undo a remove before that, see hg revert.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5836 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5837 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5838 "在下次提交时删除指定文件\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5839 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5840 " 调度从版本库删除指定文件。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5841 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5842 " 它只从当前分支删除文件,不删除历史。'-A' 用于只移除已经删除的文\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5843 " 件,'-f' 用于强制删除,'-Af' 用于从下个版本移除文件,但是不删除\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5844 " 它们。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5845 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5846 " 下表给出了删除不同状态(列)文件的行为和可选的组合(行)。文件状态\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5847 " ('hg status' 报告的状态)是增加(A),干净(C),已修改(M),丢失(!)。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5848 " 动作是警告(W),移除(R,从分支),以及删除(D,从磁盘)。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5849 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5850 " A C M !\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5851 " none W RD W R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5852 " -f R RD RD R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5853 " -A W W W R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5854 " -Af R R R R\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5855 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5856 " 此命令调度下次提交时删除文件。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5857 " 要在此之前撤销删除,请参见 'hg revert'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5858 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5859
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5860 msgid "no files specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5861 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5862
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5863 msgid "not removing %s: file %s (use -f to force removal)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5864 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5865
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5866 msgid "still exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5867 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5868
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5869 msgid "is modified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5870 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5871
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5872 msgid "has been marked for add"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5873 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5874
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5875 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5876 "rename files; equivalent of copy + remove\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5877 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5878 " Mark dest as copies of sources; mark sources for deletion. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5879 " dest is a directory, copies are put in that directory. If dest is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5880 " a file, there can only be one source.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5881 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5882 " By default, this command copies the contents of files as they\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5883 " stand in the working directory. If invoked with --after, the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5884 " operation is recorded, but no copying is performed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5885 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5886 " This command takes effect in the next commit. To undo a rename\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5887 " before that, see hg revert.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5888 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5889 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5890
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5891 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5892 "retry file merges from a merge or update\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5893 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5894 " This command will cleanly retry unresolved file merges using file\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5895 " revisions preserved from the last update or merge. To attempt to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5896 " resolve all unresolved files, use the -a switch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5897 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5898 " This command will also allow listing resolved files and manually\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5899 " marking and unmarking files as resolved.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5900 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5901 " The codes used to show the status of files are:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5902 " U = unresolved\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5903 " R = resolved\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5904 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5905 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5906
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5907 msgid "too many options specified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5908 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5909
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5910 msgid "can't specify --all and patterns"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5911 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5912
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5913 msgid "no files or directories specified; use --all to remerge all files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5914 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5915
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5916 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5917 "restore individual files or dirs to an earlier state\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5918 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5919 " (use update -r to check out earlier revisions, revert does not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5920 " change the working dir parents)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5921 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5922 " With no revision specified, revert the named files or directories\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5923 " to the contents they had in the parent of the working directory.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5924 " This restores the contents of the affected files to an unmodified\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5925 " state and unschedules adds, removes, copies, and renames. If the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5926 " working directory has two parents, you must explicitly specify the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5927 " revision to revert to.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5928 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5929 " Using the -r option, revert the given files or directories to their\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5930 " contents as of a specific revision. This can be helpful to \"roll\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5931 " back\" some or all of an earlier change.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5932 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5933 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5934 " Revert modifies the working directory. It does not commit any\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5935 " changes, or change the parent of the working directory. If you\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5936 " revert to a revision other than the parent of the working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5937 " directory, the reverted files will thus appear modified\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5938 " afterwards.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5939 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5940 " If a file has been deleted, it is restored. If the executable\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5941 " mode of a file was changed, it is reset.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5942 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5943 " If names are given, all files matching the names are reverted.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5944 " If no arguments are given, no files are reverted.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5945 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5946 " Modified files are saved with a .orig suffix before reverting.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5947 " To disable these backups, use --no-backup.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5948 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5951 msgid "you can't specify a revision and a date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5954 msgid "no files or directories specified; use --all to revert the whole repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5957 msgid "forgetting %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5960 msgid "reverting %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5963 msgid "undeleting %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5966 msgid "saving current version of %s as %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5969 msgid "file not managed: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5972 msgid "no changes needed to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5975 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5976 "roll back the last transaction\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5977 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5978 " This command should be used with care. There is only one level of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5979 " rollback, and there is no way to undo a rollback. It will also\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5980 " restore the dirstate at the time of the last transaction, losing\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5981 " any dirstate changes since that time.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5982 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5983 " Transactions are used to encapsulate the effects of all commands\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5984 " that create new changesets or propagate existing changesets into a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5985 " repository. For example, the following commands are transactional,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5986 " and their effects can be rolled back:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5987 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5988 " commit\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5989 " import\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5990 " pull\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5991 " push (with this repository as destination)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5992 " unbundle\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5993 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5994 " This command is not intended for use on public repositories. Once\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5995 " changes are visible for pull by other users, rolling a transaction\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5996 " back locally is ineffective (someone else may already have pulled\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5997 " the changes). Furthermore, a race is possible with readers of the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5998 " repository; for example an in-progress pull from the repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
5999 " may fail if a rollback is performed.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6000 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6001 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6002
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6003 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6004 "print the root (top) of the current working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6005 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6006 " Print the root directory of the current repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6007 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6008 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6009
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6010 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6011 "export the repository via HTTP\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6012 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6013 " Start a local HTTP repository browser and pull server.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6014 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6015 " By default, the server logs accesses to stdout and errors to\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6016 " stderr. Use the \"-A\" and \"-E\" options to log to files.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6017 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6018 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6019 "通过 HTTP 发布版本库\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6020 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6021 " 启动本地 HTTP 版本库浏览器和发布服务器。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6022 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6023 " 默认服务器访问日志输出到 stdout,错误日志输出到 stderr。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6024 " 可以使用选项 \"-A\" 和 \"-E\",将这些日志输出到文件。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6025 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6026
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6027 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6028 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6029
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6030 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6031 "show changed files in the working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6032 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6033 " Show status of files in the repository. If names are given, only\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6034 " files that match are shown. Files that are clean or ignored or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6035 " source of a copy/move operation, are not listed unless -c (clean),\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6036 " -i (ignored), -C (copies) or -A is given. Unless options described\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6037 " with \"show only ...\" are given, the options -mardu are used.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6038 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6039 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6040 " unless explicitly requested with -u/--unknown or -i/-ignored.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6041 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6042 " NOTE: status may appear to disagree with diff if permissions have\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6043 " changed or a merge has occurred. The standard diff format does not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6044 " report permission changes and diff only reports changes relative\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6045 " to one merge parent.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6046 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6047 " If one revision is given, it is used as the base revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6048 " If two revisions are given, the difference between them is shown.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6049 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6050 " The codes used to show the status of files are:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6051 " M = modified\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6052 " A = added\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6053 " R = removed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6054 " C = clean\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6055 " ! = deleted, but still tracked\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6056 " ? = not tracked\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6057 " I = ignored\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6058 " = the previous added file was copied from here\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6059 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6060 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6061 "显示工作目录中已改变的文件\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6062 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6063 " 显示版本库中的文件状态。如果指定文件名称,只显示匹配的文件。干净的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6064 " 文件,被忽略的文件,复制/移动的源文件,不会被显示,除非使用了选项\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6065 " '-c' (干净的),'-i' (被忽略的),'-C' (复制源) 或者 '-A' (全部)。除\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6066 " 非使用了选项 \"只显示 ...\",否则就使用选项 '-mardu'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6067 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6068 " 选项 '-q/--quiet' 隐藏未跟踪(未知或被忽略)的文件,除非明确地使用选\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6069 " 项 '-u/--unknown' 或 ‘-i/-ignored’。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6070 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6071 " 注意: 如果修改了权限或者执行了合并,'status' 与 'diff' 的显示可能\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6072 " 不一致。标准差异格式不报告权限的改变,'diff' 只报告相对于一个合并\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6073 " 父亲的改变。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6074 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6075 " 如果给出 1 个版本,就用于基础版本。如果给出 2 个版本,就显示其差异。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6076 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6077 " 显示文件状态的代码是:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6078 " M = 已修改\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6079 " A = 已增加\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6080 " R = 已移除\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6081 " C = 干净的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6082 " ! = 已删除,仍旧被跟踪\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6083 " ? = 未跟踪\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6084 " I = 已忽略\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6085 " = 早先增加的文件自此复制\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6086 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6087
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6088 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6089 "add one or more tags for the current or given revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6090 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6091 " Name a particular revision using <name>.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6092 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6093 " Tags are used to name particular revisions of the repository and are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6094 " very useful to compare different revisions, to go back to significant\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6095 " earlier versions or to mark branch points as releases, etc.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6096 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6097 " If no revision is given, the parent of the working directory is used,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6098 " or tip if no revision is checked out.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6099 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6100 " To facilitate version control, distribution, and merging of tags,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6101 " they are stored as a file named \".hgtags\" which is managed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6102 " similarly to other project files and can be hand-edited if\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6103 " necessary. The file '.hg/localtags' is used for local tags (not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6104 " shared among repositories).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6105 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6106 " See 'hg help dates' for a list of formats valid for -d/--date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6107 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6108 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6109
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6110 msgid "tag names must be unique"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6111 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6112
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6113 msgid "the name '%s' is reserved"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6114 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6115
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6116 msgid "--rev and --remove are incompatible"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6117 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6118
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6119 msgid "tag '%s' does not exist"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6120 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6121
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6122 msgid "tag '%s' is not a %s tag"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6123 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6124
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6125 msgid "Removed tag %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6126 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6127
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6128 msgid "tag '%s' already exists (use -f to force)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6129 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6130
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6131 msgid "Added tag %s for changeset %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6132 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6133
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6134 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6135 "list repository tags\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6136 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6137 " This lists both regular and local tags. When the -v/--verbose switch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6138 " is used, a third column \"local\" is printed for local tags.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6139 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6140 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6141
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6142 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6143 "show the tip revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6144 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6145 " The tip revision (usually just called the tip) is the most\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6146 " recently added changeset in the repository, the most recently\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6147 " changed head.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6148 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6149 " If you have just made a commit, that commit will be the tip. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6150 " you have just pulled changes from another repository, the tip of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6151 " that repository becomes the current tip. The \"tip\" tag is special\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6152 " and cannot be renamed or assigned to a different changeset.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6153 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6154 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6155
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6156 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6157 "apply one or more changegroup files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6158 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6159 " Apply one or more compressed changegroup files generated by the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6160 " bundle command.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6161 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6162 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6163
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6164 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6165 "update working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6166 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6167 " Update the repository's working directory to the specified revision,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6168 " or the tip of the current branch if none is specified. Use null as\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6169 " the revision to remove the working copy (like 'hg clone -U').\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6170 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6171 " When the working dir contains no uncommitted changes, it will be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6172 " replaced by the state of the requested revision from the repo. When\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6173 " the requested revision is on a different branch, the working dir\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6174 " will additionally be switched to that branch.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6175 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6176 " When there are uncommitted changes, use option -C to discard them,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6177 " forcibly replacing the state of the working dir with the requested\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6178 " revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6179 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6180 " When there are uncommitted changes and option -C is not used, and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6181 " the parent revision and requested revision are on the same branch,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6182 " and one of them is an ancestor of the other, then the new working\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6183 " directory will contain the requested revision merged with the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6184 " uncommitted changes. Otherwise, the update will fail with a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6185 " suggestion to use 'merge' or 'update -C' instead.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6186 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6187 " If you want to update just one file to an older revision, use revert.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6188 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6189 " See 'hg help dates' for a list of formats valid for --date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6190 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6191 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6192 "更新工作目录\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6193 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6194 " 更新工作目录到指定版本,或者到当前分支的顶点。使用 'null' 作为版本可以\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6195 " 删除工作副本(类似于 'hg clone -U')。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6196 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6197 " 当工作目录包含未提交的修改时,它会被版本库中指定版本的状态替换。当请求\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6198 " 的版本位于不同分支时,工作目录会被切换到此分支。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6199 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6200 " 可以使用选项 '-C' 来丢弃未提交的修改,强制使用请求的版本替换工作目录的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6201 " 状态。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6202 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6203 " 当有未提交的修改,没有使用选项 '-C',父版本和请求版本位于不同分支,并且\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6204 " 其中一个是另一个的祖先时,那么新的工作目录包含请求版本与未提交的修改的\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6205 " 合并结果。否则,更新会失败,建议使用 'merge' 或 'update -C'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6206 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6207 " 如果你只想更新一个文件到旧版本,请使用 'revert'。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6208 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6209 " 参见 'hg help dates' 以获得 '-d/--date' 的有效格式列表。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6210 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6211
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6212 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6213 "verify the integrity of the repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6214 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6215 " Verify the integrity of the current repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6216 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6217 " This will perform an extensive check of the repository's\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6218 " integrity, validating the hashes and checksums of each entry in\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6219 " the changelog, manifest, and tracked files, as well as the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6220 " integrity of their crosslinks and indices.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6221 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6222 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6223
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6224 msgid "output version and copyright information"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6225 msgstr "输出版本和版权信息"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6226
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6227 msgid "Mercurial Distributed SCM (version %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6228 msgstr "分布式软件配置管理工具 - 水银 (版本 %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6229
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6230 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6231 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6232 "Copyright (C) 2005-2008 Matt Mackall <mpm@selenic.com> and others\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6233 "This is free software; see the source for copying conditions. There is NO\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6234 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6235 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6236 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6237 "版权所有 (C) 2005-2008 Matt Mackall <mpm@selenic.com> 和其他人。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6238 "这是自由软件,具体参见版权条款。这里没有任何担保,甚至没有适合\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6239 "特定目的的隐含的担保。\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6240
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6241 msgid "repository root directory or symbolic path name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6242 msgstr "版本库的根目录或符号路径名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6243
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6244 msgid "change working directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6245 msgstr "改变工作目录"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6246
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6247 msgid "do not prompt, assume 'yes' for any required answers"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6248 msgstr "不再询问,假定所有答案都是 'yes'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6249
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6250 msgid "suppress output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6251 msgstr "抑制输出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6252
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6253 msgid "enable additional output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6254 msgstr "启用额外的输出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6255
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6256 msgid "set/override config option"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6257 msgstr "设置/覆盖配置选项"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6258
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6259 msgid "enable debugging output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6260 msgstr "启用调试输出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6261
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6262 msgid "start debugger"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6263 msgstr "启动调试器"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6264
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6265 msgid "set the charset encoding"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6266 msgstr "设置字符集编码"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6267
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6268 msgid "set the charset encoding mode"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6269 msgstr "设置字符集编码模式"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6270
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6271 msgid "print improved command execution profile"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6272 msgstr "显示改良的命令执行剖析"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6273
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6274 msgid "print traceback on exception"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6275 msgstr "显示异常的跟踪"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6276
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6277 msgid "time how long the command takes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6278 msgstr "为命令计时"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6279
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6280 msgid "print command execution profile"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6281 msgstr "显示命令执行的剖析"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6282
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6283 msgid "output version information and exit"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6284 msgstr "显示版本信息后退出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6285
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6286 msgid "display help and exit"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6287 msgstr "显示帮助后退出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6288
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6289 msgid "do not perform actions, just print output"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6290 msgstr "不执行操作,只打印输出"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6291
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6292 msgid "specify ssh command to use"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6293 msgstr "指定要使用的 'ssh' 命令"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6294
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6295 msgid "specify hg command to run on the remote side"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6296 msgstr "指定要在远程运行的 'hg' 命令"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6297
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6298 msgid "include names matching the given patterns"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6299 msgstr "包含匹配指定模式的名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6300
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6301 msgid "exclude names matching the given patterns"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6302 msgstr "拒绝匹配指定模式的名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6303
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6304 msgid "use <text> as commit message"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6305 msgstr "使用 <text> 作为提交日志"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6306
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6307 msgid "read commit message from <file>"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6308 msgstr "从 <file> 读取提交日志"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6309
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6310 msgid "record datecode as commit date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6311 msgstr "将提供的日期作为提交日期"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6312
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6313 msgid "record user as committer"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6314 msgstr "将提供的用户作为提交者"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6315
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6316 msgid "display using template map file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6317 msgstr "使用指定的样式显示"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6318
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6319 msgid "display with template"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6320 msgstr "使用指定的模板显示"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6321
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6322 msgid "do not show merges"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6323 msgstr "不显示合并"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6324
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6325 msgid "treat all files as text"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6326 msgstr "将所有文件视为文本文件"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6327
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6328 msgid "don't include dates in diff headers"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6329 msgstr "不要的差异头中包含日期"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6330
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6331 msgid "show which function each change is in"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6332 msgstr "为每个修改显示在什么函数中"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6333
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6334 msgid "ignore white space when comparing lines"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6335 msgstr "当比较行时忽略空白"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6336
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6337 msgid "ignore changes in the amount of white space"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6338 msgstr "忽略空白数量的改变"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6339
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6340 msgid "ignore changes whose lines are all blank"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6341 msgstr "忽略空行的改变"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6342
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6343 msgid "number of lines of context to show"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6344 msgstr "显示几行上下文"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6345
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6346 msgid "guess renamed files by similarity (0<=s<=100)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6347 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6348
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6349 msgid "[OPTION]... [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6350 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6351
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6352 msgid "annotate the specified revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6353 msgstr "追溯指定版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6354
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6355 msgid "follow file copies and renames"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6356 msgstr "处理文件复制与改名"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6357
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6358 msgid "list the author (long with -v)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6359 msgstr "列出作者 (增加 '-v' 会以长格式显示)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6360
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6361 msgid "list the date (short with -q)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6362 msgstr "列出日期 (增加 '-q' 会以短格式显示)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6363
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6364 msgid "list the revision number (default)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6365 msgstr "列出版本号 (默认)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6366
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6367 msgid "list the changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6368 msgstr "列出改变集"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6369
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6370 msgid "show line number at the first appearance"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6371 msgstr "列出首次出现时的行号"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6372
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6373 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6374 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6375
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6376 msgid "do not pass files through decoders"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6377 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6378
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6379 msgid "directory prefix for files in archive"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6380 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6381
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6382 msgid "revision to distribute"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6383 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6384
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6385 msgid "type of distribution to create"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6386 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6387
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6388 msgid "[OPTION]... DEST"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6389 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6390
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6391 msgid "merge with old dirstate parent after backout"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6392 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6393
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6394 msgid "parent to choose when backing out merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6395 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6396
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6397 msgid "revision to backout"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6398 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6399
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6400 msgid "[OPTION]... [-r] REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6401 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6402
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6403 msgid "reset bisect state"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6404 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6405
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6406 msgid "mark changeset good"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6407 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6408
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6409 msgid "mark changeset bad"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6410 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6411
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6412 msgid "skip testing changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6413 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6414
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6415 msgid "use command to check changeset state"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6416 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6417
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6418 msgid "do not update to target"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6419 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6420
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6421 msgid "[-gbsr] [-c CMD] [REV]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6422 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6423
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6424 msgid "set branch name even if it shadows an existing branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6425 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6426
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6427 msgid "reset branch name to parent branch name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6428 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6429
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6430 msgid "[-fC] [NAME]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6431 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6432
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6433 msgid "show only branches that have unmerged heads"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6434 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6435
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6436 msgid "[-a]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6437 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6438
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6439 msgid "run even when remote repository is unrelated"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6440 msgstr "纵然远程版本库是无关的也要执行"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6441
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6442 msgid "a changeset up to which you would like to bundle"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6443 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6444
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6445 msgid "a base changeset to specify instead of a destination"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6446 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6447
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6448 msgid "bundle all changesets in the repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6449 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6450
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6451 msgid "bundle compression type to use"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6452 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6453
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6454 msgid "[-f] [-a] [-r REV]... [--base REV]... FILE [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6455 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6456
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6457 msgid "print output to file with formatted name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6458 msgstr "输出到使用格式化名称的文件中"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6459
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6460 msgid "print the given revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6461 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6462
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6463 msgid "apply any matching decode filter"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6464 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6465
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6466 msgid "[OPTION]... FILE..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6467 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6468
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6469 msgid "the clone will only contain a repository (no working copy)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6470 msgstr "只复制版本库(没有工作副本)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6471
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6472 msgid "a changeset you would like to have after cloning"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6473 msgstr "复制后你期望有的改变集"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6474
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6475 msgid "[OPTION]... SOURCE [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6476 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6477
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6478 msgid "mark new/missing files as added/removed before committing"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6479 msgstr "在提交之前将'新的/丢失的'文件标记为'已增加/已删除'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6480
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6481 msgid "mark a branch as closed, hiding it from the branch list"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6482 msgstr "标记一个分支已关闭,不在分支列表中显示"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6483
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6484 msgid "record a copy that has already occurred"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6485 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6486
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6487 msgid "forcibly copy over an existing managed file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6488 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6489
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6490 msgid "[OPTION]... [SOURCE]... DEST"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6491 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6492
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6493 msgid "[INDEX] REV1 REV2"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6494 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6495
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6496 msgid "show the command options"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6497 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6498
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6499 msgid "[-o] CMD"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6500 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6501
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6502 msgid "try extended date formats"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6503 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6504
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6505 msgid "[-e] DATE [RANGE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6506 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6507
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6508 msgid "FILE REV"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6509 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6510
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6511 msgid "[PATH]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6512 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6513
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6514 msgid "FILE"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6515 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6516
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6517 msgid "parent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6518 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6519
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6520 msgid "file list"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6521 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6522
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6523 msgid "revision to rebuild to"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6524 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6525
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6526 msgid "[-r REV] [REV]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6527 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6528
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6529 msgid "revision to debug"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6530 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6531
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6532 msgid "[-r REV] FILE"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6533 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6534
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6535 msgid "REV1 [REV2]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6536 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6537
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6538 msgid "do not display the saved mtime"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6539 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6540
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6541 msgid "[OPTION]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6542 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6543
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6544 msgid "change made by revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6545 msgstr "此版本的修改"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6546
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6547 msgid "[OPTION]... [-r REV1 [-r REV2]] [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6548 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6549
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6550 msgid "diff against the second parent"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6551 msgstr "与第二个父亲比较"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6552
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6553 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6554 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6555
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6556 msgid "end fields with NUL"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6557 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6558
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6559 msgid "print all revisions that match"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6560 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6561
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6562 msgid "follow changeset history, or file history across copies and renames"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6563 msgstr "跟踪改变集历史,或者跟踪文件的复制与改名操作"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6564
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6565 msgid "ignore case when matching"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6566 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6567
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6568 msgid "print only filenames and revs that match"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6569 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6570
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6571 msgid "print matching line numbers"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6572 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6573
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6574 msgid "search in given revision range"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6575 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6576
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6577 msgid "[OPTION]... PATTERN [FILE]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6578 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6579
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6580 msgid "show only heads which are descendants of rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6581 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6582
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6583 msgid "show only the active heads from open branches"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6584 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6585
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6586 msgid "[-r REV] [REV]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6587 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6588
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6589 msgid "[TOPIC]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6590 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6591
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6592 msgid "identify the specified rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6593 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6594
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6595 msgid "show local revision number"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6596 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6597
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6598 msgid "show global revision id"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6599 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6600
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6601 msgid "show branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6602 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6603
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6604 msgid "show tags"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6605 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6606
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6607 msgid "[-nibt] [-r REV] [SOURCE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6608 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6609
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6610 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6611 "directory strip option for patch. This has the same\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6612 "meaning as the corresponding patch option"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6613 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6614
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6615 msgid "base path"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6616 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6617
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6618 msgid "skip check for outstanding uncommitted changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6619 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6620
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6621 msgid "don't commit, just update the working directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6622 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6623
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6624 msgid "apply patch to the nodes from which it was generated"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6625 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6626
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6627 msgid "Use any branch information in patch (implied by --exact)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6628 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6629
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6630 msgid "[OPTION]... PATCH..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6631 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6632
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6633 msgid "show newest record first"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6634 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6635
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6636 msgid "file to store the bundles into"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6637 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6638
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6639 msgid "a specific revision up to which you would like to pull"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6640 msgstr "指定要取得的最高版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6641
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6642 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6643 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6644
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6645 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6646 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6647
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6648 msgid "search the repository as it stood at rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6649 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6650
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6651 msgid "end filenames with NUL, for use with xargs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6652 msgstr "在文件名称结尾增加 NUL,用于 xargs"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6653
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6654 msgid "print complete paths from the filesystem root"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6655 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6656
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6657 msgid "[OPTION]... [PATTERN]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6658 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6659
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6660 msgid "only follow the first parent of merge changesets"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6661 msgstr "只跟踪改变集的第一个父亲"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6662
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6663 msgid "show revs matching date spec"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6664 msgstr "显示匹配日期的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6665
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6666 msgid "show copied files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6667 msgstr "显示复制的文件"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6668
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6669 msgid "do case-insensitive search for a keyword"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6670 msgstr "对关键字执行不区分大小写的搜索"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6671
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6672 msgid "include revs where files were removed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6673 msgstr "包含删除文件的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6674
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6675 msgid "show only merges"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6676 msgstr "只显示合并"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6677
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6678 msgid "revs committed by user"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6679 msgstr "指定用户提交的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6680
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6681 msgid "show only changesets within the given named branch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6682 msgstr "只显示位于指定命名分支中的改变集"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6683
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6684 msgid "do not display revision or any of its ancestors"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6685 msgstr "不显示指定版本或其祖先"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6686
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6687 msgid "[OPTION]... [FILE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6688 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6689
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6690 msgid "revision to display"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6691 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6692
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6693 msgid "[-r REV]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6694 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6695
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6696 msgid "force a merge with outstanding changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6697 msgstr "强制与已有修改合并"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6698
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6699 msgid "revision to merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6700 msgstr "要合并的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6701
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6702 msgid "[-f] [[-r] REV]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6703 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6704
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6705 msgid "a specific revision up to which you would like to push"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6706 msgstr "指定你要推送的最高版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6707
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6708 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6709 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6710
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6711 msgid "show parents from the specified rev"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6712 msgstr "从指定的版本显示父亲"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6713
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6714 msgid "hg parents [-r REV] [FILE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6715 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6716
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6717 msgid "[NAME]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6718 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6719
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6720 msgid "update to new tip if changesets were pulled"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6721 msgstr "如果有新的改变集,就更新到最新版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6722
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6723 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6724 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6725
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6726 msgid "force push"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6727 msgstr "强制推送"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6728
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6729 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6730 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6731
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6732 msgid "record delete for missing files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6733 msgstr "将丢失的文件视为删除"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6734
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6735 msgid "remove (and delete) file even if added or modified"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6736 msgstr "删除文件,纵然它已被增加或修改"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6737
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6738 msgid "record a rename that has already occurred"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6739 msgstr "记录已经发生的改名"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6740
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6741 msgid "[OPTION]... SOURCE... DEST"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6742 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6743
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6744 msgid "remerge all unresolved files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6745 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6746
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6747 msgid "list state of files needing merge"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6748 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6749
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6750 msgid "mark files as resolved"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6751 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6752
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6753 msgid "unmark files as resolved"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6754 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6755
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6756 msgid "revert all changes when no arguments given"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6757 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6758
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6759 msgid "tipmost revision matching date"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6760 msgstr "匹配最接近顶点的日期"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6761
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6762 msgid "revision to revert to"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6763 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6764
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6765 msgid "do not save backup copies of files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6766 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6767
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6768 msgid "[OPTION]... [-r REV] [NAME]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6769 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6770
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6771 msgid "name of access log file to write to"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6772 msgstr "记录访问日志的文件名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6773
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6774 msgid "name of error log file to write to"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6775 msgstr "记录错误日志的文件名称"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6776
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6777 msgid "port to listen on (default: 8000)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6778 msgstr "监听的端口(默认: 8000)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6779
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6780 msgid "address to listen on (default: all interfaces)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6781 msgstr "监听地址(默认: 所有地址)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6782
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6783 msgid "prefix path to serve from (default: server root)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6784 msgstr "服务路径前缀(默认: 服务器根)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6785
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6786 msgid "name to show in web pages (default: working dir)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6787 msgstr "在 WEB 页面中显示的名称(默认: 工作目录)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6788
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6789 msgid "name of the webdir config file (serve more than one repo)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6790 msgstr "webdir 配置文件的名称(发布多个版本库)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6791
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6792 msgid "for remote clients"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6793 msgstr "针对远程客户端"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6794
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6795 msgid "web templates to use"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6796 msgstr "使用的 WEB 模板"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6797
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6798 msgid "template style to use"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6799 msgstr "使用的显示样式"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6800
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6801 msgid "use IPv6 in addition to IPv4"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6802 msgstr "同时使用 IPv6 和 IPv4"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6803
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6804 msgid "SSL certificate file"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6805 msgstr "SSL 证书文件"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6806
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6807 msgid "show untrusted configuration options"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6808 msgstr "显示不能信赖的配置选项"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6809
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6810 msgid "[-u] [NAME]..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6811 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6812
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6813 msgid "show status of all files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6814 msgstr "显示全部文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6815
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6816 msgid "show only modified files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6817 msgstr "只显示已修改文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6818
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6819 msgid "show only added files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6820 msgstr "只显示已增加文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6821
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6822 msgid "show only removed files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6823 msgstr "只显示已移除文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6824
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6825 msgid "show only deleted (but tracked) files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6826 msgstr "只显示已删除(但被跟踪)文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6827
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6828 msgid "show only files without changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6829 msgstr "只显示无改动文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6830
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6831 msgid "show only unknown (not tracked) files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6832 msgstr "只显示未知(未被跟踪)文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6833
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6834 msgid "show only ignored files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6835 msgstr "只显示被忽略文件的状态"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6836
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6837 msgid "hide status prefix"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6838 msgstr "隐藏状态前缀"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6839
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6840 msgid "show source of copied files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6841 msgstr "显示文件的复制源"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6842
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6843 msgid "show difference from revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6844 msgstr "显示版本差异"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6845
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6846 msgid "replace existing tag"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6847 msgstr "替换已有的标签"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6848
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6849 msgid "make the tag local"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6850 msgstr "标记标签为本地"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6851
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6852 msgid "revision to tag"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6853 msgstr "标签对应的版本"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6854
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6855 msgid "remove a tag"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6856 msgstr "删除标签"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6857
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6858 msgid "[-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6859 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6860
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6861 msgid "[-p]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6862 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6863
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6864 msgid "update to new tip if changesets were unbundled"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6865 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6866
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6867 msgid "[-u] FILE..."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6868 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6869
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6870 msgid "overwrite locally modified files (no backup)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6871 msgstr "覆盖本地修改的文件(不备份)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6872
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6873 msgid "[-C] [-d DATE] [[-r] REV]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6874 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6875
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6876 msgid "not found in manifest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6877 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6878
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6879 msgid "branch name not in UTF-8!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6880 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6881
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6882 msgid " searching for copies back to rev %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6883 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6884
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6885 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6886 " unmatched files in local:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6887 " %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6888 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6889
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6890 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6891 " unmatched files in other:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6892 " %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6893 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6894
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6895 msgid " all copies found (* = to merge, ! = divergent):\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6896 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6897
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6898 msgid " %s -> %s %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6899 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6900
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6901 msgid " checking for directory renames\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6902 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6903
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6904 msgid " dir %s -> %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6905 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6906
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6907 msgid " file %s -> %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6908 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6909
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6910 msgid "'\\n' and '\\r' disallowed in filenames: %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6911 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6912
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6913 msgid "directory %r already in dirstate"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6914 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6915
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6916 msgid "file %r in dirstate clashes with %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6917 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6918
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6919 msgid "not in dirstate: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6920 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6921
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6922 msgid "character device"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6923 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6924
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6925 msgid "block device"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6926 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6927
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6928 msgid "fifo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6929 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6930
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6931 msgid "socket"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6932 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6933
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6934 msgid "directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6935 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6936
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6937 msgid "%s: unsupported file type (type is %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6938 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6939
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6940 msgid "abort: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6941 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6942
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6943 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6944 "hg: command '%s' is ambiguous:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6945 " %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6946 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6947
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6948 msgid "timed out waiting for lock held by %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6951 msgid "lock held by %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6954 msgid "abort: %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6957 msgid "abort: could not lock %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6960 msgid "hg %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6963 msgid "hg: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6966 msgid "abort: %s!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6969 msgid "abort: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6972 msgid " empty string\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6975 msgid "killed!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6976 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6977
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6978 msgid "hg: unknown command '%s'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6979 msgstr "hg: 未知命令 '%s'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6980
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6981 msgid "abort: could not import module %s!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6982 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6983
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6984 msgid "(did you forget to compile extensions?)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6987 msgid "(is your Python install correct?)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6988 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6989
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6990 msgid "abort: error: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6991 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6992
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6993 msgid "broken pipe\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6994 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6995
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6996 msgid "interrupted!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6997 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6998
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
6999 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7000 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7001 "broken pipe\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7002 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7003
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7004 msgid "abort: out of memory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7005 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7006
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7007 msgid "** unknown exception encountered, details follow\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7008 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7009
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7010 msgid "** report bug details to http://www.selenic.com/mercurial/bts\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7011 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7012
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7013 msgid "** or mercurial@selenic.com\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7014 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7015
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7016 msgid "** Mercurial Distributed SCM (version %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7017 msgstr "** 分布式软件配置管理工具 - 水银 (版本 %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7018
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7019 msgid "** Extensions loaded: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7020 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7021
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7022 msgid "malformed --config option: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7023 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7024
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7025 msgid "extension '%s' overrides commands: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7026 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7027
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7028 msgid "Option --config may not be abbreviated!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7029 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7030
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7031 msgid "Option --cwd may not be abbreviated!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7032 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7033
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7034 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7035 "Option -R has to be separated from other options (i.e. not -qR) and --"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7036 "repository may only be abbreviated as --repo!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7037 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7038
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7039 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7040 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7041
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7042 msgid "repository '%s' is not local"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7043 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7044
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7045 msgid "invalid arguments"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7046 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7047
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7048 msgid "exception raised - generating profile anyway\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7049 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7050
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7051 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7052 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7053 "misc/lsprof/"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7054 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7055
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7056 msgid "*** failed to import extension %s from %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7057 msgstr "*** 加载扩展 '%s',自 '%s': %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7058
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7059 msgid "*** failed to import extension %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7060 msgstr "*** 加载扩展 '%s' 失败: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7061
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7062 msgid "couldn't find merge tool %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7063 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7064
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7065 msgid "tool %s can't handle symlinks\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7066 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7067
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7068 msgid "tool %s can't handle binary\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7069 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7070
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7071 msgid "tool %s requires a GUI\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7072 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7073
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7074 msgid "picked tool '%s' for %s (binary %s symlink %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7075 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7077 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7078 " no tool found to merge %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7079 "keep (l)ocal or take (o)ther?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7080 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7081
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7082 msgid "[lo]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7083 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7084
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7085 msgid "l"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7086 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7087
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7088 msgid "merging %s and %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7089 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7090
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7091 msgid "merging %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7092 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7093
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7094 msgid "my %s other %s ancestor %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7095 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7096
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7097 msgid " premerge successful\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7098 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7099
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7100 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7101 " output file %s appears unchanged\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7102 "was merge successful (yn)?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7103 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7104
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7105 msgid "[yn]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7106 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7107
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7108 msgid "n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7109 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7110
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7111 msgid "merging %s failed!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7112 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7113
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7114 msgid "Inconsistent state, %s:%s is good and bad"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7115 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7116
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7117 msgid "unknown bisect kind %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7118 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7119
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7120 msgid "Date Formats"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7121 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7122
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7123 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7124 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7125 " Some commands allow the user to specify a date:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7126 " backout, commit, import, tag: Specify the commit date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7127 " log, revert, update: Select revision(s) by date.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7128 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7129 " Many date formats are valid. Here are some examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7130 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7131 " \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7132 " \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7133 " \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7134 " \"Dec 6\" (midnight)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7135 " \"13:18\" (today assumed)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7136 " \"3:39\" (3:39AM assumed)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7137 " \"3:39pm\" (15:39)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7138 " \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7139 " \"2006-12-6 13:18\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7140 " \"2006-12-6\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7141 " \"12-6\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7142 " \"12/6\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7143 " \"12/6/6\" (Dec 6 2006)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7144 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7145 " Lastly, there is Mercurial's internal format:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7146 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7147 " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7148 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7149 " This is the internal representation format for dates. unixtime is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7150 " the number of seconds since the epoch (1970-01-01 00:00 UTC). offset\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7151 " is the offset of the local timezone, in seconds west of UTC (negative\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7152 " if the timezone is east of UTC).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7153 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7154 " The log command also accepts date ranges:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7155 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7156 " \"<{date}\" - on or before a given date\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7157 " \">{date}\" - on or after a given date\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7158 " \"{date} to {date}\" - a date range, inclusive\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7159 " \"-{days}\" - within a given number of days of today\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7160 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7161 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7162
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7163 msgid "File Name Patterns"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7164 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7165
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7166 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7167 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7168 " Mercurial accepts several notations for identifying one or more\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7169 " files at a time.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7170 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7171 " By default, Mercurial treats filenames as shell-style extended\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7172 " glob patterns.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7173 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7174 " Alternate pattern notations must be specified explicitly.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7175 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7176 " To use a plain path name without any pattern matching, start a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7177 " name with \"path:\". These path names must match completely, from\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7178 " the root of the current repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7179 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7180 " To use an extended glob, start a name with \"glob:\". Globs are\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7181 " rooted at the current directory; a glob such as \"*.c\" will match\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7182 " files ending in \".c\" in the current directory only.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7183 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7184 " The supported glob syntax extensions are \"**\" to match any string\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7185 " across path separators, and \"{a,b}\" to mean \"a or b\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7186 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7187 " To use a Perl/Python regular expression, start a name with \"re:\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7188 " Regexp pattern matching is anchored at the root of the repository.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7189 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7190 " Plain examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7191 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7192 " path:foo/bar a name bar in a directory named foo in the root of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7193 " the repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7194 " path:path:name a file or directory named \"path:name\"\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7195 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7196 " Glob examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7197 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7198 " glob:*.c any name ending in \".c\" in the current directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7199 " *.c any name ending in \".c\" in the current directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7200 " **.c any name ending in \".c\" in the current directory, or\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7201 " any subdirectory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7202 " foo/*.c any name ending in \".c\" in the directory foo\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7203 " foo/**.c any name ending in \".c\" in the directory foo, or any\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7204 " subdirectory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7205 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7206 " Regexp examples:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7207 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7208 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7209 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7210 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7211 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7212
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7213 msgid "Environment Variables"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7214 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7215
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7216 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7217 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7218 "HG::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7219 " Path to the 'hg' executable, automatically passed when running hooks,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7220 " extensions or external tools. If unset or empty, an executable named\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7221 " 'hg' (with com/exe/bat/cmd extension on Windows) is searched.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7222 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7223 "HGEDITOR::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7224 " This is the name of the editor to use when committing. See EDITOR.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7225 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7226 " (deprecated, use .hgrc)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7227 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7228 "HGENCODING::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7229 " This overrides the default locale setting detected by Mercurial.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7230 " This setting is used to convert data including usernames,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7231 " changeset descriptions, tag names, and branches. This setting can\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7232 " be overridden with the --encoding command-line option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7233 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7234 "HGENCODINGMODE::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7235 " This sets Mercurial's behavior for handling unknown characters\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7236 " while transcoding user inputs. The default is \"strict\", which\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7237 " causes Mercurial to abort if it can't translate a character. Other\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7238 " settings include \"replace\", which replaces unknown characters, and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7239 " \"ignore\", which drops them. This setting can be overridden with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7240 " the --encodingmode command-line option.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7241 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7242 "HGMERGE::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7243 " An executable to use for resolving merge conflicts. The program\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7244 " will be executed with three arguments: local file, remote file,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7245 " ancestor file.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7246 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7247 " (deprecated, use .hgrc)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7248 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7249 "HGRCPATH::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7250 " A list of files or directories to search for hgrc files. Item\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7251 " separator is \":\" on Unix, \";\" on Windows. If HGRCPATH is not set,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7252 " platform default search path is used. If empty, only .hg/hgrc of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7253 " current repository is read.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7254 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7255 " For each element in path, if a directory, all entries in directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7256 " ending with \".rc\" are added to path. Else, element itself is\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7257 " added to path.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7258 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7259 "HGUSER::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7260 " This is the string used for the author of a commit.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7261 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7262 " (deprecated, use .hgrc)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7263 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7264 "EMAIL::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7265 " If HGUSER is not set, this will be used as the author for a commit.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7266 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7267 "LOGNAME::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7268 " If neither HGUSER nor EMAIL is set, LOGNAME will be used (with\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7269 " '@hostname' appended) as the author value for a commit.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7270 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7271 "VISUAL::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7272 " This is the name of the editor to use when committing. See EDITOR.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7273 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7274 "EDITOR::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7275 " Sometimes Mercurial needs to open a text file in an editor\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7276 " for a user to modify, for example when writing commit messages.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7277 " The editor it uses is determined by looking at the environment\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7278 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7279 " non-empty one is chosen. If all of them are empty, the editor\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7280 " defaults to 'vi'.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7281 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7282 "PYTHONPATH::\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7283 " This is used by Python to find imported modules and may need to be set\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7284 " appropriately if Mercurial is not installed system-wide.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7285 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7286 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7287
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7288 msgid "Specifying Single Revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7289 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7290
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7291 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7292 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7293 " Mercurial accepts several notations for identifying individual\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7294 " revisions.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7295 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7296 " A plain integer is treated as a revision number. Negative\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7297 " integers are treated as offsets from the tip, with -1 denoting the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7298 " tip.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7299 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7300 " A 40-digit hexadecimal string is treated as a unique revision\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7301 " identifier.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7302 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7303 " A hexadecimal string less than 40 characters long is treated as a\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7304 " unique revision identifier, and referred to as a short-form\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7305 " identifier. A short-form identifier is only valid if it is the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7306 " prefix of one full-length identifier.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7307 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7308 " Any other string is treated as a tag name, which is a symbolic\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7309 " name associated with a revision identifier. Tag names may not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7310 " contain the \":\" character.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7311 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7312 " The reserved name \"tip\" is a special tag that always identifies\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7313 " the most recent revision.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7314 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7315 " The reserved name \"null\" indicates the null revision. This is the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7316 " revision of an empty repository, and the parent of revision 0.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7317 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7318 " The reserved name \".\" indicates the working directory parent. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7319 " no working directory is checked out, it is equivalent to null.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7320 " If an uncommitted merge is in progress, \".\" is the revision of\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7321 " the first parent.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7322 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7323 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7324
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7325 msgid "Specifying Multiple Revisions"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7326 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7327
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7328 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7329 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7330 " When Mercurial accepts more than one revision, they may be\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7331 " specified individually, or provided as a continuous range,\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7332 " separated by the \":\" character.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7333 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7334 " The syntax of range notation is [BEGIN]:[END], where BEGIN and END\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7335 " are revision identifiers. Both BEGIN and END are optional. If\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7336 " BEGIN is not specified, it defaults to revision number 0. If END\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7337 " is not specified, it defaults to the tip. The range \":\" thus\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7338 " means \"all revisions\".\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7339 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7340 " If BEGIN is greater than END, revisions are treated in reverse\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7341 " order.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7342 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7343 " A range acts as a closed interval. This means that a range of 3:5\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7344 " gives 3, 4 and 5. Similarly, a range of 4:2 gives 4, 3, and 2.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7345 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7346 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7347
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7348 msgid "Diff Formats"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7349 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7350
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7351 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7352 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7353 " Mercurial's default format for showing changes between two versions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7354 " of a file is compatible with the unified format of GNU diff, which\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7355 " can be used by GNU patch and many other standard tools.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7356 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7357 " While this standard format is often enough, it does not encode the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7358 " following information:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7359 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7360 " - executable status\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7361 " - copy or rename information\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7362 " - changes in binary files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7363 " - creation or deletion of empty files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7364 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7365 " Mercurial also supports the extended diff format from the git VCS\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7366 " which addresses these limitations. The git diff format is not\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7367 " produced by default because there are very few tools which\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7368 " understand this format.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7369 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7370 " This means that when generating diffs from a Mercurial repository\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7371 " (e.g. with \"hg export\"), you should be careful about things like\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7372 " file copies and renames or other things mentioned above, because\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7373 " when applying a standard diff to a different repository, this extra\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7374 " information is lost. Mercurial's internal operations (like push and\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7375 " pull) are not affected by this, because they use an internal binary\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7376 " format for communicating changes.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7377 "\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7378 " To make Mercurial produce the git extended diff format, use the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7379 " --git option available for many commands, or set 'git = True' in the\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7380 " [diff] section of your hgrc. You do not need to set this option when\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7381 " importing diffs in this format or using them in the mq extension.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7382 " "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7383 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7384
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7385 msgid "destination directory: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7386 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7387
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7388 msgid "destination '%s' already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7389 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7390
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7391 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7392 "src repository does not support revision lookup and so doesn't support clone "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7393 "by revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7394 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7395
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7396 msgid "clone from remote to remote not supported"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7397 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7398
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7399 msgid "updating working directory\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7400 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7401
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7402 msgid "updated"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7403 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7404
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7405 msgid "merged"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7406 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7407
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7408 msgid "removed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7409 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7410
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7411 msgid "unresolved"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7412 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7413
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7414 msgid "%d files %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7415 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7416
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7417 msgid "use 'hg resolve' to retry unresolved file merges\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7418 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7419
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7420 msgid "(branch merge, don't forget to commit)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7421 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7422
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7423 msgid "error reading %s/.hg/hgrc: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7424 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7425
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7426 msgid "SSL support is unavailable"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7427 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7428
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7429 msgid "IPv6 not available on this system"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7430 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7431
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7432 msgid "cannot start server at '%s:%d': %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7433 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7434
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7435 msgid "calling hook %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7436 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7437
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7438 msgid "%s hook is invalid (\"%s\" not in a module)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7439 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7440
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7441 msgid "%s hook is invalid (import of \"%s\" failed)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7442 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7443
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7444 msgid "%s hook is invalid (\"%s\" is not defined)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7445 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7446
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7447 msgid "%s hook is invalid (\"%s\" is not callable)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7448 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7449
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7450 msgid "error: %s hook failed: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7451 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7452
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7453 msgid "error: %s hook raised an exception: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7454 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7455
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7456 msgid "%s hook failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7457 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7458
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7459 msgid "warning: %s hook failed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7460 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7461
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7462 msgid "running hook %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7463 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7464
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7465 msgid "%s hook %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7466 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7467
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7468 msgid "warning: %s hook %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7469 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7470
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7471 msgid "connection ended unexpectedly"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7472 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7473
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7474 msgid "unsupported URL component: \"%s\""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7475 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7476
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7477 msgid "using %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7478 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7479
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7480 msgid "capabilities: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7481 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7482
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7483 msgid "operation not supported over http"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7484 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7485
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7486 msgid "sending %s command\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7487 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7488
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7489 msgid "sending %s bytes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7490 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7491
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7492 msgid "authorization failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7493 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7494
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7495 msgid "http error while sending %s command\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7496 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7497
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7498 msgid "http error, possibly caused by proxy setting"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7499 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7500
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7501 msgid "real URL is %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7502 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7503
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7504 msgid "Requested URL: '%s'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7505 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7506
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7507 msgid "'%s' does not appear to be an hg repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7508 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7509
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7510 msgid "'%s' sent a broken Content-Type header (%s)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7511 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7512
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7513 msgid "'%s' uses newer protocol %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7514 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7515
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7516 msgid "look up remote revision"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7517 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7518
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7519 msgid "unexpected response:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7520 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7521
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7522 msgid "look up remote changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7523 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7524
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7525 msgid "push failed (unexpected response):"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7526 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7527
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7528 msgid "push failed: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7529 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7530
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7531 msgid "Python support for SSL and HTTPS is not installed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7532 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7533
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7534 msgid "cannot create new http repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7535 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7536
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7537 msgid "%s: ignoring invalid syntax '%s'\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7538 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7539
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7540 msgid "skipping unreadable ignore file '%s': %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7541 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7542
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7543 msgid "repository %s not found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7544 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7545
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7546 msgid "repository %s already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7547 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7548
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7549 msgid "requirement '%s' not supported"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7550 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7551
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7552 msgid "%r cannot be used in a tag name"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7553 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7554
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7555 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7556 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7557
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7558 msgid "%s, line %s: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7559 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7560
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7561 msgid "cannot parse entry"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7562 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7563
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7564 msgid "node '%s' is not well formed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7565 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7566
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7567 msgid "tag '%s' refers to unknown node"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7568 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7569
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7570 msgid "unknown revision '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7571 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7572
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7573 msgid "filtering %s through %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7574 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7575
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7576 msgid "journal already exists - run hg recover"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7577 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7578
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7579 msgid "rolling back interrupted transaction\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7580 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7581
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7582 msgid "no interrupted transaction available\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7583 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7584
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7585 msgid "rolling back last transaction\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7586 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7587
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7588 msgid "Named branch could not be reset, current branch still is: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7589 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7590
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7591 msgid "no rollback information available\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7592 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7593
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7594 msgid "waiting for lock on %s held by %r\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7595 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7596
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7597 msgid "repository %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7598 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7599
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7600 msgid "working directory of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7601 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7602
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7603 msgid " %s: searching for copy revision for %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7604 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7605
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7606 msgid " %s: copy %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7607 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7608
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7609 msgid "cannot partially commit a merge (do not specify files or patterns)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7610 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7611
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7612 msgid "%s not tracked!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7613 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7614
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7615 msgid "unresolved merge conflicts (see hg resolve)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7616 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7617
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7618 msgid "closing the default branch is invalid"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7619 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7620
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7621 msgid "nothing changed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7622 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7623
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7624 msgid "trouble committing %s!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7625 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7626
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7627 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7628 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7629
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7630 msgid "empty commit message"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7631 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7632
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7633 msgid "%s does not exist!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7634 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7635
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7636 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7637 "%s: files over 10MB may cause memory and performance problems\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7638 "(use 'hg revert %s' to unadd the file)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7639 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7640
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7641 msgid "%s not added: only files and symlinks supported currently\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7642 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7643
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7644 msgid "%s already tracked!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7645 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7646
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7647 msgid "%s not added!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7648 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7649
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7650 msgid "%s still exists!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7651 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7652
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7653 msgid "%s not removed!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7654 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7655
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7656 msgid "copy failed: %s is not a file or a symbolic link\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7657 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7658
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7659 msgid "searching for changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7660 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7661
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7662 msgid "examining %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7663 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7664
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7665 msgid "branch already found\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7666 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7667
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7668 msgid "found incomplete branch %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7669 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7670
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7671 msgid "found new changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7672 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7673
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7674 msgid "request %d: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7675 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7676
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7677 msgid "received %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7678 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7679
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7680 msgid "narrowing %d:%d %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7681 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7682
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7683 msgid "found new branch changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7684 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7685
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7686 msgid "narrowed branch search to %s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7687 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7688
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7689 msgid "already have changeset "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7690 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7691
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7692 msgid "warning: repository is unrelated\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7693 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7694
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7695 msgid "repository is unrelated"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7696 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7697
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7698 msgid "found new changesets starting at "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7699 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7700
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7701 msgid "%d total queries\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7702 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7703
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7704 msgid "common changesets up to "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7705 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7706
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7707 msgid "requesting all changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7708 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7709
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7710 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7711 "Partial pull cannot be done because other repository doesn't support "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7712 "changegroupsubset."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7713 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7714
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7715 msgid "abort: push creates new remote heads!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7716 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7717
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7718 msgid "(did you forget to merge? use push -f to force)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7719 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7720
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7721 msgid "note: unsynced remote changes!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7722 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7723
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7724 msgid "%d changesets found\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7725 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7726
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7727 msgid "list of changesets:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7728 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7729
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7730 msgid "empty or missing revlog for %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7731 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7732
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7733 msgid "add changeset %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7734 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7735
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7736 msgid "adding changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7737 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7738
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7739 msgid "received changelog group is empty"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7740 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7741
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7742 msgid "adding manifests\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7743 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7744
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7745 msgid "adding file changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7746 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7747
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7748 msgid "adding %s revisions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7749 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7750
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7751 msgid "received file revlog group is empty"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7752 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7753
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7754 msgid " (%+d heads)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7755 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7756
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7757 msgid "added %d changesets with %d changes to %d files%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7758 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7759
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7760 msgid "updating the branch cache\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7761 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7762
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7763 msgid "Unexpected response from remote server:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7764 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7765
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7766 msgid "operation forbidden by server"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7767 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7768
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7769 msgid "locking the remote repository failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7770 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7771
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7772 msgid "the server sent an unknown error code"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7773 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7774
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7775 msgid "streaming all changes\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7776 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7777
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7778 msgid "%d files to transfer, %s of data\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7779 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7780
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7781 msgid "adding %s (%s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7782 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7783
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7784 msgid "transferred %s in %.1f seconds (%s/sec)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7785 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7786
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7787 msgid "no [smtp]host in hgrc - cannot send mail"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7788 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7789
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7790 msgid "sending mail: smtp host %s, port %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7791 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7792
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7793 msgid "can't use TLS: Python SSL support not installed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7794 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7795
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7796 msgid "(using tls)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7797 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7798
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7799 msgid "(authenticating to mail server as %s)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7800 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7801
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7802 msgid "sending mail: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7803 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7804
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7805 msgid "smtp specified as email transport, but no smtp host configured"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7806 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7807
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7808 msgid "%r specified as email transport, but not in PATH"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7809 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7810
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7811 msgid "ignoring invalid sendcharset: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7812 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7813
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7814 msgid "invalid email address: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7815 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7816
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7817 msgid "invalid local address: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7818 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7819
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7820 msgid "'\\n' and '\\r' disallowed in filenames"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7821 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7822
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7823 msgid "failed to remove %s from manifest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7824 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7825
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7826 msgid "diff context lines count must be an integer, not %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7827 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7828
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7829 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7830 "untracked file in working directory differs from file in requested revision: "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7831 "'%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7832 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7833
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7834 msgid "case-folding collision between %s and %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7835 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7836
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7837 msgid "resolving manifests\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7838 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7839
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7840 msgid " overwrite %s partial %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7841 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7842
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7843 msgid " ancestor %s local %s remote %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7844 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7845
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7846 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7847 " conflicting flags for %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7848 "(n)one, e(x)ec or sym(l)ink?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7849 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7850
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7851 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7852 " local changed %s which remote deleted\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7853 "use (c)hanged version or (d)elete?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7854 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7855
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7856 msgid "[cd]"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7857 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7858
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7859 msgid "c"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7860 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7861
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7862 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7863 "remote changed %s which local deleted\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7864 "use (c)hanged version or leave (d)eleted?"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7865 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7866
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7867 msgid "preserving %s for resolve of %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7868 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7869
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7870 msgid "update failed to remove %s: %s!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7871 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7872
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7873 msgid "getting %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7874 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7875
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7876 msgid "moving %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7877 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7878
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7879 msgid "getting %s to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7880 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7881
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7882 msgid "warning: detected divergent renames of %s to:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7883 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7884
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7885 msgid "branch %s not found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7886 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7887
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7888 msgid "can't merge with ancestor"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7889 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7890
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7891 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7892 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7893
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7894 msgid "crosses branches (use 'hg merge' or 'hg update -C' to discard changes)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7895 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7896
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7897 msgid "crosses branches (use 'hg merge' or 'hg update -C')"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7898 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7899
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7900 msgid "crosses named branches (use 'hg update -C' to discard changes)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7901 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7902
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7903 msgid "cannot create %s: destination already exists"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7904 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7905
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7906 msgid "cannot create %s: unable to create destination directory"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7907 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7908
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7909 msgid "found patch at byte %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7910 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7911
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7912 msgid "patch generated by hg export\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7913 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7914
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7915 msgid "unable to find '%s' for patching\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7916 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7917
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7918 msgid "patching file %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7919 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7920
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7921 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7922 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7923
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7924 msgid "bad hunk #%d %s (%d %d %d %d)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7925 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7926
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7927 msgid "file %s already exists\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7928 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7929
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7930 msgid "Hunk #%d succeeded at %d %s(offset %d %s).\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7931 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7932
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7933 msgid "Hunk #%d FAILED at %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7934 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7935
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7936 msgid "bad hunk #%d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7937 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7938
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7939 msgid "bad hunk #%d old text line %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7940 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7941
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7942 msgid "could not extract binary patch"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7943 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7944
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7945 msgid "binary patch is %d bytes, not %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7946 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7947
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7948 msgid "unable to strip away %d dirs from %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7949 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7950
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7951 msgid "undefined source and destination files"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7952 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7953
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7954 msgid "malformed patch %s %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7955 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7956
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7957 msgid "unsupported parser state: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7958 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7959
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7960 msgid "patch command failed: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7961 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7962
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7963 msgid "no valid hunks found; trying with %r instead\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7964 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7965
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7966 msgid "saving bundle to %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7967 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7968
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7969 msgid "adding branch\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7970 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7971
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7972 msgid "cannot %s; remote repository does not support the %r capability"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7973 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7974
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7975 msgid "unknown compression type %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7976 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7977
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7978 msgid "index %s unknown flags %#04x for format v0"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7979 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7980
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7981 msgid "index %s unknown flags %#04x for revlogng"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7982 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7983
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7984 msgid "index %s unknown format %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7985 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7986
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7987 msgid "no node"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7988 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7989
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7990 msgid "ambiguous identifier"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7991 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7992
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7993 msgid "no match found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7994 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7995
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7996 msgid "incompatible revision flag %x"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7997 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7998
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
7999 msgid "%s not found in the transaction"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8000 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8001
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8002 msgid "unknown base"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8003 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8004
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8005 msgid "consistency error adding group"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8006 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8007
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8008 msgid "%s looks like a binary file."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8009 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8010
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8011 msgid "can only specify two labels."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8012 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8013
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8014 msgid "warning: conflicts during merge.\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8015 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8016
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8017 msgid "couldn't parse location %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8018 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8019
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8020 msgid "could not create remote repo"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8021 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8022
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8023 msgid "remote: "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8024 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8025
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8026 msgid "no suitable response from remote hg"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8027 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8028
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8029 msgid "push refused: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8030 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8031
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8032 msgid "unsynced changes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8033 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8034
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8035 msgid "cannot lock static-http repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8036 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8037
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8038 msgid "cannot create new static-http repository"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8039 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8040
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8041 msgid "invalid entry in fncache, line %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8042 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8043
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8044 msgid "scanning\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8045 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8046
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8047 msgid "%d files, %d bytes to transfer\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8048 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8049
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8050 msgid "sending %s (%d bytes)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8051 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8052
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8053 msgid "unmatched quotes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8054 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8055
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8056 msgid "style not found: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8057 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8058
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8059 msgid "%s:%s: parse error"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8060 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8061
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8062 msgid "template file %s: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8063 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8064
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8065 msgid "Error expanding '%s%%%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8066 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8067
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8068 msgid "transaction abort!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8069 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8070
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8071 msgid "failed to truncate %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8072 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8073
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8074 msgid "rollback completed\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8075 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8076
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8077 msgid "Not trusting file %s from untrusted user %s, group %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8078 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8079
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8080 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8081 "Failed to parse %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8082 "%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8083 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8084
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8085 msgid "Ignored: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8086 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8087
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8088 msgid "unable to open %s: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8089 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8090
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8091 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8092 "failed to parse %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8093 "%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8094 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8095
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8096 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8097 "Error in configuration section [%s] parameter '%s':\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8098 "%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8099 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8100
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8101 msgid "Ignoring untrusted configuration option %s.%s = %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8102 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8103
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8104 msgid ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8105 "Error in configuration section [%s]:\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8106 "%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8107 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8108
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8109 msgid "enter a commit username:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8110 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8111
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8112 msgid "No username found, using '%s' instead\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8113 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8114
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8115 msgid "Please specify a username."
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8116 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8117
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8118 msgid "username %s contains a newline\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8119 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8120
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8121 msgid "unrecognized response\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8122 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8123
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8124 msgid "response expected"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8125 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8126
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8127 msgid "password: "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8128 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8129
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8130 msgid "edit failed"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8131 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8132
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8133 msgid "http authorization required"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8134 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8135
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8136 msgid "http authorization required\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8137 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8138
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8139 msgid "realm: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8140 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8141
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8142 msgid "user: %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8143 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8144
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8145 msgid "user:"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8146 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8147
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8148 msgid "proxying through http://%s:%s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8149 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8150
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8151 msgid "http auth: user %s, password %s\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8152 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8153
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8154 msgid "%s, please check your locale settings"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8155 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8156
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8157 msgid "command '%s' failed: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8158 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8159
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8160 msgid "path contains illegal component: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8161 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8162
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8163 msgid "path %r is inside repo %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8164 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8165
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8166 msgid "path %r traverses symbolic link %r"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8167 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8168
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8169 msgid "Hardlinks not supported"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8170 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8171
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8172 msgid "user name not available - set USERNAME environment variable"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8173 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8174
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8175 msgid "exited with status %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8176 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8177
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8178 msgid "killed by signal %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8179 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8180
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8181 msgid "stopped by signal %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8182 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8183
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8184 msgid "invalid exit code"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8185 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8186
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8187 msgid "could not symlink to %r: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8188 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8189
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8190 msgid "invalid date: %r "
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8191 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8192
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8193 msgid "date exceeds 32 bits: %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8194 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8195
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8196 msgid "impossible time zone offset: %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8197 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8198
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8199 msgid "invalid day spec: %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8200 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8201
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8202 msgid "%.0f GB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8203 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8204
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8205 msgid "%.1f GB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8206 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8207
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8208 msgid "%.2f GB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8209 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8210
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8211 msgid "%.0f MB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8212 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8213
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8214 msgid "%.1f MB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8215 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8216
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8217 msgid "%.2f MB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8218 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8219
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8220 msgid "%.0f KB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8221 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8222
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8223 msgid "%.1f KB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8224 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8225
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8226 msgid "%.2f KB"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8227 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8228
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8229 msgid "%.0f bytes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8230 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8231
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8232 msgid "cannot verify bundle or remote repos"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8233 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8234
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8235 msgid "interrupted"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8236 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8237
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8238 msgid "empty or missing %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8239 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8240
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8241 msgid "data length off by %d bytes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8242 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8243
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8244 msgid "index contains %d extra bytes"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8245 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8246
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8247 msgid "warning: `%s' uses revlog format 1"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8248 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8249
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8250 msgid "warning: `%s' uses revlog format 0"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8251 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8252
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8253 msgid "rev %d point to %s changeset %d"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8254 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8255
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8256 msgid " (expected %s)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8257 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8258
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8259 msgid "unknown parent 1 %s of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8260 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8261
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8262 msgid "unknown parent 2 %s of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8263 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8264
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8265 msgid "checking parents of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8266 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8267
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8268 msgid "duplicate revision %d (%d)"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8269 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8270
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8271 msgid "repository uses revlog format %d\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8272 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8273
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8274 msgid "checking changesets\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8275 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8276
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8277 msgid "unpacking changeset %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8278 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8279
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8280 msgid "checking manifests\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8281 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8282
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8283 msgid "file without name in manifest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8284 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8285
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8286 msgid "reading manifest delta %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8287 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8288
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8289 msgid "crosschecking files in changesets and manifests\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8290 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8291
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8292 msgid "changeset refers to unknown manifest %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8293 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8294
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8295 msgid "in changeset but not in manifest"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8296 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8297
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8298 msgid "in manifest but not in changeset"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8299 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8300
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8301 msgid "checking files\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8302 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8303
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8304 msgid "cannot decode filename '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8305 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8306
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8307 msgid "missing revlog!"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8308 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8309
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8310 msgid "%s not in manifests"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8311 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8312
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8313 msgid "unpacked size is %s, %s expected"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8314 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8315
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8316 msgid "unpacking %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8317 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8318
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8319 msgid "empty or missing copy source revlog %s:%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8320 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8321
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8322 msgid "warning: %s@%s: copy source revision is nullid %s:%s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8323 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8324
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8325 msgid "checking rename of %s"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8326 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8327
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8328 msgid "%s in manifests not found"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8329 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8330
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8331 msgid "warning: orphan revlog '%s'"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8332 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8333
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8334 msgid "%d files, %d changesets, %d total revisions\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8335 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8336
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8337 msgid "%d warnings encountered!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8338 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8339
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8340 msgid "%d integrity errors encountered!\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8341 msgstr ""
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8342
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8343 msgid "(first damaged changeset appears to be %d)\n"
9e70287086c7 i18n: Starting Chinese Translation of Mercurial
Dongsheng Song <dongsheng.song@gmail.com>
parents:
diff changeset
8344 msgstr ""