66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version : bpython 0.13-442 \n "
9+ "Project-Id-Version : bpython 0.13-492 \n "
1010"Report-Msgid-Bugs-To : EMAIL@ADDRESS\n "
11- "POT-Creation-Date : 2015-01-23 23:19 +0100\n "
11+ "POT-Creation-Date : 2015-02-01 23:02 +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 "
@@ -40,31 +40,31 @@ msgstr ""
4040msgid "Print version and exit."
4141msgstr ""
4242
43- #: bpython/cli.py:321 bpython/urwid.py:555
43+ #: bpython/cli.py:318 bpython/urwid.py:555
4444msgid "y"
4545msgstr ""
4646
47- #: bpython/cli.py:321 bpython/urwid.py:555
47+ #: bpython/cli.py:318 bpython/urwid.py:555
4848msgid "yes"
4949msgstr ""
5050
51- #: bpython/cli.py:1696
51+ #: bpython/cli.py:1695
5252msgid "Rewind"
5353msgstr ""
5454
55- #: bpython/cli.py:1697
55+ #: bpython/cli.py:1696
5656msgid "Save"
5757msgstr ""
5858
59- #: bpython/cli.py:1698
59+ #: bpython/cli.py:1697
6060msgid "Pastebin"
6161msgstr ""
6262
63- #: bpython/cli.py:1699
63+ #: bpython/cli.py:1698
6464msgid "Pager"
6565msgstr ""
6666
67- #: bpython/cli.py:1700
67+ #: bpython/cli.py:1699
6868msgid "Show Source"
6969msgstr ""
7070
@@ -76,99 +76,157 @@ msgstr ""
7676msgid "enter lines of file as though interactively typed"
7777msgstr ""
7878
79- #: bpython/history.py:236
79+ #: bpython/history.py:216
8080#, python-format
8181msgid "Error occurred while writing to file %s (%s)"
8282msgstr ""
8383
84- #: bpython/repl.py:477
84+ #: bpython/repl.py:513
8585msgid "Nothing to get source of"
8686msgstr ""
8787
88- #: bpython/repl.py:482
88+ #: bpython/repl.py:518
8989#, python-format
9090msgid "Cannot get source: %s"
9191msgstr ""
9292
93- #: bpython/repl.py:487
93+ #: bpython/repl.py:523
9494#, python-format
9595msgid "Cannot access source of %r"
9696msgstr ""
9797
98- #: bpython/repl.py:489
98+ #: bpython/repl.py:525
9999#, python-format
100100msgid "No source code found for %s"
101101msgstr ""
102102
103- #: bpython/repl.py:655
103+ #: bpython/repl.py:652
104+ msgid "Save to file (Esc to cancel): "
105+ msgstr ""
106+
107+ #: bpython/repl.py:654 bpython/repl.py:657 bpython/repl.py:676
108+ msgid "Save cancelled."
109+ msgstr ""
110+
111+ #: bpython/repl.py:667
112+ #, python-format
113+ msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
114+ msgstr ""
115+
116+ #: bpython/repl.py:671
117+ msgid "overwrite"
118+ msgstr ""
119+
120+ #: bpython/repl.py:673
121+ msgid "append"
122+ msgstr ""
123+
124+ #: bpython/repl.py:685 bpython/repl.py:1028
125+ #, python-format
126+ msgid "Error writing file '%s': %s"
127+ msgstr ""
128+
129+ #: bpython/repl.py:688
130+ #, python-format
131+ msgid "Saved to %s."
132+ msgstr ""
133+
134+ #: bpython/repl.py:694
104135msgid "No clipboard available."
105136msgstr ""
106137
107- #: bpython/repl.py:662
138+ #: bpython/repl.py:701
108139msgid "Could not copy to clipboard."
109140msgstr ""
110141
111- #: bpython/repl.py:664
142+ #: bpython/repl.py:703
112143msgid "Copied content to clipboard."
113144msgstr ""
114145
115- #: bpython/repl.py:673
146+ #: bpython/repl.py:712
116147msgid "Pastebin buffer? (y/N) "
117148msgstr ""
118149
119- #: bpython/repl.py:674
120- msgid "Pastebin aborted"
150+ #: bpython/repl.py:713
151+ msgid "Pastebin aborted. "
121152msgstr ""
122153
123- #: bpython/repl.py:681
154+ #: bpython/repl.py:720
124155#, python-format
125156msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
126157msgstr ""
127158
128- #: bpython/repl.py:700 bpython/repl.py:728
159+ #: bpython/repl.py:739 bpython/repl.py:767
129160msgid "Posting data to pastebin..."
130161msgstr ""
131162
132- #: bpython/repl.py:705
163+ #: bpython/repl.py:744
133164#, python-format
134165msgid "Upload failed: %s"
135166msgstr ""
136167
137- #: bpython/repl.py:721
168+ #: bpython/repl.py:760
138169#, python-format
139170msgid "Pastebin URL: %s - Removal URL: %s"
140171msgstr ""
141172
142- #: bpython/repl.py:740
173+ #: bpython/repl.py:779
143174msgid "Upload failed: Helper program not found."
144175msgstr ""
145176
146- #: bpython/repl.py:743
177+ #: bpython/repl.py:782
147178msgid "Upload failed: Helper program could not be run."
148179msgstr ""
149180
150- #: bpython/repl.py:750
181+ #: bpython/repl.py:789
151182#, python-format
152183msgid "Upload failed: Helper program returned non-zero exit status %s."
153184msgstr ""
154185
155- #: bpython/repl.py:754
186+ #: bpython/repl.py:793
156187msgid "Upload failed: No output from helper program."
157188msgstr ""
158189
159- #: bpython/repl.py:761
190+ #: bpython/repl.py:800
160191msgid "Upload failed: Failed to recognize the helper program's output as an URL."
161192msgstr ""
162193
163- #: bpython/repl.py:767
194+ #: bpython/repl.py:806
164195#, python-format
165196msgid "Pastebin URL: %s"
166197msgstr ""
167198
168- #: bpython/repl.py:953
199+ #: bpython/repl.py:839
200+ #, python-format
201+ msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]"
202+ msgstr ""
203+
204+ #: bpython/repl.py:846 bpython/repl.py:850
205+ msgid "Undo canceled"
206+ msgstr ""
207+
208+ #: bpython/repl.py:853
209+ #, python-format
210+ msgid "Undoing 1 line... (est. %.1f seconds)"
211+ msgstr ""
212+
213+ #: bpython/repl.py:856
214+ #, python-format
215+ msgid "Undoing %d lines... (est. %.1f seconds)"
216+ msgstr ""
217+
218+ #: bpython/repl.py:1018
169219msgid "Config file does not exist - create new from default? (y/N)"
170220msgstr ""
171221
222+ #: bpython/repl.py:1035
223+ msgid "bpython config file edited. Restart bpython for changes to take effect."
224+ msgstr ""
225+
226+ #: bpython/repl.py:1038
227+ msgid "Error editing config file."
228+ msgstr ""
229+
172230#: bpython/urwid.py:617
173231#, python-format
174232msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
@@ -196,16 +254,16 @@ msgstr ""
196254msgid "Port to run an eval server on (forces Twisted)."
197255msgstr ""
198256
199- #: bpython/curtsiesfrontend/repl.py:258
257+ #: bpython/curtsiesfrontend/repl.py:259
200258msgid "Welcome to bpython!"
201259msgstr ""
202260
203- #: bpython/curtsiesfrontend/repl.py:258
261+ #: bpython/curtsiesfrontend/repl.py:259
204262#, python-format
205263msgid "Press <%s> for help."
206264msgstr ""
207265
208- #: bpython/curtsiesfrontend/repl.py:470
266+ #: bpython/curtsiesfrontend/repl.py:472
209267#, python-format
210268msgid "Executing PYTHONSTARTUP failed: %s"
211269msgstr ""
0 commit comments