diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2019-08-22 14:03:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-22 14:03:52 -0700 |
| commit | 1d973a08038148ce20aaa43863721df6328318b7 (patch) | |
| tree | a1c11233deacc8777395009072dba6de8d60df5a /locale/circuitpython.pot | |
| parent | 18f441ae3519899fbdff5afc2d2e47a94cb36a73 (diff) | |
| parent | 7cc15e56c831e302db2c61ac4fb4f8bc9b1bfe8f (diff) | |
Merge pull request #2071 from dhalbert/shared-module-touchio
make nrf touchio be generic: now available for SAMD51 too
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index ee0d8485a..50de690fe 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,8 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-21 14:18-0400\n" -"POT-Creation-Date: 2019-08-19 10:22-0400\n" +"POT-Creation-Date: 2019-08-22 15:20-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" @@ -966,6 +965,10 @@ msgstr "" msgid "No hardware support on pin" msgstr "" +#: shared-module/touchio/TouchIn.c +msgid "No pulldown on pin; 1Mohm recommended" +msgstr "" + #: py/moduerrno.c msgid "No space left on device" msgstr "" @@ -1306,9 +1309,6 @@ msgid "Unsupported pull value." msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c -msgid "Value length required fixed length" -msgstr "" - #: ports/nrf/common-hal/bleio/Descriptor.c msgid "Value length != required fixed length" msgstr "" |
