diff options
Diffstat (limited to 'documentation/content/en/books/fdp-primer/examples/_index.po')
-rw-r--r-- | documentation/content/en/books/fdp-primer/examples/_index.po | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/documentation/content/en/books/fdp-primer/examples/_index.po b/documentation/content/en/books/fdp-primer/examples/_index.po new file mode 100644 index 0000000000..c1c2222845 --- /dev/null +++ b/documentation/content/en/books/fdp-primer/examples/_index.po @@ -0,0 +1,206 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR The FreeBSD Project +# This file is distributed under the same license as the FreeBSD Documentation package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: FreeBSD Documentation VERSION\n" +"POT-Creation-Date: 2025-05-01 19:56-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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: YAML Front Matter: description +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:1 +#, no-wrap +msgid "Example of an article and a book used in the FreeBSD Documentation Project" +msgstr "" + +#. type: YAML Front Matter: title +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:1 +#, no-wrap +msgid "Appendix A. Examples" +msgstr "" + +#. type: Title = +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:14 +#, no-wrap +msgid "Examples" +msgstr "" + +#. type: Plain text +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:53 +msgid "" +"These examples are not exhaustive - they do not contain all the elements " +"that might be desirable to use, particularly in a document's front matter. " +"For more examples of AsciiDoctor, examine the AsciiDoc source for this and " +"other documents available in the Git *doc* repository, or available online " +"starting at link:https://cgit.freebsd.org/doc/[https://cgit.freebsd.org/" +"doc/]." +msgstr "" + +#. type: Block title +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:55 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:57 +#, no-wrap +msgid "AsciiDoctor *book*" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:62 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:132 +#, no-wrap +msgid "---\n" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:69 +#, no-wrap +msgid "" +"title: An Example Book\n" +"authors:\n" +" - author: The FreeBSD Documentation Project\n" +"copyright: 1995-2021 The FreeBSD Documentation Project\n" +"releaseinfo: \"\" \n" +"trademarks: [\"general\"] \n" +"---\n" +msgstr "" + +#. type: Title = +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:71 +#, no-wrap +msgid "An Example Book" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:89 +msgid "" +":doctype: book :toc: macro :toclevels: 2 :icons: font :xrefstyle: " +"basic :relfileprefix: ../ :outfilesuffix: :sectnums: :sectnumlevels: " +"6 :partnums: :chapter-signifier: Chapter :part-signifier: Part :source-" +"highlighter: rouge :experimental: :skip-front-matter: :book: true :pdf: false" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:93 +msgid "" +"ifeval::[\"{backend}\" == \"html5\"] :chapters-path: content/en/books/" +"bookname/ endif::[]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:97 +msgid "ifeval::[\"{backend}\" == \"pdf\"] :chapters-path: endif::[]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:101 +msgid "ifeval::[\"{backend}\" == \"epub3\"] :chapters-path: endif::[]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:104 +msgid "[abstract] Abstract" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:106 +msgid "Abstract section" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:108 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:151 +msgid "'''" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:110 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:153 +msgid "toc::[]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:112 +msgid ":sectnums!:" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:114 +msgid "\\include::{chapters-path}preface/_index.adoc[leveloffset=+1]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:116 +msgid ":sectnums:" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:118 +msgid "\\include::{chapters-path}parti.adoc[lines=7..18]" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:120 +msgid "\\include::{chapters-path}chapter-name/_index.adoc[leveloffset=+1]" +msgstr "" + +#. type: Block title +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:125 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:127 +#, no-wrap +msgid "AsciiDoctor *article*" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:138 +#, no-wrap +msgid "" +"title: An Example Article\n" +"authors:\n" +" - author: Your name and surname\n" +" email: foo@example.com\n" +"trademarks: [\"general\"]\n" +"---\n" +msgstr "" + +#. type: Title = +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:140 +#, no-wrap +msgid "An Example Article" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:149 +msgid "" +":doctype: article :toc: macro :toclevels: 1 :icons: " +"font :sectnums: :sectnumlevels: 6 :source-highlighter: rouge :experimental:" +msgstr "" + +#. type: Title == +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:154 +#, no-wrap +msgid "My First Section" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:157 +msgid "This is the first section in my article." +msgstr "" + +#. type: Title === +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:158 +#, no-wrap +msgid "My First Sub-Section" +msgstr "" + +#. type: delimited block . 4 +#: documentation/content/en/books/fdp-primer/examples/_index.adoc:161 +msgid "This is the first sub-section in my article." +msgstr "" |