i18n and help fixes

This commit is contained in:
Colin Kuskie 2008-06-13 05:05:49 +00:00
parent 307c1e0e68
commit 7d00fbcdc2
4 changed files with 29 additions and 5 deletions

View file

@ -99,8 +99,8 @@ sub definition {
tab => "properties",
fieldType => "dateTime",
defaultValue => $date->toDatabase,
label => $i18n->get("event start date"),
hoverHelp => $i18n->get("start date help"),
label => $i18n->get("add/edit event start date"),
hoverHelp => $i18n->get("add/edit event start date help"),
},
duration => {
tab => "properties",

View file

@ -6,7 +6,7 @@ use strict;
our $HELP = {
'template' => {
title => 'donation template',
title => 'donation template help',
body => '',
isa => [
{

View file

@ -63,13 +63,13 @@ our $I18N = {
context => q|help for default price field|
},
'donation template' => {
'donate template' => {
message => q|Donation Template|,
lastUpdated => 0,
context => q|the label for the field where you select the template for this asset|
},
'donation template help' => {
'donate template help' => {
message => q|Choose a template that should be used to display the donation.|,
lastUpdated => 0,
context => q|help for default price field|

View file

@ -412,6 +412,30 @@ The form in which the user can enter his subscription code.<br />|,
context => q|help for the thank you message field|,
},
'template' => {
message => q|Subscription template|,
lastUpdated => 0,
context => q|Asset property|,
},
'template help' => {
message => q|Choose the template you wish to use to display this subscription|,
lastUpdated => 0,
context => q|Asset property hover help|,
},
'batch name' => {
message => q|Batch Name|,
lastUpdated => 0,
context => q|create subscription code form|,
},
'batch name description' => {
message => q|Select a name for this batch of subscription codes.|,
lastUpdated => 0,
context => q|hover help for batch name|,
},
'subscription template' => {
message => q|Subscription Template|,
lastUpdated => 0,