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
78c5da28
Commit
78c5da28
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Regenerated.
parent
5942f034
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
i18n/locale/cmucl-x86-vm.pot
+63
-7
63 additions, 7 deletions
i18n/locale/cmucl-x86-vm.pot
i18n/locale/cmucl.pot
+4
-61
4 additions, 61 deletions
i18n/locale/cmucl.pot
with
67 additions
and
68 deletions
i18n/locale/cmucl-x86-vm.pot
+
63
−
7
View file @
78c5da28
...
...
@@ -77,6 +77,57 @@ msgstr ""
msgid "Thread safe push of val onto the list in the vector element."
msgstr ""
#: src/code/commandline.lisp
msgid ""
"Specifies what kind of floating-point support should be used on x86\n"
" systems. If 'x87', Lisp will use the x87 floating-point unit; if\n"
" 'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
" 'auto',which causes Lisp to check to see if SSE2 is available. If\n"
" so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n"
" will fallback to the x87 core, which can run on any machine."
msgstr ""
#: src/code/commandline.lisp
msgid "mode"
msgstr ""
#: src/code/commandline.lisp
msgid "a symbol or function"
msgstr ""
#: src/code/load.lisp
msgid "Top-Level Form"
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits per word where a word holds one lisp descriptor."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid ""
"Number of bits per byte where a byte is the smallest addressable object."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits needed to represent a character"
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bytes needed to represent a character"
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits to shift between word addresses and byte addresses."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bytes in a word."
msgstr ""
#: src/compiler/x86/vm.lisp
msgid "Redefining SC number ~D from ~S to ~S."
msgstr ""
#: src/compiler/x86/c-call.lisp src/compiler/x86/insts.lisp
msgid "Class not yet defined: ~S"
msgstr ""
...
...
@@ -131,11 +182,15 @@ msgid ""
" the GENERATE-CERROR-CODE form."
msgstr ""
#: src/compiler/x86/array.lisp src/compiler/x86/call.lisp
#: src/compiler/x86/alloc.lisp src/compiler/x86/cell.lisp
#: src/compiler/x86/debug.lisp src/compiler/x86/arith.lisp
#: src/compiler/x86/memory.lisp src/compiler/x86/char.lisp
#: src/compiler/x86/move.lisp
#: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
#: src/compiler/x86/array.lisp src/compiler/x86/print.lisp
#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
#: src/compiler/x86/alloc.lisp src/compiler/x86/values.lisp
#: src/compiler/x86/cell.lisp src/compiler/x86/debug.lisp
#: src/compiler/x86/subprim.lisp src/compiler/x86/arith.lisp
#: src/compiler/x86/static-fn.lisp src/compiler/x86/memory.lisp
#: src/compiler/x86/char.lisp src/compiler/x86/system.lisp
#: src/compiler/x86/sap.lisp src/compiler/x86/move.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
msgstr ""
...
...
@@ -147,8 +202,9 @@ msgstr ""
msgid "constant load"
msgstr ""
#: src/compiler/x86/call.lisp src/compiler/x86/debug.lisp
#: src/compiler/x86/char.lisp src/compiler/x86/move.lisp
#: src/compiler/x86/nlx.lisp src/compiler/x86/call.lisp
#: src/compiler/x86/debug.lisp src/compiler/x86/char.lisp
#: src/compiler/x86/move.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
" VM definition inconsistent, recompile and try again."
...
...
This diff is collapsed.
Click to expand it.
i18n/locale/cmucl.pot
+
4
−
61
View file @
78c5da28
...
...
@@ -5949,20 +5949,6 @@ msgid ""
" its default core file."
msgstr ""
#: src/code/commandline.lisp
msgid ""
"Specifies what kind of floating-point support should be used on x86\n"
" systems. If 'x87', Lisp will use the x87 floating-point unit; if\n"
" 'sse2', Lisp uses SSE2 floating-point unit. The default is\n"
" 'auto',which causes Lisp to check to see if SSE2 is available. If\n"
" so, then SSE2 is used. If the SSE2 core file cannot be found,Lisp\n"
" will fallback to the x87 core, which can run on any machine."
msgstr ""
#: src/code/commandline.lisp
msgid "mode"
msgstr ""
#: src/code/commandline.lisp
msgid "~&Usage: ~A <options>~2%"
msgstr ""
...
...
@@ -10069,10 +10055,6 @@ msgstr ""
msgid "~A was compiled for a ~A, but this is a ~A"
msgstr ""
#: src/compiler/dfo.lisp src/code/load.lisp
msgid "Top-Level Form"
msgstr ""
#: src/compiler/generic/core.lisp src/code/load.lisp
msgid "Unaligned function object, offset = #x~X."
msgstr ""
...
...
@@ -15389,31 +15371,6 @@ msgid ""
"Same as EXT:FEATUREP, except use the features found in *NATIVE-BACKEND*."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits per word where a word holds one lisp descriptor."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid ""
"Number of bits per byte where a byte is the smallest addressable object."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits needed to represent a character"
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bytes needed to represent a character"
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bits to shift between word addresses and byte addresses."
msgstr ""
#: src/compiler/x86/parms.lisp
msgid "Number of bytes in a word."
msgstr ""
#: src/compiler/generic/objdef.lisp
msgid "Number of bits at the low end of a pointer used for type information."
msgstr ""
...
...
@@ -18658,6 +18615,10 @@ msgstr ""
msgid "Function called with unknown argument keyword ~S."
msgstr ""
#: src/compiler/dfo.lisp
msgid "Top-Level Form"
msgstr ""
#: src/compiler/checkgen.lisp
msgid "~:[This~;~:*~A~] is not a ~<~%~9T~:;~S:~>~% ~S"
msgstr ""
...
...
@@ -18740,30 +18701,12 @@ msgid ""
" symbol."
msgstr ""
#: src/compiler/x86/vm.lisp
msgid "Redefining SC number ~D from ~S to ~S."
msgstr ""
#: src/compiler/generic/primtype.lisp
msgid ""
"An a-list for mapping simple array element types to their\n"
" corresponding primitive types."
msgstr ""
#: src/compiler/x86/type-vops.lisp src/compiler/x86/pred.lisp
#: src/compiler/x86/print.lisp src/compiler/x86/nlx.lisp
#: src/compiler/x86/values.lisp src/compiler/x86/subprim.lisp
#: src/compiler/x86/static-fn.lisp src/compiler/x86/system.lisp
#: src/compiler/x86/sap.lisp
msgid "Unknown SC to SC-Case for ~S:~% ~S"
msgstr ""
#: src/compiler/x86/nlx.lisp
msgid ""
"Load TN allocated, but no move function?~@\n"
" VM definition inconsistent, recompile and try again."
msgstr ""
#: src/compiler/aliencomp.lisp
msgid "Slot is not constant, so cannot open code access."
msgstr ""
...
...
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