internationalize directory index label
This commit is contained in:
parent
9246824759
commit
7d3ed27eb4
2 changed files with 8 additions and 1 deletions
|
|
@ -3119,7 +3119,7 @@ sub www_export {
|
||||||
-value=>[1],
|
-value=>[1],
|
||||||
);
|
);
|
||||||
$f->text(
|
$f->text(
|
||||||
-label=>"Directory Index",
|
-label=>WebGUI::International::get("directory index","Asset"),
|
||||||
-name=>"index",
|
-name=>"index",
|
||||||
-value=>"index.html"
|
-value=>"index.html"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -605,6 +605,7 @@ each asset under the tab "Meta" in the asset properties.</p>
|
||||||
lastUpdated =>1092748557,
|
lastUpdated =>1092748557,
|
||||||
context => q|asset property|
|
context => q|asset property|
|
||||||
},
|
},
|
||||||
|
|
||||||
'asset list title' => {
|
'asset list title' => {
|
||||||
lastUpdated => 1112220921,
|
lastUpdated => 1112220921,
|
||||||
message => q|Asset, List of Available|
|
message => q|Asset, List of Available|
|
||||||
|
|
@ -614,6 +615,12 @@ each asset under the tab "Meta" in the asset properties.</p>
|
||||||
lastUpdated => 1112291919,
|
lastUpdated => 1112291919,
|
||||||
message => q|These Assets are available for use at your site:<p>|
|
message => q|These Assets are available for use at your site:<p>|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'directory index' => {
|
||||||
|
lastUpdated => 1118896675,
|
||||||
|
message => q|Directory Index|,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue