commit missing country code for Country form control.

Add help for add/edit event metadata field.
Set correct help for www_editMetadataField.
This commit is contained in:
Colin Kuskie 2006-05-08 23:30:01 +00:00
parent 6761a9635e
commit 7a2d82ac0c
4 changed files with 76 additions and 2 deletions

View file

@ -344,6 +344,17 @@ our $I18N = { ##hashref of hashes
context => q|In Manage Event Metadata screen|,
},
'add/edit event metadata field' => {
message => q|Add/Edit Event Metadata Field|,
lastUpdated => 1138908251,
context => q|In Manage Event Metadata screen|,
},
'add/edit event metadata field body' => {
message => q|<p>This screen allows you to add a new metadata field to an event or to reconfigure existing metadata fields.</p>|,
lastUpdated => 1138908251,
},
'null field error' => {
message => q|The %s field cannot be blank.|,
lastUpdated => 1138908251,