webgui/lib/WebGUI/i18n/English/Activity_SendWebguiStats.pm
JT Smith b6da052e08 - Added the WebGUI stats system, which will allow site admins to submit
information about their site to a central repository on webgui.org which 
   help the developers make WebGUI better.
2009-05-14 19:42:37 +00:00

34 lines
1,023 B
Perl

package WebGUI::i18n::English::Activity_SendWebguiStats;
use strict;
our $I18N = {
'why to send' => {
message => q|You can choose to send information about your WebGUI site to the central webgui.org stats repository. This helps the developers make WebGUI better by understanding the size of the sites out there, how quickly they grow, and what assets they use most. And you have nothing to worry about because no personally identifiable information is sent.|,
lastUpdated => 0,
context => q|A description of the stats program, what we're sending, and why it's important.|
},
'topicName' => {
message => q|Send WebGUI Statistics|,
lastUpdated => 0,
context => q|The title of the workflow activity.|
},
'enable' => {
message => q|Enable|,
lastUpdated => 0,
context => q|A link label to start the sending of stats.|
},
'disable' => {
message => q|Disable|,
lastUpdated => 0,
context => q|A link label to end the sending of stats.|
},
};
1;
#vim:ft=perl