Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
install.php
1 <?php
2 /**
3  * Message translations.
4  *
5  * This file is automatically generated by 'yiic message' command.
6  * It contains the localizable messages extracted from source code.
7  * You may modify this file by translating the extracted messages.
8  *
9  * Each array element represents the translation (value) of a message (key).
10  * If the value is empty, the message is considered as not translated.
11  *
12  * NOTE, this file must be saved in UTF-8 encoding.
13  *
14  * @version $Id: $
15  */
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 );