HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
install.php
Go to the documentation of this file.
1 <?php
16 return array(
17  'Application authorization manager must extend the RightsAuthManager class.' => 'アプリケーションの権限マネージャは、RightsAuthManager クラスを継承しなければなりません。',
18  'Application web user must extend the RightsWebUser class.' => 'アプリケーションのウェブ・ユーザーは、RightsWebUser クラスを継承しなければなりません。',
19  'Congratulations!' => 'おめでとうございます。',
20  'Install Rights' => 'Rights をインストールする',
21  'Installation failed.' => 'インストールが失敗しました。',
22  'No' => 'いいえ',
23  'Notice: All your existing data will be lost.' => '注意 : 既存のデータは全て失われます。',
24  'Please confirm if you wish to reinstall.' => '再インストールします。よろしいですか。',
25  'Rights has been installed succesfully.' => 'Rights のインストールが成功しました。',
26  'Rights is already installed!' => 'Rights は既にインストール済みです。',
27  'Yes' => 'はい',
28  'You can start by generating your authorization items' => '権限アイテムを生成して、権限の管理を開始することが出来ます。',
29  'You must be logged in to install Rights.' => 'Rights をインストールするためには、ログインする必要があります。',
30  'here' => 'こちら',
31 );