Commit 63264651 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update translations.

parent fe6317dd
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -9639,6 +9639,7 @@ msgstr ""
"ithway ethay -editway witchsay."
#: src/code/save.lisp
#, fuzzy
msgid ""
"Saves a CMU Common Lisp core image in the file of the specified name.  The\n"
"  following keywords are defined:\n"
@@ -9680,8 +9681,10 @@ msgid ""
"\n"
"  :process-command-line\n"
"      If true (the default), process command-line switches via the normal\n"
"  mechanisms, otherwise ignore all switches (except those processed by the\n"
"  C startup code).\n"
"  mechanisms, otherwise ignore all switches (except those processed by\n"
"  the C startup code).  In either case, the command line switches are\n"
"  saved in *COMMAND-LINE-STRINGS* and\n"
"  *COMMAND-LINE-APPLICATION-ARGUMENTS*.\n"
"\n"
"  :executable\n"
"      If nil (the default), save-lisp will save using the traditional\n"
@@ -9692,7 +9695,14 @@ msgid ""
"  :batch-mode\n"
"      If nil (the default), then the presence of the -batch command-line\n"
"  switch will invoke batch-mode processing.  If true, the produced core\n"
"  will always be in batch-mode, regardless of any command-line switches."
"  will always be in batch-mode, regardless of any command-line switches.\n"
"\n"
"  :quiet\n"
"     If non-NIL, loading, compiling, and GC messages are suppressed.\n"
"     This is equivalent to setting *load-verbose*, *compile-verbose*,\n"
"     *compile-print*, *compile-progress*, *require-verbose*, and\n"
"     *gc-verbose* all to NIL.  If NIL (the default), the default\n"
"     values of these variables are used."
msgstr ""
"Avessay away CMU Ommoncay Isplay orecay imageway inway ethay ilefay ofway "
"ethay ecifiedspay amenay.  Ethay\n"
+12 −3
Original line number Diff line number Diff line
@@ -6732,8 +6732,10 @@ msgid ""
"\n"
"  :process-command-line\n"
"      If true (the default), process command-line switches via the normal\n"
"  mechanisms, otherwise ignore all switches (except those processed by the\n"
"  C startup code).\n"
"  mechanisms, otherwise ignore all switches (except those processed by\n"
"  the C startup code).  In either case, the command line switches are\n"
"  saved in *COMMAND-LINE-STRINGS* and\n"
"  *COMMAND-LINE-APPLICATION-ARGUMENTS*.\n"
"\n"
"  :executable\n"
"      If nil (the default), save-lisp will save using the traditional\n"
@@ -6744,7 +6746,14 @@ msgid ""
"  :batch-mode\n"
"      If nil (the default), then the presence of the -batch command-line\n"
"  switch will invoke batch-mode processing.  If true, the produced core\n"
"  will always be in batch-mode, regardless of any command-line switches."
"  will always be in batch-mode, regardless of any command-line switches.\n"
"\n"
"  :quiet\n"
"     If non-NIL, loading, compiling, and GC messages are suppressed.\n"
"     This is equivalent to setting *load-verbose*, *compile-verbose*,\n"
"     *compile-print*, *compile-progress*, *require-verbose*, and\n"
"     *gc-verbose* all to NIL.  If NIL (the default), the default\n"
"     values of these variables are used."
msgstr ""
#: src/code/save.lisp