6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
- "Project-Id-Version : bpython 0.13-494 \n "
9
+ "Project-Id-Version : bpython 0.13-641 \n "
10
10
"Report-Msgid-Bugs-To : EMAIL@ADDRESS\n "
11
- "POT-Creation-Date : 2015-02-02 17:34 +0100\n "
11
+ "POT-Creation-Date : 2015-02-16 21:56 +0100\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -17,34 +17,34 @@ msgstr ""
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
"Generated-By : Babel 1.3\n "
19
19
20
- #: bpython/args.py:57
20
+ #: bpython/args.py:59
21
21
msgid ""
22
22
"Usage: %prog [options] [file [args]]\n"
23
23
"NOTE: If bpython sees an argument it does not know, execution falls back "
24
24
"to the regular Python interpreter."
25
25
msgstr ""
26
26
27
- #: bpython/args.py:67
27
+ #: bpython/args.py:69
28
28
msgid "Use CONFIG instead of default config file."
29
29
msgstr ""
30
30
31
- #: bpython/args.py:69
31
+ #: bpython/args.py:71
32
32
msgid "Drop to bpython shell after running file instead of exiting."
33
33
msgstr ""
34
34
35
- #: bpython/args.py:72
35
+ #: bpython/args.py:74
36
36
msgid "Don't flush the output to stdout."
37
37
msgstr ""
38
38
39
- #: bpython/args.py:74
39
+ #: bpython/args.py:76
40
40
msgid "Print version and exit."
41
41
msgstr ""
42
42
43
- #: bpython/cli.py:318 bpython/urwid.py:555
43
+ #: bpython/cli.py:318 bpython/urwid.py:557
44
44
msgid "y"
45
45
msgstr ""
46
46
47
- #: bpython/cli.py:318 bpython/urwid.py:555
47
+ #: bpython/cli.py:318 bpython/urwid.py:557
48
48
msgid "yes"
49
49
msgstr ""
50
50
@@ -68,222 +68,222 @@ msgstr ""
68
68
msgid "Show Source"
69
69
msgstr ""
70
70
71
- #: bpython/curtsies.py:31
71
+ #: bpython/curtsies.py:36
72
72
msgid "log debug messages to bpython.log"
73
73
msgstr ""
74
74
75
- #: bpython/curtsies.py:33
76
- msgid "enter lines of file as though interactively typed "
75
+ #: bpython/curtsies.py:38
76
+ msgid "start by pasting lines of a file into session "
77
77
msgstr ""
78
78
79
- #: bpython/history.py:216
79
+ #: bpython/history.py:223
80
80
#, python-format
81
81
msgid "Error occurred while writing to file %s (%s)"
82
82
msgstr ""
83
83
84
- #: bpython/repl.py:513
84
+ #: bpython/repl.py:537
85
85
msgid "Nothing to get source of"
86
86
msgstr ""
87
87
88
- #: bpython/repl.py:518
88
+ #: bpython/repl.py:542
89
89
#, python-format
90
90
msgid "Cannot get source: %s"
91
91
msgstr ""
92
92
93
- #: bpython/repl.py:523
93
+ #: bpython/repl.py:547
94
94
#, python-format
95
95
msgid "Cannot access source of %r"
96
96
msgstr ""
97
97
98
- #: bpython/repl.py:525
98
+ #: bpython/repl.py:549
99
99
#, python-format
100
100
msgid "No source code found for %s"
101
101
msgstr ""
102
102
103
- #: bpython/repl.py:652
103
+ #: bpython/repl.py:681
104
104
msgid "Save to file (Esc to cancel): "
105
105
msgstr ""
106
106
107
- #: bpython/repl.py:654 bpython/repl.py:657 bpython/repl.py:676
107
+ #: bpython/repl.py:683 bpython/repl.py:686 bpython/repl.py:705
108
108
msgid "Save cancelled."
109
109
msgstr ""
110
110
111
- #: bpython/repl.py:667
111
+ #: bpython/repl.py:696
112
112
#, python-format
113
113
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
114
114
msgstr ""
115
115
116
- #: bpython/repl.py:671
116
+ #: bpython/repl.py:700
117
117
msgid "overwrite"
118
118
msgstr ""
119
119
120
- #: bpython/repl.py:673
120
+ #: bpython/repl.py:702
121
121
msgid "append"
122
122
msgstr ""
123
123
124
- #: bpython/repl.py:685 bpython/repl.py:1027
124
+ #: bpython/repl.py:714 bpython/repl.py:1075
125
125
#, python-format
126
126
msgid "Error writing file '%s': %s"
127
127
msgstr ""
128
128
129
- #: bpython/repl.py:688
129
+ #: bpython/repl.py:717
130
130
#, python-format
131
131
msgid "Saved to %s."
132
132
msgstr ""
133
133
134
- #: bpython/repl.py:694
134
+ #: bpython/repl.py:723
135
135
msgid "No clipboard available."
136
136
msgstr ""
137
137
138
- #: bpython/repl.py:701
138
+ #: bpython/repl.py:730
139
139
msgid "Could not copy to clipboard."
140
140
msgstr ""
141
141
142
- #: bpython/repl.py:703
142
+ #: bpython/repl.py:732
143
143
msgid "Copied content to clipboard."
144
144
msgstr ""
145
145
146
- #: bpython/repl.py:712
146
+ #: bpython/repl.py:741
147
147
msgid "Pastebin buffer? (y/N) "
148
148
msgstr ""
149
149
150
- #: bpython/repl.py:713
150
+ #: bpython/repl.py:742
151
151
msgid "Pastebin aborted."
152
152
msgstr ""
153
153
154
- #: bpython/repl.py:720
154
+ #: bpython/repl.py:749
155
155
#, python-format
156
156
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
157
157
msgstr ""
158
158
159
- #: bpython/repl.py:739 bpython/repl.py:767
159
+ #: bpython/repl.py:770 bpython/repl.py:799
160
160
msgid "Posting data to pastebin..."
161
161
msgstr ""
162
162
163
- #: bpython/repl.py:744
163
+ #: bpython/repl.py:775
164
164
#, python-format
165
165
msgid "Upload failed: %s"
166
166
msgstr ""
167
167
168
- #: bpython/repl.py:760
168
+ #: bpython/repl.py:792
169
169
#, python-format
170
170
msgid "Pastebin URL: %s - Removal URL: %s"
171
171
msgstr ""
172
172
173
- #: bpython/repl.py:779
173
+ #: bpython/repl.py:811
174
174
msgid "Upload failed: Helper program not found."
175
175
msgstr ""
176
176
177
- #: bpython/repl.py:782
177
+ #: bpython/repl.py:814
178
178
msgid "Upload failed: Helper program could not be run."
179
179
msgstr ""
180
180
181
- #: bpython/repl.py:789
181
+ #: bpython/repl.py:821
182
182
#, python-format
183
183
msgid "Upload failed: Helper program returned non-zero exit status %d."
184
184
msgstr ""
185
185
186
- #: bpython/repl.py:793
186
+ #: bpython/repl.py:825
187
187
msgid "Upload failed: No output from helper program."
188
188
msgstr ""
189
189
190
- #: bpython/repl.py:800
190
+ #: bpython/repl.py:833
191
191
msgid "Upload failed: Failed to recognize the helper program's output as an URL."
192
192
msgstr ""
193
193
194
- #: bpython/repl.py:806
194
+ #: bpython/repl.py:839
195
195
#, python-format
196
196
msgid "Pastebin URL: %s"
197
197
msgstr ""
198
198
199
- #: bpython/repl.py:839
199
+ #: bpython/repl.py:872
200
200
#, python-format
201
201
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
202
202
msgstr ""
203
203
204
- #: bpython/repl.py:846 bpython/repl.py:850
204
+ #: bpython/repl.py:879 bpython/repl.py:883
205
205
msgid "Undo canceled"
206
206
msgstr ""
207
207
208
- #: bpython/repl.py:853
208
+ #: bpython/repl.py:886
209
209
#, python-format
210
210
msgid "Undoing %d line... (est. %.1f seconds)"
211
211
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
212
212
msgstr[ 0 ] ""
213
213
msgstr[ 1 ] ""
214
214
215
- #: bpython/repl.py:1017
215
+ #: bpython/repl.py:1062
216
216
msgid "Config file does not exist - create new from default? (y/N)"
217
217
msgstr ""
218
218
219
- #: bpython/repl.py:1034
219
+ #: bpython/repl.py:1082
220
220
msgid "bpython config file edited. Restart bpython for changes to take effect."
221
221
msgstr ""
222
222
223
- #: bpython/repl.py:1037
223
+ #: bpython/repl.py:1085
224
224
msgid "Error editing config file."
225
225
msgstr ""
226
226
227
- #: bpython/urwid.py:617
227
+ #: bpython/urwid.py:619
228
228
#, python-format
229
229
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
230
230
msgstr ""
231
231
232
- #: bpython/urwid.py:1126
232
+ #: bpython/urwid.py:1128
233
233
msgid "Run twisted reactor."
234
234
msgstr ""
235
235
236
- #: bpython/urwid.py:1128
236
+ #: bpython/urwid.py:1130
237
237
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
238
238
msgstr ""
239
239
240
- #: bpython/urwid.py:1131
240
+ #: bpython/urwid.py:1133
241
241
msgid "List available reactors for -r."
242
242
msgstr ""
243
243
244
- #: bpython/urwid.py:1133
244
+ #: bpython/urwid.py:1135
245
245
msgid ""
246
246
"twistd plugin to run (use twistd for a list). Use \" --\" to pass further "
247
247
"options to the plugin."
248
248
msgstr ""
249
249
250
- #: bpython/urwid.py:1136
250
+ #: bpython/urwid.py:1138
251
251
msgid "Port to run an eval server on (forces Twisted)."
252
252
msgstr ""
253
253
254
- #: bpython/curtsiesfrontend/repl.py:259
254
+ #: bpython/curtsiesfrontend/repl.py:286
255
255
msgid "Welcome to bpython!"
256
256
msgstr ""
257
257
258
- #: bpython/curtsiesfrontend/repl.py:259
258
+ #: bpython/curtsiesfrontend/repl.py:287
259
259
#, python-format
260
260
msgid "Press <%s> for help."
261
261
msgstr ""
262
262
263
- #: bpython/curtsiesfrontend/repl.py:472
263
+ #: bpython/curtsiesfrontend/repl.py:526
264
264
#, python-format
265
265
msgid "Executing PYTHONSTARTUP failed: %s"
266
266
msgstr ""
267
267
268
- #: bpython/curtsiesfrontend/repl.py:489
268
+ #: bpython/curtsiesfrontend/repl.py:543
269
269
#, python-format
270
270
msgid "Reloaded at %s because %s modified."
271
271
msgstr ""
272
272
273
- #: bpython/curtsiesfrontend/repl.py:745
273
+ #: bpython/curtsiesfrontend/repl.py:814
274
274
#, python-format
275
275
msgid "Reloaded at %s by user."
276
276
msgstr ""
277
277
278
- #: bpython/curtsiesfrontend/repl.py:751
278
+ #: bpython/curtsiesfrontend/repl.py:820
279
279
msgid "Auto-reloading deactivated."
280
280
msgstr ""
281
281
282
- #: bpython/curtsiesfrontend/repl.py:756
282
+ #: bpython/curtsiesfrontend/repl.py:825
283
283
msgid "Auto-reloading active, watching for file changes..."
284
284
msgstr ""
285
285
286
- #: bpython/curtsiesfrontend/repl.py:761
286
+ #: bpython/curtsiesfrontend/repl.py:830
287
287
msgid "Auto-reloading not available because watchdog not installed."
288
288
msgstr ""
289
289
0 commit comments