diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-02-18 11:33:13 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-02-18 11:33:13 -0600 |
| commit | c284728621fa28d4ef318d98db2b11cc95417e6a (patch) | |
| tree | d81041ea8e0c79749adb5bee13558a61420f1305 /locale/circuitpython.pot | |
| parent | 9cf7d73c6c71df1e43d11d4f2f604a76f59365a8 (diff) | |
bit_transpose: Support from 2 to 7 strands, not just 8
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 11335fd32..eef1b07f2 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1093,7 +1093,8 @@ msgid "Initialization failed due to lack of memory" msgstr "" #: shared-bindings/_bit_transpose/__init__.c -msgid "Input buffer must be a multiple of 8 bytes" +#, c-format +msgid "Input buffer length (%d) must be a multiple of the strand count (%d)" msgstr "" #: ports/atmel-samd/common-hal/pulseio/PulseIn.c @@ -1664,7 +1665,8 @@ msgid "Out of sockets" msgstr "" #: shared-bindings/_bit_transpose/__init__.c -msgid "Output buffer must be at least as big as input buffer" +#, c-format +msgid "Output buffer must be at least %d bytes" msgstr "" #: shared-bindings/audiobusio/PDMIn.c @@ -3473,6 +3475,10 @@ msgstr "" msgid "not enough arguments for format string" msgstr "" +#: shared-bindings/_bit_transpose/__init__.c +msgid "num_strands must be from 2 to 8 (inclusive)" +msgstr "" + #: extmod/ulab/code/ulab_create.c msgid "number of points must be at least 2" msgstr "" |
