66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version : bpython 0.21.dev33 \n "
10- "Report-Msgid-Bugs-To : EMAIL@ADDRESS \n "
11- "POT-Creation-Date : 2020-10-13 21:53+0200 \n "
9+ "Project-Id-Version : bpython 0.21.dev78 \n "
10+ "Report-Msgid-Bugs-To : https://github.com/bpython/bpython/issues \n "
11+ "POT-Creation-Date : 2020-10-29 12:28+0100 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -17,34 +17,41 @@ msgstr ""
1717"Content-Transfer-Encoding : 8bit\n "
1818"Generated-By : Babel 2.8.0\n "
1919
20- #: bpython/args.py:63
20+ #: bpython/args.py:92
21+ #, python-format
2122msgid ""
22- "Usage: %prog [options] [file [args]]\n"
23+ "Usage: %( prog)s [options] [file [args]]\n"
2324"NOTE: If bpython sees an argument it does not know, execution falls back "
2425"to the regular Python interpreter."
2526msgstr ""
2627
27- #: bpython/args.py:78
28+ #: bpython/args.py:102
2829msgid "Use CONFIG instead of default config file."
2930msgstr ""
3031
31- #: bpython/args.py:84
32+ #: bpython/args.py:108
3233msgid "Drop to bpython shell after running file instead of exiting."
3334msgstr ""
3435
35- #: bpython/args.py:92
36+ #: bpython/args.py:114
3637msgid "Don't flush the output to stdout."
3738msgstr ""
3839
39- #: bpython/args.py:98
40+ #: bpython/args.py:120
4041msgid "Print version and exit."
4142msgstr ""
4243
43- #: bpython/cli.py:315 bpython/urwid.py:551
44+ #: bpython/args.py:131
45+ msgid ""
46+ "File to extecute and additional arguments passed on to the executed "
47+ "script."
48+ msgstr ""
49+
50+ #: bpython/cli.py:315 bpython/urwid.py:538
4451msgid "y"
4552msgstr ""
4653
47- #: bpython/cli.py:315 bpython/urwid.py:551
54+ #: bpython/cli.py:315 bpython/urwid.py:538
4855msgid "yes"
4956msgstr ""
5057
@@ -75,242 +82,250 @@ msgid ""
7582" future version."
7683msgstr ""
7784
78- #: bpython/curtsies.py:147
85+ #: bpython/curtsies.py:137
7986msgid "log debug messages to bpython.log"
8087msgstr ""
8188
82- #: bpython/curtsies.py:153
89+ #: bpython/curtsies.py:143
8390msgid "start by pasting lines of a file into session"
8491msgstr ""
8592
86- #: bpython/history.py:226
93+ #: bpython/curtsies.py:149
94+ msgid "curtsies arguments"
95+ msgstr ""
96+
97+ #: bpython/curtsies.py:150
98+ msgid "Additional arguments specific to the curtsies-based REPL."
99+ msgstr ""
100+
101+ #: bpython/history.py:224
87102#, python-format
88103msgid "Error occurred while writing to file %s (%s)"
89104msgstr ""
90105
91- #: bpython/paste.py:86
106+ #: bpython/paste.py:85
92107msgid "Helper program not found."
93108msgstr ""
94109
95- #: bpython/paste.py:88
110+ #: bpython/paste.py:87
96111msgid "Helper program could not be run."
97112msgstr ""
98113
99- #: bpython/paste.py:94
114+ #: bpython/paste.py:93
100115#, python-format
101116msgid "Helper program returned non-zero exit status %d."
102117msgstr ""
103118
104- #: bpython/paste.py:99
119+ #: bpython/paste.py:98
105120msgid "No output from helper program."
106121msgstr ""
107122
108- #: bpython/paste.py:106
123+ #: bpython/paste.py:105
109124msgid "Failed to recognize the helper program's output as an URL."
110125msgstr ""
111126
112- #: bpython/repl.py:657
127+ #: bpython/repl.py:653
113128msgid "Nothing to get source of"
114129msgstr ""
115130
116- #: bpython/repl.py:662
131+ #: bpython/repl.py:658
117132#, python-format
118133msgid "Cannot get source: %s"
119134msgstr ""
120135
121- #: bpython/repl.py:667
136+ #: bpython/repl.py:663
122137#, python-format
123138msgid "Cannot access source of %r"
124139msgstr ""
125140
126- #: bpython/repl.py:669
141+ #: bpython/repl.py:665
127142#, python-format
128143msgid "No source code found for %s"
129144msgstr ""
130145
131- #: bpython/repl.py:823
146+ #: bpython/repl.py:820
132147msgid "Save to file (Esc to cancel): "
133148msgstr ""
134149
135- #: bpython/repl.py:825 bpython/repl.py:828 bpython/repl.py:852
150+ #: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
136151msgid "Save cancelled."
137152msgstr ""
138153
139- #: bpython/repl.py:839
154+ #: bpython/repl.py:836
140155#, python-format
141156msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
142157msgstr ""
143158
144- #: bpython/repl.py:847
159+ #: bpython/repl.py:844
145160msgid "overwrite"
146161msgstr ""
147162
148- #: bpython/repl.py:849
163+ #: bpython/repl.py:846
149164msgid "append"
150165msgstr ""
151166
152- #: bpython/repl.py:861 bpython/repl.py:1171
167+ #: bpython/repl.py:858 bpython/repl.py:1168
153168#, python-format
154169msgid "Error writing file '%s': %s"
155170msgstr ""
156171
157- #: bpython/repl.py:863
172+ #: bpython/repl.py:860
158173#, python-format
159174msgid "Saved to %s."
160175msgstr ""
161176
162- #: bpython/repl.py:869
177+ #: bpython/repl.py:866
163178msgid "No clipboard available."
164179msgstr ""
165180
166- #: bpython/repl.py:876
181+ #: bpython/repl.py:873
167182msgid "Could not copy to clipboard."
168183msgstr ""
169184
170- #: bpython/repl.py:878
185+ #: bpython/repl.py:875
171186msgid "Copied content to clipboard."
172187msgstr ""
173188
174- #: bpython/repl.py:887
189+ #: bpython/repl.py:884
175190msgid "Pastebin buffer? (y/N) "
176191msgstr ""
177192
178- #: bpython/repl.py:889
193+ #: bpython/repl.py:886
179194msgid "Pastebin aborted."
180195msgstr ""
181196
182- #: bpython/repl.py:897
197+ #: bpython/repl.py:894
183198#, python-format
184199msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
185200msgstr ""
186201
187- #: bpython/repl.py:903
202+ #: bpython/repl.py:900
188203msgid "Posting data to pastebin..."
189204msgstr ""
190205
191- #: bpython/repl.py:907
206+ #: bpython/repl.py:904
192207#, python-format
193208msgid "Upload failed: %s"
194209msgstr ""
195210
196- #: bpython/repl.py:916
211+ #: bpython/repl.py:913
197212#, python-format
198213msgid "Pastebin URL: %s - Removal URL: %s"
199214msgstr ""
200215
201- #: bpython/repl.py:921
216+ #: bpython/repl.py:918
202217#, python-format
203218msgid "Pastebin URL: %s"
204219msgstr ""
205220
206- #: bpython/repl.py:960
221+ #: bpython/repl.py:957
207222#, python-format
208223msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
209224msgstr ""
210225
211- #: bpython/repl.py:968 bpython/repl.py:972
226+ #: bpython/repl.py:965 bpython/repl.py:969
212227msgid "Undo canceled"
213228msgstr ""
214229
215- #: bpython/repl.py:975
230+ #: bpython/repl.py:972
216231#, python-format
217232msgid "Undoing %d line... (est. %.1f seconds)"
218233msgid_plural "Undoing %d lines... (est. %.1f seconds)"
219234msgstr[ 0 ] ""
220235msgstr[ 1 ] ""
221236
222- #: bpython/repl.py:1151
237+ #: bpython/repl.py:1148
223238msgid "Config file does not exist - create new from default? (y/N)"
224239msgstr ""
225240
226- #: bpython/repl.py:1181
241+ #: bpython/repl.py:1178
227242msgid "bpython config file edited. Restart bpython for changes to take effect."
228243msgstr ""
229244
230- #: bpython/repl.py:1187
245+ #: bpython/repl.py:1184
231246#, python-format
232247msgid "Error editing config file: %s"
233248msgstr ""
234249
235- #: bpython/urwid.py:618
250+ #: bpython/urwid.py:605
236251#, python-format
237252msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
238253msgstr ""
239254
240- #: bpython/urwid.py:1136
255+ #: bpython/urwid.py:1115
241256msgid "Run twisted reactor."
242257msgstr ""
243258
244- #: bpython/urwid.py:1141
259+ #: bpython/urwid.py:1120
245260msgid "Select specific reactor (see --help-reactors). Implies --twisted."
246261msgstr ""
247262
248- #: bpython/urwid.py:1149
263+ #: bpython/urwid.py:1128
249264msgid "List available reactors for -r."
250265msgstr ""
251266
252- #: bpython/urwid.py:1154
267+ #: bpython/urwid.py:1133
253268msgid ""
254269"twistd plugin to run (use twistd for a list). Use \" --\" to pass further "
255270"options to the plugin."
256271msgstr ""
257272
258- #: bpython/urwid.py:1163
273+ #: bpython/urwid.py:1142
259274msgid "Port to run an eval server on (forces Twisted)."
260275msgstr ""
261276
262- #: bpython/urwid.py:1350
277+ #: bpython/urwid.py:1336
263278msgid ""
264279"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
265280"This backend has been deprecated in version 0.19 and might disappear in a"
266281" future version."
267282msgstr ""
268283
269- #: bpython/curtsiesfrontend/repl.py:340
284+ #: bpython/curtsiesfrontend/repl.py:343
270285msgid "Welcome to bpython!"
271286msgstr ""
272287
273- #: bpython/curtsiesfrontend/repl.py:342
288+ #: bpython/curtsiesfrontend/repl.py:345
274289#, python-format
275290msgid "Press <%s> for help."
276291msgstr ""
277292
278- #: bpython/curtsiesfrontend/repl.py:671
293+ #: bpython/curtsiesfrontend/repl.py:674
279294#, python-format
280295msgid "Executing PYTHONSTARTUP failed: %s"
281296msgstr ""
282297
283- #: bpython/curtsiesfrontend/repl.py:689
298+ #: bpython/curtsiesfrontend/repl.py:692
284299#, python-format
285300msgid "Reloaded at %s because %s modified."
286301msgstr ""
287302
288- #: bpython/curtsiesfrontend/repl.py:998
303+ #: bpython/curtsiesfrontend/repl.py:1001
289304msgid "Session not reevaluated because it was not edited"
290305msgstr ""
291306
292- #: bpython/curtsiesfrontend/repl.py:1013
307+ #: bpython/curtsiesfrontend/repl.py:1016
293308msgid "Session not reevaluated because saved file was blank"
294309msgstr ""
295310
296- #: bpython/curtsiesfrontend/repl.py:1023
311+ #: bpython/curtsiesfrontend/repl.py:1026
297312msgid "Session edited and reevaluated"
298313msgstr ""
299314
300- #: bpython/curtsiesfrontend/repl.py:1034
315+ #: bpython/curtsiesfrontend/repl.py:1037
301316#, python-format
302317msgid "Reloaded at %s by user."
303318msgstr ""
304319
305- #: bpython/curtsiesfrontend/repl.py:1040
320+ #: bpython/curtsiesfrontend/repl.py:1043
306321msgid "Auto-reloading deactivated."
307322msgstr ""
308323
309- #: bpython/curtsiesfrontend/repl.py:1045
324+ #: bpython/curtsiesfrontend/repl.py:1048
310325msgid "Auto-reloading active, watching for file changes..."
311326msgstr ""
312327
313- #: bpython/curtsiesfrontend/repl.py:1051
328+ #: bpython/curtsiesfrontend/repl.py:1054
314329msgid "Auto-reloading not available because watchdog not installed."
315330msgstr ""
316331
0 commit comments