This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
forked from rains31/wingidecn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scripts_perforce.po
235 lines (197 loc) · 6.75 KB
/
scripts_perforce.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
# Module scripts_perforce translation file for language=en
# Copyright (C) 2006 Archaeopteryx Software, Inc.
# Wing IDE for Python -- www.wingide.com
#
msgid ""
msgstr ""
"Project-Id-Version: wingide 5.0.0\n"
"POT-Creation-Date: 2013-11-13 10:33+EST\n"
"PO-Revision-Date: 2013-11-23 16:28+0800\n"
"Last-Translator: Rains <rains31@gmail.com>\n"
"Language-Team: www.knownsec.com\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
"X-Generator: Poedit 1.5.7\n"
#: /Users/sdeibel/src/ide/scripts/perforce.py:1
msgid ""
"This is an integration with the Perforce revision control system\n"
"for Wing IDE.\n"
"\n"
"Copyright (c) 2005, Kariel Sandler and Wingware, All rights reserved.\n"
"\n"
"Permission is hereby granted, free of charge, to any person obtaining\n"
"a copy of this software and associated documentation files (the\n"
"\"Software\"), to deal in the Software without restriction, including\n"
"without limitation the rights to use, copy, modify, merge, publish,\n"
"distribute, sublicense, and/or sell copies of the Software, and to\n"
"permit persons to whom the Software is furnished to do so, subject to\n"
"the following conditions:\n"
"\n"
"The above copyright notice and this permission notice shall be\n"
"included in all copies or substantial portions of the Software.\n"
"\n"
"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n"
"EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n"
"MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n"
"IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n"
"CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n"
"TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n"
"SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
"\n"
"---------------------------\n"
"\n"
"To use this module, you may have to defined some of the P4 environment\n"
"variables, either before starting Wing or by setting them in Project\n"
"Properties. For example:\n"
"\n"
"P4PORT=1666\n"
"P4CLIENT=<yourclientname>\n"
"\n"
"This code assumes you have already set up a P4 depot by running the\n"
"P4 server and configured a P4 client directory with 'p4 client'.\n"
"\n"
"---------------------------\n"
"\n"
"This code was contributed by Kariel Sandler and modified by\n"
"Wingware.\n"
"\n"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:72
msgid ""
"\n"
" Memoize With Timeout Decorator\n"
" by Simon Wittber.\n"
" taken from http://aspn.activestate.com/ASPN/Cookbook/Python/"
"Recipe/325905\n"
" "
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:84
msgid "Clear cache of results which have timed out"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:111
msgid ""
"Run command syncronously. Returns output or None if failed, in which\n"
" case the failure is logged."
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:165
#: /Users/sdeibel/src/ide/scripts/perforce.py:342
#: /Users/sdeibel/src/ide/scripts/perforce.py:370
msgid "Pe_rforce"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:168
#: /Users/sdeibel/src/ide/scripts/perforce.py:240
msgid ""
"Perform perforce update (get latest revision/sync to head) on the given "
"files or directories"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:182
msgid "Perforce _Edit"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:187
msgid ""
"Perform perforce submit on the given files or directories\n"
" after prompting for log message"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:218
msgid "Perforce S_ubmit"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:220
msgid "Log message to attach to this revision"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:226
msgid "Perform perforce add on the given files or directories"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:236
msgid "Perforce _Add"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:250
msgid "Perforce S_ync (Get Latest Revision)"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:283
msgid "Perforce: _Whose line is it?"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:287
msgid "Perform perforce diff on the given files or directories."
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:292
msgid "Perforce _Diff"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:296
#: /Users/sdeibel/src/ide/scripts/perforce.py:314
#: /Users/sdeibel/src/ide/scripts/perforce.py:325
msgid "Perform perforce log on the given files or directories"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:310
msgid "Perforce _Revert"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:321
msgid "Perforce Re_vert If Unchanged"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:329
msgid "Perforce _Log"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:340
msgid "Refresh File Pe_rmissions"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:355
msgid "Perforce _Status"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:359
msgid ""
"Cancel pending Perforce commands that are running in the background \n"
" but have not yet completed"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:369
msgid "Cancel Active Re_quests"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:377
msgid "Manage multiple pending Perforce commands for single status display"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:428
msgid "Perforce %s Result"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:467
msgid ""
"Set this to show results of Perforce operations in non-sticky editors that "
"auto-close when not visible."
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:476
msgid "Perforce Results"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:491
msgid "Perforce found concurrent changes -- do an update before submitting"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:493
msgid "Perforce Error"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:495
msgid "Perforce %s failed to execute. errno=%i"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:497
msgid "Perforce %s returned unexpected exit status=%i"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:504
#, fuzzy
msgid "Executing: %s"
msgstr "正在执行"
#: /Users/sdeibel/src/ide/scripts/perforce.py:505
#, fuzzy
msgid "In: %s"
msgstr " 用时 "
#: /Users/sdeibel/src/ide/scripts/perforce.py:507
#, fuzzy
msgid "Errors/Warnings (stderr):"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:511
#, fuzzy
msgid "Results (stdout):"
msgstr "执行结果:"
#: /Users/sdeibel/src/ide/scripts/perforce.py:516
msgid "Error executing command. errno=%i:"
msgstr ""
#: /Users/sdeibel/src/ide/scripts/perforce.py:518
msgid "Exit status=%i"
msgstr ""