Skip to content

Commit 4cfbb76

Browse files
committed
Update translations
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 7594078 commit 4cfbb76

File tree

7 files changed

+351
-352
lines changed

7 files changed

+351
-352
lines changed

bpython/curtsies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def main(args=None, locals_=None, banner=None):
3535
Option('--log', '-L', action='count',
3636
help=_("log debug messages to bpython.log")),
3737
Option('--paste', '-p', action='store_true',
38-
help=_("start by pasting lines of a file into session"
39-
"typed")),
38+
help=_("start by pasting lines of a file into session")),
4039
]))
4140
if options.log is None:
4241
options.log = 0

bpython/translations/bpython.pot

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: bpython 0.13-494\n"
9+
"Project-Id-Version: bpython 0.13-641\n"
1010
"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"
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,34 @@ msgstr ""
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 1.3\n"
1919

20-
#: bpython/args.py:57
20+
#: bpython/args.py:59
2121
msgid ""
2222
"Usage: %prog [options] [file [args]]\n"
2323
"NOTE: If bpython sees an argument it does not know, execution falls back "
2424
"to the regular Python interpreter."
2525
msgstr ""
2626

27-
#: bpython/args.py:67
27+
#: bpython/args.py:69
2828
msgid "Use CONFIG instead of default config file."
2929
msgstr ""
3030

31-
#: bpython/args.py:69
31+
#: bpython/args.py:71
3232
msgid "Drop to bpython shell after running file instead of exiting."
3333
msgstr ""
3434

35-
#: bpython/args.py:72
35+
#: bpython/args.py:74
3636
msgid "Don't flush the output to stdout."
3737
msgstr ""
3838

39-
#: bpython/args.py:74
39+
#: bpython/args.py:76
4040
msgid "Print version and exit."
4141
msgstr ""
4242

43-
#: bpython/cli.py:318 bpython/urwid.py:555
43+
#: bpython/cli.py:318 bpython/urwid.py:557
4444
msgid "y"
4545
msgstr ""
4646

47-
#: bpython/cli.py:318 bpython/urwid.py:555
47+
#: bpython/cli.py:318 bpython/urwid.py:557
4848
msgid "yes"
4949
msgstr ""
5050

@@ -68,222 +68,222 @@ msgstr ""
6868
msgid "Show Source"
6969
msgstr ""
7070

71-
#: bpython/curtsies.py:31
71+
#: bpython/curtsies.py:36
7272
msgid "log debug messages to bpython.log"
7373
msgstr ""
7474

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"
7777
msgstr ""
7878

79-
#: bpython/history.py:216
79+
#: bpython/history.py:223
8080
#, python-format
8181
msgid "Error occurred while writing to file %s (%s)"
8282
msgstr ""
8383

84-
#: bpython/repl.py:513
84+
#: bpython/repl.py:537
8585
msgid "Nothing to get source of"
8686
msgstr ""
8787

88-
#: bpython/repl.py:518
88+
#: bpython/repl.py:542
8989
#, python-format
9090
msgid "Cannot get source: %s"
9191
msgstr ""
9292

93-
#: bpython/repl.py:523
93+
#: bpython/repl.py:547
9494
#, python-format
9595
msgid "Cannot access source of %r"
9696
msgstr ""
9797

98-
#: bpython/repl.py:525
98+
#: bpython/repl.py:549
9999
#, python-format
100100
msgid "No source code found for %s"
101101
msgstr ""
102102

103-
#: bpython/repl.py:652
103+
#: bpython/repl.py:681
104104
msgid "Save to file (Esc to cancel): "
105105
msgstr ""
106106

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
108108
msgid "Save cancelled."
109109
msgstr ""
110110

111-
#: bpython/repl.py:667
111+
#: bpython/repl.py:696
112112
#, python-format
113113
msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
114114
msgstr ""
115115

116-
#: bpython/repl.py:671
116+
#: bpython/repl.py:700
117117
msgid "overwrite"
118118
msgstr ""
119119

120-
#: bpython/repl.py:673
120+
#: bpython/repl.py:702
121121
msgid "append"
122122
msgstr ""
123123

124-
#: bpython/repl.py:685 bpython/repl.py:1027
124+
#: bpython/repl.py:714 bpython/repl.py:1075
125125
#, python-format
126126
msgid "Error writing file '%s': %s"
127127
msgstr ""
128128

129-
#: bpython/repl.py:688
129+
#: bpython/repl.py:717
130130
#, python-format
131131
msgid "Saved to %s."
132132
msgstr ""
133133

134-
#: bpython/repl.py:694
134+
#: bpython/repl.py:723
135135
msgid "No clipboard available."
136136
msgstr ""
137137

138-
#: bpython/repl.py:701
138+
#: bpython/repl.py:730
139139
msgid "Could not copy to clipboard."
140140
msgstr ""
141141

142-
#: bpython/repl.py:703
142+
#: bpython/repl.py:732
143143
msgid "Copied content to clipboard."
144144
msgstr ""
145145

146-
#: bpython/repl.py:712
146+
#: bpython/repl.py:741
147147
msgid "Pastebin buffer? (y/N) "
148148
msgstr ""
149149

150-
#: bpython/repl.py:713
150+
#: bpython/repl.py:742
151151
msgid "Pastebin aborted."
152152
msgstr ""
153153

154-
#: bpython/repl.py:720
154+
#: bpython/repl.py:749
155155
#, python-format
156156
msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
157157
msgstr ""
158158

159-
#: bpython/repl.py:739 bpython/repl.py:767
159+
#: bpython/repl.py:770 bpython/repl.py:799
160160
msgid "Posting data to pastebin..."
161161
msgstr ""
162162

163-
#: bpython/repl.py:744
163+
#: bpython/repl.py:775
164164
#, python-format
165165
msgid "Upload failed: %s"
166166
msgstr ""
167167

168-
#: bpython/repl.py:760
168+
#: bpython/repl.py:792
169169
#, python-format
170170
msgid "Pastebin URL: %s - Removal URL: %s"
171171
msgstr ""
172172

173-
#: bpython/repl.py:779
173+
#: bpython/repl.py:811
174174
msgid "Upload failed: Helper program not found."
175175
msgstr ""
176176

177-
#: bpython/repl.py:782
177+
#: bpython/repl.py:814
178178
msgid "Upload failed: Helper program could not be run."
179179
msgstr ""
180180

181-
#: bpython/repl.py:789
181+
#: bpython/repl.py:821
182182
#, python-format
183183
msgid "Upload failed: Helper program returned non-zero exit status %d."
184184
msgstr ""
185185

186-
#: bpython/repl.py:793
186+
#: bpython/repl.py:825
187187
msgid "Upload failed: No output from helper program."
188188
msgstr ""
189189

190-
#: bpython/repl.py:800
190+
#: bpython/repl.py:833
191191
msgid "Upload failed: Failed to recognize the helper program's output as an URL."
192192
msgstr ""
193193

194-
#: bpython/repl.py:806
194+
#: bpython/repl.py:839
195195
#, python-format
196196
msgid "Pastebin URL: %s"
197197
msgstr ""
198198

199-
#: bpython/repl.py:839
199+
#: bpython/repl.py:872
200200
#, python-format
201201
msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
202202
msgstr ""
203203

204-
#: bpython/repl.py:846 bpython/repl.py:850
204+
#: bpython/repl.py:879 bpython/repl.py:883
205205
msgid "Undo canceled"
206206
msgstr ""
207207

208-
#: bpython/repl.py:853
208+
#: bpython/repl.py:886
209209
#, python-format
210210
msgid "Undoing %d line... (est. %.1f seconds)"
211211
msgid_plural "Undoing %d lines... (est. %.1f seconds)"
212212
msgstr[0] ""
213213
msgstr[1] ""
214214

215-
#: bpython/repl.py:1017
215+
#: bpython/repl.py:1062
216216
msgid "Config file does not exist - create new from default? (y/N)"
217217
msgstr ""
218218

219-
#: bpython/repl.py:1034
219+
#: bpython/repl.py:1082
220220
msgid "bpython config file edited. Restart bpython for changes to take effect."
221221
msgstr ""
222222

223-
#: bpython/repl.py:1037
223+
#: bpython/repl.py:1085
224224
msgid "Error editing config file."
225225
msgstr ""
226226

227-
#: bpython/urwid.py:617
227+
#: bpython/urwid.py:619
228228
#, python-format
229229
msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
230230
msgstr ""
231231

232-
#: bpython/urwid.py:1126
232+
#: bpython/urwid.py:1128
233233
msgid "Run twisted reactor."
234234
msgstr ""
235235

236-
#: bpython/urwid.py:1128
236+
#: bpython/urwid.py:1130
237237
msgid "Select specific reactor (see --help-reactors). Implies --twisted."
238238
msgstr ""
239239

240-
#: bpython/urwid.py:1131
240+
#: bpython/urwid.py:1133
241241
msgid "List available reactors for -r."
242242
msgstr ""
243243

244-
#: bpython/urwid.py:1133
244+
#: bpython/urwid.py:1135
245245
msgid ""
246246
"twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
247247
"options to the plugin."
248248
msgstr ""
249249

250-
#: bpython/urwid.py:1136
250+
#: bpython/urwid.py:1138
251251
msgid "Port to run an eval server on (forces Twisted)."
252252
msgstr ""
253253

254-
#: bpython/curtsiesfrontend/repl.py:259
254+
#: bpython/curtsiesfrontend/repl.py:286
255255
msgid "Welcome to bpython!"
256256
msgstr ""
257257

258-
#: bpython/curtsiesfrontend/repl.py:259
258+
#: bpython/curtsiesfrontend/repl.py:287
259259
#, python-format
260260
msgid "Press <%s> for help."
261261
msgstr ""
262262

263-
#: bpython/curtsiesfrontend/repl.py:472
263+
#: bpython/curtsiesfrontend/repl.py:526
264264
#, python-format
265265
msgid "Executing PYTHONSTARTUP failed: %s"
266266
msgstr ""
267267

268-
#: bpython/curtsiesfrontend/repl.py:489
268+
#: bpython/curtsiesfrontend/repl.py:543
269269
#, python-format
270270
msgid "Reloaded at %s because %s modified."
271271
msgstr ""
272272

273-
#: bpython/curtsiesfrontend/repl.py:745
273+
#: bpython/curtsiesfrontend/repl.py:814
274274
#, python-format
275275
msgid "Reloaded at %s by user."
276276
msgstr ""
277277

278-
#: bpython/curtsiesfrontend/repl.py:751
278+
#: bpython/curtsiesfrontend/repl.py:820
279279
msgid "Auto-reloading deactivated."
280280
msgstr ""
281281

282-
#: bpython/curtsiesfrontend/repl.py:756
282+
#: bpython/curtsiesfrontend/repl.py:825
283283
msgid "Auto-reloading active, watching for file changes..."
284284
msgstr ""
285285

286-
#: bpython/curtsiesfrontend/repl.py:761
286+
#: bpython/curtsiesfrontend/repl.py:830
287287
msgid "Auto-reloading not available because watchdog not installed."
288288
msgstr ""
289289

0 commit comments

Comments
 (0)