Added Thingy RFEs: Max entries per user AND Export extra fields

This commit is contained in:
Yung Han Khoe 2008-10-10 14:43:15 +00:00
parent fe07152853
commit 421392f134
4 changed files with 145 additions and 36 deletions

View file

@ -112,6 +112,21 @@ our $I18N = {
lastUpdated => 1104630516,
},
'max entries per user label' => {
message => q|Max entries per user|,
lastUpdated => 1223638290,
},
'max entries per user description' => {
message => q|The maximum number of entries a user can add of this thing.|,
lastUpdated => 1223638290,
},
'has entered max per user message' => {
message => q|You have reached the maximum number of entries.|,
lastUpdated => 1223638290,
},
'who can add label' => {
message => q|Who can add?|,
lastUpdated => 1104630516,
@ -322,6 +337,17 @@ wobject can always view and edit all data.|,
lastUpdated => 1104630516,
},
'export metadata label' => {
message => q|Export meta data?|,
lastUpdated => 1223555688,
},
'export metadata description' => {
message => q|Should the export function include the meta data fields like thingDataId, lastUpdated,
ipAddress etc?|,
lastUpdated => 1223555688,
},
'search button label' => {
message => q|Search|,
lastUpdated => 1104630516,