17 lines
647 B
TypeScript
17 lines
647 B
TypeScript
export default {
|
|
title: 'Access All Program',
|
|
bannerCode: 'Program Banner Code',
|
|
bannerHelpPrefix: 'Put the code in',
|
|
bannerHelpSuffix: 'or anywhere you want to put it.',
|
|
preview: 'Preview',
|
|
copyBanner: 'Copy Banner Code',
|
|
functionCode: 'Program Function Code',
|
|
functionHelpPrefix: 'Put the code in',
|
|
copyFunction: 'Copy Function Code',
|
|
copied: 'Code copied',
|
|
copyFailed: 'Unable to copy the code',
|
|
previewTitle: 'Program Banner Preview',
|
|
previewNote: 'Preview clicks do not open the live program or submit account information.',
|
|
previewProgram: 'Program page {page} selected in preview',
|
|
}
|