added a sort alphabetically option to the folder asset
This commit is contained in:
parent
6726f56af3
commit
fd4453df58
5 changed files with 35 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue