Skip to content

Commit

Permalink
Add PO files for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Dec 19, 2008
1 parent c10e5af commit 992fa54
Show file tree
Hide file tree
Showing 130 changed files with 47,542 additions and 26 deletions.
2 changes: 1 addition & 1 deletion reference/Makefile
Expand Up @@ -2,7 +2,7 @@
#Created by Jeff Fearn <jfearn@redhat.com>
#Copyright Red Hat Inc. 2006

XML_LANG = en-US
XML_LANG = en
DOCNAME = master.xml
PRODUCT = WebBeansReferenceManual
BRAND = JBoss
Expand Down
28 changes: 28 additions & 0 deletions reference/en/Book_Info.xml
@@ -0,0 +1,28 @@
<?xml version='1.0' encoding="iso-8859-1"?>

<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ]>

<bookinfo>
<title>Introduction to Web Beans</title>
<subtitle>The new Java standard for dependency injection and
contextual state management</subtitle>
<authorgroup>
<author>
<firstname>Gavin</firstname>
<surname>King</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) specification lead</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>

</affiliation>
</author>
<author>
<firstname>Pete</firstname>
<surname>Muir</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) Reference Implementation lead</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</author>
</authorgroup>
</bookinfo>
27 changes: 2 additions & 25 deletions reference/en/master.xml
Expand Up @@ -3,31 +3,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ]>

<book lang="en">

<bookinfo>
<title>Introduction to Web Beans</title>
<subtitle>The new Java standard for dependency injection and
contextual state management</subtitle>
<authorgroup>
<author>
<firstname>Gavin</firstname>
<surname>King</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) specification lead</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>

</affiliation>
</author>
<author>
<firstname>Pete</firstname>
<surname>Muir</surname>
<affiliation>
<jobtitle>Web Beans (JSR-299) Reference Implementation lead</jobtitle>
<orgname>Red Hat Middleware LLC</orgname>
</affiliation>
</author>
</authorgroup>
</bookinfo>

<xi:include href="Book_Info" xmlns:xi="http://www.w3.org/2001/XInclude" />

<toc/>

Expand Down
56 changes: 56 additions & 0 deletions reference/es-ES/Book_Info.po
@@ -0,0 +1,56 @@
# Language es-ES translations for master.xml package.
# Automatically generated, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: master.xml \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-12-19 20:29+0000\n"
"PO-Revision-Date: 2008-12-19 20:29+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#: Book_Info.xml:6
#, no-c-format
msgid "Introduction to Web Beans"
msgstr ""

#. Tag: subtitle
#: Book_Info.xml:7
#, no-c-format
msgid ""
"The new Java standard for dependency injection and contextual state "
"management"
msgstr ""

#. Tag: author
#: Book_Info.xml:10
#, no-c-format
msgid "<firstname>Gavin</firstname> <surname>King</surname>"
msgstr ""

#. Tag: affiliation
#: Book_Info.xml:13
#, no-c-format
msgid ""
"<jobtitle>Web Beans (JSR-299) specification lead</jobtitle> <orgname>Red Hat "
"Middleware LLC</orgname>"
msgstr ""

#. Tag: author
#: Book_Info.xml:19
#, no-c-format
msgid "<firstname>Pete</firstname> <surname>Muir</surname>"
msgstr ""

#. Tag: affiliation
#: Book_Info.xml:22
#, no-c-format
msgid ""
"<jobtitle>Web Beans (JSR-299) Reference Implementation lead</jobtitle> "
"<orgname>Red Hat Middleware LLC</orgname>"
msgstr ""
38 changes: 38 additions & 0 deletions reference/es-ES/master.po
@@ -0,0 +1,38 @@
# Language es-ES translations for master.xml package.
# Automatically generated, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: master.xml \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2008-12-19 20:29+0000\n"
"PO-Revision-Date: 2008-12-19 20:26+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Tag: title
#: master.xml:12
#, no-c-format
msgid "Using contextual objects"
msgstr ""

#. Tag: title
#: master.xml:25
#, no-c-format
msgid "Developing loosely-coupled code"
msgstr ""

#. Tag: title
#: master.xml:35
#, no-c-format
msgid "Making the most of strong typing"
msgstr ""

#. Tag: title
#: master.xml:46
#, no-c-format
msgid "Web Beans and the Java EE ecosystem"
msgstr ""

0 comments on commit 992fa54

Please sign in to comment.