mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6768 from open-sausages/pulls/4.0/6115-in-campaigns-list
Translation for add to compaign form
This commit is contained in:
commit
5570a5e1e0
@ -4,7 +4,7 @@ en:
|
||||
ErrorGeneral: 'We apologise, but there was an error'
|
||||
ErrorItemPermissionDenied: 'It seems you don''t have the necessary permissions to add {ObjectTitle} to a campaign'
|
||||
ErrorNotFound: 'That {Type} couldn''t be found'
|
||||
Success: 'Successfully added {ObjectTitle} to {CampaignTitle}'
|
||||
Success: 'Successfully added <strong>{ObjectTitle}</strong> to <strong>{CampaignTitle}</strong>'
|
||||
AssetAdmin:
|
||||
ALLOWEDEXTS: 'Allowed file upload extensions'
|
||||
HIDEALLOWEDEXTS: 'Hide allowed extensions'
|
||||
@ -109,7 +109,10 @@ en:
|
||||
MENUTITLE: Campaigns
|
||||
Campaigns:
|
||||
AddToCampaign: 'Add To Campaign'
|
||||
AddToCampaignAvailableLabel: 'Available campaigns'
|
||||
AddToCampaignFormFieldLabel: 'Select a Campaign'
|
||||
AddToCampaignInChangsetLabel: 'Heads up, this item is already in campaign(s):'
|
||||
AddToCampaignNoCampaignsToAdd: '<p class="lead text-xs-center">This item has been added to all available campaigns.<br/><a href="{campaignSectionLink}" class="add-to-campaign-modal__nav-link">Create a new campaign?</a></p>'
|
||||
ChangePasswordEmail_ss:
|
||||
CHANGEPASSWORDFOREMAIL: 'The password for account with email address {email} has been changed. If you didn\''t change your password please change your password using the link below'
|
||||
CHANGEPASSWORDTEXT1: 'You changed your password for'
|
||||
|
Loading…
Reference in New Issue
Block a user