i18n and help fixes
This commit is contained in:
parent
307c1e0e68
commit
7d00fbcdc2
4 changed files with 29 additions and 5 deletions
|
|
@ -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|
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue