diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-09-13 14:18:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 14:18:59 -0500 |
| commit | 73ad78ed1b701dfad46984be2e53ed0bc75228b6 (patch) | |
| tree | 3303fa2b1678bd857c0c2ac167bd6f449b8f4f57 /locale/circuitpython.pot | |
| parent | a81a2cff023d2f21ae95dbf48861600454cc1674 (diff) | |
| parent | 506bb097f7af5118a4e52a9471fe4599e681ba39 (diff) | |
Merge pull request #3395 from microDev1/safeMode
Add esp32s2 safe mode support & fix user_safe_mode output
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index af9491c04..581442172 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-09-09 14:33-0700\n" +"POT-Creation-Date: 2020-09-13 22:53+0530\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" @@ -30,12 +30,6 @@ msgid "" "https://github.com/adafruit/circuitpython/issues\n" msgstr "" -#: supervisor/shared/safe_mode.c -msgid "" -"\n" -"To exit, please reset the board without " -msgstr "" - #: py/obj.c msgid " File \"%q\"" msgstr "" @@ -1605,6 +1599,10 @@ msgid "" "Timer was reserved for internal use - declare PWM pins earlier in the program" msgstr "" +#: supervisor/shared/safe_mode.c +msgid "To exit, please reset the board without " +msgstr "" + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c msgid "Too many channels in sample." msgstr "" |
