@@ -629,6 +629,10 @@ msgstr ""
629
629
msgid "Cannot reset into bootloader because no bootloader is present."
630
630
msgstr ""
631
631
632
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
633
+ msgid "Cannot set socket options"
634
+ msgstr ""
635
+
632
636
#: shared-bindings/digitalio/DigitalInOut.c
633
637
msgid "Cannot set value when direction is input."
634
638
msgstr ""
@@ -865,7 +869,7 @@ msgstr ""
865
869
msgid "Error in regex"
866
870
msgstr ""
867
871
868
- #: shared-bindings/socketpool/Socket.c
872
+ #: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
869
873
msgid "Error: Failure to bind"
870
874
msgstr ""
871
875
@@ -924,7 +928,7 @@ msgstr ""
924
928
msgid "FFT is implemented for linear arrays only"
925
929
msgstr ""
926
930
927
- #: ports/esp32s2/common-hal/socketpool/Socket .c
931
+ #: ports/esp32s2/common-hal/ssl/SSLSocket .c
928
932
msgid "Failed SSL handshake"
929
933
msgstr ""
930
934
@@ -1295,18 +1299,14 @@ msgstr ""
1295
1299
msgid "Invalid size"
1296
1300
msgstr ""
1297
1301
1298
- #: ports/esp32s2/common-hal/socketpool/Socket .c
1302
+ #: ports/esp32s2/common-hal/ssl/SSLContext .c
1299
1303
msgid "Invalid socket for TLS"
1300
1304
msgstr ""
1301
1305
1302
1306
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1303
1307
msgid "Invalid state"
1304
1308
msgstr ""
1305
1309
1306
- #: ports/esp32s2/common-hal/socketpool/Socket.c
1307
- msgid "Invalid use of TLS Socket"
1308
- msgstr ""
1309
-
1310
1310
#: shared-bindings/audiomixer/Mixer.c
1311
1311
msgid "Invalid voice"
1312
1312
msgstr ""
@@ -1323,10 +1323,6 @@ msgstr ""
1323
1323
msgid "Invalid word/bit length"
1324
1324
msgstr ""
1325
1325
1326
- #: ports/esp32s2/common-hal/socketpool/Socket.c
1327
- msgid "Issue setting SO_REUSEADDR"
1328
- msgstr ""
1329
-
1330
1326
#: shared-bindings/aesio/aes.c
1331
1327
msgid "Key must be 16, 24, or 32 bytes long"
1332
1328
msgstr ""
@@ -1647,7 +1643,7 @@ msgstr ""
1647
1643
msgid "Out of memory"
1648
1644
msgstr ""
1649
1645
1650
- #: ports/esp32s2/common-hal/socketpool/Socket .c
1646
+ #: ports/esp32s2/common-hal/socketpool/SocketPool .c
1651
1647
msgid "Out of sockets"
1652
1648
msgstr ""
1653
1649
@@ -2167,7 +2163,7 @@ msgstr ""
2167
2163
msgid "Unexpected nrfx uuid type"
2168
2164
msgstr ""
2169
2165
2170
- #: ports/esp32s2/common-hal/socketpool/Socket .c
2166
+ #: ports/esp32s2/common-hal/ssl/SSLSocket .c
2171
2167
#, c-format
2172
2168
msgid "Unhandled ESP TLS error %d %d %x %d"
2173
2169
msgstr ""
@@ -2466,7 +2462,7 @@ msgstr ""
2466
2462
msgid "buffer too small"
2467
2463
msgstr ""
2468
2464
2469
- #: shared-bindings/socketpool/Socket.c
2465
+ #: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
2470
2466
msgid "buffer too small for requested bytes"
2471
2467
msgstr ""
2472
2468
0 commit comments