internationalize directory index label

This commit is contained in:
Colin Kuskie 2005-06-16 04:37:53 +00:00
parent 9246824759
commit 7d3ed27eb4
2 changed files with 8 additions and 1 deletions

View file

@ -3119,7 +3119,7 @@ sub www_export {
-value=>[1],
);
$f->text(
-label=>"Directory Index",
-label=>WebGUI::International::get("directory index","Asset"),
-name=>"index",
-value=>"index.html"
);

View file

@ -605,6 +605,7 @@ each asset under the tab &quot;Meta&quot; in the asset properties.</p>
lastUpdated =>1092748557,
context => q|asset property|
},
'asset list title' => {
lastUpdated => 1112220921,
message => q|Asset, List of Available|
@ -614,6 +615,12 @@ each asset under the tab &quot;Meta&quot; in the asset properties.</p>
lastUpdated => 1112291919,
message => q|These Assets are available for use at your site:<p>|
},
'directory index' => {
lastUpdated => 1118896675,
message => q|Directory Index|,
},
};
1;