en-gb.php
7.42 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?php
// Locale
$_['code'] = 'en';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'd/m/Y';
$_['date_format_long'] = 'l dS F Y';
$_['time_format'] = 'h:i:s A';
$_['datetime_format'] = 'd/m/Y H:i:s';
$_['decimal_point'] = '.';
$_['thousand_point'] = ',';
// Text
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['text_enabled'] = 'Enabled';
$_['text_disabled'] = 'Disabled';
$_['text_none'] = ' --- None --- ';
$_['text_select'] = ' --- Please Select --- ';
$_['text_select_all'] = 'Select All';
$_['text_unselect_all'] = 'Unselect All';
$_['text_all_zones'] = 'All Zones';
$_['text_default'] = ' <b>(Default)</b>';
$_['text_close'] = 'Close';
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
$_['text_loading'] = 'Loading...';
$_['text_no_results'] = 'No results!';
$_['text_confirm'] = 'Are you sure?';
$_['text_home'] = 'Home';
// Button
$_['button_add'] = 'Add New';
$_['button_delete'] = 'Delete';
$_['button_save'] = 'Save';
$_['button_cancel'] = 'Cancel';
$_['button_cancel_recurring'] = 'Cancel Recurring Payments';
$_['button_continue'] = 'Continue';
$_['button_clear'] = 'Clear';
$_['button_close'] = 'Close';
$_['button_enable'] = 'Enable';
$_['button_disable'] = 'Disable';
$_['button_filter'] = 'Filter';
$_['button_send'] = 'Send';
$_['button_edit'] = 'Edit';
$_['button_copy'] = 'Copy';
$_['button_back'] = 'Back';
$_['button_remove'] = 'Remove';
$_['button_refresh'] = 'Refresh';
$_['button_export'] = 'Export';
$_['button_import'] = 'Import';
$_['button_download'] = 'Download';
$_['button_rebuild'] = 'Rebuild';
$_['button_upload'] = 'Upload';
$_['button_submit'] = 'Submit';
$_['button_invoice_print'] = 'Print Invoice';
$_['button_shipping_print'] = 'Print Shipping List';
$_['button_address_add'] = 'Add Address';
$_['button_attribute_add'] = 'Add Attribute';
$_['button_banner_add'] = 'Add Banner';
$_['button_custom_field_value_add'] = 'Add Custom Field';
$_['button_product_add'] = 'Add Product';
$_['button_filter_add'] = 'Add Filter';
$_['button_option_add'] = 'Add Option';
$_['button_option_value_add'] = 'Add Option Value';
$_['button_recurring_add'] = 'Add Recurring';
$_['button_discount_add'] = 'Add Discount';
$_['button_special_add'] = 'Add Special';
$_['button_image_add'] = 'Add Image';
$_['button_geo_zone_add'] = 'Add Geo Zone';
$_['button_history_add'] = 'Add History';
$_['button_transaction_add'] = 'Add Transaction';
$_['button_route_add'] = 'Add Route';
$_['button_rule_add'] = 'Add Rule';
$_['button_module_add'] = 'Add Module';
$_['button_link_add'] = 'Add Link';
$_['button_approve'] = 'Approve';
$_['button_reset'] = 'Reset';
$_['button_generate'] = 'Generate';
$_['button_voucher_add'] = 'Add Voucher';
$_['button_reward_add'] = 'Add Reward Points';
$_['button_reward_remove'] = 'Remove Reward Points';
$_['button_commission_add'] = 'Add Commission';
$_['button_commission_remove'] = 'Remove Commission';
$_['button_credit_add'] = 'Add Credit';
$_['button_credit_remove'] = 'Remove Credit';
$_['button_ip_add'] = 'Add IP';
$_['button_parent'] = 'Parent';
$_['button_folder'] = 'New Folder';
$_['button_search'] = 'Search';
$_['button_view'] = 'View';
$_['button_install'] = 'Install';
$_['button_uninstall'] = 'Uninstall';
$_['button_login'] = 'Login into Store';
$_['button_unlock'] = 'Unlock Account';
$_['button_link'] = 'Link';
$_['button_currency'] = 'Refresh Currency Values';
$_['button_apply'] = 'Apply';
$_['button_category_add'] = 'Add Category';
$_['button_order'] = 'View Order';
$_['button_order_recurring'] = 'View Recurring Order';
// Tab
$_['tab_address'] = 'Address';
$_['tab_additional'] = 'Additional';
$_['tab_admin'] = 'Admin';
$_['tab_attribute'] = 'Attribute';
$_['tab_customer'] = 'Customer Details';
$_['tab_data'] = 'Data';
$_['tab_design'] = 'Design';
$_['tab_discount'] = 'Discount';
$_['tab_general'] = 'General';
$_['tab_history'] = 'History';
$_['tab_ftp'] = 'FTP';
$_['tab_ip'] = 'IP Addresses';
$_['tab_links'] = 'Links';
$_['tab_log'] = 'Log';
$_['tab_image'] = 'Image';
$_['tab_option'] = 'Option';
$_['tab_server'] = 'Server';
$_['tab_store'] = 'Store';
$_['tab_special'] = 'Special';
$_['tab_session'] = 'Session';
$_['tab_local'] = 'Local';
$_['tab_mail'] = 'Mail';
$_['tab_module'] = 'Module';
$_['tab_payment'] = 'Payment Details';
$_['tab_product'] = 'Products';
$_['tab_reward'] = 'Reward Points';
$_['tab_shipping'] = 'Shipping Details';
$_['tab_total'] = 'Totals';
$_['tab_transaction'] = 'Transactions';
$_['tab_voucher'] = 'Vouchers';
$_['tab_sale'] = 'Sales';
$_['tab_marketing'] = 'Marketing';
$_['tab_online'] = 'People Online';
$_['tab_activity'] = 'Recent Activity';
$_['tab_recurring'] = 'Recurring';
$_['tab_action'] = 'Action';
$_['tab_google'] = 'Google';
// Error
$_['error_exception'] = 'Error Code(%s): %s in %s on line %s';
$_['error_upload_1'] = 'Warning: The uploaded file exceeds the upload_max_filesize directive in php.ini!';
$_['error_upload_2'] = 'Warning: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!';
$_['error_upload_3'] = 'Warning: The uploaded file was only partially uploaded!';
$_['error_upload_4'] = 'Warning: No file was uploaded!';
$_['error_upload_6'] = 'Warning: Missing a temporary folder!';
$_['error_upload_7'] = 'Warning: Failed to write file to disk!';
$_['error_upload_8'] = 'Warning: File upload stopped by extension!';
$_['error_upload_999'] = 'Warning: No error code available!';
$_['error_curl'] = 'CURL: Error Code(%s): %s';