Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
8f5653cb
Commit
8f5653cb
authored
May 26, 2013
by
Raymond Toy
Browse files
Update.
parent
b1d65255
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/i18n/locale/cmucl-sparc-vm.pot
View file @
8f5653cb
...
...
@@ -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 ""
...
...
src/i18n/locale/cmucl.pot
View file @
8f5653cb
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment