Merge branch 'MDL-36804-fix3' of git://github.com/damyon/moodle
[moodle.git] / lang / en / cache.php
blobd081b61cb28dd990ed2f986703d270e5ea41175f
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['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_config'] = 'Config settings';
39 $string['cachedef_coursecat'] = 'Course categories lists for particular user';
40 $string['cachedef_coursecatrecords'] = 'Course categories records';
41 $string['cachedef_coursecattree'] = 'Course categories tree';
42 $string['cachedef_databasemeta'] = 'Database meta information';
43 $string['cachedef_eventinvalidation'] = 'Event invalidation';
44 $string['cachedef_groupdata'] = 'Course group information';
45 $string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
46 $string['cachedef_locking'] = 'Locking';
47 $string['cachedef_plugininfo_base'] = 'Plugin info - base';
48 $string['cachedef_plugininfo_block'] = 'Plugin info - blocks';
49 $string['cachedef_plugininfo_filter'] = 'Plugin info - filters';
50 $string['cachedef_plugininfo_mod'] = 'Plugin info - activity modules';
51 $string['cachedef_plugininfo_portfolio'] = 'Plugin info - portfolios';
52 $string['cachedef_plugininfo_repository'] = 'Plugin info - repositories';
53 $string['cachedef_pluginlist'] = 'Plugin list';
54 $string['cachedef_plugintypes'] = 'Plugin types';
55 $string['cachedef_questiondata'] = 'Question definitions';
56 $string['cachedef_string'] = 'Language string cache';
57 $string['cachedef_yuimodules'] = 'YUI Module definitions';
58 $string['cachelock_file_default'] = 'Default file locking';
59 $string['cachestores'] = 'Cache stores';
60 $string['component'] = 'Component';
61 $string['confirmstoredeletion'] = 'Confirm store deletion';
62 $string['defaultmappings'] = 'Stores used when no mapping is present';
63 $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.';
64 $string['defaultstoreactions'] = 'Default stores cannot be modified';
65 $string['default_application'] = 'Default application store';
66 $string['default_request'] = 'Default request store';
67 $string['default_session'] = 'Default session store';
68 $string['definition'] = 'Definition';
69 $string['definitionsummaries'] = 'Known cache definitions';
70 $string['delete'] = 'Delete';
71 $string['deletestore'] = 'Delete store';
72 $string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?';
73 $string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store';
74 $string['deletestoresuccess'] = 'Successfully deleted the cache store';
75 $string['editmappings'] = 'Edit mappings';
76 $string['editstore'] = 'Edit store';
77 $string['editstoresuccess'] = 'Succesfully edited the cache store.';
78 $string['editdefinitionmappings'] = '{$a} definition store mappings';
79 $string['ex_configcannotsave'] = 'Unable to save the cache config to file.';
80 $string['ex_nodefaultlock'] = 'Unable to find a default lock instance.';
81 $string['ex_unabletolock'] = 'Unable to acquire a lock for caching.';
82 $string['ex_unmetstorerequirements'] = 'You are unable to use this store at the present time. Please refer to the documentation to determine its requirements.';
83 $string['gethit'] = 'Get - Hit';
84 $string['getmiss'] = 'Get - Miss';
85 $string['invalidplugin'] = 'Invalid plugin';
86 $string['invalidstore'] = 'Invalid cache store provided';
87 $string['lockdefault'] = 'Default';
88 $string['lockmethod'] = 'Lock method';
89 $string['lockmethod_help'] = 'This is the method used for locking when required of this store.';
90 $string['lockname'] = 'Name';
91 $string['locksummary'] = 'Summary of cache lock instances.';
92 $string['lockuses'] = 'Uses';
93 $string['mappings'] = 'Store mappings';
94 $string['mappingdefault'] = '(default)';
95 $string['mappingprimary'] = 'Primary store';
96 $string['mappingfinal'] = 'Final store';
97 $string['mode'] = 'Mode';
98 $string['modes'] = 'Modes';
99 $string['mode_1'] = 'Application';
100 $string['mode_2'] = 'Session';
101 $string['mode_4'] = 'Request';
102 $string['nativelocking'] = 'This plugin handles its own locking.';
103 $string['none'] = 'None';
104 $string['plugin'] = 'Plugin';
105 $string['pluginsummaries'] = 'Installed cache stores';
106 $string['purge'] = 'Purge';
107 $string['purgedefinitionsuccess'] = 'Successfully purged the requested definition.';
108 $string['purgestoresuccess'] = 'Successfully purged the requested store.';
109 $string['requestcount'] = 'Test with {$a} requests';
110 $string['rescandefinitions'] = 'Rescan definitions';
111 $string['result'] = 'Result';
112 $string['set'] = 'Set';
113 $string['storeconfiguration'] = 'Store configuration';
114 $string['storename'] = 'Store name';
115 $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.';
116 $string['storenamealreadyused'] = 'You must choose a unique name for this store.';
117 $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.';
118 $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.';
119 $string['storeready'] = 'Ready';
120 $string['storenotready'] = 'Store not ready';
121 $string['storerequiresattention'] = 'Requires attention.';
122 $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.';
123 $string['storeresults_application'] = 'Store requests when used as an application cache.';
124 $string['storeresults_request'] = 'Store requests when used as a request cache.';
125 $string['storeresults_session'] = 'Store requests when used as a session cache.';
126 $string['stores'] = 'Stores';
127 $string['store_default_application'] = 'Default file store for application caches';
128 $string['store_default_request'] = 'Default static store for request caches';
129 $string['store_default_session'] = 'Default session store for session caches';
130 $string['storesummaries'] = 'Configured store instances';
131 $string['supports'] = 'Supports';
132 $string['supports_multipleidentifiers'] = 'multiple identifiers';
133 $string['supports_dataguarantee'] = 'data guarantee';
134 $string['supports_nativettl'] = 'ttl';
135 $string['supports_nativelocking'] = 'locking';
136 $string['supports_keyawareness'] = 'key awareness';
137 $string['tested'] = 'Tested';
138 $string['testperformance'] = 'Test performance';
139 $string['unsupportedmode'] = 'Unsupported mode';
140 $string['untestable'] = 'Untestable';