MDL-25290 cache: Added optional CFG setting to control location of cache config file
[moodle.git] / lang / en / cache.php
CommitLineData
d6a1f63b
SH
1<?php
2
3$string['actions'] = 'Actions';
4$string['addinstance'] = 'Add instance';
5$string['addstore'] = 'Add {$a} store';
6$string['addstoresuccess'] = 'Successfully added a new {$a} store.';
7$string['area'] = 'Area';
8$string['caching'] = 'Caching';
9$string['cacheadmin'] = 'Cache administration';
10$string['cacheconfig'] = 'Configuration';
11$string['cachedef_config'] = 'Config settings';
12$string['cachedef_databasemeta'] = 'Database meta information';
13$string['cachedef_eventinvalidation'] = 'Event invalidation';
14$string['cachedef_locking'] = 'Locking';
15$string['cachedef_string'] = 'Language string cache';
167ad91e 16$string['cachelock_file_default'] = 'Default file locking';
f23fbfd8 17$string['cachestores'] = 'Cache stores';
d6a1f63b
SH
18$string['component'] = 'Component';
19$string['confirmstoredeletion'] = 'Confirm store deletion';
20$string['defaultmappings'] = 'Default mappings';
21$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.';
22$string['defaultstoreactions'] = 'Default stores cannot be modified';
23$string['default_application'] = 'Default application store';
d6a1f63b
SH
24$string['default_request'] = 'Default request store';
25$string['default_session'] = 'Default session store';
26$string['definition'] = 'Definition';
27$string['definitionsummaries'] = 'Definition summaries';
28$string['delete'] = 'Delete';
29$string['deletestore'] = 'Delete store';
30$string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?';
31$string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store';
32$string['deletestoresuccess'] = 'Successfully deleted the cache store';
33$string['editmappings'] = 'Edit mappings';
34$string['editstore'] = 'Edit store';
35$string['editstoresuccess'] = 'Succesfully edited the cache store.';
36$string['editdefinitionmappings'] = '{$a} definition store mappings';
37$string['ex_configcannotsave'] = 'Unable to save the cache config to file.';
34c84c72 38$string['ex_nodefaultlock'] = 'Unable to find a default lock instance.';
d6a1f63b
SH
39$string['ex_unabletolock'] = 'Unable to acquire a lock for caching.';
40$string['gethit'] = 'Get - Hit';
41$string['getmiss'] = 'Get - Miss';
42$string['invalidplugin'] = 'Invalid plugin';
43$string['invalidstore'] = 'Invalid cache store provided';
167ad91e
SH
44$string['lockdefault'] = 'Default';
45$string['lockmethod'] = 'Lock method';
46$string['lockmethod_help'] = 'This is the method used for locking when required of this store.';
47$string['lockname'] = 'Name';
48$string['locksummary'] = 'Summary of cache lock instances.';
49$string['lockuses'] = 'Uses';
d6a1f63b
SH
50$string['mappings'] = 'Store mappings';
51$string['mappingdefault'] = '(default)';
52$string['mappingprimary'] = 'Primary store';
53$string['mappingfinal'] = 'Final store';
54$string['mode'] = 'Mode';
55$string['modes'] = 'Modes';
56$string['mode_1'] = 'Application';
57$string['mode_2'] = 'Session';
58$string['mode_4'] = 'Request';
167ad91e 59$string['nativelocking'] = 'This plugin handles its own locking.';
d6a1f63b
SH
60$string['none'] = 'None';
61$string['plugin'] = 'Plugin';
62$string['pluginsummaries'] = 'Plugin summaries';
63$string['purge'] = 'Purge';
64$string['requestcount'] = 'Test with {$a} requests';
65$string['rescandefinitions'] = 'Rescan definitions';
66$string['result'] = 'Result';
67$string['set'] = 'Set';
68$string['storeconfiguration'] = 'Store configuration';
69$string['storename'] = 'Store name';
70$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 recieve an error.';
71$string['storenamealreadyused'] = 'You must choose a unique name for this store.';
72$string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.';
73$string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.';
74$string['storeready'] = 'Ready';
75$string['storeresults_application'] = 'Store requests when used as an application cache.';
76$string['storeresults_request'] = 'Store requests when used as a request cache.';
77$string['storeresults_session'] = 'Store requests when used as a session cache.';
78$string['stores'] = 'Stores';
79$string['store_default_application'] = 'Default file store for application caches';
d6a1f63b
SH
80$string['store_default_request'] = 'Default static store for request caches';
81$string['store_default_session'] = 'Default session store for session caches';
82$string['storesummaries'] = 'Store summaries';
83$string['supports'] = 'Supports';
84$string['supports_multipleidentifiers'] = 'multiple identifiers';
85$string['supports_dataguarantee'] = 'data guarantee';
86$string['supports_nativettl'] = 'ttl';
87$string['supports_nativelocking'] = 'locking';
88$string['supports_keyawareness'] = 'key awareness';
89$string['tested'] = 'Tested';
90$string['testperformance'] = 'Test performance';
91$string['unsupportedmode'] = 'Unsupported mode';
92$string['untestable'] = 'Untestable';