initial commit

This commit is contained in:
Frank Dillon 2008-11-03 17:03:00 +00:00
parent d754931286
commit 7b260de791
14 changed files with 1046 additions and 0 deletions

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::Account_User;
use strict;
our $I18N = {
'title' => {
message => q{User},
lastUpdated => 1225724810,
context => q{Tab label for User Account pluggin},
},
};
1;