Adding Japanese translation

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4149 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-12-23 08:15:18 +00:00
parent 29a389f322
commit fcaf285dc4
2 changed files with 345 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,345 @@
msgid ""
msgstr ""
"Project-Id-Version: CakePHP 1.2.x.x\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2006-12-23 02:19-0600\n"
"Last-Translator: Larry E. Masters <phpnut (at) gmail (dot) com>\n"
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Language: Japanese\n"
"X-Poedit-Country: UNITED STATES\n"
"X-Poedit-SourceCharset: utf-8\n"
#: cake/libs/overloadable_php4.php:63
#: ;96 cake/libs/overloadable_php5.php:44
#: ;56
msgid "Magic method handler __call__ not defined in %s"
msgstr "マジックメソッドハンドラ __call__ が %s で定義されていません"
#: cake/libs/controller/components/acl_base.php:49
#: cake/libs/controller/components/dbacl/models/aclnode.php:55
#: ;125;200;219
msgid "[acl_base] The AclBase class constructor has been called, or the class was instantiated. This class must remain abstract. Please refer to the Cake docs for ACL configuration."
msgstr "[acl_base] AclBase クラスのコンストラクタが呼ばれたか、クラスのインスタンスが作成されました。このクラスは abstract のままにしなければなりません。Cake ドキュメントの ACL 設定を設定してください。"
#: cake/basics.php:96
msgid "Plugins must have a class named %s"
msgstr "Plugins に %s という名前のクラスが必要です"
#: cake/basics.php:1265
msgid "Deprecated: Use Set::countDim instead"
msgstr "廃止予定: Set::countDim を使用してください"
#: cake/libs/configure.php:213
msgid "Configure::load() - %s.php not found"
msgstr "Configure::load() - %s.php が見つかりません"
#: cake/libs/configure.php:219
msgid "Configure::load() - no variable $config found in %s.php"
msgstr "Configure::load() - %s.php の中に 変数 $config が見つかりません"
#: cake/libs/error.php:123
msgid "The requested address %s was not found on this server."
msgstr "リクエストされたアドレス %s はこのサーバにありませんでした。"
#: cake/libs/folder.php:281
msgid "chmodr() File exists"
msgstr "chmodr() ファイルが存在しています"
#: cake/libs/folder.php:308
msgid "mkdirr() File exists"
msgstr "mkdirr() ファイルが存在しています"
#: cake/libs/validation.php:302
msgid "You must define the $operator parameter for Validation::comparison()"
msgstr "Validation::comparison() の $operator パラメータを定義してください"
#: cake/libs/validation.php:325
msgid "You must define a regular expression for Validation::custom()"
msgstr "Validation::custom() の正規表現を定義してください"
#: cake/libs/controller/controller.php:255
msgid "Controller::__construct() : Can't get or parse my own class name, exiting."
msgstr "Controller::__construct() : このクラスの名前を取得、またはパースできません。終了します。"
#: cake/libs/controller/controller.php:605
msgid "Deprecated: Use Controller::set(\"title\", \"...\") instead"
msgstr "廃止予定: Controller::set(\"title\", \"...\") を使用してください。"
#: cake/libs/controller/components/security.php:352
msgid "SecurityComponent::loginCredentials() - Server does not support digest authentication"
msgstr "SecurityComponent::loginCredentials() - サーバがダイジェスト認証をサポートしていません"
#: cake/libs/controller/components/dbacl/db_acl.php:85
msgid "ACO permissions key %s does not exist in DB_ACL::check()"
msgstr "ACO のパーミッションキー %s が、 DB_ACL::check() に存在していません"
#: cake/libs/controller/components/dbacl/db_acl.php:144
msgid "DB_ACL::allow() - Invalid node"
msgstr "DB_ACL::allow() - ノードが正しくありません"
#: cake/libs/controller/components/dbacl/db_acl.php:162
msgid "DB_ACL::allow() - Invalid ACO action"
msgstr "DB_ACL::allow() - ACO アクションが正しくありません"
#: cake/libs/controller/components/dbacl/db_acl.php:231
msgid "Null id provided in DB_ACL::get"
msgstr "DB_ACL::get で null の id がありました"
#: cake/libs/controller/components/dbacl/models/aclnode.php:70
msgid "Null parent in %s::create()"
msgstr "%s::create() の parent が null です"
#: cake/libs/model/connection_manager.php:110
msgid "ConnectionManager::getDataSource - Non-existent data source %s"
msgstr "ConnectionManager::getDataSource - データソース %s が存在しません"
#: cake/libs/model/connection_manager.php:163
msgid "Unable to load DataSource file %s.php"
msgstr "データソースファイル %s.php を読めません"
#: cake/libs/model/datasources/dbo_source.php:305
msgid "Deprecated: Use DboSource::fetchRow() instead"
msgstr "廃止予定: DboSource::fetchRow() を使用してください"
#: cake/libs/model/datasources/dbo_source.php:313
msgid "Deprecated: Use DboSource::fetchRow($sql) instead"
msgstr "廃止予定: DboSource::fetchRow($sql) を使用してください"
#: cake/libs/model/datasources/dbo_source.php:1557
msgid "Implement in DBO"
msgstr "DBO に実装"
#: cake/libs/model/datasources/dbo/dbo_pear.php:79
msgid "Please implement DBO::disconnect() first."
msgstr "DBO::disconnect() を最初に実装してください"
#: cake/libs/model/datasources/dbo/dbo_pear.php:131
msgid "Please implement DBO_Pear::tablesList() for your database driver."
msgstr "データベースドライバーに DBO_Pear::tablesList() を実装してください"
#: cake/libs/view/helper.php:134
msgid "Method %s::%s does not exist"
msgstr "メソッド %s::%s が存在しません"
#: cake/libs/view/view.php:325
msgid "Error in view %s, got: &lt;blockquote&gt;%s&lt;/blockquote&gt;"
msgstr "ビュー %s でエラーです: &lt;blockquote&gt;%s&lt;/blockquote&gt;"
#: cake/libs/view/view.php:429
msgid "Error in layout %s, got: &lt;blockquote&gt;%s&lt;/blockquote&gt;"
msgstr "レイアウト %s でエラーです: &lt;blockquote&gt;%s&lt;/blockquote&gt;"
#: cake/libs/view/view.php:488
msgid "(View::setLayout) Deprecated: Use $this-&gt;layout = \"...\" instead"
msgstr "(View::setLayout) 廃止予定: $this-&gt;layout = \"...\" を使用してください"
#: cake/libs/view/helpers/form.php:88
msgid "Model %s does not exist"
msgstr "モデル %s が存在しません"
#: cake/libs/view/helpers/form.php:470
msgid "Don't use me yet"
msgstr "これをまだ使わないでください"
#: cake/libs/view/helpers/form.php:662
msgid "Deprecated: Use FormHelper::input() or FormHelper::text() instead"
msgstr "廃止予定: FormHelper::input() か FormHelper::text() を使用してください"
#: cake/libs/view/helpers/form.php:686
msgid "Deprecated: Use FormHelper::input() or FormHelper::checkbox() instead"
msgstr "廃止予定: FormHelper::input() か FormHelper::checkbox() を使用してください"
#: cake/libs/view/helpers/form.php:709
#: ;732;754;777;834
msgid "Deprecated: Use FormHelper::input() instead"
msgstr "廃止予定: FormHelper::input() を使用してください"
#: cake/libs/view/helpers/form.php:803
msgid "Deprecated: Use FormHelper::input() or FormHelper::select() instead"
msgstr "廃止予定: FormHelper::input() か FormHelper::select() を使用してください"
#: cake/libs/view/helpers/form.php:826
msgid "Deprecated: Use FormHelper::submit() instead"
msgstr "廃止予定: FormHelper::submit() を使用してください"
#: cake/libs/view/helpers/form.php:951
msgid "Deprecated: Use FormHelper::label() instead"
msgstr "廃止予定: FormHelper::label() を使用してください"
#: cake/libs/view/helpers/html.php:673
msgid "(HtmlHelper::formTag) Deprecated: Use FormHelper::create instead"
msgstr "(HtmlHelper::formTag) 廃止予定: FormHelper::create を使用してください"
#: cake/libs/view/helpers/html.php:719
msgid "(HtmlHelper::linkEmail) Deprecated: Use HtmlHelper::link instead"
msgstr "(HtmlHelper::linkEmail) 廃止予定: HtmlHelper::link を使用してください"
#: cake/libs/view/helpers/javascript.php:152
msgid "(JavascriptHelper::linkOut) Deprecated: Use JavascriptHelper::link instead"
msgstr "(JavascriptHelper::linkOut) 廃止予定: JavascriptHelper::link を使用してください"
#: cake/scripts/acl.php:91
msgid ""
"Unable to find /app/config/database.php. Please create it before continuing.\n"
"\n"
msgstr ""
"/app/config/database.php が見つかりません。続ける前にまずこのファイルを作成してください。\n"
"\n"
#: cake/scripts/bake.php:1892
msgid "File exists, overwrite?"
msgstr "ファイルが存在しています。上書きしますか。"
#: cake/scripts/bake.php:1896
msgid "Quitting."
msgstr "終了します。"
#: cake/scripts/bake.php:1902
msgid "Skip"
msgstr "スキップ"
#: cake/scripts/bake.php:1910
msgid "Wrote"
msgstr "作成"
#: cake/scripts/bake.php:1913
msgid "Error! Could not write to"
msgstr "エラーです。次の場所に書き込めませんでした。"
#: cake/scripts/templates/skel/webroot/css.php:68
#: ;76
msgid "Wrong file name."
msgstr "ファイル名が違います。"
#: cake/libs/view/templates/pages/home.ctp:34
msgid "CakePHP release information is on CakeForge"
msgstr "CakeForge の CakePHP リリース情報"
#: cake/libs/view/templates/pages/home.ctp:35
msgid "Read the release notes and get the latest version"
msgstr "リリースノート( release notes )を読んで最新版を取得する"
#: cake/libs/view/templates/pages/home.ctp:38
msgid "To change the content of this page, create: /app/views/pages/home.thtml."
msgstr "このページの内容を変更するには、/app/views/pages/home.thtml を作成してください。"
#: cake/libs/view/templates/pages/home.ctp:39
msgid "To change its layout, create: /app/views/layouts/default.thtml."
msgstr "レイアウトを変更するためには、/app/views/layouts/default.thtml を作成してください。"
#: cake/libs/view/templates/pages/home.ctp:40
msgid "See the views section of the manual for more info."
msgstr "詳しくは、マニュアルのビューのセクションを参照してください。"
#: cake/libs/view/templates/pages/home.ctp:41
msgid "You can also add some CSS styles for your pages at: app/webroot/css/."
msgstr "CSS スタイルシートを app/webroot/css/ に追加できます。"
#: cake/libs/view/templates/pages/home.ctp:43
msgid "More about Cake"
msgstr "Cake に関するその他の情報"
#: cake/libs/view/templates/pages/home.ctp:45
msgid "CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC."
msgstr "CakePHP は、 PHP の rapid development フレームワークです。Active Record, Association Data Mapping, Front Controller, MVC といった、よく知られているデザインパターンを使用しています。"
#: cake/libs/view/templates/pages/home.ctp:48
msgid "Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility."
msgstr "私たちの主要な目標は、すべてのレベルの PHP ユーザが、堅牢な WEB アプリケーションをすばやく開発でき、しかも柔軟性を失わないような、構造化されたフレームワークを提供することです。"
#: cake/libs/view/templates/pages/home.ctp:51
msgid "Cake Software Foundation"
msgstr "Cake Software Foundation"
#: cake/libs/view/templates/pages/home.ctp:52
msgid "Promoting development related to CakePHP"
msgstr "CakePHP による開発の振興"
#: cake/libs/view/templates/pages/home.ctp:53
msgid "The Bakery"
msgstr "The Bakery"
#: cake/libs/view/templates/pages/home.ctp:54
msgid "Everything CakePHP"
msgstr "CakePHP の関連情報サイト"
#: cake/libs/view/templates/pages/home.ctp:55
msgid "Book Store"
msgstr "ブックストア"
#: cake/libs/view/templates/pages/home.ctp:56
msgid "Recommended Software Books"
msgstr "お勧めのソフトウェア書籍"
#: cake/libs/view/templates/pages/home.ctp:57
msgid "CakeSchwag"
msgstr "CakeSchwag"
#: cake/libs/view/templates/pages/home.ctp:58
msgid "Get your own CakePHP gear - Doughnate to Cake"
msgstr "CakePHP グッズを購入できます - Cake に寄付。"
#: cake/libs/view/templates/pages/home.ctp:59
msgid "CakePHP"
msgstr "CakePHP"
#: cake/libs/view/templates/pages/home.ctp:60
msgid "The Rapid Development Framework"
msgstr "Rapid Development (高速開発)フレームワーク"
#: cake/libs/view/templates/pages/home.ctp:61
msgid "CakePHP Manual"
msgstr "CakePHP マニュアル"
#: cake/libs/view/templates/pages/home.ctp:62
msgid "Your Rapid Development Cookbook"
msgstr "高速開発のクッキングブック"
#: cake/libs/view/templates/pages/home.ctp:63
msgid "CakePHP Wiki"
msgstr "CakePHP Wiki"
#: cake/libs/view/templates/pages/home.ctp:64
msgid "The Community for CakePHP"
msgstr "CakePHP のコミュニティ"
#: cake/libs/view/templates/pages/home.ctp:65
msgid "CakePHP API"
msgstr "CakePHP API"
#: cake/libs/view/templates/pages/home.ctp:66
msgid "Docblock Your Best Friend"
msgstr "開発の最良の友"
#: cake/libs/view/templates/pages/home.ctp:67
msgid "CakeForge"
msgstr "CakeForge"
#: cake/libs/view/templates/pages/home.ctp:68
msgid "Open Development for CakePHP"
msgstr "CakePHP のオープン開発"
#: cake/libs/view/templates/pages/home.ctp:69
msgid "CakePHP Trac"
msgstr "CakePHP Trac"
#: cake/libs/view/templates/pages/home.ctp:70
msgid "For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)"
msgstr "CakePHP の開発用 (Tickets, SVN browser, Roadmap, Changelogs)"
#: cake/libs/view/templates/pages/home.ctp:71
msgid "CakePHP Google Group"
msgstr "CakePHP Google グループ"
#: cake/libs/view/templates/pages/home.ctp:72
msgid "Community mailing list"
msgstr "コミュニティメーリングリスト"
#: cake/libs/view/templates/pages/home.ctp:74
msgid "Live chat about CakePHP"
msgstr "CakePHP の Live chat"