Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
like.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  'Like' => 'Мне нравится',
14  'Unlike' => 'Мне не нравится',
15  'others' => 'других',
16  'and' => 'и',
17  'other' => 'других',
18  'You' => 'Вы',
19  'likes' => 'лайков',
20  'And others...' => 'И другие...',
21  'others like this' => 'другим это нравится',
22  'Log in to Like' => 'Авторизируйтесь, чтобы Лайкнуть',
23  'Noname' => 'без имени'
24 );