HHH-5397 - Odds and ends from documentation merge : types.xml + POT and PO
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19982 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
2e284f6287
commit
5857f0dfc5
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -662,7 +662,7 @@
|
|||
are both (generally speaking) classes written specifically for the application. They both might have
|
||||
references to other application-specific classes, as well as to collections and simple JDK types. As
|
||||
discussed before, the only distinguishing factory is the fact that a component does not own its own
|
||||
lifecycle.
|
||||
lifecycle nor does it define an identifier.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <kde-i18n-doc@kde.org>\n"
|
||||
|
@ -875,7 +875,7 @@ msgstr ""
|
|||
#. Tag: para
|
||||
#: type.xml:658
|
||||
#, no-c-format
|
||||
msgid "Components represent aggregations of values into a single Java type. For example, you might have an Address class that aggregates street, city, state, etc information or a Name class that aggregates the parts of a person's Name. In many ways a component looks exactly like an entity. They are both (generally speaking) classes written specifically for the application. They both might have references to other application-specific classes, as well as to collections and simple JDK types. As discussed before, the only distinguishing factory is the fact that a component does not own its own lifecycle."
|
||||
msgid "Components represent aggregations of values into a single Java type. For example, you might have an Address class that aggregates street, city, state, etc information or a Name class that aggregates the parts of a person's Name. In many ways a component looks exactly like an entity. They are both (generally speaking) classes written specifically for the application. They both might have references to other application-specific classes, as well as to collections and simple JDK types. As discussed before, the only distinguishing factory is the fact that a component does not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:32+0000\n"
|
||||
"POT-Creation-Date: 2010-07-21 04:35+0000\n"
|
||||
"PO-Revision-Date: 2010-07-21 04:32+0000\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -1026,7 +1026,7 @@ msgid ""
|
|||
"application. They both might have references to other application-specific "
|
||||
"classes, as well as to collections and simple JDK types. As discussed "
|
||||
"before, the only distinguishing factory is the fact that a component does "
|
||||
"not own its own lifecycle."
|
||||
"not own its own lifecycle nor does it define an identifier."
|
||||
msgstr ""
|
||||
|
||||
#. Tag: title
|
||||
|
|
Loading…
Reference in New Issue