diff options
| author | root <siehputz@gmail.com> | 2020-08-01 13:45:31 -0500 |
|---|---|---|
| committer | root <siehputz@gmail.com> | 2020-08-01 13:45:31 -0500 |
| commit | a3d8567d2c3c83f247a2018804a81ee646724e1d (patch) | |
| tree | 2c1f5aefc0b659bf9b841f6719fcdcdd426d70e6 /locale/circuitpython.pot | |
| parent | 12b81618a3a4d914114aae4ebc647a4f8bd9dc3f (diff) | |
Adding error message for PulseIn
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 6176a18da..8c88ca5be 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-08-01 12:58-0500\n" +"POT-Creation-Date: 2020-08-01 13:45-0500\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" @@ -880,6 +880,10 @@ msgstr "" msgid "Incorrect buffer size" msgstr "" +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c +msgid "Input taking too long" +msgstr "" + #: py/moduerrno.c msgid "Input/output error" msgstr "" |
