diff --git a/documentation/manual/src/main/docbook/zh-CN/Book_Info.po b/documentation/manual/src/main/docbook/zh-CN/Book_Info.po index bba37587bd..94f3bea2cc 100644 --- a/documentation/manual/src/main/docbook/zh-CN/Book_Info.po +++ b/documentation/manual/src/main/docbook/zh-CN/Book_Info.po @@ -1,10 +1,10 @@ -# +# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: 0\n" -"POT-Creation-Date: 2010-02-04T04:51:21\n" +"POT-Creation-Date: 2010-03-12T00:03:45\n" "PO-Revision-Date: 2010-02-04T04:51:21\n" "Last-Translator: Automatically generated\n" "Language-Team: None\n" @@ -24,6 +24,5 @@ msgstr "" #. Tag: releaseinfo #, no-c-format -msgid "&versionNumber;" +msgid "&version;" msgstr "" - diff --git a/documentation/manual/src/main/docbook/zh-CN/content/architecture.po b/documentation/manual/src/main/docbook/zh-CN/content/architecture.po index 1e4447e6b7..2d054b4a1e 100644 --- a/documentation/manual/src/main/docbook/zh-CN/content/architecture.po +++ b/documentation/manual/src/main/docbook/zh-CN/content/architecture.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Collection_Mapping\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2010-02-10T07:25:34\n" +"POT-Creation-Date: 2010-03-12T00:03:45\n" "PO-Revision-Date: 2010-01-11 10:12+1000\n" "Last-Translator: Xi HUANG \n" "Language-Team: \n" @@ -519,7 +519,7 @@ msgstr "" #, fuzzy, no-c-format msgid "" "The first two implementations provide a \"one session - one database " -"transaction\" programming model. This is also also known and used as " +"transaction\" programming model. This is also known and used as " "session-per-request. The beginning and end of a " "Hibernate session is defined by the duration of a database transaction. If " "you use programmatic transaction demarcation in plain JSE without JTA, you " diff --git a/documentation/manual/src/main/docbook/zh-CN/content/performance.po b/documentation/manual/src/main/docbook/zh-CN/content/performance.po index a3d35b12a9..f658c13a4b 100644 --- a/documentation/manual/src/main/docbook/zh-CN/content/performance.po +++ b/documentation/manual/src/main/docbook/zh-CN/content/performance.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: performance\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2010-02-11T05:38:15\n" +"POT-Creation-Date: 2010-03-12T00:03:47\n" "PO-Revision-Date: 2009-12-07 09:35+1000\n" "Last-Translator: Xi HUANG \n" "Language-Team: \n" @@ -1492,7 +1492,7 @@ msgstr "" #, no-c-format msgid "" "If you configure your underlying cache implementation to use expiry or " -"timeouts is is very important that the cache timeout of the underlying cache " +"timeouts is very important that the cache timeout of the underlying cache " "region for the UpdateTimestampsCache be set to a higher value than the " "timeouts of any of the query caches. In fact, we recommend that the the " "UpdateTimestampsCache region not be configured for expiry at all. Note, in " diff --git a/documentation/manual/src/main/docbook/zh-CN/content/portability.po b/documentation/manual/src/main/docbook/zh-CN/content/portability.po index b8d21c7bab..7d76b379af 100644 --- a/documentation/manual/src/main/docbook/zh-CN/content/portability.po +++ b/documentation/manual/src/main/docbook/zh-CN/content/portability.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Collection_Mapping\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2010-02-11T05:38:15\n" +"POT-Creation-Date: 2010-03-12T00:03:47\n" "PO-Revision-Date: 2010-01-11 10:57+1000\n" "Last-Translator: Xi HUANG \n" "Language-Team: \n" @@ -255,11 +255,11 @@ msgid "" msgstr "" #. Tag: para -#, no-c-format +#, fuzzy, no-c-format msgid "" "SQL functions can be referenced in many ways by users. However, not all " "databases support the same set of functions. Hibernate, provides a means of " -"mapping a logical function name to a a delegate which " +"mapping a logical function name to a delegate which " "knows how to render that particular function, perhaps even using a totally " "different physical function call." msgstr "" diff --git a/documentation/manual/src/main/docbook/zh-CN/content/query_sql.po b/documentation/manual/src/main/docbook/zh-CN/content/query_sql.po index d497b46b47..dfaadb764c 100644 --- a/documentation/manual/src/main/docbook/zh-CN/content/query_sql.po +++ b/documentation/manual/src/main/docbook/zh-CN/content/query_sql.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Collection_Mapping\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2010-02-11T05:38:15\n" +"POT-Creation-Date: 2010-03-12T00:03:47\n" "PO-Revision-Date: 2010-01-11 10:42+1000\n" "Last-Translator: Xi HUANG \n" "Language-Team: \n" @@ -507,8 +507,8 @@ msgid "{coll.element.*}" msgstr "{coll.element.*}" #. Tag: entry -#, no-c-format -msgid "All properties of the the collection" +#, fuzzy, no-c-format +msgid "All properties of the collection" msgstr "集合的所有属性" #. Tag: entry diff --git a/documentation/manual/src/main/docbook/zh-CN/content/session_api.po b/documentation/manual/src/main/docbook/zh-CN/content/session_api.po index bbd97b414b..c7adfbb4f2 100644 --- a/documentation/manual/src/main/docbook/zh-CN/content/session_api.po +++ b/documentation/manual/src/main/docbook/zh-CN/content/session_api.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: session_api\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2010-02-10T07:25:35\n" +"POT-Creation-Date: 2010-03-12T00:03:48\n" "PO-Revision-Date: 2009-12-04 14:00+1000\n" "Last-Translator: Xi HUANG \n" "Language-Team: \n" @@ -137,9 +137,9 @@ msgid "Making objects persistent" msgstr "使对象持久化" #. Tag: para -#, no-c-format +#, fuzzy, no-c-format msgid "" -"Newly instantiated instances of a a persistent class are considered " +"Newly instantiated instances of a persistent class are considered " "transient by Hibernate. We can make a transient " "instance persistent by associating it with a session:" msgstr "" diff --git a/documentation/manual/src/main/docbook/zh-CN/fallback_content/Feedback.po b/documentation/manual/src/main/docbook/zh-CN/fallback_content/Feedback.po index 77ff0bc012..1ff600c47f 100644 --- a/documentation/manual/src/main/docbook/zh-CN/fallback_content/Feedback.po +++ b/documentation/manual/src/main/docbook/zh-CN/fallback_content/Feedback.po @@ -1,10 +1,10 @@ -# +# # AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: 0\n" -"POT-Creation-Date: 2010-02-04T04:51:23\n" +"POT-Creation-Date: 2010-03-12T00:03:48\n" "PO-Revision-Date: 2010-02-04T04:51:23\n" "Last-Translator: Automatically generated\n" "Language-Team: None\n" @@ -17,18 +17,7 @@ msgstr "" msgid "We Need Feedback!" msgstr "" -#. Tag: primary -#, no-c-format -msgid "feedback" -msgstr "" - -#. Tag: secondary -#, no-c-format -msgid "contact information for this manual" -msgstr "" - #. Tag: para #, no-c-format msgid "You should over ride this by creating your own local Feedback.xml file." msgstr "" -