| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/lang/english/original_sections/admin/gui/ |
Upload File : |
<?php /* -------------------------------------------------------------- clear_cache.lang.inc.php 2019-04-03 Gambio GmbH http://www.gambio.de Copyright (c) 2019 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] -------------------------------------------------------------- */ $t_language_text_section_content_array = array ( 'BUTTON_CATEGORIES_CACHE' => 'Empty categories and products cache', 'BUTTON_DATA_CACHE' => 'Empty modules cache', 'BUTTON_FEATURES_CACHE' => 'Empty filter cache', 'BUTTON_MAIL_TEMPLATES_CACHE' => 'Empty email templates cache', 'BUTTON_OUTPUT_CACHE' => 'Empty page output cache', 'BUTTON_PROPERTIES_CACHE' => 'Empty properties cache', 'BUTTON_TEXT_CACHE' => 'Empty text cache', 'CLEAR_CATEGORIES_CACHE_SUCCESS' => 'Categories and products cache emptied.', 'CLEAR_DATA_CACHE_SUCCESS' => 'Modules cache emptied.', 'CLEAR_FEATURES_CACHE_SUCCESS' => 'Filter cache emptied.', 'CLEAR_MAIL_TEMPLATES_CACHE_SUCCESS' => 'E mail templates cache emptied.', 'CLEAR_OUTPUT_CACHE_SUCCESS' => 'Page output cache emptied.', 'CLEAR_PROPERTIES_CACHE_SUCCESS' => 'Properties cache emptied.', 'CLEAR_TEXT_CACHE_SUCCESS' => 'Text cache emptied.', 'HEADING_TITLE' => 'Clear cache', 'TEXT_CATEGORIES_CACHE' => 'Create this cache, if you imported products or categories via an external system or if you changed data via an ERP system or a direct database access.', 'TEXT_DATA_CACHE' => 'Empty the cache, if you made any changes to the category structure or if new modules for the shop have been installed and activated.', 'TEXT_ERROR_MESSAGE' => 'The cache could not be emptied.', 'TEXT_FEATURES_CACHE' => 'In exceptional cases it may be necessary to repair the filter mappings, if products are not found using a filter.', 'TEXT_MAIL_TEMPLATES_CACHE' => 'Empty the cache, if you have made any email template file changes.', 'TEXT_MESSAGE' => 'The cache has been emptied and will be regenerated the next page request in the shop.', 'TEXT_OUTPUT_CACHE' => 'Empty the cache when you make changes to category or product data or settings you have made to effect a change in the output of shop sites, such as text or price changes, new modules, changes in status of categories/products.', 'TEXT_PROPERTIES_CACHE' => 'Create this cache, if you have made ??changes to properties that were already assigned to products.', 'TEXT_TEXT_CACHE' => 'Empty the cache, if you have made any text file changes.' );