1# Dutch (Netherlands) translations for bpython.
2# Copyright (C) 2011 bpython developers
3# This file is distributed under the same license as the bpython project.
4# Simon de Vlieger, 2011 .
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: bpython 0.9.7.1\n"
9"Report-Msgid-Bugs-To: http://github.com/bpython/bpython/issues\n"
10"POT-Creation-Date: 2021-10-12 21:58+0200\n"
11"PO-Revision-Date: 2020-10-29 12:20+0100\n"
12"Last-Translator: Sebastian Ramacher <sebastian+dev@ramacher.at>\n"
13"Language: nl_NL\n"
14"Language-Team: bpython developers\n"
15"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=utf-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Generated-By: Babel 2.8.0\n"
20
21#: bpython/args.py:63
22msgid "{} version {} on top of Python {} {}"
23msgstr ""
24
25#: bpython/args.py:72
26msgid "{} See AUTHORS.rst for details."
27msgstr ""
28
29#: bpython/args.py:116
30#, python-format
31msgid ""
32"Usage: %(prog)s [options] [file [args]]\n"
33"NOTE: If bpython sees an argument it does not know, execution falls back "
34"to the regular Python interpreter."
35msgstr ""
36
37#: bpython/args.py:127
38msgid "Use CONFIG instead of default config file."
39msgstr ""
40
41#: bpython/args.py:133
42msgid "Drop to bpython shell after running file instead of exiting."
43msgstr ""
44
45#: bpython/args.py:139
46msgid "Don't flush the output to stdout."
47msgstr ""
48
49#: bpython/args.py:145
50msgid "Print version and exit."
51msgstr ""
52
53#: bpython/args.py:152
54msgid "Set log level for logging"
55msgstr ""
56
57#: bpython/args.py:157
58msgid "Log output file"
59msgstr ""
60
61#: bpython/args.py:168
62msgid "File to execute and additional arguments passed on to the executed script."
63msgstr ""
64
65#: bpython/cli.py:320 bpython/curtsiesfrontend/interaction.py:107
66#: bpython/urwid.py:539
67msgid "y"
68msgstr "j"
69
70#: bpython/cli.py:320 bpython/urwid.py:539
71msgid "yes"
72msgstr "ja"
73
74#: bpython/cli.py:1696
75msgid "Rewind"
76msgstr ""
77
78#: bpython/cli.py:1697
79msgid "Save"
80msgstr ""
81
82#: bpython/cli.py:1698
83msgid "Pastebin"
84msgstr ""
85
86#: bpython/cli.py:1699
87msgid "Pager"
88msgstr ""
89
90#: bpython/cli.py:1700
91msgid "Show Source"
92msgstr ""
93
94#: bpython/cli.py:1947
95msgid ""
96"WARNING: You are using `bpython-cli`, the curses backend for `bpython`. "
97"This backend has been deprecated in version 0.19 and might disappear in a"
98" future version."
99msgstr ""
100
101#: bpython/curtsies.py:201
102msgid "start by pasting lines of a file into session"
103msgstr ""
104
105#: bpython/curtsies.py:207
106msgid "curtsies arguments"
107msgstr ""
108
109#: bpython/curtsies.py:208
110msgid "Additional arguments specific to the curtsies-based REPL."
111msgstr ""
112
113#: bpython/history.py:250
114#, python-format
115msgid "Error occurred while writing to file %s (%s)"
116msgstr ""
117
118#: bpython/paste.py:85
119msgid "Helper program not found."
120msgstr ""
121
122#: bpython/paste.py:87
123msgid "Helper program could not be run."
124msgstr ""
125
126#: bpython/paste.py:93
127#, python-format
128msgid "Helper program returned non-zero exit status %d."
129msgstr ""
130
131#: bpython/paste.py:98
132msgid "No output from helper program."
133msgstr ""
134
135#: bpython/paste.py:105
136msgid "Failed to recognize the helper program's output as an URL."
137msgstr ""
138
139#: bpython/repl.py:644
140msgid "Nothing to get source of"
141msgstr ""
142
143#: bpython/repl.py:649
144#, python-format
145msgid "Cannot get source: %s"
146msgstr ""
147
148#: bpython/repl.py:654
149#, python-format
150msgid "Cannot access source of %r"
151msgstr ""
152
153#: bpython/repl.py:656
154#, python-format
155msgid "No source code found for %s"
156msgstr ""
157
158#: bpython/repl.py:801
159msgid "Save to file (Esc to cancel): "
160msgstr ""
161
162#: bpython/repl.py:803 bpython/repl.py:806 bpython/repl.py:830
163msgid "Save cancelled."
164msgstr ""
165
166#: bpython/repl.py:817
167#, python-format
168msgid "%s already exists. Do you want to (c)ancel,  (o)verwrite or (a)ppend? "
169msgstr ""
170
171#: bpython/repl.py:825
172msgid "overwrite"
173msgstr ""
174
175#: bpython/repl.py:827
176msgid "append"
177msgstr ""
178
179#: bpython/repl.py:839 bpython/repl.py:1143
180#, python-format
181msgid "Error writing file '%s': %s"
182msgstr ""
183
184#: bpython/repl.py:841
185#, python-format
186msgid "Saved to %s."
187msgstr ""
188
189#: bpython/repl.py:847
190msgid "No clipboard available."
191msgstr ""
192
193#: bpython/repl.py:854
194msgid "Could not copy to clipboard."
195msgstr ""
196
197#: bpython/repl.py:856
198msgid "Copied content to clipboard."
199msgstr ""
200
201#: bpython/repl.py:865
202msgid "Pastebin buffer? (y/N) "
203msgstr ""
204
205#: bpython/repl.py:867
206msgid "Pastebin aborted."
207msgstr ""
208
209#: bpython/repl.py:875
210#, python-format
211msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
212msgstr ""
213
214#: bpython/repl.py:881
215msgid "Posting data to pastebin..."
216msgstr ""
217
218#: bpython/repl.py:885
219#, python-format
220msgid "Upload failed: %s"
221msgstr ""
222
223#: bpython/repl.py:894
224#, python-format
225msgid "Pastebin URL: %s - Removal URL: %s"
226msgstr ""
227
228#: bpython/repl.py:899
229#, python-format
230msgid "Pastebin URL: %s"
231msgstr ""
232
233#: bpython/repl.py:937
234#, python-format
235msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
236msgstr ""
237
238#: bpython/repl.py:945 bpython/repl.py:949
239msgid "Undo canceled"
240msgstr ""
241
242#: bpython/repl.py:952
243#, python-format
244msgid "Undoing %d line... (est. %.1f seconds)"
245msgid_plural "Undoing %d lines... (est. %.1f seconds)"
246msgstr[0] ""
247msgstr[1] ""
248
249#: bpython/repl.py:1128
250msgid "Config file does not exist - create new from default? (y/N)"
251msgstr ""
252
253#: bpython/repl.py:1153
254msgid "bpython config file edited. Restart bpython for changes to take effect."
255msgstr ""
256
257#: bpython/repl.py:1158
258#, python-format
259msgid "Error editing config file: %s"
260msgstr ""
261
262#: bpython/urwid.py:606
263#, python-format
264msgid " <%s> Rewind  <%s> Save  <%s> Pastebin  <%s> Pager  <%s> Show Source "
265msgstr " <%s> Rewind  <%s> Opslaan  <%s> Pastebin  <%s> Pager  <%s> Toon broncode"
266
267#: bpython/urwid.py:1116
268msgid "Run twisted reactor."
269msgstr ""
270
271#: bpython/urwid.py:1121
272msgid "Select specific reactor (see --help-reactors). Implies --twisted."
273msgstr ""
274
275#: bpython/urwid.py:1129
276msgid "List available reactors for -r."
277msgstr ""
278
279#: bpython/urwid.py:1134
280msgid ""
281"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
282"options to the plugin."
283msgstr ""
284
285#: bpython/urwid.py:1143
286msgid "Port to run an eval server on (forces Twisted)."
287msgstr ""
288
289#: bpython/urwid.py:1337
290msgid ""
291"WARNING: You are using `bpython-urwid`, the urwid backend for `bpython`. "
292"This backend has been deprecated in version 0.19 and might disappear in a"
293" future version."
294msgstr ""
295
296#: bpython/curtsiesfrontend/repl.py:339
297msgid "Welcome to bpython!"
298msgstr ""
299
300#: bpython/curtsiesfrontend/repl.py:341
301#, python-format
302msgid "Press <%s> for help."
303msgstr ""
304
305#: bpython/curtsiesfrontend/repl.py:681
306#, python-format
307msgid "Executing PYTHONSTARTUP failed: %s"
308msgstr ""
309
310#: bpython/curtsiesfrontend/repl.py:698
311#, python-format
312msgid "Reloaded at %s because %s modified."
313msgstr ""
314
315#: bpython/curtsiesfrontend/repl.py:1008
316msgid "Session not reevaluated because it was not edited"
317msgstr ""
318
319#: bpython/curtsiesfrontend/repl.py:1023
320msgid "Session not reevaluated because saved file was blank"
321msgstr ""
322
323#: bpython/curtsiesfrontend/repl.py:1033
324msgid "Session edited and reevaluated"
325msgstr ""
326
327#: bpython/curtsiesfrontend/repl.py:1044
328#, python-format
329msgid "Reloaded at %s by user."
330msgstr ""
331
332#: bpython/curtsiesfrontend/repl.py:1050
333msgid "Auto-reloading deactivated."
334msgstr ""
335
336#: bpython/curtsiesfrontend/repl.py:1055
337msgid "Auto-reloading active, watching for file changes..."
338msgstr ""
339
340#: bpython/curtsiesfrontend/repl.py:1061
341msgid "Auto-reloading not available because watchdog not installed."
342msgstr ""
343
344#: bpython/curtsiesfrontend/repl.py:2011
345msgid ""
346"\n"
347"Thanks for using bpython!\n"
348"\n"
349"See http://bpython-interpreter.org/ for more information and http://docs"
350".bpython-interpreter.org/ for docs.\n"
351"Please report issues at https://github.com/bpython/bpython/issues\n"
352"\n"
353"Features:\n"
354"Try using undo ({config.undo_key})!\n"
355"Edit the current line ({config.edit_current_block_key}) or the entire "
356"session ({config.external_editor_key}) in an external editor. (currently "
357"{config.editor})\n"
358"Save sessions ({config.save_key}) or post them to pastebins "
359"({config.pastebin_key})! Current pastebin helper: "
360"{config.pastebin_helper}\n"
361"Reload all modules and rerun session ({config.reimport_key}) to test out "
362"changes to a module.\n"
363"Toggle auto-reload mode ({config.toggle_file_watch_key}) to re-execute "
364"the current session when a module you've imported is modified.\n"
365"\n"
366"bpython -i your_script.py runs a file in interactive mode\n"
367"bpython -t your_script.py pastes the contents of a file into the session\n"
368"\n"
369"A config file at {config.config_path} customizes keys and behavior of "
370"bpython.\n"
371"You can also set which pastebin helper and which external editor to use.\n"
372"See {example_config_url} for an example config file.\n"
373"Press {config.edit_config_key} to edit this config file.\n"
374msgstr ""
375
376