initial checkin of map

This commit is contained in:
Doug Bell 2009-05-17 22:44:12 +00:00
parent 9cbd30c3d8
commit 280dff8bff
5 changed files with 1255 additions and 0 deletions

View file

@ -0,0 +1,14 @@
package WebGUI::i18n::English::Asset_Map;
use strict;
our $I18N = {
'assetName' => {
message => "Map",
lastUpdated => 0,
context => "Name of this asset",
},
};
1;
#vim:ft=perl

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::Asset_MapPoint;
use strict;
our $I18N = {
'assetName' => {
message => "MapPoint",
lastUpdated => 0,
context => "Name of this asset",
},
};
1;
#vim:ft=perl