Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
core.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 return array(
12  'New' => 'Neu',
13  'Delete' => 'Löschen',
14  'Save' => 'Speichern',
15  'Name' => 'Name',
16  'Title' => 'Titel',
17  'Are you sure?' => 'Wirklich durchführen?',
18  'Personalisation attributes tree' => 'Personalisierungsattribute',
19  'new_attribute' => 'Neue Attribute',
20  'This name has already been taken.' => 'Dieser Begriff ist schon vergeben.'
21 );