# French translation for gnome-doc-utils.
# Copyright (C) 2004-2005 the GNOME Foudnation
# This file is distributed under the same license as the gnome-doc-utils package.
#
# Raphaël Tournoy <lexpas@free.fr>, 2004.
# Christophe Merlet (RedFox) <redfox@redfoxcenter.org>, 2005
# Vincent Untz <vuntz@gnome.org>, 2005
#
msgid ""
msgstr ""
"Project-Id-Version: gnome-doc-utils 0.1.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-08-29 14:39+0000\n"
"PO-Revision-Date: 2005-08-29 22:57+0200\n"
"Last-Translator: Vincent Untz <vuntz@gnome.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\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 "<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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Annexe <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 "<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 "<msgstr>Annexe <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 "<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 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 "<msgstr><i><title/></i></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 "<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 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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Chapitre <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 "<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 "<msgstr>Chapitre <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 "<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 "<msgstr>Envoyer un courrier électronique à « <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 "<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 "<msgstr role='header'>Exemple <number/>&#x2003;</msgstr> <msgstr role='li'>Exemple <number/>&#x2002;</msgstr> <msgstr>Exemple <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 "<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 "<msgstr>Exemple <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 "<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 "<msgstr role='header'>Figure <number/>&#x2003;</msgstr> <msgstr role='li'>Figure <number/>&#x2002;</msgstr> <msgstr>Figure <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 "<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 "<msgstr>Figure <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 "<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 "<msgstr>Lire la définition de « <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 "<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 "<msgstr>Voir <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 "<msgstr>Voir aussi <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 "<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 "<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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Partie <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 "<msgstr>Partie <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 "<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 "<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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Question <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 "<msgstr>Question <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 "<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 "<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 "<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 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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Section <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 "<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 "<msgstr>Section <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 "<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 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 "<msgstr role='header'><number/>.&#x2003;</msgstr> <msgstr role='li'><number/>.&#x2002;</msgstr> <msgstr>Section <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 "<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 "<msgstr>Section <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 "<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 "<msgstr role='header'>Table <number/>&#x2003;</msgstr> <msgstr role='li'>Table <number/>&#x2002;</msgstr> <msgstr>Table <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 "<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 "<msgstr>Table <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'>Auteur</msgstr> <msgstr form='1'>Auteurs</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'>Collaborateur</msgstr> <msgstr form='1'>Collaborateurs</"
"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'>Copyright</msgstr> <msgstr form='1'>Copyrights</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'>Rédacteur</msgstr> <msgstr form='1'>Rédacteurs</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'>Autre contributeur</msgstr> <msgstr form='1'>Autres "
"contributeurs</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'>Éditeur</msgstr> <msgstr form='1'>Éditeurs</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 "Réponse :&#x2003;"

#. Used for links to the titlepage.
#: ../xslt/gettext/l10n.xml.in.h:1371
msgid "About This Document"
msgstr "À propos de ce document"

#.
#. 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 "Affiliation"

#.
#. 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 "Attention"

#.
#. 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 "Colophon"

#.
#. 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 "Dédicace"

#.
#. 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 "Courrier électronique"

#.
#. 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 "Glossaire"

#.
#. 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 "Important"

#.
#. 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 "Index"

#.
#. 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 "Mention légale"

#.
#. 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 "Nom"

#.
#. 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 "Note"

#.
#. 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 "Préface"

#.
#. 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 "Question :&#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 "Historique des révisions"

#: ../xslt/gettext/l10n.xml.in.h:1457
msgid "See"
msgstr "Voir"

#: ../xslt/gettext/l10n.xml.in.h:1458
msgid "See Also"
msgstr "Voir aussi"

#.
#. 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 "Synopsis"

#.
#. 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 "Astuce"

#.
#. 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 "Avertissement"

#~ msgid "format.appendix.label"
#~ msgstr "format.appendix.label"

#~ msgid "format.chapter.label"
#~ msgstr "format.chapter.label"

#~ msgid "format.citetitle"
#~ msgstr "format.citetitle"

#~ msgid "format.date"
#~ msgstr "format.date"

#~ msgid "format.example.label"
#~ msgstr "format.example.label"

#~ msgid "format.example.number"
#~ msgstr "format.example.number"

#~ msgid "format.example.number.flat"
#~ msgstr "format.example.number.flat"

#~ msgid "format.figure.label"
#~ msgstr "format.figure.label"

#~ msgid "format.figure.number"
#~ msgstr "format.figure.number"

#~ msgid "format.figure.number.flat"
#~ msgstr "format.figure.number.flat"

#~ msgid "format.manvolnum"
#~ msgstr "format.manvolnum"

#~ msgid "format.part.label"
#~ msgstr "format.part.label"

#~ msgid "format.part.number"
#~ msgstr "format.part.number"

#~ msgid "format.quote.inner"
#~ msgstr "format.quote.inner"

#~ msgid "format.quote.outer"
#~ msgstr "format.quote.outer"

#~ msgid "format.refentry.label"
#~ msgstr "format.refentry.label"

#~ msgid "format.section.label"
#~ msgstr "format.section.label"

#~ msgid "format.table.label"
#~ msgstr "format.table.label"

#~ msgid "format.table.number"
#~ msgstr "format.table.number"

#~ msgid "format.table.number.flat"
#~ msgstr "format.table.number.flat"

#~ msgid "format.tooltip.glossentry"
#~ msgstr "format.tooltip.glossentry"

#~ msgid "format.tooltip.mailto"
#~ msgstr "format.tooltip.mailto"

#~ msgid "Audience"
#~ msgstr "Destinataires"

#~ msgid "Contents"
#~ msgstr "Sommaire"

#~ msgid "Date"
#~ msgstr "Date"

#~ msgid "Level"
#~ msgstr "Niveau"

#~ msgid "Message Audience"
#~ msgstr "Destinataires du message"

#~ msgid "Message Level"
#~ msgstr "Niveau du message"

#~ msgid "Message Origin"
#~ msgstr "Origine du message"

#~ msgid "Origin"
#~ msgstr "Origine"

#~ msgid "Reference"
#~ msgstr "Référence"

#~ msgid "Release Information"
#~ msgstr "Information sur la version"

#~ msgid "Set Index"
#~ msgstr "Positionner l'index"

#~ msgid "Table of Contents"
#~ msgstr "Table des matières"

#~ msgid "Title"
#~ msgstr "Titre"
