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

Raymond Toy rtoy at common-lisp.net
Mon Feb 8 21:55:00 CET 2010


    Date: Monday, February 8, 2010 @ 15:55:00
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/i18n/locale/ko/LC_MESSAGES
     Tag: intl-branch

   Added: cmucl.po

Initial CMUCL message translation.  Most messages not translated.


----------+
 cmucl.po |  742 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 742 insertions(+)


Index: src/i18n/locale/ko/LC_MESSAGES/cmucl.po
diff -u /dev/null src/i18n/locale/ko/LC_MESSAGES/cmucl.po:1.1.2.1
--- /dev/null	Mon Feb  8 15:55:00 2010
+++ src/i18n/locale/ko/LC_MESSAGES/cmucl.po	Mon Feb  8 15:54:59 2010
@@ -0,0 +1,742 @@
+# @ cmucl
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) 2010
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: CMUCL 20b\n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: target:code/intl.lisp
+msgid ""
+"The message-lookup domain used by INTL:GETTEXT and INTL:NGETTEXT.\n"
+"  Use (INTL:TEXTDOMAIN \"whatever\") in each source file to set this."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Encountered illegal token: ="
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Encountered illegal token: ~C"
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Expected : in ?: construct"
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Expected close-paren."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Unexpected token: ~S."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Expecting end of expression.  ~S."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Bad magic number in \"~A.mo\"."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid ""
+"Look up STRING in the current message domain and return its translation."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "Look up the singular or plural form of a message in the current domain."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid ""
+"Look up STRING in the specified message domain and return its translation."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid ""
+"Look up the singular or plural form of a message in the specified domain."
+msgstr ""
+
+#: target:code/intl.lisp
+msgid "_@ is a reserved reader macro prefix."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "The exclusive upper bound on the rank of an array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "The exclusive upper bound any given dimension of an array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "The exclusive upper bound on the total number of elements in an array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Start ~D is greater than end ~D."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "End ~D is greater than total size ~D."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"List of weak-pointers to static vectors.  Needed for GCing static vectors"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Cannot make a static array of element type ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Failed to allocate space for static array of length ~S of type ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Creates an array of the specified Dimensions and properties.  See the\n"
+"  manual for details.\n"
+"\n"
+"  :Element-type\n"
+"      The type of objects that the array can hold \n"
+"  :Initial-element\n"
+"      Each element of the array is initialized to this value, if supplied.\n"
+"      If not supplied, 0 of the appropriate type is used.\n"
+"  :Initial-contents\n"
+"      The contents of the array are initialized to this.\n"
+"  :Adjustable\n"
+"      If non-Nil, make an expressly adjustable array.\n"
+"  :Fill-pointer\n"
+"      For one-dimensional array, set the fill-pointer to the given value.\n"
+"      If T, use the actual length of the array.\n"
+"  :Displaced-to\n"
+"      Create an array that is displaced to the target array specified\n"
+"      by :displaced-to.\n"
+"  :Displaced-index-offset\n"
+"      Index offset to the displaced array.  That is, index 0 of this array "
+"is\n"
+"      actually index displaced-index-offset of the target displaced array. \n"
+"  :Allocation\n"
+"      How to allocate the array.  If :MALLOC, a static, nonmovable array is\n"
+"      created.  This array is created by calling malloc."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Can't specify :displaced-index-offset without :displaced-to"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Cannot make an adjustable static array"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Cannot make a displaced array static"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Cannot specify both :initial-element and ~\n"
+"\t\t:initial-contents"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"~D elements in the initial-contents, but the ~\n"
+"\t\tvector length is ~D."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Only vectors can have fill pointers."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Invalid fill-pointer ~D"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Neither :initial-element nor :initial-contents ~\n"
+"\t\t   can be specified along with :displaced-to"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"One can't displace an array of type ~S into ~\n"
+"                           another of type ~S."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "~S doesn't have enough elements."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "~&Freeing foreign vector at #x~X~%"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Finalizing static vectors ~S~%"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "static vector ~A.  header = ~X~%"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "  static vector ~A in use~%"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "  Free static vector ~A~%"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Cannot supply both :initial-contents and :initial-element to\n"
+"            either make-array or adjust-array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "~S cannot be used to initialize an array of type ~S."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Malformed :initial-contents.  ~S is not a ~\n"
+"\t\t\t        sequence, but ~D more layer~:P needed."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Malformed :initial-contents.  Dimension of ~\n"
+"\t\t\t        axis ~D is ~D, but ~S is ~D long."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Constructs a simple-vector from the given objects."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Wrong number of subscripts, ~D, for array of rank ~D"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Invalid index ~D~[~;~:; on axis ~:*~D~] in ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Invalid index ~D in ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns T if the Subscipts are in bounds for the Array, Nil otherwise."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the element of the Array specified by the Subscripts."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Returns the element of array corressponding to the row-major index.  This "
+"is\n"
+"   SETF'able."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the Index'th element of the given Simple-Vector."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the bit from the Bit-Array at the specified Subscripts."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the bit from the Simple-Bit-Array at the specified Subscripts."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the type of the elements of the array"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the number of dimensions of the Array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns length of dimension Axis-Number of the Array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Vector axis is not zero: ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "~D is too big; ~S only has ~D dimension~:P"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns a list whose elements are the dimensions of the array"
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the total number of elements in the Array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Returns values of :displaced-to and :displaced-index-offset options to\n"
+"   make-array, or the defaults nil and 0 if not a displaced array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Returns T if (adjust-array array...) would return an array identical\n"
+"   to the argument, this happens for complex arrays."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns T if the given Array has a fill pointer, or Nil otherwise."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Returns the Fill-Pointer of the given Vector."
+msgstr ""
+
+#: target:pcl/simple-streams/string.lisp target:compiler/tn.lisp
+#: target:compiler/main.lisp target:code/describe.lisp
+#: target:code/debug-int.lisp target:code/debug-info.lisp
+#: target:code/foreign-linkage.lisp target:code/reader.lisp
+#: target:code/stream.lisp target:code/hash-new.lisp target:code/array.lisp
+msgid "~S is not an array with a fill-pointer."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "New fill pointer, ~S, is larger than the length of the vector."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Attempts to set the element of Array designated by the fill pointer\n"
+"   to New-El and increment fill pointer by one.  If the fill pointer is\n"
+"   too large, Nil is returned, otherwise the index of the pushed element "
+"is \n"
+"   returned."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Like Vector-Push except that if the fill pointer gets too large, the\n"
+"   Array is extended rather than Nil being returned."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Attempts to decrease the fill-pointer by 1 and return the element\n"
+"   pointer to by the new fill pointer.  If the original value of the fill\n"
+"   pointer is 0, an error occurs."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Nothing left to pop."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Adjusts the Array's dimensions to the given Dimensions and stuff."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Number of dimensions not equal to rank of array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "New element type, ~S, is incompatible with old."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Static arrays are not adjustable."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Multidimensional arrays can't have fill pointers."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Initial contents may not be specified with ~\n"
+"\t\t the :initial-element or :displaced-to option."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"The :initial-element option may not be specified ~\n"
+"\t       with :displaced-to."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"One can't displace an array of type ~S into another of ~\n"
+"\t               type ~S."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "The :displaced-to array is too small."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Cannot adjust-array an array (~S) to a size (~S) that is ~\n"
+"\t            smaller than it's fill pointer (~S)."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Cannot supply a non-NIL value (~S) for :fill-pointer ~\n"
+"\t   in adjust-array unless the array (~S) was originally ~\n"
+" \t   created with a fill pointer."
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Cannot supply a value for :fill-pointer (~S) that is larger ~\n"
+"\t     than the new length of the vector (~S)."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Bogus value for :fill-pointer in adjust-array: ~S"
+msgstr ""
+
+#: target:code/array.lisp
+msgid ""
+"Destructively alters the Vector, changing its length to New-Size, which\n"
+"   must be less than or equal to its current size."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "Fills in array header with provided information.  Returns array."
+msgstr ""
+
+#: target:code/array.lisp
+msgid "~S and ~S do not have the same dimensions."
+msgstr "~S 와 ~S 는 그 요소의 수가 다르다."
+
+#: 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"
+"  created.  Both arrays must have the same rank and dimensions."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Depth of recursive descriptions allowed."
+msgstr "허용되는 재귀적인 묘사의 깊이."
+
+#: target:code/describe.lisp
+msgid ""
+"If non-nil, descriptions may provide interpretations of information and\n"
+"  pointers to additional information.  Normally nil."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid ""
+"*print-level* gets bound to this inside describe.  If null, use\n"
+"  *print-level*"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid ""
+"*print-length* gets bound to this inside describe.  If null, use\n"
+"  *print-length*."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Number of spaces that sets off each line of a recursive description."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Used to tell whether we are doing a recursive describe."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Used to implement recursive description cutoff.  Don't touch."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "An output stream used by Describe for indenting and stuff."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid ""
+"List of all objects describe within the current top-level call to describe."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "The last object passed to describe."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Prints a description of the object X."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "*describe-level* should be a nonnegative integer - ~A."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~S is a ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its code is #x~4,'0x."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its name is ~A."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a ~:[high (leading)~;low (trailing)~] surrogate character."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~S is a ~(~A~) of type ~A."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~S is a ~:[~;displaced ~]vector of length ~D."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It has a fill pointer, currently ~d"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It has no fill pointer."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~S is ~:[an~;a displaced~] array of rank ~A"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~%Its dimensions are ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its element type is specialized to ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is adjustable."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is static."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a prime number."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a composite number."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its components are ~S and ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~S is an ~A hash table."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its size is ~D buckets."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its rehash-size is ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its rehash-threshold is ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It currently holds ~d entries."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is weak ~A table."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~d symbols total: ~d internal and ~d external."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~@(~A documentation:~)~&  ~A"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its ~(~A~) argument types are:~%  ~S"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its result type is:~%  ~S"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid ""
+"~&It is currently declared ~(~A~);~\n"
+"\t\t ~:[no~;~] expansion is available."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~@(~@[~A ~]arguments:~%~)"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "  There are no arguments."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its closure environment is:"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its definition is:~%  ~S"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&On ~A it was compiled from:"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~A~%  Created: "
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&  Comment: ~A"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "  There is no argument information available."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Macro-function: ~S"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Function: ~S"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~S is a function."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is an unknown type of function."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~A is an ~A symbol in the ~A package."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~A is an uninterned symbol."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&~@<It is an alien at #x~8,'0X of type ~3I~:_~S.~:>~%"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~@<Its current value is ~3I~:_~S.~:>"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a ~A with expansion: ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a ~A; its value is ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is a ~A; no current value."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its declared type is ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "special variable"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "constant"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "undefined variable"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "symbol macro"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Special form"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Structure"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Type"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "Setf macro"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Documentation on the ~(~A~):~%~A"
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It names a class ~A."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It names a PCL class ~A."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It names a type specifier."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&Its ~S property is ~S."
+msgstr ""
+
+#: target:code/describe.lisp
+msgid "~&It is defined in:~&~A"
+msgstr ""



More information about the cmucl-commit mailing list