Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jon Boone
cmucl
Commits
8f5653cb
Commit
8f5653cb
authored
11 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update.
parent
b1d65255
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/i18n/locale/cmucl-sparc-vm.pot
+0
-6
0 additions, 6 deletions
src/i18n/locale/cmucl-sparc-vm.pot
src/i18n/locale/cmucl.pot
+65
-26
65 additions, 26 deletions
src/i18n/locale/cmucl.pot
with
65 additions
and
32 deletions
src/i18n/locale/cmucl-sparc-vm.pot
+
0
−
6
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 ""
...
...
This diff is collapsed.
Click to expand it.
src/i18n/locale/cmucl.pot
+
65
−
26
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment