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/pl.po | |
| parent | 222dd29a142a530b43fdf4d1ea01e276962b9886 (diff) | |
| parent | 024ba978ec909d39d411a74b443d2ffa20250fa6 (diff) | |
Merge branch 'master' into new-pixelbuf-api
Diffstat (limited to 'locale/pl.po')
| -rw-r--r-- | locale/pl.po | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/locale/pl.po b/locale/pl.po index f13bed53b..e1e795398 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -120,6 +120,10 @@ msgstr "'%s' liczba %d poza zakresem %d..%d" msgid "'%s' integer 0x%x does not fit in mask 0x%x" msgstr "'%s' liczba 0x%x nie pasuje do maski 0x%x" +#: py/proto.c +msgid "'%s' object does not support '%q'" +msgstr "" + #: py/obj.c #, c-format msgid "'%s' object does not support item assignment" @@ -480,11 +484,21 @@ msgstr "" msgid "Could not initialize UART" msgstr "Ustawienie UART nie powiodło się" +#: 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 "Nie udała się alokacja pierwszego bufora" +#: 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 "Nie udała się alokacja drugiego bufora" @@ -596,6 +610,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" @@ -1768,7 +1786,7 @@ msgstr "nadmiarowe argumenty nazwane" msgid "extra positional arguments given" msgstr "nadmiarowe argumenty pozycyjne" -#: 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 "file musi być otwarte w trybie bajtowym" |
