Adding install script and base module with i18n.

This commit is contained in:
Colin Kuskie 2009-04-28 21:01:38 -07:00
parent 3f10db1846
commit 821ac7fd10
3 changed files with 711 additions and 0 deletions

View file

@ -0,0 +1,27 @@
package WebGUI::i18n::English::FilePump;
use strict;
our $I18N = {
'bundle name' => {
message => q|Bundle name|,
lastUpdated => 1131394070,
context => q|Label for the name of a bundle (group, clump) of files.|
},
'bundle name help' => {
message => q|A unique, human readable name for this bundle. Bundle names must be unique.|,
lastUpdated => 1131394072,
context => q|Hover help for bundle name.|
},
'new bundle' => {
message => q|New bundle|,
lastUpdated => 1131394072,
context => q|Hover help for bundle name.|
},
};
1;
#vim:ft=perl