Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po
    ... ... @@ -9639,6 +9639,7 @@ msgstr ""
    9639 9639
     "ithway ethay -editway witchsay."
    
    9640 9640
     
    
    9641 9641
     #: src/code/save.lisp
    
    9642
     #, fuzzy
    
    9642 9643
     msgid ""
    
    9643 9644
     "Saves a CMU Common Lisp core image in the file of the specified name.  The\n"
    
    9644 9645
     "  following keywords are defined:\n"
    
    ... ... @@ -9680,8 +9681,10 @@ msgid ""
    9680 9681
     "\n"
    
    9681 9682
     "  :process-command-line\n"
    
    9682 9683
     "      If true (the default), process command-line switches via the normal\n"
    
    9683
     "  mechanisms, otherwise ignore all switches (except those processed by the\n"
    
    9684
     "  C startup code).\n"
    
    9684
     "  mechanisms, otherwise ignore all switches (except those processed by\n"
    
    9685
     "  the C startup code).  In either case, the command line switches are\n"
    
    9686
     "  saved in *COMMAND-LINE-STRINGS* and\n"
    
    9687
     "  *COMMAND-LINE-APPLICATION-ARGUMENTS*.\n"
    
    9685 9688
     "\n"
    
    9686 9689
     "  :executable\n"
    
    9687 9690
     "      If nil (the default), save-lisp will save using the traditional\n"
    
    ... ... @@ -9692,7 +9695,14 @@ msgid ""
    9692 9695
     "  :batch-mode\n"
    
    9693 9696
     "      If nil (the default), then the presence of the -batch command-line\n"
    
    9694 9697
     "  switch will invoke batch-mode processing.  If true, the produced core\n"
    
    9695
     "  will always be in batch-mode, regardless of any command-line switches."
    
    9698
     "  will always be in batch-mode, regardless of any command-line switches.\n"
    
    9699
     "\n"
    
    9700
     "  :quiet\n"
    
    9701
     "     If non-NIL, loading, compiling, and GC messages are suppressed.\n"
    
    9702
     "     This is equivalent to setting *load-verbose*, *compile-verbose*,\n"
    
    9703
     "     *compile-print*, *compile-progress*, *require-verbose*, and\n"
    
    9704
     "     *gc-verbose* all to NIL.  If NIL (the default), the default\n"
    
    9705
     "     values of these variables are used."
    
    9696 9706
     msgstr ""
    
    9697 9707
     "Avessay away CMU Ommoncay Isplay orecay imageway inway ethay ilefay ofway "
    
    9698 9708
     "ethay ecifiedspay amenay.  Ethay\n"
    

  • src/i18n/locale/ko/LC_MESSAGES/cmucl.po
    ... ... @@ -6732,8 +6732,10 @@ msgid ""
    6732 6732
     "\n"
    
    6733 6733
     "  :process-command-line\n"
    
    6734 6734
     "      If true (the default), process command-line switches via the normal\n"
    
    6735
     "  mechanisms, otherwise ignore all switches (except those processed by the\n"
    
    6736
     "  C startup code).\n"
    
    6735
     "  mechanisms, otherwise ignore all switches (except those processed by\n"
    
    6736
     "  the C startup code).  In either case, the command line switches are\n"
    
    6737
     "  saved in *COMMAND-LINE-STRINGS* and\n"
    
    6738
     "  *COMMAND-LINE-APPLICATION-ARGUMENTS*.\n"
    
    6737 6739
     "\n"
    
    6738 6740
     "  :executable\n"
    
    6739 6741
     "      If nil (the default), save-lisp will save using the traditional\n"
    
    ... ... @@ -6744,7 +6746,14 @@ msgid ""
    6744 6746
     "  :batch-mode\n"
    
    6745 6747
     "      If nil (the default), then the presence of the -batch command-line\n"
    
    6746 6748
     "  switch will invoke batch-mode processing.  If true, the produced core\n"
    
    6747
     "  will always be in batch-mode, regardless of any command-line switches."
    
    6749
     "  will always be in batch-mode, regardless of any command-line switches.\n"
    
    6750
     "\n"
    
    6751
     "  :quiet\n"
    
    6752
     "     If non-NIL, loading, compiling, and GC messages are suppressed.\n"
    
    6753
     "     This is equivalent to setting *load-verbose*, *compile-verbose*,\n"
    
    6754
     "     *compile-print*, *compile-progress*, *require-verbose*, and\n"
    
    6755
     "     *gc-verbose* all to NIL.  If NIL (the default), the default\n"
    
    6756
     "     values of these variables are used."
    
    6748 6757
     msgstr ""
    
    6749 6758
     
    
    6750 6759
     #: src/code/save.lisp