66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version :bpython 0.22.dev28 \n "
9+ "Project-Id-Version :bpython 0.22.dev123 \n "
1010"Report-Msgid-Bugs-To :https://github.com/bpython/bpython/issues\n "
11- "POT-Creation-Date :2021-02-14 17:29+0100 \n "
11+ "POT-Creation-Date :2021-10-12 21:58+0200 \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,98 +17,99 @@ msgstr ""
1717"Content-Transfer-Encoding :8bit\n "
1818"Generated-By :Babel 2.8.0\n "
1919
20- #: bpython/args.py:49
20+ #: bpython/args.py:63
2121msgid "{} version {} on top of Python {} {}"
2222msgstr ""
2323
24- #: bpython/args.py:58
24+ #: bpython/args.py:72
2525msgid "{} See AUTHORS.rst for details."
2626msgstr ""
2727
28- #: bpython/args.py:95
28+ #: bpython/args.py:116
2929#, python-format
3030msgid ""
3131"Usage: %(prog)s [options] [file [args]]\n"
3232"NOTE: If bpython sees an argument it does not know, execution falls back "
3333"to the regular Python interpreter."
3434msgstr ""
3535
36- #: bpython/args.py:105
36+ #: bpython/args.py:127
3737msgid "Use CONFIG instead of default config file."
3838msgstr ""
3939
40- #: bpython/args.py:111
40+ #: bpython/args.py:133
4141msgid "Drop to bpython shell after running file instead of exiting."
4242msgstr ""
4343
44- #: bpython/args.py:117
44+ #: bpython/args.py:139
4545msgid "Don't flush the output to stdout."
4646msgstr ""
4747
48- #: bpython/args.py:123
48+ #: bpython/args.py:145
4949msgid "Print version and exit."
5050msgstr ""
5151
52- #: bpython/args.py:130
52+ #: bpython/args.py:152
5353msgid "Set log level for logging"
5454msgstr ""
5555
56- #: bpython/args.py:135
56+ #: bpython/args.py:157
5757msgid "Log output file"
5858msgstr ""
5959
60- #: bpython/args.py:146
60+ #: bpython/args.py:168
6161msgid "File to execute and additional arguments passed on to the executed script."
6262msgstr ""
6363
64- #: bpython/cli.py:312 bpython/urwid.py:537
64+ #: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:107
65+ #: bpython/urwid.py:539
6566msgid "y"
6667msgstr ""
6768
68- #: bpython/cli.py:312 bpython/urwid.py:537
69+ #: bpython/cli.py:320 bpython/urwid.py:539
6970msgid "yes"
7071msgstr ""
7172
72- #: bpython/cli.py:1692
73+ #: bpython/cli.py:1696
7374msgid "Rewind"
7475msgstr ""
7576
76- #: bpython/cli.py:1693
77+ #: bpython/cli.py:1697
7778msgid "Save"
7879msgstr ""
7980
80- #: bpython/cli.py:1694
81+ #: bpython/cli.py:1698
8182msgid "Pastebin"
8283msgstr ""
8384
84- #: bpython/cli.py:1695
85+ #: bpython/cli.py:1699
8586msgid "Pager"
8687msgstr ""
8788
88- #: bpython/cli.py:1696
89+ #: bpython/cli.py:1700
8990msgid "Show Source"
9091msgstr ""
9192
92- #: bpython/cli.py:1943
93+ #: bpython/cli.py:1947
9394msgid ""
9495"WARNING: You are using `bpython-cli`, the curses backend for `bpython`. "
9596"This backend has been deprecated in version 0.19 and might disappear in a"
9697" future version."
9798msgstr ""
9899
99- #: bpython/curtsies.py:136
100+ #: bpython/curtsies.py:201
100101msgid "start by pasting lines of a file into session"
101102msgstr ""
102103
103- #: bpython/curtsies.py:142
104+ #: bpython/curtsies.py:207
104105msgid "curtsies arguments"
105106msgstr ""
106107
107- #: bpython/curtsies.py:143
108+ #: bpython/curtsies.py:208
108109msgid "Additional arguments specific to the curtsies-based REPL."
109110msgstr ""
110111
111- #: bpython/history.py:224
112+ #: bpython/history.py:250
112113#, python-format
113114msgid "Error occurred while writing to file %s (%s)"
114115msgstr ""
@@ -134,212 +135,212 @@ msgstr ""
134135msgid "Failed to recognize the helper program's output as an URL."
135136msgstr ""
136137
137- #: bpython/repl.py:653
138+ #: bpython/repl.py:644
138139msgid "Nothing to get source of"
139140msgstr ""
140141
141- #: bpython/repl.py:658
142+ #: bpython/repl.py:649
142143#, python-format
143144msgid "Cannot get source: %s"
144145msgstr ""
145146
146- #: bpython/repl.py:663
147+ #: bpython/repl.py:654
147148#, python-format
148149msgid "Cannot access source of %r"
149150msgstr ""
150151
151- #: bpython/repl.py:665
152+ #: bpython/repl.py:656
152153#, python-format
153154msgid "No source code found for %s"
154155msgstr ""
155156
156- #: bpython/repl.py:820
157+ #: bpython/repl.py:801
157158msgid "Save to file (Esc to cancel): "
158159msgstr ""
159160
160- #: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
161+ #: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830
161162msgid "Save cancelled."
162163msgstr ""
163164
164- #: bpython/repl.py:836
165+ #: bpython/repl.py:817
165166#, python-format
166167msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
167168msgstr ""
168169
169- #: bpython/repl.py:844
170+ #: bpython/repl.py:825
170171msgid "overwrite"
171172msgstr ""
172173
173- #: bpython/repl.py:846
174+ #: bpython/repl.py:827
174175msgid "append"
175176msgstr ""
176177
177- #: bpython/repl.py:858 bpython/repl.py:1165
178+ #: bpython/repl.py:839 bpython/repl.py:1143
178179#, python-format
179180msgid "Error writing file '%s': %s"
180181msgstr ""
181182
182- #: bpython/repl.py:860
183+ #: bpython/repl.py:841
183184#, python-format
184185msgid "Saved to %s."
185186msgstr ""
186187
187- #: bpython/repl.py:866
188+ #: bpython/repl.py:847
188189msgid "No clipboard available."
189190msgstr ""
190191
191- #: bpython/repl.py:873
192+ #: bpython/repl.py:854
192193msgid "Could not copy to clipboard."
193194msgstr ""
194195
195- #: bpython/repl.py:875
196+ #: bpython/repl.py:856
196197msgid "Copied content to clipboard."
197198msgstr ""
198199
199- #: bpython/repl.py:884
200+ #: bpython/repl.py:865
200201msgid "Pastebin buffer? (y/N) "
201202msgstr ""
202203
203- #: bpython/repl.py:886
204+ #: bpython/repl.py:867
204205msgid "Pastebin aborted."
205206msgstr ""
206207
207- #: bpython/repl.py:894
208+ #: bpython/repl.py:875
208209#, python-format
209210msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
210211msgstr ""
211212
212- #: bpython/repl.py:900
213+ #: bpython/repl.py:881
213214msgid "Posting data to pastebin..."
214215msgstr ""
215216
216- #: bpython/repl.py:904
217+ #: bpython/repl.py:885
217218#, python-format
218219msgid "Upload failed: %s"
219220msgstr ""
220221
221- #: bpython/repl.py:913
222+ #: bpython/repl.py:894
222223#, python-format
223224msgid "Pastebin URL: %s - Removal URL: %s"
224225msgstr ""
225226
226- #: bpython/repl.py:918
227+ #: bpython/repl.py:899
227228#, python-format
228229msgid "Pastebin URL: %s"
229230msgstr ""
230231
231- #: bpython/repl.py:956
232+ #: bpython/repl.py:937
232233#, python-format
233234msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
234235msgstr ""
235236
236- #: bpython/repl.py:964 bpython/repl.py:968
237+ #: bpython/repl.py:945 bpython/repl.py:949
237238msgid "Undo canceled"
238239msgstr ""
239240
240- #: bpython/repl.py:971
241+ #: bpython/repl.py:952
241242#, python-format
242243msgid "Undoing %d line... (est. %.1f seconds)"
243244msgid_plural "Undoing %d lines... (est. %.1f seconds)"
244245msgstr[ 0 ] ""
245246msgstr[ 1 ] ""
246247
247- #: bpython/repl.py:1147
248+ #: bpython/repl.py:1128
248249msgid "Config file does not exist - create new from default? (y/N)"
249250msgstr ""
250251
251- #: bpython/repl.py:1175
252+ #: bpython/repl.py:1153
252253msgid "bpython config file edited. Restart bpython for changes to take effect."
253254msgstr ""
254255
255- #: bpython/repl.py:1181
256+ #: bpython/repl.py:1158
256257#, python-format
257258msgid "Error editing config file: %s"
258259msgstr ""
259260
260- #: bpython/urwid.py:604
261+ #: bpython/urwid.py:606
261262#, python-format
262263msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
263264msgstr ""
264265
265- #: bpython/urwid.py:1114
266+ #: bpython/urwid.py:1116
266267msgid "Run twisted reactor."
267268msgstr ""
268269
269- #: bpython/urwid.py:1119
270+ #: bpython/urwid.py:1121
270271msgid "Select specific reactor (see --help-reactors). Implies --twisted."
271272msgstr ""
272273
273- #: bpython/urwid.py:1127
274+ #: bpython/urwid.py:1129
274275msgid "List available reactors for -r."
275276msgstr ""
276277
277- #: bpython/urwid.py:1132
278+ #: bpython/urwid.py:1134
278279msgid ""
279280"twistd plugin to run (use twistd for a list). Use\" --\" to pass further "
280281"options to the plugin."
281282msgstr ""
282283
283- #: bpython/urwid.py:1141
284+ #: bpython/urwid.py:1143
284285msgid "Port to run an eval server on (forces Twisted)."
285286msgstr ""
286287
287- #: bpython/urwid.py:1335
288+ #: bpython/urwid.py:1337
288289msgid ""
289290"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
290291"This backend has been deprecated in version 0.19 and might disappear in a"
291292" future version."
292293msgstr ""
293294
294- #: bpython/curtsiesfrontend/repl.py:325
295+ #: bpython/curtsiesfrontend/repl.py:339
295296msgid "Welcome to bpython!"
296297msgstr ""
297298
298- #: bpython/curtsiesfrontend/repl.py:327
299+ #: bpython/curtsiesfrontend/repl.py:341
299300#, python-format
300301msgid "Press <%s> for help."
301302msgstr ""
302303
303- #: bpython/curtsiesfrontend/repl.py:664
304+ #: bpython/curtsiesfrontend/repl.py:681
304305#, python-format
305306msgid "Executing PYTHONSTARTUP failed: %s"
306307msgstr ""
307308
308- #: bpython/curtsiesfrontend/repl.py:682
309+ #: bpython/curtsiesfrontend/repl.py:698
309310#, python-format
310311msgid "Reloaded at %s because %s modified."
311312msgstr ""
312313
313- #: bpython/curtsiesfrontend/repl.py:991
314+ #: bpython/curtsiesfrontend/repl.py:1008
314315msgid "Session not reevaluated because it was not edited"
315316msgstr ""
316317
317- #: bpython/curtsiesfrontend/repl.py:1006
318+ #: bpython/curtsiesfrontend/repl.py:1023
318319msgid "Session not reevaluated because saved file was blank"
319320msgstr ""
320321
321- #: bpython/curtsiesfrontend/repl.py:1016
322+ #: bpython/curtsiesfrontend/repl.py:1033
322323msgid "Session edited and reevaluated"
323324msgstr ""
324325
325- #: bpython/curtsiesfrontend/repl.py:1027
326+ #: bpython/curtsiesfrontend/repl.py:1044
326327#, python-format
327328msgid "Reloaded at %s by user."
328329msgstr ""
329330
330- #: bpython/curtsiesfrontend/repl.py:1033
331+ #: bpython/curtsiesfrontend/repl.py:1050
331332msgid "Auto-reloading deactivated."
332333msgstr ""
333334
334- #: bpython/curtsiesfrontend/repl.py:1038
335+ #: bpython/curtsiesfrontend/repl.py:1055
335336msgid "Auto-reloading active, watching for file changes..."
336337msgstr ""
337338
338- #: bpython/curtsiesfrontend/repl.py:1044
339+ #: bpython/curtsiesfrontend/repl.py:1061
339340msgid "Auto-reloading not available because watchdog not installed."
340341msgstr ""
341342
342- #: bpython/curtsiesfrontend/repl.py:1986
343+ #: bpython/curtsiesfrontend/repl.py:2011
343344msgid ""
344345"\n"
345346"Thanks for using bpython!\n"