summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-09-01 17:41:15 +0000
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-09-01 17:41:15 +0000
commitda4156ec7a36777a1550b49d48495b356e8b9e60 (patch)
tree3f4e013d68acf317af7b25d9068b22d5be1f1485
parentb0e6a5929aa2649040a3d70990e195776692820d (diff)
downloadgnome-doc-utils-da4156ec7a36777a1550b49d48495b356e8b9e60.tar.gz
Added Russian translation
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
-rw-r--r--po/ru.po1814
4 files changed, 1823 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b352836..c7b6505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * configure.in: Added "ru" to ALL_LINGUAS
+
2005-08-30 Yair Hershkovitz <yairhr@gmail.com>
* configure.in: Added "he" to ALL_LINGUAS
diff --git a/configure.in b/configure.in
index 5869b35..e259444 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,7 @@ GETTEXT_PACKAGE=gnome-doc-utils
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
-ALL_LINGUAS="ar bg ca cs da de el en_CA en_GB es et fi fr gl gu he hi hu id it ja ko lt nb ne nl no pa pt pt_BR ro rw sk sq sr sr@Latn sv tr ug uk vi wa zh_CN zh_TW"
+ALL_LINGUAS="ar bg ca cs da de el en_CA en_GB es et fi fr gl gu he hi hu id it ja ko lt nb ne nl no pa pt pt_BR ro ru rw sk sq sr sr@Latn sv tr ug uk vi wa zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
diff --git a/po/ChangeLog b/po/ChangeLog
index f9f7fc5..e7dff46 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * ru.po: Added Russian translation.
+
2005-09-01 Baris Cicek <baris@teamforce.name.tr>
* tr.po: Updated Turkish Translation
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..1580cfe
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,1814 @@
+# Russian translation for gnome-doc-utils
+# Copyright (C) 2005 GNOME Documentation project
+# This file is distributed under the same license as the gnome-doc-utils package.
+# Nickolay V. Shmyrev <nshmyrev@yandex.ru> 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-doc-utils HEAD\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-09-01 17:30+0400\n"
+"PO-Revision-Date: 2005-08-25 12:26+0400\n"
+"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
+"Language-Team: Russian <gnome-cyr@gnome.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#.
+#. This is used a simple list item seperator in places where simple
+#. inline lists have to be constructed dynamically. Using the default
+#. string of ", ", a list would look like this: A, B, C, D. Using the
+#. nonsensical string " - ", a list would look like this: A - B - C - D.
+#.
+#: xslt/gettext/l10n.xml.in.h:7
+msgid ", "
+msgstr ", "
+
+#.
+#. The number formatter used for appendix numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:22
+msgid "<msgid>appendix.digit</msgid> <msgstr>A</msgstr>"
+msgstr "<msgid>appendix.digit</msgid> <msgstr>I</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for appendices. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the appendix
+#. titleabbrev - The titleabbrev of the appendix, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the appendix, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:56
+msgid ""
+"<msgid>appendix.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Appendix "
+"<number/></msgstr>"
+msgstr ""
+"<msgid>appendix.label</msgid> <msgstr role='header'><number/>&#x2003;</"
+"msgstr> <msgstr role='li'><number/>&#x2002;</msgstr> <msgstr>Дополнение "
+"<number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for appendices. Numbers
+#. are used in labels, cross references, and any other place where the
+#. appendix might be referenced. The number for an appendix includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4.B indicates the second appendix in the fourth top-level element. In
+#. this example, 4 is referred to as the parent number, and B is referred
+#. to as the appendix digit. This format message constructs a full number
+#. from a parent number and an appendix digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the appendix's parent element
+#. digit - The number of the appendix in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:89
+msgid "<msgid>appendix.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+msgstr "<msgid>appendix.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to appendices.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the appendix
+#. titleabbrev - The titleabbrev of the appendix, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the appendix, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:121
+msgid ""
+"<msgid>appendix.xref</msgid> <msgstr>Appendix <number/> ― <title/></msgstr>"
+msgstr ""
+"<msgid>appendix.xref</msgid> <msgstr>Дополнение <number/> ― <title/></msgstr>"
+
+#.
+#. The number formatter used for book numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:136
+msgid "<msgid>book.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>book.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to books.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the book
+#. titleabbrev - The titleabbrev of the book, or just the title
+#. if no titleabbrev exists
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:166
+msgid "<msgid>book.xref</msgid> <msgstr><title/></msgstr>"
+msgstr "<msgid>book.xref</msgid> <msgstr><title/></msgstr>"
+
+#.
+#. The number formatter used for chapter numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:181
+msgid "<msgid>chapter.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>chapter.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for chapters. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the chapter
+#. titleabbrev - The titleabbrev of the chapter, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the chapter, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:215
+msgid ""
+"<msgid>chapter.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Chapter "
+"<number/></msgstr>"
+msgstr ""
+"<msgid>chapter.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Глава <number/"
+"></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for chapters. Numbers
+#. are used in labels, cross references, and any other place where the
+#. chapter might be referenced. The number for a chapter includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4.2 indicates the second chapter in the fourth top-level element. In
+#. this example, 4 is referred to as the parent number, and B is referred
+#. to as the chapter digit. This format message constructs a full number
+#. from a parent number and a chapter digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the chapter's parent element
+#. digit - The number of the chapter in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:248
+msgid "<msgid>chapter.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+msgstr "<msgid>chapter.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to chapters
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the chapter
+#. titleabbrev - The titleabbrev of the chapter, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the chapter, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:280
+msgid ""
+"<msgid>chapter.xref</msgid> <msgstr>Chapter <number/> ― <title/></msgstr>"
+msgstr ""
+"<msgid>chapter.xref</msgid> <msgstr>Глава <number/> ― <title/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. citetitle - The title of a cited work
+#. http://docbook.org/tdg/en/html/citetitle.html
+#.
+#. This is a format message used to format inline title citations.
+#. This template uses roles to control how the citation is formatted.
+#. The role indicates the type of work being cited, and is taken from
+#. the pubwork attribute of the citetitle element.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. node - The text content of the citetitle element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the node, simply write left angle bracket, node, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:309
+msgid ""
+"<msgid>citetitle.format</msgid> <msgstr role='article'>“<node/>”</msgstr> "
+"<msgstr><i><node/></i></msgstr>"
+msgstr ""
+"<msgid>citetitle.format</msgid> <msgstr role='article'>\"<node/>\"</msgstr> "
+"<msgstr><i><node/></i></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format tooltips on mailto: links
+#. created from DocBook's email element.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. node - The contents of the email element, which should be the
+#. linked-to email address
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the node, simply write left angle bracket, node, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:334
+msgid "<msgid>email.tooltip</msgid> <msgstr>Send email to ‘<node/>’.</msgstr>"
+msgstr ""
+"<msgid>email.tooltip</msgid> <msgstr>Послать письмо \"<node/>\".</msgstr>"
+
+#.
+#. The number formatter used for example numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:349
+msgid "<msgid>example.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>example.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for examples. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the example
+#. titleabbrev - The titleabbrev of the example, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the example, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:383
+msgid ""
+"<msgid>example.label</msgid> <msgstr role='header'><i>Example <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Example <number/>&#x2002;</msgstr> "
+"<msgstr>Example <number/></msgstr>"
+msgstr ""
+"<msgid>example.label</msgid> <msgstr role='header'><i>Пример <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Пример <number/>&#x2002;</msgstr> "
+"<msgstr>Пример <number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for example. Numbers
+#. are used in labels, cross references, and any other place where the
+#. example might be referenced. The number for an example includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4-3 indicates the third example in the fourth top-level chapter. In
+#. this example, 4 is referred to as the parent number, and 3 is referred
+#. to as the example digit. This format message constructs a full number
+#. from a parent number and an example digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the example's parent element
+#. digit - The number of the example in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:416
+msgid "<msgid>example.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+msgstr "<msgid>example.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to examples.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the example
+#. titleabbrev - The titleabbrev of the example, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the example, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:448
+msgid "<msgid>example.xref</msgid> <msgstr>Example <number/></msgstr>"
+msgstr "<msgid>example.xref</msgid> <msgstr>Пример <number/></msgstr>"
+
+#.
+#. The number formatter used for figure numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:463
+msgid "<msgid>figure.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>figure.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for figures. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the figure
+#. titleabbrev - The titleabbrev of the figure, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the figure, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:497
+msgid ""
+"<msgid>figure.label</msgid> <msgstr role='header'><i>Figure <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Figure <number/>&#x2002;</msgstr> "
+"<msgstr>Figure <number/></msgstr>"
+msgstr ""
+"<msgid>figure.label</msgid> <msgstr role='header'><i>Рисунок <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Рисунок <number/>&#x2002;</msgstr> "
+"<msgstr>Рисунок <number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for figure. Numbers
+#. are used in labels, cross references, and any other place where the
+#. figure might be referenced. The number for a figure includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4-3 indicates the third figure in the fourth top-level chapter. In
+#. this figure, 4 is referred to as the parent number, and 3 is referred
+#. to as the figure digit. This format message constructs a full number
+#. from a parent number and a figure digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the figure's parent element
+#. digit - The number of the figure in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:530
+msgid "<msgid>figure.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+msgstr "<msgid>figure.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to figures.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the figure
+#. titleabbrev - The titleabbrev of the figure, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the figure, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:562
+msgid "<msgid>figure.xref</msgid> <msgstr>Figure <number/></msgstr>"
+msgstr "<msgid>figure.xref</msgid> <msgstr>Рисунок <number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to glossaries.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the figure
+#. titleabbrev - The titleabbrev of the figure, or just the title
+#. if no titleabbrev exists
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Note that authors are not required to provide explicit titles for
+#. glossaries. If the author does not provide a title, the translatable
+#. string 'Glossary' is used as a default.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:596
+msgid "<msgid>glossary.xref</msgid> <msgstr><title/></msgstr>"
+msgstr "<msgid>glossary.xref</msgid> <msgstr><title/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format tooltips on cross references
+#. to glossary entries.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. glossterm - The term being defined by the glossary entry
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the glossterm, simply write left angle bracket, glossterm,
+#. slash, right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:620
+msgid ""
+"<msgid>glossentry.tooltip</msgid> <msgstr>Read the definition for "
+"‘<glossterm/>’.</msgstr>"
+msgstr ""
+"<msgid>glossentry.tooltip</msgid> <msgstr>Смотрите определение \"<glossterm/>"
+"\".</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to glossary
+#. entries. Multiple roles can be provided to allow document translators to
+#. select how to format each cross reference using the xrefstyle attribute.
+#. If your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. In addition, the 'glosssee' role will be used for cross references
+#. from glosssee or glossseealso elements. These are used in other
+#. glossary entries to direct the user to the linked-to entry.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. glossterm - The term being defined by the glossary entry
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the glossterm, simply write left angle bracket, glossterm,
+#. slash, right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:652
+msgid ""
+"<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></msgstr> "
+"<msgstr>‘<glossterm/>’</msgstr>"
+msgstr ""
+"<msgid>glossentry.xref</msgid> <msgstr role='glosssee'><glossterm/></msgstr> "
+"<msgstr>‘<glossterm/>’</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. glosssee - A cross reference from one glossentry to another
+#. http://docbook.org/tdg/en/html/glosssee.html
+#.
+#. This is a format message used to format glossary cross references.
+#. This format message controls the sentence used to present the cross
+#. reference, not the link itself. For the formatting of the actual
+#. link, see the message glossentry.xref.
+#.
+#. One or more glosssee elements are presented as a links to the user
+#. in the glossary, formatted as a single prose sentence. For example,
+#. if the user is being directed to the entry "foo", the glosssee may
+#. be formatted as "See foo."
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. glosssee - The actual link or links of the cross reference
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the glosssee, simply write left angle bracket, glosssee,
+#. slash, right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:686
+msgid "<msgid>glosssee.format</msgid> <msgstr>See <glosssee/>.</msgstr>"
+msgstr "<msgid>glosssee.format</msgid> <msgstr>Смотрите <glosssee/>.</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. glossseealso - A cross reference from one glossentry to another
+#. http://docbook.org/tdg/en/html/glossseealso.html
+#.
+#. This is a format message used to format glossary cross references.
+#. This format message controls the sentence used to present the cross
+#. reference, not the link itself. For the formatting of the actual
+#. link, see the message glossentry.xref.
+#.
+#. One or more glossseealso elements are presented as a links to the
+#. user in the glossary, formatted as a single prose sentence. For
+#. example, if the user is being directed to the entries "foo", "bar",
+#. and "baz", the glossseealso may be formatted as "See also foo, bar,
+#. baz."
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. glosssee - The actual link or links of the cross reference
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the glosssee, simply write left angle bracket, glosssee,
+#. slash, right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:721
+msgid ""
+"<msgid>glossseealso.format</msgid> <msgstr>See also <glosssee/>.</msgstr>"
+msgstr ""
+"<msgid>glossseealso.format</msgid> <msgstr>Также смотрите <glosssee/>.</"
+"msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. manvolnum - A reference volume number
+#. http://docbook.org/tdg/en/html/manvolnum.html
+#.
+#. This is a format message used to format manvolnum elements.
+#. A manvolnum is typically a number or short string used to
+#. identify a section of man pages. It is typically placed
+#. inside parentheses.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. node - The text content of the manvolnum element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the node, simply write left angle bracket, node, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:750
+msgid "<msgid>manvolnum.format</msgid> <msgstr>(<node/>)</msgstr>"
+msgstr "<msgid>manvolnum.format</msgid> <msgstr>(<node/>)</msgstr>"
+
+#.
+#. The number formatter used for part numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:765
+msgid "<msgid>part.digit</msgid> <msgstr>I</msgstr>"
+msgstr "<msgid>part.digit</msgid> <msgstr>I</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for parts. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the part
+#. titleabbrev - The titleabbrev of the part, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the part, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:799
+msgid ""
+"<msgid>part.label</msgid> <msgstr role='header'><number/>.&#x2003;</msgstr> "
+"<msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Part <number/></msgstr>"
+msgstr ""
+"<msgid>part.label</msgid> <msgstr role='header'><number/>.&#x2003;</msgstr> "
+"<msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Часть <number/></"
+"msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to parts
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the part
+#. titleabbrev - The titleabbrev of the part, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the part, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:831
+msgid "<msgid>part.xref</msgid> <msgstr>Part <number/> ― <title/></msgstr>"
+msgstr "<msgid>part.xref</msgid> <msgstr>Часть <number/> ― <title/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to prefaces.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the figure
+#. titleabbrev - The titleabbrev of the figure, or just the title
+#. if no titleabbrev exists
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Note that authors are not required to provide explicit titles for
+#. prefaces. If the author does not provide a title, the translatable
+#. string 'Preface' is used as a default.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:865
+msgid "<msgid>preface.xref</msgid> <msgstr><title/></msgstr>"
+msgstr "<msgid>preface.xref</msgid> <msgstr><title/></msgstr>"
+
+#.
+#. The number formatter used for question numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:880
+msgid "<msgid>question.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>question.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for questions in
+#. question-and-answer sets. Labels are used before the question
+#. both in the question-and-answer list and in table of questions
+#. listings. Multiple roles can be used to provide different
+#. formattings for different uses of labels. The following roles
+#. may be used with this format message:
+#.
+#. header - Used for labels inside the question-and-answer set
+#. li - Used for labels in table of questions listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. number - The number of the question in its containing qandaset
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the number, simply write left angle bracket, number, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:911
+msgid ""
+"<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Question "
+"<number/></msgstr>"
+msgstr ""
+"<msgid>question.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Вопрос <number/"
+"></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to questions
+#. in question-and-answer sets. Multiple roles can be provided to allow
+#. document translators to select how to format each cross reference
+#. using the xrefstyle attribute. If your language needs to provide
+#. different cross reference formattings for different parts of speech,
+#. you should provide multiple roles for cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. number - The number of the question in its containing qandaset
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the number, simply write left angle bracket, number, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:939
+msgid "<msgid>question.xref</msgid> <msgstr>Question <number/></msgstr>"
+msgstr "<msgid>question.xref</msgid> <msgstr>Вопрос <number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. quote - An inline quotation
+#. http://docbook.org/tdg/en/html/quote.html
+#.
+#. This is a format message used to format inline quotations. This template
+#. uses roles to control how the quotation is formatted. The role indicates
+#. whether this is an outer or inner quotation. Quotations nested inside
+#. another quotation are inner quotations. Many languages have an alternate
+#. notation for nested quotations.
+#.
+#. These stylesheets only provide two levels of quotation formatting. If
+#. quote elements are nested deeper, the stylesheets will alternate between
+#. the 'outer' and 'inner' roles. If your language uses different formatting
+#. for deeper quotations, please contact the maintainers, and we will try to
+#. implement a more flexible formatting mechanism.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. node - The text content of the quote element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the node, simply write left angle bracket, node, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:975
+msgid ""
+"<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> "
+"<msgstr>“<node/>”</msgstr>"
+msgstr ""
+"<msgid>quote.format</msgid> <msgstr role='inner'>‘<node/>’</msgstr> <msgstr>"
+"\"<node/>\"</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to reference
+#. pages. Multiple roles can be provided to allow document translators
+#. to select how to format each cross reference using the xrefstyle
+#. attribute. If your language needs to provide different cross
+#. reference formattings for different parts of speech, you should
+#. provide multiple roles for cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the reference page
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1003
+msgid "<msgid>refentry.xref</msgid> <msgstr><title/></msgstr>"
+msgstr "<msgid>refentry.xref</msgid> <msgstr><title/></msgstr>"
+
+#.
+#. The number formatter used for reference section numbers. This can
+#. be one of "1", "A", "a", "I", or "i", without the quotes. These
+#. formatters provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:1018
+msgid "<msgid>refsection.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>refsection.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for reference sections.
+#. Labels are used before the title in places like headers and table of
+#. contents listings. Multiple roles can be used to provide different
+#. formattings for different uses of labels. The following roles may
+#. be used with this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the section
+#. titleabbrev - The titleabbrev of the section, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the section, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1052
+msgid ""
+"<msgid>refsection.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Section "
+"<number/></msgstr>"
+msgstr ""
+"<msgid>refsection.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Раздел <number/"
+"></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for reference sections.
+#. Numbers are used in labels, cross references, and any other place where
+#. the section might be referenced. The number for a section includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4.3.9 indicates the ninth section in the third section of the fourth
+#. top-level section or chapter. In this example, 4.3 is referred to as
+#. the parent number, and 9 is referred to as the section digit. This
+#. format message constructs a full number from a parent number and a
+#. section digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the section's parent element
+#. digit - The number of the section in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1086
+msgid "<msgid>refsection.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+msgstr "<msgid>refsection.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to reference
+#. sections. Multiple roles can be provided to allow document translators
+#. to select how to format each cross reference using the xrefstyle attribute.
+#. If your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the section
+#. titleabbrev - The titleabbrev of the section, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the section, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1118
+msgid ""
+"<msgid>refsection.xref</msgid> <msgstr>Section <number/> ― <title/></msgstr>"
+msgstr ""
+"<msgid>refsection.xref</msgid> <msgstr>Раздел <number/> ― <title/></msgstr>"
+
+#.
+#. The number formatter used for section numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:1133
+msgid "<msgid>section.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>section.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for sections. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the section
+#. titleabbrev - The titleabbrev of the section, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the section, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1167
+msgid ""
+"<msgid>section.label</msgid> <msgstr role='header'><number/>.&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Section "
+"<number/></msgstr>"
+msgstr ""
+"<msgid>section.label</msgid> <msgstr role='header'><number/>&#x2003;</"
+"msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Раздел <number/"
+"></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for sections. Numbers
+#. are used in labels, cross references, and any other place where the
+#. section might be referenced. The number for a section includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4.3.9 indicates the ninth section in the third section of the fourth
+#. top-level section or chapter. In this example, 4.3 is referred to as
+#. the parent number, and 9 is referred to as the section digit. This
+#. format message constructs a full number from a parent number and a
+#. section digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the section's parent element
+#. digit - The number of the section in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1201
+msgid "<msgid>section.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+msgstr "<msgid>section.number</msgid> <msgstr><parent/>.<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to sections.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the section
+#. titleabbrev - The titleabbrev of the section, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the section, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1233
+msgid ""
+"<msgid>section.xref</msgid> <msgstr>Section <number/> ― <title/></msgstr>"
+msgstr ""
+"<msgid>section.xref</msgid> <msgstr>Раздел <number/> ― <title/></msgstr>"
+
+#.
+#. The number formatter used for table numbers. This can be one of
+#. "1", "A", "a", "I", or "i", without the quotes. These formatters
+#. provide the following results:
+#.
+#. 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+#. A B C D E F G H I J K L M N
+#. a b c d e f g h i j k l m n
+#. I II III IV V VI VII VIII IX X XI XII XIII XIV
+#. i ii iii iv v vi vii viii ix x xi xii xiii xiv
+#.
+#. Non-Western languages probably need additional formatters. Please
+#. contact the maintainers about adding formatters for your language.
+#.
+#: xslt/gettext/l10n.xml.in.h:1248
+msgid "<msgid>table.digit</msgid> <msgstr>1</msgstr>"
+msgstr "<msgid>table.digit</msgid> <msgstr>1</msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format labels for tables. Labels
+#. are used before the title in places like headers and table of contents
+#. listings. Multiple roles can be used to provide different formattings
+#. for different uses of labels. The following roles may be used with
+#. this format message:
+#.
+#. header - Used for labels in headers
+#. li - Used for labels in table of contents listings
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the table
+#. titleabbrev - The titleabbrev of the table, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the table, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1282
+msgid ""
+"<msgid>table.label</msgid> <msgstr role='header'><i>Table <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Table <number/>&#x2002;</msgstr> "
+"<msgstr>Table <number/></msgstr>"
+msgstr ""
+"<msgid>table.label</msgid> <msgstr role='header'><i>Таблица <number/></"
+"i>&#x2003;</msgstr> <msgstr role='li'>Таблица <number/>&#x2002;</msgstr> "
+"<msgstr>Таблица <number/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format numbers for table. Numbers
+#. are used in labels, cross references, and any other place where the
+#. table might be referenced. The number for a table includes the
+#. number for its parent element, if applicable. For example, the number
+#. 4-3 indicates the third table in the fourth top-level chapter. In
+#. this table, 4 is referred to as the parent number, and 3 is referred
+#. to as the table digit. This format message constructs a full number
+#. from a parent number and a table digit.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. parent - The full number of the table's parent element
+#. digit - The number of the table in its parent element,
+#. not including any leading numbers from the parent
+#. element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the digit, simply write left angle bracket, digit, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1315
+msgid "<msgid>table.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+msgstr "<msgid>table.number</msgid> <msgstr><parent/>-<digit/></msgstr>"
+
+#.
+#. This is a special format message. Please read the full translator
+#. documentation before translating this message. The documentation
+#. is maintained as part of the stylesheet documentation in DocBook.
+#. For your convenience, it has also been converted to an HTML file
+#. named STYLESHEETS.xml in the i18n directory.
+#.
+#. This is a format message used to format cross references to tables.
+#. Multiple roles can be provided to allow document translators to select
+#. how to format each cross reference using the xrefstyle attribute. If
+#. your language needs to provide different cross reference formattings
+#. for different parts of speech, you should provide multiple roles for
+#. cross reference formatters.
+#.
+#. Special elements in the message will be replaced with the
+#. appropriate content, as follows:
+#.
+#. title - The title of the table
+#. titleabbrev - The titleabbrev of the table, or just the title
+#. if no titleabbrev exists
+#. number - The full number of the table, possibly including
+#. the number of the parent element
+#.
+#. These should be written as empty XML elements. Due to limitations
+#. in intltool, I can't write XML content in translator comments. To
+#. insert the title, simply write left angle bracket, title, slash,
+#. right angle bracket.
+#.
+#. Additionally, format messages can use the i, b, and tt markup tags
+#. to mark text as italic, bold, and monospace.
+#.
+#: xslt/gettext/l10n.xml.in.h:1347
+msgid "<msgid>table.xref</msgid> <msgstr>Table <number/></msgstr>"
+msgstr "<msgid>table.xref</msgid> <msgstr>Таблица <number/>.</msgstr>"
+
+#. Used as a header before a list of authors.
+#: xslt/gettext/l10n.xml.in.h:1349
+msgid "<msgstr form='0'>Author</msgstr> <msgstr form='1'>Authors</msgstr>"
+msgstr ""
+"<msgstr form='0'>Автор</msgstr> <msgstr form='1'>Авторы</msgstr> <msgstr "
+"form='2'>Авторы</msgstr>"
+
+#. Used as a header before a list of collaborators.
+#: xslt/gettext/l10n.xml.in.h:1351
+msgid ""
+"<msgstr form='0'>Collaborator</msgstr> <msgstr form='1'>Collaborators</"
+"msgstr>"
+msgstr ""
+"<msgstr form='0'>Помощник</msgstr> <msgstr form='1'>Помощники</msgstr> "
+"<msgstr form='2'>Помощники</msgstr>"
+
+#. Used as a header before a list of copyrights.
+#: xslt/gettext/l10n.xml.in.h:1353
+msgid ""
+"<msgstr form='0'>Copyright</msgstr> <msgstr form='1'>Copyrights</msgstr>"
+msgstr ""
+"<msgstr form='0'>Авторские права</msgstr> "
+"<msgstr form='1'>Авторские права</msgstr> "
+"<msgstr form='2'>Авторские права</msgstr>"
+
+#. Used as a header before a list of editors.
+#: xslt/gettext/l10n.xml.in.h:1355
+msgid "<msgstr form='0'>Editor</msgstr> <msgstr form='1'>Editors</msgstr>"
+msgstr ""
+"<msgstr form='0'>Редактор</msgstr> <msgstr form='1'>Редакторы</msgstr> "
+"<msgstr form='2'>Редакторы</msgstr>"
+
+#. Used as a header before a list of contributors.
+#: xslt/gettext/l10n.xml.in.h:1357
+msgid ""
+"<msgstr form='0'>Other Contributor</msgstr> <msgstr form='1'>Other "
+"Contributors</msgstr>"
+msgstr ""
+"<msgstr form='0'>Другой помощник</msgstr> <msgstr form='1'>Другие помощники</"
+"msgstr> <msgstr form='2'>Другие помощники</msgstr>"
+
+#. Used as a header before a list of publishers.
+#: xslt/gettext/l10n.xml.in.h:1359
+msgid ""
+"<msgstr form='0'>Publisher</msgstr> <msgstr form='1'>Publishers</msgstr>"
+msgstr ""
+"<msgstr form='0'>Распространитель</msgstr> <msgstr form='1'>Распространители</msgstr> "
+"<msgstr form='2'>Распространители</msgstr>"
+
+#.
+#. http://www.docbook.org/tdg/en/html/qandaentry.html
+#.
+#. This is used as a label before answers in a question-and-answer
+#. set. Typically, answers are simply numbered and answers are not
+#. labelled at all. However, DocBook allows document authors to set
+#. the labelling style for a qandaset. If the labelling style is set
+#. to 'qanda', this string will be used to label answers.
+#.
+#: xslt/gettext/l10n.xml.in.h:1369
+msgid "A:&#x2003;"
+msgstr "О:&#x2003;"
+
+#. Used for links to the titlepage.
+#: xslt/gettext/l10n.xml.in.h:1371
+msgid "About This Document"
+msgstr "Об этом документе"
+
+#.
+#. http://www.docbook.org/tdg/en/html/affiliation.html
+#.
+#. This is used as a label before affiliations when listing
+#. authors and other contributors to the document. For example:
+#.
+#. Shaun McCance
+#. Affiliation: GNOME Documentation Project
+#.
+#: xslt/gettext/l10n.xml.in.h:1381
+msgid "Affiliation"
+msgstr "Организация"
+
+#.
+#. http://www.docbook.org/tdg/en/html/caution.html
+#. This is used as a default title for caution elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1386
+msgid "Caution"
+msgstr "Внимание"
+
+#.
+#. http://www.docbook.org/tdg/en/html/colophon.html
+#. This is used as a default title for colophon elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1391
+msgid "Colophon"
+msgstr "Заключение"
+
+#.
+#. http://www.docbook.org/tdg/en/html/dedication.html
+#. This is used as a default title for dedication elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1396
+msgid "Dedication"
+msgstr "Посвящение"
+
+#.
+#. http://www.docbook.org/tdg/en/html/affiliation.html
+#.
+#. This is used as a label before email addresses when listing
+#. authors and other contributors to the document. For example:
+#.
+#. Shaun McCance
+#. Email: shaunm@gnome.org
+#.
+#: xslt/gettext/l10n.xml.in.h:1406
+msgid "Email"
+msgstr "Эл. почта"
+
+#.
+#. http://www.docbook.org/tdg/en/html/glossary.html
+#. This is used as a default title for glossary elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1411
+msgid "Glossary"
+msgstr "Словарь терминов"
+
+#.
+#. http://www.docbook.org/tdg/en/html/important.html
+#. This is used as a default title for important elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1416
+msgid "Important"
+msgstr "Важно"
+
+#.
+#. http://www.docbook.org/tdg/en/html/index.html
+#. This is used as a default title for index elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1421
+msgid "Index"
+msgstr "Оглавление"
+
+#.
+#. http://www.docbook.org/tdg/en/html/legalnotice.html
+#. This is used as a default title for legalnotice elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1426
+msgid "Legal Notice"
+msgstr "Юридический статус"
+
+#.
+#. http://www.docbook.org/tdg/en/html/refnamediv.html
+#. This is used as the title for refnamediv elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1431
+msgid "Name"
+msgstr "Название"
+
+#.
+#. http://www.docbook.org/tdg/en/html/note.html
+#. This is used as a default title for note elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1436
+msgid "Note"
+msgstr "Заметка"
+
+#.
+#. http://www.docbook.org/tdg/en/html/preface.html
+#. This is used as a default title for preface elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1441
+msgid "Preface"
+msgstr "Вступление"
+
+#.
+#. http://www.docbook.org/tdg/en/html/qandaentry.html
+#.
+#. This is used as a label before questions in a question-and-answer
+#. set. Typically, questions are simply numbered and answers are not
+#. labelled at all. However, DocBook allows document authors to set
+#. the labelling style for a qandaset. If the labelling style is set
+#. to 'qanda', this string will be used to label questions.
+#.
+#: xslt/gettext/l10n.xml.in.h:1451
+msgid "Q:&#x2003;"
+msgstr "В:&#x2003;"
+
+#.
+#. http://www.docbook.org/tdg/en/html/revhistory.html
+#. This is used as a header before the revision history.
+#.
+#: xslt/gettext/l10n.xml.in.h:1456
+msgid "Revision History"
+msgstr "История создания"
+
+#: xslt/gettext/l10n.xml.in.h:1457
+msgid "See"
+msgstr "Смотрите"
+
+#: xslt/gettext/l10n.xml.in.h:1458
+msgid "See Also"
+msgstr "Смотрите также"
+
+#.
+#. http://www.docbook.org/tdg/en/html/refsynopsisdiv.html
+#. This is used as the default title for refsynopsisdiv elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1463
+msgid "Synopsis"
+msgstr "Аннотация"
+
+#.
+#. http://www.docbook.org/tdg/en/html/tip.html
+#. This is used as a default title for tip elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1468
+msgid "Tip"
+msgstr "Подсказка"
+
+#.
+#. http://www.docbook.org/tdg/en/html/warning.html
+#. This is used as a default title for warning elements.
+#.
+#: xslt/gettext/l10n.xml.in.h:1473
+msgid "Warning"
+msgstr "Предупреждение"