Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 44750
Collapse All | Expand All

(-)xsl/guide.xsl (-2 / +2 lines)
Lines 931-937 Link Here
931
      <p class="caption">
931
      <p class="caption">
932
        <xsl:choose>
932
        <xsl:choose>
933
          <xsl:when test="@caption">
933
          <xsl:when test="@caption">
934
            <xsl:value-of select="xsl:gettext('Figure')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$fignum"/>: <xsl:value-of select="@caption"/>
934
            <xsl:value-of select="xsl:gettext('Figure')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$fignum"/><xsl:value-of select="xsl:gettext('SpaceBeforeColon')"/>: <xsl:value-of select="@caption"/>
935
          </xsl:when>
935
          </xsl:when>
936
          <xsl:otherwise>
936
          <xsl:otherwise>
937
            <xsl:value-of select="xsl:gettext('Figure')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$fignum"/>
937
            <xsl:value-of select="xsl:gettext('Figure')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$fignum"/>
Lines 1130-1136 Link Here
1130
      <p class="caption">
1130
      <p class="caption">
1131
        <xsl:choose>
1131
        <xsl:choose>
1132
          <xsl:when test="@caption">
1132
          <xsl:when test="@caption">
1133
            <xsl:value-of select="xsl:gettext('CodeListing')"/>&#160;<xsl:if test="$chid"><xsl:value-of select="$chid"/>.</xsl:if><xsl:value-of select="$prenum"/>: <xsl:value-of select="@caption"/>
1133
            <xsl:value-of select="xsl:gettext('CodeListing')"/>&#160;<xsl:if test="$chid"><xsl:value-of select="$chid"/>.</xsl:if><xsl:value-of select="$prenum"/><xsl:value-of select="xsl:gettext('SpaceBeforeColon')"/>: <xsl:value-of select="@caption"/>
1134
          </xsl:when>
1134
          </xsl:when>
1135
          <xsl:otherwise>
1135
          <xsl:otherwise>
1136
            <xsl:value-of select="xsl:gettext('CodeListing')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$prenum"/>
1136
            <xsl:value-of select="xsl:gettext('CodeListing')"/>&#160;<xsl:value-of select="$chid"/>.<xsl:value-of select="$prenum"/>
(-)doc/en/inserts-en.xml (+1 lines)
Lines 9-14 Link Here
9
  <insert name="Warning">Warning</insert>
9
  <insert name="Warning">Warning</insert>
10
  <insert name="Important">Important</insert>
10
  <insert name="Important">Important</insert>
11
  <insert name="CodeListing">Code Listing</insert>
11
  <insert name="CodeListing">Code Listing</insert>
12
  <insert name="SpaceBeforeColon" />
12
  <insert name="GLinuxDoc">Gentoo Linux Documentation</insert>
13
  <insert name="GLinuxDoc">Gentoo Linux Documentation</insert>
13
  <insert name="PrintableDoc">Printable Linux Documentation</insert>
14
  <insert name="PrintableDoc">Printable Linux Documentation</insert>
14
  <insert name="PrintablePrj">Printable Linux Project</insert>
15
  <insert name="PrintablePrj">Printable Linux Project</insert>
(-)doc/fr/inserts-fr.xml (+1 lines)
Lines 9-14 Link Here
9
  <insert name="Warning">Attention </insert>
9
  <insert name="Warning">Attention </insert>
10
  <insert name="Important">Important </insert>
10
  <insert name="Important">Important </insert>
11
  <insert name="CodeListing">Exemple de code</insert>
11
  <insert name="CodeListing">Exemple de code</insert>
12
  <insert name="SpaceBeforeColon">&#160;</insert>
12
  <insert name="GLinuxDoc">Documentation Gentoo Linux</insert>
13
  <insert name="GLinuxDoc">Documentation Gentoo Linux</insert>
13
  <insert name="PrintableDoc">Documentation Gentoo Linux</insert>
14
  <insert name="PrintableDoc">Documentation Gentoo Linux</insert>
14
  <insert name="PrintablePrj">Projet Gentoo Linux</insert>
15
  <insert name="PrintablePrj">Projet Gentoo Linux</insert>

Return to bug 44750