diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-05-19 10:08:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 10:08:18 -0700 |
| commit | 4e5df0e36d9701678dbc052051d0f57b3340a6a6 (patch) | |
| tree | 20205ec36ba27abb7dd6cdd6161110da3316c262 /locale/circuitpython.pot | |
| parent | 2c2b53303d17e07daa8f7a61740835d30f671a18 (diff) | |
| parent | c1bcc25b88ff76dcbd7e365b3e9be7a94806f66b (diff) | |
Merge pull request #2919 from simmel-project/bleio-anonymous-advertising
_bleio: support anonymous advertising
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 565425646..7e80e5c9d 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-05-18 13:32-0700\n" +"POT-Creation-Date: 2020-05-19 15:01+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" @@ -1473,6 +1473,11 @@ msgstr "" msgid "Tile width must exactly divide bitmap width" msgstr "" +#: ports/nrf/common-hal/_bleio/Adapter.c +#, c-format +msgid "Timeout is too long: Maximum timeout length is %d seconds" +msgstr "" + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c msgid "Too many channels in sample." msgstr "" |
