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 
12 return array(
13  'Comments' => 'Comments',
14  'Name' => 'Name',
15  'Email' => 'Email',
16  'Subject' => 'Subject',
17  'Description' => 'Message',
18  'Notify me on new comments' => 'Notify me on new comments',
19  'Verify Code' => 'Verify code',
20  'Submit' => 'Submit',
21  'No comments' => 'No comments available',
22  'Reply' => 'Reply',
23  'Delete' => 'Delete',
24  'Approve' => 'Approve',
25  'Not approve' => 'Not approve',
26  'Comment approved' => 'Comment is approved.',
27  'Comment not approved' => 'Comment is not approved',
28  'Comment deleted successfully' => 'Comment was deleted successfully',
29  'You have no access or comment deleted' => 'No access or comment is already deleted',
30  'You have no access' => 'No access',
31  'Your comment added successfully and will be displayed' => 'Your comment was added successfully and will be displayed',
32  'Anonymous comments not allowed' => 'Anonymous comments are not allowed',
33  'Comment created' => 'Comment created',
34  'Comment created: {subject}' => 'Comment created: {subject}',
35  'Comment created (Moderator) {subject}' => 'Comment created (Moderator) {subject}'
36 );