diff options
| author | Roy Hooper <rhooper@toybox.ca> | 2019-12-10 20:44:43 -0500 |
|---|---|---|
| committer | Roy Hooper <rhooper@toybox.ca> | 2019-12-10 20:44:43 -0500 |
| commit | 0326c98fd5409d10167d3d2cb3c6ea9dd898a543 (patch) | |
| tree | 6665cb6a1af9399dbbd9d8ca166237106ebf87ea /locale/circuitpython.pot | |
| parent | 222dd29a142a530b43fdf4d1ea01e276962b9886 (diff) | |
| parent | 024ba978ec909d39d411a74b443d2ffa20250fa6 (diff) | |
Merge branch 'master' into new-pixelbuf-api
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 1d2b8ad86..f172638c3 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -119,6 +119,10 @@ msgstr "" msgid "'%s' integer 0x%x does not fit in mask 0x%x" msgstr "" +#: py/proto.c +msgid "'%s' object does not support '%q'" +msgstr "" + #: py/obj.c #, c-format msgid "'%s' object does not support item assignment" @@ -477,11 +481,21 @@ msgstr "" msgid "Could not initialize UART" msgstr "" +#: shared-module/audiomp3/MP3File.c +msgid "Couldn't allocate decoder" +msgstr "" + #: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c +#: shared-module/audiomp3/MP3File.c msgid "Couldn't allocate first buffer" msgstr "" +#: shared-module/audiomp3/MP3File.c +msgid "Couldn't allocate input buffer" +msgstr "" + #: shared-module/audiocore/WaveFile.c shared-module/audiomixer/Mixer.c +#: shared-module/audiomp3/MP3File.c msgid "Couldn't allocate second buffer" msgstr "" @@ -593,6 +607,10 @@ msgstr "" msgid "Failed to connect: timeout" msgstr "" +#: shared-module/audiomp3/MP3File.c +msgid "Failed to parse MP3 file" +msgstr "" + #: ports/nrf/sd_mutex.c #, c-format msgid "Failed to release mutex, err 0x%04x" @@ -1743,7 +1761,7 @@ msgstr "" msgid "extra positional arguments given" msgstr "" -#: shared-bindings/audiocore/WaveFile.c +#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3File.c #: shared-bindings/displayio/OnDiskBitmap.c msgid "file must be a file opened in byte mode" msgstr "" |
