66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version : bpython 0.20.1.post128 \n "
9+ "Project-Id-Version : bpython 0.22.dev8 \n "
1010"Report-Msgid-Bugs-To : https://github.com/bpython/bpython/issues\n "
11- "POT-Creation-Date : 2021-01-01 15:21 +0100\n "
11+ "POT-Creation-Date : 2021-01-29 22:59 +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,32 @@ msgstr ""
1717"Content-Transfer-Encoding : 8bit\n "
1818"Generated-By : Babel 2.8.0\n "
1919
20- #: bpython/args.py:92
20+ #: bpython/args.py:91
2121#, python-format
2222msgid ""
2323"Usage: %(prog)s [options] [file [args]]\n"
2424"NOTE: If bpython sees an argument it does not know, execution falls back "
2525"to the regular Python interpreter."
2626msgstr ""
2727
28- #: bpython/args.py:102
28+ #: bpython/args.py:101
2929msgid "Use CONFIG instead of default config file."
3030msgstr ""
3131
32- #: bpython/args.py:108
32+ #: bpython/args.py:107
3333msgid "Drop to bpython shell after running file instead of exiting."
3434msgstr ""
3535
36- #: bpython/args.py:114
36+ #: bpython/args.py:113
3737msgid "Don't flush the output to stdout."
3838msgstr ""
3939
40- #: bpython/args.py:120
40+ #: bpython/args.py:119
4141msgid "Print version and exit."
4242msgstr ""
4343
44- #: bpython/args.py:131
45- msgid ""
46- "File to extecute and additional arguments passed on to the executed "
47- "script."
44+ #: bpython/args.py:130
45+ msgid "File to execute and additional arguments passed on to the executed script."
4846msgstr ""
4947
5048#: bpython/cli.py:312 bpython/urwid.py:537
@@ -124,125 +122,125 @@ msgstr ""
124122msgid "Failed to recognize the helper program's output as an URL."
125123msgstr ""
126124
127- #: bpython/repl.py:657
125+ #: bpython/repl.py:653
128126msgid "Nothing to get source of"
129127msgstr ""
130128
131- #: bpython/repl.py:662
129+ #: bpython/repl.py:658
132130#, python-format
133131msgid "Cannot get source: %s"
134132msgstr ""
135133
136- #: bpython/repl.py:667
134+ #: bpython/repl.py:663
137135#, python-format
138136msgid "Cannot access source of %r"
139137msgstr ""
140138
141- #: bpython/repl.py:669
139+ #: bpython/repl.py:665
142140#, python-format
143141msgid "No source code found for %s"
144142msgstr ""
145143
146- #: bpython/repl.py:824
144+ #: bpython/repl.py:820
147145msgid "Save to file (Esc to cancel): "
148146msgstr ""
149147
150- #: bpython/repl.py:826 bpython/repl.py:829 bpython/repl.py:853
148+ #: bpython/repl.py:822 bpython/repl.py:825 bpython/repl.py:849
151149msgid "Save cancelled."
152150msgstr ""
153151
154- #: bpython/repl.py:840
152+ #: bpython/repl.py:836
155153#, python-format
156154msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
157155msgstr ""
158156
159- #: bpython/repl.py:848
157+ #: bpython/repl.py:844
160158msgid "overwrite"
161159msgstr ""
162160
163- #: bpython/repl.py:850
161+ #: bpython/repl.py:846
164162msgid "append"
165163msgstr ""
166164
167- #: bpython/repl.py:862 bpython/repl.py:1169
165+ #: bpython/repl.py:858 bpython/repl.py:1165
168166#, python-format
169167msgid "Error writing file '%s': %s"
170168msgstr ""
171169
172- #: bpython/repl.py:864
170+ #: bpython/repl.py:860
173171#, python-format
174172msgid "Saved to %s."
175173msgstr ""
176174
177- #: bpython/repl.py:870
175+ #: bpython/repl.py:866
178176msgid "No clipboard available."
179177msgstr ""
180178
181- #: bpython/repl.py:877
179+ #: bpython/repl.py:873
182180msgid "Could not copy to clipboard."
183181msgstr ""
184182
185- #: bpython/repl.py:879
183+ #: bpython/repl.py:875
186184msgid "Copied content to clipboard."
187185msgstr ""
188186
189- #: bpython/repl.py:888
187+ #: bpython/repl.py:884
190188msgid "Pastebin buffer? (y/N) "
191189msgstr ""
192190
193- #: bpython/repl.py:890
191+ #: bpython/repl.py:886
194192msgid "Pastebin aborted."
195193msgstr ""
196194
197- #: bpython/repl.py:898
195+ #: bpython/repl.py:894
198196#, python-format
199197msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
200198msgstr ""
201199
202- #: bpython/repl.py:904
200+ #: bpython/repl.py:900
203201msgid "Posting data to pastebin..."
204202msgstr ""
205203
206- #: bpython/repl.py:908
204+ #: bpython/repl.py:904
207205#, python-format
208206msgid "Upload failed: %s"
209207msgstr ""
210208
211- #: bpython/repl.py:917
209+ #: bpython/repl.py:913
212210#, python-format
213211msgid "Pastebin URL: %s - Removal URL: %s"
214212msgstr ""
215213
216- #: bpython/repl.py:922
214+ #: bpython/repl.py:918
217215#, python-format
218216msgid "Pastebin URL: %s"
219217msgstr ""
220218
221- #: bpython/repl.py:960
219+ #: bpython/repl.py:956
222220#, python-format
223221msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
224222msgstr ""
225223
226- #: bpython/repl.py:968 bpython/repl.py:972
224+ #: bpython/repl.py:964 bpython/repl.py:968
227225msgid "Undo canceled"
228226msgstr ""
229227
230- #: bpython/repl.py:975
228+ #: bpython/repl.py:971
231229#, python-format
232230msgid "Undoing %d line... (est. %.1f seconds)"
233231msgid_plural "Undoing %d lines... (est. %.1f seconds)"
234232msgstr[ 0 ] ""
235233msgstr[ 1 ] ""
236234
237- #: bpython/repl.py:1151
235+ #: bpython/repl.py:1147
238236msgid "Config file does not exist - create new from default? (y/N)"
239237msgstr ""
240238
241- #: bpython/repl.py:1179
239+ #: bpython/repl.py:1175
242240msgid "bpython config file edited. Restart bpython for changes to take effect."
243241msgstr ""
244242
245- #: bpython/repl.py:1185
243+ #: bpython/repl.py:1181
246244#, python-format
247245msgid "Error editing config file: %s"
248246msgstr ""
@@ -281,55 +279,55 @@ msgid ""
281279" future version."
282280msgstr ""
283281
284- #: bpython/curtsiesfrontend/repl.py:312
282+ #: bpython/curtsiesfrontend/repl.py:324
285283msgid "Welcome to bpython!"
286284msgstr ""
287285
288- #: bpython/curtsiesfrontend/repl.py:314
286+ #: bpython/curtsiesfrontend/repl.py:326
289287#, python-format
290288msgid "Press <%s> for help."
291289msgstr ""
292290
293- #: bpython/curtsiesfrontend/repl.py:643
291+ #: bpython/curtsiesfrontend/repl.py:663
294292#, python-format
295293msgid "Executing PYTHONSTARTUP failed: %s"
296294msgstr ""
297295
298- #: bpython/curtsiesfrontend/repl.py:661
296+ #: bpython/curtsiesfrontend/repl.py:681
299297#, python-format
300298msgid "Reloaded at %s because %s modified."
301299msgstr ""
302300
303- #: bpython/curtsiesfrontend/repl.py:970
301+ #: bpython/curtsiesfrontend/repl.py:990
304302msgid "Session not reevaluated because it was not edited"
305303msgstr ""
306304
307- #: bpython/curtsiesfrontend/repl.py:985
305+ #: bpython/curtsiesfrontend/repl.py:1005
308306msgid "Session not reevaluated because saved file was blank"
309307msgstr ""
310308
311- #: bpython/curtsiesfrontend/repl.py:995
309+ #: bpython/curtsiesfrontend/repl.py:1015
312310msgid "Session edited and reevaluated"
313311msgstr ""
314312
315- #: bpython/curtsiesfrontend/repl.py:1006
313+ #: bpython/curtsiesfrontend/repl.py:1026
316314#, python-format
317315msgid "Reloaded at %s by user."
318316msgstr ""
319317
320- #: bpython/curtsiesfrontend/repl.py:1012
318+ #: bpython/curtsiesfrontend/repl.py:1032
321319msgid "Auto-reloading deactivated."
322320msgstr ""
323321
324- #: bpython/curtsiesfrontend/repl.py:1017
322+ #: bpython/curtsiesfrontend/repl.py:1037
325323msgid "Auto-reloading active, watching for file changes..."
326324msgstr ""
327325
328- #: bpython/curtsiesfrontend/repl.py:1023
326+ #: bpython/curtsiesfrontend/repl.py:1043
329327msgid "Auto-reloading not available because watchdog not installed."
330328msgstr ""
331329
332- #: bpython/curtsiesfrontend/repl.py:1958
330+ #: bpython/curtsiesfrontend/repl.py:1985
333331msgid ""
334332"\n"
335333"Thanks for using bpython!\n"
0 commit comments