internationalize labels

This commit is contained in:
Colin Kuskie 2005-06-16 17:21:54 +00:00
parent 7b0fdf5157
commit 1cce29a420
2 changed files with 6 additions and 1 deletions

View file

@ -117,7 +117,7 @@ sub getEditForm {
-name=>"assetsToHide", -name=>"assetsToHide",
-value=>\@assetsToHide, -value=>\@assetsToHide,
-options=>\%childIds, -options=>\%childIds,
-label=>"Assets To Hide", -label=>WebGUI::International::get('assets to hide', 'Asset_Layout'),
-vertical=>1, -vertical=>1,
-uiLevel=>9 -uiLevel=>9
); );

View file

@ -85,6 +85,11 @@ The type of the file (PDF, etc.)
lastUpdated => 1109987366, lastUpdated => 1109987366,
}, },
'assets to hide' => {
message => q|Assets To Hide.|,
lastUpdated => 1118942468
},
'823' => { '823' => {
message => q|Go to the new page.|, message => q|Go to the new page.|,
lastUpdated => 1038706332 lastUpdated => 1038706332