Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.
/lang/en/ -> cache.php (source)

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Cache language strings
  19   *
  20   * This file is part of Moodle's cache API, affectionately called MUC.
  21   * It contains the components that are requried in order to use caching.
  22   *
  23   * @package    core_cache
  24   * @category   cache
  25   * @copyright  2012 Sam Hemelryk
  26   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  27   */
  28  
  29  $string['actions'] = 'Actions';
  30  $string['addinstance'] = 'Add instance';
  31  $string['addnewlockinstance'] = 'Add a new lock instance';
  32  $string['addlocksuccess'] = 'Successfully added a new lock instance.';
  33  $string['addstore'] = 'Add {$a} store';
  34  $string['addstoresuccess'] = 'Successfully added a new {$a} store.';
  35  $string['area'] = 'Area';
  36  $string['caching'] = 'Caching';
  37  $string['cacheadmin'] = 'Cache administration';
  38  $string['cacheconfig'] = 'Configuration';
  39  $string['cachedef_calculablesinfo'] = 'Analytics calculables info';
  40  $string['cachedef_calendar_subscriptions'] = 'Calendar subscriptions';
  41  $string['cachedef_calendar_categories'] = 'Calendar course categories that a user can access';
  42  $string['cachedef_capabilities'] = 'System capabilities list';
  43  $string['cachedef_config'] = 'Config settings';
  44  $string['cachedef_contentbank_enabled_extensions'] = 'Allowed extensions and its supporter plugins in content bank';
  45  $string['cachedef_contentbank_context_extensions'] = 'Allowed extensions and its supporter plugins in a content bank context';
  46  $string['cachedef_coursecat'] = 'Course categories lists for particular user';
  47  $string['cachedef_coursecatrecords'] = 'Course categories records';
  48  $string['cachedef_coursecattree'] = 'Course categories tree';
  49  $string['cachedef_coursecompletion'] = 'Course completion status';
  50  $string['cachedef_coursecontacts'] = 'List of course contacts';
  51  $string['cachedef_coursemodinfo'] = 'Accumulated information about modules and sections for each course';
  52  $string['cachedef_course_image'] = 'Course images';
  53  $string['cachedef_course_user_dates'] = 'The user dates for courses set to relative dates mode';
  54  $string['cachedef_completion'] = 'Activity completion status';
  55  $string['cachedef_databasemeta'] = 'Database meta information';
  56  $string['cachedef_eventinvalidation'] = 'Event invalidation';
  57  $string['cachedef_externalbadges'] = 'External badges for particular user';
  58  $string['cachedef_fontawesomeiconmapping'] = 'Mapping of icons for font awesome';
  59  $string['cachedef_suspended_userids'] = 'List of suspended users per course';
  60  $string['cachedef_groupdata'] = 'Course group information';
  61  $string['cachedef_h5p_content_type_translations'] = 'H5P content-type libraries translations';
  62  $string['cachedef_h5p_library_files'] = 'H5P library files';
  63  $string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
  64  $string['cachedef_langmenu'] = 'List of available languages';
  65  $string['cachedef_license'] = 'List of licences';
  66  $string['cachedef_message_time_last_message_between_users'] = 'Time created for most recent message in a conversation';
  67  $string['cachedef_modelfirstanalyses'] = 'First analysis by model and analysable';
  68  $string['cachedef_locking'] = 'Locking';
  69  $string['cachedef_message_processors_enabled'] = "Message processors enabled status";
  70  $string['cachedef_contextwithinsights'] = 'Context with insights';
  71  $string['cachedef_navigation_expandcourse'] = 'Navigation expandable courses';
  72  $string['cachedef_observers'] = 'Event observers';
  73  $string['cachedef_plugin_functions'] = 'Plugins available callbacks';
  74  $string['cachedef_plugin_manager'] = 'Plugin info manager';
  75  $string['cachedef_presignup'] = 'Pre sign-up data for particular unregistered user';
  76  $string['cachedef_portfolio_add_button_portfolio_instances'] = 'Portfolio instances for portfolio_add_button class';
  77  $string['cachedef_postprocessedcss'] = 'Post processed CSS';
  78  $string['cachedef_tagindexbuilder'] = 'Search results for tagged items';
  79  $string['cachedef_questiondata'] = 'Question definitions';
  80  $string['cachedef_recommendation_favourite_course_content_items'] = 'Recommendation of course content items';
  81  $string['cachedef_repositories'] = 'Repositories instances data';
  82  $string['cachedef_roledefs'] = 'Role definitions';
  83  $string['cachedef_grade_categories'] = 'Grade category queries';
  84  $string['cachedef_grade_letters'] = 'Grade letter queries';
  85  $string['cachedef_string'] = 'Language string cache';
  86  $string['cachedef_tags'] = 'Tags collections and areas';
  87  $string['cachedef_temp_tables'] = 'Temporary tables cache';
  88  $string['cachedef_userselections'] = 'Data used to persist user selections throughout Moodle';
  89  $string['cachedef_user_favourite_course_content_items'] = 'User\'s starred items';
  90  $string['cachedef_user_group_groupings'] = 'User\'s groupings and groups per course';
  91  $string['cachedef_user_course_content_items'] = 'User\'s content items (activities, resources and their subtypes) per course';
  92  $string['cachedef_yuimodules'] = 'YUI Module definitions';
  93  $string['cachedef_gradesetting'] = 'Course grade setting';
  94  $string['cachelock_file_default'] = 'Default file locking';
  95  $string['cachestores'] = 'Cache stores';
  96  $string['canuselocalstore'] = 'Can use local store';
  97  $string['component'] = 'Component';
  98  $string['confirmlockdeletion'] = 'Confirm lock deletion';
  99  $string['confirmstoredeletion'] = 'Confirm store deletion';
 100  $string['defaultmappings'] = 'Stores used when no mapping is present';
 101  $string['defaultmappings_help'] = 'These are the default stores that will be used if you don\'t map one or more stores to the cache definition.';
 102  $string['defaultstoreactions'] = 'Default stores cannot be modified';
 103  $string['default_application'] = 'Default application store';
 104  $string['default_request'] = 'Default request store';
 105  $string['default_session'] = 'Default session store';
 106  $string['definition'] = 'Definition';
 107  $string['definitionsummaries'] = 'Known cache definitions';
 108  $string['delete'] = 'Delete';
 109  $string['deletelock'] = 'Delete lock';
 110  $string['deletelockconfirmation'] = 'Are you sure you want to delete the {$a} lock?';
 111  $string['deletelockhasuses'] = 'You cannot delete this lock instance because it is being used by one or more stores.';
 112  $string['deletelocksuccess'] = 'Successfully deleted the lock.';
 113  $string['deletestore'] = 'Delete store';
 114  $string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?';
 115  $string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store';
 116  $string['deletestoresuccess'] = 'Successfully deleted the cache store';
 117  $string['editmappings'] = 'Edit mappings';
 118  $string['editsharing'] = 'Edit sharing';
 119  $string['editstore'] = 'Edit store';
 120  $string['editstoresuccess'] = 'Succesfully edited the cache store.';
 121  $string['editdefinitionmappings'] = '{$a} definition store mappings';
 122  $string['editdefinitionsharing'] = 'Edit definition sharing for {$a}';
 123  $string['ex_configcannotsave'] = 'Unable to save the cache config to file.';
 124  $string['ex_nodefaultlock'] = 'Unable to find a default lock instance.';
 125  $string['ex_unabletolock'] = 'Unable to acquire a lock for caching.';
 126  $string['ex_unmetstorerequirements'] = 'You are unable to use this store at the present time. Please refer to the documentation to determine its requirements.';
 127  $string['gethit'] = 'Get - Hit';
 128  $string['getmiss'] = 'Get - Miss';
 129  $string['inadequatestoreformapping'] = 'This store doesn\'t meet the requirements for all known definitions. Definitions for which this store is inadequate will be given the original default store instead of the selected store.';
 130  $string['invalidlock'] = 'Invalid lock';
 131  $string['invalidplugin'] = 'Invalid plugin';
 132  $string['invalidstore'] = 'Invalid cache store provided';
 133  $string['localstorenotification'] = 'This cache can be safely mapped to a store that is local to each webserver';
 134  $string['lockdefault'] = 'Default';
 135  $string['locking'] = 'Locking';
 136  $string['locking_help'] = 'Locking is a mechanism that restricts access to cached data to one process at a time to prevent the data from being overwritten. The locking method determines how the lock is acquired and checked.';
 137  $string['lockname'] = 'Name';
 138  $string['locknamedesc'] = 'The name must be unique and can only consist of the characters: a-zA-Z_';
 139  $string['locknamenotunique'] = 'The name you have selected is not unique. Please select a unique name.';
 140  $string['locksummary'] = 'Summary of cache lock instances.';
 141  $string['locktype'] = 'Type';
 142  $string['lockuses'] = 'Uses';
 143  $string['mappings'] = 'Store mappings';
 144  $string['mappingdefault'] = '(default)';
 145  $string['mappingprimary'] = 'Primary store';
 146  $string['mappingfinal'] = 'Final store';
 147  $string['mode'] = 'Mode';
 148  $string['modes'] = 'Modes';
 149  $string['mode_1'] = 'Application';
 150  $string['mode_2'] = 'Session';
 151  $string['mode_4'] = 'Request';
 152  $string['nativelocking'] = 'This plugin handles its own locking.';
 153  $string['none'] = 'None';
 154  $string['plugin'] = 'Plugin';
 155  $string['pluginsummaries'] = 'Installed cache stores';
 156  $string['privacy:metadata:cachestore'] = 'The Cache subsystem stores data temporarily on behalf of other parts of Moodle. This data is not easily identifiable, and is very short lived. It serves as a cache of data stored elsewhere in Moodle, and should therefore already be handled by those Moodle components.';
 157  $string['purge'] = 'Purge';
 158  $string['purgeagain'] = 'Purge again';
 159  $string['purgexdefinitionsuccess'] = 'Successfully purged the "{$a->name}" cache ({$a->component}/{$a->area}).';
 160  $string['purgexstoresuccess'] = 'Successfully purged the "{$a->store}" store.';
 161  $string['requestcount'] = 'Test with {$a} requests';
 162  $string['rescandefinitions'] = 'Rescan definitions';
 163  $string['result'] = 'Result';
 164  $string['set'] = 'Set';
 165  $string['sharedstorenotification'] = 'This cache must be mapped to a store that is shared to all webservers';
 166  $string['sharing'] = 'Sharing';
 167  $string['sharing_all'] = 'Everyone.';
 168  $string['sharing_input'] = 'Custom key (entered below)';
 169  $string['sharing_help'] = 'This allows you to determine how the cache data can be shared if you have a clustered setup, or if you have multiple sites all set up with the same store and wish to share the data. This is an advanced setting please make sure you understand its purpose before changing it.';
 170  $string['sharing_siteid'] = 'Sites with the same site id.';
 171  $string['sharing_version'] = 'Sites running the same version.';
 172  $string['sharingrequired'] = 'You must select at least one sharing option.';
 173  $string['sharingselected_all'] = 'Everyone';
 174  $string['sharingselected_input'] = 'Custom key';
 175  $string['sharingselected_siteid'] = 'Site identifier';
 176  $string['sharingselected_version'] = 'Version';
 177  $string['storeconfiguration'] = 'Store configuration';
 178  $string['storename'] = 'Store name';
 179  $string['storename_help'] = 'This sets the store name. It is used to identify the store within the system and can only consist of a-z A-Z 0-9 -_ and spaces. It also must be unique. If you attempt to use a name that has already been used you will receive an error.';
 180  $string['storenamealreadyused'] = 'You must choose a unique name for this store.';
 181  $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.';
 182  $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.';
 183  $string['storeready'] = 'Ready';
 184  $string['storenotready'] = 'Store not ready';
 185  $string['storerequiresattention'] = 'Requires attention.';
 186  $string['storerequiresattention_help'] = 'This store instance is not ready to be used but has mappings. Fixing this issue will improve performance on your system. Please check that the store backend is ready to be used and that any PHP requirements are met.';
 187  $string['storeresults_application'] = 'Store requests when used as an application cache.';
 188  $string['storeresults_request'] = 'Store requests when used as a request cache.';
 189  $string['storeresults_session'] = 'Store requests when used as a session cache.';
 190  $string['stores'] = 'Stores';
 191  $string['store_default_application'] = 'Default file store for application caches';
 192  $string['store_default_request'] = 'Default static store for request caches';
 193  $string['store_default_session'] = 'Default session store for session caches';
 194  $string['storesummaries'] = 'Configured store instances';
 195  $string['supports'] = 'Supports';
 196  $string['supports_multipleidentifiers'] = 'multiple identifiers';
 197  $string['supports_dataguarantee'] = 'data guarantee';
 198  $string['supports_nativettl'] = 'ttl';
 199  $string['supports_nativelocking'] = 'locking';
 200  $string['supports_keyawareness'] = 'key awareness';
 201  $string['supports_searchable'] = 'searching by key';
 202  $string['tested'] = 'Tested';
 203  $string['testperformance'] = 'Test performance';
 204  $string['unsupportedmode'] = 'Unsupported mode';
 205  $string['untestable'] = 'Untestable';
 206  $string['userinputsharingkey'] = 'Custom key for sharing';
 207  $string['userinputsharingkey_help'] = 'Enter your own private key here. When you set up other stores on other sites you wish to share data with make sure you set the exact same key there.';
 208  
 209  // Deprecated since Moodle 3.8.
 210  $string['purgedefinitionsuccess'] = 'Successfully purged the requested definition.';
 211  $string['purgestoresuccess'] = 'Successfully purged the requested store.';