[Po4a-commits] po4a/t/data-22 attribute.html,NONE,1.1 attribute_out.html,NONE,1.1 html.html,NONE,1.1 html.po,NONE,1.1 spaces.html,NONE,1.1 spaces.po,NONE,1.1 spaces_out.html,NONE,1.1

Denis Barbier po4a-devel@lists.alioth.debian.org
Sun, 28 Nov 2004 22:38:59 +0000


Update of /cvsroot/po4a/po4a/t/data-22
In directory haydn:/tmp/cvs-serv13522/t/data-22

Added Files:
	attribute.html attribute_out.html html.html html.po 
	spaces.html spaces.po spaces_out.html 
Log Message:
  [Yves Rutschle]
  (HTML module)
  * Preserve leading and trailing spaces in tag content.
  * Fix the <img> tag.
  * Translate text only if it contains some letters.
  * Add t/22-html.t


--- NEW FILE: spaces.po ---
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2004-11-28 15:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING"

# type: title
#: FIXME:0
#, no-wrap
msgid "Title string"
msgstr ""

# type: h1
#: FIXME:0
#, no-wrap
msgid "Header1"
msgstr ""

# type: h1
#: FIXME:0
#, no-wrap
msgid "Header2"
msgstr ""

# type: strong
#: FIXME:0
#, no-wrap
msgid "Strong1"
msgstr ""

# type: p
#: FIXME:0
#, no-wrap
msgid "not strong 1"
msgstr ""

# type: strong
#: FIXME:0
#, no-wrap
msgid "Strong2"
msgstr ""

# type: p
#: FIXME:0 FIXME:0
#, no-wrap
msgid "not strong 2"
msgstr ""

# type: strong
#: FIXME:0
#, no-wrap
msgid "Strong3"
msgstr ""

# type: b
#: FIXME:0
#, no-wrap
msgid "first line"
msgstr ""

# type: b
#: FIXME:0
#, no-wrap
msgid "second line"
msgstr ""

# type: b
#: FIXME:0
#, no-wrap
msgid "glued"
msgstr ""

# type: b
#: FIXME:0
#, no-wrap
msgid "spaced"
msgstr ""

# type: a
#: FIXME:0
#, no-wrap
msgid "link on next line"
msgstr ""

# type: a
#: FIXME:0
#, no-wrap
msgid "line on same line"
msgstr ""

--- NEW FILE: spaces_out.html ---
<html><head><title>Title string</title></head> 
  <body>
	    <h1>Header1</h1>
	    <h1>Header2 </h1>
              <p><strong>Strong1</strong>not strong 1</p>
              <p><strong>Strong2</strong> not strong 2</p>
              <p><strong>Strong3</strong>not strong 2 </p>
<b>first line</b>
<b>second line</b><b>glued</b> <b>spaced</b>
<a href="nextline.html">link on next line<a>, <a href="sameline.html">line on same line</a>.
  </body>
</html>


--- NEW FILE: html.po ---
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2004-11-28 15:24+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING"

# type: title
#: FIXME:0
#, no-wrap
msgid "Title string"
msgstr ""

# type: h1
#: FIXME:0
#, no-wrap
msgid "Header"
msgstr ""

# type: img_title
#: FIXME:0
#, no-wrap
msgid "My picture"
msgstr ""

# type: img_alt
#: FIXME:0
#, no-wrap
msgid "Some text"
msgstr ""

# type: strong
#: FIXME:0
#, no-wrap
msgid "Strong"
msgstr ""

# type: p
#: FIXME:0
#, no-wrap
msgid "not strong"
msgstr ""

# type: a
#: FIXME:0
#, no-wrap
msgid "My link"
msgstr ""

# type: a
#: FIXME:0
#, no-wrap
msgid "link on next line"
msgstr ""

# type: a
#: FIXME:0
#, no-wrap
msgid "line on same line"
msgstr ""

# type: img_alt
#: FIXME:0
#, no-wrap
msgid "picture"
msgstr ""

--- NEW FILE: html.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
  <head>
    <!--#set var="BLAH" value="1" -->
    <!--#include virtual="header.shtml"-->
    <title>Title string</title>
  </head>

  <body>
    <div class="content">
	    <h1>Header</h1>
		<img src="somepicture.jpg" class="left" 
                alt="Some text" title="My picture" />

              <p><strong>Strong</strong>not strong</p>
              <p>
                <a href="somelink.html">My link</a>,
                <a href="nextline.html">link on next line<a>, <a href="sameline.html">line on same line</a>.
      </p>

      <img src="picture.jpg" alt="picture">
  </body>
</html>


--- NEW FILE: attribute.html ---
<img src="foo.bar.html" title="bar">
<img src="foo.bar.html" title="bar" >
<img src="foo.bar.html" title="bar"/>
<img src="foo.bar.html" title="bar" />

--- NEW FILE: spaces.html ---
<html><head><title>Title string</title></head> 
  <body>
	    <h1>Header1</h1>
	    <h1>Header2 </h1>
              <p><strong>Strong1</strong>not   strong 1</p>
              <p><strong>Strong2</strong> not strong 2</p>
              <p><strong>Strong3</strong>not strong 2 </p>
<b>first line</b>
<b>second line</b><b>glued</b> <b>spaced</b>
<a href="nextline.html">link on next line<a>, <a href="sameline.html">line on same line</a>.
  </body>
</html>


--- NEW FILE: attribute_out.html ---
<img src="foo.bar.html" title="baz">
<img src="foo.bar.html" title="baz" >
<img src="foo.bar.html" title="baz"/>
<img src="foo.bar.html" title="baz" />