From d36c032a5440e1f2a5e2bbda37962a2a96c6aaac Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Mon, 24 Nov 2014 11:45:00 -0800 Subject: [PATCH] Regenerate. --- .../locale/en@piglatin/LC_MESSAGES/cmucl.po | 59 +++++++++++++++++++ src/i18n/locale/ko/LC_MESSAGES/cmucl.po | 31 ++++++++++ 2 files changed, 90 insertions(+) diff --git a/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po b/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po index df7d5b189..6eb940470 100644 --- a/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po +++ b/src/i18n/locale/en@piglatin/LC_MESSAGES/cmucl.po @@ -5176,6 +5176,29 @@ msgstr "" "ethay ighhay orway owlay\n" " urrogatesay aluevay, espectivelyray." +#: src/code/string.lisp +#, fuzzy +msgid "" +"WITH-STRING-CODEPOINT-ITERATOR ((next string) &body body)\n" +" provides a method of looping through a string from the beginning to\n" +" the end of the string prodcucing successive codepoints from the\n" +" string. NEXT is bound to a generator macro that, within the scope\n" +" of the invocation, returns one or two values. The first value tells\n" +" whether any objects remain in the string. When the first value is\n" +" non-NIL, the second value is the codepoint of the next object." +msgstr "" +"WITH-HASH-TABLE-ITERATOR ((unctionfay ashhay-abletay) &odybay odybay)\n" +" ovidespray away ethodmay ofway anuallymay oopinglay overway ethay " +"elementsway ofway away ashhay-abletay.\n" +" FUNCTION isway oundbay otay away eneratorgay-acromay atthay, ithinway " +"ethay opescay ofway ethay\n" +" invocationway, eturnsray oneway orway reethay aluesvay. Ethay irstfay " +"aluevay ellstay etherwhay\n" +" anyway objectsway emainray inway ethay ashhay abletay. Enwhay ethay " +"irstfay aluevay isway onnay-NIL, \n" +" ethay econdsay andway irdthay aluesvay areway ethay eykay andway ethay " +"aluevay ofway ethay extnay objectway." + #: src/code/string.lisp msgid "" "Return the high and low surrogate characters for Codepoint. If\n" @@ -5619,6 +5642,30 @@ msgstr "" "amesay asway GLYPH,\n" " exceptway atthay ethay ingstray ustmay ebay away implesay-ingstray" +#: src/code/string.lisp +#, fuzzy +msgid "" +"WITH-STRING-GLYPH-ITERATOR ((next string) &body body)\n" +" provides a method of looping through a string from the beginning to\n" +" the end of the string prodcucing successive glyphs from the string.\n" +" NEXT is bound to a generator macro that, within the scope of the\n" +" invocation, returns one or three values. The first value tells\n" +" whether any objects remain in the string. When the first value is\n" +" non-NIL, the second value is the index into the string of the glyph\n" +" and the third value is index of the next glyph." +msgstr "" +"WITH-HASH-TABLE-ITERATOR ((unctionfay ashhay-abletay) &odybay odybay)\n" +" ovidespray away ethodmay ofway anuallymay oopinglay overway ethay " +"elementsway ofway away ashhay-abletay.\n" +" FUNCTION isway oundbay otay away eneratorgay-acromay atthay, ithinway " +"ethay opescay ofway ethay\n" +" invocationway, eturnsray oneway orway reethay aluesvay. Ethay irstfay " +"aluevay ellstay etherwhay\n" +" anyway objectsway emainray inway ethay ashhay abletay. Enwhay ethay " +"irstfay aluevay isway onnay-NIL, \n" +" ethay econdsay andway irdthay aluesvay areway ethay eykay andway ethay " +"aluevay ofway ethay extnay objectway." + #: src/code/string.lisp msgid "" "Convert String to Unicode Normalization Form D (NFD) using the\n" @@ -19092,6 +19139,18 @@ msgid "Destructuring is not valid for package symbol iteration." msgstr "" "Estructuringday isway otnay alidvay orfay ackagepay ymbolsay iterationway." +#: src/code/loop.lisp +#, fuzzy +msgid "Destructuring is not valid for string codepoint iteration." +msgstr "" +"Estructuringday isway otnay alidvay orfay ackagepay ymbolsay iterationway." + +#: src/code/loop.lisp +#, fuzzy +msgid "Destructuring is not valid for string glyph iteration." +msgstr "" +"Estructuringday isway otnay alidvay orfay ackagepay ymbolsay iterationway." + #: src/code/stream-vector-io.lisp msgid "endian-swap ~a is illegal for element-type of vector ~a" msgstr "" diff --git a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po index b73bf6a1d..a8c6a23c9 100644 --- a/src/i18n/locale/ko/LC_MESSAGES/cmucl.po +++ b/src/i18n/locale/ko/LC_MESSAGES/cmucl.po @@ -3702,6 +3702,17 @@ msgid "" " surrogate value, respectively." msgstr "" +#: src/code/string.lisp +msgid "" +"WITH-STRING-CODEPOINT-ITERATOR ((next string) &body body)\n" +" provides a method of looping through a string from the beginning to\n" +" the end of the string prodcucing successive codepoints from the\n" +" string. NEXT is bound to a generator macro that, within the scope\n" +" of the invocation, returns one or two values. The first value tells\n" +" whether any objects remain in the string. When the first value is\n" +" non-NIL, the second value is the codepoint of the next object." +msgstr "" + #: src/code/string.lisp msgid "" "Return the high and low surrogate characters for Codepoint. If\n" @@ -3960,6 +3971,18 @@ msgid "" " except that the string must be a simple-string" msgstr "" +#: src/code/string.lisp +msgid "" +"WITH-STRING-GLYPH-ITERATOR ((next string) &body body)\n" +" provides a method of looping through a string from the beginning to\n" +" the end of the string prodcucing successive glyphs from the string.\n" +" NEXT is bound to a generator macro that, within the scope of the\n" +" invocation, returns one or three values. The first value tells\n" +" whether any objects remain in the string. When the first value is\n" +" non-NIL, the second value is the index into the string of the glyph\n" +" and the third value is index of the next glyph." +msgstr "" + #: src/code/string.lisp msgid "" "Convert String to Unicode Normalization Form D (NFD) using the\n" @@ -13414,6 +13437,14 @@ msgstr "" msgid "Destructuring is not valid for package symbol iteration." msgstr "" +#: src/code/loop.lisp +msgid "Destructuring is not valid for string codepoint iteration." +msgstr "" + +#: src/code/loop.lisp +msgid "Destructuring is not valid for string glyph iteration." +msgstr "" + #: src/code/stream-vector-io.lisp msgid "endian-swap ~a is illegal for element-type of vector ~a" msgstr "" -- GitLab