aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/customer/custom_field.php
blob: 2fdfffc4ee010db3a7900a0d2d5cfcff669cf392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
// Heading
$_['heading_title']        = 'Custom Fields';

// Text
$_['text_success']         = 'Success: You have modified custom fields!';
$_['text_list']            = 'Custom Field List';
$_['text_add']             = 'Add Custom Field';
$_['text_edit']            = 'Edit Custom Field';
$_['text_choose']          = 'Choose';
$_['text_select']          = 'Select';
$_['text_radio']           = 'Radio';
$_['text_checkbox']        = 'Checkbox';
$_['text_input']           = 'Input';
$_['text_text']            = 'Text';
$_['text_textarea']        = 'Textarea';
$_['text_file']            = 'File';
$_['text_date']            = 'Date';
$_['text_datetime']        = 'Date &amp; Time';
$_['text_time']            = 'Time';
$_['text_account']         = 'Account';
$_['text_address']         = 'Address';
$_['text_affiliate']       = 'Affiliate';
$_['text_regex']           = 'Regex';
$_['text_custom_field']    = 'Custom Field';
$_['text_value']           = 'Custom Field Values';

// Column
$_['column_name']          = 'Custom Field Name';
$_['column_location']      = 'Location';
$_['column_type']          = 'Type';
$_['column_sort_order']    = 'Sort Order';
$_['column_action']        = 'Action';

// Entry
$_['entry_name']           = 'Custom Field Name';
$_['entry_location']       = 'Location';
$_['entry_type']           = 'Type';
$_['entry_value']          = 'Value';
$_['entry_validation']     = 'Validation';
$_['entry_custom_value']   = 'Custom Field Value Name';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_required']       = 'Required';
$_['entry_status']         = 'Status';
$_['entry_sort_order']     = 'Sort Order';

// Help
$_['help_regex']           = 'Use regex. E.g: /[a-zA-Z0-9_-]/';
$_['help_sort_order']      = 'Use minus to count backwards from the last field in the set.';

// Error
$_['error_permission']     = 'Warning: You do not have permission to modify custom fields!';
$_['error_name']           = 'Custom Field Name must be between 1 and 128 characters!';
$_['error_type']           = 'Warning: Custom Field Values required!';
$_['error_custom_value']   = 'Custom Value Name must be between 1 and 128 characters!';