Adding install script and base module with i18n.
This commit is contained in:
parent
3f10db1846
commit
821ac7fd10
3 changed files with 711 additions and 0 deletions
27
lib/WebGUI/i18n/English/FilePump.pm
Normal file
27
lib/WebGUI/i18n/English/FilePump.pm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue