[jboss-cvs] JBossAS SVN: r77743 - in projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide: pot and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 1 05:10:33 EDT 2008


Author: khashida at redhat.com
Date: 2008-09-01 05:10:33 -0400 (Mon, 01 Sep 2008)
New Revision: 77743

Modified:
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/ja-JP/Annotations_Reference_Guide.po
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Annotations_Reference_Guide.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Book_Info.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Entity.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Lucene.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Setup.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Validator.pot
   projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Xml-Overriding.pot
Log:
updated

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/ja-JP/Annotations_Reference_Guide.po
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/ja-JP/Annotations_Reference_Guide.po	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/ja-JP/Annotations_Reference_Guide.po	2008-09-01 09:10:33 UTC (rev 77743)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: Annotations_Reference_Guide\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 08:45+0000\n"
 "PO-Revision-Date: 2008-08-18 11:03+1000\n"
 "Last-Translator: Kiyoto Hashida <khashida at redhat.com>\n"
 "Language-Team: Japanese <jp at li.org>\n"
@@ -39,16 +39,16 @@
 "(in Hibernate&#39;s case on startup) using reflection, so no external XML "
 "files are needed."
 msgstr ""
-"他の全てのオブジェクト/関係マッピングツールと同様に、Hibernate は1つの表現から "
-"他の表現へのデータの転換を監視するメタデータを必要とします。 "
-"Hibernate 2.x では、メタデータのマッピングはほとんどの場合、XML テキストファイルで "
-"宣言されます。別の方法としては、XDoclet があり、これは Javadoc ソース "
-"コードアノテーションとコンパイル時のプレプロセッサを一緒に使用します。同じようなアノテーション "
-"サポートが現在、標準の JDK で利用できますが、ツールの方がより強力で良いサポートを "
-"提供します。例えば、IntelliJ IDEA 及び Eclipse は JDK 5.0 アノテーションの自動補完や "
-"構文強調などをサポートします。このアノテーションはバイトコードにコンパイルされてリフレクションを "
-"使用してランタイム(Hibernate では起動時)に読み込まれます。外部 XML ファイルは "
-"必要ありません。"
+"他の全てのオブジェクト/関係マッピングツールと同様に、Hibernate は1つの表現か"
+"ら 他の表現へのデータの転換を監視するメタデータを必要とします。 Hibernate 2."
+"x では、メタデータのマッピングはほとんどの場合、XML テキストファイルで 宣言さ"
+"れます。別の方法としては、XDoclet があり、これは Javadoc ソース コードアノ"
+"テーションとコンパイル時のプレプロセッサを一緒に使用します。同じようなアノ"
+"テーション サポートが現在、標準の JDK で利用できますが、ツールの方がより強力"
+"で良いサポートを 提供します。例えば、IntelliJ IDEA 及び Eclipse は JDK 5.0 ア"
+"ノテーションの自動補完や 構文強調などをサポートします。このアノテーションはバ"
+"イトコードにコンパイルされてリフレクションを 使用してランタイム(Hibernate で"
+"は起動時)に読み込まれます。外部 XML ファイルは 必要ありません。"
 
 #. Tag: para
 #: Annotations_Reference_Guide.xml:16
@@ -68,36 +68,37 @@
 "You can at all times fall back to Hibernate native APIs, or if required, "
 "even to native JDBC and SQL."
 msgstr ""
-"EJB3 仕様は透過的なオブジェクト/関係マッピングパラダイムの関心事項と成功を "
-"認識しています。EJB3 仕様は 全てのオブジェクト/関係永続化メカニズムに "
-"必要となる基本 API とメタデータを標準化します。<emphasis>Hibernate EntityManager</"
-"emphasis> はプログラミングインターフェイスとライフサイクルルールを EJB3 永続化仕様で "
-"定義されている通りに実装し、そして、<emphasis>Hibernate Annotations</emphasis> と共に "
-"完全な(そしてスタンドアロンの)EJB3 永続化ソリューションを熟成した "
-"Hibernate コア上で実装します。ご自分のプロジェクトのビジネス及び技術的なニーズに応じて、 "
-"これら3つの全ての組み合わせか、EJB3 プログラミングインターフェイスとライフサイクルのない "
-"アノテーションか、又は純粋なネイティブの Hibernate を使用することができます。そして、 "
-"いつでも Hibernate ネイティブ API か、又は必要であれば、ネイティブの JDBC と SQL に "
-"戻ることができます。"
+"EJB3 仕様は透過的なオブジェクト/関係マッピングパラダイムの関心事項と成功を 認"
+"識しています。EJB3 仕様は 全てのオブジェクト/関係永続化メカニズムに 必要とな"
+"る基本 API とメタデータを標準化します。<emphasis>Hibernate EntityManager</"
+"emphasis> はプログラミングインターフェイスとライフサイクルルールを EJB3 永続"
+"化仕様で 定義されている通りに実装し、そして、<emphasis>Hibernate "
+"Annotations</emphasis> と共に 完全な(そしてスタンドアロンの)EJB3 永続化ソ"
+"リューションを熟成した Hibernate コア上で実装します。ご自分のプロジェクトのビ"
+"ジネス及び技術的なニーズに応じて、 これら3つの全ての組み合わせか、EJB3 プロ"
+"グラミングインターフェイスとライフサイクルのない アノテーションか、又は純粋な"
+"ネイティブの Hibernate を使用することができます。そして、 いつでも Hibernate "
+"ネイティブ API か、又は必要であれば、ネイティブの JDBC と SQL に 戻ることがで"
+"きます。"
 
 #. Tag: para
 #: Annotations_Reference_Guide.xml:19
-#, no-c-format
+#, fuzzy, no-c-format
 msgid ""
 "This release is based on the final release of the EJB 3.0 / JPA "
 "specification (aka JSP-220) and support all the specification features "
 "(including the optional ones). Most of the Hibernate features and extensions "
 "are also available through Hibernate specific annotations compared to the "
-"specification are also available. While the Hibernate feature coverage is "
-"now very high, some are still missing. The eventual goal is to cover all of "
+"specification documentation. While the Hibernate feature coverage is now "
+"very high, some are still missing. The eventual goal is to cover all of "
 "them. See the JIRA road map section for more informations."
 msgstr ""
-"このリリースは EJB 3.0 / JPA 仕様(別名 JSP-220)の最終リリースを "
-"ベースにしており、(オプションを含む)その全ての機能をサポートします。 "
-"Hibernate 特有の機能と拡張は、標準化されていない Hibernate 特有のアノテーションを "
-"通じてでも利用できます。Hibernate 機能はかなり広範に渡りますが、 "
-"その一部はまだアノテーションを通じて表現できません。最終的な目標はその全てを利用可能に "
-"することです。詳細は JIRA ロードマップをご覧下さい。"
+"このリリースは EJB 3.0 / JPA 仕様(別名 JSP-220)の最終リリースを ベースにし"
+"ており、(オプションを含む)その全ての機能をサポートします。 Hibernate 特有の"
+"機能と拡張は、標準化されていない Hibernate 特有のアノテーションを 通じてでも"
+"利用できます。Hibernate 機能はかなり広範に渡りますが、 その一部はまだアノテー"
+"ションを通じて表現できません。最終的な目標はその全てを利用可能に することで"
+"す。詳細は JIRA ロードマップをご覧下さい。"
 
 #. Tag: para
 #: Annotations_Reference_Guide.xml:22
@@ -106,7 +107,5 @@
 "If you are moving from previous Hibernate Annotations versions, please have "
 "a look at <uri>http://www.hibernate.org/371.html</uri> for a migration guide."
 msgstr ""
-"以前の Hibernate アノテーションのバージョンから移動している場合は、 "
-"移行のガイドについて、<uri>http://www.hibernate.org/371.html</uri> を "
-"ご覧下さい。"
-
+"以前の Hibernate アノテーションのバージョンから移動している場合は、 移行のガ"
+"イドについて、<uri>http://www.hibernate.org/371.html</uri> を ご覧下さい。"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Annotations_Reference_Guide.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Annotations_Reference_Guide.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Annotations_Reference_Guide.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -64,8 +64,8 @@
 "specification (aka JSP-220) and support all the specification features "
 "(including the optional ones). Most of the Hibernate features and extensions "
 "are also available through Hibernate specific annotations compared to the "
-"specification are also available. While the Hibernate feature coverage is "
-"now very high, some are still missing. The eventual goal is to cover all of "
+"specification documentation. While the Hibernate feature coverage is now "
+"very high, some are still missing. The eventual goal is to cover all of "
 "them. See the JIRA road map section for more informations."
 msgstr ""
 

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Book_Info.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Book_Info.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Book_Info.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Entity.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Entity.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Entity.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Lucene.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Lucene.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Lucene.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Setup.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Setup.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Setup.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Validator.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Validator.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Validator.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"

Modified: projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Xml-Overriding.pot
===================================================================
--- projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Xml-Overriding.pot	2008-09-01 09:04:59 UTC (rev 77742)
+++ projects/docs/enterprise/4.3/Hibernate/Annotations_Reference_Guide/pot/Xml-Overriding.pot	2008-09-01 09:10:33 UTC (rev 77743)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-08-11 00:59+0000\n"
+"POT-Creation-Date: 2008-09-01 09:06+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"




More information about the jboss-cvs-commits mailing list