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