Raymond Toy pushed to branch master at cmucl / cmucl Commits: d5c23293 by Raymond Toy at 2023-07-23T15:07:27-07:00 Update cmucl.pot Forgot to update cmucl.pot in previous commits/merges that changed docstrings for various things. Update it now. - - - - - 1 changed file: - src/i18n/locale/cmucl.pot Changes: ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -1593,8 +1593,8 @@ msgstr "" msgid "" "Returns T if X and Y are EQL or if they are structured components\n" " whose elements are EQUAL. Strings and bit-vectors are EQUAL if they\n" -" are the same length and have indentical components. Other arrays must be\n" -" EQ to be EQUAL." +" are the same length and have identical components. Other arrays\n" +" must be EQ to be EQUAL." msgstr "" #: src/code/pred.lisp @@ -9148,6 +9148,12 @@ msgstr "" msgid "~&Could not find external format ~S~%" msgstr "" +#: src/code/extfmts.lisp +msgid "" +"List of external formats that are builtin so that they don't need to\n" +" be loaded on first use." +msgstr "" + #: src/code/extfmts.lisp msgid "External-format aliasing depth exceeded." msgstr "" @@ -9288,6 +9294,13 @@ msgid "" "replacement character." msgstr "" +#: src/code/extfmts.lisp +msgid "" +"US ASCII 7-bit encoding. Illegal input sequences are replaced with\n" +"the Unicode replacment character. Illegal output characters are\n" +"replaced with a question mark." +msgstr "" + #: src/code/fd-stream.lisp msgid "" "List of available buffers. Each buffer is an sap pointing to\n" @@ -21325,12 +21338,6 @@ msgstr "" msgid " Gray Streams Protocol Support" msgstr "" -msgid "" -"US ASCII 7-bit encoding. Illegal input sequences are replaced with\n" -"the Unicode replacment character. Illegal output characters are\n" -"replaced with a question mark." -msgstr "" - msgid "" "MAC-ROMAN is an 8-bit character encoding for Western European\n" "languages including English.\n" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d5c232939ef12742a7e66116... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d5c232939ef12742a7e66116... You're receiving this email because of your account on gitlab.common-lisp.net.