@@ -622,6 +622,10 @@ msgstr ""
622
622
msgid "Cannot reset into bootloader because no bootloader is present."
623
623
msgstr ""
624
624
625
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
626
+ msgid "Cannot set socket options"
627
+ msgstr ""
628
+
625
629
#: shared-bindings/digitalio/DigitalInOut.c
626
630
msgid "Cannot set value when direction is input."
627
631
msgstr ""
@@ -854,7 +858,7 @@ msgstr ""
854
858
msgid "Error in regex"
855
859
msgstr ""
856
860
857
- #: shared-bindings/socketpool/Socket.c
861
+ #: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
858
862
msgid "Error: Failure to bind"
859
863
msgstr ""
860
864
@@ -912,7 +916,7 @@ msgstr ""
912
916
msgid "FFT is implemented for linear arrays only"
913
917
msgstr ""
914
918
915
- #: ports/esp32s2/common-hal/socketpool/Socket .c
919
+ #: ports/esp32s2/common-hal/ssl/SSLSocket .c
916
920
msgid "Failed SSL handshake"
917
921
msgstr ""
918
922
@@ -1248,18 +1252,14 @@ msgstr ""
1248
1252
msgid "Invalid size"
1249
1253
msgstr ""
1250
1254
1251
- #: ports/esp32s2/common-hal/socketpool/Socket .c
1255
+ #: ports/esp32s2/common-hal/ssl/SSLContext .c
1252
1256
msgid "Invalid socket for TLS"
1253
1257
msgstr ""
1254
1258
1255
1259
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1256
1260
msgid "Invalid state"
1257
1261
msgstr ""
1258
1262
1259
- #: ports/esp32s2/common-hal/socketpool/Socket.c
1260
- msgid "Invalid use of TLS Socket"
1261
- msgstr ""
1262
-
1263
1263
#: shared-bindings/audiomixer/Mixer.c
1264
1264
msgid "Invalid voice"
1265
1265
msgstr ""
@@ -1276,10 +1276,6 @@ msgstr ""
1276
1276
msgid "Invalid word/bit length"
1277
1277
msgstr ""
1278
1278
1279
- #: ports/esp32s2/common-hal/socketpool/Socket.c
1280
- msgid "Issue setting SO_REUSEADDR"
1281
- msgstr ""
1282
-
1283
1279
#: shared-bindings/aesio/aes.c
1284
1280
msgid "Key must be 16, 24, or 32 bytes long"
1285
1281
msgstr ""
@@ -1562,7 +1558,7 @@ msgstr ""
1562
1558
msgid "Out of memory"
1563
1559
msgstr ""
1564
1560
1565
- #: ports/esp32s2/common-hal/socketpool/Socket .c
1561
+ #: ports/esp32s2/common-hal/socketpool/SocketPool .c
1566
1562
msgid "Out of sockets"
1567
1563
msgstr ""
1568
1564
@@ -2027,7 +2023,7 @@ msgstr ""
2027
2023
msgid "Unexpected nrfx uuid type"
2028
2024
msgstr ""
2029
2025
2030
- #: ports/esp32s2/common-hal/socketpool/Socket .c
2026
+ #: ports/esp32s2/common-hal/ssl/SSLSocket .c
2031
2027
#, c-format
2032
2028
msgid "Unhandled ESP TLS error %d %d %x %d"
2033
2029
msgstr ""
@@ -2324,7 +2320,7 @@ msgstr ""
2324
2320
msgid "buffer too small"
2325
2321
msgstr ""
2326
2322
2327
- #: shared-bindings/socketpool/Socket.c
2323
+ #: shared-bindings/socketpool/Socket.c shared-bindings/ssl/SSLSocket.c
2328
2324
msgid "buffer too small for requested bytes"
2329
2325
msgstr ""
2330
2326
0 commit comments