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 des Inhalts',
14  'Module is disabled' => 'Modul ist deaktiviert',
15  'Not allowed' => 'Nicht erlaubt',
16  'Generation completed' => 'Erzeugung abgeschlossen',
17  'Generate' => 'Erzeugen',
18  'Bulk load menu' => 'Massen-Import MenĂ¼',
19 
20  'Generate Users' => 'Erzeuge Benutzer',
21  'Generate Likes' => 'Erzeuge Likes',
22  'Generate Comments' => 'Erzeuge Kommentare',
23  'Generate Roles' => 'Erzeuge Rollen',
24 
25  'Users quantity' => 'Anzahl Benutzer',
26  'Likes quantity' => 'Anzahl Likes',
27  'Comments quantity' => 'Anzahl Kommentare',
28  'Roles quantity' => 'Anzahl Rollen',
29 );