- 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.
This commit is contained in:
JT Smith 2009-05-14 19:42:37 +00:00
parent 4e51bf02d9
commit b6da052e08
7 changed files with 226 additions and 13 deletions

View file

@ -0,0 +1,34 @@
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