webgui/lib/WebGUI/i18n/English/Workflow_Activity_CleanFileCache.pm
Colin Kuskie 9f4b73a946 Update label.t to pull the lib directory from WebGUI::Test
Set correct package name in i18n file.
2006-02-20 17:38:16 +00:00

30 lines
732 B
Perl

package WebGUI::i18n::English::Workflow_Activity_CleanFileCache;
our $I18N = {
'size limit help' => {
message => q|How big should WebGUI allow the file cache to get before pruning down old cache entries?|,
context => q|the hover help for the file cache field|,
lastUpdated => 0,
},
'size limit' => {
message => q|Size Limit|,
context => q|a label indicating how big we're willing to allow the file cache to get on this site|,
lastUpdated => 0,
},
'bytes' => {
message => q|Bytes|,
context => q|The unit of measurement for the size limit field.|,
lastUpdated => 0,
},
'topicName' => {
message => q|Clean File Cache|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;