PageRenderTime 61ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/lang/en/cache.php

https://github.com/danmarsden/moodle
PHP | 192 lines | 165 code | 2 blank | 25 comment | 0 complexity | 0f96a966806048a6ba448d39aa928968 MD5 | raw file
  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. * Cache language strings
  18. *
  19. * This file is part of Moodle's cache API, affectionately called MUC.
  20. * It contains the components that are requried in order to use caching.
  21. *
  22. * @package core_cache
  23. * @category cache
  24. * @copyright 2012 Sam Hemelryk
  25. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  26. */
  27. $string['actions'] = 'Actions';
  28. $string['addinstance'] = 'Add instance';
  29. $string['addnewlockinstance'] = 'Add a new lock instance';
  30. $string['addlocksuccess'] = 'Successfully added a new lock instance.';
  31. $string['addstore'] = 'Add {$a} store';
  32. $string['addstoresuccess'] = 'Successfully added a new {$a} store.';
  33. $string['area'] = 'Area';
  34. $string['caching'] = 'Caching';
  35. $string['cacheadmin'] = 'Cache administration';
  36. $string['cacheconfig'] = 'Configuration';
  37. $string['cachedef_calendar_subscriptions'] = 'Calendar subscriptions';
  38. $string['cachedef_calendar_categories'] = 'Calendar course categories that a user can access';
  39. $string['cachedef_capabilities'] = 'System capabilities list';
  40. $string['cachedef_config'] = 'Config settings';
  41. $string['cachedef_coursecat'] = 'Course categories lists for particular user';
  42. $string['cachedef_coursecatrecords'] = 'Course categories records';
  43. $string['cachedef_coursecattree'] = 'Course categories tree';
  44. $string['cachedef_coursecompletion'] = 'Course completion status';
  45. $string['cachedef_coursecontacts'] = 'List of course contacts';
  46. $string['cachedef_coursemodinfo'] = 'Accumulated information about modules and sections for each course';
  47. $string['cachedef_completion'] = 'Activity completion status';
  48. $string['cachedef_databasemeta'] = 'Database meta information';
  49. $string['cachedef_eventinvalidation'] = 'Event invalidation';
  50. $string['cachedef_externalbadges'] = 'External badges for particular user';
  51. $string['cachedef_fontawesomeiconmapping'] = 'Mapping of icons for font awesome';
  52. $string['cachedef_suspended_userids'] = 'List of suspended users per course';
  53. $string['cachedef_groupdata'] = 'Course group information';
  54. $string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
  55. $string['cachedef_langmenu'] = 'List of available languages';
  56. $string['cachedef_message_time_last_message_between_users'] = 'Time created for most recent message in a conversation';
  57. $string['cachedef_modelfirstanalyses'] = 'First analysis by model and analysable';
  58. $string['cachedef_locking'] = 'Locking';
  59. $string['cachedef_message_processors_enabled'] = "Message processors enabled status";
  60. $string['cachedef_contextwithinsights'] = 'Context with insights';
  61. $string['cachedef_navigation_expandcourse'] = 'Navigation expandable courses';
  62. $string['cachedef_observers'] = 'Event observers';
  63. $string['cachedef_plugin_functions'] = 'Plugins available callbacks';
  64. $string['cachedef_plugin_manager'] = 'Plugin info manager';
  65. $string['cachedef_presignup'] = 'Pre sign-up data for particular unregistered user';
  66. $string['cachedef_portfolio_add_button_portfolio_instances'] = 'Portfolio instances for portfolio_add_button class';
  67. $string['cachedef_postprocessedcss'] = 'Post processed CSS';
  68. $string['cachedef_tagindexbuilder'] = 'Search results for tagged items';
  69. $string['cachedef_questiondata'] = 'Question definitions';
  70. $string['cachedef_repositories'] = 'Repositories instances data';
  71. $string['cachedef_roledefs'] = 'Role definitions';
  72. $string['cachedef_grade_categories'] = 'Grade category queries';
  73. $string['cachedef_string'] = 'Language string cache';
  74. $string['cachedef_tags'] = 'Tags collections and areas';
  75. $string['cachedef_temp_tables'] = 'Temporary tables cache';
  76. $string['cachedef_userselections'] = 'Data used to persist user selections throughout Moodle';
  77. $string['cachedef_user_group_groupings'] = 'User\'s groupings and groups per course';
  78. $string['cachedef_yuimodules'] = 'YUI Module definitions';
  79. $string['cachelock_file_default'] = 'Default file locking';
  80. $string['cachestores'] = 'Cache stores';
  81. $string['component'] = 'Component';
  82. $string['confirmlockdeletion'] = 'Confirm lock deletion';
  83. $string['confirmstoredeletion'] = 'Confirm store deletion';
  84. $string['defaultmappings'] = 'Stores used when no mapping is present';
  85. $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.';
  86. $string['defaultstoreactions'] = 'Default stores cannot be modified';
  87. $string['default_application'] = 'Default application store';
  88. $string['default_request'] = 'Default request store';
  89. $string['default_session'] = 'Default session store';
  90. $string['definition'] = 'Definition';
  91. $string['definitionsummaries'] = 'Known cache definitions';
  92. $string['delete'] = 'Delete';
  93. $string['deletelock'] = 'Delete lock';
  94. $string['deletelockconfirmation'] = 'Are you sure you want to delete the {$a} lock?';
  95. $string['deletelockhasuses'] = 'You cannot delete this lock instance because it is being used by one or more stores.';
  96. $string['deletelocksuccess'] = 'Successfully deleted the lock.';
  97. $string['deletestore'] = 'Delete store';
  98. $string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?';
  99. $string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store';
  100. $string['deletestoresuccess'] = 'Successfully deleted the cache store';
  101. $string['editmappings'] = 'Edit mappings';
  102. $string['editsharing'] = 'Edit sharing';
  103. $string['editstore'] = 'Edit store';
  104. $string['editstoresuccess'] = 'Succesfully edited the cache store.';
  105. $string['editdefinitionmappings'] = '{$a} definition store mappings';
  106. $string['editdefinitionsharing'] = 'Edit definition sharing for {$a}';
  107. $string['ex_configcannotsave'] = 'Unable to save the cache config to file.';
  108. $string['ex_nodefaultlock'] = 'Unable to find a default lock instance.';
  109. $string['ex_unabletolock'] = 'Unable to acquire a lock for caching.';
  110. $string['ex_unmetstorerequirements'] = 'You are unable to use this store at the present time. Please refer to the documentation to determine its requirements.';
  111. $string['gethit'] = 'Get - Hit';
  112. $string['getmiss'] = 'Get - Miss';
  113. $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.';
  114. $string['invalidlock'] = 'Invalid lock';
  115. $string['invalidplugin'] = 'Invalid plugin';
  116. $string['invalidstore'] = 'Invalid cache store provided';
  117. $string['localstorenotification'] = 'This cache can be safely mapped to a store that is local to each webserver';
  118. $string['lockdefault'] = 'Default';
  119. $string['locking'] = 'Locking';
  120. $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.';
  121. $string['lockname'] = 'Name';
  122. $string['locknamedesc'] = 'The name must be unique and can only consist of the characters: a-zA-Z_';
  123. $string['locknamenotunique'] = 'The name you have selected is not unique. Please select a unique name.';
  124. $string['locksummary'] = 'Summary of cache lock instances.';
  125. $string['locktype'] = 'Type';
  126. $string['lockuses'] = 'Uses';
  127. $string['mappings'] = 'Store mappings';
  128. $string['mappingdefault'] = '(default)';
  129. $string['mappingprimary'] = 'Primary store';
  130. $string['mappingfinal'] = 'Final store';
  131. $string['mode'] = 'Mode';
  132. $string['modes'] = 'Modes';
  133. $string['mode_1'] = 'Application';
  134. $string['mode_2'] = 'Session';
  135. $string['mode_4'] = 'Request';
  136. $string['nativelocking'] = 'This plugin handles its own locking.';
  137. $string['none'] = 'None';
  138. $string['plugin'] = 'Plugin';
  139. $string['pluginsummaries'] = 'Installed cache stores';
  140. $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.';
  141. $string['purge'] = 'Purge';
  142. $string['purgedefinitionsuccess'] = 'Successfully purged the requested definition.';
  143. $string['purgestoresuccess'] = 'Successfully purged the requested store.';
  144. $string['requestcount'] = 'Test with {$a} requests';
  145. $string['rescandefinitions'] = 'Rescan definitions';
  146. $string['result'] = 'Result';
  147. $string['set'] = 'Set';
  148. $string['sharedstorenotification'] = 'This cache must be mapped to a store that is shared to all webservers';
  149. $string['sharing'] = 'Sharing';
  150. $string['sharing_all'] = 'Everyone.';
  151. $string['sharing_input'] = 'Custom key (entered below)';
  152. $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.';
  153. $string['sharing_siteid'] = 'Sites with the same site id.';
  154. $string['sharing_version'] = 'Sites running the same version.';
  155. $string['sharingrequired'] = 'You must select at least one sharing option.';
  156. $string['sharingselected_all'] = 'Everyone';
  157. $string['sharingselected_input'] = 'Custom key';
  158. $string['sharingselected_siteid'] = 'Site identifier';
  159. $string['sharingselected_version'] = 'Version';
  160. $string['storeconfiguration'] = 'Store configuration';
  161. $string['storename'] = 'Store name';
  162. $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.';
  163. $string['storenamealreadyused'] = 'You must choose a unique name for this store.';
  164. $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.';
  165. $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.';
  166. $string['storeready'] = 'Ready';
  167. $string['storenotready'] = 'Store not ready';
  168. $string['storerequiresattention'] = 'Requires attention.';
  169. $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.';
  170. $string['storeresults_application'] = 'Store requests when used as an application cache.';
  171. $string['storeresults_request'] = 'Store requests when used as a request cache.';
  172. $string['storeresults_session'] = 'Store requests when used as a session cache.';
  173. $string['stores'] = 'Stores';
  174. $string['store_default_application'] = 'Default file store for application caches';
  175. $string['store_default_request'] = 'Default static store for request caches';
  176. $string['store_default_session'] = 'Default session store for session caches';
  177. $string['storesummaries'] = 'Configured store instances';
  178. $string['supports'] = 'Supports';
  179. $string['supports_multipleidentifiers'] = 'multiple identifiers';
  180. $string['supports_dataguarantee'] = 'data guarantee';
  181. $string['supports_nativettl'] = 'ttl';
  182. $string['supports_nativelocking'] = 'locking';
  183. $string['supports_keyawareness'] = 'key awareness';
  184. $string['supports_searchable'] = 'searching by key';
  185. $string['tested'] = 'Tested';
  186. $string['testperformance'] = 'Test performance';
  187. $string['unsupportedmode'] = 'Unsupported mode';
  188. $string['untestable'] = 'Untestable';
  189. $string['userinputsharingkey'] = 'Custom key for sharing';
  190. $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.';