diff options
Diffstat (limited to '')
-rw-r--r-- | v2/po/euandre.org.pot | 208 | ||||
-rw-r--r-- | v2/po/pt.po | 198 |
2 files changed, 403 insertions, 3 deletions
diff --git a/v2/po/euandre.org.pot b/v2/po/euandre.org.pot index 6a9d04f..cd5c76e 100644 --- a/v2/po/euandre.org.pot +++ b/v2/po/euandre.org.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2023-04-04 17:03-0300\n" +"POT-Creation-Date: 2023-04-05 15:41-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -37,7 +37,7 @@ msgid "export about_url_name='about.html'" msgstr "" #. type: Content of: <p> -#: src/lib/comment.en.html:2 +#: src/lib/comment.en.html:3 msgid "" "<a href=\"$mailto_uri\">Comment</a> and see <a " "href=\"$discussions_url\">existing discussions</a> | <a " @@ -63,3 +63,207 @@ msgstr "" #: src/lib/update.en.html:2 msgid "$formatted_update" msgstr "" + +#. type: Plain text +#: src/content/en/about.md:1 src/content/en/about.md:5 +#: src/content/en/pastebins/sicp-exercise-3-19.md:1 +#: src/content/en/pastebins/sicp-exercise-3-19.md:7 +#, no-wrap +msgid "---\n" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:4 +msgid "title: About" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:8 +msgid "It's all about me, baby!" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:11 +msgid "``` xablau ```" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:4 +msgid "title: SICP exercise 3.19" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:6 +msgid "date: 2021-09-02" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:10 +msgid "Some content here, before:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:20 +#, no-wrap +msgid "" +"```scheme\n" +"(define (cycle? l)\n" +" (define (rec l x)\n" +" (cond\n" +" ((null? x) false)\n" +" ((eq? l x) true)\n" +" (true (rec l (cdr x)))))\n" +" (rec l (cdr l)))\n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:22 +msgid "Sample interactive session:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:39 +#, no-wrap +msgid "" +"```scheme\n" +"scheme@(guile-user)> (define true #t)\n" +"scheme@(guile-user)> (define false #f)\n" +"scheme@(guile-user)>\n" +"(define (cycle? l)\n" +" (define (rec l x)\n" +" (cond\n" +" ((null? x) false)\n" +" ((eq? l x) true)\n" +" (true (rec l (cdr x)))))\n" +" (rec l (cdr l)))\n" +"scheme@(guile-user)> (cycle? '(1 2 3))\n" +"$9 = #f\n" +"scheme@(guile-user)> (cycle? (make-cycle '(1 2 3)))\n" +"$10 = #t\n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:41 +msgid "# An h1" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:43 +msgid "a list:" +msgstr "" + +#. type: Bullet: '1. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#, markdown-text +msgid "one" +msgstr "" + +#. type: Bullet: '2. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#, markdown-text +msgid "two" +msgstr "" + +#. type: Bullet: '3. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +#, markdown-text +msgid "three" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:49 +msgid "some content." +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#, markdown-text +msgid "item" +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#, markdown-text +msgid "another" +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +#, markdown-text +msgid "yet another" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:55 +msgid "## An h2" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:57 +msgid "Xablau:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:60 +msgid "``` xupliu 1" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:63 +msgid "3 4" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:70 +msgid "dez ```" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:72 +msgid "Foi `wikiwiu`." +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:74 +msgid "a very long code block:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:80 +#, no-wrap +msgid "" +"```\n" +"wef\n" +"wef wef wef wef\n" +"wef wef wef wef we " +"fwef wef wef wef wef \n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:82 +msgid "Someone said:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:84 +msgid "> Xablau, xupliu." +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:87 +msgid "### A repeated header ### A repeated header" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:89 +msgid "a big list:" +msgstr "" + +#. type: Bullet: '1. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:107 +#, markdown-text +msgid "a" +msgstr "" diff --git a/v2/po/pt.po b/v2/po/pt.po index a01f659..3aceac9 100644 --- a/v2/po/pt.po +++ b/v2/po/pt.po @@ -19,7 +19,7 @@ msgid "export about_url_name='about.html'" msgstr "" #. type: Content of: <p> -#: src/lib/comment.en.html:2 +#: src/lib/comment.en.html:3 msgid "" "<a href=\"$mailto_uri\">Comment</a> and see <a href=\"$discussions_url" "\">existing discussions</a> | <a href=\"$sourcecode_url\">view source</a>" @@ -44,3 +44,199 @@ msgstr "" #: src/lib/update.en.html:2 msgid "$formatted_update" msgstr "" + +#. type: Plain text +#: src/content/en/about.md:1 src/content/en/about.md:5 +#: src/content/en/pastebins/sicp-exercise-3-19.md:1 +#: src/content/en/pastebins/sicp-exercise-3-19.md:7 +#, no-wrap +msgid "---\n" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:4 +msgid "title: About" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:8 +msgid "It's all about me, baby!" +msgstr "" + +#. type: Plain text +#: src/content/en/about.md:11 +msgid "``` xablau ```" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:4 +msgid "title: SICP exercise 3.19" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:6 +msgid "date: 2021-09-02" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:10 +msgid "Some content here, before:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:20 +#, no-wrap +msgid "" +"```scheme\n" +"(define (cycle? l)\n" +" (define (rec l x)\n" +" (cond\n" +" ((null? x) false)\n" +" ((eq? l x) true)\n" +" (true (rec l (cdr x)))))\n" +" (rec l (cdr l)))\n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:22 +msgid "Sample interactive session:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:39 +#, no-wrap +msgid "" +"```scheme\n" +"scheme@(guile-user)> (define true #t)\n" +"scheme@(guile-user)> (define false #f)\n" +"scheme@(guile-user)>\n" +"(define (cycle? l)\n" +" (define (rec l x)\n" +" (cond\n" +" ((null? x) false)\n" +" ((eq? l x) true)\n" +" (true (rec l (cdr x)))))\n" +" (rec l (cdr l)))\n" +"scheme@(guile-user)> (cycle? '(1 2 3))\n" +"$9 = #f\n" +"scheme@(guile-user)> (cycle? (make-cycle '(1 2 3)))\n" +"$10 = #t\n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:41 +msgid "# An h1" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:43 +msgid "a list:" +msgstr "" + +#. type: Bullet: '1. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +msgid "one" +msgstr "" + +#. type: Bullet: '2. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +msgid "two" +msgstr "" + +#. type: Bullet: '3. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:47 +msgid "three" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:49 +msgid "some content." +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +msgid "item" +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +msgid "another" +msgstr "" + +#. type: Bullet: '- ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:53 +msgid "yet another" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:55 +msgid "## An h2" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:57 +msgid "Xablau:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:60 +msgid "``` xupliu 1" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:63 +msgid "3 4" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:70 +msgid "dez ```" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:72 +msgid "Foi `wikiwiu`." +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:74 +msgid "a very long code block:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:80 +#, no-wrap +msgid "" +"```\n" +"wef\n" +"wef wef wef wef\n" +"wef wef wef wef we fwef wef wef wef wef \n" +"```\n" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:82 +msgid "Someone said:" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:84 +msgid "> Xablau, xupliu." +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:87 +msgid "### A repeated header ### A repeated header" +msgstr "" + +#. type: Plain text +#: src/content/en/pastebins/sicp-exercise-3-19.md:89 +msgid "a big list:" +msgstr "" + +#. type: Bullet: '1. ' +#: src/content/en/pastebins/sicp-exercise-3-19.md:107 +msgid "a" +msgstr "" |