diff --git a/i18n/locale/cmucl.pot b/i18n/locale/cmucl.pot index 9441573df3f87dffe50c0e8e796fe7b283b640b4..08392c773b4e345de718557225baf8ba76d8fd42 100644 --- a/i18n/locale/cmucl.pot +++ b/i18n/locale/cmucl.pot @@ -4771,10 +4771,6 @@ msgid "" " otherwise." msgstr "" -#: src/code/float-trap.lisp -msgid "SIGFPE with no exceptions currently enabled?" -msgstr "" - #: src/code/float-trap.lisp msgid "" "Execute BODY with the floating point exceptions listed in TRAPS\n" @@ -5986,7 +5982,7 @@ msgstr "" #: src/code/commandline.lisp msgid "" "Specifies the number of megabytes that should be allocated to the\n" -" heap. If not specified, a platform- specific default is used. The\n" +" heap. If not specified, a platform-specific default is used. The\n" " actual maximum allowed heap size is platform-specific." msgstr "" @@ -5994,6 +5990,38 @@ msgstr "" msgid "megabytes" msgstr "" +#: src/code/commandline.lisp +msgid "" +"Specifies the number of megabytes that should be allocated for the\n" +" read-only space. If not specified, a platform-specific default is\n" +" used. The actual maximum allowed read-only size is\n" +" platform-specific." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the number of megabytes that should be allocated for the\n" +" static space. If not specified, a platform-specific default is\n" +" used. The actual maximum allowed static space size is\n" +" platform-specific." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the number of megabytes that should be allocated for the\n" +" control stack. If not specified, a platform-specific default is\n" +" used. The actual maximum allowed control stack size is\n" +" platform-specific." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the number of megabytes that should be allocated for the\n" +" binding stack. If not specified, a platform-specific default is\n" +" used. The actual maximum allowed binding stack size is\n" +" platform-specific." +msgstr "" + #: src/code/commandline.lisp msgid "" "A colon-separated list of directories to be used for the library:\n"