|
1 | 1 | # Translations template for bpython.
|
2 |
| -# Copyright (C) 2015 ORGANIZATION |
| 2 | +# Copyright (C) 2019 ORGANIZATION |
3 | 3 | # This file is distributed under the same license as the bpython project.
|
4 |
| -# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, 2019. |
5 | 5 | #
|
6 | 6 | #, fuzzy
|
7 | 7 | msgid ""
|
8 | 8 | msgstr ""
|
9 |
| -"Project-Id-Version: bpython 0.15.dev98\n" |
| 9 | +"Project-Id-Version: bpython 0.19.dev6\n" |
10 | 10 | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
11 |
| -"POT-Creation-Date: 2015-03-24 00:25+0100\n" |
| 11 | +"POT-Creation-Date: 2019-09-22 22:17+0200\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"
|
15 | 15 | "MIME-Version: 1.0\n"
|
16 | 16 | "Content-Type: text/plain; charset=utf-8\n"
|
17 | 17 | "Content-Transfer-Encoding: 8bit\n"
|
18 |
| -"Generated-By: Babel 1.3\n" |
| 18 | +"Generated-By: Babel 2.6.0\n" |
19 | 19 |
|
20 |
| -#: bpython/args.py:59 |
| 20 | +#: bpython/args.py:63 |
21 | 21 | msgid ""
|
22 | 22 | "Usage: %prog [options] [file [args]]\n"
|
23 | 23 | "NOTE: If bpython sees an argument it does not know, execution falls back "
|
24 | 24 | "to the regular Python interpreter."
|
25 | 25 | msgstr ""
|
26 | 26 |
|
27 |
| -#: bpython/args.py:69 |
| 27 | +#: bpython/args.py:73 |
28 | 28 | msgid "Use CONFIG instead of default config file."
|
29 | 29 | msgstr ""
|
30 | 30 |
|
31 |
| -#: bpython/args.py:71 |
| 31 | +#: bpython/args.py:75 |
32 | 32 | msgid "Drop to bpython shell after running file instead of exiting."
|
33 | 33 | msgstr ""
|
34 | 34 |
|
35 |
| -#: bpython/args.py:74 |
| 35 | +#: bpython/args.py:78 |
36 | 36 | msgid "Don't flush the output to stdout."
|
37 | 37 | msgstr ""
|
38 | 38 |
|
39 |
| -#: bpython/args.py:76 |
| 39 | +#: bpython/args.py:80 |
40 | 40 | msgid "Print version and exit."
|
41 | 41 | msgstr ""
|
42 | 42 |
|
43 |
| -#: bpython/cli.py:318 bpython/urwid.py:557 |
| 43 | +#: bpython/cli.py:319 bpython/urwid.py:560 |
44 | 44 | msgid "y"
|
45 | 45 | msgstr ""
|
46 | 46 |
|
47 |
| -#: bpython/cli.py:318 bpython/urwid.py:557 |
| 47 | +#: bpython/cli.py:319 bpython/urwid.py:560 |
48 | 48 | msgid "yes"
|
49 | 49 | msgstr ""
|
50 | 50 |
|
51 |
| -#: bpython/cli.py:1695 |
| 51 | +#: bpython/cli.py:1705 |
52 | 52 | msgid "Rewind"
|
53 | 53 | msgstr ""
|
54 | 54 |
|
55 |
| -#: bpython/cli.py:1696 |
| 55 | +#: bpython/cli.py:1706 |
56 | 56 | msgid "Save"
|
57 | 57 | msgstr ""
|
58 | 58 |
|
59 |
| -#: bpython/cli.py:1697 |
| 59 | +#: bpython/cli.py:1707 |
60 | 60 | msgid "Pastebin"
|
61 | 61 | msgstr ""
|
62 | 62 |
|
63 |
| -#: bpython/cli.py:1698 |
| 63 | +#: bpython/cli.py:1708 |
64 | 64 | msgid "Pager"
|
65 | 65 | msgstr ""
|
66 | 66 |
|
67 |
| -#: bpython/cli.py:1699 |
| 67 | +#: bpython/cli.py:1709 |
68 | 68 | msgid "Show Source"
|
69 | 69 | msgstr ""
|
70 | 70 |
|
71 |
| -#: bpython/curtsies.py:37 |
| 71 | +#: bpython/curtsies.py:139 |
72 | 72 | msgid "log debug messages to bpython.log"
|
73 | 73 | msgstr ""
|
74 | 74 |
|
75 |
| -#: bpython/curtsies.py:39 |
| 75 | +#: bpython/curtsies.py:141 |
76 | 76 | msgid "start by pasting lines of a file into session"
|
77 | 77 | msgstr ""
|
78 | 78 |
|
79 |
| -#: bpython/history.py:228 |
| 79 | +#: bpython/history.py:222 |
80 | 80 | #, python-format
|
81 | 81 | msgid "Error occurred while writing to file %s (%s)"
|
82 | 82 | msgstr ""
|
83 | 83 |
|
84 |
| -#: bpython/paste.py:94 |
| 84 | +#: bpython/paste.py:96 |
85 | 85 | msgid "Helper program not found."
|
86 | 86 | msgstr ""
|
87 | 87 |
|
88 |
| -#: bpython/paste.py:96 |
| 88 | +#: bpython/paste.py:98 |
89 | 89 | msgid "Helper program could not be run."
|
90 | 90 | msgstr ""
|
91 | 91 |
|
92 |
| -#: bpython/paste.py:100 |
| 92 | +#: bpython/paste.py:102 |
93 | 93 | #, python-format
|
94 | 94 | msgid "Helper program returned non-zero exit status %d."
|
95 | 95 | msgstr ""
|
96 | 96 |
|
97 |
| -#: bpython/paste.py:103 |
| 97 | +#: bpython/paste.py:105 |
98 | 98 | msgid "No output from helper program."
|
99 | 99 | msgstr ""
|
100 | 100 |
|
101 |
| -#: bpython/paste.py:109 |
| 101 | +#: bpython/paste.py:111 |
102 | 102 | msgid "Failed to recognize the helper program's output as an URL."
|
103 | 103 | msgstr ""
|
104 | 104 |
|
105 |
| -#: bpython/repl.py:549 |
| 105 | +#: bpython/repl.py:672 |
106 | 106 | msgid "Nothing to get source of"
|
107 | 107 | msgstr ""
|
108 | 108 |
|
109 |
| -#: bpython/repl.py:554 |
| 109 | +#: bpython/repl.py:677 |
110 | 110 | #, python-format
|
111 | 111 | msgid "Cannot get source: %s"
|
112 | 112 | msgstr ""
|
113 | 113 |
|
114 |
| -#: bpython/repl.py:559 |
| 114 | +#: bpython/repl.py:682 |
115 | 115 | #, python-format
|
116 | 116 | msgid "Cannot access source of %r"
|
117 | 117 | msgstr ""
|
118 | 118 |
|
119 |
| -#: bpython/repl.py:561 |
| 119 | +#: bpython/repl.py:684 |
120 | 120 | #, python-format
|
121 | 121 | msgid "No source code found for %s"
|
122 | 122 | msgstr ""
|
123 | 123 |
|
124 |
| -#: bpython/repl.py:694 |
| 124 | +#: bpython/repl.py:815 |
125 | 125 | msgid "Save to file (Esc to cancel): "
|
126 | 126 | msgstr ""
|
127 | 127 |
|
128 |
| -#: bpython/repl.py:696 bpython/repl.py:699 bpython/repl.py:718 |
| 128 | +#: bpython/repl.py:817 bpython/repl.py:820 bpython/repl.py:839 |
129 | 129 | msgid "Save cancelled."
|
130 | 130 | msgstr ""
|
131 | 131 |
|
132 |
| -#: bpython/repl.py:709 |
| 132 | +#: bpython/repl.py:830 |
133 | 133 | #, python-format
|
134 | 134 | msgid "%s already exists. Do you want to (c)ancel, (o)verwrite or (a)ppend? "
|
135 | 135 | msgstr ""
|
136 | 136 |
|
137 |
| -#: bpython/repl.py:713 |
| 137 | +#: bpython/repl.py:834 |
138 | 138 | msgid "overwrite"
|
139 | 139 | msgstr ""
|
140 | 140 |
|
141 |
| -#: bpython/repl.py:715 |
| 141 | +#: bpython/repl.py:836 |
142 | 142 | msgid "append"
|
143 | 143 | msgstr ""
|
144 | 144 |
|
145 |
| -#: bpython/repl.py:727 bpython/repl.py:1022 |
| 145 | +#: bpython/repl.py:848 bpython/repl.py:1140 |
146 | 146 | #, python-format
|
147 | 147 | msgid "Error writing file '%s': %s"
|
148 | 148 | msgstr ""
|
149 | 149 |
|
150 |
| -#: bpython/repl.py:729 |
| 150 | +#: bpython/repl.py:850 |
151 | 151 | #, python-format
|
152 | 152 | msgid "Saved to %s."
|
153 | 153 | msgstr ""
|
154 | 154 |
|
155 |
| -#: bpython/repl.py:735 |
| 155 | +#: bpython/repl.py:856 |
156 | 156 | msgid "No clipboard available."
|
157 | 157 | msgstr ""
|
158 | 158 |
|
159 |
| -#: bpython/repl.py:742 |
| 159 | +#: bpython/repl.py:863 |
160 | 160 | msgid "Could not copy to clipboard."
|
161 | 161 | msgstr ""
|
162 | 162 |
|
163 |
| -#: bpython/repl.py:744 |
| 163 | +#: bpython/repl.py:865 |
164 | 164 | msgid "Copied content to clipboard."
|
165 | 165 | msgstr ""
|
166 | 166 |
|
167 |
| -#: bpython/repl.py:753 |
| 167 | +#: bpython/repl.py:874 |
168 | 168 | msgid "Pastebin buffer? (y/N) "
|
169 | 169 | msgstr ""
|
170 | 170 |
|
171 |
| -#: bpython/repl.py:754 |
| 171 | +#: bpython/repl.py:875 |
172 | 172 | msgid "Pastebin aborted."
|
173 | 173 | msgstr ""
|
174 | 174 |
|
175 |
| -#: bpython/repl.py:761 |
| 175 | +#: bpython/repl.py:882 |
176 | 176 | #, python-format
|
177 | 177 | msgid "Duplicate pastebin. Previous URL: %s. Removal URL: %s"
|
178 | 178 | msgstr ""
|
179 | 179 |
|
180 |
| -#: bpython/repl.py:768 |
| 180 | +#: bpython/repl.py:888 |
181 | 181 | msgid "Posting data to pastebin..."
|
182 | 182 | msgstr ""
|
183 | 183 |
|
184 |
| -#: bpython/repl.py:772 |
| 184 | +#: bpython/repl.py:892 |
185 | 185 | #, python-format
|
186 | 186 | msgid "Upload failed: %s"
|
187 | 187 | msgstr ""
|
188 | 188 |
|
189 |
| -#: bpython/repl.py:780 |
| 189 | +#: bpython/repl.py:900 |
190 | 190 | #, python-format
|
191 | 191 | msgid "Pastebin URL: %s - Removal URL: %s"
|
192 | 192 | msgstr ""
|
193 | 193 |
|
194 |
| -#: bpython/repl.py:783 |
| 194 | +#: bpython/repl.py:903 |
195 | 195 | #, python-format
|
196 | 196 | msgid "Pastebin URL: %s"
|
197 | 197 | msgstr ""
|
198 | 198 |
|
199 |
| -#: bpython/repl.py:817 |
| 199 | +#: bpython/repl.py:938 |
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:824 bpython/repl.py:828 |
| 204 | +#: bpython/repl.py:945 bpython/repl.py:949 |
205 | 205 | msgid "Undo canceled"
|
206 | 206 | msgstr ""
|
207 | 207 |
|
208 |
| -#: bpython/repl.py:831 |
| 208 | +#: bpython/repl.py:952 |
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:1007 |
| 215 | +#: bpython/repl.py:1126 |
216 | 216 | msgid "Config file does not exist - create new from default? (y/N)"
|
217 | 217 | msgstr ""
|
218 | 218 |
|
219 |
| -#: bpython/repl.py:1029 |
| 219 | +#: bpython/repl.py:1148 |
220 | 220 | msgid "bpython config file edited. Restart bpython for changes to take effect."
|
221 | 221 | msgstr ""
|
222 | 222 |
|
223 |
| -#: bpython/repl.py:1032 |
224 |
| -msgid "Error editing config file." |
| 223 | +#: bpython/repl.py:1151 |
| 224 | +#, python-format |
| 225 | +msgid "Error editing config file: %s" |
225 | 226 | msgstr ""
|
226 | 227 |
|
227 |
| -#: bpython/urwid.py:619 |
| 228 | +#: bpython/urwid.py:622 |
228 | 229 | #, python-format
|
229 | 230 | msgid " <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source "
|
230 | 231 | msgstr ""
|
231 | 232 |
|
232 |
| -#: bpython/urwid.py:1128 |
| 233 | +#: bpython/urwid.py:1136 |
233 | 234 | msgid "Run twisted reactor."
|
234 | 235 | msgstr ""
|
235 | 236 |
|
236 |
| -#: bpython/urwid.py:1130 |
| 237 | +#: bpython/urwid.py:1138 |
237 | 238 | msgid "Select specific reactor (see --help-reactors). Implies --twisted."
|
238 | 239 | msgstr ""
|
239 | 240 |
|
240 |
| -#: bpython/urwid.py:1133 |
| 241 | +#: bpython/urwid.py:1141 |
241 | 242 | msgid "List available reactors for -r."
|
242 | 243 | msgstr ""
|
243 | 244 |
|
244 |
| -#: bpython/urwid.py:1135 |
| 245 | +#: bpython/urwid.py:1143 |
245 | 246 | msgid ""
|
246 | 247 | "twistd plugin to run (use twistd for a list). Use \"--\" to pass further "
|
247 | 248 | "options to the plugin."
|
248 | 249 | msgstr ""
|
249 | 250 |
|
250 |
| -#: bpython/urwid.py:1138 |
| 251 | +#: bpython/urwid.py:1146 |
251 | 252 | msgid "Port to run an eval server on (forces Twisted)."
|
252 | 253 | msgstr ""
|
253 | 254 |
|
254 |
| -#: bpython/curtsiesfrontend/repl.py:344 |
| 255 | +#: bpython/curtsiesfrontend/repl.py:339 |
255 | 256 | msgid "Welcome to bpython!"
|
256 | 257 | msgstr ""
|
257 | 258 |
|
258 |
| -#: bpython/curtsiesfrontend/repl.py:345 |
| 259 | +#: bpython/curtsiesfrontend/repl.py:340 |
259 | 260 | #, python-format
|
260 | 261 | msgid "Press <%s> for help."
|
261 | 262 | msgstr ""
|
262 | 263 |
|
263 |
| -#: bpython/curtsiesfrontend/repl.py:565 |
| 264 | +#: bpython/curtsiesfrontend/repl.py:643 |
264 | 265 | #, python-format
|
265 | 266 | msgid "Executing PYTHONSTARTUP failed: %s"
|
266 | 267 | msgstr ""
|
267 | 268 |
|
268 |
| -#: bpython/curtsiesfrontend/repl.py:582 |
| 269 | +#: bpython/curtsiesfrontend/repl.py:660 |
269 | 270 | #, python-format
|
270 | 271 | msgid "Reloaded at %s because %s modified."
|
271 | 272 | msgstr ""
|
272 | 273 |
|
273 |
| -#: bpython/curtsiesfrontend/repl.py:855 |
| 274 | +#: bpython/curtsiesfrontend/repl.py:929 |
| 275 | +msgid "Session not reevaluated because it was not edited" |
| 276 | +msgstr "" |
| 277 | + |
| 278 | +#: bpython/curtsiesfrontend/repl.py:941 |
| 279 | +msgid "Session not reevaluated because saved file was blank" |
| 280 | +msgstr "" |
| 281 | + |
| 282 | +#: bpython/curtsiesfrontend/repl.py:950 |
| 283 | +msgid "Session edited and reevaluated" |
| 284 | +msgstr "" |
| 285 | + |
| 286 | +#: bpython/curtsiesfrontend/repl.py:960 |
274 | 287 | #, python-format
|
275 | 288 | msgid "Reloaded at %s by user."
|
276 | 289 | msgstr ""
|
277 | 290 |
|
278 |
| -#: bpython/curtsiesfrontend/repl.py:861 |
| 291 | +#: bpython/curtsiesfrontend/repl.py:966 |
279 | 292 | msgid "Auto-reloading deactivated."
|
280 | 293 | msgstr ""
|
281 | 294 |
|
282 |
| -#: bpython/curtsiesfrontend/repl.py:866 |
| 295 | +#: bpython/curtsiesfrontend/repl.py:971 |
283 | 296 | msgid "Auto-reloading active, watching for file changes..."
|
284 | 297 | msgstr ""
|
285 | 298 |
|
286 |
| -#: bpython/curtsiesfrontend/repl.py:871 |
| 299 | +#: bpython/curtsiesfrontend/repl.py:976 |
287 | 300 | msgid "Auto-reloading not available because watchdog not installed."
|
288 | 301 | msgstr ""
|
289 | 302 |
|
0 commit comments