i18n several items in the Matrix, and Matrix listing.

This commit is contained in:
Colin Kuskie 2009-08-13 07:08:09 +00:00
parent 9d24f55b50
commit 6a8b771859
8 changed files with 67 additions and 7 deletions

View file

@ -867,7 +867,44 @@ selectBox.</p>|
lastUpdated => 1250141046,
message => q|To compare, at least two listing must be selected. If you want to view just one listing, click on its name.|,
context => q|A message shown to the user when they have selected only one listing to compare.|,
}
},
'Sort by name' => {
lastUpdated => 1250146133,
message => q|Sort by name|,
context => q|To order a list of items by name|,
},
'Sort by views' => {
lastUpdated => 1250146133,
message => q|Sort by views|,
context => q|To order a list of items by the number of times it has been viewed|,
},
'Sort by compares' => {
lastUpdated => 1250146133,
message => q|Sort by compares|,
context => q|To order a list of items by the number of times it has been compared|,
},
'Sort by clicks' => {
lastUpdated => 1250146133,
message => q|Sort by clicks|,
context => q|To order a list of items by the number of times it has been clicked|,
},
'Sort by updated' => {
lastUpdated => 1250146133,
message => q|Sort by updated|,
context => q|To order a list of items by the number of times it was last updated|,
},
'Return to Matrix' => {
lastUpdated => 1250146133,
message => q|Return to Matrix|,
context => q|To go back to the Matrix main screen.|,
},
};
1;