internationalize labels
This commit is contained in:
parent
7b0fdf5157
commit
1cce29a420
2 changed files with 6 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ sub getEditForm {
|
|||
-name=>"assetsToHide",
|
||||
-value=>\@assetsToHide,
|
||||
-options=>\%childIds,
|
||||
-label=>"Assets To Hide",
|
||||
-label=>WebGUI::International::get('assets to hide', 'Asset_Layout'),
|
||||
-vertical=>1,
|
||||
-uiLevel=>9
|
||||
);
|
||||
|
|
|
|||
|
|
@ -85,6 +85,11 @@ The type of the file (PDF, etc.)
|
|||
lastUpdated => 1109987366,
|
||||
},
|
||||
|
||||
'assets to hide' => {
|
||||
message => q|Assets To Hide.|,
|
||||
lastUpdated => 1118942468
|
||||
},
|
||||
|
||||
'823' => {
|
||||
message => q|Go to the new page.|,
|
||||
lastUpdated => 1038706332
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue