Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
bulk.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 
12 return array(
13  'ID of content' => 'ID контента',
14  'Module is disabled' => 'Модуль отключен',
15  'Not allowed' => 'Доступ запрещен',
16  'Generation completed' => 'Генерация завершена',
17  'Generate' => 'Генерировать',
18  'Bulk load menu' => 'Меню генерации',
19 
20  'Generate Users' => 'Генерация пользователей',
21  'Generate Likes' => 'Генерация лайков',
22  'Generate Comments' => 'Генерация комментариев',
23  'Generate Roles' => 'Генерация ролей',
24 
25  'Users quantity' => 'К-во пользователей',
26  'Likes quantity' => 'К-во лайков',
27  'Comments quantity' => 'К-во комментариев',
28  'Roles quantity' => 'К-во ролей',
29 );