Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
- 
7f3040a7
by Raymond Toy at 2017-09-16T16:36:54-07:00
 
3 changed files:
- src/i18n/locale/cmucl.pot
 - src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po
 - src/i18n/locale/ko/LC_MESSAGES/cmucl.po
 
Changes:
| ... | ... | @@ -13069,21 +13069,64 @@ msgid "\"~A\" is not a recognized time/date format." | 
| 13069 | 13069 | 
 msgstr ""
 | 
| 13070 | 13070 | 
 | 
| 13071 | 13071 | 
 #: src/code/run-program.lisp
 | 
| 13072 | 
-msgid "Return any available status information on child processed. "
 | 
|
| 13072 | 
+msgid "List of process structures for all active processes."
 | 
|
| 13073 | 13073 | 
 msgstr ""
 | 
| 13074 | 13074 | 
 | 
| 13075 | 13075 | 
 #: src/code/run-program.lisp
 | 
| 13076 | 
-msgid "List of process structures for all active processes."
 | 
|
| 13076 | 
+msgid ""
 | 
|
| 13077 | 
+"Return the current status of process.  The result is one of\n"
 | 
|
| 13078 | 
+"  :running,:stopped, :continued, :exited, :signaled."
 | 
|
| 13079 | 
+msgstr ""
 | 
|
| 13080 | 
+  | 
|
| 13081 | 
+#: src/code/run-program.lisp
 | 
|
| 13082 | 
+msgid "Wait for PROC to quit running for some reason.  Returns PROC."
 | 
|
| 13083 | 
+msgstr ""
 | 
|
| 13084 | 
+  | 
|
| 13085 | 
+#: src/code/run-program.lisp
 | 
|
| 13086 | 
+msgid "PID of child process."
 | 
|
| 13077 | 13087 | 
 msgstr ""
 | 
| 13078 | 13088 | 
 | 
| 13079 | 13089 | 
 #: src/code/run-program.lisp
 | 
| 13080 | 13090 | 
 msgid ""
 | 
| 13081 | 
-"Return the current status of process.  The result is one of :running,\n"
 | 
|
| 13082 | 
-"   :stopped, :exited, :signaled."
 | 
|
| 13091 | 
+"Exit code for the process if it is :exited; the termination signal\n"
 | 
|
| 13092 | 
+"  if it is :signaled; 0 if it is :stopped.  It is undefined in all\n"
 | 
|
| 13093 | 
+"  other cases."
 | 
|
| 13083 | 13094 | 
 msgstr ""
 | 
| 13084 | 13095 | 
 | 
| 13085 | 13096 | 
 #: src/code/run-program.lisp
 | 
| 13086 | 
-msgid "Wait for PROC to quit running for some reason.  Returns PROC."
 | 
|
| 13097 | 
+msgid "Non-NIL if the process was terminated and a core image was dumped."
 | 
|
| 13098 | 
+msgstr ""
 | 
|
| 13099 | 
+  | 
|
| 13100 | 
+#: src/code/run-program.lisp
 | 
|
| 13101 | 
+msgid ""
 | 
|
| 13102 | 
+"The two-way stream connected to the child's Unix pty connection or NIL."
 | 
|
| 13103 | 
+msgstr ""
 | 
|
| 13104 | 
+  | 
|
| 13105 | 
+#: src/code/run-program.lisp
 | 
|
| 13106 | 
+msgid "Stream to child's input or NIL."
 | 
|
| 13107 | 
+msgstr ""
 | 
|
| 13108 | 
+  | 
|
| 13109 | 
+#: src/code/run-program.lisp
 | 
|
| 13110 | 
+msgid "Stream from child's output or NIL."
 | 
|
| 13111 | 
+msgstr ""
 | 
|
| 13112 | 
+  | 
|
| 13113 | 
+#: src/code/run-program.lisp
 | 
|
| 13114 | 
+msgid "Stream from child's error output or NIL."
 | 
|
| 13115 | 
+msgstr ""
 | 
|
| 13116 | 
+  | 
|
| 13117 | 
+#: src/code/run-program.lisp
 | 
|
| 13118 | 
+msgid ""
 | 
|
| 13119 | 
+"The function to be called whenever process's changes status. This\n"
 | 
|
| 13120 | 
+"  function takes the process as a required argument.  This is\n"
 | 
|
| 13121 | 
+"  setf'able."
 | 
|
| 13122 | 
+msgstr ""
 | 
|
| 13123 | 
+  | 
|
| 13124 | 
+#: src/code/run-program.lisp
 | 
|
| 13125 | 
+msgid ""
 | 
|
| 13126 | 
+"Returns annotations supplibed by users; it is setf'able. This is\n"
 | 
|
| 13127 | 
+"  available for users to associcate information with the process\n"
 | 
|
| 13128 | 
+"  without having to build a-lists or hash tables of process\n"
 | 
|
| 13129 | 
+"  structures."
 | 
|
| 13087 | 13130 | 
 msgstr ""
 | 
| 13088 | 13131 | 
 | 
| 13089 | 13132 | 
 #: src/code/run-program.lisp
 | 
| ... | ... | @@ -18678,20 +18678,15 @@ msgid "\"~A\" is not a recognized time/date format." | 
| 18678 | 18678 | 
 msgstr "\"~Away\" isway otnay away ecognizedray imetay/ateday ormatfay."
 | 
| 18679 | 18679 | 
 | 
| 18680 | 18680 | 
 #: src/code/run-program.lisp
 | 
| 18681 | 
-msgid "Return any available status information on child processed. "
 | 
|
| 18682 | 
-msgstr ""
 | 
|
| 18683 | 
-"Eturnray anyway availableway tatussay informationway onway ildchay "
 | 
|
| 18684 | 
-"ocessedpray. "
 | 
|
| 18685 | 
-  | 
|
| 18686 | 
-#: src/code/run-program.lisp
 | 
|
| 18687 | 18681 | 
 msgid "List of process structures for all active processes."
 | 
| 18688 | 18682 | 
 msgstr ""
 | 
| 18689 | 18683 | 
 "Istlay ofway ocesspray ucturesstray orfay allway activeway ocessespray."
 | 
| 18690 | 18684 | 
 | 
| 18691 | 18685 | 
 #: src/code/run-program.lisp
 | 
| 18686 | 
+#, fuzzy
 | 
|
| 18692 | 18687 | 
 msgid ""
 | 
| 18693 | 
-"Return the current status of process.  The result is one of :running,\n"
 | 
|
| 18694 | 
-"   :stopped, :exited, :signaled."
 | 
|
| 18688 | 
+"Return the current status of process.  The result is one of\n"
 | 
|
| 18689 | 
+"  :running,:stopped, :continued, :exited, :signaled."
 | 
|
| 18695 | 18690 | 
 msgstr ""
 | 
| 18696 | 18691 | 
 "Eturnray ethay urrentcay tatussay ofway ocesspray.  Ethay esultray isway "
 | 
| 18697 | 18692 | 
 "oneway ofway :unningray,\n"
 | 
| ... | ... | @@ -18704,6 +18699,56 @@ msgstr "" | 
| 18704 | 18699 | 
 "PROC."
 | 
| 18705 | 18700 | 
 | 
| 18706 | 18701 | 
 #: src/code/run-program.lisp
 | 
| 18702 | 
+#, fuzzy
 | 
|
| 18703 | 
+msgid "PID of child process."
 | 
|
| 18704 | 
+msgstr "Ouldcay otnay orkfay ildchay ocesspray: ~Away"
 | 
|
| 18705 | 
+  | 
|
| 18706 | 
+#: src/code/run-program.lisp
 | 
|
| 18707 | 
+msgid ""
 | 
|
| 18708 | 
+"Exit code for the process if it is :exited; the termination signal\n"
 | 
|
| 18709 | 
+"  if it is :signaled; 0 if it is :stopped.  It is undefined in all\n"
 | 
|
| 18710 | 
+"  other cases."
 | 
|
| 18711 | 
+msgstr ""
 | 
|
| 18712 | 
+  | 
|
| 18713 | 
+#: src/code/run-program.lisp
 | 
|
| 18714 | 
+msgid "Non-NIL if the process was terminated and a core image was dumped."
 | 
|
| 18715 | 
+msgstr ""
 | 
|
| 18716 | 
+  | 
|
| 18717 | 
+#: src/code/run-program.lisp
 | 
|
| 18718 | 
+#, fuzzy
 | 
|
| 18719 | 
+msgid "The two-way stream connected to the child's Unix pty connection or NIL."
 | 
|
| 18720 | 
+msgstr ""
 | 
|
| 18721 | 
+"Ethay eamstray onnectedcay otay ethay tandardsay inputway (ilefay "
 | 
|
| 18722 | 
+"escriptorday 0)."
 | 
|
| 18723 | 
+  | 
|
| 18724 | 
+#: src/code/run-program.lisp
 | 
|
| 18725 | 
+msgid "Stream to child's input or NIL."
 | 
|
| 18726 | 
+msgstr ""
 | 
|
| 18727 | 
+  | 
|
| 18728 | 
+#: src/code/run-program.lisp
 | 
|
| 18729 | 
+msgid "Stream from child's output or NIL."
 | 
|
| 18730 | 
+msgstr ""
 | 
|
| 18731 | 
+  | 
|
| 18732 | 
+#: src/code/run-program.lisp
 | 
|
| 18733 | 
+msgid "Stream from child's error output or NIL."
 | 
|
| 18734 | 
+msgstr ""
 | 
|
| 18735 | 
+  | 
|
| 18736 | 
+#: src/code/run-program.lisp
 | 
|
| 18737 | 
+msgid ""
 | 
|
| 18738 | 
+"The function to be called whenever process's changes status. This\n"
 | 
|
| 18739 | 
+"  function takes the process as a required argument.  This is\n"
 | 
|
| 18740 | 
+"  setf'able."
 | 
|
| 18741 | 
+msgstr ""
 | 
|
| 18742 | 
+  | 
|
| 18743 | 
+#: src/code/run-program.lisp
 | 
|
| 18744 | 
+msgid ""
 | 
|
| 18745 | 
+"Returns annotations supplibed by users; it is setf'able. This is\n"
 | 
|
| 18746 | 
+"  available for users to associcate information with the process\n"
 | 
|
| 18747 | 
+"  without having to build a-lists or hash tables of process\n"
 | 
|
| 18748 | 
+"  structures."
 | 
|
| 18749 | 
+msgstr ""
 | 
|
| 18750 | 
+  | 
|
| 18751 | 
+#: src/code/run-program.lisp
 | 
|
| 18707 | 18752 | 
 msgid "TIOCPGRP ioctl failed: ~S"
 | 
| 18708 | 18753 | 
 msgstr "TIOCPGRP ioctlway ailedfay: ~S"
 | 
| 18709 | 18754 | 
 | 
| ... | ... | @@ -30938,6 +30983,11 @@ msgstr "" | 
| 30938 | 30983 | 
 "eplacedray ybay ethay\n"
 | 
| 30939 | 30984 | 
 "Unicodeway eplacementray aracterchay."
 | 
| 30940 | 30985 | 
 | 
| 30986 | 
+#~ msgid "Return any available status information on child processed. "
 | 
|
| 30987 | 
+#~ msgstr ""
 | 
|
| 30988 | 
+#~ "Eturnray anyway availableway tatussay informationway onway ildchay "
 | 
|
| 30989 | 
+#~ "ocessedpray. "
 | 
|
| 30990 | 
+  | 
|
| 30941 | 30991 | 
 #~ msgid "Cound not create pipe: ~A"
 | 
| 30942 | 30992 | 
 #~ msgstr "Oundcay otnay eatecray ipepay: ~Away"
 | 
| 30943 | 30993 | 
 | 
| ... | ... | @@ -13096,21 +13096,63 @@ msgid "\"~A\" is not a recognized time/date format." | 
| 13096 | 13096 | 
 msgstr ""
 | 
| 13097 | 13097 | 
 | 
| 13098 | 13098 | 
 #: src/code/run-program.lisp
 | 
| 13099 | 
-msgid "Return any available status information on child processed. "
 | 
|
| 13099 | 
+msgid "List of process structures for all active processes."
 | 
|
| 13100 | 13100 | 
 msgstr ""
 | 
| 13101 | 13101 | 
 | 
| 13102 | 13102 | 
 #: src/code/run-program.lisp
 | 
| 13103 | 
-msgid "List of process structures for all active processes."
 | 
|
| 13103 | 
+msgid ""
 | 
|
| 13104 | 
+"Return the current status of process.  The result is one of\n"
 | 
|
| 13105 | 
+"  :running,:stopped, :continued, :exited, :signaled."
 | 
|
| 13106 | 
+msgstr ""
 | 
|
| 13107 | 
+  | 
|
| 13108 | 
+#: src/code/run-program.lisp
 | 
|
| 13109 | 
+msgid "Wait for PROC to quit running for some reason.  Returns PROC."
 | 
|
| 13110 | 
+msgstr ""
 | 
|
| 13111 | 
+  | 
|
| 13112 | 
+#: src/code/run-program.lisp
 | 
|
| 13113 | 
+msgid "PID of child process."
 | 
|
| 13104 | 13114 | 
 msgstr ""
 | 
| 13105 | 13115 | 
 | 
| 13106 | 13116 | 
 #: src/code/run-program.lisp
 | 
| 13107 | 13117 | 
 msgid ""
 | 
| 13108 | 
-"Return the current status of process.  The result is one of :running,\n"
 | 
|
| 13109 | 
-"   :stopped, :exited, :signaled."
 | 
|
| 13118 | 
+"Exit code for the process if it is :exited; the termination signal\n"
 | 
|
| 13119 | 
+"  if it is :signaled; 0 if it is :stopped.  It is undefined in all\n"
 | 
|
| 13120 | 
+"  other cases."
 | 
|
| 13110 | 13121 | 
 msgstr ""
 | 
| 13111 | 13122 | 
 | 
| 13112 | 13123 | 
 #: src/code/run-program.lisp
 | 
| 13113 | 
-msgid "Wait for PROC to quit running for some reason.  Returns PROC."
 | 
|
| 13124 | 
+msgid "Non-NIL if the process was terminated and a core image was dumped."
 | 
|
| 13125 | 
+msgstr ""
 | 
|
| 13126 | 
+  | 
|
| 13127 | 
+#: src/code/run-program.lisp
 | 
|
| 13128 | 
+msgid "The two-way stream connected to the child's Unix pty connection or NIL."
 | 
|
| 13129 | 
+msgstr ""
 | 
|
| 13130 | 
+  | 
|
| 13131 | 
+#: src/code/run-program.lisp
 | 
|
| 13132 | 
+msgid "Stream to child's input or NIL."
 | 
|
| 13133 | 
+msgstr ""
 | 
|
| 13134 | 
+  | 
|
| 13135 | 
+#: src/code/run-program.lisp
 | 
|
| 13136 | 
+msgid "Stream from child's output or NIL."
 | 
|
| 13137 | 
+msgstr ""
 | 
|
| 13138 | 
+  | 
|
| 13139 | 
+#: src/code/run-program.lisp
 | 
|
| 13140 | 
+msgid "Stream from child's error output or NIL."
 | 
|
| 13141 | 
+msgstr ""
 | 
|
| 13142 | 
+  | 
|
| 13143 | 
+#: src/code/run-program.lisp
 | 
|
| 13144 | 
+msgid ""
 | 
|
| 13145 | 
+"The function to be called whenever process's changes status. This\n"
 | 
|
| 13146 | 
+"  function takes the process as a required argument.  This is\n"
 | 
|
| 13147 | 
+"  setf'able."
 | 
|
| 13148 | 
+msgstr ""
 | 
|
| 13149 | 
+  | 
|
| 13150 | 
+#: src/code/run-program.lisp
 | 
|
| 13151 | 
+msgid ""
 | 
|
| 13152 | 
+"Returns annotations supplibed by users; it is setf'able. This is\n"
 | 
|
| 13153 | 
+"  available for users to associcate information with the process\n"
 | 
|
| 13154 | 
+"  without having to build a-lists or hash tables of process\n"
 | 
|
| 13155 | 
+"  structures."
 | 
|
| 13114 | 13156 | 
 msgstr ""
 | 
| 13115 | 13157 | 
 | 
| 13116 | 13158 | 
 #: src/code/run-program.lisp
 |