Skip to content
Snippets Groups Projects
Commit 8f5653cb authored by Raymond Toy's avatar Raymond Toy
Browse files

Update.

parent b1d65255
No related branches found
No related tags found
No related merge requests found
......@@ -782,12 +782,6 @@ msgstr ""
msgid "Method ~S not defined for ~S"
msgstr ""
#: src/compiler/sparc/c-callback.lisp
msgid ""
"Cons up a piece of code which calls call-callback with INDEX and a\n"
"pointer to the arguments."
msgstr ""
#: src/compiler/sparc/call.lisp
msgid "more-arg-context"
msgstr ""
......
......@@ -3864,26 +3864,12 @@ msgid ""
" lower case alphabetic characters converted to uppercase."
msgstr ""
 
#: src/code/string.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with all\n"
" lower case alphabetic characters converted to uppercase. Casing is\n"
" :simple or :full for simple or full case conversion, respectively."
msgstr ""
#: src/code/string.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with all\n"
" upper case alphabetic characters converted to lowercase."
msgstr ""
 
#: src/code/string.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with all\n"
" upper case alphabetic characters converted to lowercase. Casing is\n"
" :simple or :full for simple or full case conversion, respectively."
msgstr ""
#: src/code/string.lisp
msgid ""
"Given a string, returns a copy of the string with the first\n"
......@@ -3893,18 +3879,6 @@ msgid ""
" non-case-modifiable chars."
msgstr ""
 
#: src/code/string.lisp
msgid ""
"Given a string, returns a copy of the string with the first\n"
" character of each ``word'' converted to upper-case, and remaining\n"
" chars in the word converted to lower case. Casing is :simple or\n"
" :full for simple or full case conversion, respectively. If\n"
" Unicode-Word-Break is non-Nil, then the Unicode word-breaking\n"
" algorithm is used to determine the word boundaries. Otherwise, A\n"
" ``word'' is defined to be a string of case-modifiable characters\n"
" delimited by non-case-modifiable chars. "
msgstr ""
#: src/code/string.lisp
msgid ""
"Given a string, returns that string with all lower case alphabetic\n"
......@@ -14995,6 +14969,71 @@ msgstr ""
msgid "~&Dumping ~D messages for domain ~S~%"
msgstr ""
 
#: src/code/unicode.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with\n"
" all lower case alphabetic characters converted to uppercase using\n"
" full case conversion."
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with\n"
" all lower case alphabetic characters converted to uppercase. Casing\n"
" is :simple or :full for simple or full case conversion,\n"
" respectively."
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with\n"
" all uppercase alphabetic characters converted to lowercase using\n"
" full case conversion.."
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Given a string, returns a new string that is a copy of it with all\n"
" uppercase alphabetic characters converted to lowercase. Casing is\n"
" :simple or :full for simple or full case conversion, respectively."
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Given a string, S, and a starting index, return the index of the\n"
" next character that is not part of the word containing the character\n"
" at the index, or the length of S if the word containing the\n"
" character extends to the end of S. If the index is negative or\n"
" valid index into S, the returned value will be strictly greater than\n"
" the index."
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Capitalize String using the Unicode word-break algorithm to find\n"
" the words in String. The beginning is capitalized depending on the\n"
" value of Casing"
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Capitalize String using the Common Lisp word-break algorithm to find\n"
" the words in String. The beginning is capitalized depending on the\n"
" value of Casing"
msgstr ""
#: src/code/unicode.lisp
msgid ""
"Given a string, returns a copy of the string with the first\n"
" character of each ``word'' converted to upper-case, and remaining\n"
" chars in the word converted to lower case. Casing is :simple, :full\n"
" or :title for simple, full or title case conversion, respectively. If\n"
" Unicode-Word-Break is non-Nil, then the Unicode word-breaking\n"
" algorithm is used to determine the word boundaries. Otherwise, A\n"
" ``word'' is defined to be a string of case-modifiable characters\n"
" delimited by non-case-modifiable chars. "
msgstr ""
#: src/compiler/macros.lisp
msgid ""
"Policy Node Condition*\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment