diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-02-05 23:39:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 23:39:17 -0500 |
| commit | a63f49cb83ac95328bdedb543d844df378fbf207 (patch) | |
| tree | 7a91e2935daa3d49935368957179454b5dcc0b28 /locale/circuitpython.pot | |
| parent | 06b43069a1813b8fb286feada55ac473589c6d80 (diff) | |
| parent | 72a1bdab30cc93bcef16c6c81cad4eee175531f0 (diff) | |
Merge pull request #2592 from tannewt/add_extra_ble_error
Add another error message to BLE
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 acd4c3eb0..6069bdd97 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-02-03 23:41-0500\n" +"POT-Creation-Date: 2020-02-05 15:55-0800\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" @@ -665,6 +665,10 @@ msgstr "" msgid "Expected tuple of length %d, got %d" msgstr "" +#: ports/nrf/common-hal/_bleio/Adapter.c +msgid "Extended advertisements with scan response not supported." +msgstr "" + #: shared-bindings/ps2io/Ps2.c msgid "Failed sending command." msgstr "" |
