diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-05-04 14:29:37 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-05-04 15:59:45 -0400 |
| commit | d6c6f9f4f080d60716b148aed951462a065074d2 (patch) | |
| tree | b2f6b8cadd6b7ddb7461ed9b0080897cbe6c1774 /locale/circuitpython.pot | |
| parent | b0383f4aff0259b9d3fdcf23aa736fc973b1eff6 (diff) | |
add PacketBuffer .incoming_ and .outgoing_packet_length
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 311130821..766b44085 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: 2020-04-30 09:13-0400\n" +"POT-Creation-Date: 2020-05-04 15:41-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" @@ -1428,6 +1428,10 @@ msgstr "" msgid "Too many displays" msgstr "" +#: ports/nrf/common-hal/_bleio/PacketBuffer.c +msgid "Total data to write is larger than outgoing_packet_length" +msgstr "" + #: py/obj.c msgid "Traceback (most recent call last):\n" msgstr "" |
