diff --git a/i18n/locale/cmucl.pot b/i18n/locale/cmucl.pot index 274ccce5ba73a1ee1e185d9d5ff78c0bf29f643b..991aba799bbd04054f016056c450bf6c24583db9 100644 --- a/i18n/locale/cmucl.pot +++ b/i18n/locale/cmucl.pot @@ -5812,23 +5812,21 @@ msgstr "" #: src/code/commandline.lisp msgid "" "When True runs lisp with its input coming from standard-input.\n" -" If an error is detected returns error code 1, otherwise 0." +" If an error is detected returns error code 1, otherwise 0." msgstr "" #: src/code/commandline.lisp msgid "" -"Accepts the name of a switch as a string and returns the value of the\n" -" switch. If no value was specified, then any following words are returned" -".\n" -" If there are no following words, then t is returned. If the switch was " -"not\n" -" specified, then nil is returned." +"Accepts the name of a switch as a string and returns the value of\n" +" the switch. If no value was specified, then any following words are\n" +" returned. If there are no following words, then t is returned. If\n" +" the switch was not specified, then nil is returned." msgstr "" #: src/code/commandline.lisp msgid "" -"When set, invoking switch demons complains about illegal switches that have\n" -" not been defined with DEFSWITCH." +"When set, invoking switch demons complains about illegal switches\n" +" that have not been defined with DEFSWITCH." msgstr "" #: src/code/commandline.lisp @@ -5837,20 +5835,146 @@ msgstr "" #: src/code/commandline.lisp msgid "" -"Associates function with the switch name in *command-switch-demons*. Name\n" -" is a simple-string that does not begin with a hyphen, unless the switch " -"name\n" -" really does begin with one. Function is optional, but defining the " -"switch\n" -" is necessary to keep invoking switch demons from complaining about " -"illegal\n" -" switches. This can be inhibited with *complain-about-illegal-switches*." +"Associates function with the switch name in\n" +" *command-switch-demons*. Name is a simple-string that does not\n" +" begin with a hyphen, unless the switch name really does begin with\n" +" one. Function is optional, but defining the switch is necessary to\n" +" keep invoking switch demons from complaining about illegal switches.\n" +" This can be inhibited with *complain-about-illegal-switches*.\n" +"\n" +" The optional arguments, arg-name and docstring, are used by -help to\n" +" describe the switch. Arg-name is a string naming the argument (if\n" +" any) for the switch. Docstring describe the switch." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Evaluate the specified Lisp expression during the start up\n" +" sequence. the value of the form will not be printed unless it is\n" +" wrapped in a form that does output." +msgstr "" + +#: src/code/commandline.lisp +msgid "expression" msgstr "" #: src/code/commandline.lisp msgid "a symbol or function" msgstr "" +#: src/code/commandline.lisp +msgid "" +"Loads the specified file into Lisp before entering Lisp's\n" +" read-eval-print loop." +msgstr "" + +#: src/code/commandline.lisp +msgid "filename" +msgstr "" + +#: src/code/commandline.lisp +msgid "Specifies the suspended Lisp image ('core' file) to start up" +msgstr "" + +#: src/code/commandline.lisp +msgid "corefile" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of a file containing user customizations that is\n" +" to be loaded each time Lisp starts up (default ~/init or\n" +" ~/.cmucl-init.lisp). The loader loads any existing compiled binary\n" +" or the lisp source if none." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the init file and also prevents -edit from\n" +" loading the Hemlock init file." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the site-init site specific initialization\n" +" file." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of the Hemlock init file (default ~/hemlock-init\n" +" or ~/.hemlock-init), which is loaded only when Hemlock is started." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to run in batch mode where all input is directed from\n" +" standard-input. A unix return code of 0 is returned upon\n" +" encountering an EOF, while any unhandled error condition will cause\n" +" an immediate exit with a return code of 1, instead of entering the\n" +" debugger." +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" +" actual maximum allowed heap size is platform-specific." +msgstr "" + +#: src/code/commandline.lisp +msgid "megabytes" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"A colon-separated list of directories to be used for the library:\n" +" search-list." +msgstr "" + +#: src/code/commandline.lisp +msgid "libpath" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to start up silently, disabling printing of the herald\n" +" and causing most unnecessary noise, like GC messages,load messages,\n" +" etc. to be suppressed." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Enables printing of messages indication how CMUCL is searching for\n" +" 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 "" + +#: src/code/commandline.lisp +msgid "Print out the command line options and exit" +msgstr "" + +#: src/code/commandline.lisp +msgid "Same as -help." +msgstr "" + #: src/code/env-access.lisp msgid "" "Returns information about the symbol VAR in the lexical environment ENV.\n" @@ -9886,35 +10010,36 @@ msgstr "" #: src/code/module.lisp msgid "" -"Adds a new module name to *modules* indicating that it has been loaded.\n" -" Module-name may be any valid string designator. All comparisons are\n" -" done using string=, i.e. module names are case-sensitive." +"Adds a new module name to *modules* indicating that it has been\n" +" loaded. Module-name may be any valid string designator. All\n" +" comparisons are done using string=, i.e. module names are\n" +" case-sensitive." msgstr "" #: src/code/module.lisp msgid "" -"Loads a module when it has not been already. Pathname, if supplied,\n" -" is a single pathname or list of pathnames to be loaded if the module\n" -" needs to be. If pathname is not supplied, then functions from the list\n" -" *MODULE-PROVIDER-FUNCTIONS* are called in order with the stringified\n" -" MODULE-NAME as the argument, until one of them returns non-NIL. By\n" -" default the functions MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE-\n" -" CMUCL-LIBRARY are on this list of functions, in that order. The first\n" -" of those looks for a list of files that was registered by a EXT:DEFMODULE" -"\n" -" form. If the module has not been defined, then the second function\n" -" causes a file to be loaded whose name is formed by merging \"modules:\"\n" -" and the concatenation of module-name with the suffix \"-LIBRARY\".\n" -" Note that both the module-name and the suffix are each, separately,\n" -" converted from :case :common to :case :local. This merged name will be\n" -" probed with both a .lisp and .fasl extensions, calling LOAD if it " -"exists.\n" +"Loads a module when it has not been already. Pathname, if\n" +" supplied, is a single pathname or list of pathnames to be loaded if\n" +" the module needs to be. If pathname is not supplied, then functions\n" +" from the list *MODULE-PROVIDER-FUNCTIONS* are called in order with\n" +" the stringified MODULE-NAME as the argument, until one of them\n" +" returns non-NIL. By default the functions\n" +" MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE- CMUCL-LIBRARY are\n" +" on this list of functions, in that order. The first of those looks\n" +" for a list of files that was registered by a EXT:DEFMODULE form. If\n" +" the module has not been defined, then the second function causes a\n" +" file to be loaded whose name is formed by merging \"modules:\" and\n" +" the concatenation of module-name with the suffix \"-LIBRARY\". Note\n" +" that both the module-name and the suffix are each, separately,\n" +" converted from :case :common to :case :local. This merged name will\n" +" be probed with both a .lisp and .fasl extensions, calling LOAD if it\n" +" exists.\n" "\n" -" Note that in all cases covered above, user code is responsible for\n" -" calling PROVIDE to indicate a successful load of the module.\n" +" Note that in all cases covered above, user code is responsible for\n" +" calling PROVIDE to indicate a successful load of the module.\n" "\n" -" While loading any files, *load-verbose* is bound to *require-verbose*\n" -" which defaults to t." +" While loading any files, *load-verbose* is bound to *require-verbose*\n" +" which defaults to t." msgstr "" #: src/code/module.lisp @@ -9928,10 +10053,10 @@ msgstr "" #: src/code/module.lisp msgid "" "Derive a default pathname to try to load for an undefined module\n" -"named module-name. The default pathname is constructed from the\n" -"module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" -"with \"modules:\". Note that both the module-name and the suffix are\n" -"each, separately, converted from :case :common to :case :local." +" named module-name. The default pathname is constructed from the\n" +" module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" +" with \"modules:\". Note that both the module-name and the suffix\n" +" are each, separately, converted from :case :common to :case :local." msgstr "" #: src/code/eval.lisp diff --git a/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po b/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po index d882885e9541ad9275aee5ca87a94cf6a1f5c2ec..014fa9a628211ba12918296f78fe1e6f302a8169 100644 --- a/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po +++ b/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po @@ -7266,34 +7266,30 @@ msgstr "Anway Alistway ofway (\"argumentway-amenay\" . emonday-unctionfay)" #: src/code/commandline.lisp msgid "" "When True runs lisp with its input coming from standard-input.\n" -" If an error is detected returns error code 1, otherwise 0." +" If an error is detected returns error code 1, otherwise 0." msgstr "" "Enwhay Uetray unsray isplay ithway itsway inputway omingcay omfray tandardsay-inputway.\n" -" Ifway anway errorway isway etectedday eturnsray errorway odecay 1, otherwiseway 0." +" Ifway anway errorway isway etectedday eturnsray errorway odecay 1, otherwiseway 0." #: src/code/commandline.lisp msgid "" -"Accepts the name of a switch as a string and returns the value of the\n" -" switch. If no value was specified, then any following words are returned" -".\n" -" If there are no following words, then t is returned. If the switch was " -"not\n" -" specified, then nil is returned." +"Accepts the name of a switch as a string and returns the value of\n" +" the switch. If no value was specified, then any following words are\n" +" returned. If there are no following words, then t is returned. If\n" +" the switch was not specified, then nil is returned." msgstr "" -"Acceptsway ethay amenay ofway away witchsay asway away ingstray andway eturnsray ethay aluevay ofway ethay\n" -" witchsay. Ifway onay aluevay asway ecifiedspay, enthay anyway ollowingfay ordsway areway eturnedray" -".\n" -" Ifway erethay areway onay ollowingfay ordsway, enthay t isway eturnedray. Ifway ethay witchsay asway " -"otnay\n" -" ecifiedspay, enthay ilnay isway eturnedray." +"Acceptsway ethay amenay ofway away witchsay asway away ingstray andway eturnsray ethay aluevay ofway\n" +" ethay witchsay. Ifway onay aluevay asway ecifiedspay, enthay anyway ollowingfay ordsway areway\n" +" eturnedray. Ifway erethay areway onay ollowingfay ordsway, enthay t isway eturnedray. Ifway\n" +" ethay witchsay asway otnay ecifiedspay, enthay ilnay isway eturnedray." #: src/code/commandline.lisp msgid "" -"When set, invoking switch demons complains about illegal switches that have\n" -" not been defined with DEFSWITCH." +"When set, invoking switch demons complains about illegal switches\n" +" that have not been defined with DEFSWITCH." msgstr "" -"Enwhay etsay, invokingway witchsay emonsday omplainscay aboutway illegalway witchessay atthay avehay\n" -" otnay eenbay efinedday ithway DEFSWITCH." +"Enwhay etsay, invokingway witchsay emonsday omplainscay aboutway illegalway witchessay\n" +" atthay avehay otnay eenbay efinedday ithway DEFSWITCH." #: src/code/commandline.lisp msgid "~S is an illegal switch" @@ -7301,28 +7297,192 @@ msgstr "~S isway anway illegalway witchsay" #: src/code/commandline.lisp msgid "" -"Associates function with the switch name in *command-switch-demons*. Name\n" -" is a simple-string that does not begin with a hyphen, unless the switch " -"name\n" -" really does begin with one. Function is optional, but defining the " -"switch\n" -" is necessary to keep invoking switch demons from complaining about " -"illegal\n" -" switches. This can be inhibited with *complain-about-illegal-switches*." -msgstr "" -"Associatesway unctionfay ithway ethay witchsay amenay inway *command-switch-demons*. Amenay\n" -" isway away implesay-ingstray atthay oesday otnay eginbay ithway away yphenhay, unlessway ethay witchsay " -"amenay\n" -" eallyray oesday eginbay ithway oneway. Unctionfay isway optionalway, utbay efiningday ethay " -"witchsay\n" -" isway ecessarynay otay eepkay invokingway witchsay emonsday omfray omplainingcay aboutway " -"illegalway\n" -" witchessay. Isthay ancay ebay inhibitedway ithway *complain-about-illegal-switches*." +"Associates function with the switch name in\n" +" *command-switch-demons*. Name is a simple-string that does not\n" +" begin with a hyphen, unless the switch name really does begin with\n" +" one. Function is optional, but defining the switch is necessary to\n" +" keep invoking switch demons from complaining about illegal switches.\n" +" This can be inhibited with *complain-about-illegal-switches*.\n" +"\n" +" The optional arguments, arg-name and docstring, are used by -help to\n" +" describe the switch. Arg-name is a string naming the argument (if\n" +" any) for the switch. Docstring describe the switch." +msgstr "" +"Associatesway unctionfay ithway ethay witchsay amenay inway\n" +" *command-switch-demons*. Amenay isway away implesay-ingstray atthay oesday otnay\n" +" eginbay ithway away yphenhay, unlessway ethay witchsay amenay eallyray oesday eginbay ithway\n" +" oneway. Unctionfay isway optionalway, utbay efiningday ethay witchsay isway ecessarynay otay\n" +" eepkay invokingway witchsay emonsday omfray omplainingcay aboutway illegalway witchessay.\n" +" Isthay ancay ebay inhibitedway ithway *complain-about-illegal-switches*.\n" +"\n" +" Ethay optionalway argumentsway, argway-amenay andway ocstringday, areway usedway ybay -elphay otay\n" +" escribeday ethay witchsay. Argway-amenay isway away ingstray amingnay ethay argumentway (ifway\n" +" anyway) orfay ethay witchsay. Ocstringday escribeday ethay witchsay." + +#: src/code/commandline.lisp +msgid "" +"Evaluate the specified Lisp expression during the start up\n" +" sequence. the value of the form will not be printed unless it is\n" +" wrapped in a form that does output." +msgstr "" +"Evaluateway ethay ecifiedspay Isplay expressionway uringday ethay tartsay upway\n" +" equencesay. ethay aluevay ofway ethay ormfay illway otnay ebay intedpray unlessway itway isway\n" +" appedwray inway away ormfay atthay oesday outputway." + +#: src/code/commandline.lisp +msgid "expression" +msgstr "expressionway" #: src/code/commandline.lisp msgid "a symbol or function" msgstr "away ymbolsay orway unctionfay" +#: src/code/commandline.lisp +msgid "" +"Loads the specified file into Lisp before entering Lisp's\n" +" read-eval-print loop." +msgstr "" +"Oadslay ethay ecifiedspay ilefay intoway Isplay eforebay enteringway Isplay's\n" +" eadray-evalway-intpray ooplay." + +#: src/code/commandline.lisp +msgid "filename" +msgstr "ilenamefay" + +#: src/code/commandline.lisp +msgid "Specifies the suspended Lisp image ('core' file) to start up" +msgstr "Ecifiesspay ethay uspendedsay Isplay imageway ('orecay' ilefay) otay tartsay upway" + +#: src/code/commandline.lisp +msgid "corefile" +msgstr "orefilecay" + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of a file containing user customizations that is\n" +" to be loaded each time Lisp starts up (default ~/init or\n" +" ~/.cmucl-init.lisp). The loader loads any existing compiled binary\n" +" or the lisp source if none." +msgstr "" +"Ecifiesspay ethay amenay ofway away ilefay ontainingcay userway ustomizationscay atthay isway\n" +" otay ebay oadedlay eachway imetay Isplay tartssay upway (efaultday ~/initway orway\n" +" ~/.muclcay-initway.isplay). Ethay oaderlay oadslay anyway existingway ompiledcay inarybay\n" +" orway ethay isplay ourcesay ifway onenay." + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the init file and also prevents -edit from\n" +" loading the Hemlock init file." +msgstr "" +"Uppressessay oadinglay ofway ethay initway ilefay andway alsoway eventspray -editway omfray\n" +" oadinglay ethay Emlockhay initway ilefay." + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the site-init site specific initialization\n" +" file." +msgstr "" +"Uppressessay oadinglay ofway ethay itesay-initway itesay ecificspay initializationway\n" +" ilefay." + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of the Hemlock init file (default ~/hemlock-init\n" +" or ~/.hemlock-init), which is loaded only when Hemlock is started." +msgstr "" +"Ecifiesspay ethay amenay ofway ethay Emlockhay initway ilefay (efaultday ~/emlockhay-initway\n" +" orway ~/.emlockhay-initway), ichwhay isway oadedlay onlyway enwhay Emlockhay isway tartedsay." + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to run in batch mode where all input is directed from\n" +" standard-input. A unix return code of 0 is returned upon\n" +" encountering an EOF, while any unhandled error condition will cause\n" +" an immediate exit with a return code of 1, instead of entering the\n" +" debugger." +msgstr "" +"Ausescay Isplay otay unray inway atchbay odemay erewhay allway inputway isway irectedday omfray\n" +" tandardsay-inputway. Away unixway eturnray odecay ofway 0 isway eturnedray uponway\n" +" encounteringway anway EOF, ilewhay anyway unhandledway errorway onditioncay illway ausecay\n" +" anway immediateway exitway ithway away eturnray odecay ofway 1, insteadway ofway enteringway ethay\n" +" ebuggerday." + +#: 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" +" actual maximum allowed heap size is platform-specific." +msgstr "" +"Ecifiesspay ethay umbernay ofway egabytesmay atthay ouldshay ebay allocatedway otay ethay\n" +" eaphay. Ifway otnay ecifiedspay, away atformplay- ecificspay efaultday isway usedway. Ethay\n" +" actualway aximummay allowedway eaphay izesay isway atformplay-ecificspay." + +#: src/code/commandline.lisp +msgid "megabytes" +msgstr "egabytesmay" + +#: src/code/commandline.lisp +msgid "" +"A colon-separated list of directories to be used for the library:\n" +" search-list." +msgstr "" +"Away oloncay-eparatedsay istlay ofway irectoriesday otay ebay usedway orfay ethay ibrarylay:\n" +" earchsay-istlay." + +#: src/code/commandline.lisp +msgid "libpath" +msgstr "ibpathlay" + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to start up silently, disabling printing of the herald\n" +" and causing most unnecessary noise, like GC messages,load messages,\n" +" etc. to be suppressed." +msgstr "" +"Ausescay Isplay otay tartsay upway ilentlysay, isablingday intingpray ofway ethay eraldhay\n" +" andway ausingcay ostmay unnecessaryway oisenay, ikelay GC essagesmay,oadlay essagesmay,\n" +" etcway. otay ebay uppressedsay." + +#: src/code/commandline.lisp +msgid "" +"Enables printing of messages indication how CMUCL is searching for\n" +" its default core file." +msgstr "" +"Enablesway intingpray ofway essagesmay indicationway owhay CMUCL isway earchingsay orfay\n" +" itsway efaultday orecay ilefay." + +#: 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 "" +"Ecifiesspay atwhay indkay ofway oatingflay-ointpay upportsay ouldshay ebay usedway onway x86\n" +" ystemssay. Ifway 'x87', Isplay illway useway ethay x87 oatingflay-ointpay unitway; ifway\n" +" 'sesay2', Isplay usesway SSE2 oatingflay-ointpay unitway. Ethay efaultday isway\n" +" 'autoway',ichwhay ausescay Isplay otay eckchay otay eesay ifway SSE2 isway availableway. Ifway\n" +" osay, enthay SSE2 isway usedway. Ifway ethay SSE2 orecay ilefay annotcay ebay oundfay,Isplay\n" +" illway allbackfay otay ethay x87 orecay, ichwhay ancay unray onway anyway achinemay." + +#: src/code/commandline.lisp +msgid "mode" +msgstr "odemay" + +#: src/code/commandline.lisp +msgid "~&Usage: ~A <options>~2%" +msgstr "~&Usageway: ~Away <optionsway>~2%" + +#: src/code/commandline.lisp +msgid "Print out the command line options and exit" +msgstr "Intpray outway ethay ommandcay inelay optionsway andway exitway" + +#: src/code/commandline.lisp +msgid "Same as -help." +msgstr "Amesay asway -elphay." + #: src/code/env-access.lisp msgid "" "Returns information about the symbol VAR in the lexical environment ENV.\n" @@ -12335,61 +12495,63 @@ msgstr "" #: src/code/module.lisp msgid "" -"Adds a new module name to *modules* indicating that it has been loaded.\n" -" Module-name may be any valid string designator. All comparisons are\n" -" done using string=, i.e. module names are case-sensitive." +"Adds a new module name to *modules* indicating that it has been\n" +" loaded. Module-name may be any valid string designator. All\n" +" comparisons are done using string=, i.e. module names are\n" +" case-sensitive." msgstr "" -"Addsway away ewnay odulemay amenay otay *modules* indicatingway atthay itway ashay eenbay oadedlay.\n" -" Odulemay-amenay aymay ebay anyway alidvay ingstray esignatorday. Allway omparisonscay areway\n" -" oneday usingway ingstray=, i.e. odulemay amesnay areway asecay-ensitivesay." +"Addsway away ewnay odulemay amenay otay *modules* indicatingway atthay itway ashay eenbay\n" +" oadedlay. Odulemay-amenay aymay ebay anyway alidvay ingstray esignatorday. Allway\n" +" omparisonscay areway oneday usingway ingstray=, i.e. odulemay amesnay areway\n" +" asecay-ensitivesay." #: src/code/module.lisp msgid "" -"Loads a module when it has not been already. Pathname, if supplied,\n" -" is a single pathname or list of pathnames to be loaded if the module\n" -" needs to be. If pathname is not supplied, then functions from the list\n" -" *MODULE-PROVIDER-FUNCTIONS* are called in order with the stringified\n" -" MODULE-NAME as the argument, until one of them returns non-NIL. By\n" -" default the functions MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE-\n" -" CMUCL-LIBRARY are on this list of functions, in that order. The first\n" -" of those looks for a list of files that was registered by a EXT:DEFMODULE" -"\n" -" form. If the module has not been defined, then the second function\n" -" causes a file to be loaded whose name is formed by merging \"modules:\"\n" -" and the concatenation of module-name with the suffix \"-LIBRARY\".\n" -" Note that both the module-name and the suffix are each, separately,\n" -" converted from :case :common to :case :local. This merged name will be\n" -" probed with both a .lisp and .fasl extensions, calling LOAD if it " -"exists.\n" -"\n" -" Note that in all cases covered above, user code is responsible for\n" -" calling PROVIDE to indicate a successful load of the module.\n" -"\n" -" While loading any files, *load-verbose* is bound to *require-verbose*\n" -" which defaults to t." -msgstr "" -"Oadslay away odulemay enwhay itway ashay otnay eenbay alreadyway. Athnamepay, ifway uppliedsay,\n" -" isway away inglesay athnamepay orway istlay ofway athnamespay otay ebay oadedlay ifway ethay odulemay\n" -" eedsnay otay ebay. Ifway athnamepay isway otnay uppliedsay, enthay unctionsfay omfray ethay istlay\n" -" *MODULE-PROVIDER-FUNCTIONS* areway alledcay inway orderway ithway ethay ingifiedstray\n" -" MODULE-NAME asway ethay argumentway, untilway oneway ofway emthay eturnsray onnay-NIL. Ybay\n" -" efaultday ethay unctionsfay MODULE-PROVIDE-CMUCL-DEFMODULE andway MODULE-PROVIDE-\n" -" CMUCL-LIBRARY areway onway isthay istlay ofway unctionsfay, inway atthay orderway. Ethay irstfay\n" -" ofway osethay ookslay orfay away istlay ofway ilesfay atthay asway egisteredray ybay away EXT:DEFMODULE" -"\n" -" ormfay. Ifway ethay odulemay ashay otnay eenbay efinedday, enthay ethay econdsay unctionfay\n" -" ausescay away ilefay otay ebay oadedlay osewhay amenay isway ormedfay ybay ergingmay \"odulesmay:\"\n" -" andway ethay oncatenationcay ofway odulemay-amenay ithway ethay uffixsay \"-LIBRARY\".\n" -" Otenay atthay othbay ethay odulemay-amenay andway ethay uffixsay areway eachway, eparatelysay,\n" -" onvertedcay omfray :asecay :ommoncay otay :asecay :ocallay. Isthay ergedmay amenay illway ebay\n" -" obedpray ithway othbay away .isplay andway .aslfay extensionsway, allingcay LOAD ifway itway " -"existsway.\n" -"\n" -" Otenay atthay inway allway asescay overedcay aboveway, userway odecay isway esponsibleray orfay\n" -" allingcay PROVIDE otay indicateway away uccessfulsay oadlay ofway ethay odulemay.\n" -"\n" -" Ilewhay oadinglay anyway ilesfay, *load-verbose* isway oundbay otay *require-verbose*\n" -" ichwhay efaultsday otay t." +"Loads a module when it has not been already. Pathname, if\n" +" supplied, is a single pathname or list of pathnames to be loaded if\n" +" the module needs to be. If pathname is not supplied, then functions\n" +" from the list *MODULE-PROVIDER-FUNCTIONS* are called in order with\n" +" the stringified MODULE-NAME as the argument, until one of them\n" +" returns non-NIL. By default the functions\n" +" MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE- CMUCL-LIBRARY are\n" +" on this list of functions, in that order. The first of those looks\n" +" for a list of files that was registered by a EXT:DEFMODULE form. If\n" +" the module has not been defined, then the second function causes a\n" +" file to be loaded whose name is formed by merging \"modules:\" and\n" +" the concatenation of module-name with the suffix \"-LIBRARY\". Note\n" +" that both the module-name and the suffix are each, separately,\n" +" converted from :case :common to :case :local. This merged name will\n" +" be probed with both a .lisp and .fasl extensions, calling LOAD if it\n" +" exists.\n" +"\n" +" Note that in all cases covered above, user code is responsible for\n" +" calling PROVIDE to indicate a successful load of the module.\n" +"\n" +" While loading any files, *load-verbose* is bound to *require-verbose*\n" +" which defaults to t." +msgstr "" +"Oadslay away odulemay enwhay itway ashay otnay eenbay alreadyway. Athnamepay, ifway\n" +" uppliedsay, isway away inglesay athnamepay orway istlay ofway athnamespay otay ebay oadedlay ifway\n" +" ethay odulemay eedsnay otay ebay. Ifway athnamepay isway otnay uppliedsay, enthay unctionsfay\n" +" omfray ethay istlay *MODULE-PROVIDER-FUNCTIONS* areway alledcay inway orderway ithway\n" +" ethay ingifiedstray MODULE-NAME asway ethay argumentway, untilway oneway ofway emthay\n" +" eturnsray onnay-NIL. Ybay efaultday ethay unctionsfay\n" +" MODULE-PROVIDE-CMUCL-DEFMODULE andway MODULE-PROVIDE- CMUCL-LIBRARY areway\n" +" onway isthay istlay ofway unctionsfay, inway atthay orderway. Ethay irstfay ofway osethay ookslay\n" +" orfay away istlay ofway ilesfay atthay asway egisteredray ybay away EXT:DEFMODULE ormfay. Ifway\n" +" ethay odulemay ashay otnay eenbay efinedday, enthay ethay econdsay unctionfay ausescay away\n" +" ilefay otay ebay oadedlay osewhay amenay isway ormedfay ybay ergingmay \"odulesmay:\" andway\n" +" ethay oncatenationcay ofway odulemay-amenay ithway ethay uffixsay \"-LIBRARY\". Otenay\n" +" atthay othbay ethay odulemay-amenay andway ethay uffixsay areway eachway, eparatelysay,\n" +" onvertedcay omfray :asecay :ommoncay otay :asecay :ocallay. Isthay ergedmay amenay illway\n" +" ebay obedpray ithway othbay away .isplay andway .aslfay extensionsway, allingcay LOAD ifway itway\n" +" existsway.\n" +"\n" +" Otenay atthay inway allway asescay overedcay aboveway, userway odecay isway esponsibleray orfay\n" +" allingcay PROVIDE otay indicateway away uccessfulsay oadlay ofway ethay odulemay.\n" +"\n" +" Ilewhay oadinglay anyway ilesfay, *load-verbose* isway oundbay otay *require-verbose*\n" +" ichwhay efaultsday otay t." #: src/code/module.lisp msgid "Don't know how to load ~A" @@ -12402,16 +12564,16 @@ msgstr "Oercecay away ingstray esignatorday otay away odulemay amenay." #: src/code/module.lisp msgid "" "Derive a default pathname to try to load for an undefined module\n" -"named module-name. The default pathname is constructed from the\n" -"module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" -"with \"modules:\". Note that both the module-name and the suffix are\n" -"each, separately, converted from :case :common to :case :local." +" named module-name. The default pathname is constructed from the\n" +" module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" +" with \"modules:\". Note that both the module-name and the suffix\n" +" are each, separately, converted from :case :common to :case :local." msgstr "" "Eriveday away efaultday athnamepay otay ytray otay oadlay orfay anway undefinedway odulemay\n" -"amednay odulemay-amenay. Ethay efaultday athnamepay isway onstructedcay omfray ethay\n" -"odulemay-amenay ybay appendingway ethay uffixsay \"-LIBRARY\" otay itway, andway ergingmay\n" -"ithway \"odulesmay:\". Otenay atthay othbay ethay odulemay-amenay andway ethay uffixsay areway\n" -"eachway, eparatelysay, onvertedcay omfray :asecay :ommoncay otay :asecay :ocallay." +" amednay odulemay-amenay. Ethay efaultday athnamepay isway onstructedcay omfray ethay\n" +" odulemay-amenay ybay appendingway ethay uffixsay \"-LIBRARY\" otay itway, andway ergingmay\n" +" ithway \"odulesmay:\". Otenay atthay othbay ethay odulemay-amenay andway ethay uffixsay\n" +" areway eachway, eparatelysay, onvertedcay omfray :asecay :ommoncay otay :asecay :ocallay." #: src/code/eval.lisp msgid "" diff --git a/i18n/locale/ko/LC_MESSAGES/cmucl.po b/i18n/locale/ko/LC_MESSAGES/cmucl.po index cc35c7038bea99e41505f39d65076c73f0c06cd1..875287c9bd73e66eedabaa369d6310d18bf0b10f 100644 --- a/i18n/locale/ko/LC_MESSAGES/cmucl.po +++ b/i18n/locale/ko/LC_MESSAGES/cmucl.po @@ -5811,23 +5811,21 @@ msgstr "" #: src/code/commandline.lisp msgid "" "When True runs lisp with its input coming from standard-input.\n" -" If an error is detected returns error code 1, otherwise 0." +" If an error is detected returns error code 1, otherwise 0." msgstr "" #: src/code/commandline.lisp msgid "" -"Accepts the name of a switch as a string and returns the value of the\n" -" switch. If no value was specified, then any following words are " -"returned.\n" -" If there are no following words, then t is returned. If the switch was " -"not\n" -" specified, then nil is returned." +"Accepts the name of a switch as a string and returns the value of\n" +" the switch. If no value was specified, then any following words are\n" +" returned. If there are no following words, then t is returned. If\n" +" the switch was not specified, then nil is returned." msgstr "" #: src/code/commandline.lisp msgid "" -"When set, invoking switch demons complains about illegal switches that have\n" -" not been defined with DEFSWITCH." +"When set, invoking switch demons complains about illegal switches\n" +" that have not been defined with DEFSWITCH." msgstr "" #: src/code/commandline.lisp @@ -5836,20 +5834,146 @@ msgstr "" #: src/code/commandline.lisp msgid "" -"Associates function with the switch name in *command-switch-demons*. Name\n" -" is a simple-string that does not begin with a hyphen, unless the switch " -"name\n" -" really does begin with one. Function is optional, but defining the " -"switch\n" -" is necessary to keep invoking switch demons from complaining about " -"illegal\n" -" switches. This can be inhibited with *complain-about-illegal-switches*." +"Associates function with the switch name in\n" +" *command-switch-demons*. Name is a simple-string that does not\n" +" begin with a hyphen, unless the switch name really does begin with\n" +" one. Function is optional, but defining the switch is necessary to\n" +" keep invoking switch demons from complaining about illegal switches.\n" +" This can be inhibited with *complain-about-illegal-switches*.\n" +"\n" +" The optional arguments, arg-name and docstring, are used by -help to\n" +" describe the switch. Arg-name is a string naming the argument (if\n" +" any) for the switch. Docstring describe the switch." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Evaluate the specified Lisp expression during the start up\n" +" sequence. the value of the form will not be printed unless it is\n" +" wrapped in a form that does output." +msgstr "" + +#: src/code/commandline.lisp +msgid "expression" msgstr "" #: src/code/commandline.lisp msgid "a symbol or function" msgstr "" +#: src/code/commandline.lisp +msgid "" +"Loads the specified file into Lisp before entering Lisp's\n" +" read-eval-print loop." +msgstr "" + +#: src/code/commandline.lisp +msgid "filename" +msgstr "" + +#: src/code/commandline.lisp +msgid "Specifies the suspended Lisp image ('core' file) to start up" +msgstr "" + +#: src/code/commandline.lisp +msgid "corefile" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of a file containing user customizations that is\n" +" to be loaded each time Lisp starts up (default ~/init or\n" +" ~/.cmucl-init.lisp). The loader loads any existing compiled binary\n" +" or the lisp source if none." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the init file and also prevents -edit from\n" +" loading the Hemlock init file." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Suppresses loading of the site-init site specific initialization\n" +" file." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Specifies the name of the Hemlock init file (default ~/hemlock-init\n" +" or ~/.hemlock-init), which is loaded only when Hemlock is started." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to run in batch mode where all input is directed from\n" +" standard-input. A unix return code of 0 is returned upon\n" +" encountering an EOF, while any unhandled error condition will cause\n" +" an immediate exit with a return code of 1, instead of entering the\n" +" debugger." +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" +" actual maximum allowed heap size is platform-specific." +msgstr "" + +#: src/code/commandline.lisp +msgid "megabytes" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"A colon-separated list of directories to be used for the library:\n" +" search-list." +msgstr "" + +#: src/code/commandline.lisp +msgid "libpath" +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Causes Lisp to start up silently, disabling printing of the herald\n" +" and causing most unnecessary noise, like GC messages,load messages,\n" +" etc. to be suppressed." +msgstr "" + +#: src/code/commandline.lisp +msgid "" +"Enables printing of messages indication how CMUCL is searching for\n" +" 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 "" + +#: src/code/commandline.lisp +msgid "Print out the command line options and exit" +msgstr "" + +#: src/code/commandline.lisp +msgid "Same as -help." +msgstr "" + #: src/code/env-access.lisp msgid "" "Returns information about the symbol VAR in the lexical environment ENV.\n" @@ -9914,35 +10038,36 @@ msgstr "" #: src/code/module.lisp msgid "" -"Adds a new module name to *modules* indicating that it has been loaded.\n" -" Module-name may be any valid string designator. All comparisons are\n" -" done using string=, i.e. module names are case-sensitive." +"Adds a new module name to *modules* indicating that it has been\n" +" loaded. Module-name may be any valid string designator. All\n" +" comparisons are done using string=, i.e. module names are\n" +" case-sensitive." msgstr "" #: src/code/module.lisp msgid "" -"Loads a module when it has not been already. Pathname, if supplied,\n" -" is a single pathname or list of pathnames to be loaded if the module\n" -" needs to be. If pathname is not supplied, then functions from the list\n" -" *MODULE-PROVIDER-FUNCTIONS* are called in order with the stringified\n" -" MODULE-NAME as the argument, until one of them returns non-NIL. By\n" -" default the functions MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE-\n" -" CMUCL-LIBRARY are on this list of functions, in that order. The first\n" -" of those looks for a list of files that was registered by a EXT:" -"DEFMODULE\n" -" form. If the module has not been defined, then the second function\n" -" causes a file to be loaded whose name is formed by merging \"modules:\"\n" -" and the concatenation of module-name with the suffix \"-LIBRARY\".\n" -" Note that both the module-name and the suffix are each, separately,\n" -" converted from :case :common to :case :local. This merged name will be\n" -" probed with both a .lisp and .fasl extensions, calling LOAD if it " -"exists.\n" +"Loads a module when it has not been already. Pathname, if\n" +" supplied, is a single pathname or list of pathnames to be loaded if\n" +" the module needs to be. If pathname is not supplied, then functions\n" +" from the list *MODULE-PROVIDER-FUNCTIONS* are called in order with\n" +" the stringified MODULE-NAME as the argument, until one of them\n" +" returns non-NIL. By default the functions\n" +" MODULE-PROVIDE-CMUCL-DEFMODULE and MODULE-PROVIDE- CMUCL-LIBRARY are\n" +" on this list of functions, in that order. The first of those looks\n" +" for a list of files that was registered by a EXT:DEFMODULE form. If\n" +" the module has not been defined, then the second function causes a\n" +" file to be loaded whose name is formed by merging \"modules:\" and\n" +" the concatenation of module-name with the suffix \"-LIBRARY\". Note\n" +" that both the module-name and the suffix are each, separately,\n" +" converted from :case :common to :case :local. This merged name will\n" +" be probed with both a .lisp and .fasl extensions, calling LOAD if it\n" +" exists.\n" "\n" -" Note that in all cases covered above, user code is responsible for\n" -" calling PROVIDE to indicate a successful load of the module.\n" +" Note that in all cases covered above, user code is responsible for\n" +" calling PROVIDE to indicate a successful load of the module.\n" "\n" -" While loading any files, *load-verbose* is bound to *require-verbose*\n" -" which defaults to t." +" While loading any files, *load-verbose* is bound to *require-verbose*\n" +" which defaults to t." msgstr "" #: src/code/module.lisp @@ -9956,10 +10081,10 @@ msgstr "" #: src/code/module.lisp msgid "" "Derive a default pathname to try to load for an undefined module\n" -"named module-name. The default pathname is constructed from the\n" -"module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" -"with \"modules:\". Note that both the module-name and the suffix are\n" -"each, separately, converted from :case :common to :case :local." +" named module-name. The default pathname is constructed from the\n" +" module-name by appending the suffix \"-LIBRARY\" to it, and merging\n" +" with \"modules:\". Note that both the module-name and the suffix\n" +" are each, separately, converted from :case :common to :case :local." msgstr "" #: src/code/eval.lisp