Merge branch 'MDL-48860_27' of git://github.com/timhunt/moodle into MOODLE_27_STABLE
[moodle.git] / lang / en / cache.php
blob6feeadfd101448ddc79efb407e4d184b7a42260a
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.
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/>.
17 /**
18 * Cache language strings
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.
23 * @package core
24 * @category cache
25 * @copyright 2012 Sam Hemelryk
26 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
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_calendar_subscriptions'] = 'Calendar subscriptions';
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_coursecontacts'] = 'List of course contacts';
44 $string['cachedef_coursecattree'] = 'Course categories tree';
45 $string['cachedef_coursemodinfo'] = 'Accumulated information about modules and sections for each course';
46 $string['cachedef_databasemeta'] = 'Database meta information';
47 $string['cachedef_eventinvalidation'] = 'Event invalidation';
48 $string['cachedef_externalbadges'] = 'External badges for particular user';
49 $string['cachedef_suspended_userids'] = 'List of suspended users per course';
50 $string['cachedef_gradecondition'] = 'User grades cached for evaluating conditional availability';
51 $string['cachedef_groupdata'] = 'Course group information';
52 $string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
53 $string['cachedef_langmenu'] = 'List of available languages';
54 $string['cachedef_locking'] = 'Locking';
55 $string['cachedef_navigation_expandcourse'] = 'Navigation expandable courses';
56 $string['cachedef_observers'] = 'Event observers';
57 $string['cachedef_plugin_manager'] = 'Plugin info manager';
58 $string['cachedef_questiondata'] = 'Question definitions';
59 $string['cachedef_repositories'] = 'Repositories instances data';
60 $string['cachedef_string'] = 'Language string cache';
61 $string['cachedef_userselections'] = 'Data used to persist user selections throughout Moodle';
62 $string['cachedef_yuimodules'] = 'YUI Module definitions';
63 $string['cachelock_file_default'] = 'Default file locking';
64 $string['cachestores'] = 'Cache stores';
65 $string['component'] = 'Component';
66 $string['confirmlockdeletion'] = 'Confirm lock deletion';
67 $string['confirmstoredeletion'] = 'Confirm store deletion';
68 $string['defaultmappings'] = 'Stores used when no mapping is present';
69 $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.';
70 $string['defaultstoreactions'] = 'Default stores cannot be modified';
71 $string['default_application'] = 'Default application store';
72 $string['default_request'] = 'Default request store';
73 $string['default_session'] = 'Default session store';
74 $string['definition'] = 'Definition';
75 $string['definitionsummaries'] = 'Known cache definitions';
76 $string['delete'] = 'Delete';
77 $string['deletelock'] = 'Delete lock';
78 $string['deletelockconfirmation'] = 'Are you sure you want to delete the {$a} lock?';
79 $string['deletelockhasuses'] = 'You cannot delete this lock instance because it is being used by one or more stores.';
80 $string['deletelocksuccess'] = 'Successfully deleted the lock.';
81 $string['deletestore'] = 'Delete store';
82 $string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?';
83 $string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store';
84 $string['deletestoresuccess'] = 'Successfully deleted the cache store';
85 $string['editmappings'] = 'Edit mappings';
86 $string['editsharing'] = 'Edit sharing';
87 $string['editstore'] = 'Edit store';
88 $string['editstoresuccess'] = 'Succesfully edited the cache store.';
89 $string['editdefinitionmappings'] = '{$a} definition store mappings';
90 $string['editdefinitionsharing'] = 'Edit definition sharing for {$a}';
91 $string['ex_configcannotsave'] = 'Unable to save the cache config to file.';
92 $string['ex_nodefaultlock'] = 'Unable to find a default lock instance.';
93 $string['ex_unabletolock'] = 'Unable to acquire a lock for caching.';
94 $string['ex_unmetstorerequirements'] = 'You are unable to use this store at the present time. Please refer to the documentation to determine its requirements.';
95 $string['gethit'] = 'Get - Hit';
96 $string['getmiss'] = 'Get - Miss';
97 $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.';
98 $string['invalidlock'] = 'Invalid lock';
99 $string['invalidplugin'] = 'Invalid plugin';
100 $string['invalidstore'] = 'Invalid cache store provided';
101 $string['lockdefault'] = 'Default';
102 $string['lockingmeans'] = 'Locking mechanism';
103 $string['lockmethod'] = 'Lock method';
104 $string['lockmethod_help'] = 'This is the method used for locking when required of this store.';
105 $string['lockname'] = 'Name';
106 $string['locknamedesc'] = 'The name must be unique and can only consist of the characters: a-zA-Z_';
107 $string['locknamenotunique'] = 'The name you have selected is not unique. Please select a unique name.';
108 $string['locksummary'] = 'Summary of cache lock instances.';
109 $string['locktype'] = 'Type';
110 $string['lockuses'] = 'Uses';
111 $string['mappings'] = 'Store mappings';
112 $string['mappingdefault'] = '(default)';
113 $string['mappingprimary'] = 'Primary store';
114 $string['mappingfinal'] = 'Final store';
115 $string['mode'] = 'Mode';
116 $string['modes'] = 'Modes';
117 $string['mode_1'] = 'Application';
118 $string['mode_2'] = 'Session';
119 $string['mode_4'] = 'Request';
120 $string['nativelocking'] = 'This plugin handles its own locking.';
121 $string['none'] = 'None';
122 $string['plugin'] = 'Plugin';
123 $string['pluginsummaries'] = 'Installed cache stores';
124 $string['purge'] = 'Purge';
125 $string['purgedefinitionsuccess'] = 'Successfully purged the requested definition.';
126 $string['purgestoresuccess'] = 'Successfully purged the requested store.';
127 $string['requestcount'] = 'Test with {$a} requests';
128 $string['rescandefinitions'] = 'Rescan definitions';
129 $string['result'] = 'Result';
130 $string['set'] = 'Set';
131 $string['sharing'] = 'Sharing';
132 $string['sharing_all'] = 'Everyone.';
133 $string['sharing_input'] = 'Custom key (entered below)';
134 $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.';
135 $string['sharing_siteid'] = 'Sites with the same site id.';
136 $string['sharing_version'] = 'Sites running the same version.';
137 $string['sharingrequired'] = 'You must select at least one sharing option.';
138 $string['sharingselected_all'] = 'Everyone';
139 $string['sharingselected_input'] = 'Custom key';
140 $string['sharingselected_siteid'] = 'Site identifier';
141 $string['sharingselected_version'] = 'Version';
142 $string['storeconfiguration'] = 'Store configuration';
143 $string['storename'] = 'Store name';
144 $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.';
145 $string['storenamealreadyused'] = 'You must choose a unique name for this store.';
146 $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.';
147 $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.';
148 $string['storeready'] = 'Ready';
149 $string['storenotready'] = 'Store not ready';
150 $string['storerequiresattention'] = 'Requires attention.';
151 $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.';
152 $string['storeresults_application'] = 'Store requests when used as an application cache.';
153 $string['storeresults_request'] = 'Store requests when used as a request cache.';
154 $string['storeresults_session'] = 'Store requests when used as a session cache.';
155 $string['stores'] = 'Stores';
156 $string['store_default_application'] = 'Default file store for application caches';
157 $string['store_default_request'] = 'Default static store for request caches';
158 $string['store_default_session'] = 'Default session store for session caches';
159 $string['storesummaries'] = 'Configured store instances';
160 $string['supports'] = 'Supports';
161 $string['supports_multipleidentifiers'] = 'multiple identifiers';
162 $string['supports_dataguarantee'] = 'data guarantee';
163 $string['supports_nativettl'] = 'ttl';
164 $string['supports_nativelocking'] = 'locking';
165 $string['supports_keyawareness'] = 'key awareness';
166 $string['supports_searchable'] = 'searching by key';
167 $string['tested'] = 'Tested';
168 $string['testperformance'] = 'Test performance';
169 $string['unsupportedmode'] = 'Unsupported mode';
170 $string['untestable'] = 'Untestable';
171 $string['userinputsharingkey'] = 'Custom key for sharing';
172 $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.';