CMUCL commit: intl-branch src/i18n/locale (cmucl.pot ko/LC_MESSAGES/cmucl.po)

Raymond Toy rtoy at common-lisp.net
Fri Feb 12 17:43:08 CET 2010


    Date: Friday, February 12, 2010 @ 11:43:08
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/i18n/locale
     Tag: intl-branch

Modified: cmucl.pot ko/LC_MESSAGES/cmucl.po

Regenerated.


-------------------------+
 cmucl.pot               |   90 ++++++++++++++++++++++++++++++++++++++++++++++
 ko/LC_MESSAGES/cmucl.po |   90 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 180 insertions(+)


Index: src/i18n/locale/cmucl.pot
diff -u src/i18n/locale/cmucl.pot:1.1.2.27 src/i18n/locale/cmucl.pot:1.1.2.28
--- src/i18n/locale/cmucl.pot:1.1.2.27	Fri Feb 12 00:52:24 2010
+++ src/i18n/locale/cmucl.pot	Fri Feb 12 11:43:08 2010
@@ -2327,6 +2327,96 @@
 
 #: target:code/array.lisp
 msgid ""
+"Perform a bit-wise LOGAND on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGIOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGXOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGEQV on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGNAND on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGNOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGANDC1 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGANDC2 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGORC1 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGORC2 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
 "Performs a bit-wise logical NOT on the elements of BIT-ARRAY,\n"
 "  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
 "  BIT-ARRAY is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array is\n"
Index: src/i18n/locale/ko/LC_MESSAGES/cmucl.po
diff -u src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.27 src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.28
--- src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.27	Fri Feb 12 00:52:25 2010
+++ src/i18n/locale/ko/LC_MESSAGES/cmucl.po	Fri Feb 12 11:43:08 2010
@@ -2375,6 +2375,96 @@
 
 #: target:code/array.lisp
 msgid ""
+"Perform a bit-wise LOGAND on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGIOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGXOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGEQV on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGNAND on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGNOR on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGANDC1 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGANDC2 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGORC1 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Perform a bit-wise LOGORC2 on the elements of BIT-ARRAY-1 and BIT-ARRAY-2,\n"
+"  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
+"  BIT-ARRAY-1 is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array "
+"is\n"
+"  created.  All the arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
 "Performs a bit-wise logical NOT on the elements of BIT-ARRAY,\n"
 "  putting the results in RESULT-BIT-ARRAY.  If RESULT-BIT-ARRAY is T,\n"
 "  BIT-ARRAY is used.  If RESULT-BIT-ARRAY is NIL or omitted, a new array is\n"



More information about the cmucl-commit mailing list