11# Translations template for bpython.
2- # Copyright (C)2014 ORGANIZATION
2+ # Copyright (C)2015 ORGANIZATION
33# This file is distributed under the same license as the bpython project.
4- # FIRST AUTHOR <EMAIL@ADDRESS>,2014 .
4+ # FIRST AUTHOR <EMAIL@ADDRESS>,2015 .
55#
66#, fuzzy
77msgid ""
88msgstr ""
9- "Project-Id-Version :bpythonmercurial \n "
9+ "Project-Id-Version :bpython0.13-381 \n "
1010"Report-Msgid-Bugs-To :EMAIL@ADDRESS\n "
11- "POT-Creation-Date :2014-05-13 10:50+0200 \n "
11+ "POT-Creation-Date :2015-01-17 18:57+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,135 +17,191 @@ msgstr ""
1717"Content-Transfer-Encoding :8bit\n "
1818"Generated-By :Babel 1.3\n "
1919
20- #: bpython/args.py:53
20+ #: bpython/args.py:57
2121msgid ""
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."
2525msgstr ""
2626
27- #: bpython/args.py:63
27+ #: bpython/args.py:67
2828msgid "Use CONFIG instead of default config file."
2929msgstr ""
3030
31- #: bpython/args.py:65
31+ #: bpython/args.py:69
3232msgid "Drop to bpython shell after running file instead of exiting."
3333msgstr ""
3434
35- #: bpython/args.py:68
35+ #: bpython/args.py:72
3636msgid "Don't flush the output to stdout."
3737msgstr ""
3838
39- #: bpython/args.py:70
39+ #: bpython/args.py:74
4040msgid "Print version and exit."
4141msgstr ""
4242
43- #: bpython/cli.py:325 bpython/urwid.py:553
43+ #: bpython/cli.py:321 bpython/urwid.py:555
4444msgid "y"
4545msgstr ""
4646
47- #: bpython/cli.py:325 bpython/urwid.py:553
47+ #: bpython/cli.py:321 bpython/urwid.py:555
4848msgid "yes"
4949msgstr ""
5050
51- #: bpython/cli.py:1001
52- msgid "Cannot show source. "
51+ #: bpython/cli.py:1696
52+ msgid "Rewind "
5353msgstr ""
5454
55- #: bpython/cli.py:1751 bpython/urwid.py:615
56- #, python-format
57- msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
55+ #: bpython/cli.py:1697
56+ msgid "Save"
57+ msgstr ""
58+
59+ #: bpython/cli.py:1698
60+ msgid "Pastebin"
61+ msgstr ""
62+
63+ #: bpython/cli.py:1699
64+ msgid "Pager"
5865msgstr ""
5966
60- #: bpython/curtsies .py:24
61- msgid "log debug messages to bpython-curtsies.log "
67+ #: bpython/cli .py:1700
68+ msgid "Show Source "
6269msgstr ""
6370
64- #: bpython/curtsies.py:26
71+ #: bpython/curtsies.py:31
72+ msgid "log debug messages to bpython.log"
73+ msgstr ""
74+
75+ #: bpython/curtsies.py:33
6576msgid "enter lines of file as though interactively typed"
6677msgstr ""
6778
68- #: bpython/repl.py:755
69- msgid "Pastebin buffer? (y/N) "
79+ #: bpython/history.py:236
80+ #, python-format
81+ msgid "Error occurded while writing to file %s (%s)"
7082msgstr ""
7183
72- #: bpython/repl.py:756
73- msgid "Pastebin aborted "
84+ #: bpython/repl.py:471
85+ msgid "Nothing to get source of "
7486msgstr ""
7587
76- #: bpython/repl.py:763
88+ #: bpython/repl.py:476
7789#, python-format
78- msgid "Duplicate pastebin. Previous URL: %s"
90+ msgid "Cannot get source: %s"
91+ msgstr ""
92+
93+ #: bpython/repl.py:481
94+ #, python-format
95+ msgid "Cannot access source of %r"
96+ msgstr ""
97+
98+ #: bpython/repl.py:483
99+ #, python-format
100+ msgid "No source code found for %s"
101+ msgstr ""
102+
103+ #: bpython/repl.py:649
104+ msgid "No clipboard available."
105+ msgstr ""
106+
107+ #: bpython/repl.py:656
108+ msgid "Could not copy to clipboard."
109+ msgstr ""
110+
111+ #: bpython/repl.py:658
112+ msgid "Copied content to clipboard."
113+ msgstr ""
114+
115+ #: bpython/repl.py:667
116+ msgid "Pastebin buffer? (y/N) "
79117msgstr ""
80118
81- #: bpython/repl.py:777
119+ #: bpython/repl.py:668
120+ msgid "Pastebin aborted"
121+ msgstr ""
122+
123+ #: bpython/repl.py:675
82124#, python-format
83- msgid "Pastebin error for URL '%s' : %s"
125+ msgid "Duplicate pastebin. Previous URL: %s"
84126msgstr ""
85127
86- #: bpython/repl.py:781 bpython/repl.py:800
128+ #: bpython/repl.py:694 bpython/repl.py:721
87129msgid "Posting data to pastebin..."
88130msgstr ""
89131
90- #: bpython/repl.py:786
132+ #: bpython/repl.py:699
91133#, python-format
92134msgid "Upload failed: %s"
93135msgstr ""
94136
95- #: bpython/repl.py:795 bpython/repl.py:839
137+ #: bpython/repl.py:714
96138#, python-format
97- msgid "Pastebin URL: %s"
139+ msgid "Pastebin URL: %s - Removal URL: %s "
98140msgstr ""
99141
100- #: bpython/repl.py:812
142+ #: bpython/repl.py:733
101143msgid "Upload failed: Helper program not found."
102144msgstr ""
103145
104- #: bpython/repl.py:815
146+ #: bpython/repl.py:736
105147msgid "Upload failed: Helper program could not be run."
106148msgstr ""
107149
108- #: bpython/repl.py:822
150+ #: bpython/repl.py:743
109151#, python-format
110152msgid "Upload failed: Helper program returned non-zero exit status %s."
111153msgstr ""
112154
113- #: bpython/repl.py:826
155+ #: bpython/repl.py:747
114156msgid "Upload failed: No output from helper program."
115157msgstr ""
116158
117- #: bpython/repl.py:833
159+ #: bpython/repl.py:754
118160msgid "Upload failed: Failed to recognize the helper program's output as an URL."
119161msgstr ""
120162
121- #: bpython/urwid.py:1114
163+ #: bpython/repl.py:760
164+ #, python-format
165+ msgid "Pastebin URL: %s"
166+ msgstr ""
167+
168+ #: bpython/repl.py:946
169+ msgid "Config file does not exist - create new from default? (y/N)"
170+ msgstr ""
171+
172+ #: bpython/urwid.py:617
173+ #, python-format
174+ msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
175+ msgstr ""
176+
177+ #: bpython/urwid.py:1126
122178msgid "Run twisted reactor."
123179msgstr ""
124180
125- #: bpython/urwid.py:1116
181+ #: bpython/urwid.py:1128
126182msgid "Select specific reactor (see --help-reactors). Implies --twisted."
127183msgstr ""
128184
129- #: bpython/urwid.py:1119
185+ #: bpython/urwid.py:1131
130186msgid "List available reactors for -r."
131187msgstr ""
132188
133- #: bpython/urwid.py:1121
189+ #: bpython/urwid.py:1133
134190msgid ""
135191"twistd plugin to run (use twistd for a list). Use\" --\" to pass further "
136192"options to the plugin."
137193msgstr ""
138194
139- #: bpython/urwid.py:1124
195+ #: bpython/urwid.py:1136
140196msgid "Port to run an eval server on (forces Twisted)."
141197msgstr ""
142198
143- #: bpython/curtsiesfrontend/repl.py:175
144- msgid "welcome to bpython"
199+ #: bpython/curtsiesfrontend/repl.py:258
200+ msgid "Welcome to bpython! "
145201msgstr ""
146202
147- #: bpython/curtsiesfrontend/repl.py:189
203+ #: bpython/curtsiesfrontend/repl.py:258
148204#, python-format
149- msgid " <%s>Rewind <%s> Save <%s> Pastebin <%s> Editor "
205+ msgid "Press <%s>for help. "
150206msgstr ""
151207