diff options
| author | Kattni <kattni@adafruit.com> | 2018-09-21 13:15:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-21 13:15:51 -0400 |
| commit | 839b7912536d038a7825366b185a84f63ed67eb4 (patch) | |
| tree | 758af65ba63b7d0c2eff1476ff0af2169991f66a /locale/circuitpython.pot | |
| parent | 0015db1c4c64ec1efa3f41f657819c3c18587c7b (diff) | |
| parent | a9d094ab749dcddaa383705290439a0b2c930e8a (diff) | |
Merge pull request #1204 from tannewt/merge_3x4.0.0-alpha.1
Merge in AudioOut fix from 3.x
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 2d52f5262..513ec8efd 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-20 21:52-0400\n" +"POT-Creation-Date: 2018-09-21 12:23-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -291,12 +291,12 @@ msgid "Too many channels in sample." msgstr "" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:305 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:326 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:339 msgid "No DMA channel found" msgstr "" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:328 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:341 msgid "Unable to allocate buffers for signed conversion" msgstr "" @@ -338,16 +338,21 @@ msgstr "" msgid "Cannot output both channels on the same pin" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:173 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:176 #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:189 #: ports/atmel-samd/common-hal/pulseio/PulseOut.c:110 msgid "All timers in use" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:215 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:218 msgid "All event channels in use" msgstr "" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:297 +#, c-format +msgid "Sample rate too high. It must be less than %d" +msgstr "" + #: ports/atmel-samd/common-hal/busio/I2C.c:71 msgid "Not enough pins available" msgstr "" |
