Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
core.php
1 <?php
2 /**
3  * Created by JetBrains PhpStorm.
4  * User: Andrey
5  * Date: 2/28/13
6  * Time: 7:29 PM
7  * To change this template use File | Settings | File Templates.
8  */
9 
10 return array(
11  'Price' => '????',
12  'Admin Email'=> 'Email ??????????????',
13  'Title' => '????????',
14  'Quantity'=> '??????????',
15  'Cart is empty'=>'??????? ?????',
16  'All items'=>'??? ??????',
17  'free'=>'?????????',
18  'Total'=>'?????',
19  'Next'=>'?????',
20  'Order'=>'????????',
21  'Cart'=>'???????',
22  'MY CART'=>'??? ???????',
23  'Step'=> '???',
24  'Fields with {required} are required.' => '???? ?? {required} ????? ????????? ???????????.',
25  'Salutation'=>'???????????',
26  'First Name'=>'???',
27  'Last Name'=>'???????',
28  'Company'=>'????????',
29  'Date Of Birth'=>'???? ????????',
30  'Street'=> '?????',
31  'Zip Code'=>'???????? ??????',
32  'City'=>'?????',
33  'MemberNo'=>'MemberNo',
34  'SVNR'=>'SVNR',
35  'Country'=>'??????',
36  'Telephone'=>'???????',
37  'Email'=>'Email',
38  'Shipping Info'=>'?????????? ? ????????',
39  'Payment Info'=>'?????????? ?? ??????',
40  'Verify Code'=>'??????????? ???',
41  'User Info'=>'?????????? ? ????????????',
42  'Finish'=>'?????????',
43  'Get a new code'=>'???????? ???',
44  'Items ordered'=>'???? ???????? ??????',
45  'You ordered items'=>'?? ???????? ??????',
46  'de' => '????????',
47  'en' => '??????????',
48  'ru' => '???????',
49  'Quantity to add' => '??????????'
50 );