Current Path : /var/test/www/alh/catalog/language/english/ |
Current File : /var/test/www/alh/catalog/language/english/english.php |
<?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'; $_['decimal_point'] = '.'; $_['thousand_point'] = ','; // Text $_['text_home'] = 'Home'; $_['text_yes'] = 'Yes'; $_['text_no'] = 'No'; $_['text_none'] = ' --- None --- '; $_['text_select'] = ' --- Please Select --- '; $_['text_all_zones'] = 'All Zones'; $_['text_pagination'] = 'Showing {start} to {end} of {total} ({pages} Pages)'; $_['text_separator'] = ' » '; // Buttons $_['button_add_address'] = 'Add Address'; $_['button_back'] = 'Back'; $_['button_continue'] = 'Continue'; $_['button_cart'] = 'Add to Cart'; $_['button_compare'] = 'Add to Compare'; $_['button_wishlist'] = 'Add to Wish List'; $_['button_checkout'] = 'Checkout'; $_['button_confirm'] = 'Confirm Order'; $_['button_coupon'] = 'Apply Coupon'; $_['button_delete'] = 'Delete'; $_['button_download'] = 'Download'; $_['button_edit'] = 'Edit'; $_['button_filter'] = 'Refine Search'; $_['button_new_address'] = 'New Address'; $_['button_change_address'] = 'Change Address'; $_['button_reviews'] = 'Reviews'; $_['button_write'] = 'Write Review'; $_['button_login'] = 'Login'; $_['button_update'] = 'Update'; $_['button_remove'] = 'Remove'; $_['button_reorder'] = 'Reorder'; $_['button_return'] = 'Return'; $_['button_shopping'] = 'Continue Shopping'; $_['button_search'] = 'Search'; $_['button_shipping'] = 'Apply Shipping'; $_['button_guest'] = 'Guest Checkout'; $_['button_view'] = 'View'; $_['button_voucher'] = 'Apply Voucher'; $_['button_upload'] = 'Upload File'; $_['button_reward'] = 'Apply Points'; $_['button_quote'] = 'Get Quotes'; // Error $_['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!'; ?>