|
6 | 6 | #, fuzzy |
7 | 7 | msgid "" |
8 | 8 | msgstr "" |
9 | | -"Project-Id-Version: bpython 0.13-641\n" |
| 9 | +"Project-Id-Version: bpython 0.15.dev98\n" |
10 | 10 | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" |
11 | | -"POT-Creation-Date: 2015-02-16 21:56+0100\n" |
| 11 | +"POT-Creation-Date: 2015-03-24 00:25+0100\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -68,159 +68,159 @@ msgstr "" |
68 | 68 | msgid "Show Source" |
69 | 69 | msgstr "" |
70 | 70 |
|
71 | | -#: bpython/curtsies.py:36 |
| 71 | +#: bpython/curtsies.py:37 |
72 | 72 | msgid "log debug messages to bpython.log" |
73 | 73 | msgstr "" |
74 | 74 |
|
75 | | -#: bpython/curtsies.py:38 |
| 75 | +#: bpython/curtsies.py:39 |
76 | 76 | msgid "start by pasting lines of a file into session" |
77 | 77 | msgstr "" |
78 | 78 |
|
79 | | -#: bpython/history.py:223 |
| 79 | +#: bpython/history.py:228 |
80 | 80 | #, python-format |
81 | 81 | msgid "Error occurred while writing to file %s (%s)" |
82 | 82 | msgstr "" |
83 | 83 |
|
84 | | -#: bpython/repl.py:537 |
| 84 | +#: bpython/paste.py:94 |
| 85 | +msgid "Helper program not found." |
| 86 | +msgstr "" |
| 87 | + |
| 88 | +#: bpython/paste.py:96 |
| 89 | +msgid "Helper program could not be run." |
| 90 | +msgstr "" |
| 91 | + |
| 92 | +#: bpython/paste.py:100 |
| 93 | +#, python-format |
| 94 | +msgid "Helper program returned non-zero exit status %d." |
| 95 | +msgstr "" |
| 96 | + |
| 97 | +#: bpython/paste.py:103 |
| 98 | +msgid "No output from helper program." |
| 99 | +msgstr "" |
| 100 | + |
| 101 | +#: bpython/paste.py:109 |
| 102 | +msgid "Failed to recognize the helper program's output as an URL." |
| 103 | +msgstr "" |
| 104 | + |
| 105 | +#: bpython/repl.py:549 |
85 | 106 | msgid "Nothing to get source of" |
86 | 107 | msgstr "" |
87 | 108 |
|
88 | | -#: bpython/repl.py:542 |
| 109 | +#: bpython/repl.py:554 |
89 | 110 | #, python-format |
90 | 111 | msgid "Cannot get source: %s" |
91 | 112 | msgstr "" |
92 | 113 |
|
93 | | -#: bpython/repl.py:547 |
| 114 | +#: bpython/repl.py:559 |
94 | 115 | #, python-format |
95 | 116 | msgid "Cannot access source of %r" |
96 | 117 | msgstr "" |
97 | 118 |
|
98 | | -#: bpython/repl.py:549 |
| 119 | +#: bpython/repl.py:561 |
99 | 120 | #, python-format |
100 | 121 | msgid "No source code found for %s" |
101 | 122 | msgstr "" |
102 | 123 |
|
103 | | -#: bpython/repl.py:681 |
| 124 | +#: bpython/repl.py:694 |
104 | 125 | msgid "Save to file (Esc to cancel): " |
105 | 126 | msgstr "" |
106 | 127 |
|
107 | | -#: bpython/repl.py:683 bpython/repl.py:686 bpython/repl.py:705 |
| 128 | +#: bpython/repl.py:696 bpython/repl.py:699 bpython/repl.py:718 |
108 | 129 | msgid "Save cancelled." |
109 | 130 | msgstr "" |
110 | 131 |
|
111 | | -#: bpython/repl.py:696 |
| 132 | +#: bpython/repl.py:709 |
112 | 133 | #, python-format |
113 | 134 | msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? " |
114 | 135 | msgstr "" |
115 | 136 |
|
116 | | -#: bpython/repl.py:700 |
| 137 | +#: bpython/repl.py:713 |
117 | 138 | msgid "overwrite" |
118 | 139 | msgstr "" |
119 | 140 |
|
120 | | -#: bpython/repl.py:702 |
| 141 | +#: bpython/repl.py:715 |
121 | 142 | msgid "append" |
122 | 143 | msgstr "" |
123 | 144 |
|
124 | | -#: bpython/repl.py:714 bpython/repl.py:1075 |
| 145 | +#: bpython/repl.py:727 bpython/repl.py:1022 |
125 | 146 | #, python-format |
126 | 147 | msgid "Error writing file '%s': %s" |
127 | 148 | msgstr "" |
128 | 149 |
|
129 | | -#: bpython/repl.py:717 |
| 150 | +#: bpython/repl.py:729 |
130 | 151 | #, python-format |
131 | 152 | msgid "Saved to %s." |
132 | 153 | msgstr "" |
133 | 154 |
|
134 | | -#: bpython/repl.py:723 |
| 155 | +#: bpython/repl.py:735 |
135 | 156 | msgid "No clipboard available." |
136 | 157 | msgstr "" |
137 | 158 |
|
138 | | -#: bpython/repl.py:730 |
| 159 | +#: bpython/repl.py:742 |
139 | 160 | msgid "Could not copy to clipboard." |
140 | 161 | msgstr "" |
141 | 162 |
|
142 | | -#: bpython/repl.py:732 |
| 163 | +#: bpython/repl.py:744 |
143 | 164 | msgid "Copied content to clipboard." |
144 | 165 | msgstr "" |
145 | 166 |
|
146 | | -#: bpython/repl.py:741 |
| 167 | +#: bpython/repl.py:753 |
147 | 168 | msgid "Pastebin buffer? (y/N) " |
148 | 169 | msgstr "" |
149 | 170 |
|
150 | | -#: bpython/repl.py:742 |
| 171 | +#: bpython/repl.py:754 |
151 | 172 | msgid "Pastebin aborted." |
152 | 173 | msgstr "" |
153 | 174 |
|
154 | | -#: bpython/repl.py:749 |
| 175 | +#: bpython/repl.py:761 |
155 | 176 | #, python-format |
156 | 177 | msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s" |
157 | 178 | msgstr "" |
158 | 179 |
|
159 | | -#: bpython/repl.py:770 bpython/repl.py:799 |
| 180 | +#: bpython/repl.py:768 |
160 | 181 | msgid "Posting data to pastebin..." |
161 | 182 | msgstr "" |
162 | 183 |
|
163 | | -#: bpython/repl.py:775 |
| 184 | +#: bpython/repl.py:772 |
164 | 185 | #, python-format |
165 | 186 | msgid "Upload failed: %s" |
166 | 187 | msgstr "" |
167 | 188 |
|
168 | | -#: bpython/repl.py:792 |
| 189 | +#: bpython/repl.py:780 |
169 | 190 | #, python-format |
170 | 191 | msgid "Pastebin URL: %s - Removal URL: %s" |
171 | 192 | msgstr "" |
172 | 193 |
|
173 | | -#: bpython/repl.py:811 |
174 | | -msgid "Upload failed: Helper program not found." |
175 | | -msgstr "" |
176 | | - |
177 | | -#: bpython/repl.py:814 |
178 | | -msgid "Upload failed: Helper program could not be run." |
179 | | -msgstr "" |
180 | | - |
181 | | -#: bpython/repl.py:821 |
182 | | -#, python-format |
183 | | -msgid "Upload failed: Helper program returned non-zero exit status %d." |
184 | | -msgstr "" |
185 | | - |
186 | | -#: bpython/repl.py:825 |
187 | | -msgid "Upload failed: No output from helper program." |
188 | | -msgstr "" |
189 | | - |
190 | | -#: bpython/repl.py:833 |
191 | | -msgid "Upload failed: Failed to recognize the helper program's output as an URL." |
192 | | -msgstr "" |
193 | | - |
194 | | -#: bpython/repl.py:839 |
| 194 | +#: bpython/repl.py:783 |
195 | 195 | #, python-format |
196 | 196 | msgid "Pastebin URL: %s" |
197 | 197 | msgstr "" |
198 | 198 |
|
199 | | -#: bpython/repl.py:872 |
| 199 | +#: bpython/repl.py:817 |
200 | 200 | #, python-format |
201 | 201 | msgid "Undo how many lines? (Undo will take up to ~%.1f seconds) [1]" |
202 | 202 | msgstr "" |
203 | 203 |
|
204 | | -#: bpython/repl.py:879 bpython/repl.py:883 |
| 204 | +#: bpython/repl.py:824 bpython/repl.py:828 |
205 | 205 | msgid "Undo canceled" |
206 | 206 | msgstr "" |
207 | 207 |
|
208 | | -#: bpython/repl.py:886 |
| 208 | +#: bpython/repl.py:831 |
209 | 209 | #, python-format |
210 | 210 | msgid "Undoing %d line... (est. %.1f seconds)" |
211 | 211 | msgid_plural "Undoing %d lines... (est. %.1f seconds)" |
212 | 212 | msgstr[0] "" |
213 | 213 | msgstr[1] "" |
214 | 214 |
|
215 | | -#: bpython/repl.py:1062 |
| 215 | +#: bpython/repl.py:1007 |
216 | 216 | msgid "Config file does not exist - create new from default? (y/N)" |
217 | 217 | msgstr "" |
218 | 218 |
|
219 | | -#: bpython/repl.py:1082 |
| 219 | +#: bpython/repl.py:1029 |
220 | 220 | msgid "bpython config file edited. Restart bpython for changes to take effect." |
221 | 221 | msgstr "" |
222 | 222 |
|
223 | | -#: bpython/repl.py:1085 |
| 223 | +#: bpython/repl.py:1032 |
224 | 224 | msgid "Error editing config file." |
225 | 225 | msgstr "" |
226 | 226 |
|
@@ -251,39 +251,39 @@ msgstr "" |
251 | 251 | msgid "Port to run an eval server on (forces Twisted)." |
252 | 252 | msgstr "" |
253 | 253 |
|
254 | | -#: bpython/curtsiesfrontend/repl.py:286 |
| 254 | +#: bpython/curtsiesfrontend/repl.py:344 |
255 | 255 | msgid "Welcome to bpython!" |
256 | 256 | msgstr "" |
257 | 257 |
|
258 | | -#: bpython/curtsiesfrontend/repl.py:287 |
| 258 | +#: bpython/curtsiesfrontend/repl.py:345 |
259 | 259 | #, python-format |
260 | 260 | msgid "Press <%s> for help." |
261 | 261 | msgstr "" |
262 | 262 |
|
263 | | -#: bpython/curtsiesfrontend/repl.py:526 |
| 263 | +#: bpython/curtsiesfrontend/repl.py:565 |
264 | 264 | #, python-format |
265 | 265 | msgid "Executing PYTHONSTARTUP failed: %s" |
266 | 266 | msgstr "" |
267 | 267 |
|
268 | | -#: bpython/curtsiesfrontend/repl.py:543 |
| 268 | +#: bpython/curtsiesfrontend/repl.py:582 |
269 | 269 | #, python-format |
270 | 270 | msgid "Reloaded at %s because %s modified." |
271 | 271 | msgstr "" |
272 | 272 |
|
273 | | -#: bpython/curtsiesfrontend/repl.py:814 |
| 273 | +#: bpython/curtsiesfrontend/repl.py:855 |
274 | 274 | #, python-format |
275 | 275 | msgid "Reloaded at %s by user." |
276 | 276 | msgstr "" |
277 | 277 |
|
278 | | -#: bpython/curtsiesfrontend/repl.py:820 |
| 278 | +#: bpython/curtsiesfrontend/repl.py:861 |
279 | 279 | msgid "Auto-reloading deactivated." |
280 | 280 | msgstr "" |
281 | 281 |
|
282 | | -#: bpython/curtsiesfrontend/repl.py:825 |
| 282 | +#: bpython/curtsiesfrontend/repl.py:866 |
283 | 283 | msgid "Auto-reloading active, watching for file changes..." |
284 | 284 | msgstr "" |
285 | 285 |
|
286 | | -#: bpython/curtsiesfrontend/repl.py:830 |
| 286 | +#: bpython/curtsiesfrontend/repl.py:871 |
287 | 287 | msgid "Auto-reloading not available because watchdog not installed." |
288 | 288 | msgstr "" |
289 | 289 |
|
0 commit comments