Skip to content
Snippets Groups Projects
Commit fe790f47 authored by rtoy's avatar rtoy
Browse files

Update from latest sources to get new messages strings.

parent 2dc83dd3
No related branches found
No related tags found
No related merge requests found
...@@ -5264,6 +5264,17 @@ msgstr "" ...@@ -5264,6 +5264,17 @@ msgstr ""
msgid "Unrecognized proclamation: ~S." msgid "Unrecognized proclamation: ~S."
msgstr "" msgstr ""
   
#: src/code/unidata.lisp
msgid ""
"Search the Unicode name dictionary for the longest entry that\n"
" matches STRING. STRING must be in Unicode name format. That is, it\n"
" must be upper case with spaces separating each word.\n"
"\n"
" Two values are returned. The first value is index into the codebook\n"
" that continues the string.. The second value is the length of the\n"
" substring of string that matches the codebook. "
msgstr ""
#: src/code/unidata.lisp #: src/code/unidata.lisp
msgid "The Unicode data file is broken." msgid "The Unicode data file is broken."
msgstr "" msgstr ""
...@@ -5276,6 +5287,37 @@ msgstr "" ...@@ -5276,6 +5287,37 @@ msgstr ""
msgid "No data in file." msgid "No data in file."
msgstr "" msgstr ""
   
#: src/code/unidata.lisp
msgid "Dictionary of Hangul syllables"
msgstr ""
#: src/code/unidata.lisp
msgid "Dictionary of CJK Unified ideographs"
msgstr ""
#: src/code/unidata.lisp
msgid ""
"Try to complete the string Prefix using the dictionary in Dict.\n"
" Three values are returned: (1) The best match of prefix, (2) a list\n"
" of possible completions, (3) a boolean indicating whether the best\n"
" match is a complete unicode name. "
msgstr ""
#: src/code/unidata.lisp
msgid ""
"Search the dictionary in Dict and return a list of the possible\n"
" completions starting with Prefix. If there is no match, NIL is\n"
" returned."
msgstr ""
#: src/code/unidata.lisp
msgid "Build the dictionary for Hangul syllables"
msgstr ""
#: src/code/unidata.lisp
msgid "Build the dictionary for CJK Unified Ideographs"
msgstr ""
#: src/code/char.lisp #: src/code/char.lisp
msgid "The upper exclusive bound on values produced by CHAR-CODE." msgid "The upper exclusive bound on values produced by CHAR-CODE."
msgstr "" msgstr ""
...@@ -12956,7 +12998,10 @@ msgid "" ...@@ -12956,7 +12998,10 @@ msgid ""
" same place as normal output.\n" " same place as normal output.\n"
" :status-hook -\n" " :status-hook -\n"
" This is a function the system calls whenever the status of the\n" " This is a function the system calls whenever the status of the\n"
" process changes. The function takes the process as an argument." " process changes. The function takes the process as an argument.\n"
" :external-format -\n"
" This is the external-format used for communication with the subproce"
"ss."
msgstr "" msgstr ""
   
#: src/code/run-program.lisp #: src/code/run-program.lisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment