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  'Congratulations!' => '祝贺!',
18  'Install Rights' => '安装 Rights',
19  'Installation failed.' => '安装失败。',
20  'No' => '否',
21  'Notice: All your existing data will be lost.' => '注意:所有存在的数据将会丢失。',
22  'Please confirm if you wish to reinstall.' => '如果您希望重新安装,请确认。',
23  'Rights has been installed succesfully.' => 'Rights 已经成功安装。',
24  'Rights is already installed!' => 'Rights 已经安装过!',
25  'Yes' => '是',
26  'You can start by generating your authorization items' => '作为开始,您现在就可以生成授权项了!',
27  'You must be logged in to install Rights.' => '您必须登录后才能安装 Rights。',
28  'here' => '这里',
29 
30 );