diff --git a/documentation/manual/src/main/docbook/de-DE/content/preface.po b/documentation/manual/src/main/docbook/de-DE/content/preface.po
index 239636d3c2..b515afa126 100644
--- a/documentation/manual/src/main/docbook/de-DE/content/preface.po
+++ b/documentation/manual/src/main/docbook/de-DE/content/preface.po
@@ -15,65 +15,118 @@ msgstr ""
#. Tag: title
#, no-c-format
msgid "Preface"
-msgstr ""
+msgstr "Vorwort"
#. Tag: para
#, no-c-format
msgid "Working with object-oriented software and a relational database can be cumbersome and time consuming in today's enterprise environments. Hibernate is an Object/Relational Mapping tool for Java environments. The term Object/Relational Mapping (ORM) refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema."
msgstr ""
+"Die Arbeit mit objektorientierter Software und einer relationalen Datenbank "
+"kann sich in Unternehmensumgebungen heutzutage als mühsam und zeitaufwendig "
+"erweisen. Bei Hibernate handelt es sich um ein objekt/relationales Mapping-"
+"Tool für Java Umgebungen. Der Begriff objekt/relationales Mapping (ORM) "
+"bezieht sich auf die Technik des Mappens einer Datenrepräsentation von einem "
+"Objektmodell zu einem relationalen Datenmodell mit SQL-basiertem Schema."
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities. It can also significantly reduce development time otherwise spent with manual data handling in SQL and JDBC."
msgstr ""
+"Hibernate besorgt nicht nur das Mapping von Java-Klassen zu "
+"Datenbanktabellen (und von Java-Datentypen zu SQL-Datentypen ), sondern "
+"bietet auch Datenanfragen sowie Datenbeschaffungshilfen, mittels derer sich "
+"die Entwicklungszeit maßgeblich senken lässt, da die manuelle "
+"Datenbearbeitung in SQL und JDBC entfällt."
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "Hibernate's goal is to relieve the developer from 95 percent of common data persistence related programming tasks. Hibernate may not be the best solution for data-centric applications that only use stored-procedures to implement the business logic in the database, it is most useful with object-oriented domain models and business logic in the Java-based middle-tier. However, Hibernate can certainly help you to remove or encapsulate vendor-specific SQL code and will help with the common task of result set translation from a tabular representation to a graph of objects."
msgstr ""
+"Hibernate will dem Entwickler 95 Prozent der mit gängiger Datenpersistenz "
+"verbundenen Programmierarbeit abnehmen. Hibernate ist möglicherweise nicht "
+"die beste Lösung für datenzentrische Anwendungen, die nur gespeicherte "
+"Prozeduren zur Implementierung der Business Logik in die Datenbank "
+"verwenden, ist jedoch was objektorientierte Domain-Modelle und Business "
+"Logik im Java-basierten Mittel-Tier angeht am leistungsfähigsten. Hibernate "
+"kann Ihnen mit Sicherheit dabei helfen, den anbieterspezifischen SQL-Code zu "
+"entfernen oder einzukapseln und unterstützt Sie auch bei der gängigen "
+"Aufgabe der Übersetzung des Ergebnissatzes einer tabellarischen "
+"Repräsentation in ein Objektdiagramm."
#. Tag: para
#, no-c-format
msgid "If you are new to Hibernate and Object/Relational Mapping or even Java, please follow these steps:"
msgstr ""
+"Falls Ihnen Hibernate und Objekt/Relationales Mapping oder sogar Java neu "
+"sind, orientieren Sie sich bitte an folgenden Schritten:"
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "Read for a tutorial with step-by-step instructions. The source code for the tutorial is included in the distribution in the doc/reference/tutorial/ directory."
msgstr ""
+"Lesen Sie für eine schrittweise Anleitung. Der "
+"Quellcode der Anleitung ist Teil der Distrubution im doc/reference/"
+"tutorial/-Verzeichnis."
#. Tag: para
#, no-c-format
msgid "Read to understand the environments where Hibernate can be used."
msgstr ""
+"Lesen Sie , um mehr über die Umgebungen zu "
+"erfahren, in denen Hibernate eingesetzt werden kann."
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "View the eg/ directory in the Hibernate distribution. It contains a simple standalone application. Copy your JDBC driver to the lib/ directory and edit etc/hibernate.properties, specifying correct values for your database. From a command prompt in the distribution directory, type ant eg (using Ant), or under Windows, type build eg."
msgstr ""
+"Schauen Sie sich das eg/-Verzeichnis in der Hibernate "
+"Distribution an, es enthält eine einfache, selbständige Anwendung. Kopieren "
+"Sie Ihren JDBC-Treiber in das lib/-Verzeichnis und "
+"editieren Sie etc/hibernate.properties, indem Sie "
+"korrekte Werte für Ihre Datenbank spezifizieren. Von einer Kommandozeile im "
+"Distributionsverzeichnis tippen Sie ant eg (unter "
+"Verwendung von Ant) oder in Windows tippen Sie build eg."
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "Use this reference documentation as your primary source of information. Consider reading if you need more help with application design, or if you prefer a step-by-step tutorial. Also visit and download the example application from ."
msgstr ""
+"Verwenden Sie diese Referenzdokumentation als Ihre primäre "
+"Informationsquelle. Weitere Informationen finden Sie außerdem unter "
+"Hibernate in Action (http://www.manning.com/bauer), "
+"falls Sie Hilfe bei Ihrem Anwendungsdesign benötigen oder eine Schritt-für-"
+"Schritt-Anleitung vorziehen. Eine herunterladbare Beispielanwendung von "
+"\"Hibernate in Action\" finden Sie auch unter http://caveatemptor.hibernate."
+"org."
#. Tag: para
#, no-c-format
msgid "FAQs are answered on the Hibernate website."
msgstr ""
+"Antworten auf häufig gestellte Fragen (FAQs) finden Sie auf der Website von "
+"Hibernate."
#. Tag: para
#, no-c-format
msgid "Links to third party demos, examples, and tutorials are maintained on the Hibernate website."
msgstr ""
+"Auf der Hibernate Website befinden sich auch Demos, Beispiele und "
+"Anleitungen Dritter."
#. Tag: para
#, no-c-format
msgid "The Community Area on the Hibernate website is a good resource for design patterns and various integration solutions (Tomcat, JBoss AS, Struts, EJB, etc.)."
msgstr ""
+"Bei Fragen wenden Sie sich an das Benutzerforum, das mit der Hibernate "
+"Website verlinkt ist. Wir bieten auch ein JIRA-Problemverfolgungssystem für "
+"Fehlerberichte und Feature-Anfragen. Falls Sie an der Entwicklung von "
+"Hibernate interessiert sind, registrieren Sie sich bei der Mailing-Liste für "
+"Entwickler. Falls Sie diese Dokumentation in Ihre Sprache übersetzen "
+"möchten, setzen Sie sich mittels der Mailing-Liste für Entwickler mit uns in "
+"Verbindung."
#. Tag: para
-#, no-c-format
+#, fuzzy, no-c-format
msgid "If you have questions, use the user forum linked on the Hibernate website. We also provide a JIRA issue tracking system for bug reports and feature requests. If you are interested in the development of Hibernate, join the developer mailing list. If you are interested in translating this documentation into your language, contact us on the developer mailing list."
msgstr ""
diff --git a/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml b/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
deleted file mode 100644
index 5c04f26620..0000000000
--- a/documentation/manual/src/main/docbook/en-US/Hibernate_Reference.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-]>
-
-
-
-
- HIBERNATE - Relational Persistence for Idiomatic Java
- Hibernate Reference Documentation
- &versionNumber;
- &versionNumber;
- &today;
- 1
-
-
-
-
-
-
-
-
-
- ©rightYear;
- ©rightHolder;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-