|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: \n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2019-12-06 13:25-0600\n" |
| 10 | +"POT-Creation-Date: 2019-12-10 13:55-0600\n" |
11 | 11 | "PO-Revision-Date: 2018-07-27 11:55-0700\n"
|
12 | 12 | "Last-Translator: Pascal Deneaux\n"
|
13 | 13 | "Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
|
@@ -490,11 +490,21 @@ msgstr "Beschädigter raw code"
|
490 | 490 | msgid "Could not initialize UART"
|
491 | 491 | msgstr "Konnte UART nicht initialisieren"
|
492 | 492 |
|
| 493 | +#: shared-module/audiomp3/MP3File.c |
| 494 | +msgid "Couldn't allocate decoder" |
| 495 | +msgstr "" |
| 496 | + |
493 | 497 | #: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
|
| 498 | +#: shared-module/audiomp3/MP3File.c |
494 | 499 | msgid "Couldn't allocate first buffer"
|
495 | 500 | msgstr "Konnte first buffer nicht zuteilen"
|
496 | 501 |
|
| 502 | +#: shared-module/audiomp3/MP3File.c |
| 503 | +msgid "Couldn't allocate input buffer" |
| 504 | +msgstr "" |
| 505 | + |
497 | 506 | #: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c
|
| 507 | +#: shared-module/audiomp3/MP3File.c |
498 | 508 | msgid "Couldn't allocate second buffer"
|
499 | 509 | msgstr "Konnte second buffer nicht zuteilen"
|
500 | 510 |
|
@@ -606,6 +616,10 @@ msgstr ""
|
606 | 616 | msgid "Failed to connect: timeout"
|
607 | 617 | msgstr "Verbindung nicht erfolgreich: timeout"
|
608 | 618 |
|
| 619 | +#: shared-module/audiomp3/MP3File.c |
| 620 | +msgid "Failed to parse MP3 file" |
| 621 | +msgstr "" |
| 622 | + |
609 | 623 | #: ports/nrf/sd_mutex.c
|
610 | 624 | #, c-format
|
611 | 625 | msgid "Failed to release mutex, err 0x%04x"
|
@@ -1798,7 +1812,7 @@ msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
|
1798 | 1812 | msgid "extra positional arguments given"
|
1799 | 1813 | msgstr "Es wurden zusätzliche Argumente ohne Keyword angegeben"
|
1800 | 1814 |
|
1801 |
| -#: shared-bindings/audiocore/WaveFile.c |
| 1815 | +#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3File.c |
1802 | 1816 | #: shared-bindings/displayio/OnDiskBitmap.c
|
1803 | 1817 | msgid "file must be a file opened in byte mode"
|
1804 | 1818 | msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"
|
|
0 commit comments