added a sort alphabetically option to the folder asset

This commit is contained in:
JT Smith 2006-04-14 02:35:35 +00:00
parent 6726f56af3
commit fd4453df58
5 changed files with 35 additions and 1 deletions

View file

@ -2,6 +2,16 @@ package WebGUI::i18n::English::Asset_Folder;
our $I18N = {
'sort alphabetically' => {
message => q|Sort alphabetically?|,
lastUpdated => 0
},
'sort alphabetically help' => {
message => q|Do you want to sort the items in this folder alphabetically? If you select no then it will sort according to rank.|,
lastUpdated => 0
},
'visitor cache timeout' => {
message => q|Visitor Cache Timeout|,
lastUpdated => 0