Current Path : /var/test/www/alh/admin/language/ar/extension/module/ |
Current File : /var/test/www/alh/admin/language/ar/extension/module/so_html_content.php |
<?php // Heading $_['heading_title'] = 'So Html Content'; $_['heading_title_so'] = 'So Html Content <b style="font-size:10px; background:#aaa; color:#fff; padding: 3px;font-weight:normal">version 1.1.0</b>'; $_['entry_button_clear_cache'] = 'Flush Cache'; // Text $_['text_module'] = 'Modules'; $_['text_success'] = 'Success: You have modified featured module!'; $_['text_success_remove'] = 'Success: Flush SO Cache successfully!'; $_['text_edit'] = 'Edit So Html Content Module'; $_['text_create_new_module'] = 'Create A New Module'; $_['text_edit_module'] = 'Edit module '; $_['text_layout'] = 'After you have installed and configured a module you can add it to a layout <a href="%s" class="alert-link">here</a>!'; // button $_['entry_button_save'] = 'Save'; $_['entry_button_save_and_edit'] = 'Save And Edit'; $_['entry_button_save_and_new'] = 'Save And Create New'; $_['entry_button_cancel'] = 'Cancel'; $_['button_add_module'] = 'Add Module'; $_['entry_button_delete'] = 'Delete This'; // Entry $_['entry_name'] = 'Module Name'; $_['entry_title'] = 'Heading Title'; $_['entry_description'] = 'Description'; $_['entry_status'] = 'Status'; $_['entry_class_suffix'] = 'Module Class Suffix'; $_['entry_class_suffix_desc'] = 'Class suffix for module.'; $_['entry_use_cache'] = 'Caching'; $_['entry_use_cache_desc'] = 'Select whether to cache the content of this module '; $_['entry_cache_time'] = 'Cache Time'; $_['entry_cache_time_desc'] = 'The time (in seconds) before the module is recached.'; // Help $_['help_product'] = '(Autocomplete)'; // Error $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; $_['error_permission'] = 'Warning: You do not have permission to modify featured module!'; $_['error_name'] = 'Module Name must be between 3 and 64 characters!';