initial checkin of map
This commit is contained in:
parent
9cbd30c3d8
commit
280dff8bff
5 changed files with 1255 additions and 0 deletions
14
lib/WebGUI/i18n/English/Asset_Map.pm
Normal file
14
lib/WebGUI/i18n/English/Asset_Map.pm
Normal 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
|
||||
15
lib/WebGUI/i18n/English/Asset_MapPoint.pm
Normal file
15
lib/WebGUI/i18n/English/Asset_MapPoint.pm
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue