From 327df1862c09668691923052ddf2af42023260e2 Mon Sep 17 00:00:00 2001 From: Steve Hetzel Date: Mon, 15 Jul 2024 15:15:45 -0600 Subject: [PATCH] fix: lint fixes --- .../convertContext/recompositionFinalizer.ts | 21 +- .../convertContext/recomposition.test.ts | 10 +- .../testOutput/labels/CustomLabels.labels | 32918 ++++++++++++++++ .../testOutput/package.xml | 2071 + .../first-app-CustomLabels.labels-meta.xml | 24 + .../second-app-CustomLabels.labels-meta.xml | 16450 ++++++++ .../third-app-CustomLabels.labels-meta.xml | 16450 ++++++++ .../customLabels-multiple/sfdx-project.json | 17 + .../customLabels-multiple/snapshots.test.ts | 68 + 9 files changed, 68022 insertions(+), 7 deletions(-) create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/labels/CustomLabels.labels create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/package.xml create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/originalSource/first-app/labels/first-app-CustomLabels.labels-meta.xml create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/originalSource/second-app/labels/second-app-CustomLabels.labels-meta.xml create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/originalSource/third-app/labels/third-app-CustomLabels.labels-meta.xml create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/sfdx-project.json create mode 100644 test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts diff --git a/src/convert/convertContext/recompositionFinalizer.ts b/src/convert/convertContext/recompositionFinalizer.ts index 8c63e2cfe9..b0788e00e6 100644 --- a/src/convert/convertContext/recompositionFinalizer.ts +++ b/src/convert/convertContext/recompositionFinalizer.ts @@ -78,10 +78,27 @@ type ChildWithXml = { const recompose = (cache: XmlCache) => async (stateValue: RecompositionStateValueWithParent): Promise => { - await getXmlFromCache(cache)(stateValue.component); + const childComponents = stateValue.children?.toArray() ?? []; + + // RecompositionState combines all labels metadata files into 1 component containing + // all the children. This checks for multiple parent components and gets the xml + // file content from each. + if (stateValue.component.type.name === 'CustomLabels') { + const parentLabelNames: string[] = []; + for (const childComp of childComponents) { + const parentComp = childComp.parent as SourceComponent; + if (parentComp && !parentLabelNames.includes(parentComp.name)) { + parentLabelNames.push(parentComp.name); + // eslint-disable-next-line no-await-in-loop + await getXmlFromCache(cache)(parentComp); + } + } + } else { + await getXmlFromCache(cache)(stateValue.component); + } const childXmls = await Promise.all( - (stateValue.children?.toArray() ?? []).filter(ensureMetadataComponentWithParent).map( + childComponents.filter(ensureMetadataComponentWithParent).map( async (child): Promise => ({ cmp: child, xmlContents: await getXmlFromCache(cache)(child), diff --git a/test/convert/convertContext/recomposition.test.ts b/test/convert/convertContext/recomposition.test.ts index b97712bbaa..3ccdfdcc66 100644 --- a/test/convert/convertContext/recomposition.test.ts +++ b/test/convert/convertContext/recomposition.test.ts @@ -154,9 +154,9 @@ describe('Recomposition', () => { expect(readFileSpy.callCount, JSON.stringify(readFileSpy.getCalls(), undefined, 2)).to.equal(1); }); - describe('should only read unique child xml files once for non-decomposed components', () => { + describe('should only read unique child xml files once per parent for non-decomposed components', () => { // This test sets up 2 CustomLabels files; 1 in each package directory. The CustomLabels files - // each have 2 labels within them. This should result in only 2 file reads. + // each have 2 labels within them. This should result in only 2 file reads; 1 per parent CustomLabels file. const customLabelsType = new RegistryAccess().getTypeByName('CustomLabels'); const labelsFileName = 'CustomLabels.labels-meta.xml'; const projectDir = join(process.cwd(), 'my-project'); @@ -210,7 +210,7 @@ describe('Recomposition', () => { new VirtualTreeContainer(vDir) ); - it('one item in transaction state covering all the children', async () => { + it('one main component with multiple parents in transaction state covering all the children', async () => { const context = new ConvertContext(); const compSet = new ComponentSet(); component.getChildren().forEach((child) => compSet.add(child)); @@ -220,11 +220,11 @@ describe('Recomposition', () => { children: compSet, }); - const readFileSpy = env.spy(component.tree, 'readFile'); + const readFileSpy = env.spy(VirtualTreeContainer.prototype, 'readFile'); await context.recomposition.finalize(); - expect(readFileSpy.callCount).to.equal(context.recomposition.transactionState.size); + expect(readFileSpy.callCount, 'readFile() should only be called twice').to.equal(2); }); }); }); diff --git a/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/labels/CustomLabels.labels b/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/labels/CustomLabels.labels new file mode 100644 index 0000000000..edf3cf8b0c --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/labels/CustomLabels.labels @@ -0,0 +1,32918 @@ + + + + accordionSection_ToggleInstructionsWhenClosed + accordionSection + en_US + true + Accordion instruction when it's closed + Click to expand this section. + + + accordionSection_ToggleInstructionsWhenClosed + accordionSection + en_US + true + Accordion instruction when it's closed + Click to expand this section. + + + accordionSection_ToggleInstructionsWhenOpen + accordionSection + en_US + true + Accordion instruction when it's open + Click to close this section. + + + accordionSection_ToggleInstructionsWhenOpen + accordionSection + en_US + true + Accordion instruction when it's open + Click to close this section. + + + adapterException + en_US + true + Throw exception to external call + Invalid call. This function is reserved for Salesforce use. + + + adapterException + en_US + true + Throw exception to external call + Invalid call. This function is reserved for Salesforce use. + + + Addr_Id_Error + en_US + true + Addr Id Error + You must provide an Auth ID. + + + Addr_Id_Error + en_US + true + Addr Id Error + You must provide an Auth ID. + + + Addr_No_Batch + address, error + en_US + true + Batch Address Verification Not Supported + The specified service does not support Batch Address Verification. + + + Addr_No_Batch + address, error + en_US + true + Batch Address Verification Not Supported + The specified service does not support Batch Address Verification. + + + Addr_Pending_Verification + address, error + en_US + true + Pending verification + Pending verification + + + Addr_Pending_Verification + address, error + en_US + true + Pending verification + Pending verification + + + Addr_Settings_API_Body + address, settings + en_US + true + DEPRECATED - Addr Settings API Title + DEPRECATED - API Account Settings + + + Addr_Settings_API_Body + address, settings + en_US + true + DEPRECATED - Addr Settings API Title + DEPRECATED - API Account Settings + + + Addr_Settings_API_Title + address, settings + en_US + true + Addr Settings API Title + Verification API Account Settings + + + Addr_Settings_API_Title + address, settings + en_US + true + Addr Settings API Title + Verification API Account Settings + + + Addr_Settings_Intro_Body + address, settings + en_US + true + DEPRECATED - Addr Settings Intro Body + DEPRECATED + + + Addr_Settings_Intro_Body + address, settings + en_US + true + DEPRECATED - Addr Settings Intro Body + DEPRECATED + + + Addr_Settings_Intro_Body1 + address, settings + en_US + true + Addr Settings Intro Body + The Address Verification API lets you verify addresses as you add them to Salesforce. The API also lets you standardize addresses when you save them (for example, it converts any instance of Street to St in the saved record). + + + Addr_Settings_Intro_Body1 + address, settings + en_US + true + Addr Settings Intro Body + The Address Verification API lets you verify addresses as you add them to Salesforce. The API also lets you standardize addresses when you save them (for example, it converts any instance of Street to St in the saved record). + + + Addr_Settings_Intro_Body2 + address, settings + en_US + true + Addr Settings Intro Body + <br/>To get started:<br/><br/> +1. Open a third-party address verification account. (Some are free for nonprofits.)<br/> +2. In your address verification service, create the required authentication ID and/or token.<br/> +3. Return to this settings page, click the Edit button above, and paste the ID and/or token into the appropriate fields.<br/> +4. Complete the remaining fields and click Save. The help text for each field provides more information. + + + Addr_Settings_Intro_Body2 + address, settings + en_US + true + Addr Settings Intro Body + <br/>To get started:<br/><br/> +1. Open a third-party address verification account. (Some are free for nonprofits.)<br/> +2. In your address verification service, create the required authentication ID and/or token.<br/> +3. Return to this settings page, click the Edit button above, and paste the ID and/or token into the appropriate fields.<br/> +4. Complete the remaining fields and click Save. The help text for each field provides more information. + + + Addr_Settings_Intro_Title + address, settings + en_US + true + Addr Settings Intro Title + Introduction + + + Addr_Settings_Intro_Title + address, settings + en_US + true + Addr Settings Intro Title + Introduction + + + Addr_Settings_Notice + address, settings + en_US + true + Addr Settings Notice + Address verification will only work for records you create from this point on. Verification does not apply to contact information that you've already entered in Salesforce. + + + Addr_Settings_Notice + address, settings + en_US + true + Addr Settings Notice + Address verification will only work for records you create from this point on. Verification does not apply to contact information that you've already entered in Salesforce. + + + Addr_Settings_Test_Body + address, settings + en_US + true + Addr Settings Test Body + To test your Secret Key Pair, enter any US Zip Code: + + + Addr_Settings_Test_Body + address, settings + en_US + true + Addr Settings Test Body + To test your Secret Key Pair, enter any US Zip Code: + + + Addr_Settings_Test_Response_Title + address, settings + en_US + true + Addr Settings Test Response Title + API Response + + + Addr_Settings_Test_Response_Title + address, settings + en_US + true + Addr Settings Test Response Title + API Response + + + Addr_Settings_Test_Title + address, settings + en_US + true + Addr Settings Test Title + Test My Settings + + + Addr_Settings_Test_Title + address, settings + en_US + true + Addr Settings Test Title + Test My Settings + + + Addr_Skip_Verified + address, verification + en_US + true + Addr Skip Verified + Skip previously verified records + + + Addr_Skip_Verified + address, verification + en_US + true + Addr Skip Verified + Skip previously verified records + + + Addr_Token_Error + en_US + true + Addr Token Error + You must provide an Auth Token. + + + Addr_Token_Error + en_US + true + Addr Token Error + You must provide an Auth Token. + + + Addr_Unauthorized_Endpoint + en_US + true + Addr Unauthorized Endpoint + The Remote Site URL for the SmartyStreetsZip endpoint is invalid. Verify the correct URL with Smarty Streets, and update the SmartyStreetsZip endpoint in Setup > Security > Remote Site Settings. + + + Addr_Unauthorized_Endpoint + en_US + true + Addr Unauthorized Endpoint + The Remote Site URL for the SmartyStreetsZip endpoint is invalid. Verify the correct URL with Smarty Streets, and update the SmartyStreetsZip endpoint in Setup > Security > Remote Site Settings. + + + Addr_Valid_Key_Pair + en_US + true + Addr Valid Key Pair + Your Secret Key Pair is valid. + + + Addr_Valid_Key_Pair + en_US + true + Addr Valid Key Pair + Your Secret Key Pair is valid. + + + Addr_Verification_Batch_Body + address, verification + en_US + true + Addr Verification Batch Body + Click Verify All Addresses to verify and standardize all addresses in your organization. The mass verification process uses the settings from above. + + + Addr_Verification_Batch_Body + address, verification + en_US + true + Addr Verification Batch Body + Click Verify All Addresses to verify and standardize all addresses in your organization. The mass verification process uses the settings from above. + + + Addr_Verification_Batch_Not_Supported + address, verification + en_US + true + No Batch Support + The selected service does not support Batch Address Validation. + + + Addr_Verification_Batch_Not_Supported + address, verification + en_US + true + No Batch Support + The selected service does not support Batch Address Validation. + + + Addr_Verification_Batch_SmartyStreets_Message + address, verification + en_US + true + Batches of 100 + SmartyStreets will verify addresses in batches of 100. + + + Addr_Verification_Batch_SmartyStreets_Message + address, verification + en_US + true + Batches of 100 + SmartyStreets will verify addresses in batches of 100. + + + Addr_Verification_Batch_Status + address, verification + en_US + true + Addr Verification Batch Status + Mass Verification Status + + + Addr_Verification_Batch_Status + address, verification + en_US + true + Addr Verification Batch Status + Mass Verification Status + + + Addr_Verification_Batch_Title + address, verification + en_US + true + Addr Verification Batch Title + Mass Verify Existing Addresses + + + Addr_Verification_Batch_Title + address, verification + en_US + true + Addr Verification Batch Title + Mass Verify Existing Addresses + + + Addr_Verification_Cant_Load_Class + address + en_US + true + Unable to load verification class when visiting settings page + There was an error loading the validator class {0} + + + Addr_Verification_Cant_Load_Class + address + en_US + true + Unable to load verification class when visiting settings page + There was an error loading the validator class {0} + + + Addr_Verification_Required + address + en_US + true + Verification required + Verification required + + + Addr_Verification_Required + address + en_US + true + Verification required + Verification required + + + Addr_Verification_Undefined_Class + address + en_US + true + No address verification class defined + Address verification class not defined in the settings. Cannot perform address verification. + + + Addr_Verification_Undefined_Class + address + en_US + true + No address verification class defined + Address verification class not defined in the settings. Cannot perform address verification. + + + Addr_Verification_Wrong_Class + address + en_US + true + Wrong address verification class + No class with the specified name exists. Cannot perform address verification. + + + Addr_Verification_Wrong_Class + address + en_US + true + Wrong address verification class + No class with the specified name exists. Cannot perform address verification. + + + Addr_Verification_Wrong_Interface + address + en_US + true + Wrong address verification interface + The address validation class does not implement the required interface. Cannot perform address verification. + + + Addr_Verification_Wrong_Interface + address + en_US + true + Wrong address verification interface + The address validation class does not implement the required interface. Cannot perform address verification. + + + Addr_Verified + address, verification + en_US + true + Address Successfully Verified + Verified + + + Addr_Verified + address, verification + en_US + true + Address Successfully Verified + Verified + + + Addr_Verify_Endpoint + en_US + true + Addr Verify Endpoint + Please enter the endpoint URL. + + + Addr_Verify_Endpoint + en_US + true + Addr Verify Endpoint + Please enter the endpoint URL. + + + Addr_Verify_Google_Help + en_US + true + Google API Helpt Text + The Google Geocoding API requires a value for Authentication Token only. This can be found by going to Visit the APIs console at https://code.google.com/apis/console and log in with your Google Account. Click the Services link from the left-hand menu in the APIs Console, then activate the Geocoding API service. Once the service has been activated, your API key is available from the API Access page, in the Simple API Access section. More information on this service and what it provides can be found here: https://developers.google.com/maps/documentation/geocoding/. + + + Addr_Verify_Google_Help + en_US + true + Google API Helpt Text + The Google Geocoding API requires a value for Authentication Token only. This can be found by going to Visit the APIs console at https://code.google.com/apis/console and log in with your Google Account. Click the Services link from the left-hand menu in the APIs Console, then activate the Geocoding API service. Once the service has been activated, your API key is available from the API Access page, in the Simple API Access section. More information on this service and what it provides can be found here: https://developers.google.com/maps/documentation/geocoding/. + + + Addr_Verify_Settings + en_US + true + Addr Verify Settings + Please verify you have entered your credentials. + + + Addr_Verify_Settings + en_US + true + Addr Verify Settings + Please verify you have entered your credentials. + + + Addr_Verifying + en_US + true + Addr Verifying + Verifying addresses. + + + Addr_Verifying + en_US + true + Addr Verifying + Verifying addresses. + + + addrCiceroMissingAPIKey + Cicero address verification service + en_US + true + addrCiceroMissingAPIKey + You must specify the Cicero API Key in the Auth Token field for Address Verification. Log into Salesforce and go to People | Addresses on the NPSP Settings page. + + + addrCiceroMissingAPIKey + Cicero address verification service + en_US + true + addrCiceroMissingAPIKey + You must specify the Cicero API Key in the Auth Token field for Address Verification. Log into Salesforce and go to People | Addresses on the NPSP Settings page. + + + addrCopyConAddBtnConfirm + ADDR_CopyConAddrHHObjBTN + en_US + true + Message that appears to confirm the address copy action. + You are about to copy the Address. Do you want to continue? + + + addrCopyConAddBtnConfirm + ADDR_CopyConAddrHHObjBTN + en_US + true + Message that appears to confirm the address copy action. + You are about to copy the Address. Do you want to continue? + + + addrCopyConAddBtnFls + ADDR_CopyConAddrHHObjBTN + en_US + true + When user does not have FLS or object level permissions to copy the address + You don't have the required object or field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + addrCopyConAddBtnFls + ADDR_CopyConAddrHHObjBTN + en_US + true + When user does not have FLS or object level permissions to copy the address + You don't have the required object or field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + addrCopyConAddBtnHHObjOnly + ADDR_CopyConAddrHHObjBTN + en_US + false + addrCopyConAddBtnHHObjOnly + The Copy Address to Household button only works with Contacts associated with a Household object. + + + addrCopyConAddBtnHHObjOnly + ADDR_CopyConAddrHHObjBTN + en_US + false + addrCopyConAddBtnHHObjOnly + The Copy Address to Household button only works with Contacts associated with a Household object. + + + Address_Not_Found + address, error + en_US + true + Address Not Found + Address not found. + + + Address_Not_Found + address, error + en_US + true + Address Not Found + Address not found. + + + Address_StateCountry_Invalid_Error + address, error + en_US + true + {value} is not configured as a valid Country in your Organization. + '{0}' is not configured as a valid Country in your Organization. + + + Address_StateCountry_Invalid_Error + address, error + en_US + true + {value} is not configured as a valid Country in your Organization. + '{0}' is not configured as a valid Country in your Organization. + + + Address_Verification_Limit + address, verification + en_US + true + Address Verification Limit + You cannot verify more than 100 addresses at a time. + + + Address_Verification_Limit + address, verification + en_US + true + Address Verification Limit + You cannot verify more than 100 addresses at a time. + + + addrGeneralSettings + Address Settings + en_US + false + addrGeneralSettings + General Address Settings + + + addrGeneralSettings + Address Settings + en_US + false + addrGeneralSettings + General Address Settings + + + addrHHAccountOnly + Address Management + en_US + true + addrHHAccountOnly + To use Addresses with non-Household Accounts, you must select Organizational Account Addresses Enabled in NPSP Settings | People | Addresses. + + + addrHHAccountOnly + Address Management + en_US + true + addrHHAccountOnly + To use Addresses with non-Household Accounts, you must select Organizational Account Addresses Enabled in NPSP Settings | People | Addresses. + + + addrHHAddressAlwaysDefault + Manage Household UI + en_US + false + addrHHAddressAlwaysDefault + The Household Address will be copied to all Contacts that do not have an Address Override. + + + addrHHAddressAlwaysDefault + Manage Household UI + en_US + false + addrHHAddressAlwaysDefault + The Household Address will be copied to all Contacts that do not have an Address Override. + + + addrSeasonalOverlap + Address Management + en_US + false + addrSeasonalOverlap + Seasonal Address dates cannot overlap with any other Seasonal Addresses for this Household. + + + addrSeasonalOverlap + Address Management + en_US + false + addrSeasonalOverlap + Seasonal Address dates cannot overlap with any other Seasonal Addresses for this Household. + + + addrSeasonalPartial + Address Management + en_US + false + addrSeasonalPartial + In the Seasonal Information section, please select values for all Seasonal fields, or leave them all blank. + + + addrSeasonalPartial + Address Management + en_US + false + addrSeasonalPartial + In the Seasonal Information section, please select values for all Seasonal fields, or leave them all blank. + + + alloAddRow + Allocation + en_US + false + alloAddRow + Add Row + + + alloAddRow + Allocation + en_US + false + alloAddRow + Add Row + + + alloAddRowAtPosition + Allocation + en_US + false + alloAddRowAtPosition + Add Row at Position + + + alloAddRowAtPosition + Allocation + en_US + false + alloAddRowAtPosition + Add Row at Position + + + alloAmountOrPercent + Allocation, Error + en_US + false + alloAmountOrPercent + Enter a value in either the Amount field or the Percent field. + + + alloAmountOrPercent + Allocation, Error + en_US + false + alloAmountOrPercent + Enter a value in either the Amount field or the Percent field. + + + alloBatchCreateDefault + Allocation, Settings + en_US + false + alloBatchCreateDefault + Batch Create Default Allocations + + + alloBatchCreateDefault + Allocation, Settings + en_US + false + alloBatchCreateDefault + Batch Create Default Allocations + + + alloBatchDefaultInfo + Allocation, Settings + en_US + false + alloBatchDefaultInfo + This utility runs a batch process that creates default Allocations for all existing Opportunities, except Opportunities excluded in the GAU Allocations Rollup Settings. +<br/> +<br/> +To run this utility, default Allocations must be enabled and a default General Accounting Unit must be selected. You only need to run this tool once after enabling default Allocations, as all new Opportunities will receive a default Allocation once enabled. +<br/> +<br/> +To check your GAU Allocation settings, go to Donations | GAU Allocations. + + + alloBatchDefaultInfo + Allocation, Settings + en_US + false + alloBatchDefaultInfo + This utility runs a batch process that creates default Allocations for all existing Opportunities, except Opportunities excluded in the GAU Allocations Rollup Settings. +<br/> +<br/> +To run this utility, default Allocations must be enabled and a default General Accounting Unit must be selected. You only need to run this tool once after enabling default Allocations, as all new Opportunities will receive a default Allocation once enabled. +<br/> +<br/> +To check your GAU Allocation settings, go to Donations | GAU Allocations. + + + alloBtnCancel + Allocation + en_US + false + alloBtnCancel + Cancel + + + alloBtnCancel + Allocation + en_US + false + alloBtnCancel + Cancel + + + alloBtnSaveAndClose + Allocation + en_US + false + alloBtnSaveAndClose + Save + + + alloBtnSaveAndClose + Allocation + en_US + false + alloBtnSaveAndClose + Save + + + alloCampaignExceedsOppAmount + Allocation, Error + en_US + false + alloCampaignExceedsOppAmount + Your Campaign Allocations were not created. Campaign Allocations for the Opportunity exceeded the Opportunity amount. + + + alloCampaignExceedsOppAmount + Allocation, Error + en_US + false + alloCampaignExceedsOppAmount + Your Campaign Allocations were not created. Campaign Allocations for the Opportunity exceeded the Opportunity amount. + + + alloCantAllocateNothing + Allocation, Error + en_US + false + alloCantAllocateNothing + You can't create Allocations for an Opportunity with a blank or zero amount. + + + alloCantAllocateNothing + Allocation, Error + en_US + false + alloCantAllocateNothing + You can't create Allocations for an Opportunity with a blank or zero amount. + + + alloDefaultGAUMissing + Allocation, Error + en_US + false + Default Allocations are enabled, but no default GAU is selected. + You've selected Default Allocations Enabled. You also need to select a Default General Accounting Unit. + + + alloDefaultGAUMissing + Allocation, Error + en_US + false + Default Allocations are enabled, but no default GAU is selected. + You've selected Default Allocations Enabled. You also need to select a Default General Accounting Unit. + + + alloDefaultGAUNotActive + Allocation, Error + en_US + true + Error message when the Default General Accounting Unit is not active + The Default General Accounting Unit is not active. Set the {0} General Accounting Unit to Active, or change the Default General Accounting Unit to one that’s active. + + + alloDefaultGAUNotActive + Allocation, Error + en_US + true + Error message when the Default General Accounting Unit is not active + The Default General Accounting Unit is not active. Set the {0} General Accounting Unit to Active, or change the Default General Accounting Unit to one that’s active. + + + alloDefaultNotEnabled + Allocation, Error + en_US + true + You must enable Default Allocations in order to allocate at the payment level. + You must enable Default Allocations in order to allocate at the payment level. + + + alloDefaultNotEnabled + Allocation, Error + en_US + true + You must enable Default Allocations in order to allocate at the payment level. + You must enable Default Allocations in order to allocate at the payment level. + + + alloDefaultNotPercent + Allocation, Error + en_US + false + alloDefaultNotPercent + The General Accounting Unit set as default in NPSP Settings can only have amount-based, not percentage-based Allocations. + + + alloDefaultNotPercent + Allocation, Error + en_US + false + alloDefaultNotPercent + The General Accounting Unit set as default in NPSP Settings can only have amount-based, not percentage-based Allocations. + + + alloDeleteRow + Allocation + en_US + false + alloDeleteRow + Delete + + + alloDeleteRow + Allocation + en_US + false + alloDeleteRow + Delete + + + alloExceedsOppAmount + Allocation, Error + en_US + false + The allocations for this opportunity are greater than the amount of the opportun + The Allocation totals for this Opportunity exceed the Opportunity amount. Update your Allocation amounts first, then update the Opportunity amount to match. + + + alloExceedsOppAmount + Allocation, Error + en_US + false + The allocations for this opportunity are greater than the amount of the opportun + The Allocation totals for this Opportunity exceed the Opportunity amount. Update your Allocation amounts first, then update the Opportunity amount to match. + + + alloExceedsPmtAmount + Allocation, Error + en_US + true + The Allocations for this Payment are greater than the amount of the Payment. + The Allocations for this Payment exceed the Payment amount. Update your Allocation amounts, and then adjust the Payment amount. + + + alloExceedsPmtAmount + Allocation, Error + en_US + true + The Allocations for this Payment are greater than the amount of the Payment. + The Allocations for this Payment exceed the Payment amount. Update your Allocation amounts, and then adjust the Payment amount. + + + alloManageCampaignAllocations + Allocation + en_US + false + alloManageCampaignAllocations + Manage Campaign Allocations + + + alloManageCampaignAllocations + Allocation + en_US + false + alloManageCampaignAllocations + Manage Campaign Allocations + + + alloManageOppAllocations + Allocation + en_US + false + alloManageOppAllocations + Manage Opportunity Allocations + + + alloManageOppAllocations + Allocation + en_US + false + alloManageOppAllocations + Manage Opportunity Allocations + + + alloManagePaymentAllocations + Allocation + en_US + true + alloManagePaymentAllocations + Manage Payment Allocations + + + alloManagePaymentAllocations + Allocation + en_US + true + alloManagePaymentAllocations + Manage Payment Allocations + + + alloManageRecurringDonationAllocations + Allocation + en_US + false + alloManageRecurringDonationAllocations + Manage Recurring Donation Allocations + + + alloManageRecurringDonationAllocations + Allocation + en_US + false + alloManageRecurringDonationAllocations + Manage Recurring Donation Allocations + + + alloModifyCurrency + Allocation, Error + en_US + false + alloModifyCurrency + You can't modify Allocation currencies directly. NPSP updates Allocation currencies when you update the currency of the parent Opportunity, Campaign, or Recurring Donation. + + + alloModifyCurrency + Allocation, Error + en_US + false + alloModifyCurrency + You can't modify Allocation currencies directly. NPSP updates Allocation currencies when you update the currency of the parent Opportunity, Campaign, or Recurring Donation. + + + alloNegativeAmount + Allocation, Error + en_US + false + alloNegativeAmount + The Amount field can't contain a negative value. + + + alloNegativeAmount + Allocation, Error + en_US + false + alloNegativeAmount + The Amount field can't contain a negative value. + + + alloNegativePercent + Allocation, Error + en_US + false + alloNegativePercent + The Percent field can't contain a negative value. + + + alloNegativePercent + Allocation, Error + en_US + false + alloNegativePercent + The Percent field can't contain a negative value. + + + alloObjectUnsupported + Allocation + en_US + true + alloObjectUnsupported + The Manage Allocations button is only supported from a Campaign, Opportunity, Payment or Recurring Donation record. + + + alloObjectUnsupported + Allocation + en_US + true + alloObjectUnsupported + The Manage Allocations button is only supported from a Campaign, Opportunity, Payment or Recurring Donation record. + + + alloOverallocatedError + Allocation, Error + en_US + true + Error message when a record’s Allocation total exceeds its Amount + The total of the Allocations on this {0} exceeds its Amount. Update the {0} Allocations to make their total equal to the {0} Amount. + + + alloOverallocatedError + Allocation, Error + en_US + true + Error message when a record’s Allocation total exceeds its Amount + The total of the Allocations on this {0} exceeds its Amount. Update the {0} Allocations to make their total equal to the {0} Amount. + + + alloPaidPmtsExceedsOpp + Allocation, Error + en_US + true + alloPaidPmtsExceedsOpp + The total allocation of paid payments cannot exceed the opportunity allocation for a GAU. + + + alloPaidPmtsExceedsOpp + Allocation, Error + en_US + true + alloPaidPmtsExceedsOpp + The total allocation of paid payments cannot exceed the opportunity allocation for a GAU. + + + alloPaymentAllocationBatchAllocationError + Allocation, Error + en_US + true + Error message wrapper for a specific Allocation in a batch + Error occurred while processing the {0} record associated with Allocation {1} ({2}). Details: {3} + + + alloPaymentAllocationBatchAllocationError + Allocation, Error + en_US + true + Error message wrapper for a specific Allocation in a batch + Error occurred while processing the {0} record associated with Allocation {1} ({2}). Details: {3} + + + alloPaymentAllocationBatchRecordError + Allocation, Error + en_US + true + Error message wrapper for a batch when a specific Allocation can’t be identified + Error occurred while processing {0} {1}. Details: {2} + + + alloPaymentAllocationBatchRecordError + Allocation, Error + en_US + true + Error message wrapper for a batch when a specific Allocation can’t be identified + Error occurred while processing {0} {1}. Details: {2} + + + alloPaymentAllocationBatchRetriesExceeded + Allocation, Error + en_US + true + Error message when the Accounting Scheduled Job retry can’t process Allocations + Error occurred while processing records that didn't error on the first attempt. No data was saved. + + + alloPaymentAllocationBatchRetriesExceeded + Allocation, Error + en_US + true + Error message when the Accounting Scheduled Job retry can’t process Allocations + Error occurred while processing records that didn't error on the first attempt. No data was saved. + + + alloPaymentNotEnabled + Allocation, Error + en_US + true + Payment-level allocations are not enabled. + Payment-level Allocations aren't enabled for your organization. Try allocating at the Opportunity level instead. + + + alloPaymentNotEnabled + Allocation, Error + en_US + true + Payment-level allocations are not enabled. + Payment-level Allocations aren't enabled for your organization. Try allocating at the Opportunity level instead. + + + alloPaymentOverallocatedError + Allocation, Error + en_US + true + alloPaymentOverallocatedError + The amount allocated is more than the amount of the Payment. Please update the Payment Allocation amount(s) so the total equals the Payment Amount. See Opportunity “{0}, Id: {1}” + + + alloPaymentOverallocatedError + Allocation, Error + en_US + true + alloPaymentOverallocatedError + The amount allocated is more than the amount of the Payment. Please update the Payment Allocation amount(s) so the total equals the Payment Amount. See Opportunity “{0}, Id: {1}” + + + alloPercentExceed100 + Allocation, Error + en_US + false + Percent based Allocations cannot exceed 100%. + Percent-based Allocations cannot exceed 100%. + + + alloPercentExceed100 + Allocation, Error + en_US + false + Percent based Allocations cannot exceed 100%. + Percent-based Allocations cannot exceed 100%. + + + alloPmtOppSingleTransaction + Allocation, Error + en_US + true + alloPmtOppSingleTransaction + Opportunity and Payment Allocations for the same Opportunity record cannot be created or modified at the same time. + + + alloPmtOppSingleTransaction + Allocation, Error + en_US + true + alloPmtOppSingleTransaction + Opportunity and Payment Allocations for the same Opportunity record cannot be created or modified at the same time. + + + alloRemainder + Allocation + en_US + false + alloRemainder + Remainder: + + + alloRemainder + Allocation + en_US + false + alloRemainder + Remainder: + + + alloRemoveOppWithPmt + Allocation, Error + en_US + true + alloRemoveOppWithPmt + You cannot remove an opportunity allocation for a GAU that has paid payment allocations. + + + alloRemoveOppWithPmt + Allocation, Error + en_US + true + alloRemoveOppWithPmt + You cannot remove an opportunity allocation for a GAU that has paid payment allocations. + + + alloSignMistmatch + Allocation, Error + en_US + true + Sign on Payment and Allocation amount must match(Both positive or both negative) + Negative Allocations are only allowed in negative donations and positive Allocations are not allowed in negative donations. + + + alloSignMistmatch + Allocation, Error + en_US + true + Sign on Payment and Allocation amount must match(Both positive or both negative) + Negative Allocations are only allowed in negative donations and positive Allocations are not allowed in negative donations. + + + alloSingleParent + Allocation, Error + en_US + false + Each Allocation must have a single parent object: Pmt, Opp, Rec Donation, Camp. + Ensure that this Allocation has only one parent object: Payment, Opportunity, Recurring Donation, or Campaign. + + + alloSingleParent + Allocation, Error + en_US + false + Each Allocation must have a single parent object: Pmt, Opp, Rec Donation, Camp. + Ensure that this Allocation has only one parent object: Payment, Opportunity, Recurring Donation, or Campaign. + + + alloSuccessfulRecordRetry + Error + en_US + true + Success text added to Error Logs when retry successfully processes Allocations + Processing these Allocations was retried and completed successfully. + + + alloSuccessfulRecordRetry + Error + en_US + true + Success text added to Error Logs when retry successfully processes Allocations + Processing these Allocations was retried and completed successfully. + + + alloTotalExceedsOppAmt + Allocation + en_US + false + Allocations cannot exceed the amount of the related Payment or Opportunity. + Allocation totals can't exceed the amount of the related Payment or Opportunity. + + + alloTotalExceedsOppAmt + Allocation + en_US + false + Allocations cannot exceed the amount of the related Payment or Opportunity. + Allocation totals can't exceed the amount of the related Payment or Opportunity. + + + alloTotals + Allocation + en_US + false + alloTotals + Totals: + + + alloTotals + Allocation + en_US + false + alloTotals + Totals: + + + alloUnallocated + Allocation + en_US + false + alloUnallocated + unallocated + + + alloUnallocated + Allocation + en_US + false + alloUnallocated + unallocated + + + AssistiveTextActive + AlternativeText + en_US + true + AssistiveTextActive + Active + + + AssistiveTextActive + AlternativeText + en_US + true + AssistiveTextActive + Active + + + AssistiveTextComplete + AlternativeText + en_US + true + AssistiveTextComplete + Complete + + + AssistiveTextComplete + AlternativeText + en_US + true + AssistiveTextComplete + Complete + + + AssistiveTextError + AlternativeText + en_US + true + AssistiveTextError + Expired + + + AssistiveTextError + AlternativeText + en_US + true + AssistiveTextError + Expired + + + AssistiveTextInfo + AlternativeText + en_US + true + AssistiveText for "Info" + Info + + + AssistiveTextInfo + AlternativeText + en_US + true + AssistiveText for "Info" + Info + + + AssistiveTextNewWindow + AlternativeText + en_US + true + AssistiveTextNewWindow + Link opens in a new window + + + AssistiveTextNewWindow + AlternativeText + en_US + true + AssistiveTextNewWindow + Link opens in a new window + + + AssistiveTextRecordIcon + AlternativeText + en_US + true + Assistive Text for a record icon + Record Icon + + + AssistiveTextRecordIcon + AlternativeText + en_US + true + Assistive Text for a record icon + Record Icon + + + AssistiveTextWarning + AlternativeText + en_US + true + AssistiveTextWarning + Warning + + + AssistiveTextWarning + AlternativeText + en_US + true + AssistiveTextWarning + Warning + + + autoNumberErrorDuplicate + AutoNumber + en_US + true + Error for duplicate auto-number format + This Display Format is already in use. + + + autoNumberErrorDuplicate + AutoNumber + en_US + true + Error for duplicate auto-number format + This Display Format is already in use. + + + autoNumberErrorInvalidDisplayFormat + AutoNumber + en_US + true + Error when auto-number Display Format is invalid + Invalid Display Format. + + + autoNumberErrorInvalidDisplayFormat + AutoNumber + en_US + true + Error when auto-number Display Format is invalid + Invalid Display Format. + + + BarLabel + en_US + true + BarLabel + bar + + + batchNumberSettingsActivate + Batch Number Settings + en_US + true + Link to save and activate the new batch number format + Save & Activate + + + batchNumberSettingsActivate + Batch Number Settings + en_US + true + Link to save and activate the new batch number format + Save & Activate + + + batchNumberSettingsConfigureHeader + Batch Number Settings + en_US + true + Header for batch number configuration + Configure Batch Number + + + batchNumberSettingsConfigureHeader + Batch Number Settings + en_US + true + Header for batch number configuration + Configure Batch Number + + + batchNumberSettingsDescActivation + Batch Number Settings + en_US + true + Description of how to use the batch number format table + Activate or deactivate batch number formats. One batch number format can be active at time. + + + batchNumberSettingsDescActivation + Batch Number Settings + en_US + true + Description of how to use the batch number format table + Activate or deactivate batch number formats. One batch number format can be active at time. + + + batchNumberSettingsDescDisplayFormat + Batch Number Settings + en_US + true + Explanation of Display Format options + Display Format allows you to control the appearance of your auto-numbered + field. It must be unique and include the number of digits as well as a prefix, if + desired. Your format can be up to 30 characters.</br></br> + Examples</br> + <ul> + <li> + A sequence formatted as {0} with a starting number of 9 displays as 9, 10, 11, + etc. + </li> + <li> + A sequence formatted as {00000} with a starting number of 9 displays as 00009, + 00010, 00011, etc. + + </li> + <li> + A sequence formatted as ABC-{0000} with a starting number of 9 displays as + ABC-0009, ABC-0010, ABC-0011, etc. + </li> + </ul> + + + batchNumberSettingsDescDisplayFormat + Batch Number Settings + en_US + true + Explanation of Display Format options + Display Format allows you to control the appearance of your auto-numbered + field. It must be unique and include the number of digits as well as a prefix, if + desired. Your format can be up to 30 characters.</br></br> + Examples</br> + <ul> + <li> + A sequence formatted as {0} with a starting number of 9 displays as 9, 10, 11, + etc. + </li> + <li> + A sequence formatted as {00000} with a starting number of 9 displays as 00009, + 00010, 00011, etc. + + </li> + <li> + A sequence formatted as ABC-{0000} with a starting number of 9 displays as + ABC-0009, ABC-0010, ABC-0011, etc. + </li> + </ul> + + + batchNumberSettingsDescription + Batch Number Settings + en_US + true + Description of the batch number settings + Batch numbers are unique identifiers used in Gift Entry and NPSP Data Importer. The auto-numbered value appears in the Batch Number fields on Opportunities and Payments. + + + batchNumberSettingsDescription + Batch Number Settings + en_US + true + Description of the batch number settings + Batch numbers are unique identifiers used in Gift Entry and NPSP Data Importer. The auto-numbered value appears in the Batch Number fields on Opportunities and Payments. + + + batchNumberSettingsDescriptionCreate + Batch Number Settings + en_US + true + Description for creating a batch number format + Create a custom batch number format and choose a starting number. You must activate the new batch number format. Only one batch number format can be active at a time. + + + batchNumberSettingsDescriptionCreate + Batch Number Settings + en_US + true + Description for creating a batch number format + Create a custom batch number format and choose a starting number. You must activate the new batch number format. Only one batch number format can be active at a time. + + + batchNumberSettingsError + Batch Number Settings + en_US + true + Page-level error for auto-number format setting + Cannot save auto-number format. Please review the errors and try again. + + + batchNumberSettingsError + Batch Number Settings + en_US + true + Page-level error for auto-number format setting + Cannot save auto-number format. Please review the errors and try again. + + + batchNumberSettingsHeader + Batch Number Settings + en_US + true + Header for batch number settings in NPSP Settings + Batch Number Settings + + + batchNumberSettingsHeader + Batch Number Settings + en_US + true + Header for batch number settings in NPSP Settings + Batch Number Settings + + + batchNumberSettingsHeaderDisplayFormat + Batch Number Settings + en_US + true + Header for explanation of Display Format options + Learn more about display formats. + + + batchNumberSettingsHeaderDisplayFormat + Batch Number Settings + en_US + true + Header for explanation of Display Format options + Learn more about display formats. + + + batchNumberSettingsHeaderFormats + Batch Number Settings + en_US + true + Header for table of batch number formats + Batch Number Formats + + + batchNumberSettingsHeaderFormats + Batch Number Settings + en_US + true + Header for table of batch number formats + Batch Number Formats + + + BatchProgressCompletedDate + BatchProgress + en_US + true + BatchProgressCompletedDate + Completed: + + + BatchProgressCompletedDate + BatchProgress + en_US + true + BatchProgressCompletedDate + Completed: + + + BatchProgressExtendedStatus + BatchProgress + en_US + true + BatchProgressExtendedStatus + Extended Status: + + + BatchProgressExtendedStatus + BatchProgress + en_US + true + BatchProgressExtendedStatus + Extended Status: + + + BatchProgressJobItemsProcessed + BatchProgress + en_US + true + BatchProgressJobItemsProcessed + Batches Processed: + + + BatchProgressJobItemsProcessed + BatchProgress + en_US + true + BatchProgressJobItemsProcessed + Batches Processed: + + + BatchProgressStatus + BatchProgress + en_US + true + BatchProgressStatus + Status: + + + BatchProgressStatus + BatchProgress + en_US + true + BatchProgressStatus + Status: + + + BatchProgressStatusComplete + BatchProgress + en_US + true + BatchProgressStatusComplete + Complete + + + BatchProgressStatusComplete + BatchProgress + en_US + true + BatchProgressStatusComplete + Complete + + + BatchProgressStatusCompleteErrors + BatchProgress + en_US + true + BatchProgressStatusCompleteErrors + Complete with Errors + + + BatchProgressStatusCompleteErrors + BatchProgress + en_US + true + BatchProgressStatusCompleteErrors + Complete with Errors + + + BatchProgressStatusError + BatchProgress + en_US + true + BatchProgressStatusError + Error + + + BatchProgressStatusError + BatchProgress + en_US + true + BatchProgressStatusError + Error + + + BatchProgressStatusFailed + BatchProgress + en_US + true + BatchProgressStatusFailed + Failed + + + BatchProgressStatusFailed + BatchProgress + en_US + true + BatchProgressStatusFailed + Failed + + + BatchProgressStatusHolding + BatchProgress + en_US + true + BatchProgressStatusHolding + Holding + + + BatchProgressStatusHolding + BatchProgress + en_US + true + BatchProgressStatusHolding + Holding + + + BatchProgressStatusPreparing + BatchProgress + en_US + true + BatchProgressStatusPreparing + Preparing + + + BatchProgressStatusPreparing + BatchProgress + en_US + true + BatchProgressStatusPreparing + Preparing + + + BatchProgressStatusProcessing + BatchProgress + en_US + true + BatchProgressStatusProcessing + Processing + + + BatchProgressStatusProcessing + BatchProgress + en_US + true + BatchProgressStatusProcessing + Processing + + + BatchProgressStatusQueued + BatchProgress + en_US + true + BatchProgressStatusQueued + Queued + + + BatchProgressStatusQueued + BatchProgress + en_US + true + BatchProgressStatusQueued + Queued + + + BatchProgressStatusStopped + BatchProgress + en_US + true + BatchProgressStatusStopped + Stopped + + + BatchProgressStatusStopped + BatchProgress + en_US + true + BatchProgressStatusStopped + Stopped + + + BatchProgressStatusSuccess + BatchProgress + en_US + true + BatchProgressStatusSuccess + Success + + + BatchProgressStatusSuccess + BatchProgress + en_US + true + BatchProgressStatusSuccess + Success + + + BatchProgressTimeElapsed + BatchProgress + en_US + true + BatchProgressTimeElapsed + Time Elapsed: + + + BatchProgressTimeElapsed + BatchProgress + en_US + true + BatchProgressTimeElapsed + Time Elapsed: + + + BatchProgressTimeElapsedDays + BatchProgress + en_US + true + BatchProgressTimeElapsedDays + day(s) + + + BatchProgressTimeElapsedDays + BatchProgress + en_US + true + BatchProgressTimeElapsedDays + day(s) + + + BatchProgressTitleRD2DataMigration + BatchProgress + en_US + true + BatchProgressTitleRD2DataMigration + Data Migration Run + + + BatchProgressTitleRD2DataMigration + BatchProgress + en_US + true + BatchProgressTitleRD2DataMigration + Data Migration Run + + + BatchProgressTotalJobItems + BatchProgress + en_US + true + BatchProgressTotalJobItems + Total Batches: + + + BatchProgressTotalJobItems + BatchProgress + en_US + true + BatchProgressTotalJobItems + Total Batches: + + + BatchProgressTotalRecords + BatchProgress + en_US + true + BatchProgressTotalRecords + Total Records: + + + BatchProgressTotalRecords + BatchProgress + en_US + true + BatchProgressTotalRecords + Total Records: + + + BatchProgressTotalRecordsFailed + BatchProgress + en_US + true + BatchProgressTotalRecordsFailed + Records Failed: + + + BatchProgressTotalRecordsFailed + BatchProgress + en_US + true + BatchProgressTotalRecordsFailed + Records Failed: + + + BatchProgressTotalRecordsProcessed + BatchProgress + en_US + true + BatchProgressTotalRecordsProcessed + Records Processed: + + + BatchProgressTotalRecordsProcessed + BatchProgress + en_US + true + BatchProgressTotalRecordsProcessed + Records Processed: + + + BazLabel + en_US + true + BazLabel + baz + + + bdeRetirementBlockerHeader + Batch Data Entry + en_US + true + Header about Batch Data Entry being unsupported + Batch Data Entry Not Supported + + + bdeRetirementBlockerHeader + Batch Data Entry + en_US + true + Header about Batch Data Entry being unsupported + Batch Data Entry Not Supported + + + bdeRetirementBlockerMessage + Batch Data Entry + en_US + true + Explanation of Batch Data Entry not being supported & recommendations + As of October 1, 2020, Batch Data Entry is no longer supported. Most capabilities have been replaced with newer features in NPSP. If you have any in-progress batches, you can still access those records, but you can't process them using Batch Data Entry. Contact support if you need to access in-progress batches. <br/> You may want to explore Gift Entry as an alternative to Batch Data Entry. + + + bdeRetirementBlockerMessage + Batch Data Entry + en_US + true + Explanation of Batch Data Entry not being supported & recommendations + As of October 1, 2020, Batch Data Entry is no longer supported. Most capabilities have been replaced with newer features in NPSP. If you have any in-progress batches, you can still access those records, but you can't process them using Batch Data Entry. Contact support if you need to access in-progress batches. <br/> You may want to explore Gift Entry as an alternative to Batch Data Entry. + + + bdeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Data Entry retirement & recommendations + On October 1, 2020, Batch Data Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Data Entry. To ensure a smooth transition, enable and use Gift Entry in advance of October 1st. + + + bdeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Data Entry retirement & recommendations + On October 1, 2020, Batch Data Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Data Entry. To ensure a smooth transition, enable and use Gift Entry in advance of October 1st. + + + bdeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Data Entry retiring + Retiring Batch Data Entry + + + bdeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Data Entry retiring + Retiring Batch Data Entry + + + bdiAccountCustomIdError + Data Importer + en_US + false + bdiAccountCustomIdError + The Account Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiAccountCustomIdError + Data Importer + en_US + false + bdiAccountCustomIdError + The Account Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiAdditionalObjChildNotUpdated + en_US + true + bdiAdditionalObjChildNotUpdated + Unable to update the child record's lookup field with the parent record's ID. The record could not be updated because of this system error: + + + bdiAdditionalObjChildNotUpdated + en_US + true + bdiAdditionalObjChildNotUpdated + Unable to update the child record's lookup field with the parent record's ID. The record could not be updated because of this system error: + + + bdiAdditionalObjPredNotFound + Data Importer + en_US + true + bdiAdditionalObjPredNotFound + Error: record not created. This record is dependent on {0} which couldn''t be found. + + + bdiAdditionalObjPredNotFound + Data Importer + en_US + true + bdiAdditionalObjPredNotFound + Error: record not created. This record is dependent on {0} which couldn''t be found. + + + bdiAdditionalObjRequiredFieldsNull + Data Importer + en_US + true + bdiAdditionalObjRequiredFieldsNull + Error: record not created, missing required fields: + + + bdiAdditionalObjRequiredFieldsNull + Data Importer + en_US + true + bdiAdditionalObjRequiredFieldsNull + Error: record not created, missing required fields: + + + bdiAdvancedMapping + Settings + en_US + true + Header for Advanced Mapping settings page + Advanced Mapping for Data Import & Gift Entry + + + bdiAdvancedMapping + Settings + en_US + true + Header for Advanced Mapping settings page + Advanced Mapping for Data Import & Gift Entry + + + bdiAPIBatchError + Data Importer + en_US + true + bdiAPIBatchError + We couldn't process the Data Import records because of the following errors: + + + bdiAPIBatchError + Data Importer + en_US + true + bdiAPIBatchError + We couldn't process the Data Import records because of the following errors: + + + bdiAPISelectedError + Data Importer + en_US + true + bdiAPISelectedError + We couldn't process the selected Data Import records because of the following errors: + + + bdiAPISelectedError + Data Importer + en_US + true + bdiAPISelectedError + We couldn't process the selected Data Import records because of the following errors: + + + bdiBatchException + Data Importer + en_US + false + bdiBatchException + An error occurred during the process. The following status was the first reported error: + + + bdiBatchException + Data Importer + en_US + false + bdiBatchException + An error occurred during the process. The following status was the first reported error: + + + bdiBehaviorBestMatchOrCreate + Data Importer + en_US + true + settings label for BestMatchOrCreate behavior + Best Match or Create - Import a record if it matches an existing record; create a new record if no match found. + + + bdiBehaviorBestMatchOrCreate + Data Importer + en_US + true + settings label for BestMatchOrCreate behavior + Best Match or Create - Import a record if it matches an existing record; create a new record if no match found. + + + bdiBehaviorDoNotMatch + Data Importer + en_US + false + settings label for DoNotMatch behavior + Do Not Match - No matching is attempted; new records are created. + + + bdiBehaviorDoNotMatch + Data Importer + en_US + false + settings label for DoNotMatch behavior + Do Not Match - No matching is attempted; new records are created. + + + bdiBehaviorExactMatchOrCreate + Data Importer + en_US + true + settings label for ExactMatchOrCreate behavior + Single Match or Create - Import a record if it matches a single existing record; create a new record if no single match found. + + + bdiBehaviorExactMatchOrCreate + Data Importer + en_US + true + settings label for ExactMatchOrCreate behavior + Single Match or Create - Import a record if it matches a single existing record; create a new record if no single match found. + + + bdiBehaviorRequireBestMatch + Data Importer + en_US + true + settings label for RequireBestMatch behavior + Best Match - Only import a record when it matches at least 1 existing record, and update the best matched record. + + + bdiBehaviorRequireBestMatch + Data Importer + en_US + true + settings label for RequireBestMatch behavior + Best Match - Only import a record when it matches at least 1 existing record, and update the best matched record. + + + bdiBehaviorRequireExactMatch + Data Importer + en_US + true + settings label for RequireExactMatch behavior + Single Match - Only import a record if it matches a single existing record. + + + bdiBehaviorRequireExactMatch + Data Importer + en_US + true + settings label for RequireExactMatch behavior + Single Match - Only import a record if it matches a single existing record. + + + bdiBehaviorRequireNoMatch + Data Importer + en_US + true + settings label for RequireNoMatch behavior + No Match - Only import a record if it doesn't match an existing record. + + + bdiBehaviorRequireNoMatch + Data Importer + en_US + true + settings label for RequireNoMatch behavior + No Match - Only import a record if it doesn't match an existing record. + + + bdiBtnClose + Data Importer, Opportunity Send Acknowledgment, Account Conversion + en_US + false + bdiBtnClose + Close + + + bdiBtnClose + Data Importer, Opportunity Send Acknowledgment, Account Conversion + en_US + false + bdiBtnClose + Close + + + bdiComplete + Data Importer + en_US + false + bdiComplete + Completed + + + bdiComplete + Data Importer + en_US + false + bdiComplete + Completed + + + bdiCompleteWithErrors + Data Importer + en_US + false + bdiCompleteWithErrors + Errors + + + bdiCompleteWithErrors + Data Importer + en_US + false + bdiCompleteWithErrors + Errors + + + bdiContactCustomIdError + Data Importer + en_US + false + bdiContactCustomIdError + The Contact Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiContactCustomIdError + Data Importer + en_US + false + bdiContactCustomIdError + The Contact Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiContactMatchDupeMgmt + Data Importer + en_US + true + bdiContactMatchDupeMgmt + Contact Duplicate Rules + + + bdiContactMatchDupeMgmt + Data Importer + en_US + true + bdiContactMatchDupeMgmt + Contact Duplicate Rules + + + bdiContactMatchEmail + Data Importer + en_US + false + bdiContactMatchEmail + Email only + + + bdiContactMatchEmail + Data Importer + en_US + false + bdiContactMatchEmail + Email only + + + bdiContactMatchFnameEmail + Data Importer + en_US + false + bdiContactMatchFnameEmail + First Name and Email + + + bdiContactMatchFnameEmail + Data Importer + en_US + false + bdiContactMatchFnameEmail + First Name and Email + + + bdiContactMatchFnameLname + Data Importer + en_US + false + bdiContactMatchFnameLname + First Name and Last Name + + + bdiContactMatchFnameLname + Data Importer + en_US + false + bdiContactMatchFnameLname + First Name and Last Name + + + bdiContactMatchFnameLnameEmail + Data Importer + en_US + false + bdiContactMatchFnameLnameEmail + First Name, Last Name, and Email + + + bdiContactMatchFnameLnameEmail + Data Importer + en_US + false + bdiContactMatchFnameLnameEmail + First Name, Last Name, and Email + + + bdiContactMatchFnameLnamePhone + Data Importer + en_US + true + Data Importer Contact matching option for Fname, Lname, Phone + First Name, Last Name, and Phone + + + bdiContactMatchFnameLnamePhone + Data Importer + en_US + true + Data Importer Contact matching option for Fname, Lname, Phone + First Name, Last Name, and Phone + + + bdiContactMatchLnameEmail + Data Importer + en_US + false + bdiContactMatchLnameEmail + Last Name and Email + + + bdiContactMatchLnameEmail + Data Importer + en_US + false + bdiContactMatchLnameEmail + Last Name and Email + + + bdiCreated + Data Importer + en_US + false + bdiCreated + Created + + + bdiCreated + Data Importer + en_US + false + bdiCreated + Created + + + bdiDataImporterConfigTitle + Data Importer + en_US + false + bdiDataImporterConfigTitle + Configuration Options + + + bdiDataImporterConfigTitle + Data Importer + en_US + false + bdiDataImporterConfigTitle + Configuration Options + + + bdiDataImporterDescription + Data Importer + en_US + false + bdiDataImporterDescription + The NPSP Data Importer helps you easily import your data into the Nonprofit Success Pack. + + + bdiDataImporterDescription + Data Importer + en_US + false + bdiDataImporterDescription + The NPSP Data Importer helps you easily import your data into the Nonprofit Success Pack. + + + bdiDataImporterInfoLine1 + Data Importer + en_US + true + bdiDataImporterInfoLine1 + If you're using Advanced Mapping you can map to any Salesforce object and field—standard or custom—that directly relates to Contacts, Accounts, and Opportunities. With Help Text mapping, each import record can contain up to 2 Contacts, up to 2 Organizations, an optional Home Address, and an optional Donation. + + + bdiDataImporterInfoLine1 + Data Importer + en_US + true + bdiDataImporterInfoLine1 + If you're using Advanced Mapping you can map to any Salesforce object and field—standard or custom—that directly relates to Contacts, Accounts, and Opportunities. With Help Text mapping, each import record can contain up to 2 Contacts, up to 2 Organizations, an optional Home Address, and an optional Donation. + + + bdiDataImporterInfoLine2 + Data Importer + en_US + false + bdiDataImporterInfoLine2 + Salesforce will try to match existing Contacts and Organizations, and update their information, rather than creating duplicate records. + + + bdiDataImporterInfoLine2 + Data Importer + en_US + false + bdiDataImporterInfoLine2 + Salesforce will try to match existing Contacts and Organizations, and update their information, rather than creating duplicate records. + + + bdiDataImporterInfoLine2b + Data Importer + en_US + true + bdiDataImporterInfoLine2b + In order to avoid reaching service limits, the NPSP Data Importer does not verify addresses through the verification service you may have specified in NPSP Settings. + + + bdiDataImporterInfoLine2b + Data Importer + en_US + true + bdiDataImporterInfoLine2b + In order to avoid reaching service limits, the NPSP Data Importer does not verify addresses through the verification service you may have specified in NPSP Settings. + + + bdiDataImporterInfoLine3 + Data Importer + en_US + false + bdiDataImporterInfoLine3 + Salesforce will track any data import problems on individual import records. After resolving any issues, you can re-import those failed records without having to worry about creating duplicate records. + + + bdiDataImporterInfoLine3 + Data Importer + en_US + false + bdiDataImporterInfoLine3 + Salesforce will track any data import problems on individual import records. After resolving any issues, you can re-import those failed records without having to worry about creating duplicate records. + + + bdiDataImporterInfoLine4 + Data Importer + en_US + false + bdiDataImporterInfoLine4 + The start of the data import may not begin immediately. Its processing depends on Salesforce's current activity. + + + bdiDataImporterInfoLine4 + Data Importer + en_US + false + bdiDataImporterInfoLine4 + The start of the data import may not begin immediately. Its processing depends on Salesforce's current activity. + + + bdiDataImporterInfoTitle + Data Importer + en_US + false + bdiDataImporterInfoTitle + Important Information + + + bdiDataImporterInfoTitle + Data Importer + en_US + false + bdiDataImporterInfoTitle + Important Information + + + bdiDataImporterNumToProcess + Data Importer + en_US + false + bdiDataImporterNumToProcess + Number of Data Import records to process: + + + bdiDataImporterNumToProcess + Data Importer + en_US + false + bdiDataImporterNumToProcess + Number of Data Import records to process: + + + bdiDataImporterTitle + Data Importer + en_US + false + bdiDataImporterTitle + NPSP Data Import + + + bdiDataImporterTitle + Data Importer + en_US + false + bdiDataImporterTitle + NPSP Data Import + + + bdiDeploymentInProgress + Data Importer + en_US + true + bdiDeploymentInProgress + Help Text mappings are currently being converted to Advanced Mapping. + + + bdiDeploymentInProgress + Data Importer + en_US + true + bdiDeploymentInProgress + Help Text mappings are currently being converted to Advanced Mapping. + + + bdiDonation + Data Importer + en_US + false + bdiDonation + Donation + + + bdiDonation + Data Importer + en_US + false + bdiDonation + Donation + + + bdiDonationMatchingRuleEmpty + Data Importer + en_US + true + error displayed in Data Importer if no donation matching rules set + When Donation matching is enabled, you must select one or more fields in Donation Matching Rule. + + + bdiDonationMatchingRuleEmpty + Data Importer + en_US + true + error displayed in Data Importer if no donation matching rules set + When Donation matching is enabled, you must select one or more fields in Donation Matching Rule. + + + bdiDryRunBeginButton + Data Importer + en_US + true + button label for begin Dry Run + Begin Dry Run + + + bdiDryRunBeginButton + Data Importer + en_US + true + button label for begin Dry Run + Begin Dry Run + + + bdiDryRunMatched + Data Importer + en_US + true + DI Object Status that it was matched in Dry Run + Dry Run - Matched + + + bdiDryRunMatched + Data Importer + en_US + true + DI Object Status that it was matched in Dry Run + Dry Run - Matched + + + bdiDryRunMatchedBest + Data Importer + en_US + true + Status on bdi object to specify it was matched from an ambiguous set in Dry Run + Dry Run - Best Match Used + + + bdiDryRunMatchedBest + Data Importer + en_US + true + Status on bdi object to specify it was matched from an ambiguous set in Dry Run + Dry Run - Best Match Used + + + bdiDryRunMatchedId + Data Importer + en_US + true + BDI status when matching an object by its Salesforce ID in Dry Run + Dry Run - Matched by Id + + + bdiDryRunMatchedId + Data Importer + en_US + true + BDI status when matching an object by its Salesforce ID in Dry Run + Dry Run - Matched by Id + + + bdiDryRunNoMatch + Data Importer + en_US + true + DI Object Status that it was not matched in Dry Run + Dry Run - Matched None + + + bdiDryRunNoMatch + Data Importer + en_US + true + DI Object Status that it was not matched in Dry Run + Dry Run - Matched None + + + bdiDryRunRecordsError + Data Importer + en_US + true + progress field label + Records with errors: + + + bdiDryRunRecordsError + Data Importer + en_US + true + progress field label + Records with errors: + + + bdiDryRunRecordsValidated + Data Importer + en_US + true + label on progress widget during Dry Run + Records validated: + + + bdiDryRunRecordsValidated + Data Importer + en_US + true + label on progress widget during Dry Run + Records validated: + + + bdiDryRunTitle + Data Importer + en_US + true + title on the progress indicator during dry run mode + NPSP Data Importer - Dry Run + + + bdiDryRunTitle + Data Importer + en_US + true + title on the progress indicator during dry run mode + NPSP Data Importer - Dry Run + + + bdiDupeMgmtMatchImportStatus + Data Importer + en_US + true + bdiDupeMgmtMatchImportStatus + - Duplicate Rule: + + + bdiDupeMgmtMatchImportStatus + Data Importer + en_US + true + bdiDupeMgmtMatchImportStatus + - Duplicate Rule: + + + bdiErrorBatchNameRequired + Data Importer + en_US + true + error when a batch is missing a name + Batch Name is a required field. + + + bdiErrorBatchNameRequired + Data Importer + en_US + true + error when a batch is missing a name + Batch Name is a required field. + + + bdiErrorDataImportCustomSettings + Data Importer + en_US + true + error when updating data import custom settings + There was an error attempting to update the Custom Settings named Data Import Settings. + + + bdiErrorDataImportCustomSettings + Data Importer + en_US + true + error when updating data import custom settings + There was an error attempting to update the Custom Settings named Data Import Settings. + + + bdiErrorDeploymentFailed + Data Importer + en_US + true + error deploying metadata during migration from help text to metadata mapping + There was an error attempting to convert Help Text mapping and enable Advanced Mapping. + + + bdiErrorDeploymentFailed + Data Importer + en_US + true + error deploying metadata during migration from help text to metadata mapping + There was an error attempting to convert Help Text mapping and enable Advanced Mapping. + + + bdiErrorDeploymentFailedLink + Data Importer + en_US + true + link to the deployment status page + <a href="{0}" target="_blank">You can view the deployment status here.</a> + + + bdiErrorDeploymentFailedLink + Data Importer + en_US + true + link to the deployment status page + <a href="{0}" target="_blank">You can view the deployment status here.</a> + + + bdiErrorDonationLookupMatch + Data Importer + en_US + true + error on BDI record if DonationImported or PaymentImported lookups are invalid + The lookup value provided in Donation Imported, or Payment Imported, is not valid. + + + bdiErrorDonationLookupMatch + Data Importer + en_US + true + error on BDI record if DonationImported or PaymentImported lookups are invalid + The lookup value provided in Donation Imported, or Payment Imported, is not valid. + + + bdiErrorDonationMultiMatch + Data Importer + en_US + false + error message if the donation matched multiple opps + The Donation information matched against multiple Opportunities, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorDonationMultiMatch + Data Importer + en_US + false + error message if the donation matched multiple opps + The Donation information matched against multiple Opportunities, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorDonationNoMatch + Data Importer + en_US + false + error when no matching donation found, and a match is required + The NPSP Data Importer found no matching Donations. + + + bdiErrorDonationNoMatch + Data Importer + en_US + false + error when no matching donation found, and a match is required + The NPSP Data Importer found no matching Donations. + + + bdiErrorDonationRequireNoMatch + Data Importer + en_US + false + error message if the donation matched opp(s), but behavior required no match + The Donation information matched against one or more Opportunities, but the setting required no matches, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorDonationRequireNoMatch + Data Importer + en_US + false + error message if the donation matched opp(s), but behavior required no match + The Donation information matched against one or more Opportunities, but the setting required no matches, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorExistingDonationAllocations + Data Importer + en_US + true + bdiErrorExistingDonationAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Opportunity record. Remove the Allocations from the Opportunity record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorExistingDonationAllocations + Data Importer + en_US + true + bdiErrorExistingDonationAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Opportunity record. Remove the Allocations from the Opportunity record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorExistingPaymentAllocations + Data Importer + en_US + true + bdiErrorExistingPaymentAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Payment record. Remove the Allocations from the Payment record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorExistingPaymentAllocations + Data Importer + en_US + true + bdiErrorExistingPaymentAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Payment record. Remove the Allocations from the Payment record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorGAUAllocationOver100 + Data Importer + en_US + true + bdiErrorGAUAllocationOver100 + The provided GAU Allocations exceed 100 percent. + + + bdiErrorGAUAllocationOver100 + Data Importer + en_US + true + bdiErrorGAUAllocationOver100 + The provided GAU Allocations exceed 100 percent. + + + bdiErrorInvalidCampaignName + Data Importer + en_US + false + bdiErrorInvalidCampaignName + Invalid Donation Campaign Name + + + bdiErrorInvalidCampaignName + Data Importer + en_US + false + bdiErrorInvalidCampaignName + Invalid Donation Campaign Name + + + bdiErrorInvalidDonor + Data Importer + en_US + false + bdiErrorInvalidDonor + Invalid Donation Donor + + + bdiErrorInvalidDonor + Data Importer + en_US + false + bdiErrorInvalidDonor + Invalid Donation Donor + + + bdiErrorInvalidIMatchDonations + Data Importer + en_US + true + error thrown if specified class doesn't support the given BDI interface + Either the NPSP Data Importer could not find the Apex classs {0}, or this class does not support the {1} interface. + + + bdiErrorInvalidIMatchDonations + Data Importer + en_US + true + error thrown if specified class doesn't support the given BDI interface + Either the NPSP Data Importer could not find the Apex classs {0}, or this class does not support the {1} interface. + + + bdiErrorInvalidLastname + Data Importer + en_US + false + bdiErrorInvalidLastname + You must specify Last Name. + + + bdiErrorInvalidLastname + Data Importer + en_US + false + bdiErrorInvalidLastname + You must specify Last Name. + + + bdiErrorInvalidOppRTName + Data Importer + en_US + false + bdiErrorInvalidOppRTName + Invalid Donation Record Type Name + + + bdiErrorInvalidOppRTName + Data Importer + en_US + false + bdiErrorInvalidOppRTName + Invalid Donation Record Type Name + + + bdiErrorNonHHAccountContact + NPSP Data Importer + en_US + false + bdiErrorNonHHAccountContact + This Contact matched an existing Contact that's associated with a non-Household Account. The Data Import Tool can only update Contacts that are part of a Household Account. + + + bdiErrorNonHHAccountContact + NPSP Data Importer + en_US + false + bdiErrorNonHHAccountContact + This Contact matched an existing Contact that's associated with a non-Household Account. The Data Import Tool can only update Contacts that are part of a Household Account. + + + bdiErrorNonHHAccountContactWithAdv + NPSP Data Importer + en_US + true + bdiErrorNonHHAccountContactWithAdv + This Contact matched an existing Contact that's associated with a non-Household, non-Administrative Account. The Gift Entry Tool can only update Contacts that are part of a Household or Administrative Account. + + + bdiErrorNonHHAccountContactWithAdv + NPSP Data Importer + en_US + true + bdiErrorNonHHAccountContactWithAdv + This Contact matched an existing Contact that's associated with a non-Household, non-Administrative Account. The Gift Entry Tool can only update Contacts that are part of a Household or Administrative Account. + + + bdiErrorOneToOneMultiContact + NPSP Data Importer + en_US + true + bdiErrorOneToOneMultiContact + A Data Import for a One-to-one or Administrative Contact cannot be associated with a second Contact. + + + bdiErrorOneToOneMultiContact + NPSP Data Importer + en_US + true + bdiErrorOneToOneMultiContact + A Data Import for a One-to-one or Administrative Contact cannot be associated with a second Contact. + + + bdiErrorPaymentMultiMatch + Data Importer + en_US + true + error message if the donation matched multiple pmts + The Donation information matched against multiple Payments, so the NPSP Data Importer did not import it. The Payment Possible Matches field contains the Salesforce Ids of the matched Payments. + + + bdiErrorPaymentMultiMatch + Data Importer + en_US + true + error message if the donation matched multiple pmts + The Donation information matched against multiple Payments, so the NPSP Data Importer did not import it. The Payment Possible Matches field contains the Salesforce Ids of the matched Payments. + + + bdiFailed + Data Importer + en_US + false + bdiFailed + Failed + + + bdiFailed + Data Importer + en_US + false + bdiFailed + Failed + + + bdiFieldMapping + Advanced Mapping + en_US + true + bdiFieldMapping + Field Mapping + + + bdiFieldMapping + Advanced Mapping + en_US + true + bdiFieldMapping + Field Mapping + + + bdiFieldMappings + Advanced Mapping + en_US + true + bdiFieldMappings + Field Mappings + + + bdiFieldMappings + Advanced Mapping + en_US + true + bdiFieldMappings + Field Mappings + + + bdiFMUIBackToMapGroup + Advanced Mapping + en_US + true + bdiFMUIBackToMapGroup + Back to Object Group + + + bdiFMUIBackToMapGroup + Advanced Mapping + en_US + true + bdiFMUIBackToMapGroup + Back to Object Group + + + bdiFMUIDatatableMapsTo + Advanced Mapping + en_US + true + bdiFMUIDatatableMapsTo + Maps To + + + bdiFMUIDatatableMapsTo + Advanced Mapping + en_US + true + bdiFMUIDatatableMapsTo + Maps To + + + bdiFMUIDataType + Advanced Mapping + en_US + true + bdiFMUIDataType + Data Type + + + bdiFMUIDataType + Advanced Mapping + en_US + true + bdiFMUIDataType + Data Type + + + bdiFMUIDescription1 + Advanced Mapping + en_US + true + bdiFMUIDescription1 + Connect the field you created on the NPSP Data Import object to the field on your target object in + the grid below. You can find fields by Field Label or the Field API Name. + + + bdiFMUIDescription1 + Advanced Mapping + en_US + true + bdiFMUIDescription1 + Connect the field you created on the NPSP Data Import object to the field on your target object in + the grid below. You can find fields by Field Label or the Field API Name. + + + bdiFMUIDescription2 + Advanced Mapping + en_US + true + bdiFMUIDescription2 + Fields on the NPSP Data Import object must map to compatible field types on your target object. + When you select an NPSP Data Import field, only the compatible target fields will be available. + + + bdiFMUIDescription2 + Advanced Mapping + en_US + true + bdiFMUIDescription2 + Fields on the NPSP Data Import object must map to compatible field types on your target object. + When you select an NPSP Data Import field, only the compatible target fields will be available. + + + bdiFMUIFieldAPIName + Advanced Mapping + en_US + true + bdiFMUIFieldAPIName + Field API Name + + + bdiFMUIFieldAPIName + Advanced Mapping + en_US + true + bdiFMUIFieldAPIName + Field API Name + + + bdiFMUIFieldLabel + Advanced Mapping + en_US + true + bdiFMUIFieldLabel + Field Label + + + bdiFMUIFieldLabel + Advanced Mapping + en_US + true + bdiFMUIFieldLabel + Field Label + + + bdiFMUILongDeployment + Advanced Mapping + en_US + true + bdiFMUILongDeployment + Modifying this Field Mapping is taking longer than expected. + + + bdiFMUILongDeployment + Advanced Mapping + en_US + true + bdiFMUILongDeployment + Modifying this Field Mapping is taking longer than expected. + + + bdiFMUILongDeploymentLink + Advanced Mapping + en_US + true + bdiFMUILongDeploymentLink + View the deployment status here. + + + bdiFMUILongDeploymentLink + Advanced Mapping + en_US + true + bdiFMUILongDeploymentLink + View the deployment status here. + + + bdiFMUILongDeploymentMessage + Advanced Mapping + en_US + true + bdiFMUILongDeploymentMessage + It'll continue to process in the background. Please wait. + + + bdiFMUILongDeploymentMessage + Advanced Mapping + en_US + true + bdiFMUILongDeploymentMessage + It'll continue to process in the background. Please wait. + + + bdiFMUINewFieldMapping + Advanced Mapping + en_US + true + bdiFMUINewFieldMapping + Create New Field Mapping + + + bdiFMUINewFieldMapping + Advanced Mapping + en_US + true + bdiFMUINewFieldMapping + Create New Field Mapping + + + bdiFMUINoFieldMappings + Advanced Mapping + en_US + false + bdiFMUINoFieldMappings + There are no Field Mappings for this Mapping Group yet, + + + bdiFMUINoFieldMappings + Advanced Mapping + en_US + false + bdiFMUINoFieldMappings + There are no Field Mappings for this Mapping Group yet, + + + bdiFMUISearchSourceInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchSourceInputLabel + Search for the NPSP Data Import object's field by label or API name. + + + bdiFMUISearchSourceInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchSourceInputLabel + Search for the NPSP Data Import object's field by label or API name. + + + bdiFMUISearchTargetInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchTargetInputLabel + Search for the target field by label or API name. + + + bdiFMUISearchTargetInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchTargetInputLabel + Search for the target field by label or API name. + + + bdiFMUISourceFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldDataTypeHelp + The data type of the field you chose on the NPSP Data Import object. + + + bdiFMUISourceFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldDataTypeHelp + The data type of the field you chose on the NPSP Data Import object. + + + bdiFMUISourceFieldLabelHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldLabelHelp + The NPSP Data Import field you want to map. Search by either Field Label or API Name. If you can’t find the field, confirm you created the field on the NPSP Data Import object. + + + bdiFMUISourceFieldLabelHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldLabelHelp + The NPSP Data Import field you want to map. Search by either Field Label or API Name. If you can’t find the field, confirm you created the field on the NPSP Data Import object. + + + bdiFMUISourceObject + Advanced Mapping + en_US + false + bdiFMUISourceObject + Source (NPSP Data Import Object) + + + bdiFMUISourceObject + Advanced Mapping + en_US + false + bdiFMUISourceObject + Source (NPSP Data Import Object) + + + bdiFMUISuccessful + Advanced Mapping + en_US + true + bdiFMUISuccessful + successful + + + bdiFMUISuccessful + Advanced Mapping + en_US + true + bdiFMUISuccessful + successful + + + bdiFMUITarget + Advanced Mapping + en_US + true + bdiFMUITarget + Target + + + bdiFMUITarget + Advanced Mapping + en_US + true + bdiFMUITarget + Target + + + bdiFMUITargetFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUITargetFieldDataTypeHelp + The data type of the field you chose on the target object. + + + bdiFMUITargetFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUITargetFieldDataTypeHelp + The data type of the field you chose on the target object. + + + bdiFMUITargetFieldLabelHelp + Advanced Mapping + en_US + false + bdiFMUITargetFieldLabelHelp + The target field you want to connect to the NPSP Data Import field. Search by either Field Label or API Name. This is filtered to show only fields on your target object that are compatible with the field you chose on the NPSP Data Import object. + + + bdiFMUITargetFieldLabelHelp + Advanced Mapping + en_US + false + bdiFMUITargetFieldLabelHelp + The target field you want to connect to the NPSP Data Import field. Search by either Field Label or API Name. This is filtered to show only fields on your target object that are compatible with the field you chose on the NPSP Data Import object. + + + bdiFMUITryAgain + Advanced Mapping + en_US + true + bdiFMUITryAgain + Please try again. + + + bdiFMUITryAgain + Advanced Mapping + en_US + true + bdiFMUITryAgain + Please try again. + + + bdiFMUIUnsuccessful + Advanced Mapping + en_US + true + bdiFMUIUnsuccessful + unsuccessful + + + bdiFMUIUnsuccessful + Advanced Mapping + en_US + true + bdiFMUIUnsuccessful + unsuccessful + + + bdiFMUIUpdate + Advanced Mapping + en_US + true + bdiFMUIUpdate + update + + + bdiFMUIUpdate + Advanced Mapping + en_US + true + bdiFMUIUpdate + update + + + bdiHouseholdModelRequired + NPSP Data Importer + en_US + false + bdiHouseholdModelRequired + The NPSP Data Importer only works with the Household Account model. + + + bdiHouseholdModelRequired + NPSP Data Importer + en_US + false + bdiHouseholdModelRequired + The NPSP Data Importer only works with the Household Account model. + + + bdiIgnored + Data Importer + en_US + false + bdiIgnored + Ignored + + + bdiIgnored + Data Importer + en_US + false + bdiIgnored + Ignored + + + bdiImported + Data Importer + en_US + true + bdiImported + Imported + + + bdiImported + Data Importer + en_US + true + bdiImported + Imported + + + bdiInvalidBatchId + Data Import + en_US + true + error when the importData() API is given a invalid Batch ID. + The NPSP Data Import Batch Id {0} is invalid. + + + bdiInvalidBatchId + Data Import + en_US + true + error when the importData() API is given a invalid Batch ID. + The NPSP Data Import Batch Id {0} is invalid. + + + bdiInvalidDonationMatchingBehavior + Data Importer + en_US + true + error message if the Donation Matching Behavior is invalid + {0} is an invalid Donation Matching Behavior. + + + bdiInvalidDonationMatchingBehavior + Data Importer + en_US + true + error message if the Donation Matching Behavior is invalid + {0} is an invalid Donation Matching Behavior. + + + bdiMassDelete + Data Importer + en_US + true + BDI Confirm Mass Delete Button + Mass Delete + + + bdiMassDelete + Data Importer + en_US + true + BDI Confirm Mass Delete Button + Mass Delete + + + bdiMassDeleteWarning + Data Importer + en_US + true + Warning for Mass Delete Buttons + You are about to delete {0} record(s). + <br/> + <br/><b>IMPORTANT:</b> If you create gifts in your org using the Batch Gift Entry feature, we don''t recommend using the Mass Delete button. Please see the NPSP documentation for instructions on deleting records using the data loader. + + + bdiMassDeleteWarning + Data Importer + en_US + true + Warning for Mass Delete Buttons + You are about to delete {0} record(s). + <br/> + <br/><b>IMPORTANT:</b> If you create gifts in your org using the Batch Gift Entry feature, we don''t recommend using the Mass Delete button. Please see the NPSP documentation for instructions on deleting records using the data loader. + + + bdiMatched + Data Importer + en_US + false + bdiMatched + Matched + + + bdiMatched + Data Importer + en_US + false + bdiMatched + Matched + + + bdiMatchedApplyNewPayment + Data Import + en_US + false + status on BDI object when user selected opp in BGE interface for new payment + Apply New Payment + + + bdiMatchedApplyNewPayment + Data Import + en_US + false + status on BDI object when user selected opp in BGE interface for new payment + Apply New Payment + + + bdiMatchedBest + Data Importer + en_US + false + Status on a bdi object to specify it was matched from an ambiguous set + Best Match Used + + + bdiMatchedBest + Data Importer + en_US + false + Status on a bdi object to specify it was matched from an ambiguous set + Best Match Used + + + bdiMatchedByUser + Data Import + en_US + false + Status on a BDI object when user has selected matching record in BGE interface + User-Selected Match + + + bdiMatchedByUser + Data Import + en_US + false + Status on a BDI object when user has selected matching record in BGE interface + User-Selected Match + + + bdiMatchedByUserNewOpp + Data Import + en_US + false + Status on a BDI object when user chose to create a new Opportunity in BGE + User-Selected New Opportunity + + + bdiMatchedByUserNewOpp + Data Import + en_US + false + Status on a BDI object when user chose to create a new Opportunity in BGE + User-Selected New Opportunity + + + bdiMatchedId + Data Importer + en_US + false + BDI status when matching an object by its Salesforce ID + Matched by Id + + + bdiMatchedId + Data Importer + en_US + false + BDI status when matching an object by its Salesforce ID + Matched by Id + + + bdiMatchedNone + Data Import + en_US + false + Status on a bdi object when no matching record found + Matched None + + + bdiMatchedNone + Data Import + en_US + false + Status on a bdi object when no matching record found + Matched None + + + bdiMigrationLongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Converting Help Text mappings to Advanced Mapping is taking longer than expected. + + + bdiMigrationLongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Converting Help Text mappings to Advanced Mapping is taking longer than expected. + + + bdiOMUIChildParentHelp + Advanced Mapping + en_US + true + Is Child/Parent Help Text + How the target object is related to the other Object Group. For example, a GAU Allocation is a Child of an Opportunity or a Recurring Donation is a Parent of an Opportunity. + + + bdiOMUIChildParentHelp + Advanced Mapping + en_US + true + Is Child/Parent Help Text + How the target object is related to the other Object Group. For example, a GAU Allocation is a Child of an Opportunity or a Recurring Donation is a Parent of an Opportunity. + + + bdiOMUIChildParentLabel + Advanced Mapping + en_US + true + Is Child/Parent Field Label/Column Name + Is Child/Parent + + + bdiOMUIChildParentLabel + Advanced Mapping + en_US + true + Is Child/Parent Field Label/Column Name + Is Child/Parent + + + bdiOMUICreateModalTitle + Advanced Mapping + en_US + false + Title for the Create Object Group modal. + Create Object Group + + + bdiOMUICreateModalTitle + Advanced Mapping + en_US + false + Title for the Create Object Group modal. + Create Object Group + + + bdiOMUICreateNewObjectGroup + Advanced Mapping + en_US + false + Create New Object Group button + Create New Object Group + + + bdiOMUICreateNewObjectGroup + Advanced Mapping + en_US + false + Create New Object Group button + Create New Object Group + + + bdiOMUIEditModalTitle + Advanced Mapping + en_US + true + Title for the Edit Object Group modal. + Edit Object Group + + + bdiOMUIEditModalTitle + Advanced Mapping + en_US + true + Title for the Edit Object Group modal. + Edit Object Group + + + bdiOMUIErrorDupeName + Advanced Mapping + en_US + true + Error displayed when Group name is duplicate + Error: This name is already in use, please choose another. + + + bdiOMUIErrorDupeName + Advanced Mapping + en_US + true + Error displayed when Group name is duplicate + Error: This name is already in use, please choose another. + + + bdiOMUIErrorInvalidValues + Advanced Mapping + en_US + true + Basic error which any modal field is missing or invalid. + Blank or invalid values in one or more fields. + + + bdiOMUIErrorInvalidValues + Advanced Mapping + en_US + true + Basic error which any modal field is missing or invalid. + Blank or invalid values in one or more fields. + + + bdiOMUIErrorLabelNameTooLong + Advanced Mapping + en_US + true + Error displayed when Group Name is too long. + Error: Group Name is too long, please shorten to 40 characters or fewer. + + + bdiOMUIErrorLabelNameTooLong + Advanced Mapping + en_US + true + Error displayed when Group Name is too long. + Error: Group Name is too long, please shorten to 40 characters or fewer. + + + bdiOMUIErrorNoUnmappedFieldsPt1 + Advanced Mapping + en_US + true + First part of error displayed when there are no unmapped fields. + Error: There are no unmapped fields on the NPSP Data Import object to use for the + + + bdiOMUIErrorNoUnmappedFieldsPt1 + Advanced Mapping + en_US + true + First part of error displayed when there are no unmapped fields. + Error: There are no unmapped fields on the NPSP Data Import object to use for the + + + bdiOMUIErrorNoUnmappedFieldsPt2 + Advanced Mapping + en_US + true + Second part of error displayed when there are no unmapped fields. + . Create new fields on the NPSP Data Import object if needed. + + + bdiOMUIErrorNoUnmappedFieldsPt2 + Advanced Mapping + en_US + true + Second part of error displayed when there are no unmapped fields. + . Create new fields on the NPSP Data Import object if needed. + + + bdiOMUIErrorNoValidThroughThisField + Advanced Mapping + en_US + true + Error displayed when there are no valid options for "Through This Field" + Error: There are no valid fields based on what you selected in "Object Name", "Is Child/Parent", and "Of This Mapping Group" + + + bdiOMUIErrorNoValidThroughThisField + Advanced Mapping + en_US + true + Error displayed when there are no valid options for "Through This Field" + Error: There are no valid fields based on what you selected in "Object Name", "Is Child/Parent", and "Of This Mapping Group" + + + bdiOMUIFieldMappingProblemHeader + Advanced Mapping + en_US + true + Toast warning header about Field Mapping issues + Check Field Mappings + + + bdiOMUIFieldMappingProblemHeader + Advanced Mapping + en_US + true + Toast warning header about Field Mapping issues + Check Field Mappings + + + bdiOMUIFieldMappingProblemMessagePart1 + Advanced Mapping + en_US + true + Warning body, first part, about Field Mapping issues + There is a problem with the Field Mappings listed below. + + + bdiOMUIFieldMappingProblemMessagePart1 + Advanced Mapping + en_US + true + Warning body, first part, about Field Mapping issues + There is a problem with the Field Mappings listed below. + + + bdiOMUIFieldMappingProblemMessagePart2 + Advanced Mapping + en_US + true + Warning body, second part, about Field Mapping issues + Make sure the NPSP Data Import and target fields still exist and edit or delete the Field Mapping. + + + bdiOMUIFieldMappingProblemMessagePart2 + Advanced Mapping + en_US + true + Warning body, second part, about Field Mapping issues + Make sure the NPSP Data Import and target fields still exist and edit or delete the Field Mapping. + + + bdiOMUIGroupNameHelp + Advanced Mapping + en_US + true + Object Group Name Help Text + The name of this Object Group. A common naming convention is [object name] Group. + + + bdiOMUIGroupNameHelp + Advanced Mapping + en_US + true + Object Group Name Help Text + The name of this Object Group. A common naming convention is [object name] Group. + + + bdiOMUIGroupNameLabel + Advanced Mapping + en_US + true + Object Group Name Label/Column Name + Group Name + + + bdiOMUIGroupNameLabel + Advanced Mapping + en_US + true + Object Group Name Label/Column Name + Group Name + + + bdiOMUIImportDetailsTitle + Advanced Mapping + en_US + true + Title for the Import Details section of the modal + Import Details + + + bdiOMUIImportDetailsTitle + Advanced Mapping + en_US + true + Title for the Import Details section of the modal + Import Details + + + bdiOMUIImportStatusHelp + Advanced Mapping + en_US + true + Import Status Helptext + During Dry Run or when the import processes, the status of the import for the Object Group shows in this field. + + + bdiOMUIImportStatusHelp + Advanced Mapping + en_US + true + Import Status Helptext + During Dry Run or when the import processes, the status of the import for the Object Group shows in this field. + + + bdiOMUIImportStatusLabel + Advanced Mapping + en_US + true + Import Status Field Label/Column Name + Import Status + + + bdiOMUIImportStatusLabel + Advanced Mapping + en_US + true + Import Status Field Label/Column Name + Import Status + + + bdiOMUILinkToRecordHelp + Advanced Mapping + en_US + true + Link to Record Helptext + When the import processes, this field will have a link to this Object Group's record or it will display the Salesforce ID of the record. + + + bdiOMUILinkToRecordHelp + Advanced Mapping + en_US + true + Link to Record Helptext + When the import processes, this field will have a link to this Object Group's record or it will display the Salesforce ID of the record. + + + bdiOMUILinkToRecordLabel + Advanced Mapping + en_US + true + Link to Record Label/Column Name + Link to Record + + + bdiOMUILinkToRecordLabel + Advanced Mapping + en_US + true + Link to Record Label/Column Name + Link to Record + + + bdiOMUILongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Modifying this Object Group is taking longer than expected. + + + bdiOMUILongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Modifying this Object Group is taking longer than expected. + + + bdiOMUIObjectGroupsTitle + Advanced Mapping + en_US + true + Object Groups Title + Object Groups + + + bdiOMUIObjectGroupsTitle + Advanced Mapping + en_US + true + Object Groups Title + Object Groups + + + bdiOMUIObjectNameHelp + Advanced Mapping + en_US + true + Object Name Helptext + The target object where these data import records will be created. This is a filtered list of objects; please see the documentation for a full list of available objects. + + + bdiOMUIObjectNameHelp + Advanced Mapping + en_US + true + Object Name Helptext + The target object where these data import records will be created. This is a filtered list of objects; please see the documentation for a full list of available objects. + + + bdiOMUIObjectNameLabel + Advanced Mapping + en_US + true + Object Name Label/Column Name + Object Name + + + bdiOMUIObjectNameLabel + Advanced Mapping + en_US + true + Object Name Label/Column Name + Object Name + + + bdiOMUIOfGroupHelp + Advanced Mapping + en_US + true + Of This Object Group Helptext + Your target object's records are related to another Object Group. Choose the related Object Group here. + + + bdiOMUIOfGroupHelp + Advanced Mapping + en_US + true + Of This Object Group Helptext + Your target object's records are related to another Object Group. Choose the related Object Group here. + + + bdiOMUIOfGroupLabel + Advanced Mapping + en_US + true + Of This Object Group Label/Column + Of This Object Group + + + bdiOMUIOfGroupLabel + Advanced Mapping + en_US + true + Of This Object Group Label/Column + Of This Object Group + + + bdiOMUIPageDescriptionPt1 + Advanced Mapping + en_US + true + Object groups description part 1 + Each row of this table shows your Object Groups. You'll set up individual field mappings when you click the dropdown icon for an Object Group, then click View Field Mappings. + + + bdiOMUIPageDescriptionPt1 + Advanced Mapping + en_US + true + Object groups description part 1 + Each row of this table shows your Object Groups. You'll set up individual field mappings when you click the dropdown icon for an Object Group, then click View Field Mappings. + + + bdiOMUIPageDescriptionPt2 + Advanced Mapping + en_US + true + Object groups description part 2 + Object Groups are collections of field mappings that tell the NPSP Data Import tool what types of records (e.g. Contacts, Opportunities, Payments, etc.) to create or update. NPSP is able to link related records within a single row of your import to one another because fields mappings are bundled in Object Groups in this way. + + + bdiOMUIPageDescriptionPt2 + Advanced Mapping + en_US + true + Object groups description part 2 + Object Groups are collections of field mappings that tell the NPSP Data Import tool what types of records (e.g. Contacts, Opportunities, Payments, etc.) to create or update. NPSP is able to link related records within a single row of your import to one another because fields mappings are bundled in Object Groups in this way. + + + bdiOMUIPageDescriptionPt3 + Advanced Mapping + en_US + true + Object groups description part 3 + Let’s look at the two GAU Allocation 1 and GAU Allocation 2 Object Groups as an example. These object groups link directly to the Opportunity object. At times, + you may want to assign two GAU Allocations to a single Opportunity. To achieve this, in your import file enter the Opportunity information in the Donations columns, + then include the first GAU in the GAU Allocations 1 columns and the second GAU Allocation in the GAU Allocations 2 columns. Because of the GAU Allocation 1 and + GAU Allocation 2 Object Mappings, when you import, the two GAU Allocations are both assigned to the Opportunity. + + + bdiOMUIPageDescriptionPt3 + Advanced Mapping + en_US + true + Object groups description part 3 + Let’s look at the two GAU Allocation 1 and GAU Allocation 2 Object Groups as an example. These object groups link directly to the Opportunity object. At times, + you may want to assign two GAU Allocations to a single Opportunity. To achieve this, in your import file enter the Opportunity information in the Donations columns, + then include the first GAU in the GAU Allocations 1 columns and the second GAU Allocation in the GAU Allocations 2 columns. Because of the GAU Allocation 1 and + GAU Allocation 2 Object Mappings, when you import, the two GAU Allocations are both assigned to the Opportunity. + + + bdiOMUIThroughFieldHelp + Advanced Mapping + en_US + true + Through This Field Helptext + The Lookup Relationship or Master-Detail field that connects your target object to the related Object Group. + If the target object is a child of the related object, this field will be on the target object. Alternatively, + if the target object is the parent of the related object, this field will be on the related object. + + + bdiOMUIThroughFieldHelp + Advanced Mapping + en_US + true + Through This Field Helptext + The Lookup Relationship or Master-Detail field that connects your target object to the related Object Group. + If the target object is a child of the related object, this field will be on the target object. Alternatively, + if the target object is the parent of the related object, this field will be on the related object. + + + bdiOMUIThroughFieldLabel + Advanced Mapping + en_US + true + Through this field Label/Column Name + Through This Field + + + bdiOMUIThroughFieldLabel + Advanced Mapping + en_US + true + Through this field Label/Column Name + Through This Field + + + bdiOMUIViewFieldMappingsLabel + Advanced Mapping + en_US + true + View Field Mappings action + View Field Mappings + + + bdiOMUIViewFieldMappingsLabel + Advanced Mapping + en_US + true + View Field Mappings action + View Field Mappings + + + bdiPositiveNumber + Data Importer + en_US + true + error when numeric settings set to negative number + {0} must be a positive number. + + + bdiPositiveNumber + Data Importer + en_US + true + error when numeric settings set to negative number + {0} must be a positive number. + + + bdiRecordsFailed + Data Importer + en_US + false + bdiRecordsFailed + Records failed: + + + bdiRecordsFailed + Data Importer + en_US + false + bdiRecordsFailed + Records failed: + + + bdiRecordsImported + Data Importer + en_US + false + bdiRecordsImported + Records imported: + + + bdiRecordsImported + Data Importer + en_US + false + bdiRecordsImported + Records imported: + + + bdiRecordsProcessed + Data Importer + en_US + false + bdiRecordsProcessed + Records processed: + + + bdiRecordsProcessed + Data Importer + en_US + false + bdiRecordsProcessed + Records processed: + + + bdiRunBtn + Data Importer + en_US + false + bdiRunBtn + Begin Data Import Process + + + bdiRunBtn + Data Importer + en_US + false + bdiRunBtn + Begin Data Import Process + + + bdiSelectCantProcessBatchDIRecords + Data Importer + en_US + true + bdiSelectCantProcessBatchDIRecords + You selected records linked to an NPSP Data Import Batch. To import records associated with an NPSP Data Import Batch, open the batch and click Process Batch. + + + bdiSelectCantProcessBatchDIRecords + Data Importer + en_US + true + bdiSelectCantProcessBatchDIRecords + You selected records linked to an NPSP Data Import Batch. To import records associated with an NPSP Data Import Batch, open the batch and click Process Batch. + + + bdiSelectCantProcessImportedRecords + Data Importer + en_US + true + bdiSelectCantProcessImportedRecords + You can't import records that have already been imported. Remove records with the Imported status from your selection. + + + bdiSelectCantProcessImportedRecords + Data Importer + en_US + true + bdiSelectCantProcessImportedRecords + You can't import records that have already been imported. Remove records with the Imported status from your selection. + + + bdiSelectNoDIRecordsSelected + Data Importer + en_US + true + bdiSelectNoDIRecordsSelected + Select one or more Data Import records. + + + bdiSelectNoDIRecordsSelected + Data Importer + en_US + true + bdiSelectNoDIRecordsSelected + Select one or more Data Import records. + + + bdiSelectReturnToListView + Data Importer + en_US + true + bdiSelectReturnToListView + Go Back + + + bdiSelectReturnToListView + Data Importer + en_US + true + bdiSelectReturnToListView + Go Back + + + bdiSelectTooManyDIRecords + Data Importer + en_US + true + bdiSelectTooManyDIRecords + Select up to {0} Data Import records. + + + bdiSelectTooManyDIRecords + Data Importer + en_US + true + bdiSelectTooManyDIRecords + Select up to {0} Data Import records. + + + bdiSettingsSectionContactMatching + Batch Data Import + en_US + true + section label for contact matching rules in bDI + Contact & Account Matching + + + bdiSettingsSectionContactMatching + Batch Data Import + en_US + true + section label for contact matching rules in bDI + Contact & Account Matching + + + bdiSettingsSectionDonationMatching + Batch Data Import + en_US + true + section label for Donation Matching in BDI Settings + Donation Matching + + + bdiSettingsSectionDonationMatching + Batch Data Import + en_US + true + section label for Donation Matching in BDI Settings + Donation Matching + + + bdiSettingsSectionExtensibility + Batch Data Import + en_US + true + section label for Extensibility in BDI Settings + Extensibility + + + bdiSettingsSectionExtensibility + Batch Data Import + en_US + true + section label for Extensibility in BDI Settings + Extensibility + + + bdiStatus + Data Importer + en_US + false + bdiStatus + Current Status: + + + bdiStatus + Data Importer + en_US + false + bdiStatus + Current Status: + + + bdiStatusProcessed + Data Importer + en_US + false + bdiStatusProcessed + processed {0} of {1} total batches. + + + bdiStatusProcessed + Data Importer + en_US + false + bdiStatusProcessed + processed {0} of {1} total batches. + + + bdiStatusProcessing + Data Importer + en_US + false + bdiStatusProcessing + is currently processing batch {0} of {1} total batches. + + + bdiStatusProcessing + Data Importer + en_US + false + bdiStatusProcessing + is currently processing batch {0} of {1} total batches. + + + bdiTime + Data Importer + en_US + false + bdiTime + Time: + + + bdiTime + Data Importer + en_US + false + bdiTime + Time: + + + bdiUpdated + Data Importer + en_US + true + bdiUpdated + Updated + + + bdiUpdated + Data Importer + en_US + true + bdiUpdated + Updated + + + bgeActionDelete + en_US + true + Delete action for Batch Gift Entry + Delete + + + bgeActionDelete + en_US + true + Delete action for Batch Gift Entry + Delete + + + bgeActionView + en_US + true + View action for Batch Gift Entry + View + + + bgeActionView + en_US + true + View action for Batch Gift Entry + View + + + bgeBatchAvailableFields + en_US + true + bgeBatchAvailableFields + Available Fields + + + bgeBatchAvailableFields + en_US + true + bgeBatchAvailableFields + Available Fields + + + bgeBatchBatchProcessSizeHelp + en_US + true + Used as field help text since help text is not upgradeable. + The number of records to process at a time in each batch. + + + bgeBatchBatchProcessSizeHelp + en_US + true + Used as field help text since help text is not upgradeable. + The number of records to process at a time in each batch. + + + bgeBatchDonationDateRangeHelp + en_US + true + Used as field help text since help text is not upgradeable. + Enter the number of days from the Donation Date to consider when looking for a matching Opportunity or Payment. NPSP will choose the matching Opp or Payment whose date falls within the number of days AND is closest to the Donation Date. + + + bgeBatchDonationDateRangeHelp + en_US + true + Used as field help text since help text is not upgradeable. + Enter the number of days from the Donation Date to consider when looking for a matching Opportunity or Payment. NPSP will choose the matching Opp or Payment whose date falls within the number of days AND is closest to the Donation Date. + + + bgeBatchDonationMatchingBehaviorHelp + en_US + true + Used as field help text since help text is not upgradeable. + Defines how NPSP should handle matching Donations. + + + bgeBatchDonationMatchingBehaviorHelp + en_US + true + Used as field help text since help text is not upgradeable. + Defines how NPSP should handle matching Donations. + + + bgeBatchDonationMatchingClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IMatching interface for Donations. Leave blank to let NPSP handle matching. + + + bgeBatchDonationMatchingClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IMatching interface for Donations. Leave blank to let NPSP handle matching. + + + bgeBatchDonationMatchingRuleHelp + en_US + true + Used as field help text since help text is not upgradeable. + You can match against any of the Opportunity or Payment fields that you chose to include in this batch. + + + bgeBatchDonationMatchingRuleHelp + en_US + true + Used as field help text since help text is not upgradeable. + You can match against any of the Opportunity or Payment fields that you chose to include in this batch. + + + bgeBatchDonorLookupInfo + en_US + true + Explanation text for hidden lookup fields. + Select the fields to use for entering gifts in this batch. Donor Type and an Account or Contact lookup will always appear. You will only see fields that you have access to. + + + bgeBatchDonorLookupInfo + en_US + true + Explanation text for hidden lookup fields. + Select the fields to use for entering gifts in this batch. Donor Type and an Account or Contact lookup will always appear. You will only see fields that you have access to. + + + bgeBatchDryRun + en_US + true + Text for batch dry run in BGE. + Batch Dry Run + + + bgeBatchDryRun + en_US + true + Text for batch dry run in BGE. + Batch Dry Run + + + bgeBatchErrorRequiredFields + en_US + true + Error shown when required fields are missing. + The following fields are required because other fields from their object are selected. Select them before proceeding: + + + bgeBatchErrorRequiredFields + en_US + true + Error shown when required fields are missing. + The following fields are required because other fields from their object are selected. Select them before proceeding: + + + bgeBatchInfoWizard + en_US + true + Header for Batch Info in Wizard prompting user entry + Enter Batch Info + + + bgeBatchInfoWizard + en_US + true + Header for Batch Info in Wizard prompting user entry + Enter Batch Info + + + bgeBatchOverview + en_US + true + Header for Batch Info in View Mode + Batch Info + + + bgeBatchOverview + en_US + true + Header for Batch Info in View Mode + Batch Info + + + bgeBatchOverviewWizard + en_US + true + Header for Batch Info in Wizard + Enter Batch Info + + + bgeBatchOverviewWizard + en_US + true + Header for Batch Info in Wizard + Enter Batch Info + + + bgeBatchPostProcessClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IPostProcess interface for NPSP batch records. + + + bgeBatchPostProcessClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IPostProcess interface for NPSP batch records. + + + bgeBatchProcessUsingScheduledJobHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, the batch will be automatically processed based on the schedule for the associated job. + + + bgeBatchProcessUsingScheduledJobHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, the batch will be automatically processed based on the schedule for the associated job. + + + bgeBatchRunOpportunityRollupsWhileProcessingHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, NPSP calculates donor rollups when donations are processed. If unchecked, donor rollups are calculated during the default nightly Scheduled Job. Note that selecting this checkbox may slow down processing of this batch. + + + bgeBatchRunOpportunityRollupsWhileProcessingHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, NPSP calculates donor rollups when donations are processed. If unchecked, donor rollups are calculated during the default nightly Scheduled Job. Note that selecting this checkbox may slow down processing of this batch. + + + bgeBatchSelectedFields + en_US + true + bgeBatchActiveFields + Selected Fields + + + bgeBatchSelectedFields + en_US + true + bgeBatchActiveFields + Selected Fields + + + bgeBatchSelectFields + en_US + true + Header and text for Field Selection + Select Fields + + + bgeBatchSelectFields + en_US + true + Header and text for Field Selection + Select Fields + + + bgeBatchSetBatchOptions + en_US + true + Header for Batch Options + Set Batch Options + + + bgeBatchSetBatchOptions + en_US + true + Header for Batch Options + Set Batch Options + + + bgeBatchSetFieldOptions + en_US + true + Header for Batch Field Options + Set Field Options + + + bgeBatchSetFieldOptions + en_US + true + Header for Batch Field Options + Set Field Options + + + bgeCopyBatchSetupBatchNameAppend + en_US + true + Button text for copying existing Batch setup to a new Batch. + COPY + + + bgeCopyBatchSetupBatchNameAppend + en_US + true + Button text for copying existing Batch setup to a new Batch. + COPY + + + bgeCopyBatchSetupButton + en_US + true + Button text for copying existing Batch setup to a new Batch. + Copy Batch Setup + + + bgeCopyBatchSetupButton + en_US + true + Button text for copying existing Batch setup to a new Batch. + Copy Batch Setup + + + bgeDonationSelectorHelp + en_US + true + Help text to appear in Donation Selector modal in BGE. + This screen displays unpaid Payments and open Opportunities that have no unpaid Payments. + + + bgeDonationSelectorHelp + en_US + true + Help text to appear in Donation Selector modal in BGE. + This screen displays unpaid Payments and open Opportunities that have no unpaid Payments. + + + bgeDryRunComplete + en_US + true + Success message when batch dry run completes in BGE. + Batch Dry Run Complete + + + bgeDryRunComplete + en_US + true + Success message when batch dry run completes in BGE. + Batch Dry Run Complete + + + bgeEditBatchFieldOptionsWarning + en_US + true + Warning message for Field Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. + + + bgeEditBatchFieldOptionsWarning + en_US + true + Warning message for Field Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. + + + bgeEditBatchFieldSelectionWarning + en_US + true + Warning message for Select Fields step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. If you remove fields, those fields no longer appear on the gift entry screen, but data isn't deleted from those fields on existing records. Therefore, we recommend that you do not remove fields. + + + bgeEditBatchFieldSelectionWarning + en_US + true + Warning message for Select Fields step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. If you remove fields, those fields no longer appear on the gift entry screen, but data isn't deleted from those fields on existing records. Therefore, we recommend that you do not remove fields. + + + bgeEditBatchOptionsWarning + en_US + true + Warning message for Batch Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. We will not attempt to match existing records using updated donation matching rule settings, unless those records are edited. + + + bgeEditBatchOptionsWarning + en_US + true + Warning message for Batch Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. We will not attempt to match existing records using updated donation matching rule settings, unless those records are edited. + + + bgeEditPaymentInformation + en_US + true + Warns users to re-enter payment information when editing Elevate-connected gifts + You can't edit this Elevate-connected gift until you re-enter the payment information. Select Edit Payment Information. + + + bgeEditPaymentInformation + en_US + true + Warns users to re-enter payment information when editing Elevate-connected gifts + You can't edit this Elevate-connected gift until you re-enter the payment information. Select Edit Payment Information. + + + bgeFLSError + en_US + true + Label that appears when user does not pass FLS check in BGE + You don't have the required field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + bgeFLSError + en_US + true + Label that appears when user does not pass FLS check in BGE + You don't have the required field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + bgeFormMatchingModalText + en_US + true + Header text to prompt user to select a donation to update + Select the record you want to update. + + + bgeFormMatchingModalText + en_US + true + Header text to prompt user to select a donation to update + Select the record you want to update. + + + bgeFormNewDonationHelptext + en_US + true + Help text to indicate user is creating a new opportunity + You are currently creating a new Opportunity. + + + bgeFormNewDonationHelptext + en_US + true + Help text to indicate user is creating a new opportunity + You are currently creating a new Opportunity. + + + bgeFormNewPaymentHelptext + en_US + true + Help text to indicate user is applying a new payment to an opportunity + You are currently applying a new Payment to Opportunity: + + + bgeFormNewPaymentHelptext + en_US + true + Help text to indicate user is applying a new payment to an opportunity + You are currently applying a new Payment to Opportunity: + + + bgeFormNoneLink + en_US + true + Link to create a new opportunity + Alternatively, create a new Opportunity. + + + bgeFormNoneLink + en_US + true + Link to create a new opportunity + Alternatively, create a new Opportunity. + + + bgeFormSelectedOpportunity + en_US + true + Denotes donation selected in the BGE UI entry form. + Updating this Opportunity + + + bgeFormSelectedOpportunity + en_US + true + Denotes donation selected in the BGE UI entry form. + Updating this Opportunity + + + bgeFormSelectedOpportunityApplyNewPayment + en_US + true + Denotes donation selected in the BGE UI entry form will receive a new payment. + Applying New Payment + + + bgeFormSelectedOpportunityApplyNewPayment + en_US + true + Denotes donation selected in the BGE UI entry form will receive a new payment. + Applying New Payment + + + bgeFormSelectedPayment + en_US + true + Denotes donation selected in the BGE UI entry form. + Selected Payment + + + bgeFormSelectedPayment + en_US + true + Denotes donation selected in the BGE UI entry form. + Selected Payment + + + bgeFormUpdateDonation + en_US + true + Link text to change selected donation + Update your donation selection + + + bgeFormUpdateDonation + en_US + true + Link text to change selected donation + Update your donation selection + + + bgeFormUpdateHelptext + en_US + true + Help text to indicate that user has selected a donation + You are currently updating: + + + bgeFormUpdateHelptext + en_US + true + Help text to indicate that user has selected a donation + You are currently updating: + + + bgeFormUpdateOpportunity + en_US + true + Button text to select an opportunity to update in BGE + Update this Opportunity + + + bgeFormUpdateOpportunity + en_US + true + Button text to select an opportunity to update in BGE + Update this Opportunity + + + bgeFormUpdatePayment + en_US + true + Button text to select a payment to update in BGE + Update this Payment + + + bgeFormUpdatePayment + en_US + true + Button text to select a payment to update in BGE + Update this Payment + + + bgeGridAllGifts + en_US + true + Label for Gift Entry Grid + All Gifts + + + bgeGridAllGifts + en_US + true + Label for Gift Entry Grid + All Gifts + + + bgeGridDonorType + en_US + true + Label for Donor Type picklist + Donor Type + + + bgeGridDonorType + en_US + true + Label for Donor Type picklist + Donor Type + + + bgeGridErrorConflictingGifts + en_US + true + Message preventing user from processing batch if there are conflicting gifts. + There are conflicting gifts in this batch. You will need to resolve these conflicts before you're able to process this batch. + + + bgeGridErrorConflictingGifts + en_US + true + Message preventing user from processing batch if there are conflicting gifts. + There are conflicting gifts in this batch. You will need to resolve these conflicts before you're able to process this batch. + + + bgeGridErrorFromDryRun + en_US + true + Message preventing user from processing batch if there are errors. + There are errors on one or more entries. You must resolve all errors before you can process this batch. + + + bgeGridErrorFromDryRun + en_US + true + Message preventing user from processing batch if there are errors. + There are errors on one or more entries. You must resolve all errors before you can process this batch. + + + bgeGridErrorRequiredTotalsExpected + en_US + true + Message preventing user from processing batch if totals don't match expected + Either the count of gifts or the total gifts doesn't match the expected values for this batch. These values must match before you can process the batch. + + + bgeGridErrorRequiredTotalsExpected + en_US + true + Message preventing user from processing batch if totals don't match expected + Either the count of gifts or the total gifts doesn't match the expected values for this batch. These values must match before you can process the batch. + + + bgeGridGiftCountHeader + en_US + true + Label to give context to the progress bar. + Gifts Entered + + + bgeGridGiftCountHeader + en_US + true + Label to give context to the progress bar. + Gifts Entered + + + bgeGridGiftDeleted + en_US + true + Success message when gift is deleted. + Gift successfully deleted. + + + bgeGridGiftDeleted + en_US + true + Success message when gift is deleted. + Gift successfully deleted. + + + bgeGridGiftSaved + en_US + true + Success message when gift is saved. + New gift has been added to the batch. + + + bgeGridGiftSaved + en_US + true + Success message when gift is saved. + New gift has been added to the batch. + + + bgeGridGiftUpdated + en_US + true + Success message when gift is updated. + Gifts successfully updated. + + + bgeGridGiftUpdated + en_US + true + Success message when gift is updated. + Gifts successfully updated. + + + bgeGridNoGiftsBody + en_US + true + Body message when no gifts are associated with batch. + Enter a new gift and it will appear here. + + + bgeGridNoGiftsBody + en_US + true + Body message when no gifts are associated with batch. + Enter a new gift and it will appear here. + + + bgeGridNoGiftsHeader + en_US + true + Header message when no gifts are associated with batch. + Looks like you haven't entered any gifts yet! + + + bgeGridNoGiftsHeader + en_US + true + Header message when no gifts are associated with batch. + Looks like you haven't entered any gifts yet! + + + bgeGridTotalAmount + en_US + true + Total amount matching expected amount. + Total Amount: + + + bgeGridTotalAmount + en_US + true + Total amount matching expected amount. + Total Amount: + + + bgeGridTotalCount + en_US + true + Total count versus expected count. + Total Count: + + + bgeGridTotalCount + en_US + true + Total count versus expected count. + Total Count: + + + bgeGridWarningRequiredTotalsExpected + en_US + true + Message warning user if totals don't match expected + Require Expected Totals Match is selected but the Expected Count of Gifts and Expected Total Batch Amount fields are blank. Edit the batch details and either uncheck Require Expected Totals Match or add values in the related fields. + + + bgeGridWarningRequiredTotalsExpected + en_US + true + Message warning user if totals don't match expected + Require Expected Totals Match is selected but the Expected Count of Gifts and Expected Total Batch Amount fields are blank. Edit the batch details and either uncheck Require Expected Totals Match or add values in the related fields. + + + bgeMatchingAlert + en_US + true + Alerts user that there are matched donations + This donor has pending donations. + + + bgeMatchingAlert + en_US + true + Alerts user that there are matched donations + This donor has pending donations. + + + bgeMatchingSelect + en_US + true + Label for Select Open Donation text and modal header + Review Donations + + + bgeMatchingSelect + en_US + true + Label for Select Open Donation text and modal header + Review Donations + + + bgeNewBatch + en_US + true + Button to create a new batch. + New Batch + + + bgeNewBatch + en_US + true + Button to create a new batch. + New Batch + + + bgeNewGift + en_US + true + Label for Gift Entry Form + New Gift + + + bgeNewGift + en_US + true + Label for Gift Entry Form + New Gift + + + bgeNotSupportedBody + Batch Gift Entry + en_US + true + Batch Gift Entry + As of July 13, 2021, Batch Gift Entry is no longer supported and has been replaced by Gift Entry. + If you have any in-progress batches, you can still access those records, but you can't process them using Batch Gift Entry. + Contact support if you need to access in-progress batches. + You may want to explore Gift Entry as an alternative to Batch Gift Entry. + + + bgeNotSupportedBody + Batch Gift Entry + en_US + true + Batch Gift Entry + As of July 13, 2021, Batch Gift Entry is no longer supported and has been replaced by Gift Entry. + If you have any in-progress batches, you can still access those records, but you can't process them using Batch Gift Entry. + Contact support if you need to access in-progress batches. + You may want to explore Gift Entry as an alternative to Batch Gift Entry. + + + bgeNotSupportedHeader + Batch Gift Entry + en_US + true + Batch Gift Entry + Batch Gift Entry Not Supported + + + bgeNotSupportedHeader + Batch Gift Entry + en_US + true + Batch Gift Entry + Batch Gift Entry Not Supported + + + bgeProcessBatch + en_US + true + Button to process a batch. + Process Batch + + + bgeProcessBatch + en_US + true + Button to process a batch. + Process Batch + + + bgeProcessBatchAndPayments + en_US + true + Button to process a batch and payments through {0} + Process Batch & Payments + + + bgeProcessBatchAndPayments + en_US + true + Button to process a batch and payments through {0} + Process Batch & Payments + + + bgeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Gift Entry retirement & recommendations + On July 13, 2021, legacy Batch Gift Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Gift Entry. To ensure a smooth transition, enable and use the newer Gift Entry in advance of July 13th. + + + bgeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Gift Entry retirement & recommendations + On July 13, 2021, legacy Batch Gift Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Gift Entry. To ensure a smooth transition, enable and use the newer Gift Entry in advance of July 13th. + + + bgeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Gift Entry retiring + Retiring Batch Gift Entry + + + bgeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Gift Entry retiring + Retiring Batch Gift Entry + + + bgeTabHeader + en_US + true + Header used for Batch Gift Entry tab + Batch Gift Entry + + + bgeTabHeader + en_US + true + Header used for Batch Gift Entry tab + Batch Gift Entry + + + bgeUnmappedFieldsNoticeHeader + en_US + true + Header used for the Batch Gift Entry tab unmapped fields notice. + Field Mapping Changed + + + bgeUnmappedFieldsNoticeHeader + en_US + true + Header used for the Batch Gift Entry tab unmapped fields notice. + Field Mapping Changed + + + bgeUnmappedFieldsNoticeMessageAdvancedMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping enabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to Advanced Mapping in NPSP Settings and map the fields again. + + + bgeUnmappedFieldsNoticeMessageAdvancedMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping enabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to Advanced Mapping in NPSP Settings and map the fields again. + + + bgeUnmappedFieldsNoticeMessageHelpTextMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping disabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to the NPSP Data Import object and map the fields again using Help Text. + + + bgeUnmappedFieldsNoticeMessageHelpTextMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping disabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to the NPSP Data Import object and map the fields again using Help Text. + + + bgeUnmappedFieldsNoticeTitle + en_US + true + Title used for the Batch Gift Entry tab unmapped fields notice. + Batch Includes Unmapped Fields + + + bgeUnmappedFieldsNoticeTitle + en_US + true + Title used for the Batch Gift Entry tab unmapped fields notice. + Batch Includes Unmapped Fields + + + bgeWizardHideAdvancedOptions + en_US + true + Label for link to hide advanced options in the Wizard + Hide Advanced Options + + + bgeWizardHideAdvancedOptions + en_US + true + Label for link to hide advanced options in the Wizard + Hide Advanced Options + + + bgeWizardShowAdvancedOptions + en_US + true + Label for link to show advanced options in the Wizard + Show Advanced Options + + + bgeWizardShowAdvancedOptions + en_US + true + Label for link to show advanced options in the Wizard + Show Advanced Options + + + btnContinue + en_US + true + button label to Continue an action + Continue + + + btnContinue + en_US + true + button label to Continue an action + Continue + + + btnRemove + Manage Household UI + en_US + false + button label on the Remove Contact popup + Remove + + + btnRemove + Manage Household UI + en_US + false + button label on the Remove Contact popup + Remove + + + CallableApiJobScheduleInvalidClass + API + en_US + true + CallableApi Job.Schedule Invalid Class + The Apex class {0} doesn''t exist or doesn''t implement the Schedulable interface. + + + CallableApiJobScheduleInvalidClass + API + en_US + true + CallableApi Job.Schedule Invalid Class + The Apex class {0} doesn''t exist or doesn''t implement the Schedulable interface. + + + CallableApiMaximumRecordsExceeded + API + en_US + true + CallableApi Method Maximum Records Exceeded + {0} is the maximum number of records this CallableApi method can process in one API request. Use a batch or queueable job. + + + CallableApiMaximumRecordsExceeded + API + en_US + true + CallableApi Method Maximum Records Exceeded + {0} is the maximum number of records this CallableApi method can process in one API request. Use a batch or queueable job. + + + CallableApiMethodNotImplemented + API + en_US + true + CallableApi Method Not Implemented + {0} is not implemented + + + CallableApiMethodNotImplemented + API + en_US + true + CallableApi Method Not Implemented + {0} is not implemented + + + CallableApiParameterError + API + en_US + true + Error parsing/type casting a parameter + Error parsing {0} parameter: {1} + + + CallableApiParameterError + API + en_US + true + Error parsing/type casting a parameter + Error parsing {0} parameter: {1} + + + CallableApiProcessingError + API + en_US + true + Error completing the specified API call + Error completing the {0} api: {1} + + + CallableApiProcessingError + API + en_US + true + Error completing the specified API call + Error completing the {0} api: {1} + + + campaignMemberStatusDefault + Campaign Member + en_US + false + campaignMemberStatusDefault + campaignMemberStatusDefault + + + campaignMemberStatusDefault + Campaign Member + en_US + false + campaignMemberStatusDefault + campaignMemberStatusDefault + + + campaignMemberStatusNonResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusNonResponded + campaignMemberStatusNonResponded + + + campaignMemberStatusNonResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusNonResponded + campaignMemberStatusNonResponded + + + CampaignMemberStatusOmit + Opportunity, Campaign Member + en_US + false + CampaignMemberStatusOmit + omit + + + CampaignMemberStatusOmit + Opportunity, Campaign Member + en_US + false + CampaignMemberStatusOmit + omit + + + campaignMemberStatusResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusResponded + campaignMemberStatusResponded + + + campaignMemberStatusResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusResponded + campaignMemberStatusResponded + + + CascadeDeletionError + Error + en_US + true + Cascade Deletion Error Message In Classic + You can''t delete {0} because it''s associated with the following records. Delete or re-associate these records and then try again.<br/><br/>{1} + + + CascadeDeletionError + Error + en_US + true + Cascade Deletion Error Message In Classic + You can''t delete {0} because it''s associated with the following records. Delete or re-associate these records and then try again.<br/><br/>{1} + + + CascadeDeletionErrorLightning + Error + en_US + true + Cascade Deletion Error Message In Lightning Experience + You can''t delete {0} because it''s associated with these records: {1}. Delete or re-associate these records and then try again. + + + CascadeDeletionErrorLightning + Error + en_US + true + Cascade Deletion Error Message In Lightning Experience + You can''t delete {0} because it''s associated with these records: {1}. Delete or re-associate these records and then try again. + + + changeAmountOrFrequency + RDAction + en_US + true + Label for change amount and frequency Recurring Donations Action + Change Amount or Frequency + + + changeAmountOrFrequency + RDAction + en_US + true + Label for change amount and frequency Recurring Donations Action + Change Amount or Frequency + + + ClosedWonOpportunities + Error + en_US + true + ClosedWonOpportunities + Closed Won Opportunities + + + ClosedWonOpportunities + Error + en_US + true + ClosedWonOpportunities + Closed Won Opportunities + + + CMT_DeleteConfirm + Settings + en_US + true + Confirmation message when a user wants to delete something. + Are you sure you want to delete this {0}? + + + CMT_DeleteConfirm + Settings + en_US + true + Confirmation message when a user wants to delete something. + Are you sure you want to delete this {0}? + + + CMT_FilterGroupActiveRollupsHelpText + Settings + en_US + true + Help text for the rollups tree + The list of rollups that are using this filter group. As long as there are rollups listed here, you can't delete this filter group. + + + CMT_FilterGroupActiveRollupsHelpText + Settings + en_US + true + Help text for the rollups tree + The list of rollups that are using this filter group. As long as there are rollups listed here, you can't delete this filter group. + + + CMT_FilterGroupDeleteError + Settings + en_US + true + Error message when a user wants to delete a filter group with rollups. + You can't delete this filter group because there is at least one rollup using it. To delete this filter group, either remove it from the associated rollups or delete the rollups. + + + CMT_FilterGroupDeleteError + Settings + en_US + true + Error message when a user wants to delete a filter group with rollups. + You can't delete this filter group because there is at least one rollup using it. To delete this filter group, either remove it from the associated rollups or delete the rollups. + + + CMT_FilterGroupDescriptionHelpText + Settings + en_US + true + Help text for the filter group description + It's important to enter a detailed description that explains the filter rules in this group so that users in your org can understand if this filter group is right for their rollup. + + + CMT_FilterGroupDescriptionHelpText + Settings + en_US + true + Help text for the filter group description + It's important to enter a detailed description that explains the filter rules in this group so that users in your org can understand if this filter group is right for their rollup. + + + CMT_FilterGroupNameHelpText + Settings + en_US + true + Help text for the filter group name + A unique name for this filter group. + + + CMT_FilterGroupNameHelpText + Settings + en_US + true + Help text for the filter group name + A unique name for this filter group. + + + CMT_FilterGroupNameLimitError + Settings + en_US + true + New filter group button + Filter group name is limited to 40 characters. + + + CMT_FilterGroupNameLimitError + Settings + en_US + true + New filter group button + Filter group name is limited to 40 characters. + + + CMT_FilterNew + Settings + en_US + true + New filter group button + New Filter Group + + + CMT_FilterNew + Settings + en_US + true + New filter group button + New Filter Group + + + CMT_FilterRuleDeleteWarning + Settings + en_US + true + Warning message when a user wants to delete a filter rule. + There are rollups using the filter group that this rule is part of. If you delete this filter rule, it will affect those rollup calculations. Are you sure you want to delete? + + + CMT_FilterRuleDeleteWarning + Settings + en_US + true + Warning message when a user wants to delete a filter rule. + There are rollups using the filter group that this rule is part of. If you delete this filter rule, it will affect those rollup calculations. Are you sure you want to delete? + + + CMT_FilterRuleDuplicateError + Settings + en_US + true + Warning message when a user creates a duplicate filter rule. + This filter rule already exists in this filter group. Edit one or more fields to create a unique filter rule. + + + CMT_FilterRuleDuplicateError + Settings + en_US + true + Warning message when a user creates a duplicate filter rule. + This filter rule already exists in this filter group. Edit one or more fields to create a unique filter rule. + + + CMT_FilterRuleFieldsMissing + Settings + en_US + true + Error message preventing a user from saving a filter rule with fields missing. + One or more fields are missing. Complete all fields to save this filter rule. + + + CMT_FilterRuleFieldsMissing + Settings + en_US + true + Error message preventing a user from saving a filter rule with fields missing. + One or more fields are missing. Complete all fields to save this filter rule. + + + CMT_FilterRulesHelpText + Settings + en_US + true + Help text for the filter rules + The list of rules included in this filter group. The filter rules set the criteria to ensure that you only get the data you need. Keep in mind that filter groups use AND criteria for filter rules, so if the data doesn't match ALL filter rules within a filter group, it won't be included in the rollup. + + + CMT_FilterRulesHelpText + Settings + en_US + true + Help text for the filter rules + The list of rules included in this filter group. The filter rules set the criteria to ensure that you only get the data you need. Keep in mind that filter groups use AND criteria for filter rules, so if the data doesn't match ALL filter rules within a filter group, it won't be included in the rollup. + + + CMT_FilterRulesValueHelpText + Settings + en_US + true + Help text for the filter rule value field + If the Operator is In List or Not in List and you don't see a picklist, enter values separated by semi-colons. + + + CMT_FilterRulesValueHelpText + Settings + en_US + true + Help text for the filter rule value field + If the Operator is In List or Not in List and you don't see a picklist, enter values separated by semi-colons. + + + commonAccessErrorMessage + Error + en_US + true + Page-level error for database-level security check + You don't have the required permissions to perform this action. Contact your system administrator for assistance. + + + commonAccessErrorMessage + Error + en_US + true + Page-level error for database-level security check + You don't have the required permissions to perform this action. Contact your system administrator for assistance. + + + commonAccountNumber + Gift Entry + en_US + true + Common label for Account Number + Account Number + + + commonAccountNumber + Gift Entry + en_US + true + Common label for Account Number + Account Number + + + commonACHLast4 + Gift Entry + en_US + true + Common label for ach last 4 + ACH Last 4 + + + commonACHLast4 + Gift Entry + en_US + true + Common label for ach last 4 + ACH Last 4 + + + commonActivate + Auto Number + en_US + true + Activate + Activate + + + commonActivate + Auto Number + en_US + true + Activate + Activate + + + commonAdminPermissionErrorMessage + Gift Entry + en_US + true + Page-level error message about permissions + You must be a System Administrator to access this page. + + + commonAdminPermissionErrorMessage + Gift Entry + en_US + true + Page-level error message about permissions + You must be a System Administrator to access this page. + + + commonAdminPermissionErrorTitle + Gift Entry + en_US + true + Page-level error title about permissions + Check Your Permissions + + + commonAdminPermissionErrorTitle + Gift Entry + en_US + true + Page-level error title about permissions + Check Your Permissions + + + commonAmount + Gift Entry + en_US + true + Amount + Amount + + + commonAmount + Gift Entry + en_US + true + Amount + Amount + + + commonAssistiveError + Gift Entry + en_US + true + Assistive text for the header of an error page level message. + error + + + commonAssistiveError + Gift Entry + en_US + true + Assistive text for the header of an error page level message. + error + + + commonAssistiveInfo + Gift Entry + en_US + true + Assistive text for the header of an info page level message. + info + + + commonAssistiveInfo + Gift Entry + en_US + true + Assistive text for the header of an info page level message. + info + + + commonAssistiveSuccess + Gift Entry + en_US + true + Assistive text for the header of a success page level message. + success + + + commonAssistiveSuccess + Gift Entry + en_US + true + Assistive text for the header of a success page level message. + success + + + commonAssistiveWarning + Gift Entry + en_US + true + Assistive text for the header of a warning page level message. + warning + + + commonAssistiveWarning + Gift Entry + en_US + true + Assistive text for the header of a warning page level message. + warning + + + commonBack + Gift Entry + en_US + true + Back + Back + + + commonBack + Gift Entry + en_US + true + Back + Back + + + commonBatches + Gift Entry + en_US + true + Batches + Batches + + + commonBatches + Gift Entry + en_US + true + Batches + Batches + + + commonCancel + Gift Entry + en_US + true + Cancel + Cancel + + + commonCancel + Gift Entry + en_US + true + Cancel + Cancel + + + commonCancelAndClose + Button + en_US + true + Cancel and close label + Cancel and close + + + commonCancelAndClose + Button + en_US + true + Cancel and close label + Cancel and close + + + commonCardholderName + Gift Entry, Recurring Donations + en_US + true + Label for the cardholder name during credit card entry + Cardholder Name + + + commonCardholderName + Gift Entry, Recurring Donations + en_US + true + Label for the cardholder name during credit card entry + Cardholder Name + + + commonCardLast4 + Gift Entry + en_US + true + Common label for card last 4 + Card Last 4 + + + commonCardLast4 + Gift Entry + en_US + true + Common label for card last 4 + Card Last 4 + + + commonCardType + Gift Entry + en_US + true + Common label for credit card type + Card Type + + + commonCardType + Gift Entry + en_US + true + Common label for credit card type + Card Type + + + commonClone + Gift Entry + en_US + true + Clone + Clone + + + commonClone + Gift Entry + en_US + true + Clone + Clone + + + commonClose + Button + en_US + true + Close button label + Close + + + commonClose + Button + en_US + true + Close button label + Close + + + commonConcurrentBatchError + Settings + en_US + true + Error when a batch job is executed while the same batch job is already running. + There''s already a job running on the {0} Apex class. The job must complete before it can be run again. + + + commonConcurrentBatchError + Settings + en_US + true + Error when a batch job is executed while the same batch job is already running. + There''s already a job running on the {0} Apex class. The job must complete before it can be run again. + + + commonContactCount + Contact Merge + en_US + true + Contact Count + Contact Count + + + commonContactCount + Contact Merge + en_US + true + Contact Count + Contact Count + + + commonContactSystemAdminMessage + Entry-Form + en_US + true + Message indicating user should contact the system administrator for help + Contact your system administrator for help. + + + commonContactSystemAdminMessage + Entry-Form + en_US + true + Message indicating user should contact the system administrator for help + Contact your system administrator for help. + + + commonCreditNumber + Gift Entry + en_US + true + Common label for credit card number + Card Number + + + commonCreditNumber + Gift Entry + en_US + true + Common label for credit card number + Card Number + + + commonCriticalError + Gift Entry + en_US + true + Critical Error + Critical Error + + + commonCriticalError + Gift Entry + en_US + true + Critical Error + Critical Error + + + commonCVC + Gift Entry + en_US + true + Common label for CVC code + CVC + + + commonCVC + Gift Entry + en_US + true + Common label for CVC code + CVC + + + commonCVV + Gift Entry + en_US + true + Common label for CVV code + CVV + + + commonCVV + Gift Entry + en_US + true + Common label for CVV code + CVV + + + commonDate + Donation + en_US + true + Date + Date + + + commonDate + Donation + en_US + true + Date + Date + + + commonDeactivate + Auto Number + en_US + true + Deactivate + Deactivate + + + commonDeactivate + Auto Number + en_US + true + Deactivate + Deactivate + + + commonDefaultValue + Gift Entry + en_US + true + Default Value + Default Value + + + commonDefaultValue + Gift Entry + en_US + true + Default Value + Default Value + + + commonDelete + Gift Entry + en_US + true + Delete + Delete + + + commonDelete + Gift Entry + en_US + true + Delete + Delete + + + commonEdit + Gift Entry + en_US + true + Edit + Edit + + + commonEdit + Gift Entry + en_US + true + Edit + Edit + + + commonEditPaymentInformation + Recurring-Donations, Gift Entry + en_US + true + Text to edit payment information + Edit payment information. + + + commonEditPaymentInformation + Recurring-Donations, Gift Entry + en_US + true + Text to edit payment information + Edit payment information. + + + commonElevateFailedOnboarding + Gift Entry + en_US + true + Failure message if a customer fails to get onboarded + An error has occurred with onboarding this elevate customer + + + commonElevateFailedOnboarding + Gift Entry + en_US + true + Failure message if a customer fails to get onboarded + An error has occurred with onboarding this elevate customer + + + commonError + Gift Entry + en_US + true + Error + Error + + + commonError + Gift Entry + en_US + true + Error + Error + + + commonErrorPrefix + Recurring Donations + en_US + true + Error prefix + Error: {0} + + + commonErrorPrefix + Recurring Donations + en_US + true + Error prefix + Error: {0} + + + commonFieldLabel + Gift Entry + en_US + true + Field Label + Field Label + + + commonFieldLabel + Gift Entry + en_US + true + Field Label + Field Label + + + commonFieldNotFound + Gift Entry + en_US + true + Field not found + Field not found + + + commonFieldNotFound + Gift Entry + en_US + true + Field not found + Field not found + + + commonFieldsNotFound + Gift Entry + en_US + true + Fields Not Found + Fields Not Found + + + commonFieldsNotFound + Gift Entry + en_US + true + Fields Not Found + Fields Not Found + + + commonGauAllocations + Gift Entry + en_US + true + Common label for GAU Allocations + GAU Allocations + + + commonGauAllocations + Gift Entry + en_US + true + Common label for GAU Allocations + GAU Allocations + + + commonGeneralAccountUnit + Gift Entry + en_US + true + Common label for General Accounting Unit + General Account Unit + + + commonGeneralAccountUnit + Gift Entry + en_US + true + Common label for General Accounting Unit + General Account Unit + + + commonInsufficientPermissions + Error + en_US + true + Indicates user does not have permissions for the action + Insufficient Permissions + + + commonInsufficientPermissions + Error + en_US + true + Indicates user does not have permissions for the action + Insufficient Permissions + + + commonJWTInvalidKey + Gift Entry + en_US + true + Failure message if an invalid key was provided + The key must contain a value and use the base64 format. + + + commonJWTInvalidKey + Gift Entry + en_US + true + Failure message if an invalid key was provided + The key must contain a value and use the base64 format. + + + commonJWTInvalidPayload + Gift Entry + en_US + true + Failure message if an invalid JSON payload was provided + The JSON payload must contain a value. + + + commonJWTInvalidPayload + Gift Entry + en_US + true + Failure message if an invalid JSON payload was provided + The JSON payload must contain a value. + + + commonMissingRequiredFields + Gift Entry + en_US + true + Page-level error message about missing required fields + These required fields must be completed: {0} + + + commonMissingRequiredFields + Gift Entry + en_US + true + Page-level error message about missing required fields + These required fields must be completed: {0} + + + commonMMYY + Gift Entry + en_US + true + Common label for expiration date (MM/YY) + Exp. Date + + + commonMMYY + Gift Entry + en_US + true + Common label for expiration date (MM/YY) + Exp. Date + + + commonNewGift + Gift Entry + en_US + true + New Gift + New Gift + + + commonNewGift + Gift Entry + en_US + true + New Gift + New Gift + + + commonNext + Gift Entry + en_US + true + Next + Next + + + commonNext + Gift Entry + en_US + true + Next + Next + + + commonNo + Gift Entry + en_US + true + No + No + + + commonNo + Gift Entry + en_US + true + No + No + + + commonNoItems + Gift Entry + en_US + true + Notification for empty tables + No items to display. + + + commonNoItems + Gift Entry + en_US + true + Notification for empty tables + No items to display. + + + commonNoneSpecified + Settings + en_US + true + None specified + None specified + + + commonNoneSpecified + Settings + en_US + true + None specified + None specified + + + commonOkay + Batch Data Entry + en_US + true + Okay + Okay + + + commonOkay + Batch Data Entry + en_US + true + Okay + Okay + + + commonOpen + Gift Entry + en_US + true + Open + Open + + + commonOpen + Gift Entry + en_US + true + Open + Open + + + commonPaymentProcessingErrors + Gift Entry + en_US + true + Payment Processing Errors + Payment Processing Errors + + + commonPaymentProcessingErrors + Gift Entry + en_US + true + Payment Processing Errors + Payment Processing Errors + + + commonPaymentServices + Gift Entry + en_US + true + Common label for Elevate Payment Services + Salesforce.org Elevate + + + commonPaymentServices + Gift Entry + en_US + true + Common label for Elevate Payment Services + Salesforce.org Elevate + + + commonPercent + Gift Entry + en_US + true + Percent + Percent + + + commonPercent + Gift Entry + en_US + true + Percent + Percent + + + commonPermissionErrorMessage + Gift Entry + en_US + true + Page-level error for database-level security check + You don't have the necessary access to use this feature. Please check with your Salesforce Administrator. + + + commonPermissionErrorMessage + Gift Entry + en_US + true + Page-level error for database-level security check + You don't have the necessary access to use this feature. Please check with your Salesforce Administrator. + + + commonReadMore + Gift Entry + en_US + true + Read More + Read More + + + commonReadMore + Gift Entry + en_US + true + Read More + Read More + + + commonRecordsFailed + Gift Entry + en_US + true + Records Failed + Records Failed + + + commonRecordsFailed + Gift Entry + en_US + true + Records Failed + Records Failed + + + commonRecordsProcessed + Gift Entry + en_US + true + Records Processed + Records Processed + + + commonRecordsProcessed + Gift Entry + en_US + true + Records Processed + Records Processed + + + commonRefreshPage + Payment + en_US + true + Refresh page to show the latest updates. + Refresh page to show the latest updates. + + + commonRefreshPage + Payment + en_US + true + Refresh page to show the latest updates. + Refresh page to show the latest updates. + + + commonRequired + Gift Entry + en_US + true + Required + Required + + + commonRequired + Gift Entry + en_US + true + Required + Required + + + commonReviewForm + Gift Entry + en_US + true + Review Form + Review Form + + + commonReviewForm + Gift Entry + en_US + true + Review Form + Review Form + + + commonRoutingNumber + Gift Entry + en_US + true + Common label for Routing Number + Routing Number + + + commonRoutingNumber + Gift Entry + en_US + true + Common label for Routing Number + Routing Number + + + commonSave + Gift Entry + en_US + true + Save + Save + + + commonSave + Gift Entry + en_US + true + Save + Save + + + commonSaveAndClose + Gift Entry + en_US + true + Save and Close + Save & Close + + + commonSaveAndClose + Gift Entry + en_US + true + Save and Close + Save & Close + + + commonSelectOptionPlaceholder + Combobox + en_US + true + Contains value for a placeholder on a dropdown field + Select an Option + + + commonSelectOptionPlaceholder + Combobox + en_US + true + Contains value for a placeholder on a dropdown field + Select an Option + + + commonSoftCredits + Gift Entry + en_US + true + Common label for Soft Credits + Soft Credits + + + commonSoftCredits + Gift Entry + en_US + true + Common label for Soft Credits + Soft Credits + + + commonTemplate + Gift Entry + en_US + true + Template + Template + + + commonTemplate + Gift Entry + en_US + true + Template + Template + + + commonTemplates + Gift Entry + en_US + true + Templates + Templates + + + commonTemplates + Gift Entry + en_US + true + Templates + Templates + + + commonUnknownError + Gift Entry + en_US + true + Unknown Error + Unknown Error + + + commonUnknownError + Gift Entry + en_US + true + Unknown Error + Unknown Error + + + commonUpdate + Gift Entry + en_US + true + Update + Update + + + commonUpdate + Gift Entry + en_US + true + Update + Update + + + commonViewAll + Gift Entry + en_US + true + View All + View All + + + commonViewAll + Gift Entry + en_US + true + View All + View All + + + commonViewErrorLog + Recurring Donation + en_US + true + Link value displaying error logs for a record + View Error Log + + + commonViewErrorLog + Recurring Donation + en_US + true + Link value displaying error logs for a record + View Error Log + + + commonViewMore + Gift Entry + en_US + true + View More + View More + + + commonViewMore + Gift Entry + en_US + true + View More + View More + + + commonWaitMessage + Entry-Form + en_US + true + Spinner text displayed to indicate process might take long time + Please wait... + + + commonWaitMessage + Entry-Form + en_US + true + Spinner text displayed to indicate process might take long time + Please wait... + + + commonWarning + Gift Entry + en_US + true + Warning + Warning + + + commonWarning + Gift Entry + en_US + true + Warning + Warning + + + commonYes + Gift Entry + en_US + true + Yes + Yes + + + commonYes + Gift Entry + en_US + true + Yes + Yes + + + conFailedAccountCreate + Data Import, Contacts + en_US + true + Used when NPSP hits an error trying to create an account for a contact + Failed to create Account for Contact {0} {1}. {2} + + + conFailedAccountCreate + Data Import, Contacts + en_US + true + Used when NPSP hits an error trying to create an account for a contact + Failed to create Account for Contact {0} {1}. {2} + + + ConfirmDeleteAccount + Error, Delete + en_US + true + ConfirmDeleteAccount + {0} is the only Contact in the {1} Account. Deleting this Contact would leave an empty Account. Would you like to delete {1}, including {0}, instead? + + + ConfirmDeleteAccount + Error, Delete + en_US + true + ConfirmDeleteAccount + {0} is the only Contact in the {1} Account. Deleting this Contact would leave an empty Account. Would you like to delete {1}, including {0}, instead? + + + ConfirmDeleteLeaveAccountEmpty + Error, Delete + en_US + true + ConfirmDeleteLeaveAccountEmpty + {0} is the only Contact in the Account. Deleting this Contact would leave an empty Account. + + + ConfirmDeleteLeaveAccountEmpty + Error, Delete + en_US + true + ConfirmDeleteLeaveAccountEmpty + {0} is the only Contact in the Account. Deleting this Contact would leave an empty Account. + + + conMergeBtnLabel + Contact Merge + en_US + true + conMergeBtnLabel + Merge + + + conMergeBtnLabel + Contact Merge + en_US + true + conMergeBtnLabel + Merge + + + conMergeDRSPickBtnLabel + Contact Merge + en_US + true + conMergeDRSPickBtnLabel + Pick + + + conMergeDRSPickBtnLabel + Contact Merge + en_US + true + conMergeDRSPickBtnLabel + Pick + + + conMergeDRSStep1 + Contact Merge + en_US + true + DRS Contact Merge Step 1 + Select the Duplicate Record Sets you want to merge + + + conMergeDRSStep1 + Contact Merge + en_US + true + DRS Contact Merge Step 1 + Select the Duplicate Record Sets you want to merge + + + conMergeErrNoPersonAccounts + Contact Merge + en_US + false + conMergeErrNoPersonAccounts + Person accounts are not supported. + + + conMergeErrNoPersonAccounts + Contact Merge + en_US + false + conMergeErrNoPersonAccounts + Person accounts are not supported. + + + conMergeErrorNoDeleteObjPermission + Contact Merge + en_US + true + Delete permission on the Contact object is required to for merging + You must have Delete permissions on Contacts in order to merge Contacts. + + + conMergeErrorNoDeleteObjPermission + Contact Merge + en_US + true + Delete permission on the Contact object is required to for merging + You must have Delete permissions on Contacts in order to merge Contacts. + + + conMergeErrorNoDeleteRecAccess + Contact Merge + en_US + true + Record sharing permission on the Contact object is required to for merging + You don't have the record sharing permissions to merge these Contacts. Select other Contact records or your system administrator may need to adjust sharing permissions. + + + conMergeErrorNoDeleteRecAccess + Contact Merge + en_US + true + Record sharing permission on the Contact object is required to for merging + You don't have the record sharing permissions to merge these Contacts. Select other Contact records or your system administrator may need to adjust sharing permissions. + + + conMergeErrorNoDRSFound + Contact Merge + en_US + true + Error to be displayed when no DRS records are found + <b>No Duplicate Record Sets.</b></br></br> No Duplicate Record Sets found. Make sure duplicate rules are enabled. <a href="https://help.salesforce.com/articleView?id=duplicate_rules_map_of_reference.htm&type=5" target="_blank">More Info</a>. + + + conMergeErrorNoDRSFound + Contact Merge + en_US + true + Error to be displayed when no DRS records are found + <b>No Duplicate Record Sets.</b></br></br> No Duplicate Record Sets found. Make sure duplicate rules are enabled. <a href="https://help.salesforce.com/articleView?id=duplicate_rules_map_of_reference.htm&type=5" target="_blank">More Info</a>. + + + conMergeErrorNoReadDSRObjPermission + Contact Merge + en_US + true + Read permission on the Contact object is required to for merging + You must have Read permissions on Duplicate Record Sets in order to merge Contacts. + + + conMergeErrorNoReadDSRObjPermission + Contact Merge + en_US + true + Read permission on the Contact object is required to for merging + You must have Read permissions on Duplicate Record Sets in order to merge Contacts. + + + conMergeFirstContactLabel + Contact Merge + en_US + true + Name of First Contact in the Duplicate Record Set + First Contact Name + + + conMergeFirstContactLabel + Contact Merge + en_US + true + Name of First Contact in the Duplicate Record Set + First Contact Name + + + conMergeFoundContacts + Contact Merge + en_US + true + conMergeFoundContacts + Found Contacts + + + conMergeFoundContacts + Contact Merge + en_US + true + conMergeFoundContacts + Found Contacts + + + conMergeFoundDRS + Contact Merge + en_US + true + conMergeFoundDRS + Duplicate Record Sets + + + conMergeFoundDRS + Contact Merge + en_US + true + conMergeFoundDRS + Duplicate Record Sets + + + conMergePageTitle + Contact Merge + en_US + true + conMergePageTitle + Contact Merge + + + conMergePageTitle + Contact Merge + en_US + true + conMergePageTitle + Contact Merge + + + conMergePageTitleDetail + Contact Merge + en_US + true + conMergePageTitleDetail + Merge Duplicate Contact Records + + + conMergePageTitleDetail + Contact Merge + en_US + true + conMergePageTitleDetail + Merge Duplicate Contact Records + + + conMergePortalUser + Contact Merge + en_US + true + Label for Is Portal/Community User + Is a Portal/Community User + + + conMergePortalUser + Contact Merge + en_US + true + Label for Is Portal/Community User + Is a Portal/Community User + + + conMergeSearchConText + Contact Merge + en_US + true + Text to be display before the 'Search Contact' button + Search for specific Contacts to see if they have duplicates + + + conMergeSearchConText + Contact Merge + en_US + true + Text to be display before the 'Search Contact' button + Search for specific Contacts to see if they have duplicates + + + conMergeSearchPlaceholder + Contact Merge + en_US + true + conMergeSearchPlaceholder + Search Contacts + + + conMergeSearchPlaceholder + Contact Merge + en_US + true + conMergeSearchPlaceholder + Search Contacts + + + conMergeSeeDupConDRS + Contact Merge + en_US + true + conMergeSeeDupConDRS + See Duplicate Contacts + + + conMergeSeeDupConDRS + Contact Merge + en_US + true + conMergeSeeDupConDRS + See Duplicate Contacts + + + conMergeSeeDupConText + Contact Merge + en_US + true + Text to be display before the "See Duplicate Contact" button + See all duplicate Contacts found using matching rules. <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Merge_Contacts.htm&type=5" target="_blank"><b> Tell Me More </b></a> + + + conMergeSeeDupConText + Contact Merge + en_US + true + Text to be display before the "See Duplicate Contact" button + See all duplicate Contacts found using matching rules. <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Merge_Contacts.htm&type=5" target="_blank"><b> Tell Me More </b></a> + + + conMergeSelectAll + Contact Merge + en_US + true + conMergeSelectAll + Select All + + + conMergeSelectAll + Contact Merge + en_US + true + conMergeSelectAll + Select All + + + conMergeSelectContact + Contact Merge + en_US + true + conMergeSelectContact + Select Contact + + + conMergeSelectContact + Contact Merge + en_US + true + conMergeSelectContact + Select Contact + + + conMergeSelectedContacts + Contact Merge + en_US + true + conMergeSelectedContacts + Selected Contacts + + + conMergeSelectedContacts + Contact Merge + en_US + true + conMergeSelectedContacts + Selected Contacts + + + conMergeStageComplete + Contact Merge + en_US + true + conMergeStageComplete + Stage Complete + + + conMergeStageComplete + Contact Merge + en_US + true + conMergeStageComplete + Stage Complete + + + conMergeStageCurrent + Contact Merge + en_US + true + conMergeStageCurrent + Current Stage + + + conMergeStageCurrent + Contact Merge + en_US + true + conMergeStageCurrent + Current Stage + + + conMergeStageNotStarted + Contact Merge + en_US + true + conMergeStageNotStarted + Stage Not Started + + + conMergeStageNotStarted + Contact Merge + en_US + true + conMergeStageNotStarted + Stage Not Started + + + conMergeTooManyContactError + Contact Merge + en_US + true + Error to be displayed when there are to many contact records + Too many duplicate contacts. Please use Search contact option to merge contacts + + + conMergeTooManyContactError + Contact Merge + en_US + true + Error to be displayed when there are to many contact records + Too many duplicate contacts. Please use Search contact option to merge contacts + + + conMergeWinnerAsstText + Contact Merge + en_US + true + conMergeWinnerAsstText + Choose this column as the master record + + + conMergeWinnerAsstText + Contact Merge + en_US + true + conMergeWinnerAsstText + Choose this column as the master record + + + CONV_Accept_Risk + en_US + false + Risk Accepted + I accept the risk associated with using this tool, including data loss and inconsistent data. + + + CONV_Accept_Risk + en_US + false + Risk Accepted + I accept the risk associated with using this tool, including data loss and inconsistent data. + + + CONV_Account_Field + en_US + false + Account Field + Account Field + + + CONV_Account_Field + en_US + false + Account Field + Account Field + + + CONV_Account_Field_For_Old_HH_ID + en_US + false + Account Field For Old HH ID + Select a field to store the original Household object Id. + + + CONV_Account_Field_For_Old_HH_ID + en_US + false + Account Field For Old HH ID + Select a field to store the original Household object Id. + + + CONV_Activities_Reparented + en_US + false + Activites Reparented + Transfers Activities and Tasks associated with One-to-One or Individual Accounts to new Household Accounts. + + + CONV_Activities_Reparented + en_US + false + Activites Reparented + Transfers Activities and Tasks associated with One-to-One or Individual Accounts to new Household Accounts. + + + CONV_Address_Overrides_Set + en_US + false + Address Overrides + Selects Address Override for any Contact whose address is different from the Household Address. + + + CONV_Address_Overrides_Set + en_US + false + Address Overrides + Selects Address Override for any Contact whose address is different from the Household Address. + + + CONV_Addresses_Mapped + en_US + false + Addresses Mapped + Creates Address records based on existing Household and Contact addresses, and associates the new Address records with the new Household Accounts. + + + CONV_Addresses_Mapped + en_US + false + Addresses Mapped + Creates Address records based on existing Household and Contact addresses, and associates the new Address records with the new Household Accounts. + + + CONV_All_Backed_Up + en_US + false + All Data Backed Up + I've backed up my data using the Export Data tool in Setup | Data Management. + + + CONV_All_Backed_Up + en_US + false + All Data Backed Up + I've backed up my data using the Export Data tool in Setup | Data Management. + + + CONV_All_Dup_Rules_Disabled + en_US + false + CONV_All_Dup_Rules_Disabled + I have disabled all Data.com Duplication Management Rules. + + + CONV_All_Dup_Rules_Disabled + en_US + false + CONV_All_Dup_Rules_Disabled + I have disabled all Data.com Duplication Management Rules. + + + CONV_All_Households_Selected + en_US + false + All Households Selected + Runs the conversion process for all existing Household objects and related Contacts. (Does not run conversion for Contacts not currently associated with a Household.) + + + CONV_All_Households_Selected + en_US + false + All Households Selected + Runs the conversion process for all existing Household objects and related Contacts. (Does not run conversion for Contacts not currently associated with a Household.) + + + CONV_All_Required_Removed + en_US + false + All Required Removed + I have removed required field restrictions for all custom fields. + + + CONV_All_Required_Removed + en_US + false + All Required Removed + I have removed required field restrictions for all custom fields. + + + CONV_All_Triggers_Disabled + en_US + false + All Triggers disabled + Disables all NPSP triggers. NOTE: The tool does not disable your custom triggers. You should manually disable any custom triggers before proceeding. + + + CONV_All_Triggers_Disabled + en_US + false + All Triggers disabled + Disables all NPSP triggers. NOTE: The tool does not disable your custom triggers. You should manually disable any custom triggers before proceeding. + + + CONV_All_Users_Logged_Out + en_US + false + All Users Logged Out + All users have logged out of my Salesforce instance. + + + CONV_All_Users_Logged_Out + en_US + false + All Users Logged Out + All users have logged out of my Salesforce instance. + + + CONV_All_WFR_Disabled + en_US + false + All WFR and VR Disabled + I have disabled all workflows and custom validation rules. + + + CONV_All_WFR_Disabled + en_US + false + All WFR and VR Disabled + I have disabled all workflows and custom validation rules. + + + CONV_Batching_Explanation + en_US + false + Batching Explanation + This tool will process your existing Contacts with Households in batches of 200 Households at a time, attempting to convert them to Household Accounts. Any errors during the conversion will result in one or more failed batches of Contacts while other batches may succeed. This could leave your data in an inconsistent state. If this occurs, you will need to immediately resolve the issue and re-run the conversion utility. This tool takes the following actions in converting your data: + + + CONV_Batching_Explanation + en_US + false + Batching Explanation + This tool will process your existing Contacts with Households in batches of 200 Households at a time, attempting to convert them to Household Accounts. Any errors during the conversion will result in one or more failed batches of Contacts while other batches may succeed. This could leave your data in an inconsistent state. If this occurs, you will need to immediately resolve the issue and re-run the conversion utility. This tool takes the following actions in converting your data: + + + CONV_Begin + en_US + false + Begin Conversion + Begin Conversion Process + + + CONV_Begin + en_US + false + Begin Conversion + Begin Conversion Process + + + CONV_Cancel + en_US + false + Cancel + Cancel + + + CONV_Cancel + en_US + false + Cancel + Cancel + + + CONV_Configuration_Options + en_US + false + Configuration Options + Configuration Options + + + CONV_Configuration_Options + en_US + false + Configuration Options + Configuration Options + + + CONV_Contacts_Attached + en_US + false + Contacts Attached to Household + Disconnects Contacts from their One-to-One or Individual Account, and attaches them to their newly created Household Account. + + + CONV_Contacts_Attached + en_US + false + Contacts Attached to Household + Disconnects Contacts from their One-to-One or Individual Account, and attaches them to their newly created Household Account. + + + CONV_Conversion_Process + en_US + false + Account Model Conversion Progress + Account Model Conversion Progress + + + CONV_Conversion_Process + en_US + false + Account Model Conversion Progress + Account Model Conversion Progress + + + CONV_ConversionAccessDenied + en_US + true + Error displayed when user does not have permissions for the conversion process + You don't have the required system permissions to convert. Contact your system administrator for assistance. + + + CONV_ConversionAccessDenied + en_US + true + Error displayed when user does not have permissions for the conversion process + You don't have the required system permissions to convert. Contact your system administrator for assistance. + + + CONV_Fundamental_Changes + en_US + false + Fundamental Changes + You are about to make fundamental changes to your Salesforce data and data model. Reports, dashboards, and more may have to be modified to account for these changes. Salesforce.com and Salesforce.org are not responsible for any data or data integrity loss. Do you still wish to proceed? + + + CONV_Fundamental_Changes + en_US + false + Fundamental Changes + You are about to make fundamental changes to your Salesforce data and data model. Reports, dashboards, and more may have to be modified to account for these changes. Salesforce.com and Salesforce.org are not responsible for any data or data integrity loss. Do you still wish to proceed? + + + CONV_Important_Info_Header + en_US + false + Important Information Header + Important Information + + + CONV_Important_Info_Header + en_US + false + Important Information Header + Important Information + + + CONV_Local_Expert + en_US + false + Local Expert + I've consulted with my local Salesforce expert. + + + CONV_Local_Expert + en_US + false + Local Expert + I've consulted with my local Salesforce expert. + + + CONV_Master_Address_Set + en_US + false + Master Address Set + Sets the Household Account address. Uses the current Household address if it exists, or one of the Contact addresses based on frequency of use or highest Contact giving. + + + CONV_Master_Address_Set + en_US + false + Master Address Set + Sets the Household Account address. Uses the current Household address if it exists, or one of the Contact addresses based on frequency of use or highest Contact giving. + + + CONV_New_Affiliations + en_US + false + New Affiliations Created + Restructures Contact and org Account associations by creating Affiliation records, and sets the Primary Affiliation field on Contact. + + + CONV_New_Affiliations + en_US + false + New Affiliations Created + Restructures Contact and org Account associations by creating Affiliation records, and sets the Primary Affiliation field on Contact. + + + CONV_New_Households_Created + en_US + false + New Households Created + Creates a new Household Account for each Household object record. + + + CONV_New_Households_Created + en_US + false + New Households Created + Creates a new Household Account for each Household object record. + + + CONV_Non_NPSP_Apps + en_US + false + Non-NPSP Apps + I have disabled or temporarily uninstalled all non-NPSP apps. + + + CONV_Non_NPSP_Apps + en_US + false + Non-NPSP Apps + I have disabled or temporarily uninstalled all non-NPSP apps. + + + CONV_Old_Household_Objects + en_US + false + Old Household Objects + Does NOT delete Household objects after conversion is complete. You should manually delete these after you've verified the conversion. + + + CONV_Old_Household_Objects + en_US + false + Old Household Objects + Does NOT delete Household objects after conversion is complete. You should manually delete these after you've verified the conversion. + + + CONV_Only_Household_Contacts + en_US + false + Only Household Contacts + I am aware this tool will only work for Contacts that currently have a Household associated. + + + CONV_Only_Household_Contacts + en_US + false + Only Household Contacts + I am aware this tool will only work for Contacts that currently have a Household associated. + + + CONV_Opportunities_Reparented + en_US + false + Opportunities Reparented + Removes Opportunities from One-to-One or Individual Accounts and associates them with the new Household Accounts. + + + CONV_Opportunities_Reparented + en_US + false + Opportunities Reparented + Removes Opportunities from One-to-One or Individual Accounts and associates them with the new Household Accounts. + + + CONV_Original_HH_Id + en_US + false + Original HH Id + You can optionally select a custom field on Account to store the original Household object Id. Storing this Id can be useful if you later want to reparent any lookups or child objects originally on the Household object to the new Household Account. Account Field selections are limited to unused custom text or text area fields. + + + CONV_Original_HH_Id + en_US + false + Original HH Id + You can optionally select a custom field on Account to store the original Household object Id. Storing this Id can be useful if you later want to reparent any lookups or child objects originally on the Household object to the new Household Account. Account Field selections are limited to unused custom text or text area fields. + + + CONV_Page_Description + en_US + false + Page Description + This page is designed to help you convert your organization from an existing One-to-One or Individual Account Model to the Household Account Model. + + + CONV_Page_Description + en_US + false + Page Description + This page is designed to help you convert your organization from an existing One-to-One or Individual Account Model to the Household Account Model. + + + CONV_Page_Title + en_US + false + Page Title + Account Model Conversion Utility + + + CONV_Page_Title + en_US + false + Page Title + Account Model Conversion Utility + + + CONV_Permanent_Change + en_US + false + Permanent Change Info + Account Model Conversion is a permanent change. Please consider this action carefully before proceeding. While the conversion is in process, your database functionality will be temporarily disabled. Salesforce.com and Salesforce.org are not responsible for any data loss, modifications, or corruption that occur as a result of this operation. Please proceed at YOUR OWN RISK. You'll need to confirm that you've taken the following steps before beginning the conversion: + + + CONV_Permanent_Change + en_US + false + Permanent Change Info + Account Model Conversion is a permanent change. Please consider this action carefully before proceeding. While the conversion is in process, your database functionality will be temporarily disabled. Salesforce.com and Salesforce.org are not responsible for any data loss, modifications, or corruption that occur as a result of this operation. Please proceed at YOUR OWN RISK. You'll need to confirm that you've taken the following steps before beginning the conversion: + + + CONV_Primary_Contacts_Set + en_US + false + Primary Contacts Set + Sets Primary Contact values for all Household Accounts. + + + CONV_Primary_Contacts_Set + en_US + false + Primary Contacts Set + Sets Primary Contact values for all Household Accounts. + + + CONV_Proceed + en_US + false + Proceed + Proceed with Conversion + + + CONV_Proceed + en_US + false + Proceed + Proceed with Conversion + + + CONV_Record_Ownership_Transferred + en_US + false + Record Ownership Transferred + I have transferred any records owned by inactive users to active users. + + + CONV_Record_Ownership_Transferred + en_US + false + Record Ownership Transferred + I have transferred any records owned by inactive users to active users. + + + CONV_Reload + en_US + false + Reload + Reload the Converter + + + CONV_Reload + en_US + false + Reload + Reload the Converter + + + CONV_Selected_Field_Bad + en_US + false + Selected Field Not Able to Hold ID + The field you selected to store the Household Id is of the wrong datatype or invalid in some way. Please select a different Account field. + + + CONV_Selected_Field_Bad + en_US + false + Selected Field Not Able to Hold ID + The field you selected to store the Household Id is of the wrong datatype or invalid in some way. Please select a different Account field. + + + CONV_Selected_Field_Verification_Failure + en_US + false + Selected Field Not Verified for Id + The conversion tool encountered an error when attempting to verify the validity of your selected Account field. Without this verification, the conversion tool can't determine if your field mapping, and therefore your conversion, will be successful. You may proceed at your own risk, or select a different field to hold the Household Id. + + + CONV_Selected_Field_Verification_Failure + en_US + false + Selected Field Not Verified for Id + The conversion tool encountered an error when attempting to verify the validity of your selected Account field. Without this verification, the conversion tool can't determine if your field mapping, and therefore your conversion, will be successful. You may proceed at your own risk, or select a different field to hold the Household Id. + + + CONV_Tested_in_Sandbox + en_US + false + Tested in Sandbox + I have tested the conversion process in a fresh sandbox. + + + CONV_Tested_in_Sandbox + en_US + false + Tested in Sandbox + I have tested the conversion process in a fresh sandbox. + + + CONV_Triggers_Reenabled + en_US + false + Triggers ReEnabled + Re-enables all NPSP triggers. NOTE: You'll need to manually re-enable any custom triggers you disabled for the conversion. Also, the utility re-enables <b>all</b> NPSP triggers, so if you selectively disabled any of them beforehand, you'll need to manually disable them again. + + + CONV_Triggers_Reenabled + en_US + false + Triggers ReEnabled + Re-enables all NPSP triggers. NOTE: You'll need to manually re-enable any custom triggers you disabled for the conversion. Also, the utility re-enables <b>all</b> NPSP triggers, so if you selectively disabled any of them beforehand, you'll need to manually disable them again. + + + CONV_Warning + en_US + false + Warning + Warning! + + + CONV_Warning + en_US + false + Warning + Warning! + + + CONV_What_This_Tool_Does + en_US + false + What This Tool Does + What This Tool Does + + + CONV_What_This_Tool_Does + en_US + false + What This Tool Does + What This Tool Does + + + CRLP_AdvancedCustomizationHeader + Settings + en_US + true + Label for the advanced customization section on a Rollup__mdt record. + Advanced Customization + + + CRLP_AdvancedCustomizationHeader + Settings + en_US + true + Label for the advanced customization section on a Rollup__mdt record. + Advanced Customization + + + CRLP_AdvancedCustomizationText + Settings + en_US + true + Context for when to add a date, amount, or detail field to a Rollup__mdt record. + These fields determine what information is being summarized and provide the normal defaults for Donations. You can edit them as needed. + + + CRLP_AdvancedCustomizationText + Settings + en_US + true + Context for when to add a date, amount, or detail field to a Rollup__mdt record. + These fields determine what information is being summarized and provide the normal defaults for Donations. You can edit them as needed. + + + CRLP_AvailableRollupType + Settings + en_US + true + Label to be used for table describing rollup types. + Available Rollup Types + + + CRLP_AvailableRollupType + Settings + en_US + true + Label to be used for table describing rollup types. + Available Rollup Types + + + CRLP_BatchCalculating + Settings + en_US + true + Displays on page when "Recalculate Rollups" button is hit on Acc/Con/GAU/RD. + The rollups batch job is calculating and may take a few moments to complete. Go back to the {0} and refresh to see updated rollup values. + + + CRLP_BatchCalculating + Settings + en_US + true + Displays on page when "Recalculate Rollups" button is hit on Acc/Con/GAU/RD. + The rollups batch job is calculating and may take a few moments to complete. Go back to the {0} and refresh to see updated rollup values. + + + CRLP_BatchSkipped + Settings + en_US + true + Error logged when a scheduled batch is skipped b/c yesterday's still running. + Today''s scheduled {0} batch job was skipped because a previous {0} job was still running. The next batch job will run as scheduled. No action is required; this error is for information purposes only. + + + CRLP_BatchSkipped + Settings + en_US + true + Error logged when a scheduled batch is skipped b/c yesterday's still running. + Today''s scheduled {0} batch job was skipped because a previous {0} job was still running. The next batch job will run as scheduled. No action is required; this error is for information purposes only. + + + CRLP_CreateRollupActiveHelpText + Settings + en_US + true + Tooltip help text for the active flag. + Indicates that the rollup is active. Inactive rollups won't be calculated along with active rollups. + + + CRLP_CreateRollupActiveHelpText + Settings + en_US + true + Tooltip help text for the active flag. + Indicates that the rollup is active. Inactive rollups won't be calculated along with active rollups. + + + CRLP_CreateRollupAmountFieldHelpText + Settings + en_US + true + Tooltip help text for amount field picklist. + The amount field to use when calculating the rollup. + + + CRLP_CreateRollupAmountFieldHelpText + Settings + en_US + true + Tooltip help text for amount field picklist. + The amount field to use when calculating the rollup. + + + CRLP_CreateRollupDateFieldHelpText + Settings + en_US + true + Tooltip help text for date field picklist. + The date field to use when calculating the rollup. This is the date that the Time Frame uses to figure out whether to include this record or not. + + + CRLP_CreateRollupDateFieldHelpText + Settings + en_US + true + Tooltip help text for date field picklist. + The date field to use when calculating the rollup. This is the date that the Time Frame uses to figure out whether to include this record or not. + + + CRLP_CreateRollupDaysBackHelpText + Settings + en_US + true + Tooltip help text for days back integer. + Choose the number of days back (from today) that you want to roll up data for. + + + CRLP_CreateRollupDaysBackHelpText + Settings + en_US + true + Tooltip help text for days back integer. + Choose the number of days back (from today) that you want to roll up data for. + + + CRLP_CreateRollupDescriptionHelpText + Settings + en_US + true + Tooltip help text for description. + It's important to enter a detailed description so that you (or other users) understand exactly what this rollup calculates. The description will show when you hover over the rollup in the list view. + + + CRLP_CreateRollupDescriptionHelpText + Settings + en_US + true + Tooltip help text for description. + It's important to enter a detailed description so that you (or other users) understand exactly what this rollup calculates. The description will show when you hover over the rollup in the list view. + + + CRLP_CreateRollupDetailFieldHelpText + Settings + en_US + true + Tooltip help text for detail field picklist. + The field from the result of the rollup operation that you want to copy to the Target Field. Only available if the Operation is a single result operation (First, Last, Largest, or Smallest). This list only shows fields whose field types are compatible with the selected Target field. + + + CRLP_CreateRollupDetailFieldHelpText + Settings + en_US + true + Tooltip help text for detail field picklist. + The field from the result of the rollup operation that you want to copy to the Target Field. Only available if the Operation is a single result operation (First, Last, Largest, or Smallest). This list only shows fields whose field types are compatible with the selected Target field. + + + CRLP_CreateRollupFilterGroupHelpText + Settings + en_US + true + Tooltip help text for filter group. + The field shows which filter group to apply to this rollup. A filter group is a collection of filter rules that determine which records get rolled up. + + + CRLP_CreateRollupFilterGroupHelpText + Settings + en_US + true + Tooltip help text for filter group. + The field shows which filter group to apply to this rollup. A filter group is a collection of filter rules that determine which records get rolled up. + + + CRLP_CreateRollupFiscalYearHelpText + Settings + en_US + true + Tooltip help text for fiscal year. + Calculates rollups based on fiscal year settings (instead of calendar year). + + + CRLP_CreateRollupFiscalYearHelpText + Settings + en_US + true + Tooltip help text for fiscal year. + Calculates rollups based on fiscal year settings (instead of calendar year). + + + CRLP_CreateRollupIntroHelpText + Settings + en_US + true + Help text for user adding a summary object, field, and a description. + Select the Target Object to determine the available fields, then select the Target Field that this information should roll up to. Be sure to enter a detailed description that will help you (and others) understand exactly what this rollup does. + + + CRLP_CreateRollupIntroHelpText + Settings + en_US + true + Help text for user adding a summary object, field, and a description. + Select the Target Object to determine the available fields, then select the Target Field that this information should roll up to. Be sure to enter a detailed description that will help you (and others) understand exactly what this rollup does. + + + CRLP_CreateRollupNameHelpText + Settings + en_US + true + Tooltip help text for name. + TODO: REMOVE ME + + + CRLP_CreateRollupNameHelpText + Settings + en_US + true + Tooltip help text for name. + TODO: REMOVE ME + + + CRLP_CreateRollupOperationHelpText + Settings + en_US + true + Tooltip help text for operation. + Determines how the donation data will roll up. Is it a sum, an average, or a best year total (to name just a few)? Available values are determined by the type of the Target Field. + + + CRLP_CreateRollupOperationHelpText + Settings + en_US + true + Tooltip help text for operation. + Determines how the donation data will roll up. Is it a sum, an average, or a best year total (to name just a few)? Available values are determined by the type of the Target Field. + + + CRLP_CreateRollupTargetFieldHelpText + Settings + en_US + true + Tooltip help text for target field. + Custom field on the selected Target Object that you are rolling up donation data to. Note that a Target Field can only be associated with one rollup. + + + CRLP_CreateRollupTargetFieldHelpText + Settings + en_US + true + Tooltip help text for target field. + Custom field on the selected Target Object that you are rolling up donation data to. Note that a Target Field can only be associated with one rollup. + + + CRLP_CreateRollupTargetObjectHelpText + Settings + en_US + true + Tooltip help text for target object. + The object determines which Target Fields are available for you to roll up donation data to. The available Target Objects are Account, Contact, General Accounting Unit, and Recurring Donation. + + + CRLP_CreateRollupTargetObjectHelpText + Settings + en_US + true + Tooltip help text for target object. + The object determines which Target Fields are available for you to roll up donation data to. The available Target Objects are Account, Contact, General Accounting Unit, and Recurring Donation. + + + CRLP_CreateRollupTimeBoundOperationHelpText + Settings + en_US + true + Tooltip help text for time bound operation. + The time period for this rollup. You can roll up data for all time, a certain number of days, or a specific year. + + + CRLP_CreateRollupTimeBoundOperationHelpText + Settings + en_US + true + Tooltip help text for time bound operation. + The time period for this rollup. You can roll up data for all time, a certain number of days, or a specific year. + + + CRLP_CreateRollupTypeHelpText + Settings + en_US + true + Tooltip help text for rollup type. + The combination of which object you're rolling up data from and whether the rollup is a hard credit or soft credit. + + + CRLP_CreateRollupTypeHelpText + Settings + en_US + true + Tooltip help text for rollup type. + The combination of which object you're rolling up data from and whether the rollup is a hard credit or soft credit. + + + CRLP_CreateRollupYearsAgoHelpText + Settings + en_US + true + Tooltip help text for years ago picklist. + Choose the number of years ago that you want to roll up data for. Keep in mind that only the data for that calendar (or fiscal) year will roll up. So, if the current year is 2018 and you choose 2 years ago, the roll up will include data for 2016. + + + CRLP_CreateRollupYearsAgoHelpText + Settings + en_US + true + Tooltip help text for years ago picklist. + Choose the number of years ago that you want to roll up data for. Keep in mind that only the data for that calendar (or fiscal) year will roll up. So, if the current year is 2018 and you choose 2 years ago, the roll up will include data for 2016. + + + CRLP_CreditType + Settings + en_US + true + Credit Type + Credit Type + + + CRLP_CreditType + Settings + en_US + true + Credit Type + Credit Type + + + CRLP_DaysBack + Settings + en_US + true + Days back error message for integers with any characters other than numbers. + You must enter a positive whole number that is less than 10000. + + + CRLP_DaysBack + Settings + en_US + true + Days back error message for integers with any characters other than numbers. + You must enter a positive whole number that is less than 10000. + + + CRLP_DeleteError + Settings + en_US + true + Successfully Deleted + Error deleting the {0} + + + CRLP_DeleteError + Settings + en_US + true + Successfully Deleted + Error deleting the {0} + + + CRLP_DeleteProgress + Settings + en_US + true + Delete Progress Message + Deleting the {0} + + + CRLP_DeleteProgress + Settings + en_US + true + Delete Progress Message + Deleting the {0} + + + CRLP_DeleteSuccess + Settings + en_US + true + Successfully Deleted + {0} Successfully Deleted + + + CRLP_DeleteSuccess + Settings + en_US + true + Successfully Deleted + {0} Successfully Deleted + + + CRLP_DeleteTimeout + Settings + en_US + true + Timeout error message + Deleting the {0} has timed out. Please try again. + + + CRLP_DeleteTimeout + Settings + en_US + true + Timeout error message + Deleting the {0} has timed out. Please try again. + + + CRLP_DisabledMessage + Settings + en_US + true + Message for CRLP Disabled Toast + You don't have Customizable Rollups enabled. Return to NPSP Settings for information on how to enable these. + + + CRLP_DisabledMessage + Settings + en_US + true + Message for CRLP Disabled Toast + You don't have Customizable Rollups enabled. Return to NPSP Settings for information on how to enable these. + + + CRLP_DisabledTitle + Settings + en_US + true + Title for CRLP Disabled Toast + These aren't the rollups you're looking for. + + + CRLP_DisabledTitle + Settings + en_US + true + Title for CRLP Disabled Toast + These aren't the rollups you're looking for. + + + CRLP_DisplayError + Settings + en_US + true + Error loading Customizable Rollup data + Error displaying the {0} + + + CRLP_DisplayError + Settings + en_US + true + Error loading Customizable Rollup data + Error displaying the {0} + + + CRLP_DuplicateTargetField + Settings + en_US + true + Error when user tries to save a Rollup with a duplicate Target Field. + This Target field is already in use by an active Customizable Rollup. + + + CRLP_DuplicateTargetField + Settings + en_US + true + Error when user tries to save a Rollup with a duplicate Target Field. + This Target field is already in use by an active Customizable Rollup. + + + CRLP_HardCredit + Settings + en_US + true + Hard Credit + Hard Credit + + + CRLP_HardCredit + Settings + en_US + true + Hard Credit + Hard Credit + + + CRLP_NoAvailableDetailFieldsMessage + Settings + en_US + true + Message when user doesn't have available detail fields on a custom rollup. + There are no available fields. Only fields whose field types are compatible with the Target field appear in the Field to Roll Up picklist. + + + CRLP_NoAvailableDetailFieldsMessage + Settings + en_US + true + Message when user doesn't have available detail fields on a custom rollup. + There are no available fields. Only fields whose field types are compatible with the Target field appear in the Field to Roll Up picklist. + + + CRLP_NoAvailableTargetFieldsMessage + Settings + en_US + true + Label when user doesn't have available summary fields on a custom rollup + There are no available Target fields. You need to create a writeable, custom field that your data can roll up to. + + + CRLP_NoAvailableTargetFieldsMessage + Settings + en_US + true + Label when user doesn't have available summary fields on a custom rollup + There are no available Target fields. You need to create a writeable, custom field that your data can roll up to. + + + CRLP_NoFilterGroupSelected + Settings + en_US + true + Label when user doesn't select a filter group. + No Filter Group (Include All Records) + + + CRLP_NoFilterGroupSelected + Settings + en_US + true + Label when user doesn't select a filter group. + No Filter Group (Include All Records) + + + CRLP_PleaseWait + Settings + en_US + true + Message to indicate in-progress operation for metadata deployments + Please wait a moment + + + CRLP_PleaseWait + Settings + en_US + true + Message to indicate in-progress operation for metadata deployments + Please wait a moment + + + CRLP_RecalculatingRollups + Settings + en_US + true + Header for interstitial page on rollup recalc buttons + Recalculating Rollups + + + CRLP_RecalculatingRollups + Settings + en_US + true + Header for interstitial page on rollup recalc buttons + Recalculating Rollups + + + CRLP_ResetRollupsWarning + Settings + en_US + true + Warning before complete reset of Customizable Rollups + Are you sure you want to reset Customizable Rollups? This will delete any new Customizable Rollups, Filter Rules, and Filter Groups you created, as well as reset all NPSP rollups to their default behavior. + + + CRLP_ResetRollupsWarning + Settings + en_US + true + Warning before complete reset of Customizable Rollups + Are you sure you want to reset Customizable Rollups? This will delete any new Customizable Rollups, Filter Rules, and Filter Groups you created, as well as reset all NPSP rollups to their default behavior. + + + CRLP_Return + Settings + en_US + true + Breadcrumb text to return to the specified location. + Back to {0} + + + CRLP_Return + Settings + en_US + true + Breadcrumb text to return to the specified location. + Back to {0} + + + CRLP_RollupNew + Settings + en_US + true + Create new rollup button + New Rollup + + + CRLP_RollupNew + Settings + en_US + true + Create new rollup button + New Rollup + + + CRLP_RollupsByFilterGroup + Settings + en_US + true + Shows rollups using a specific filter group. + Rollups Using this Filter Group + + + CRLP_RollupsByFilterGroup + Settings + en_US + true + Shows rollups using a specific filter group. + Rollups Using this Filter Group + + + CRLP_RollupSummary + Settings + en_US + true + Rollup Summary Page Title + Customizable Rollups + + + CRLP_RollupSummary + Settings + en_US + true + Rollup Summary Page Title + Customizable Rollups + + + CRLP_RollupType + Settings + en_US + true + Type of custom rollup + Rollup Type + + + CRLP_RollupType + Settings + en_US + true + Type of custom rollup + Rollup Type + + + CRLP_SaveError + Settings + en_US + true + Error deploying Customizable Rollup data + Error saving the {0} + + + CRLP_SaveError + Settings + en_US + true + Error deploying Customizable Rollup data + Error saving the {0} + + + CRLP_SaveProgress + Settings + en_US + true + Saving Progress Message + Saving the {0} + + + CRLP_SaveProgress + Settings + en_US + true + Saving Progress Message + Saving the {0} + + + CRLP_SaveSuccess + Settings + en_US + true + Successfully Saved + {0} Successfully Saved + + + CRLP_SaveSuccess + Settings + en_US + true + Successfully Saved + {0} Successfully Saved + + + CRLP_SaveTimeout + Settings + en_US + true + Timeout error message + Saving the {0} has timed out. Please see the Customizable Rollups documentation for more information. + + + CRLP_SaveTimeout + Settings + en_US + true + Timeout error message + Saving the {0} has timed out. Please see the Customizable Rollups documentation for more information. + + + CRLP_SoftCredit + Settings + en_US + true + Soft Credit + Soft Credit + + + CRLP_SoftCredit + Settings + en_US + true + Soft Credit + Soft Credit + + + DeleteAccount + en_US + true + DeleteAccount + Delete Account + + + DeleteAccount + en_US + true + DeleteAccount + Delete Account + + + DeleteContactLeaveAccount + en_US + true + DeleteContactLeaveAccount + Delete Contact and Leave Empty Account + + + DeleteContactLeaveAccount + en_US + true + DeleteContactLeaveAccount + Delete Contact and Leave Empty Account + + + donationHistoryDatatableAriaLabel + Donation + en_US + true + Label to define aria-label on donation history datatable + Donation History + + + donationHistoryDatatableAriaLabel + Donation + en_US + true + Label to define aria-label on donation history datatable + Donation History + + + donationHistoryFilterSelectAYear + Donors + en_US + true + label for select a year in donations filter + Select a year + + + donationHistoryFilterSelectAYear + Donors + en_US + true + label for select a year in donations filter + Select a year + + + donationHistoryGivingSummaryTitle + Donors + en_US + true + Component title + Giving Summary + + + donationHistoryGivingSummaryTitle + Donors + en_US + true + Component title + Giving Summary + + + donationHistoryLabelLifetime + Donors + en_US + true + label for lifetime donations + Lifetime + + + donationHistoryLabelLifetime + Donors + en_US + true + label for lifetime donations + Lifetime + + + donationHistoryLabelPreviousYear + Donors + en_US + true + label for previous years donations + Previous Year + + + donationHistoryLabelPreviousYear + Donors + en_US + true + label for previous years donations + Previous Year + + + donationHistoryLabelThisYear + Donors + en_US + true + label for this years donations + This Year + + + donationHistoryLabelThisYear + Donors + en_US + true + label for this years donations + This Year + + + elevateAdNotificationFor234Body + en_US + true + Elevate Advert Notification Body + With Elevate connected to NPSP, donations from your online forms automatically flow into NPSP. Elevate also processes payments and updates donor records in NPSP. + + + elevateAdNotificationFor234Body + en_US + true + Elevate Advert Notification Body + With Elevate connected to NPSP, donations from your online forms automatically flow into NPSP. Elevate also processes payments and updates donor records in NPSP. + + + elevateAdNotificationFor234Title + en_US + true + Elevate Advert Notification Title + Streamline donation processing with Salesforce.org Elevate and NPSP + + + elevateAdNotificationFor234Title + en_US + true + Elevate Advert Notification Title + Streamline donation processing with Salesforce.org Elevate and NPSP + + + engagementPlanCantEdit + Engagement Plans + en_US + false + engagementPlanCantEdit + You can't change the Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for an Engagement Plan. Create a new Engagement Plan instead. + + + engagementPlanCantEdit + Engagement Plans + en_US + false + engagementPlanCantEdit + You can't change the Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for an Engagement Plan. Create a new Engagement Plan instead. + + + engagementPlanMissingField + Engagement Plans + en_US + true + engagementPlanMissingField + Unable to create an Engagement Plan while applying a Level. Engagement Plan is missing the field + + + engagementPlanMissingField + Engagement Plans + en_US + true + engagementPlanMissingField + Unable to create an Engagement Plan while applying a Level. Engagement Plan is missing the field + + + engagementPlanNoLookups + Engagement Plans + en_US + false + engagementPlanNoLookups + You must enter either an Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for this Engagement Plan. + + + engagementPlanNoLookups + Engagement Plans + en_US + false + engagementPlanNoLookups + You must enter either an Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for this Engagement Plan. + + + engagementPlanTwoLookups + Engagement Plans + en_US + false + engagementPlanTwoLookups + You can enter a value for only one of the following fields: Account, Contact, Campaign, Case, Opportunity, or Recurring Donation. + + + engagementPlanTwoLookups + Engagement Plans + en_US + false + engagementPlanTwoLookups + You can enter a value for only one of the following fields: Account, Contact, Campaign, Case, Opportunity, or Recurring Donation. + + + EPAddDependentTask + Engagement Plans + en_US + true + EPAddDependentTask + Add Dependent Task + + + EPAddDependentTask + Engagement Plans + en_US + true + EPAddDependentTask + Add Dependent Task + + + EPAddTask + Engagement Plans + en_US + true + Engagement Plan's Add Task button label + Add Task + + + EPAddTask + Engagement Plans + en_US + true + Engagement Plan's Add Task button label + Add Task + + + EPDeleteTask + Engagement Plans + en_US + false + EPDeleteTask + Delete Task + + + EPDeleteTask + Engagement Plans + en_US + false + EPDeleteTask + Delete Task + + + EPManageTasks + Engagement Plans + en_US + false + EPManageTasks + Manage Engagement Plan Tasks + + + EPManageTasks + Engagement Plans + en_US + false + EPManageTasks + Manage Engagement Plan Tasks + + + EPManageTemplate + Engagement Plans + en_US + false + EPManageTemplate + Manage Engagement Plan Template + + + EPManageTemplate + Engagement Plans + en_US + false + EPManageTemplate + Manage Engagement Plan Template + + + EPTaskDependency + Engagement Plan, Error + en_US + true + EPTaskDependency + Please choose a different Parent Task. This Task is already set as a prerequisite for the Parent Task you selected. + + + EPTaskDependency + Engagement Plan, Error + en_US + true + EPTaskDependency + Please choose a different Parent Task. This Task is already set as a prerequisite for the Parent Task you selected. + + + EPTaskTemplate + Engagement Plan, Error + en_US + true + EPTaskTemplate + The Parent Task you selected belongs to a different Engagement Plan Template. Please select an Engagement Plan Task that's part of this Engagement Plan Template. + + + EPTaskTemplate + Engagement Plan, Error + en_US + true + EPTaskTemplate + The Parent Task you selected belongs to a different Engagement Plan Template. Please select an Engagement Plan Task that's part of this Engagement Plan Template. + + + EPTo + Engagement Plans + en_US + false + to, as in "Add depend task to task 1" + to + + + EPTo + Engagement Plans + en_US + false + to, as in "Add depend task to task 1" + to + + + ERR_RecordLogTitle + Error Log + en_US + true + Title on a page displaying error logs for a record + Error Log + + + ERR_RecordLogTitle + Error Log + en_US + true + Title on a page displaying error logs for a record + Error Log + + + errErrorNoContext + Error + en_US + true + errErrorNoContext + No process context supplied to constructor + + + errErrorNoContext + Error + en_US + true + errErrorNoContext + No process context supplied to constructor + + + errErrorTypeOther + Error + en_US + true + errErrorTypeOther + Other + + + errErrorTypeOther + Error + en_US + true + errErrorTypeOther + Other + + + errErrorTypeRequiredFieldMissing + Error + en_US + true + errErrorTypeRequiredFieldMissing + Required Field Missing + + + errErrorTypeRequiredFieldMissing + Error + en_US + true + errErrorTypeRequiredFieldMissing + Required Field Missing + + + errErrorTypeValidationFailed + Error + en_US + true + errErrorTypeValidationFailed + Custom Validation Rule Failed + + + errErrorTypeValidationFailed + Error + en_US + true + errErrorTypeValidationFailed + Custom Validation Rule Failed + + + errErrorUnsupportedDMLType + Error + en_US + true + errErrorUnsupportedDMLType + Unsupported Operation: Unable to log an Error for this type of DML operation. + + + errErrorUnsupportedDMLType + Error + en_US + true + errErrorUnsupportedDMLType + Unsupported Operation: Unable to log an Error for this type of DML operation. + + + ErrorEmailMessage + Error + en_US + true + ErrorEmailMessage + Salesforce encountered these NPSP errors. If you're unsure how to resolve the errors, post a message in the Nonprofit Success Pack group: https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE + + + ErrorEmailMessage + Error + en_US + true + ErrorEmailMessage + Salesforce encountered these NPSP errors. If you're unsure how to resolve the errors, post a message in the Nonprofit Success Pack group: https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE + + + exceptionDeletePermission + Error + en_US + true + exceptionDeletePermission + You don''t have the permissions required to delete {0} records. + + + exceptionDeletePermission + Error + en_US + true + exceptionDeletePermission + You don''t have the permissions required to delete {0} records. + + + exceptionRequiredField + Error + en_US + false + exceptionRequiredField + Required fields are missing: + + + exceptionRequiredField + Error + en_US + false + exceptionRequiredField + Required fields are missing: + + + exceptionValidationRule + Error + en_US + false + exceptionValidationRule + A validation rule is preventing the record from saving: + + + exceptionValidationRule + Error + en_US + false + exceptionValidationRule + A validation rule is preventing the record from saving: + + + fflib_QueryFactory_crossobject_fieldsets_not_allowed_error + en_US + false + Error when selecting a cross-object fieldsset is not allowed and attempted. + Cross-object fields not allowed and field "{0}" is a cross-object field. + + + fflib_QueryFactory_crossobject_fieldsets_not_allowed_error + en_US + false + Error when selecting a cross-object fieldsset is not allowed and attempted. + Cross-object fields not allowed and field "{0}" is a cross-object field. + + + fflib_QueryFactory_fieldset_wrong_sobject_error + en_US + false + Error when selecting a field set for a different sobject type. + Field set "{0}" is not for SObject type "{1}" + + + fflib_QueryFactory_fieldset_wrong_sobject_error + en_US + false + Error when selecting a field set for a different sobject type. + Field set "{0}" is not for SObject type "{1}" + + + fflib_QueryFactory_recursive_subquery_error + en_US + false + Presented when attempting to nest subqueries. + Invalid call to subselectQuery. You may not add a subselect query to a subselect query. + + + fflib_QueryFactory_recursive_subquery_error + en_US + false + Presented when attempting to nest subqueries. + Invalid call to subselectQuery. You may not add a subselect query to a subselect query. + + + fflib_QueryFactory_subquery_invalid_relationship + en_US + false + Presented when attempting to create a subquery from an invalid relationship. + Invalid call to subselectQuery. Invalid relationship for table. + + + fflib_QueryFactory_subquery_invalid_relationship + en_US + false + Presented when attempting to create a subquery from an invalid relationship. + Invalid call to subselectQuery. Invalid relationship for table. + + + fflib_security_error_field_not_insertable + security,error + en_US + true + fflib_security_error_field_not_insertable + You do not have permission to insert field {1} on {0} + + + fflib_security_error_field_not_insertable + security,error + en_US + true + fflib_security_error_field_not_insertable + You do not have permission to insert field {1} on {0} + + + fflib_security_error_field_not_readable + security,error + en_US + true + fflib_security_error_field_not_readable + You do not have permission to read the field {1} on {0} + + + fflib_security_error_field_not_readable + security,error + en_US + true + fflib_security_error_field_not_readable + You do not have permission to read the field {1} on {0} + + + fflib_security_error_field_not_updateable + security,error + en_US + true + fflib_security_error_field_not_updateable + You do not have permission to update the field {1} on {0} + + + fflib_security_error_field_not_updateable + security,error + en_US + true + fflib_security_error_field_not_updateable + You do not have permission to update the field {1} on {0} + + + fflib_security_error_object_not_deletable + en_US + true + fflib_security_error_object_not_deletable + You do not have permission to delete {0} + + + fflib_security_error_object_not_deletable + en_US + true + fflib_security_error_object_not_deletable + You do not have permission to delete {0} + + + fflib_security_error_object_not_insertable + security,error + en_US + true + fflib_security_error_object_not_insertable + You do not have permission to insert {0} + + + fflib_security_error_object_not_insertable + security,error + en_US + true + fflib_security_error_object_not_insertable + You do not have permission to insert {0} + + + fflib_security_error_object_not_readable + security,error + en_US + true + fflib_security_error_object_not_readable + You do not have permission to read {0} + + + fflib_security_error_object_not_readable + security,error + en_US + true + fflib_security_error_object_not_readable + You do not have permission to read {0} + + + fflib_security_error_object_not_updateable + security,error + en_US + true + fflib_security_error_object_not_updateable + You do not have permission to update {0} + + + fflib_security_error_object_not_updateable + security,error + en_US + true + fflib_security_error_object_not_updateable + You do not have permission to update {0} + + + FieldSetRelatedFieldError + Error + en_US + true + Error when including Related Fields in a managed Field Set + Related field {0} not supported in field set {1}. You can only include fields directly on object {2}. + + + FieldSetRelatedFieldError + Error + en_US + true + Error when including Related Fields in a managed Field Set + Related field {0} not supported in field set {1}. You can only include fields directly on object {2}. + + + flsError + Batch Data Import + en_US + false + flsError + You do not have permissions to modify {0}. + + + flsError + Batch Data Import + en_US + false + flsError + You do not have permissions to modify {0}. + + + flsReadAccessError + Batch Data Import + en_US + false + flsReadAccessError + You do not have permissions to access {0}. + + + flsReadAccessError + Batch Data Import + en_US + false + flsReadAccessError + You do not have permissions to access {0}. + + + FooLabel + en_US + true + FooLabel + foo + + + gauAllocationErrorGeneral + Gift Entry + en_US + true + General error for accessbility text when an error occurs in the GAU widget + GAU Allocation Error + + + gauAllocationErrorGeneral + Gift Entry + en_US + true + General error for accessbility text when an error occurs in the GAU widget + GAU Allocation Error + + + geA11ySection + Gift Entry + en_US + true + Used as a part of a screen reader message when a form section is unnamed. + section + + + geA11ySection + Gift Entry + en_US + true + Used as a part of a screen reader message when a form section is unnamed. + section + + + geA11yTemplateBuilderAddNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to named section. + {0} added to the {1} section. + + + geA11yTemplateBuilderAddNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to named section. + {0} added to the {1} section. + + + geA11yTemplateBuilderAddUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to unnamed section.{0} added to {1} {2}. + + + geA11yTemplateBuilderAddUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to unnamed section.{0} added to {1} {2}. + + + geA11yTemplateBuilderRemoveNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from named section. + {0} removed from the {1} section. + + + geA11yTemplateBuilderRemoveNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from named section. + {0} removed from the {1} section. + + + geA11yTemplateBuilderRemoveUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from unnamed section.{0} removed from {1} {2}. + + + geA11yTemplateBuilderRemoveUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from unnamed section.{0} removed from {1} {2}. + + + geAddNewAllocation + Gift Entry + en_US + true + GAU Widget: Add New Allocation + Add New Allocation + + + geAddNewAllocation + Gift Entry + en_US + true + GAU Widget: Add New Allocation + Add New Allocation + + + geAddSchedule + Gift Entry + en_US + true + Button for adding a schedule to a gift + Add Recurring Schedule + + + geAddSchedule + Gift Entry + en_US + true + Button for adding a schedule to a gift + Add Recurring Schedule + + + geAddSoftCredit + Gift Entry + en_US + true + Soft Credit Widget: Add Soft Credit + Add Soft Credit + + + geAddSoftCredit + Gift Entry + en_US + true + Soft Credit Widget: Add Soft Credit + Add Soft Credit + + + geAssistiveActiveSection + Gift Entry + en_US + true + Alt text: Active section icon + Active Section. + + + geAssistiveActiveSection + Gift Entry + en_US + true + Alt text: Active section icon + Active Section. + + + geAssistiveBatchHeaderRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from batch headerRemove the {0} field from the batch header. + + + geAssistiveBatchHeaderRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from batch headerRemove the {0} field from the batch header. + + + geAssistiveDescriptionFieldOptional + Gift Entry + en_US + true + Alt text: indicates a form field is optional{0} is marked as optional. + + + geAssistiveDescriptionFieldOptional + Gift Entry + en_US + true + Alt text: indicates a form field is optional{0} is marked as optional. + + + geAssistiveDescriptionFieldRequired + Gift Entry + en_US + true + Alt text: indicates a form field has been set as required{0} is marked as required. + + + geAssistiveDescriptionFieldRequired + Gift Entry + en_US + true + Alt text: indicates a form field has been set as required{0} is marked as required. + + + geAssistiveFieldDown + Gift Entry + en_US + true + Alt text: Arrow button to move field downMove the {0} field down. + + + geAssistiveFieldDown + Gift Entry + en_US + true + Alt text: Arrow button to move field downMove the {0} field down. + + + geAssistiveFieldUp + Gift Entry + en_US + true + Alt text: Arrow button to move field upMove the {0} field up. + + + geAssistiveFieldUp + Gift Entry + en_US + true + Alt text: Arrow button to move field upMove the {0} field up. + + + geAssistiveFormFieldsCollapseAll + Gift Entry + en_US + true + Alt text: Button to collapse all Object Groups and Template Components + Collapse all Object Groups and Template Components. + + + geAssistiveFormFieldsCollapseAll + Gift Entry + en_US + true + Alt text: Button to collapse all Object Groups and Template Components + Collapse all Object Groups and Template Components. + + + geAssistiveFormFieldsExpandAll + Gift Entry + en_US + true + Alt text: Button to expand all Object Groups and Template Components + Expand all Object Groups and Template Components. + + + geAssistiveFormFieldsExpandAll + Gift Entry + en_US + true + Alt text: Button to expand all Object Groups and Template Components + Expand all Object Groups and Template Components. + + + geAssistiveFormFieldsRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from templateRemove the {0} field from the template. + + + geAssistiveFormFieldsRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from templateRemove the {0} field from the template. + + + geAssistiveFormFieldsSectionEdit + Gift Entry + en_US + true + Gift Entry Template Builder Form Fields section edit button alt textEdit the {0} section settings. + + + geAssistiveFormFieldsSectionEdit + Gift Entry + en_US + true + Gift Entry Template Builder Form Fields section edit button alt textEdit the {0} section settings. + + + geAssistiveModalCancelAndDiscard + Gift Entry + en_US + true + Alt text: Button to cancel and discard changes to section settings + Cancel and discard changes to Section Settings. + + + geAssistiveModalCancelAndDiscard + Gift Entry + en_US + true + Alt text: Button to cancel and discard changes to section settings + Cancel and discard changes to Section Settings. + + + geAssistiveRemoveSelectedOption + en_US + true + Alt Text: Button to remove selected option + Remove selected option + + + geAssistiveRemoveSelectedOption + en_US + true + Alt Text: Button to remove selected option + Remove selected option + + + geAssistiveRequireField + Gift Entry + en_US + true + Alt text: explains the function of the required checkboxRequire {0}. + + + geAssistiveRequireField + Gift Entry + en_US + true + Alt text: explains the function of the required checkboxRequire {0}. + + + geAssistiveSectionDown + Gift Entry + en_US + true + Alt text: Arrow button to move section downMove the {0} section down. + + + geAssistiveSectionDown + Gift Entry + en_US + true + Alt text: Arrow button to move section downMove the {0} section down. + + + geAssistiveSectionUp + Gift Entry + en_US + true + Alt text: Arrow button to move section upMove the {0} section up. + + + geAssistiveSectionUp + Gift Entry + en_US + true + Alt text: Arrow button to move section upMove the {0} section up. + + + geAssistiveShowMenu + Gift Entry + en_US + true + Alt text: Button/Picklist for selecting a list view + Show menu. + + + geAssistiveShowMenu + Gift Entry + en_US + true + Alt text: Button/Picklist for selecting a list view + Show menu. + + + geAssistiveSpinner + Gift Entry + en_US + true + Alt text: lightning-spinner + Content is loading. + + + geAssistiveSpinner + Gift Entry + en_US + true + Alt text: lightning-spinner + Content is loading. + + + geAuthorizedCreditCardSuccess + en_US + true + Message about card being authorized + Card authorized. + + + geAuthorizedCreditCardSuccess + en_US + true + Message about card being authorized + Card authorized. + + + geAuthorizingCreditCard + en_US + true + Text indicating the payment is being Authorized + Authorizing... + + + geAuthorizingCreditCard + en_US + true + Text indicating the payment is being Authorized + Authorizing... + + + geBatchGiftsCount + Gift Entry + en_US + true + Label for displaying the number of gifts in the batch + Count of Gifts + + + geBatchGiftsCount + Gift Entry + en_US + true + Label for displaying the number of gifts in the batch + Count of Gifts + + + geBatchGiftsExpectedCountOrTotalMessage + Gift Entry + en_US + true + Notification about either number or total of gifts not matching expected + The expected doesn't match either the count of gifts or the amount of gifts. These values must match before you can process this batch. + + + geBatchGiftsExpectedCountOrTotalMessage + Gift Entry + en_US + true + Notification about either number or total of gifts not matching expected + The expected doesn't match either the count of gifts or the amount of gifts. These values must match before you can process this batch. + + + geBatchGiftsExpectedTotalsMessage + Gift Entry + en_US + true + Notification about number and total of gifts not matching expected + The expected and total number of gifts and amount of gifts must match before you can process this batch. + + + geBatchGiftsExpectedTotalsMessage + Gift Entry + en_US + true + Notification about number and total of gifts not matching expected + The expected and total number of gifts and amount of gifts must match before you can process this batch. + + + geBatchGiftsHeader + Gift Entry + en_US + true + Header for number of gifts entered in batch + Gifts Entered for {0} + + + geBatchGiftsHeader + Gift Entry + en_US + true + Header for number of gifts entered in batch + Gifts Entered for {0} + + + geBatchGiftsTotal + Gift Entry + en_US + true + Label for displaying the total value of the gifts in the batch + Total Batch Amount + + + geBatchGiftsTotal + Gift Entry + en_US + true + Label for displaying the total value of the gifts in the batch + Total Batch Amount + + + geBatchProcessingIncomplete + Gift Entry + en_US + true + Batch processing incomplete message + Import process stopped before it could complete. Contact your system administrator for assistance. + + + geBatchProcessingIncomplete + Gift Entry + en_US + true + Batch processing incomplete message + Import process stopped before it could complete. Contact your system administrator for assistance. + + + geBatchProcessingSuccess + Gift Entry + en_US + true + Batch processing success message + {0} was processed. + + + geBatchProcessingSuccess + Gift Entry + en_US + true + Batch processing success message + {0} was processed. + + + geBodyAdvancedFieldMapping + Gift Entry + en_US + true + Body below the Advanced Form Fields header + For more advanced gift entry options, select fields from the following Object Groups. + + + geBodyAdvancedFieldMapping + Gift Entry + en_US + true + Body below the Advanced Form Fields header + For more advanced gift entry options, select fields from the following Object Groups. + + + geBodyBatchDefaultValues + Gift Entry + en_US + true + Info about setting default values on New Batch screen + Set default values for this batch. You can override default values when you enter gifts. + + + geBodyBatchDefaultValues + Gift Entry + en_US + true + Info about setting default values on New Batch screen + Set default values for this batch. You can override default values when you enter gifts. + + + geBodyBatchFieldBundleInfo + Gift Entry + en_US + true + Text block about inability to set default values for Field Bundles + You can't set default values for fields included in this section. + + + geBodyBatchFieldBundleInfo + Gift Entry + en_US + true + Text block about inability to set default values for Field Bundles + You can't set default values for fields included in this section. + + + geBodyBatchHeaderLeftCol + Gift Entry + en_US + true + Text block about adding or removing fields in the batch header + Choose fields to include in your Batch Header. Select the checkbox to add a field and deselect to remove the field from the form. If you'd like additional custom fields available for the Batch Header, add them in the NPSP Data Import Batch object. + + + geBodyBatchHeaderLeftCol + Gift Entry + en_US + true + Text block about adding or removing fields in the batch header + Choose fields to include in your Batch Header. Select the checkbox to add a field and deselect to remove the field from the form. If you'd like additional custom fields available for the Batch Header, add them in the NPSP Data Import Batch object. + + + geBodyBatchHeaderRightCol + Gift Entry + en_US + true + Text block about setting up batch header fields + For each field, you can edit the field label, mark it as required, or assign a default value. Default values can be overwritten by the person who creates the batch. + + + geBodyBatchHeaderRightCol + Gift Entry + en_US + true + Text block about setting up batch header fields + For each field, you can edit the field label, mark it as required, or assign a default value. Default values can be overwritten by the person who creates the batch. + + + geBodyBatchHeaderWarning + Gift Entry + en_US + true + Warning body of required field added to Batch Header + These required fields were automatically added to the Batch Header: + + + geBodyBatchHeaderWarning + Gift Entry + en_US + true + Warning body of required field added to Batch Header + These required fields were automatically added to the Batch Header: + + + geBodyBatchTableColumnsPart1 + Gift Entry + en_US + true + Description for Batch Table Columns, part 1 + The batch table appears under your gift entry form and lists the gifts included in the batch. + + + geBodyBatchTableColumnsPart1 + Gift Entry + en_US + true + Description for Batch Table Columns, part 1 + The batch table appears under your gift entry form and lists the gifts included in the batch. + + + geBodyBatchTableColumnsPart2 + Gift Entry + en_US + true + Description for Batch Table Columns, part 2 + We recommend including the following fields: + </br> + <ul> + <li> Donor Name—links to the Organization Account or Contact giving the donation. </li> + <li> Donation Name—links to the Opportunity or Payment for the donation. </li> + <li> Status and Failure Information—information about batch processing. </li> + </ul> + + + geBodyBatchTableColumnsPart2 + Gift Entry + en_US + true + Description for Batch Table Columns, part 2 + We recommend including the following fields: + </br> + <ul> + <li> Donor Name—links to the Organization Account or Contact giving the donation. </li> + <li> Donation Name—links to the Opportunity or Payment for the donation. </li> + <li> Status and Failure Information—information about batch processing. </li> + </ul> + + + geBodyEmptyFormSection + Gift Entry + en_US + true + Body for illustration card when a form section is empty + Select fields to add to this section. + + + geBodyEmptyFormSection + Gift Entry + en_US + true + Body for illustration card when a form section is empty + Select fields to add to this section. + + + geBodyFieldBundlesLeftCol + Gift Entry + en_US + true + Body below the Field Bundles header + Each field bundle is a managed set of fields that allow users to perform different gift entry actions. + + + geBodyFieldBundlesLeftCol + Gift Entry + en_US + true + Body below the Field Bundles header + Each field bundle is a managed set of fields that allow users to perform different gift entry actions. + + + geBodyFormFieldsDescLeftCol + Gift Entry + en_US + true + Body below the Form Fields header + These fields are commonly included in gift entry forms. Custom Object Groups are also found in this section. + + + geBodyFormFieldsDescLeftCol + Gift Entry + en_US + true + Body below the Form Fields header + These fields are commonly included in gift entry forms. Custom Object Groups are also found in this section. + + + geBodyFormFieldsLeftCol + Gift Entry + en_US + true + Form Fields sidebar text block + Choose fields to include in your form. Before adding fields, click the section in the main Configure Form Fields screen where you want the fields to go. In this Form Fields & Field Bundles sidebar, select the checkbox to add a field, and deselect it to remove the field from the form. If the object or field you want to use isn't listed, make sure you've set up the field with Advanced Mapping. + + + geBodyFormFieldsLeftCol + Gift Entry + en_US + true + Form Fields sidebar text block + Choose fields to include in your form. Before adding fields, click the section in the main Configure Form Fields screen where you want the fields to go. In this Form Fields & Field Bundles sidebar, select the checkbox to add a field, and deselect it to remove the field from the form. If the object or field you want to use isn't listed, make sure you've set up the field with Advanced Mapping. + + + geBodyFormFieldsLeftColAdditional + Gift Entry + en_US + true + More information about adding and mapping fields + Set up a field by completing the following steps: + </br> + </br> + <ol> + <li> Create the field on the target object. </li> + <li> Create the field on the NPSP Data Import object. </li> + <li> If this is part of a new Object Group, create additional fields for a new Object group and create the new Object Group in NPSP Settings. </li> + <li> Add Field Mapping in NPSP Settings to connect the NPSP Data Import field to the target field. </li> + </ol> + See NPSP documentation about Advanced Mapping for additional details. + + + geBodyFormFieldsLeftColAdditional + Gift Entry + en_US + true + More information about adding and mapping fields + Set up a field by completing the following steps: + </br> + </br> + <ol> + <li> Create the field on the target object. </li> + <li> Create the field on the NPSP Data Import object. </li> + <li> If this is part of a new Object Group, create additional fields for a new Object group and create the new Object Group in NPSP Settings. </li> + <li> Add Field Mapping in NPSP Settings to connect the NPSP Data Import field to the target field. </li> + </ol> + See NPSP documentation about Advanced Mapping for additional details. + + + geBodyFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section without required fields + Deleting this section also removes any fields in it. + + + geBodyFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section without required fields + Deleting this section also removes any fields in it. + + + geBodyFormFieldsRightCol + Gift Entry + en_US + true + Form Fields main section text block + Select a section, then select a field in the Form Fields & Field Bundles sidebar to add it to this section in the main Configure Form Fields screen. For each field, you can edit the field label, mark it as required, assign a default value or remove it from the section. Adjust the layout of the Gift Entry form by creating sections and reordering sections or fields. + + + geBodyFormFieldsRightCol + Gift Entry + en_US + true + Form Fields main section text block + Select a section, then select a field in the Form Fields & Field Bundles sidebar to add it to this section in the main Configure Form Fields screen. For each field, you can edit the field label, mark it as required, assign a default value or remove it from the section. Adjust the layout of the Gift Entry form by creating sections and reordering sections or fields. + + + geBodyGiftEntryHelp + Gift Entry + en_US + true + Information about enabling Gift Entry in NPSP Settings + Before you enable Gift Entry, you must enable Advanced Mapping. +<br/><br/> +Use Gift Entry templates to enter single gifts or batches of gifts. All gifts entered through the older Batch Gift Entry tool are not displayed in Gift Entry and vice versa. +<br/><br/> +If preferred, you can disable Gift Entry and instead use older Batch Gift Entry (or Single Gift Entry, if using GEM). + + + geBodyGiftEntryHelp + Gift Entry + en_US + true + Information about enabling Gift Entry in NPSP Settings + Before you enable Gift Entry, you must enable Advanced Mapping. +<br/><br/> +Use Gift Entry templates to enter single gifts or batches of gifts. All gifts entered through the older Batch Gift Entry tool are not displayed in Gift Entry and vice versa. +<br/><br/> +If preferred, you can disable Gift Entry and instead use older Batch Gift Entry (or Single Gift Entry, if using GEM). + + + geBodyMatchingApplyNewPayment + Gift Entry + en_US + true + Message about applying a new Payment to an Opportunity + You are currently adding a new Payment to Opportunity: + + + geBodyMatchingApplyNewPayment + Gift Entry + en_US + true + Message about applying a new Payment to an Opportunity + You are currently adding a new Payment to Opportunity: + + + geBodyMatchingNewOpportunity + Gift Entry + en_US + true + Message about creating a new Opportunity + You are currently creating a new Opportunity. + + + geBodyMatchingNewOpportunity + Gift Entry + en_US + true + Message about creating a new Opportunity + You are currently creating a new Opportunity. + + + geBodyMatchingNoPayments + Gift Entry + en_US + true + Message when an Opportunity has no Payments that are not paid + This Opportunity does not have any Payments that are not paid. + + + geBodyMatchingNoPayments + Gift Entry + en_US + true + Message when an Opportunity has no Payments that are not paid + This Opportunity does not have any Payments that are not paid. + + + geBodyMatchingPendingDonation + Gift Entry + en_US + true + Message when an existing gift found + This donor has pending donations. + + + geBodyMatchingPendingDonation + Gift Entry + en_US + true + Message when an existing gift found + This donor has pending donations. + + + geBodyMatchingSelectRecord + Gift Entry + en_US + true + Body for modal to review matching Opportunities and Payments + Select the record you want to update. + + + geBodyMatchingSelectRecord + Gift Entry + en_US + true + Body for modal to review matching Opportunities and Payments + Select the record you want to update. + + + geBodyMatchingUpdatingDonation + Gift Entry + en_US + true + Message about Payment or Opportunity that will be updated + You are currently updating: + + + geBodyMatchingUpdatingDonation + Gift Entry + en_US + true + Message about Payment or Opportunity that will be updated + You are currently updating: + + + geBodyPaymentNotProcessingTransaction + Gift Entry + en_US + true + Text indicating payment isn't being charged + You aren't entering payment information to be processed by Elevate. + + + geBodyPaymentNotProcessingTransaction + Gift Entry + en_US + true + Text indicating payment isn't being charged + You aren't entering payment information to be processed by Elevate. + + + geBodyPaymentProcessedDuringBatchProcessing + Gift Entry + en_US + true + Payment(s) will not be processed until batch is processed + The donor's payment will be processed when you process the batch. + + + geBodyPaymentProcessedDuringBatchProcessing + Gift Entry + en_US + true + Payment(s) will not be processed until batch is processed + The donor's payment will be processed when you process the batch. + + + geBodyTemplateInfoLeftCol + Gift Entry + en_US + true + Template Info sidebar text block + Enter details about this Gift Entry Template. + + + geBodyTemplateInfoLeftCol + Gift Entry + en_US + true + Template Info sidebar text block + Enter details about this Gift Entry Template. + + + geBodyTemplatesTabDescription + Gift Entry + en_US + true + Template landing screen text block + A template is a reusable layout of fields for data entry. Edit a template by clicking the template name. Alternatively, create a new template or click any template's dropdown menu for more options. Any templates that are in use can't be deleted. + + + geBodyTemplatesTabDescription + Gift Entry + en_US + true + Template landing screen text block + A template is a reusable layout of fields for data entry. Edit a template by clicking the template name. Alternatively, create a new template or click any template's dropdown menu for more options. Any templates that are in use can't be deleted. + + + geBodyWidgetFields + Gift Entry + en_US + true + Field bundle body before list of fields + {0} field bundle includes the following fields: + + + geBodyWidgetFields + Gift Entry + en_US + true + Field bundle body before list of fields + {0} field bundle includes the following fields: + + + geButtonBuilderNavBackFormFields + Gift Entry + en_US + true + Button to go back to form fields + Back: Form Fields + + + geButtonBuilderNavBackFormFields + Gift Entry + en_US + true + Button to go back to form fields + Back: Form Fields + + + geButtonBuilderNavBackTemplateInfo + Gift Entry + en_US + true + Button to go back to configure template information + Back: Template Info + + + geButtonBuilderNavBackTemplateInfo + Gift Entry + en_US + true + Button to go back to configure template information + Back: Template Info + + + geButtonBuilderNavBatchHeader + Gift Entry + en_US + true + Button to continue and configure the batch settings + Next: Batch Settings + + + geButtonBuilderNavBatchHeader + Gift Entry + en_US + true + Button to continue and configure the batch settings + Next: Batch Settings + + + geButtonBuilderNavFormFields + Gift Entry + en_US + true + Button to choose fields to include on your form + Next: Form Fields + + + geButtonBuilderNavFormFields + Gift Entry + en_US + true + Button to choose fields to include on your form + Next: Form Fields + + + geButtonCancelAndClear + Gift Entry + en_US + true + Cancel and clear form + Cancel & Clear Form + + + geButtonCancelAndClear + Gift Entry + en_US + true + Cancel and clear form + Cancel & Clear Form + + + geButtonFormFieldsAddSection + Gift Entry + en_US + true + Button to add new section to template + Add Section + + + geButtonFormFieldsAddSection + Gift Entry + en_US + true + Button to add new section to template + Add Section + + + geButtonFormFieldsCollapseAll + Gift Entry + en_US + true + Button to collapse all + Collapse All + + + geButtonFormFieldsCollapseAll + Gift Entry + en_US + true + Button to collapse all + Collapse All + + + geButtonFormFieldsDisplayOptionCollapsed + Gift Entry + en_US + true + Radial label for the Collapse section option + Collapsed: All fields hidden + + + geButtonFormFieldsDisplayOptionCollapsed + Gift Entry + en_US + true + Radial label for the Collapse section option + Collapsed: All fields hidden + + + geButtonFormFieldsDisplayOptionExpanded + Gift Entry + en_US + true + Radial label for the Expand section option + Expanded: All fields visible + + + geButtonFormFieldsDisplayOptionExpanded + Gift Entry + en_US + true + Radial label for the Expand section option + Expanded: All fields visible + + + geButtonFormFieldsExpandAll + Gift Entry + en_US + true + Button to expand all + Expand All + + + geButtonFormFieldsExpandAll + Gift Entry + en_US + true + Button to expand all + Expand All + + + geButtonFormFieldsModalDeleteSectionAndFields + Gift Entry + en_US + true + Button to delete a section and remove its fields + Delete Section and Fields + + + geButtonFormFieldsModalDeleteSectionAndFields + Gift Entry + en_US + true + Button to delete a section and remove its fields + Delete Section and Fields + + + geButtonMatchingNewOpportunity + Gift Entry + en_US + true + Button in Review Donations modal to create a new Opportunity + Alternatively, create a new Opportunity. + + + geButtonMatchingNewOpportunity + Gift Entry + en_US + true + Button in Review Donations modal to create a new Opportunity + Alternatively, create a new Opportunity. + + + geButtonMatchingNewPayment + Gift Entry + en_US + true + Button to add a new Payment to an Opportunity + Add new Payment + + + geButtonMatchingNewPayment + Gift Entry + en_US + true + Button to add a new Payment to an Opportunity + Add new Payment + + + geButtonMatchingReviewDonations + Gift Entry + en_US + true + Button to open Review Donations modal + Review Donations + + + geButtonMatchingReviewDonations + Gift Entry + en_US + true + Button to open Review Donations modal + Review Donations + + + geButtonMatchingUpdateDonationSelection + Gift Entry + en_US + true + Button to open Review Donations modal and change Opportunity/Payment selection + Select a different donation. + + + geButtonMatchingUpdateDonationSelection + Gift Entry + en_US + true + Button to open Review Donations modal and change Opportunity/Payment selection + Select a different donation. + + + geButtonMatchingUpdateOpportunity + Gift Entry + en_US + true + Button to select an existing Opportunity to update + Update this Opportunity + + + geButtonMatchingUpdateOpportunity + Gift Entry + en_US + true + Button to select an existing Opportunity to update + Update this Opportunity + + + geButtonMatchingUpdatePayment + Gift Entry + en_US + true + Button to select an existing Payment to update + Update this Payment + + + geButtonMatchingUpdatePayment + Gift Entry + en_US + true + Button to select an existing Payment to update + Update this Payment + + + geButtonNewBatch + Gift Entry + en_US + true + Enter batch of gifts button + New Batch + + + geButtonNewBatch + Gift Entry + en_US + true + Enter batch of gifts button + New Batch + + + geButtonNewSingleGift + Gift Entry + en_US + true + Enter a single gift button + New Single Gift + + + geButtonNewSingleGift + Gift Entry + en_US + true + Enter a single gift button + New Single Gift + + + geButtonPaymentAlternate + Gift Entry + en_US + true + Link to toggle and reactivate payment processing fields + Alternatively, enter payment now. + + + geButtonPaymentAlternate + Gift Entry + en_US + true + Link to toggle and reactivate payment processing fields + Alternatively, enter payment now. + + + geButtonPaymentDoNotCharge + Gift Entry + en_US + true + Link to toggle payment processing off + Don't enter payment information. + + + geButtonPaymentDoNotCharge + Gift Entry + en_US + true + Link to toggle payment processing off + Don't enter payment information. + + + geButtonSaveNewGift + Gift Entry + en_US + true + Create gift and enter another one + Save & Enter New Gift + + + geButtonSaveNewGift + Gift Entry + en_US + true + Create gift and enter another one + Save & Enter New Gift + + + geButtonTemplatesTabCreateTemplate + Gift Entry + en_US + true + Create Template button + Create Template + + + geButtonTemplatesTabCreateTemplate + Gift Entry + en_US + true + Create Template button + Create Template + + + geDisableGiftEntryInfo + Gift Entry + en_US + true + Toast reporting Gift Entry is disabled + Gift Entry Disabled + + + geDisableGiftEntryInfo + Gift Entry + en_US + true + Toast reporting Gift Entry is disabled + Gift Entry Disabled + + + geDonationColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to gift (Opportunity or Payment) + Donation Name + + + geDonationColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to gift (Opportunity or Payment) + Donation Name + + + geDonorColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to the Account or Contact. + Donor Name + + + geDonorColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to the Account or Contact. + Donor Name + + + geEditBatchInfo + Gift Entry + en_US + true + Button to edit batch information + Edit Batch Info + + + geEditBatchInfo + Gift Entry + en_US + true + Button to edit batch information + Edit Batch Info + + + geEditSchedule + Gift Entry + en_US + true + Button for editing a gift's schedule + Edit Recurring Schedule + + + geEditSchedule + Gift Entry + en_US + true + Button for editing a gift's schedule + Edit Recurring Schedule + + + geElevateDeleteErrorLog + Gift Entry + en_US + true + Error log entry for gift removed from Elevate by not removed from Gift Entry. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Remove the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateDeleteErrorLog + Gift Entry + en_US + true + Error log entry for gift removed from Elevate by not removed from Gift Entry. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Remove the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateUpdateErrorLog + Gift Entry + en_US + true + Error log entry for gift updated in Elevate by not updated in Gift Entry. + Gift updated in {0}, but Gift Entry cannot update the gift. Update the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateUpdateErrorLog + Gift Entry + en_US + true + Error log entry for gift updated in Elevate by not updated in Gift Entry. + Gift updated in {0}, but Gift Entry cannot update the gift. Update the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateWidgetPaymentServiceUnavailable + Gift Entry + en_US + true + Message within Elevate field bundle when not connected to Elevate. + Disconnected from {0}. Payment processing unavailable. + + + geElevateWidgetPaymentServiceUnavailable + Gift Entry + en_US + true + Message within Elevate field bundle when not connected to Elevate. + Disconnected from {0}. Payment processing unavailable. + + + geEnableGiftEntrySuccess + Gift Entry + en_US + true + Toast reporting Gift Entry is enabled + Gift Entry Enabled + + + geEnableGiftEntrySuccess + Gift Entry + en_US + true + Toast reporting Gift Entry is enabled + Gift Entry Enabled + + + geErrorAmountDoesNotMatch + Gift Entry + en_US + true + Common error when a total doesn't match Donation Amount. + Total amount doesn't match the {0} + + + geErrorAmountDoesNotMatch + Gift Entry + en_US + true + Common error when a total doesn't match Donation Amount. + Total amount doesn't match the {0} + + + geErrorBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Error when currency for gift doesn't match batch. + Unable to save the gift to the batch. Gifts must be in the same currency as the batch. Change your currency to {0} to save the gift. + + + geErrorBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Error when currency for gift doesn't match batch. + Unable to save the gift to the batch. Gifts must be in the same currency as the batch. Change your currency to {0} to save the gift. + + + geErrorBatchGiftEntryReauthRequired + Gift Entry + en_US + true + Instructions to reenter payment details when updating authorized attributes + To update donor, date or amount, reenter card details to reauthorize the payment. + + + geErrorBatchGiftEntryReauthRequired + Gift Entry + en_US + true + Instructions to reenter payment details when updating authorized attributes + To update donor, date or amount, reenter card details to reauthorize the payment. + + + geErrorCardChargedBDIFailed + Gift Entry + en_US + true + Failure msg when transaction is processed but record isn't created in Salesforce + Elevate successfully processed the payment, but NPSP didn't create the record for the transaction in Salesforce. Please correct the errors and resubmit the form to create the Salesforce record. + + + geErrorCardChargedBDIFailed + Gift Entry + en_US + true + Failure msg when transaction is processed but record isn't created in Salesforce + Elevate successfully processed the payment, but NPSP didn't create the record for the transaction in Salesforce. Please correct the errors and resubmit the form to create the Salesforce record. + + + geErrorCompleteThisField + Gift Entry + en_US + true + Field level validation error message when a required field is not filled in + Complete this field. + + + geErrorCompleteThisField + Gift Entry + en_US + true + Field level validation error message when a required field is not filled in + Complete this field. + + + geErrorDonorMismatch + Gift Entry + en_US + true + Error for entering household info in Account1 + For a household gift, select Contact1 for Donor Type and complete the Contact fields. + + + geErrorDonorMismatch + Gift Entry + en_US + true + Error for entering household info in Account1 + For a household gift, select Contact1 for Donor Type and complete the Contact fields. + + + geErrorDonorTypeInvalid + Gift Entry + en_US + true + Page-level error for when Donation Donor doesn't match fields on the form + You've selected {0} for {1}, but the required {0} fields aren't available on your form. Please check with your administrator. + + + geErrorDonorTypeInvalid + Gift Entry + en_US + true + Page-level error for when Donation Donor doesn't match fields on the form + You've selected {0} for {1}, but the required {0} fields aren't available on your form. Please check with your administrator. + + + geErrorDonorTypeValidation + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 2 fields present + When you select {0} for {1}, you must enter information in at least one of the following fields: {2} or {3} + + + geErrorDonorTypeValidation + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 2 fields present + When you select {0} for {1}, you must enter information in at least one of the following fields: {2} or {3} + + + geErrorDonorTypeValidationSingle + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 1 field presentWhen you select {0} for {1}, you must enter information in {2} + + + geErrorDonorTypeValidationSingle + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 1 field presentWhen you select {0} for {1}, you must enter information in {2} + + + geErrorElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Gift Entry but not deleted from Elevate batch. + Cannot delete gift in {0}. We don't recommend processing this batch, as the payment for this gift can still be charged. Refresh and try deleting again. + + + geErrorElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Gift Entry but not deleted from Elevate batch. + Cannot delete gift in {0}. We don't recommend processing this batch, as the payment for this gift can still be charged. Refresh and try deleting again. + + + geErrorElevateUpdate + Gift Entry + en_US + true + Error when gift updated in Gift Entry but not fixed in Elevate batch. + Cannot update gift in {0}. Refresh and try updating the gift again. + + + geErrorElevateUpdate + Gift Entry + en_US + true + Error when gift updated in Gift Entry but not fixed in Elevate batch. + Cannot update gift in {0}. Refresh and try updating the gift again. + + + geErrorExistingTemplateName + Gift Entry + en_US + true + Field-level error message when template name is not unique + This name has been used by another template. Please enter a unique name. + + + geErrorExistingTemplateName + Gift Entry + en_US + true + Field-level error message when template name is not unique + This name has been used by another template. Please enter a unique name. + + + geErrorFieldPermission + Gift Entry + en_US + true + Field-level error message for insufficient field access + You don't have permission to edit this field. + + + geErrorFieldPermission + Gift Entry + en_US + true + Field-level error message for insufficient field access + You don't have permission to edit this field. + + + geErrorFLSBatchTableColumns + Gift Entry + en_US + true + Additional information about why a user can't update batch table columns + You're unable to modify your Batch Table Columns. + + + geErrorFLSBatchTableColumns + Gift Entry + en_US + true + Additional information about why a user can't update batch table columns + You're unable to modify your Batch Table Columns. + + + geErrorFLSBody + Gift Entry + en_US + true + Body of full page error when insufficient field access to what's on the form + Check with your Salesforce admin about your field-level access. You must have permission to edit the following fields: {0} + + + geErrorFLSBody + Gift Entry + en_US + true + Body of full page error when insufficient field access to what's on the form + Check with your Salesforce admin about your field-level access. You must have permission to edit the following fields: {0} + + + geErrorFLSHeader + Gift Entry + en_US + true + Header of full page error when insufficient field access to what's on the form + Check Your Field Permissions + + + geErrorFLSHeader + Gift Entry + en_US + true + Header of full page error when insufficient field access to what's on the form + Check Your Field Permissions + + + geErrorObjectCRUDBody + Gift Entry + en_US + true + Body of full page error when insufficient access to all objects on the form + Check with your Salesforce admin about your object access. You must have permission to edit the following objects: {0} + + + geErrorObjectCRUDBody + Gift Entry + en_US + true + Body of full page error when insufficient access to all objects on the form + Check with your Salesforce admin about your object access. You must have permission to edit the following objects: {0} + + + geErrorObjectCRUDHeader + Gift Entry + en_US + true + Header of full page error when insufficient access to all objects on the form + Check Your Object Permissions + + + geErrorObjectCRUDHeader + Gift Entry + en_US + true + Header of full page error when insufficient access to all objects on the form + Check Your Object Permissions + + + geErrorPageLevelAdvancedMappingBody + Gift Entry + en_US + true + Page-level error message body when Advanced Mapping and Gift Entry are off + This feature requires both Advanced Mapping and Gift Entry. Please enable them in NPSP Settings. + + + geErrorPageLevelAdvancedMappingBody + Gift Entry + en_US + true + Page-level error message body when Advanced Mapping and Gift Entry are off + This feature requires both Advanced Mapping and Gift Entry. Please enable them in NPSP Settings. + + + geErrorPageLevelAdvancedMappingHeader + Gift Entry + en_US + true + Page-level error message header when Advanced Mapping and Gift Entry are off + Enable Advanced Mapping and Gift Entry + + + geErrorPageLevelAdvancedMappingHeader + Gift Entry + en_US + true + Page-level error message header when Advanced Mapping and Gift Entry are off + Enable Advanced Mapping and Gift Entry + + + geErrorPageLevelFieldPermission1 + Gift Entry + en_US + true + Page-level error for insufficient field access with fields listedTo save changes to this template you must have permission to edit all of the fields in the form. Please remove the following fields: {0} + + + geErrorPageLevelFieldPermission1 + Gift Entry + en_US + true + Page-level error for insufficient field access with fields listedTo save changes to this template you must have permission to edit all of the fields in the form. Please remove the following fields: {0} + + + geErrorPageLevelFieldPermission2 + Gift Entry + en_US + true + Page-level error for insufficient field access about exiting without saving + Alternatively, exit this form without saving and check your permissions on both the target object and on the NPSP Data Import object. + + + geErrorPageLevelFieldPermission2 + Gift Entry + en_US + true + Page-level error for insufficient field access about exiting without saving + Alternatively, exit this form without saving and check your permissions on both the target object and on the NPSP Data Import object. + + + geErrorPageLevelMissingRequiredFields + Gift Entry + en_US + true + Page-level error message for required field missing on templateYou must include all required fields in your template. Review the source fields (NPSP Data Import object) for the following fields: + + + geErrorPageLevelMissingRequiredFields + Gift Entry + en_US + true + Page-level error message for required field missing on templateYou must include all required fields in your template. Review the source fields (NPSP Data Import object) for the following fields: + + + geErrorPageLevelMissingRequiredGroupFields + Gift Entry + en_US + true + Page-level error message for required group of fields is missing + At least one of the following fields is required: {0} + + + geErrorPageLevelMissingRequiredGroupFields + Gift Entry + en_US + true + Page-level error message for required group of fields is missing + At least one of the following fields is required: {0} + + + geErrorRecordFailAfterElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Elevate but not deleted from Gift Entry batch. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Contact your Salesforce admin for help. + + + geErrorRecordFailAfterElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Elevate but not deleted from Gift Entry batch. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Contact your Salesforce admin for help. + + + geErrorRequestTimedout + Gift Entry + en_US + true + Reason for system error when uncertain if payment was processed + Request to process payment timed out. + + + geErrorRequestTimedout + Gift Entry + en_US + true + Reason for system error when uncertain if payment was processed + Request to process payment timed out. + + + geErrorRequiredField + Gift Entry + en_US + true + Field-level error message for required field missing on NPSP Data Import object + Required field + + + geErrorRequiredField + Gift Entry + en_US + true + Field-level error message for required field missing on NPSP Data Import object + Required field + + + geErrorUncertainCardChargePart1 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 1A system error occurred for the {0} donation by {1}. Your admin should review transactions in {2} and determine if the payment was processed. + + + geErrorUncertainCardChargePart1 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 1A system error occurred for the {0} donation by {1}. Your admin should review transactions in {2} and determine if the payment was processed. + + + geErrorUncertainCardChargePart2 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 2 + If the payment was not processed, reenter the gift and payment information in Gift Entry. + + + geErrorUncertainCardChargePart2 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 2 + If the payment was not processed, reenter the gift and payment information in Gift Entry. + + + geErrorUncertainCardChargePart3 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 3If the payment was processed, note the Payment ID in {0}, and search for records with that ID in Salesforce. Update the gift and donor records as needed. + + + geErrorUncertainCardChargePart3 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 3If the payment was processed, note the Payment ID in {0}, and search for records with that ID in Salesforce. Update the gift and donor records as needed. + + + geErrorUncertainCardChargePart4 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 4For more information, please see {0} troubleshooting documentation. + + + geErrorUncertainCardChargePart4 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 4For more information, please see {0} troubleshooting documentation. + + + geFieldsNotFoundMessage + Gift Entry + en_US + true + Message when field/Field Mapping not found and user might not have access to it. + This form contains fields that can't be found. Please check with your administrator. + + + geFieldsNotFoundMessage + Gift Entry + en_US + true + Message when field/Field Mapping not found and user might not have access to it. + This form contains fields that can't be found. Please check with your administrator. + + + geFixedGiftSchedule + Gift Entry + en_US + true + Describes fixed recurring gift schedule + {0} {1} donation starting on {2} and ending after {3} installments. + + + geFixedGiftSchedule + Gift Entry + en_US + true + Describes fixed recurring gift schedule + {0} {1} donation starting on {2} and ending after {3} installments. + + + geHeaderAdvancedFormFields + Gift Entry + en_US + true + Header for advanced form fields + Advanced Form Fields + + + geHeaderAdvancedFormFields + Gift Entry + en_US + true + Header for advanced form fields + Advanced Form Fields + + + geHeaderBatchEnterInfo + Gift Entry + en_US + true + Header to enter batch info + Enter Batch Info + + + geHeaderBatchEnterInfo + Gift Entry + en_US + true + Header to enter batch info + Enter Batch Info + + + geHeaderBatchGiftEntry + Gift Entry + en_US + true + Batch Gift Entry header + Batch Gift Entry + + + geHeaderBatchGiftEntry + Gift Entry + en_US + true + Batch Gift Entry header + Batch Gift Entry + + + geHeaderBatchHeaderLeftCol + Gift Entry + en_US + true + Header to select batch header fields + Select Batch Header Fields + + + geHeaderBatchHeaderLeftCol + Gift Entry + en_US + true + Header to select batch header fields + Select Batch Header Fields + + + geHeaderBatchHeaderRightCol + Gift Entry + en_US + true + Header to configure batch header fields + Configure Batch Header Fields + + + geHeaderBatchHeaderRightCol + Gift Entry + en_US + true + Header to configure batch header fields + Configure Batch Header Fields + + + geHeaderBatchSelectTemplate + Gift Entry + en_US + true + Header to select template + Select Template + + + geHeaderBatchSelectTemplate + Gift Entry + en_US + true + Header to select template + Select Template + + + geHeaderBatchSetDefaultValues + Gift Entry + en_US + true + Header to set default values + Set Default Values + + + geHeaderBatchSetDefaultValues + Gift Entry + en_US + true + Header to set default values + Set Default Values + + + geHeaderCustomTableHeaders + Gift Entry + en_US + true + Label for selecting fields to include as columns + Select Fields to Display + + + geHeaderCustomTableHeaders + Gift Entry + en_US + true + Label for selecting fields to include as columns + Select Fields to Display + + + geHeaderEmptyFormSection + Gift Entry + en_US + true + Header for illustration card when a form section is empty + No fields yet + + + geHeaderEmptyFormSection + Gift Entry + en_US + true + Header for illustration card when a form section is empty + No fields yet + + + geHeaderFieldBundles + Gift Entry + en_US + true + Header for field bundles (aka widgets) + Field Bundles + + + geHeaderFieldBundles + Gift Entry + en_US + true + Header for field bundles (aka widgets) + Field Bundles + + + geHeaderFormFieldsDefaultSectionName + Gift Entry + en_US + true + Name of default form section in a new template + Gift Entry Form + + + geHeaderFormFieldsDefaultSectionName + Gift Entry + en_US + true + Name of default form section in a new template + Gift Entry Form + + + geHeaderFormFieldsLeftCol + Gift Entry + en_US + true + Header for Form Fields sidebar + Form Fields & Field Bundles + + + geHeaderFormFieldsLeftCol + Gift Entry + en_US + true + Header for Form Fields sidebar + Form Fields & Field Bundles + + + geHeaderFormFieldsModalDeleteSection + Gift Entry + en_US + true + Header for deleting section in settings modal + Delete Section + + + geHeaderFormFieldsModalDeleteSection + Gift Entry + en_US + true + Header for deleting section in settings modal + Delete Section + + + geHeaderFormFieldsModalDisplayOptionsSection + Gift Entry + en_US + true + Header for section display options + Display Options + + + geHeaderFormFieldsModalDisplayOptionsSection + Gift Entry + en_US + true + Header for section display options + Display Options + + + geHeaderFormFieldsModalRenameSection + Gift Entry + en_US + true + Header for renaming section in settings modal + Rename Section + + + geHeaderFormFieldsModalRenameSection + Gift Entry + en_US + true + Header for renaming section in settings modal + Rename Section + + + geHeaderFormFieldsModalSectionSettings + Gift Entry + en_US + true + Header for form fields section settings modal + Section Settings + + + geHeaderFormFieldsModalSectionSettings + Gift Entry + en_US + true + Header for form fields section settings modal + Section Settings + + + geHeaderFormFieldsRightCol + Gift Entry + en_US + true + Header for Form Fields body + Configure Form Fields + + + geHeaderFormFieldsRightCol + Gift Entry + en_US + true + Header for Form Fields body + Configure Form Fields + + + geHeaderGiftEntry + Gift Entry + en_US + true + Gift Entry + Gift Entry + + + geHeaderGiftEntry + Gift Entry + en_US + true + Gift Entry + Gift Entry + + + geHeaderMatchingGiftBy + Gift Entry + en_US + true + Donor InformationGift by {0} + + + geHeaderMatchingGiftBy + Gift Entry + en_US + true + Donor InformationGift by {0} + + + geHeaderMatchingOpportunity + Gift Entry + en_US + true + Label with key Opportunity information{0} on {1} ({2}) + + + geHeaderMatchingOpportunity + Gift Entry + en_US + true + Label with key Opportunity information{0} on {1} ({2}) + + + geHeaderMatchingPayment + Gift Entry + en_US + true + Label with key Payment information{0} on {1} + + + geHeaderMatchingPayment + Gift Entry + en_US + true + Label with key Payment information{0} on {1} + + + geHeaderMatchingReviewDonations + Gift Entry + en_US + true + Header for modal to review matching Opportunities and PaymentsReview Donations for {0} + + + geHeaderMatchingReviewDonations + Gift Entry + en_US + true + Header for modal to review matching Opportunities and PaymentsReview Donations for {0} + + + geHeaderNewSection + Gift Entry + en_US + true + Header for a new section + New Section + + + geHeaderNewSection + Gift Entry + en_US + true + Header for a new section + New Section + + + geHeaderNewTemplate + Gift Entry + en_US + true + Template header + New Template + + + geHeaderNewTemplate + Gift Entry + en_US + true + Template header + New Template + + + geHeaderPageLevelError + Gift Entry + en_US + true + Header for page level errors + Review the errors on this page. + + + geHeaderPageLevelError + Gift Entry + en_US + true + Header for page level errors + Review the errors on this page. + + + geHeaderPaymentServices + Gift Entry + en_US + true + iFrame header for Payment Services information + Powered by {0} + + + geHeaderPaymentServices + Gift Entry + en_US + true + iFrame header for Payment Services information + Powered by {0} + + + geHeaderSingleGiftEntry + Gift Entry + en_US + true + Single Gift Entry Header + Single Gift Entry + + + geHeaderSingleGiftEntry + Gift Entry + en_US + true + Single Gift Entry Header + Single Gift Entry + + + geHeaderTemplateInfoLeftCol + Gift Entry + en_US + true + Header for gift entry template information + Gift Entry Template Information + + + geHeaderTemplateInfoLeftCol + Gift Entry + en_US + true + Header for gift entry template information + Gift Entry Template Information + + + geHelpTextAccount1Mapping + Gift Entry + en_US + true + Help text for Account1 Object Group + The fields in this section are only for Organization Accounts. This organization can be the donor or have an Affiliation with Contact1. + + + geHelpTextAccount1Mapping + Gift Entry + en_US + true + Help text for Account1 Object Group + The fields in this section are only for Organization Accounts. This organization can be the donor or have an Affiliation with Contact1. + + + geHelpTextAccount2Mapping + Gift Entry + en_US + true + Help text for Account2 Object Group + The fields in this section are only for Organization Accounts. This organization can have an Affiliation with Contact2. + + + geHelpTextAccount2Mapping + Gift Entry + en_US + true + Help text for Account2 Object Group + The fields in this section are only for Organization Accounts. This organization can have an Affiliation with Contact2. + + + geHelpTextAddressMapping + Gift Entry + en_US + true + Help text for Address Object Group + The Address record that's associated with Contact1's Household Account. NPSP automation may also populate this address to Contact1's household and all contacts within the same household. If you're using the EDA Address object, you should create a new Object Group for the object and use its fields on your template. + + + geHelpTextAddressMapping + Gift Entry + en_US + true + Help text for Address Object Group + The Address record that's associated with Contact1's Household Account. NPSP automation may also populate this address to Contact1's household and all contacts within the same household. If you're using the EDA Address object, you should create a new Object Group for the object and use its fields on your template. + + + geHelpTextAllocation1Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 1 object group + This Object Group only allows you to enter a single GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocation1Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 1 object group + This Object Group only allows you to enter a single GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocation2Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 2 object group + This Object Group only allows you to enter a second GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocation2Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 2 object group + This Object Group only allows you to enter a second GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocationBundle + Gift Entry + en_US + true + Help text about GAU Allocation field bundle + Use this field bundle to allocate donations across multiple General Accounting Units. + + + geHelpTextAllocationBundle + Gift Entry + en_US + true + Help text about GAU Allocation field bundle + Use this field bundle to allocate donations across multiple General Accounting Units. + + + geHelpTextBatchHeaderFieldLabelLabel + Gift Entry + en_US + true + Help text for Batch Header Field Label + You can rename the user-facing field labels. + + + geHelpTextBatchHeaderFieldLabelLabel + Gift Entry + en_US + true + Help text for Batch Header Field Label + You can rename the user-facing field labels. + + + geHelpTextContact1Mapping + Gift Entry + en_US + true + Help text for Contact1 Object Group + The primary Contact in a Household Account. This Contact can be the donor or have an Affiliation with the organization in Account1. + + + geHelpTextContact1Mapping + Gift Entry + en_US + true + Help text for Contact1 Object Group + The primary Contact in a Household Account. This Contact can be the donor or have an Affiliation with the organization in Account1. + + + geHelpTextContact2Mapping + Gift Entry + en_US + true + Help text for Contact2 Object Group + The secondary Contact in Contact1's Household Account. This Contact could also have an Affiliation with the organization in Account2. + + + geHelpTextContact2Mapping + Gift Entry + en_US + true + Help text for Contact2 Object Group + The secondary Contact in Contact1's Household Account. This Contact could also have an Affiliation with the organization in Account2. + + + geHelpTextFormFieldsFieldCustomLabel + Gift Entry + en_US + true + Form Fields individual field help textThis field uses the {0} Object Group to target the {1} field on the {2} object. + + + geHelpTextFormFieldsFieldCustomLabel + Gift Entry + en_US + true + Form Fields individual field help textThis field uses the {0} Object Group to target the {1} field on the {2} object. + + + geHelpTextFormFieldsFieldLabelLabel + Gift Entry + en_US + true + Help text for Form Fields Field Label + This shows the Object Group and target field API Name. You can edit the user-facing label below. + + + geHelpTextFormFieldsFieldLabelLabel + Gift Entry + en_US + true + Help text for Form Fields Field Label + This shows the Object Group and target field API Name. You can edit the user-facing label below. + + + geHelpTextHouseholdMapping + Gift Entry + en_US + true + Help text for Household Object Group + Additional information about Contact1's Household Account. + + + geHelpTextHouseholdMapping + Gift Entry + en_US + true + Help text for Household Object Group + Additional information about Contact1's Household Account. + + + geHelpTextPaymentServices + Gift Entry + en_US + true + Temporary note about only being able to use Payment Services with single gifts + Note: This field bundle is only available for single gifts and will not show up when entering batches of gifts. + + + geHelpTextPaymentServices + Gift Entry + en_US + true + Temporary note about only being able to use Payment Services with single gifts + Note: This field bundle is only available for single gifts and will not show up when entering batches of gifts. + + + geJWTUtilInvalidBase64Message + Gift Entry + en_US + true + Failure message if an invalid base64 string was provided + The base64 format is invalid. The number of characters must be a multiple of 4 and can only contain these characters: [a-z A-Z 0-9 + / =] + + + geJWTUtilInvalidBase64Message + Gift Entry + en_US + true + Failure message if an invalid base64 string was provided + The base64 format is invalid. The number of characters must be a multiple of 4 and can only contain these characters: [a-z A-Z 0-9 + / =] + + + geJWTUtilInvalidBase64UrlMessage + Gift Entry + en_US + true + Failure message if an invalid base64 url was provided + The base64url format is invalid. It can only contain these characters: [a-z A-Z 0-9 _ -] + + + geJWTUtilInvalidBase64UrlMessage + Gift Entry + en_US + true + Failure message if an invalid base64 url was provided + The base64url format is invalid. It can only contain these characters: [a-z A-Z 0-9 _ -] + + + geLabelCustomTableSelectedFields + Gift Entry + en_US + true + Label for fields that are included as columns + Visible Fields + + + geLabelCustomTableSelectedFields + Gift Entry + en_US + true + Label for fields that are included as columns + Visible Fields + + + geLabelCustomTableSourceFields + Gift Entry + en_US + true + Label for fields that aren't included as columns + Available Fields + + + geLabelCustomTableSourceFields + Gift Entry + en_US + true + Label for fields that aren't included as columns + Available Fields + + + geLabelDisplaySections + Gift Entry + en_US + true + Setting text for how to display sections + Display section as + + + geLabelDisplaySections + Gift Entry + en_US + true + Setting text for how to display sections + Display section as + + + geLabelSectionName + Gift Entry + en_US + true + Label for the Section Name field + Section Name + + + geLabelSectionName + Gift Entry + en_US + true + Label for the Section Name field + Section Name + + + geLabelTemplateInfoDescriptionField + Gift Entry + en_US + true + Label for the Description field + Description + + + geLabelTemplateInfoDescriptionField + Gift Entry + en_US + true + Label for the Description field + Description + + + geLabelTemplateInfoNameField + Gift Entry + en_US + true + Label for the Template Name field + Template Name + + + geLabelTemplateInfoNameField + Gift Entry + en_US + true + Label for the Template Name field + Template Name + + + geMakeRecurring + Gift Entry + en_US + true + Button to toggle recurring behavior for a gift + Make Recurring + + + geMakeRecurring + Gift Entry + en_US + true + Button to toggle recurring behavior for a gift + Make Recurring + + + geOpenEndedGiftSchedule + Gift Entry + en_US + true + Describes open ended recurring gift schedule + {0} {1} donation starting on {2}. + + + geOpenEndedGiftSchedule + Gift Entry + en_US + true + Describes open ended recurring gift schedule + {0} {1} donation starting on {2}. + + + gePaymentAuthExpiredHeader + Gift Entry + en_US + true + Header text for payment authorization warning + Payment Authorization Expired + + + gePaymentAuthExpiredHeader + Gift Entry + en_US + true + Header text for payment authorization warning + Payment Authorization Expired + + + gePaymentAuthExpiredWarningText + Gift Entry + en_US + true + Warning about processing batch when authorizations have expired + One or more card authorizations expired. To ensure these payments are charged when processing the batch, reenter the payment information for donations with an Elevate Payment Status of Expired Authorization. + + + gePaymentAuthExpiredWarningText + Gift Entry + en_US + true + Warning about processing batch when authorizations have expired + One or more card authorizations expired. To ensure these payments are charged when processing the batch, reenter the payment information for donations with an Elevate Payment Status of Expired Authorization. + + + gePaymentProcessedWarning + Gift Entry + en_US + true + Warning about editing fields when transaction already processed + {0} successfully processed the payment. Changing the donor, date, amount, or payment method will result in inconsistent records for the same transaction in {0} and NPSP. + + + gePaymentProcessedWarning + Gift Entry + en_US + true + Warning about editing fields when transaction already processed + {0} successfully processed the payment. Changing the donor, date, amount, or payment method will result in inconsistent records for the same transaction in {0} and NPSP. + + + gePaymentProcessError + Gift Entry + en_US + true + Failure message description for tokenization or purchase errors + There was an error processing the payment. Please review the error and try again. Alternatively, + select "Don't enter payment information." to enter a donation without processing a payment. {0} errors: + /0x0A/ {1} + + + gePaymentProcessError + Gift Entry + en_US + true + Failure message description for tokenization or purchase errors + There was an error processing the payment. Please review the error and try again. Alternatively, + select "Don't enter payment information." to enter a donation without processing a payment. {0} errors: + /0x0A/ {1} + + + gePaymentProcessingErrorBanner + Gift Entry + en_US + true + Field Bundle banner failure message for tokenization or purchase errors + There was an error processing the transaction. + + + gePaymentProcessingErrorBanner + Gift Entry + en_US + true + Field Bundle banner failure message for tokenization or purchase errors + There was an error processing the transaction. + + + gePaymentRequestTimedOut + Gift Entry + en_US + true + Failure message description for when the tokenization request times out + The request timed out. Please try again or contact your Salesforce administrator. + + + gePaymentRequestTimedOut + Gift Entry + en_US + true + Failure message description for when the tokenization request times out + The request timed out. Please try again or contact your Salesforce administrator. + + + gePaymentServicesUnavailableBody + Gift Entry + en_US + true + Warning about batch when Elevate isn't connected + Disconnected from {0}. This batch includes authorized gifts that haven't been charged. To charge authorized gifts, reconnect to {0}. Alternatively, remove payment information. + + + gePaymentServicesUnavailableBody + Gift Entry + en_US + true + Warning about batch when Elevate isn't connected + Disconnected from {0}. This batch includes authorized gifts that haven't been charged. To charge authorized gifts, reconnect to {0}. Alternatively, remove payment information. + + + gePaymentServicesUnavailableFailureMessage + Gift Entry + en_US + true + NPSP Data Import Failure Information for when Elevate not connected + Donation not created because {0} is disconnected and can't charge payment. + + + gePaymentServicesUnavailableFailureMessage + Gift Entry + en_US + true + NPSP Data Import Failure Information for when Elevate not connected + Donation not created because {0} is disconnected and can't charge payment. + + + gePaymentServicesUnavailableHeader + Gift Entry + en_US + true + Header for when Elevate not connected. + {0} Can't Charge Payments + + + gePaymentServicesUnavailableHeader + Gift Entry + en_US + true + Header for when Elevate not connected. + {0} Can't Charge Payments + + + geProcessAnyway + Gift Entry + en_US + true + Button to Process Anyway + Process Anyway + + + geProcessAnyway + Gift Entry + en_US + true + Button to Process Anyway + Process Anyway + + + geProcessingBatch + Gift Entry + en_US + true + Status of batch being processed + Processing Batch... + This can take a while. Check back in a bit! + + + geProcessingBatch + Gift Entry + en_US + true + Status of batch being processed + Processing Batch... + This can take a while. Check back in a bit! + + + geProcessingErrors + Gift Entry + en_US + true + Processing Errors + Processing Errors + + + geProcessingErrors + Gift Entry + en_US + true + Processing Errors + Processing Errors + + + gePS_IntegrationTestInvalidAPIKey + Gift Entry + en_US + true + Failure messge if an invalid apiKey was provided + An invalid api key has been provided for this elevate customer + + + gePS_IntegrationTestInvalidAPIKey + Gift Entry + en_US + true + Failure messge if an invalid apiKey was provided + An invalid api key has been provided for this elevate customer + + + gePS_IntegrationTestInvalidConfigParams + Gift Entry + en_US + true + Failure message if invalid configuration params was provided for onboarding + Invalid configuration parameters were provided + + + gePS_IntegrationTestInvalidConfigParams + Gift Entry + en_US + true + Failure message if invalid configuration params was provided for onboarding + Invalid configuration parameters were provided + + + geRD2FirstInstallmentPaid + Gift Entry, Recurring Donations + en_US + true + Label for First Installment paid checkbox in BGE + First installment paid + + + geRD2FirstInstallmentPaid + Gift Entry, Recurring Donations + en_US + true + Label for First Installment paid checkbox in BGE + First installment paid + + + geRecurringGiftModalWarning + Gift Entry + en_US + true + Recurring modal text when adding a schedule is not supported + Applying a Recurring Donation schedule to an existing Opportunity, Payment, or adding soft credits is not supported in Gift Entry. + + + geRecurringGiftModalWarning + Gift Entry + en_US + true + Recurring modal text when adding a schedule is not supported + Applying a Recurring Donation schedule to an existing Opportunity, Payment, or adding soft credits is not supported in Gift Entry. + + + geRecurringScheduleInformation + Gift Entry + en_US + true + Header for the recurring gift schedule card + Recurring Schedule Information + + + geRecurringScheduleInformation + Gift Entry + en_US + true + Header for the recurring gift schedule card + Recurring Schedule Information + + + geRemoveSchedule + Gift Entry + en_US + true + Button for removing a gift's schedule + Remove Recurring Schedule + + + geRemoveSchedule + Gift Entry + en_US + true + Button for removing a gift's schedule + Remove Recurring Schedule + + + geSearchPlaceholder + en_US + true + Gift Entry lookup placeholder text + Search... + + + geSearchPlaceholder + en_US + true + Gift Entry lookup placeholder text + Search... + + + geSelectBatchTableColumns + en_US + true + Link to select batch table columns + Select Batch Table Columns + + + geSelectBatchTableColumns + en_US + true + Link to select batch table columns + Select Batch Table Columns + + + geSelectPlaceholder + en_US + true + Placeholder text for a picklist field + Select... + + + geSelectPlaceholder + en_US + true + Placeholder text for a picklist field + Select... + + + geServiceLevelErrorAdvancedMapping + Gift Entry + en_US + true + Service-level error message when advanced mapping is not enabled. + You must enable Advanced Mapping before you can enable Gift Entry. + + + geServiceLevelErrorAdvancedMapping + Gift Entry + en_US + true + Service-level error message when advanced mapping is not enabled. + You must enable Advanced Mapping before you can enable Gift Entry. + + + geSoftCreditsWarning + Gift Entry + en_US + true + Warning message in the soft credits field bundle when a gift has a schedule + Soft credits in Gift Entry is not supported for Recurring Donations. + + + geSoftCreditsWarning + Gift Entry + en_US + true + Warning message in the soft credits field bundle when a gift has a schedule + Soft credits in Gift Entry is not supported for Recurring Donations. + + + geTabBatchHeader + Gift Entry + en_US + true + Label for Batch Header navigation subtab + Batch Header + + + geTabBatchHeader + Gift Entry + en_US + true + Label for Batch Header navigation subtab + Batch Header + + + geTabBatchSettings + Gift Entry + en_US + true + Label for Batch Settings tab + Batch Settings + + + geTabBatchSettings + Gift Entry + en_US + true + Label for Batch Settings tab + Batch Settings + + + geTabBatchTableColumns + Gift Entry + en_US + true + Label for Batch Table Columns + Batch Table Columns + + + geTabBatchTableColumns + Gift Entry + en_US + true + Label for Batch Table Columns + Batch Table Columns + + + geTabFormFields + Gift Entry + en_US + true + Label for Form Fields navigation subtab + Form Fields + + + geTabFormFields + Gift Entry + en_US + true + Label for Form Fields navigation subtab + Form Fields + + + geTabTemplateInfo + Gift Entry + en_US + true + Label for Template Info navigation subtab + Template Info + + + geTabTemplateInfo + Gift Entry + en_US + true + Label for Template Info navigation subtab + Template Info + + + geTextChargingCard + Gift Entry + en_US + true + Text indicating the payment is being charged + Charging payment... + + + geTextChargingCard + Gift Entry + en_US + true + Text indicating the payment is being charged + Charging payment... + + + geTextFieldBundlePaymentMethod + Gift Entry + en_US + true + Instructions to add Payment Method + Salesforce.org Elevate field bundle includes fields for entering payment information. Allow users to switch payment types by adding Payment Method from the Payment object to the form before this field bundle. + + + geTextFieldBundlePaymentMethod + Gift Entry + en_US + true + Instructions to add Payment Method + Salesforce.org Elevate field bundle includes fields for entering payment information. Allow users to switch payment types by adding Payment Method from the Payment object to the form before this field bundle. + + + geTextListViewItemCount + Gift Entry + en_US + true + Text to show the record count in the list view, one record + {0} item + + + geTextListViewItemCount + Gift Entry + en_US + true + Text to show the record count in the list view, one record + {0} item + + + geTextListViewItemsCount + Gift Entry + en_US + true + Text to show the record count in the list view, more than one record + {0} items + + + geTextListViewItemsCount + Gift Entry + en_US + true + Text to show the record count in the list view, more than one record + {0} items + + + geTextListViewSortedBy + Gift Entry + en_US + true + Text to display what the table is currently sorted by• Sorted By {0} + + + geTextListViewSortedBy + Gift Entry + en_US + true + Text to display what the table is currently sorted by• Sorted By {0} + + + geTextListViewUpdatedAgo + Gift Entry + en_US + true + Displays how long ago the last record in the current list view was updated• Updated {0} + + + geTextListViewUpdatedAgo + Gift Entry + en_US + true + Displays how long ago the last record in the current list view was updated• Updated {0} + + + geTextNavigateToOpportunity + Gift Entry + en_US + true + Text telling the user they're being taken to the Opportunity + Let's go look at the Opportunity... + + + geTextNavigateToOpportunity + Gift Entry + en_US + true + Text telling the user they're being taken to the Opportunity + Let's go look at the Opportunity... + + + geTextPaymentsSaveNotice + Gift Entry + en_US + true + Notification user will process a payment and record donation when clicking Save + Click Save to process the payment and record the donation in Salesforce. + + + geTextPaymentsSaveNotice + Gift Entry + en_US + true + Notification user will process a payment and record donation when clicking Save + Click Save to process the payment and record the donation in Salesforce. + + + geTextProcessing + Gift Entry + en_US + true + Text indicating the Data Import record is being processed + Processing... + + + geTextProcessing + Gift Entry + en_US + true + Text indicating the Data Import record is being processed + Processing... + + + geTextSaving + Gift Entry + en_US + true + Text indicating the Data Import record is being saved + Saving... + + + geTextSaving + Gift Entry + en_US + true + Text indicating the Data Import record is being saved + Saving... + + + geTextUpdating + Gift Entry + en_US + true + Text indicating the Data Import record is being updated + Updating... + + + geTextUpdating + Gift Entry + en_US + true + Text indicating the Data Import record is being updated + Updating... + + + geToastListViewUpdated + Gift Entry + en_US + true + List view successfully updated + List view updated. + + + geToastListViewUpdated + Gift Entry + en_US + true + List view successfully updated + List view updated. + + + geToastSaveFailed + Gift Entry + en_US + true + Error when trying to save and system error isn't displayed + Your changes cannot be saved. Please try again. + + + geToastSaveFailed + Gift Entry + en_US + true + Error when trying to save and system error isn't displayed + Your changes cannot be saved. Please try again. + + + geToastSelectActiveSection + Gift Entry + en_US + true + Warning when attempting to add a gift field and a section hasn't been selected. + Please select a section. + + + geToastSelectActiveSection + Gift Entry + en_US + true + Warning when attempting to add a gift field and a section hasn't been selected. + Please select a section. + + + geToastTemplateCreateSuccess + Gift Entry + en_US + true + Template successfully createdThe "{0}" template was created. + + + geToastTemplateCreateSuccess + Gift Entry + en_US + true + Template successfully createdThe "{0}" template was created. + + + geToastTemplateDeleteError + Gift Entry + en_US + true + Body for toast error if deleting template used by a batch or is set as default + This template is in use and cannot be deleted. + + + geToastTemplateDeleteError + Gift Entry + en_US + true + Body for toast error if deleting template used by a batch or is set as default + This template is in use and cannot be deleted. + + + geToastTemplateDeleteSuccess + Gift Entry + en_US + true + Template successfully deletedThe "{0}" template was deleted. + + + geToastTemplateDeleteSuccess + Gift Entry + en_US + true + Template successfully deletedThe "{0}" template was deleted. + + + geToastTemplateTabsError + Gift Entry + en_US + true + Error when trying to save a template with errorsPlease review the following: {0} + + + geToastTemplateTabsError + Gift Entry + en_US + true + Error when trying to save a template with errorsPlease review the following: {0} + + + geToastTemplateUpdateSuccess + Gift Entry + en_US + true + Template successfully updatedThe "{0}" template was updated. + + + geToastTemplateUpdateSuccess + Gift Entry + en_US + true + Template successfully updatedThe "{0}" template was updated. + + + geUpdateSchedule + Gift Entry + en_US + true + Button for updating a gift's schedule + Update Recurring Schedule + + + geUpdateSchedule + Gift Entry + en_US + true + Button for updating a gift's schedule + Update Recurring Schedule + + + geUtilJWTTestInvalidKey + Gift Entry + en_US + true + Unit test error: An invalid key (empty) was provided but no exception was thrown + An invalid key (empty) was provided but no exception was thrown + + + geUtilJWTTestInvalidKey + Gift Entry + en_US + true + Unit test error: An invalid key (empty) was provided but no exception was thrown + An invalid key (empty) was provided but no exception was thrown + + + geUtilJWTTestInvalidPayload + Gift Entry + en_US + true + Unit test error: An invalid payload provided but no exception was thrown + An invalid payload provided but no exception was thrown + + + geUtilJWTTestInvalidPayload + Gift Entry + en_US + true + Unit test error: An invalid payload provided but no exception was thrown + An invalid payload provided but no exception was thrown + + + geUtilJWTTestInvalidString + Gift Entry + en_US + true + Unit test error: An invalid string was provided but no exception was thrown + An invalid string was provided but no exception was thrown + + + geUtilJWTTestInvalidString + Gift Entry + en_US + true + Unit test error: An invalid string was provided but no exception was thrown + An invalid string was provided but no exception was thrown + + + geWarningBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Warning when currency for gift doesn't match batch. + The currency for this batch is {0}. Gifts must be in the same currency as the batch. Change your currency to {0} to save a new gift to the batch. + + + geWarningBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Warning when currency for gift doesn't match batch. + The currency for this batch is {0}. Gifts must be in the same currency as the batch. Change your currency to {0} to save a new gift to the batch. + + + geWarningFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section if it contains required fields + Warning: By deleting this section, you are also removing required fields from the template. These fields need to be added into another section before you can save the template. + + + geWarningFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section if it contains required fields + Warning: By deleting this section, you are also removing required fields from the template. These fields need to be added into another section before you can save the template. + + + geWarningGauAllocFieldUpdatesDisabled + Gift Entry + en_US + true + Warning about some fields when donation already has a GAU Allocation assigned + Since this donation has at least one GAU Allocation assigned, you can't update certain fields. + + + geWarningGauAllocFieldUpdatesDisabled + Gift Entry + en_US + true + Warning about some fields when donation already has a GAU Allocation assigned + Since this donation has at least one GAU Allocation assigned, you can't update certain fields. + + + giftProcessingAccountException + en_US + true + Gift Processing account model error + Gift Processing doesn't support the Individual ("Bucket") account model. + + + giftProcessingAccountException + en_US + true + Gift Processing account model error + Gift Processing doesn't support the Individual ("Bucket") account model. + + + giftProcessingConfigException + en_US + true + Gift Processing configuration error + Your org is missing required configuration for Gift Processing. Contact your admin for help. + + + giftProcessingConfigException + en_US + true + Gift Processing configuration error + Your org is missing required configuration for Gift Processing. Contact your admin for help. + + + gsAdminSetupTitle + Get Started Page + en_US + true + Title in Get Started + ADMIN SETUP CHECKLIST + + + gsAdminSetupTitle + Get Started Page + en_US + true + Title in Get Started + ADMIN SETUP CHECKLIST + + + gsApplicationStatus + Get Started Page + en_US + true + Application Status label for the application status component + Application Status: + + + gsApplicationStatus + Get Started Page + en_US + true + Application Status label for the application status component + Application Status: + + + gsApplicationStatusModalHeader + Get Started Page + en_US + true + Header of the modal label for the application status component + Check Application Status + + + gsApplicationStatusModalHeader + Get Started Page + en_US + true + Header of the modal label for the application status component + Check Application Status + + + gsApplyForFreeLicenses + Get Started Page + en_US + true + Apply for licenses button label for the application status component + Apply for Salesforce Licenses + + + gsApplyForFreeLicenses + Get Started Page + en_US + true + Apply for licenses button label for the application status component + Apply for Salesforce Licenses + + + gsChecklistExploreNPSPDesc + Get Started Page + en_US + true + Description of checklist Explore Nonprofit in Get Started + Get comfortable with key concepts and features. + + + gsChecklistExploreNPSPDesc + Get Started Page + en_US + true + Description of checklist Explore Nonprofit in Get Started + Get comfortable with key concepts and features. + + + gsChecklistExploreNPSPTitle + Get Started Page + en_US + true + Title of checklist Explore Nonprofit in Get Started + Explore the Nonprofit Success Pack (NPSP) + + + gsChecklistExploreNPSPTitle + Get Started Page + en_US + true + Title of checklist Explore Nonprofit in Get Started + Explore the Nonprofit Success Pack (NPSP) + + + gsChecklistItemAddUserDesc + Get Started Page + en_US + true + Description of checklist item Add User in Get Started + Give users access to NPSP and manage permissions for your org to ensure the right people have access to just what they need to keep things running smoothly. + + + gsChecklistItemAddUserDesc + Get Started Page + en_US + true + Description of checklist item Add User in Get Started + Give users access to NPSP and manage permissions for your org to ensure the right people have access to just what they need to keep things running smoothly. + + + gsChecklistItemAddUserLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Add User in Get Started + Learn more about adding users in Trailhead + + + gsChecklistItemAddUserLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Add User in Get Started + Learn more about adding users in Trailhead + + + gsChecklistItemAddUserTitle + Get Started Page + en_US + true + Title of checklist item Add User in Get Started + Add Users + + + gsChecklistItemAddUserTitle + Get Started Page + en_US + true + Title of checklist item Add User in Get Started + Add Users + + + gsChecklistItemCommunicateWithUserskDesc + Get Started Page + en_US + true + Description of checklist item Communicate with Users in Get Started + Long before you flip the switch and start using Salesforce, you should make a plan for communicating clearly, compassionately, and transparently with your organization about the shift. + + + gsChecklistItemCommunicateWithUserskDesc + Get Started Page + en_US + true + Description of checklist item Communicate with Users in Get Started + Long before you flip the switch and start using Salesforce, you should make a plan for communicating clearly, compassionately, and transparently with your organization about the shift. + + + gsChecklistItemCommunicateWithUserskLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Communicate with Users in Get Started + Learn more about Chatter in Trailhead + + + gsChecklistItemCommunicateWithUserskLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Communicate with Users in Get Started + Learn more about Chatter in Trailhead + + + gsChecklistItemCommunicateWithUserskTitle + Get Started Page + en_US + true + Title of checklist item Communicate with Users in Get Started + Communicate with Your Users + + + gsChecklistItemCommunicateWithUserskTitle + Get Started Page + en_US + true + Title of checklist item Communicate with Users in Get Started + Communicate with Your Users + + + gsChecklistItemCreateDonationDesc + Get Started Page + en_US + true + Description of checklist item Create Donation in Get Started + Keep track of donations, grants, or any other type of revenue so you can identify giving patterns and understand what drives giving at the constituent level. Start by learning how to enter donations into NPSP. + + + gsChecklistItemCreateDonationDesc + Get Started Page + en_US + true + Description of checklist item Create Donation in Get Started + Keep track of donations, grants, or any other type of revenue so you can identify giving patterns and understand what drives giving at the constituent level. Start by learning how to enter donations into NPSP. + + + gsChecklistItemCreateDonationLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Create Donation in Get Started + Learn more about Donations in Trailhead + + + gsChecklistItemCreateDonationLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Create Donation in Get Started + Learn more about Donations in Trailhead + + + gsChecklistItemCreateDonationPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Create Donation in Get Started + Create Donations + + + gsChecklistItemCreateDonationPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Create Donation in Get Started + Create Donations + + + gsChecklistItemCreateDonationTitle + Get Started Page + en_US + true + Title of checklist item Create Donation in Get Started + Create a Donation + + + gsChecklistItemCreateDonationTitle + Get Started Page + en_US + true + Title of checklist item Create Donation in Get Started + Create a Donation + + + gsChecklistItemCustomFieldsDesc + Get Started Page + en_US + true + Description of checklist item Custom Fields in Get Started + Learn best practices for using picklists, filters, formulas, and other tools in the Object Manager to customize objects in your org. + + + gsChecklistItemCustomFieldsDesc + Get Started Page + en_US + true + Description of checklist item Custom Fields in Get Started + Learn best practices for using picklists, filters, formulas, and other tools in the Object Manager to customize objects in your org. + + + gsChecklistItemCustomFieldsLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Custom Fields in Get Started + Learn more about Object Manager in Trailhead + + + gsChecklistItemCustomFieldsLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Custom Fields in Get Started + Learn more about Object Manager in Trailhead + + + gsChecklistItemCustomFieldsTitle + Get Started Page + en_US + true + Title of checklist item Custom Fields in Get Started + Customize Objects + + + gsChecklistItemCustomFieldsTitle + Get Started Page + en_US + true + Title of checklist item Custom Fields in Get Started + Customize Objects + + + gsChecklistItemExtraFourMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '4 Minute Video' + 4 Minute Video + + + gsChecklistItemExtraFourMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '4 Minute Video' + 4 Minute Video + + + gsChecklistItemExtraOneMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '1 Minute Video' + 1 Minute Video + + + gsChecklistItemExtraOneMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '1 Minute Video' + 1 Minute Video + + + gsChecklistItemExtraSixtyMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '60 Minute Video' + 60 Minute Video + + + gsChecklistItemExtraSixtyMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '60 Minute Video' + 60 Minute Video + + + gsChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minutes Video' + 2 Minute Video + + + gsChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minutes Video' + 2 Minute Video + + + gsChecklistItemFundraisingProcessDesc + Get Started Page + en_US + true + Description of checklist item FundraisingProcess in Get Started + Learn how to leverage built-in tools like list views and Path to effectively manage your fundraising and donation processes. + + + gsChecklistItemFundraisingProcessDesc + Get Started Page + en_US + true + Description of checklist item FundraisingProcess in Get Started + Learn how to leverage built-in tools like list views and Path to effectively manage your fundraising and donation processes. + + + gsChecklistItemFundraisingProcessLinkLabel + Get Started Page + en_US + true + Link label of checklist item FundraisingProcess in Get Started + Learn more about list views and Path in Trailhead + + + gsChecklistItemFundraisingProcessLinkLabel + Get Started Page + en_US + true + Link label of checklist item FundraisingProcess in Get Started + Learn more about list views and Path in Trailhead + + + gsChecklistItemFundraisingProcessPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item FundraisingProcess in Get Started + Create List Views + + + gsChecklistItemFundraisingProcessPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item FundraisingProcess in Get Started + Create List Views + + + gsChecklistItemFundraisingProcessTitle + Get Started Page + en_US + true + Title of checklist item FundraisingProcess in Get Started + Visualize Your Fundraising Processes + + + gsChecklistItemFundraisingProcessTitle + Get Started Page + en_US + true + Title of checklist item FundraisingProcess in Get Started + Visualize Your Fundraising Processes + + + gsChecklistItemGoFurtherDesc + Get Started Page + en_US + true + Description of checklist item Go Further in Get Started + These initial steps will get you started, but keep in mind that the possibilities within Salesforce are limitless. Learn more about additional features as well as some of the incredible things other organizations have accomplished with the platform. + + + gsChecklistItemGoFurtherDesc + Get Started Page + en_US + true + Description of checklist item Go Further in Get Started + These initial steps will get you started, but keep in mind that the possibilities within Salesforce are limitless. Learn more about additional features as well as some of the incredible things other organizations have accomplished with the platform. + + + gsChecklistItemGoFurtherLinkLabel + Get Started Page + en_US + true + Link label of checklist item Go Further in Get Started + Discover more about NPSP in Trailhead + + + gsChecklistItemGoFurtherLinkLabel + Get Started Page + en_US + true + Link label of checklist item Go Further in Get Started + Discover more about NPSP in Trailhead + + + gsChecklistItemGoFurtherTitle + Get Started Page + en_US + true + Title of checklist item Go Further in Get Started + Go Further + + + gsChecklistItemGoFurtherTitle + Get Started Page + en_US + true + Title of checklist item Go Further in Get Started + Go Further + + + gsChecklistItemImportDataDesc + Get Started Page + en_US + true + Description of checklist item Import Data in Get Started + Use the NPSP Data Importer to get your records into Salesforce. + + + gsChecklistItemImportDataDesc + Get Started Page + en_US + true + Description of checklist item Import Data in Get Started + Use the NPSP Data Importer to get your records into Salesforce. + + + gsChecklistItemImportDataLinkLabel + Get Started Page + en_US + true + Link label of checklist item Import Data in Get Started + Learn more about importing data in Trailhead + + + gsChecklistItemImportDataLinkLabel + Get Started Page + en_US + true + Link label of checklist item Import Data in Get Started + Learn more about importing data in Trailhead + + + gsChecklistItemImportDataPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemImportDataPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemImportDataSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + See Documentation + + + gsChecklistItemImportDataSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + See Documentation + + + gsChecklistItemImportDataTitle + Get Started Page + en_US + true + Title of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemImportDataTitle + Get Started Page + en_US + true + Title of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemManageChangeDesc + Get Started Page + en_US + true + Description of checklist item Manage Change in Get Started + Salesforce is updated frequently to address issues and add new features. Understanding these changes and how to manage the update process will ensure your organization is always ready to take full advantage of the platform. + + + gsChecklistItemManageChangeDesc + Get Started Page + en_US + true + Description of checklist item Manage Change in Get Started + Salesforce is updated frequently to address issues and add new features. Understanding these changes and how to manage the update process will ensure your organization is always ready to take full advantage of the platform. + + + gsChecklistItemManageChangeLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Manage Change in Get Started + Learn more about Release Readiness in Trailhead + + + gsChecklistItemManageChangeLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Manage Change in Get Started + Learn more about Release Readiness in Trailhead + + + gsChecklistItemManageChangePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Manage Change in Get Started + View Release Readiness Group + + + gsChecklistItemManageChangePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Manage Change in Get Started + View Release Readiness Group + + + gsChecklistItemManageChangeTitle + Get Started Page + en_US + true + Title of checklist item Manage Change in Get Started + Manage Changes to Your Org + + + gsChecklistItemManageChangeTitle + Get Started Page + en_US + true + Title of checklist item Manage Change in Get Started + Manage Changes to Your Org + + + gsChecklistItemNPSPCloudDesc + Get Started Page + en_US + true + Description of checklist item NPSP Cloud in Get Started + This brief overview is meant to dip your toes into what's possible with NPSP, but you can dive deeper and discover the many other features available to your organization. + + + gsChecklistItemNPSPCloudDesc + Get Started Page + en_US + true + Description of checklist item NPSP Cloud in Get Started + This brief overview is meant to dip your toes into what's possible with NPSP, but you can dive deeper and discover the many other features available to your organization. + + + gsChecklistItemNPSPCloudLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Cloud in Get Started + Learn more about NPSP Features in Trailhead + + + gsChecklistItemNPSPCloudLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Cloud in Get Started + Learn more about NPSP Features in Trailhead + + + gsChecklistItemNPSPCloudPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Cloud in Get Started + See Features + + + gsChecklistItemNPSPCloudPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Cloud in Get Started + See Features + + + gsChecklistItemNPSPCloudTitle + Get Started Page + en_US + true + Title of checklist item NPSP Cloud in Get Started + Learn about Other Nonprofit Cloud Features + + + gsChecklistItemNPSPCloudTitle + Get Started Page + en_US + true + Title of checklist item NPSP Cloud in Get Started + Learn about Other Nonprofit Cloud Features + + + gsChecklistItemNPSPGuideDesc + Get Started Page + en_US + true + Description of checklist item NPSP Guide in Get Started + Take the time to carefully plan your implementation and ensure your Salesforce org meets the needs of your nonprofit. + + + gsChecklistItemNPSPGuideDesc + Get Started Page + en_US + true + Description of checklist item NPSP Guide in Get Started + Take the time to carefully plan your implementation and ensure your Salesforce org meets the needs of your nonprofit. + + + gsChecklistItemNPSPGuidePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Guide in Get Started + Download PDF + + + gsChecklistItemNPSPGuidePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Guide in Get Started + Download PDF + + + gsChecklistItemNPSPGuideTitle + Get Started Page + en_US + true + Title of checklist item NPSP Guide in Get Started + NPSP Planning Guide + + + gsChecklistItemNPSPGuideTitle + Get Started Page + en_US + true + Title of checklist item NPSP Guide in Get Started + NPSP Planning Guide + + + gsChecklistItemNPSPSettingsDesc + Get Started Page + en_US + true + Description of checklist item NPSP Settings in Get Started + Navigate to the NPSP Settings page and do a thorough review to confirm the settings are correct for your organization and are functioning the way you expect them to. + + + gsChecklistItemNPSPSettingsDesc + Get Started Page + en_US + true + Description of checklist item NPSP Settings in Get Started + Navigate to the NPSP Settings page and do a thorough review to confirm the settings are correct for your organization and are functioning the way you expect them to. + + + gsChecklistItemNPSPSettingsLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Settings in Get Started + Learn more about NPSP Settings in the Planning Guide + + + gsChecklistItemNPSPSettingsLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Settings in Get Started + Learn more about NPSP Settings in the Planning Guide + + + gsChecklistItemNPSPSettingsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Settings in Get Started + NPSP Settings + + + gsChecklistItemNPSPSettingsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Settings in Get Started + NPSP Settings + + + gsChecklistItemNPSPSettingsTitle + Get Started Page + en_US + true + Title of checklist item NPSP Settings in Get Started + Adjust NPSP Settings + + + gsChecklistItemNPSPSettingsTitle + Get Started Page + en_US + true + Title of checklist item NPSP Settings in Get Started + Adjust NPSP Settings + + + gsChecklistItemPageLayoutsDesc + Get Started Page + en_US + true + Description of checklist item Page Layouts in Get Started + Take the time to customize your org's look and feel, so you can be sure your users can easily find the data they need. + + + gsChecklistItemPageLayoutsDesc + Get Started Page + en_US + true + Description of checklist item Page Layouts in Get Started + Take the time to customize your org's look and feel, so you can be sure your users can easily find the data they need. + + + gsChecklistItemPageLayoutsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Page Layouts in Get Started + Learn more about Page Layouts in Trailhead + + + gsChecklistItemPageLayoutsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Page Layouts in Get Started + Learn more about Page Layouts in Trailhead + + + gsChecklistItemPageLayoutsTitle + Get Started Page + en_US + true + Title of checklist item Page Layouts in Get Started + Customize Page Layouts + + + gsChecklistItemPageLayoutsTitle + Get Started Page + en_US + true + Title of checklist item Page Layouts in Get Started + Customize Page Layouts + + + gsChecklistItemPrepareNPSPDesc + Get Started Page + en_US + true + Description of checklist item Prepare NPSP in Get Started + Set specific goals and learn best practices for implementing Nonprofit Cloud. + + + gsChecklistItemPrepareNPSPDesc + Get Started Page + en_US + true + Description of checklist item Prepare NPSP in Get Started + Set specific goals and learn best practices for implementing Nonprofit Cloud. + + + gsChecklistItemPrepareNPSPLinkLabel + Get Started Page + en_US + true + Link label of checklist item Prepare NPSP in Get Started + Learn more about NPSP Success in Trailhead + + + gsChecklistItemPrepareNPSPLinkLabel + Get Started Page + en_US + true + Link label of checklist item Prepare NPSP in Get Started + Learn more about NPSP Success in Trailhead + + + gsChecklistItemPrepareNPSPPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Prepare NPSP in Get Started + Set Goals + + + gsChecklistItemPrepareNPSPPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Prepare NPSP in Get Started + Set Goals + + + gsChecklistItemPrepareNPSPTitle + Get Started Page + en_US + true + Title of checklist item Prepare NPSP in Get Started + Prepare for Success with Nonprofit Cloud + + + gsChecklistItemPrepareNPSPTitle + Get Started Page + en_US + true + Title of checklist item Prepare NPSP in Get Started + Prepare for Success with Nonprofit Cloud + + + gsChecklistItemReviewCompanyDesc + Get Started Page + en_US + true + Description of checklist item Review Company in Get Started + Within Salesforce, organizational information is referred to as "Company Information." Here you'll set up your org's default time zone, currency locale, and fiscal year start month. You can also find information about your license usage. + + + gsChecklistItemReviewCompanyDesc + Get Started Page + en_US + true + Description of checklist item Review Company in Get Started + Within Salesforce, organizational information is referred to as "Company Information." Here you'll set up your org's default time zone, currency locale, and fiscal year start month. You can also find information about your license usage. + + + gsChecklistItemReviewCompanyLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Review Company in Get Started + Learn more about Company Information settings in Trailhead + + + gsChecklistItemReviewCompanyLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Review Company in Get Started + Learn more about Company Information settings in Trailhead + + + gsChecklistItemReviewCompanyTitle + Get Started Page + en_US + true + Title of checklist item Review Company in Get Started + Review Company Information + + + gsChecklistItemReviewCompanyTitle + Get Started Page + en_US + true + Title of checklist item Review Company in Get Started + Review Company Information + + + gsChecklistItemRunningReportsDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Learn how to build reports and dashboards to bring your data to life and help tell the story of your organization's impact. + + + gsChecklistItemRunningReportsDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Learn how to build reports and dashboards to bring your data to life and help tell the story of your organization's impact. + + + gsChecklistItemRunningReportsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Running Reports in Get Started + Learn how to customize NPSP Reports & Dashboards in Trailhead + + + gsChecklistItemRunningReportsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Running Reports in Get Started + Learn how to customize NPSP Reports & Dashboards in Trailhead + + + gsChecklistItemRunningReportsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Running Reports in Get Started + Explore Reports + + + gsChecklistItemRunningReportsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Running Reports in Get Started + Explore Reports + + + gsChecklistItemRunningReportsTitle + Get Started Page + en_US + true + Title of checklist item Running Reports in Get Started + Run Reports on Constituent Data + + + gsChecklistItemRunningReportsTitle + Get Started Page + en_US + true + Title of checklist item Running Reports in Get Started + Run Reports on Constituent Data + + + gsChecklistItemSetupContactDesc + Get Started Page + en_US + true + Description of checklist item Setup Contact in Get Started + Learn how to add relevant constituent data (for example a name, address, or employer) into your Salesforce instance. + + + gsChecklistItemSetupContactDesc + Get Started Page + en_US + true + Description of checklist item Setup Contact in Get Started + Learn how to add relevant constituent data (for example a name, address, or employer) into your Salesforce instance. + + + gsChecklistItemSetupContactLinkLabel + Get Started Page + en_US + true + Link label of checklist item Setup Contact in Get Started + Learn more about Contacts and Accounts + + + gsChecklistItemSetupContactLinkLabel + Get Started Page + en_US + true + Link label of checklist item Setup Contact in Get Started + Learn more about Contacts and Accounts + + + gsChecklistItemSetupContactPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Create Households + + + gsChecklistItemSetupContactPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Create Households + + + gsChecklistItemSetupContactSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Explore Contacts + + + gsChecklistItemSetupContactSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Explore Contacts + + + gsChecklistItemSetupContactTitle + Get Started Page + en_US + true + Title of checklist item Setup Contact in Get Started + Set Up a Contact and Household Account + + + gsChecklistItemSetupContactTitle + Get Started Page + en_US + true + Title of checklist item Setup Contact in Get Started + Set Up a Contact and Household Account + + + gsChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Activities are tasks, events, or other interactions tracked in the Activity Timeline. Activities allow you to keep track of each time you have contact with a constituent. Learn how to leverage activities to log constituent interactions and assign tasks. + + + gsChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Activities are tasks, events, or other interactions tracked in the Activity Timeline. Activities allow you to keep track of each time you have contact with a constituent. Learn how to leverage activities to log constituent interactions and assign tasks. + + + gsChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Stay Track in Get Started + Learn more about Activities in Trailhead + + + gsChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Stay Track in Get Started + Learn more about Activities in Trailhead + + + gsChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Stay Track in Get Started + Create Activities + + + gsChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Stay Track in Get Started + Create Activities + + + gsChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of checklist item Stay Track in Get Started + Stay on Track with Activities + + + gsChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of checklist item Stay Track in Get Started + Stay on Track with Activities + + + gsChecklistItemTrainUsersDesc + Get Started Page + en_US + true + Description of checklist item Train Users in Get Started + When the day to launch your Salesforce org arrives, you want every user in your organization to be ready. That's why it's important to make a plan for onboarding your users and helping them get the most out of Salesforce. + + + gsChecklistItemTrainUsersDesc + Get Started Page + en_US + true + Description of checklist item Train Users in Get Started + When the day to launch your Salesforce org arrives, you want every user in your organization to be ready. That's why it's important to make a plan for onboarding your users and helping them get the most out of Salesforce. + + + gsChecklistItemTrainUsersLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Train Users in Get Started + Learn more about training your users in Trailhead + + + gsChecklistItemTrainUsersLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Train Users in Get Started + Learn more about training your users in Trailhead + + + gsChecklistItemTrainUsersTitle + Get Started Page + en_US + true + Title of checklist item Train Users in Get Started + Train Your users + + + gsChecklistItemTrainUsersTitle + Get Started Page + en_US + true + Title of checklist item Train Users in Get Started + Train Your users + + + gsChecklistMakeItYourDesc + Adoption, Group, Description + en_US + true + Description of checklist Make Your in Get Started + Customize Salesforce with information that's unique to your organization. + + + gsChecklistMakeItYourDesc + Adoption, Group, Description + en_US + true + Description of checklist Make Your in Get Started + Customize Salesforce with information that's unique to your organization. + + + gsChecklistMakeItYourTitle + Get Started Page + en_US + true + Title of checklist Make Your in Get Started + Make it Your Own + + + gsChecklistMakeItYourTitle + Get Started Page + en_US + true + Title of checklist Make Your in Get Started + Make it Your Own + + + gsChecklistOnboardUsersDesc + Get Started Page + en_US + true + Description of checklist User Onboard in Get Started + Add your users to Salesforce and plan your rollout. + + + gsChecklistOnboardUsersDesc + Get Started Page + en_US + true + Description of checklist User Onboard in Get Started + Add your users to Salesforce and plan your rollout. + + + gsChecklistOnboardUsersTitle + Get Started Page + en_US + true + Title of checklist User Onboard in Get Started + Onboard Your Users + + + gsChecklistOnboardUsersTitle + Get Started Page + en_US + true + Title of checklist User Onboard in Get Started + Onboard Your Users + + + gsCheckStatus + Get Started Page + en_US + true + Check Status label for the application status component + Check Status + + + gsCheckStatus + Get Started Page + en_US + true + Check Status label for the application status component + Check Status + + + gsDaysAdded + Get Started Page + en_US + true + Days added label for the application status component + 30 Days Added + + + gsDaysAdded + Get Started Page + en_US + true + Days added label for the application status component + 30 Days Added + + + gsDaysRemainingInFreeTrial + Get Started Page + en_US + true + Days remaining in the free trial label for the application status component + Days Remaining in Free Trial + + + gsDaysRemainingInFreeTrial + Get Started Page + en_US + true + Days remaining in the free trial label for the application status component + Days Remaining in Free Trial + + + gseuChecklistCreateConstituentRecordsDesc + Get Started Page + en_US + true + Description for Create Constituent Records section in Get Started + People are the heart of any nonprofit. Explore Nonprofit Success Pack features to learn how to manage your constituents and their household, personal, and professional connections. + + + gseuChecklistCreateConstituentRecordsDesc + Get Started Page + en_US + true + Description for Create Constituent Records section in Get Started + People are the heart of any nonprofit. Explore Nonprofit Success Pack features to learn how to manage your constituents and their household, personal, and professional connections. + + + gseuChecklistCreateConstituentRecordsTitle + Get Started Page + en_US + true + Title for Create Constituent Records section in Get Started + Create Constituent Records + + + gseuChecklistCreateConstituentRecordsTitle + Get Started Page + en_US + true + Title for Create Constituent Records section in Get Started + Create Constituent Records + + + gseuChecklistItemCaptureDonorIntentDesc + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + When you raise funds for a specific purpose, you want to be sure you are honoring the donor intent. Ensure donations are allocated correctly with General Allocation Units. + + + gseuChecklistItemCaptureDonorIntentDesc + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + When you raise funds for a specific purpose, you want to be sure you are honoring the donor intent. Ensure donations are allocated correctly with General Allocation Units. + + + gseuChecklistItemCaptureDonorIntentLinkLabel + Get Started Page + en_US + true + Link label of Capture Donor Intent checklist item in Get Started for End Users + Learn more about Donation Allocations in Trailhead + + + gseuChecklistItemCaptureDonorIntentLinkLabel + Get Started Page + en_US + true + Link label of Capture Donor Intent checklist item in Get Started for End Users + Learn more about Donation Allocations in Trailhead + + + gseuChecklistItemCaptureDonorIntentPriBtnLabel + Get Started Page + en_US + true + Button label of Capture Donor Intent checklist item in Get Started for End Users + Create Allocations + + + gseuChecklistItemCaptureDonorIntentPriBtnLabel + Get Started Page + en_US + true + Button label of Capture Donor Intent checklist item in Get Started for End Users + Create Allocations + + + gseuChecklistItemCaptureDonorIntentTitle + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + Capture Donor Intent with Donation Allocations + + + gseuChecklistItemCaptureDonorIntentTitle + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + Capture Donor Intent with Donation Allocations + + + gseuChecklistItemCollectGiftsDesc + Get Started Page + en_US + true + Description of Collect Gifts checklist item in Get Started for End Users + Monthly giving can provide a predictable source of nonprofit revenue, and sustaining donors are often a nonprofit's most loyal and committed supporters. Track monthly giving by creating a Recurring Donation. + + + gseuChecklistItemCollectGiftsDesc + Get Started Page + en_US + true + Description of Collect Gifts checklist item in Get Started for End Users + Monthly giving can provide a predictable source of nonprofit revenue, and sustaining donors are often a nonprofit's most loyal and committed supporters. Track monthly giving by creating a Recurring Donation. + + + gseuChecklistItemCollectGiftsLinkLabel + Get Started Page + en_US + true + Link label of Collect Gifts checklist item in Get Started for End Users + Learn more about Recurring Donations in Trailhead + + + gseuChecklistItemCollectGiftsLinkLabel + Get Started Page + en_US + true + Link label of Collect Gifts checklist item in Get Started for End Users + Learn more about Recurring Donations in Trailhead + + + gseuChecklistItemCollectGiftsPriBtnLabel + Get Started Page + en_US + true + Button label of Collect Gifts checklist item in Get Started for End Users + Create Recurring Donations + + + gseuChecklistItemCollectGiftsPriBtnLabel + Get Started Page + en_US + true + Button label of Collect Gifts checklist item in Get Started for End Users + Create Recurring Donations + + + gseuChecklistItemCollectGiftsTitle + Get Started Page + en_US + true + Title of Collect Gifts checklist item in Get Started for End Users + Collect Sustaining Gifts with Recurring Donations + + + gseuChecklistItemCollectGiftsTitle + Get Started Page + en_US + true + Title of Collect Gifts checklist item in Get Started for End Users + Collect Sustaining Gifts with Recurring Donations + + + gseuChecklistItemConnectContactOrganizationBlueButton + Get Started Page + en_US + true + Button text for Connect Contacts to Organization checklist item + Create Affiliations + + + gseuChecklistItemConnectContactOrganizationBlueButton + Get Started Page + en_US + true + Button text for Connect Contacts to Organization checklist item + Create Affiliations + + + gseuChecklistItemConnectContactOrganizationDesc + Get Started Page + en_US + true + Description for Connect Contact to Organization checklist item in Get Started + Affiliations in NPSP let you capture important connections between your constituents and related organizations such as work, school, or business. Connect a Contact to an Organization using Organization Affiliations. + + + gseuChecklistItemConnectContactOrganizationDesc + Get Started Page + en_US + true + Description for Connect Contact to Organization checklist item in Get Started + Affiliations in NPSP let you capture important connections between your constituents and related organizations such as work, school, or business. Connect a Contact to an Organization using Organization Affiliations. + + + gseuChecklistItemConnectContactOrganizationLink + Get Started Page + en_US + true + Link text for Connect Contacts to Organization checklist item in Get Started + Learn more about Affiliations in Trailhead + + + gseuChecklistItemConnectContactOrganizationLink + Get Started Page + en_US + true + Link text for Connect Contacts to Organization checklist item in Get Started + Learn more about Affiliations in Trailhead + + + gseuChecklistItemConnectContactOrganizationTitle + Get Started Page + en_US + true + Title for Connect Contact to Organization checklist item in Get Started + Connect a Contact to an Organization with Affiliations + + + gseuChecklistItemConnectContactOrganizationTitle + Get Started Page + en_US + true + Title for Connect Contact to Organization checklist item in Get Started + Connect a Contact to an Organization with Affiliations + + + gseuChecklistItemConnectContactsRelationshipsBlueButton + Get Started Page + en_US + true + Button text for Connect Two Contacts with Relationships checklist item + Create Relationships + + + gseuChecklistItemConnectContactsRelationshipsBlueButton + Get Started Page + en_US + true + Button text for Connect Two Contacts with Relationships checklist item + Create Relationships + + + gseuChecklistItemConnectContactsRelationshipsDesc + Get Started Page + en_US + true + Description for Connect Two Contacts with Relationships checklist item + Relationships in NPSP let you capture important connections between your constituents. Connect Contacts using the Relationships related list on the Contact records. + + + gseuChecklistItemConnectContactsRelationshipsDesc + Get Started Page + en_US + true + Description for Connect Two Contacts with Relationships checklist item + Relationships in NPSP let you capture important connections between your constituents. Connect Contacts using the Relationships related list on the Contact records. + + + gseuChecklistItemConnectContactsRelationshipsLink + Get Started Page + en_US + true + Link text for Connect Two Contacts with Relationships checklist item + Learn more about Relationships in Trailhead + + + gseuChecklistItemConnectContactsRelationshipsLink + Get Started Page + en_US + true + Link text for Connect Two Contacts with Relationships checklist item + Learn more about Relationships in Trailhead + + + gseuChecklistItemConnectContactsRelationshipsTitle + Get Started Page + en_US + true + Title for Connect Two Contacts with Relationships checklist item in Get Started + Connect Two Contacts with Relationships + + + gseuChecklistItemConnectContactsRelationshipsTitle + Get Started Page + en_US + true + Title for Connect Two Contacts with Relationships checklist item in Get Started + Connect Two Contacts with Relationships + + + gseuChecklistItemCreateContactAndAccountBlueButton + Get Started Page + en_US + true + Button text for Create Contacts and Account checklist item in Get Started + Create Contacts + + + gseuChecklistItemCreateContactAndAccountBlueButton + Get Started Page + en_US + true + Button text for Create Contacts and Account checklist item in Get Started + Create Contacts + + + gseuChecklistItemCreateContactAndAccountDesc + Get Started Page + en_US + true + Description for Contacts and Account checklist item in Get Started + People are the most important resource for a nonprofit, so understanding how we use the Contact object to track them in NPSP is key. The Contact object stores constituent data such as name, address, and employer. + + + gseuChecklistItemCreateContactAndAccountDesc + Get Started Page + en_US + true + Description for Contacts and Account checklist item in Get Started + People are the most important resource for a nonprofit, so understanding how we use the Contact object to track them in NPSP is key. The Contact object stores constituent data such as name, address, and employer. + + + gseuChecklistItemCreateContactAndAccountLink + Get Started Page + en_US + true + Link text for Contacts and Accounts checklist item in Get Started + Learn more about Contacts and Accounts in Trailhead + + + gseuChecklistItemCreateContactAndAccountLink + Get Started Page + en_US + true + Link text for Contacts and Accounts checklist item in Get Started + Learn more about Contacts and Accounts in Trailhead + + + gseuChecklistItemCreateContactAndAccountTitle + Get Started Page + en_US + true + Title for Contacts and Accounts checklist item in Get Started + Create Contacts and Household Accounts + + + gseuChecklistItemCreateContactAndAccountTitle + Get Started Page + en_US + true + Title for Contacts and Accounts checklist item in Get Started + Create Contacts and Household Accounts + + + gseuChecklistItemDonationIndividualDesc + Get Started Page + en_US + true + Description of Individual Donation checklist item in Get Started for End Users + For most nonprofits, donations come from individual contributions. Track individual donations by creating an Opportunity from a Contact record. + + + gseuChecklistItemDonationIndividualDesc + Get Started Page + en_US + true + Description of Individual Donation checklist item in Get Started for End Users + For most nonprofits, donations come from individual contributions. Track individual donations by creating an Opportunity from a Contact record. + + + gseuChecklistItemDonationIndividualLinkLabel + Get Started Page + en_US + true + Link label of Individual Donation checklist item in Get Started for End Users + Learn more about Individual Donations in Trailhead + + + gseuChecklistItemDonationIndividualLinkLabel + Get Started Page + en_US + true + Link label of Individual Donation checklist item in Get Started for End Users + Learn more about Individual Donations in Trailhead + + + gseuChecklistItemDonationIndividualPriBtnLabel + Get Started Page + en_US + true + Button label of Individual Donation checklist item in Get Started for End Users + Enter Individual Donations + + + gseuChecklistItemDonationIndividualPriBtnLabel + Get Started Page + en_US + true + Button label of Individual Donation checklist item in Get Started for End Users + Enter Individual Donations + + + gseuChecklistItemDonationIndividualTitle + Get Started Page + en_US + true + Title of Individual Donation checklist item in Get Started for End Users + Enter a Donation from an Individual + + + gseuChecklistItemDonationIndividualTitle + Get Started Page + en_US + true + Title of Individual Donation checklist item in Get Started for End Users + Enter a Donation from an Individual + + + gseuChecklistItemDonationOrganizationDesc + Get Started Page + en_US + true + Description of Organization Donation checklist item in Get Started for End Users + Institutional and corporate giving are an important source of nonprofit support. Track organizational giving by creating an Opportunity from an Account record. + + + gseuChecklistItemDonationOrganizationDesc + Get Started Page + en_US + true + Description of Organization Donation checklist item in Get Started for End Users + Institutional and corporate giving are an important source of nonprofit support. Track organizational giving by creating an Opportunity from an Account record. + + + gseuChecklistItemDonationOrganizationLinkLabel + Get Started Page + en_US + true + Link label of Organization Donation checklist item in Get Started for End Users + Learn more about Organization Donations in Trailhead + + + gseuChecklistItemDonationOrganizationLinkLabel + Get Started Page + en_US + true + Link label of Organization Donation checklist item in Get Started for End Users + Learn more about Organization Donations in Trailhead + + + gseuChecklistItemDonationOrganizationPriBtnLabel + Get Started Page + en_US + true + Button label of Org Donation checklist item in Get Started for End Users + Enter Organization Donations + + + gseuChecklistItemDonationOrganizationPriBtnLabel + Get Started Page + en_US + true + Button label of Org Donation checklist item in Get Started for End Users + Enter Organization Donations + + + gseuChecklistItemDonationOrganizationTitle + Get Started Page + en_US + true + Title of Organization Donation checklist item in Get Started for End Users + Enter a Donation from an Organization + + + gseuChecklistItemDonationOrganizationTitle + Get Started Page + en_US + true + Title of Organization Donation checklist item in Get Started for End Users + Enter a Donation from an Organization + + + gseuChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minute Video' + 2 Minute Video + + + gseuChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minute Video' + 2 Minute Video + + + gseuChecklistItemGlobalSearchDesc + Get Started Page + en_US + true + Description of Global Search checklist item in Get Started for End Users + When you're just getting started with NPSP, finding records can be tricky. Use global search to search across your entire Salesforce org and find what you need fast. + + + gseuChecklistItemGlobalSearchDesc + Get Started Page + en_US + true + Description of Global Search checklist item in Get Started for End Users + When you're just getting started with NPSP, finding records can be tricky. Use global search to search across your entire Salesforce org and find what you need fast. + + + gseuChecklistItemGlobalSearchLinkLabel + Get Started Page + en_US + true + Link label of Global Search checklist item in Get Started for End Users + Learn more about Search Results in Trailhead + + + gseuChecklistItemGlobalSearchLinkLabel + Get Started Page + en_US + true + Link label of Global Search checklist item in Get Started for End Users + Learn more about Search Results in Trailhead + + + gseuChecklistItemGlobalSearchPriBtnLabel + Get Started Page + en_US + true + Button label of Global Search checklist item in Get Started for End Users + Find Records + + + gseuChecklistItemGlobalSearchPriBtnLabel + Get Started Page + en_US + true + Button label of Global Search checklist item in Get Started for End Users + Find Records + + + gseuChecklistItemGlobalSearchTitle + Get Started Page + en_US + true + Title of Global Search checklist item in Get Started for End Users + Find Records with Global Search + + + gseuChecklistItemGlobalSearchTitle + Get Started Page + en_US + true + Title of Global Search checklist item in Get Started for End Users + Find Records with Global Search + + + gseuChecklistItemPrebuiltNPSPReportDesc + Get Started Page + en_US + true + Description of Prebuilt NPSP Report checklist item in Get Started for End Users + NPSP includes 87 of the most commonly-used constituent and fundraising reports. Use these reports as is, or customize them. + + + gseuChecklistItemPrebuiltNPSPReportDesc + Get Started Page + en_US + true + Description of Prebuilt NPSP Report checklist item in Get Started for End Users + NPSP includes 87 of the most commonly-used constituent and fundraising reports. Use these reports as is, or customize them. + + + gseuChecklistItemPrebuiltNPSPReportLinkLabel + Get Started Page + en_US + true + Link label of Prebuilt NPSP Report checklist item in Get Started for End Users + Learn more about NPSP Reports in Trailhead + + + gseuChecklistItemPrebuiltNPSPReportLinkLabel + Get Started Page + en_US + true + Link label of Prebuilt NPSP Report checklist item in Get Started for End Users + Learn more about NPSP Reports in Trailhead + + + gseuChecklistItemPrebuiltNPSPReportPriBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Run Reports + + + gseuChecklistItemPrebuiltNPSPReportPriBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Run Reports + + + gseuChecklistItemPrebuiltNPSPReportSecBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Reports Workbook + + + gseuChecklistItemPrebuiltNPSPReportSecBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Reports Workbook + + + gseuChecklistItemPrebuiltNPSPReportTitle + Get Started Page + en_US + true + Title of Prebuilt NPSP Report checklist item in Get Started for End Users + Run a Prebuilt NPSP Report + + + gseuChecklistItemPrebuiltNPSPReportTitle + Get Started Page + en_US + true + Title of Prebuilt NPSP Report checklist item in Get Started for End Users + Run a Prebuilt NPSP Report + + + gseuChecklistItemStandardReportTypeDesc + Get Started Page + en_US + true + Description of Standard Report Type checklist item in Get Started for End Users + The Lightning Report Builder gives you the ability to create your own custom reports using standard report types. The report type you choose determines the objects and fields available in your report. + + + gseuChecklistItemStandardReportTypeDesc + Get Started Page + en_US + true + Description of Standard Report Type checklist item in Get Started for End Users + The Lightning Report Builder gives you the ability to create your own custom reports using standard report types. The report type you choose determines the objects and fields available in your report. + + + gseuChecklistItemStandardReportTypeLinkLabel + Get Started Page + en_US + true + Link label of Standard Report Type checklist item in Get Started for End Users + Learn more about Standard Report Types in Trailhead + + + gseuChecklistItemStandardReportTypeLinkLabel + Get Started Page + en_US + true + Link label of Standard Report Type checklist item in Get Started for End Users + Learn more about Standard Report Types in Trailhead + + + gseuChecklistItemStandardReportTypePriBtnLabel + Get Started Page + en_US + true + Button label of Standard Report Type checklist item in Get Started for End Users + Create Reports + + + gseuChecklistItemStandardReportTypePriBtnLabel + Get Started Page + en_US + true + Button label of Standard Report Type checklist item in Get Started for End Users + Create Reports + + + gseuChecklistItemStandardReportTypeTitle + Get Started Page + en_US + true + Title of Standard Report Type checklist item in Get Started for End Users + Create a Report from a Standard Report Type + + + gseuChecklistItemStandardReportTypeTitle + Get Started Page + en_US + true + Title of Standard Report Type checklist item in Get Started for End Users + Create a Report from a Standard Report Type + + + gseuChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of Stay on Track checklist item in Get Started for End Users + The activities panel helps you and your colleagues capture all work related to a particular Contact, Organization, or Opportunity. Log calls, assign tasks, send an email, and create calendar events right from the record you're working on. + + + gseuChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of Stay on Track checklist item in Get Started for End Users + The activities panel helps you and your colleagues capture all work related to a particular Contact, Organization, or Opportunity. Log calls, assign tasks, send an email, and create calendar events right from the record you're working on. + + + gseuChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link label of Stay on Track checklist item in Get Started for End Users + Learn more about Activities in Trailhead + + + gseuChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link label of Stay on Track checklist item in Get Started for End Users + Learn more about Activities in Trailhead + + + gseuChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of Stay on Track checklist item in Get Started for End Users + Track Activities + + + gseuChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of Stay on Track checklist item in Get Started for End Users + Track Activities + + + gseuChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of Stay on Track checklist item in Get Started for End Users + Stay on Track with Activities + + + gseuChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of Stay on Track checklist item in Get Started for End Users + Stay on Track with Activities + + + gseuChecklistItemTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist item in Get Started for End Users + Campaigns let you to track your constituent outreach in Salesforce. Use the Primary Campaign field on Opportunities to better evaluate your fundraising efforts. + + + gseuChecklistItemTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist item in Get Started for End Users + Campaigns let you to track your constituent outreach in Salesforce. Use the Primary Campaign field on Opportunities to better evaluate your fundraising efforts. + + + gseuChecklistItemTrackDonationLinkLabel + Get Started Page + en_US + true + Link label of Track Donation checklist item in Get Started for End Users + Learn more about Campaigns in Trailhead + + + gseuChecklistItemTrackDonationLinkLabel + Get Started Page + en_US + true + Link label of Track Donation checklist item in Get Started for End Users + Learn more about Campaigns in Trailhead + + + gseuChecklistItemTrackDonationPriBtnLabel + Get Started Page + en_US + true + Button label of Track Donation checklist item in Get Started for End Users + Track Constituent Outreach + + + gseuChecklistItemTrackDonationPriBtnLabel + Get Started Page + en_US + true + Button label of Track Donation checklist item in Get Started for End Users + Track Constituent Outreach + + + gseuChecklistItemTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist item in Get Started for End Users + Track Donation Sources with Campaigns + + + gseuChecklistItemTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist item in Get Started for End Users + Track Donation Sources with Campaigns + + + gseuChecklistItemViewDashboardDesc + Get Started Page + en_US + true + Description of View Dashboard checklist item in Get Started for End Users + Dashboards pull data from one or more reports and display it side by side in the same window. NPSP includes three dashboards that you can use as is or customize. + + + gseuChecklistItemViewDashboardDesc + Get Started Page + en_US + true + Description of View Dashboard checklist item in Get Started for End Users + Dashboards pull data from one or more reports and display it side by side in the same window. NPSP includes three dashboards that you can use as is or customize. + + + gseuChecklistItemViewDashboardLinkLabel + Get Started Page + en_US + true + Link label of View Dashboard checklist item in Get Started for End Users + Learn more about Dashboards in Trailhead + + + gseuChecklistItemViewDashboardLinkLabel + Get Started Page + en_US + true + Link label of View Dashboard checklist item in Get Started for End Users + Learn more about Dashboards in Trailhead + + + gseuChecklistItemViewDashboardPriBtnLabel + Get Started Page + en_US + true + Button label of View Dashboard checklist item in Get Started for End Users + View Dashboards + + + gseuChecklistItemViewDashboardPriBtnLabel + Get Started Page + en_US + true + Button label of View Dashboard checklist item in Get Started for End Users + View Dashboards + + + gseuChecklistItemViewDashboardTitle + Get Started Page + en_US + true + Title of View Dashboard checklist item in Get Started for End Users + View a Dashboard + + + gseuChecklistItemViewDashboardTitle + Get Started Page + en_US + true + Title of View Dashboard checklist item in Get Started for End Users + View a Dashboard + + + gseuChecklistItemWhatIsNPCloudLink + Get Started Page + en_US + true + Link text for What is Nonprofit Cloud checklist item in Welcome section + Learn more about the Nonprofit Cloud in Trailhead + + + gseuChecklistItemWhatIsNPCloudLink + Get Started Page + en_US + true + Link text for What is Nonprofit Cloud checklist item in Welcome section + Learn more about the Nonprofit Cloud in Trailhead + + + gseuChecklistItemWhatIsNPCloudTitle + Get Started Page + en_US + true + Title for What is Nonprofit Cloud checklist item in Welcome section + What is Nonprofit Cloud? + + + gseuChecklistItemWhatIsNPCloudTitle + Get Started Page + en_US + true + Title for What is Nonprofit Cloud checklist item in Welcome section + What is Nonprofit Cloud? + + + gseuChecklistItemWhatIsNPCloudTitleDesc + Get Started Page + en_US + true + Description for What is Nonprofit Cloud checklist item in Welcome section + Nonprofit Cloud includes apps, tools, features, services, and technology designed to meet the unique needs of nonprofits. + + + gseuChecklistItemWhatIsNPCloudTitleDesc + Get Started Page + en_US + true + Description for What is Nonprofit Cloud checklist item in Welcome section + Nonprofit Cloud includes apps, tools, features, services, and technology designed to meet the unique needs of nonprofits. + + + gseuChecklistItemWhatIsNPSPDesc + Get Started Page + en_US + true + Description for What is NPSP checklist item in Welcome section + The foundation of Nonprofit Cloud is the Nonprofit Success Pack (NPSP) app. NPSP helps you manage your constituents and fundraising efforts. If someone says they're using the "nonprofit version" of Salesforce, they're usually talking about NPSP. + + + gseuChecklistItemWhatIsNPSPDesc + Get Started Page + en_US + true + Description for What is NPSP checklist item in Welcome section + The foundation of Nonprofit Cloud is the Nonprofit Success Pack (NPSP) app. NPSP helps you manage your constituents and fundraising efforts. If someone says they're using the "nonprofit version" of Salesforce, they're usually talking about NPSP. + + + gseuChecklistItemWhatIsNPSPLink + Get Started Page + en_US + true + Link text for What is NPSP checklist item in Welcome section + Learn more about Nonprofit Success Pack in Trailhead + + + gseuChecklistItemWhatIsNPSPLink + Get Started Page + en_US + true + Link text for What is NPSP checklist item in Welcome section + Learn more about Nonprofit Success Pack in Trailhead + + + gseuChecklistItemWhatIsNPSPTitle + Get Started Page + en_US + true + Title for What is NPSP checklist item in Welcome section + What is Nonprofit Success Pack? + + + gseuChecklistItemWhatIsNPSPTitle + Get Started Page + en_US + true + Title for What is NPSP checklist item in Welcome section + What is Nonprofit Success Pack? + + + gseuChecklistItemWorkMultipleRecordsDesc + Get Started Page + en_US + true + Description of Multiple Records checklist item in Get Started for End Users + List views help you easily find what you need by providing filtered groups of Contacts, Accounts, Opportunities, and other objects. + + + gseuChecklistItemWorkMultipleRecordsDesc + Get Started Page + en_US + true + Description of Multiple Records checklist item in Get Started for End Users + List views help you easily find what you need by providing filtered groups of Contacts, Accounts, Opportunities, and other objects. + + + gseuChecklistItemWorkMultipleRecordsLinkLabel + Get Started Page + en_US + true + Link label of Multiple Records checklist item in Get Started for End Users + Learn more about List Views in Trailhead + + + gseuChecklistItemWorkMultipleRecordsLinkLabel + Get Started Page + en_US + true + Link label of Multiple Records checklist item in Get Started for End Users + Learn more about List Views in Trailhead + + + gseuChecklistItemWorkMultipleRecordsPriBtnLabel + Get Started Page + en_US + true + Button label of Multiple Records checklist item in Get Started for End Users + Visualize Processes + + + gseuChecklistItemWorkMultipleRecordsPriBtnLabel + Get Started Page + en_US + true + Button label of Multiple Records checklist item in Get Started for End Users + Visualize Processes + + + gseuChecklistItemWorkMultipleRecordsTitle + Get Started Page + en_US + true + Title of Work with Multiple Records checklist item in Get Started for End Users + Work with Multiple Records Using List Views + + + gseuChecklistItemWorkMultipleRecordsTitle + Get Started Page + en_US + true + Title of Work with Multiple Records checklist item in Get Started for End Users + Work with Multiple Records Using List Views + + + gseuChecklistTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist in Get Started for End Users + In NPSP, you track donations, grants, pledges, and other types of revenue using the Opportunity object. You can create donations from an individual or from an organization such as a foundation, business, or government entity. + + + gseuChecklistTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist in Get Started for End Users + In NPSP, you track donations, grants, pledges, and other types of revenue using the Opportunity object. You can create donations from an individual or from an organization such as a foundation, business, or government entity. + + + gseuChecklistTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist in Get Started for End Users + Track Donations and Other Income Types with NPSP + + + gseuChecklistTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist in Get Started for End Users + Track Donations and Other Income Types with NPSP + + + gseuChecklistWelcomeNPSPDesc + Get Started Page + en_US + true + Description of Welcome to Nonprofit checklist section in Get Started + Use these essential resources to help you get started with your NPSP journey. + + + gseuChecklistWelcomeNPSPDesc + Get Started Page + en_US + true + Description of Welcome to Nonprofit checklist section in Get Started + Use these essential resources to help you get started with your NPSP journey. + + + gseuChecklistWelcomeNPSPTitle + Get Started Page + en_US + true + Title of Welcome to Nonprofit checklist section in Get Started + Welcome to Nonprofit Success Pack and Nonprofit Cloud + + + gseuChecklistWelcomeNPSPTitle + Get Started Page + en_US + true + Title of Welcome to Nonprofit checklist section in Get Started + Welcome to Nonprofit Success Pack and Nonprofit Cloud + + + gseuChecklistWorkRecordsDesc + Get Started Page + en_US + true + Description of Work with Records checklist in Get Started for End Users + After you get your constituent and donation data into NPSP, you need to be able to easily find and interact with the records you're working on. + + + gseuChecklistWorkRecordsDesc + Get Started Page + en_US + true + Description of Work with Records checklist in Get Started for End Users + After you get your constituent and donation data into NPSP, you need to be able to easily find and interact with the records you're working on. + + + gseuChecklistWorkRecordsTitle + Get Started Page + en_US + true + Title of Work with Records checklist in Get Started for End Users + Work with Records + + + gseuChecklistWorkRecordsTitle + Get Started Page + en_US + true + Title of Work with Records checklist in Get Started for End Users + Work with Records + + + gseuChecklistYourDataDesc + Get Started Page + en_US + true + Description of Understand Your Data checklist item in Get Started for End Users + Reports and Dashboards help organize your data so that you can tell the story of your organization's impact. NPSP includes out-of-the-box reports, or you can create your own. + + + gseuChecklistYourDataDesc + Get Started Page + en_US + true + Description of Understand Your Data checklist item in Get Started for End Users + Reports and Dashboards help organize your data so that you can tell the story of your organization's impact. NPSP includes out-of-the-box reports, or you can create your own. + + + gseuChecklistYourDataTitle + Get Started Page + en_US + true + Title of Understand Your Data checklist item in Get Started for End Users + Understand Your Data + + + gseuChecklistYourDataTitle + Get Started Page + en_US + true + Title of Understand Your Data checklist item in Get Started for End Users + Understand Your Data + + + gseuExploreTrailheadButton + End User Get Started Page + en_US + true + Text displayed in the button on the Trailhead component. + Explore Trailhead + + + gseuExploreTrailheadButton + End User Get Started Page + en_US + true + Text displayed in the button on the Trailhead component. + Explore Trailhead + + + gseuPageTitle + Get Started Page + en_US + true + Title of the End User Get Started Page + SETUP CHECKLIST + + + gseuPageTitle + Get Started Page + en_US + true + Title of the End User Get Started Page + SETUP CHECKLIST + + + gseuResourcesItemAboutNPSPLabel + Get Started Page + en_US + true + About NPSP label in Get Started Resources section for End Users + Learn More About NPSP + + + gseuResourcesItemAboutNPSPLabel + Get Started Page + en_US + true + About NPSP label in Get Started Resources section for End Users + Learn More About NPSP + + + gseuResourcesItemAboutNPSPLinkLabel + Get Started Page + en_US + true + About NPSP link label in Get Started Resources section for End Users + NPSP Documentation + + + gseuResourcesItemAboutNPSPLinkLabel + Get Started Page + en_US + true + About NPSP link label in Get Started Resources section for End Users + NPSP Documentation + + + gseuResourcesItemCommunityGroupLabel + Get Started Page + en_US + true + Community Group label in Get Started Resources section for End Users + Find a Community Group + + + gseuResourcesItemCommunityGroupLabel + Get Started Page + en_US + true + Community Group label in Get Started Resources section for End Users + Find a Community Group + + + gseuResourcesItemCommunityGroupLinkLabel + Get Started Page + en_US + true + Community Group link label in Get Started Resources section for End Users + Trailhead Community + + + gseuResourcesItemCommunityGroupLinkLabel + Get Started Page + en_US + true + Community Group link label in Get Started Resources section for End Users + Trailhead Community + + + gseuResourcesItemQuestionsAnsweredLabel + Get Started Page + en_US + true + Questions Answered label in Get Started Resources section for End Users + Get Your Questions Answered + + + gseuResourcesItemQuestionsAnsweredLabel + Get Started Page + en_US + true + Questions Answered label in Get Started Resources section for End Users + Get Your Questions Answered + + + gseuResourcesItemQuestionsAnsweredLinkLabel + Get Started Page + en_US + true + Questions Answered link label in Get Started Resources section for End Users + Trailblazer Community + + + gseuResourcesItemQuestionsAnsweredLinkLabel + Get Started Page + en_US + true + Questions Answered link label in Get Started Resources section for End Users + Trailblazer Community + + + gseuResourcesItemWatchVideosLabel + Get Started Page + en_US + true + Watch Videos label in Get Started Resources section for End Users + Watch How-To Videos + + + gseuResourcesItemWatchVideosLabel + Get Started Page + en_US + true + Watch Videos label in Get Started Resources section for End Users + Watch How-To Videos + + + gseuResourcesItemWatchVideosLinkLabel + Get Started Page + en_US + true + Watch Videos link label in Get Started Resources section for End Users + NPSP Videography Channel + + + gseuResourcesItemWatchVideosLinkLabel + Get Started Page + en_US + true + Watch Videos link label in Get Started Resources section for End Users + NPSP Videography Channel + + + gseuResourcesItemWebinarsLabel + Get Started Page + en_US + true + Webinars label in Get Started Resources section for End Users + Find Events and Webinars + + + gseuResourcesItemWebinarsLabel + Get Started Page + en_US + true + Webinars label in Get Started Resources section for End Users + Find Events and Webinars + + + gseuResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Webinars link label in Get Started Resources section for End Users + Salesforce Calendar + + + gseuResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Webinars link label in Get Started Resources section for End Users + Salesforce Calendar + + + gseuTrailheadLogoText + End User Get Started Page + en_US + true + Text displayed in the trailhead component for logo + Trailhead Logo + + + gseuTrailheadLogoText + End User Get Started Page + en_US + true + Text displayed in the trailhead component for logo + Trailhead Logo + + + gseuTrailheadText + End User Get Started Page + en_US + true + Text displayed in the trailhead component + Learn even more about Nonprofit Cloud and Salesforce. + + + gseuTrailheadText + End User Get Started Page + en_US + true + Text displayed in the trailhead component + Learn even more about Nonprofit Cloud and Salesforce. + + + gsFollowUpApplicationStatus + Get Started Page + en_US + true + Follow up Application Status label for the application status component + To follow up on your application status, please email us at: + + + gsFollowUpApplicationStatus + Get Started Page + en_US + true + Follow up Application Status label for the application status component + To follow up on your application status, please email us at: + + + gsLearnMore + Get Started Page + en_US + true + Learn more label for the application status component + Learn More + + + gsLearnMore + Get Started Page + en_US + true + Learn more label for the application status component + Learn More + + + gsNoApplicationSubmitted + Get Started Page + en_US + true + No application submitted label for the application status component + No Application Submitted + + + gsNoApplicationSubmitted + Get Started Page + en_US + true + No application submitted label for the application status component + No Application Submitted + + + gsResourcesItemFundraisingLabel + Get Started Page + en_US + true + Resource Fundraising label in Get Started Resources section + Fundraising Learning Path + + + gsResourcesItemFundraisingLabel + Get Started Page + en_US + true + Resource Fundraising label in Get Started Resources section + Fundraising Learning Path + + + gsResourcesItemFundraisingLinkLabel + Get Started Page + en_US + true + Resource Fundraising link label in Get Started Resources section + Start Fundraising + + + gsResourcesItemFundraisingLinkLabel + Get Started Page + en_US + true + Resource Fundraising link label in Get Started Resources section + Start Fundraising + + + gsResourcesItemHubLabel + Get Started Page + en_US + true + Resource Hub label in Get Started Resources section + Trailblazer Community + + + gsResourcesItemHubLabel + Get Started Page + en_US + true + Resource Hub label in Get Started Resources section + Trailblazer Community + + + gsResourcesItemHubLinkLabel + Get Started Page + en_US + true + Resource Hub link label in Get Started Resources section + Learn from Other Nonprofits + + + gsResourcesItemHubLinkLabel + Get Started Page + en_US + true + Resource Hub link label in Get Started Resources section + Learn from Other Nonprofits + + + gsResourcesItemMarketingEngagementLabel + Get Started Page + en_US + true + Resource Marketing Engagement label in Get Started Resources section + Engagement Learning Path + + + gsResourcesItemMarketingEngagementLabel + Get Started Page + en_US + true + Resource Marketing Engagement label in Get Started Resources section + Engagement Learning Path + + + gsResourcesItemMarketingEngagementLinkLabel + Get Started Page + en_US + true + Resource Marketing Engagement link label in Get Started Resources section + Engage Constituents + + + gsResourcesItemMarketingEngagementLinkLabel + Get Started Page + en_US + true + Resource Marketing Engagement link label in Get Started Resources section + Engage Constituents + + + gsResourcesItemNonprofitCloudLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud label in Get Started Resources section + Nonprofit Cloud Basics + + + gsResourcesItemNonprofitCloudLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud label in Get Started Resources section + Nonprofit Cloud Basics + + + gsResourcesItemNonprofitCloudLinkLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud link label in Get Started Resources section + Get to Know Nonprofit Cloud + + + gsResourcesItemNonprofitCloudLinkLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud link label in Get Started Resources section + Get to Know Nonprofit Cloud + + + gsResourcesItemPartnersLabel + Get Started Page + en_US + true + Resource Partners label in Get Started Resources section + Implementation Partners + + + gsResourcesItemPartnersLabel + Get Started Page + en_US + true + Resource Partners label in Get Started Resources section + Implementation Partners + + + gsResourcesItemPartnersLinkLabel + Get Started Page + en_US + true + Resource Partners link label in Get Started Resources section + Find a Partner + + + gsResourcesItemPartnersLinkLabel + Get Started Page + en_US + true + Resource Partners link label in Get Started Resources section + Find a Partner + + + gsResourcesItemProgramManagementLabel + Get Started Page + en_US + true + Resource Program Management label in Get Started Resources section + Program Management Learning Path + + + gsResourcesItemProgramManagementLabel + Get Started Page + en_US + true + Resource Program Management label in Get Started Resources section + Program Management Learning Path + + + gsResourcesItemProgramManagementLinkLabel + Get Started Page + en_US + true + Resource Program Management link label in Get Started Resources section + Manage Programs + + + gsResourcesItemProgramManagementLinkLabel + Get Started Page + en_US + true + Resource Program Management link label in Get Started Resources section + Manage Programs + + + gsResourcesItemWebinarsLabel + Get Started Page + en_US + true + Resource Webinars label in Get Started Resources section + Salesforce Events Calendar + + + gsResourcesItemWebinarsLabel + Get Started Page + en_US + true + Resource Webinars label in Get Started Resources section + Salesforce Events Calendar + + + gsResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Resource Webinars link label in Get Started Resources section + Find Events and Webinars + + + gsResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Resource Webinars link label in Get Started Resources section + Find Events and Webinars + + + gsResourcesTitle + Get Started Page + en_US + true + The page title in the Get Started Resources section + Resources + + + gsResourcesTitle + Get Started Page + en_US + true + The page title in the Get Started Resources section + Resources + + + gsResourcesVideographyLabel + Get Started Page + en_US + true + Resource Videography label in Get Started Resources section + NPSP Videography Channel + + + gsResourcesVideographyLabel + Get Started Page + en_US + true + Resource Videography label in Get Started Resources section + NPSP Videography Channel + + + gsResourcesVideographyLinkLabel + Get Started Page + en_US + true + Resource Videography link label in Get Started Resources section + Watch Videos + + + gsResourcesVideographyLinkLabel + Get Started Page + en_US + true + Resource Videography link label in Get Started Resources section + Watch Videos + + + gsSubmitted + Get Started Page + en_US + true + Submitted Status label for the application status component + Submitted + + + gsSubmitted + Get Started Page + en_US + true + Submitted Status label for the application status component + Submitted + + + gsVideoHeaderLength + Get Started Page + en_US + true + Video Duration displayed in the Video Header Component + in 2 minutes + + + gsVideoHeaderLength + Get Started Page + en_US + true + Video Duration displayed in the Video Header Component + in 2 minutes + + + gsVideoHeaderTitle + Get Started Page + en_US + true + Video header title in Get Started + Get Started on NPSP + + + gsVideoHeaderTitle + Get Started Page + en_US + true + Video header title in Get Started + Get Started on NPSP + + + healthButtonRun + Health Check + en_US + false + healthButtonRun + Run Health Check + + + healthButtonRun + Health Check + en_US + false + healthButtonRun + Run Health Check + + + healthDetailsAccOne2OneNoContacts + Health Check + en_US + false + healthDetailsAccOne2OneNoContacts + There are {0} One-to-One Accounts that have no Contacts. + + + healthDetailsAccOne2OneNoContacts + Health Check + en_US + false + healthDetailsAccOne2OneNoContacts + There are {0} One-to-One Accounts that have no Contacts. + + + healthDetailsAccountDefaultRTInvalid + Health Check + en_US + true + healthDetailsAccountDefaultRTInvalid + The Account Model record type isn't valid. + + + healthDetailsAccountDefaultRTInvalid + Health Check + en_US + true + healthDetailsAccountDefaultRTInvalid + The Account Model record type isn't valid. + + + healthDetailsAccountDefaultRTIssue + Health Check + en_US + true + healthDetailsAccountDefaultRTIssue + The Account Model record type, {0} (set in NPSP Settings) is currently set as your Profile's default Account record type. + + + healthDetailsAccountDefaultRTIssue + Health Check + en_US + true + healthDetailsAccountDefaultRTIssue + The Account Model record type, {0} (set in NPSP Settings) is currently set as your Profile's default Account record type. + + + healthDetailsAccountModel + Health Check + en_US + false + healthDetailsAccountModel + There is no valid Account Model specified. + + + healthDetailsAccountModel + Health Check + en_US + false + healthDetailsAccountModel + There is no valid Account Model specified. + + + healthDetailsAccountProcessor + HealthCheck + en_US + false + healthDetailsAccountProcessor + The Account Model is set to {0}, but Health Check has found that you're using a mixture of Account types. + + + healthDetailsAccountProcessor + HealthCheck + en_US + false + healthDetailsAccountProcessor + The Account Model is set to {0}, but Health Check has found that you're using a mixture of Account types. + + + healthDetailsAccountRTIssue + Health Check + en_US + false + healthDetailsAccountRTIssue + {0} Account records using the {1} record type do not have their System fields correctly set. + + + healthDetailsAccountRTIssue + Health Check + en_US + false + healthDetailsAccountRTIssue + {0} Account records using the {1} record type do not have their System fields correctly set. + + + healthDetailsAutoRelCampaignTypeMissing + Health Check + en_US + true + healthDetailsAutoRelCampaignTypeMissing + You must specify a Campaign Type for Relationship Autocreation records with Campaign Members. + + + healthDetailsAutoRelCampaignTypeMissing + Health Check + en_US + true + healthDetailsAutoRelCampaignTypeMissing + You must specify a Campaign Type for Relationship Autocreation records with Campaign Members. + + + healthDetailsAutoRelFieldsMissing + Health Check + en_US + false + healthDetailsAutoRelFieldsMissing + You must specify a valid Object, Field, and Relationship Type. + + + healthDetailsAutoRelFieldsMissing + Health Check + en_US + false + healthDetailsAutoRelFieldsMissing + You must specify a valid Object, Field, and Relationship Type. + + + healthDetailsAutoRelInvalidLookupField + en_US + false + healthDetailsAutoRelInvalidLookupField + Field {0} is not a lookup field. + + + healthDetailsAutoRelInvalidLookupField + en_US + false + healthDetailsAutoRelInvalidLookupField + Field {0} is not a lookup field. + + + healthDetailsBadRDField + Health Check + en_US + false + healthDetailsBadRDField + Recurring Donation field {0} does not exist. + + + healthDetailsBadRDField + Health Check + en_US + false + healthDetailsBadRDField + Recurring Donation field {0} does not exist. + + + healthDetailsBadReportId + Health Check + en_US + false + healthDetailsBadReportId + Invalid Report {0} specified. + + + healthDetailsBadReportId + Health Check + en_US + false + healthDetailsBadReportId + Invalid Report {0} specified. + + + healthDetailsContactData + Health Check + en_US + false + healthDetailsContactData + There are {0} Contacts that have no Account. Contacts with no Account are private to the User who created them and can't be seen by other Users. + + + healthDetailsContactData + Health Check + en_US + false + healthDetailsContactData + There are {0} Contacts that have no Account. Contacts with no Account are private to the User who created them and can't be seen by other Users. + + + healthDetailsDuplicateAcctRT + Health Check + en_US + false + healthDetailsDuplicateAcctRT + You cannot specify the same Account record type for the Household Account record type and the One-to-One record type. + + + healthDetailsDuplicateAcctRT + Health Check + en_US + false + healthDetailsDuplicateAcctRT + You cannot specify the same Account record type for the Household Account record type and the One-to-One record type. + + + healthDetailsGenderField + Health Check + en_US + false + healthDetailsGenderField + Gender field {0} does not exist on Contact. + + + healthDetailsGenderField + Health Check + en_US + false + healthDetailsGenderField + Gender field {0} does not exist on Contact. + + + healthDetailsHHAccountModel + Health Check + en_US + false + healthDetailsHHAccountModel + When using the Household Account Model, you must set Household Object Rules to "No Contacts". You can set the Household Object Rules field on the NPSP Settings Page under People | Households. + + + healthDetailsHHAccountModel + Health Check + en_US + false + healthDetailsHHAccountModel + When using the Household Account Model, you must set Household Object Rules to "No Contacts". You can set the Household Object Rules field on the NPSP Settings Page under People | Households. + + + healthDetailsHHActNoContacts + Health Check + en_US + false + healthDetailsHHActNoContacts + There are {0} Household Accounts that have no Contacts. + + + healthDetailsHHActNoContacts + Health Check + en_US + false + healthDetailsHHActNoContacts + There are {0} Household Accounts that have no Contacts. + + + healthDetailsHHObNoContacts + Health Check + en_US + false + healthDetailsHHObNoContacts + There are {0} Household object records that have no Contacts. + + + healthDetailsHHObNoContacts + Health Check + en_US + false + healthDetailsHHObNoContacts + There are {0} Household object records that have no Contacts. + + + healthDetailsInvalidCMField + Health Check + en_US + false + healthDetailsInvalidCMField + Campaign Member field {0} does not exist. + + + healthDetailsInvalidCMField + Health Check + en_US + false + healthDetailsInvalidCMField + Campaign Member field {0} does not exist. + + + healthDetailsInvalidContactField + Health Check + en_US + false + healthDetailsInvalidContactField + Contact field {0} does not exist. + + + healthDetailsInvalidContactField + Health Check + en_US + false + healthDetailsInvalidContactField + Contact field {0} does not exist. + + + healthDetailsInvalidErrorChatterGroup + Health Check + en_US + false + healthDetailsInvalidErrorChatterGroup + Invalid Chatter Group {0}. + + + healthDetailsInvalidErrorChatterGroup + Health Check + en_US + false + healthDetailsInvalidErrorChatterGroup + Invalid Chatter Group {0}. + + + healthDetailsInvalidErrorRecipient + Health Check + en_US + false + healthDetailsInvalidErrorRecipient + Invalid Error Notification recipient. + + + healthDetailsInvalidErrorRecipient + Health Check + en_US + false + healthDetailsInvalidErrorRecipient + Invalid Error Notification recipient. + + + healthDetailsInvalidErrorUser + Health Check + en_US + false + healthDetailsInvalidErrorUser + Invalid User {0}. + + + healthDetailsInvalidErrorUser + Health Check + en_US + false + healthDetailsInvalidErrorUser + Invalid User {0}. + + + healthDetailsInvalidFieldNumeric + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid numeric field {1} on {2}. + + + healthDetailsInvalidFieldNumeric + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid numeric field {1} on {2}. + + + healthDetailsInvalidFiscalYears + Health Check + en_US + false + healthDetailsInvalidFiscalYears + Your organization is using Custom Fiscal Years. NPSP does not support Fiscal Year Rollups with Custom Fiscal Years. + + + healthDetailsInvalidFiscalYears + Health Check + en_US + false + healthDetailsInvalidFiscalYears + Your organization is using Custom Fiscal Years. NPSP does not support Fiscal Year Rollups with Custom Fiscal Years. + + + healthDetailsInvalidLevelField + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid field {1} on {2}. + + + healthDetailsInvalidLevelField + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid field {1} on {2}. + + + healthDetailsInvalidLevelFieldReference + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid Level Lookup field {1} on {2}. + + + healthDetailsInvalidLevelFieldReference + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid Level Lookup field {1} on {2}. + + + healthDetailsInvalidObjectField + Health Check + en_US + false + healthDetailsInvalidObjectField + {0} field {1} does not exist. + + + healthDetailsInvalidObjectField + Health Check + en_US + false + healthDetailsInvalidObjectField + {0} field {1} does not exist. + + + healthDetailsInvalidOppField + Health Check + en_US + false + healthDetailsInvalidOppField + Opportunity field {0} does not exist. + + + healthDetailsInvalidOppField + Health Check + en_US + false + healthDetailsInvalidOppField + Opportunity field {0} does not exist. + + + healthDetailsInvalidOppStage + Health Check + en_US + false + healthDetailsInvalidOppStage + The Opportunity stage {0} does not exist or is not active. + + + healthDetailsInvalidOppStage + Health Check + en_US + false + healthDetailsInvalidOppStage + The Opportunity stage {0} does not exist or is not active. + + + healthDetailsInvalidPaymentField + Health Check + en_US + false + healthDetailsInvalidPaymentField + Payment field {0} does not exist. + + + healthDetailsInvalidPaymentField + Health Check + en_US + false + healthDetailsInvalidPaymentField + Payment field {0} does not exist. + + + healthDetailsInvalidPicklistValue + Health Check + en_US + true + The picklist value is not supported + The picklist value "{0}" is not supported. + + + healthDetailsInvalidPicklistValue + Health Check + en_US + true + The picklist value is not supported + The picklist value "{0}" is not supported. + + + healthDetailsInvalidRDCustomPeriod + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriod + Custom Installment Period {0} is not included in the picklist values for Recurring Donation field Installment Period. + + + healthDetailsInvalidRDCustomPeriod + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriod + Custom Installment Period {0} is not included in the picklist values for Recurring Donation field Installment Period. + + + healthDetailsInvalidRDCustomPeriodPIcklist + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriodPIcklist + Recurring Donation Installment Period picklist value {0} is not a valid Custom Installment Period. + + + healthDetailsInvalidRDCustomPeriodPIcklist + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriodPIcklist + Recurring Donation Installment Period picklist value {0} is not a valid Custom Installment Period. + + + healthDetailsInvalidRecordtypeId + Health Check + en_US + false + healthDetailsInvalidRecordtypeId + Recordtype Id {0} is invalid. + + + healthDetailsInvalidRecordtypeId + Health Check + en_US + false + healthDetailsInvalidRecordtypeId + Recordtype Id {0} is invalid. + + + healthDetailsInvalidRecordtypeName + Health Check + en_US + false + healthDetailsInvalidRecordtypeName + Recordtype Name {0} is invalid. + + + healthDetailsInvalidRecordtypeName + Health Check + en_US + false + healthDetailsInvalidRecordtypeName + Recordtype Name {0} is invalid. + + + healthDetailsInvalidScheduledJob + Health Check + en_US + false + healthDetailsInvalidScheduledJob + The record {0} in the Schedulable__c object is not valid. + + + healthDetailsInvalidScheduledJob + Health Check + en_US + false + healthDetailsInvalidScheduledJob + The record {0} in the Schedulable__c object is not valid. + + + healthDetailsMailingListReportMissing + Health Check + en_US + false + healthDetailsMailingListReportMissing + The NPSP Campaign Household Mailing List Report is missing. This report is run when you click the Household Mailing List button from a Campaign record. + + + healthDetailsMailingListReportMissing + Health Check + en_US + false + healthDetailsMailingListReportMissing + The NPSP Campaign Household Mailing List Report is missing. This report is run when you click the Household Mailing List button from a Campaign record. + + + healthDetailsMissingOppPayments + Health Check + en_US + false + healthDetailsMissingOppPayments + {0} Opportunities that should have Payments are missing those Payments. + + + healthDetailsMissingOppPayments + Health Check + en_US + false + healthDetailsMissingOppPayments + {0} Opportunities that should have Payments are missing those Payments. + + + healthDetailsMissingRequiredPicklistValue + Health Check + en_US + true + The picklist value is not supported + The required picklist value "{0}" is missing. + + + healthDetailsMissingRequiredPicklistValue + Health Check + en_US + true + The picklist value is not supported + The required picklist value "{0}" is missing. + + + healthDetailsNothingScheduled + Health Check + en_US + false + healthDetailsNothingScheduled + The NPSP default jobs are not scheduled. Scheduled jobs update summary fields on records every night. + + + healthDetailsNothingScheduled + Health Check + en_US + false + healthDetailsNothingScheduled + The NPSP default jobs are not scheduled. Scheduled jobs update summary fields on records every night. + + + healthDetailsOCR + Health Check + en_US + true + healthDetailsOCR + {0} and {1} cannot use the same Role value. + + + healthDetailsOCR + Health Check + en_US + true + healthDetailsOCR + {0} and {1} cannot use the same Role value. + + + healthDetailsOCRDupPrimary + Health Check + en_US + false + healthDetailsOCRDupPrimary + Health Check found {0} Opportunities that had more than one Opportunity Contact Role marked as Primary. + + + healthDetailsOCRDupPrimary + Health Check + en_US + false + healthDetailsOCRDupPrimary + Health Check found {0} Opportunities that had more than one Opportunity Contact Role marked as Primary. + + + healthDetailsOCRDupPrimaryValid + Health Check + en_US + false + healthDetailsOCRDupPrimaryValid + No Opportunities were found with multiple Primary Opportunity Contact Roles. + + + healthDetailsOCRDupPrimaryValid + Health Check + en_US + false + healthDetailsOCRDupPrimaryValid + No Opportunities were found with multiple Primary Opportunity Contact Roles. + + + healthDetailsOCRSettingsResolution + Health Check + en_US + true + healthDetailsOCRSettingsResolution + On the NPSP Settings tab, click Donations | Contact Roles, and edit the values of the above settings. + + + healthDetailsOCRSettingsResolution + Health Check + en_US + true + healthDetailsOCRSettingsResolution + On the NPSP Settings tab, click Donations | Contact Roles, and edit the values of the above settings. + + + healthDetailsOCRSettingsValid + Health Check + en_US + true + healthDetailsOCRSettingsValid + NPSP Opportunity Contact Roles settings are valid. + + + healthDetailsOCRSettingsValid + Health Check + en_US + true + healthDetailsOCRSettingsValid + NPSP Opportunity Contact Roles settings are valid. + + + healthDetailsPaymentMappingBadDataTypes + Health Check + en_US + false + healthDetailsPaymentMappingBadDataTypes + Payment field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsPaymentMappingBadDataTypes + Health Check + en_US + false + healthDetailsPaymentMappingBadDataTypes + Payment field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRDFieldsBadDatatypes + Health Check + en_US + false + healthDetailsRDFieldsBadDatatypes + Recurring Donation field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRDFieldsBadDatatypes + Health Check + en_US + false + healthDetailsRDFieldsBadDatatypes + Recurring Donation field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRelReciprocalInvalid + Health Check + en_US + false + healthDetailsRelReciprocalInvalid + Reciprocal Relationship {0} should have a value in at least one of the fields for Male, Female, or Neutral. + + + healthDetailsRelReciprocalInvalid + Health Check + en_US + false + healthDetailsRelReciprocalInvalid + Reciprocal Relationship {0} should have a value in at least one of the fields for Male, Female, or Neutral. + + + healthDetailsSaveAcctFailed + Health Check + en_US + false + healthDetailsSaveAcctFailed + Unable to create a new Account. + + + healthDetailsSaveAcctFailed + Health Check + en_US + false + healthDetailsSaveAcctFailed + Unable to create a new Account. + + + healthDetailsSaveOppsFailed + Health Check + en_US + false + healthDetailsSaveOppsFailed + Unable to create new Opportunities. + + + healthDetailsSaveOppsFailed + Health Check + en_US + false + healthDetailsSaveOppsFailed + Unable to create new Opportunities. + + + healthDetailsScheduleJobs + Health Check + en_US + false + healthDetailsScheduleJobs + One or more of the Opportunity Rollup, Recurring Donation, and Seasonal Address jobs are missing from the Schedulable__c object. + + + healthDetailsScheduleJobs + Health Check + en_US + false + healthDetailsScheduleJobs + One or more of the Opportunity Rollup, Recurring Donation, and Seasonal Address jobs are missing from the Schedulable__c object. + + + healthDetailsTriggerHandlerDuplicate + Health Check + en_US + false + healthDetailsTriggerHandlerDuplicate + Health Check found more than one Trigger Handler {0} on object {1} with the same field values. Duplicate Trigger Handlers will affect NPSP behavior. + + + healthDetailsTriggerHandlerDuplicate + Health Check + en_US + false + healthDetailsTriggerHandlerDuplicate + Health Check found more than one Trigger Handler {0} on object {1} with the same field values. Duplicate Trigger Handlers will affect NPSP behavior. + + + healthDetailsTriggerHandlerMismatch + Health Check + en_US + false + healthDetailsTriggerHandlerMismatch + Trigger Handler {0} on object {1} does not match the default NPSP configuration. + + + healthDetailsTriggerHandlerMismatch + Health Check + en_US + false + healthDetailsTriggerHandlerMismatch + Trigger Handler {0} on object {1} does not match the default NPSP configuration. + + + healthDetailsTriggerHandlerMissing + Health Check + en_US + false + healthDetailsTriggerHandlerMissing + Trigger Handler {0} on object {1} is missing and will affect NPSP behavior. + + + healthDetailsTriggerHandlerMissing + Health Check + en_US + false + healthDetailsTriggerHandlerMissing + Trigger Handler {0} on object {1} is missing and will affect NPSP behavior. + + + healthDetailsUDFBadDatatypes + Health Check + en_US + false + healthDetailsUDFBadDatatypes + Opportunity field {0} and {1} field {2} are not of compatible data types. + + + healthDetailsUDFBadDatatypes + Health Check + en_US + false + healthDetailsUDFBadDatatypes + Opportunity field {0} and {1} field {2} are not of compatible data types. + + + healthDetailsValidRDCustomPeriod + Health Check + en_US + true + healthDetailsValidRDCustomPeriod + Recurring Donation Custom Installment Periods are valid. + + + healthDetailsValidRDCustomPeriod + Health Check + en_US + true + healthDetailsValidRDCustomPeriod + Recurring Donation Custom Installment Periods are valid. + + + healthLabelAccountData + Health Check + en_US + false + healthLabelAccountData + Account Data + + + healthLabelAccountData + Health Check + en_US + false + healthLabelAccountData + Account Data + + + healthLabelAccountDefaultRT + Health Check + en_US + true + healthLabelAccountDefaultRT + Account Model Record Type + + + healthLabelAccountDefaultRT + Health Check + en_US + true + healthLabelAccountDefaultRT + Account Model Record Type + + + healthLabelAccountModelData + Health Check + en_US + false + healthLabelAccountModelData + Account Model Data + + + healthLabelAccountModelData + Health Check + en_US + false + healthLabelAccountModelData + Account Model Data + + + healthLabelAccountRTIssueValid + Health Check + en_US + false + healthLabelAccountRTIssueValid + Account system fields for any Household Accounts and One-to-One Accounts are set correctly. + + + healthLabelAccountRTIssueValid + Health Check + en_US + false + healthLabelAccountRTIssueValid + Account system fields for any Household Accounts and One-to-One Accounts are set correctly. + + + healthLabelAllTestsPassed + Health Check + en_US + false + healthLabelAllTestsPassed + All Health Check tests have successfully passed. + + + healthLabelAllTestsPassed + Health Check + en_US + false + healthLabelAllTestsPassed + All Health Check tests have successfully passed. + + + healthLabelAutoRelValid + Health Check + en_US + false + healthLabelAutoRelValid + Automatic Relationships are valid. + + + healthLabelAutoRelValid + Health Check + en_US + false + healthLabelAutoRelValid + Automatic Relationships are valid. + + + healthLabelContactData + Health Check + en_US + false + healthLabelContactData + Contact Data + + + healthLabelContactData + Health Check + en_US + false + healthLabelContactData + Contact Data + + + healthLabelDataBatchNotRun + Health Check + en_US + true + Error message when Data Health Check does not run + Record data health checks were not run. + + + healthLabelDataBatchNotRun + Health Check + en_US + true + Error message when Data Health Check does not run + Record data health checks were not run. + + + healthLabelDisableRecordBatch + Health Check + en_US + true + Custom Setting label to disable Sobject batch + Disable Record Data Health Checks + + + healthLabelDisableRecordBatch + Health Check + en_US + true + Custom Setting label to disable Sobject batch + Disable Record Data Health Checks + + + healthLabelDisableRecordBatchDescription + Health Check + en_US + true + Description for Disable Health Check Record Batch Setting + If selected, Health Check only checks your NPSP configuration settings for problems. Select this option if your organization has a large volume of records and Health Check is having problems completing. + + + healthLabelDisableRecordBatchDescription + Health Check + en_US + true + Description for Disable Health Check Record Batch Setting + If selected, Health Check only checks your NPSP configuration settings for problems. Select this option if your organization has a large volume of records and Health Check is having problems completing. + + + healthLabelErrorRecipientValid + Health Check + en_US + false + healthLabelErrorRecipientValid + The Error Notification recipient is valid. + + + healthLabelErrorRecipientValid + Health Check + en_US + false + healthLabelErrorRecipientValid + The Error Notification recipient is valid. + + + healthLabelFailed + Health Check + en_US + false + healthLabelFailed + Failed + + + healthLabelFailed + Health Check + en_US + false + healthLabelFailed + Failed + + + healthLabelFiscalYearsValid + Health Check + en_US + false + healthLabelFiscalYearsValid + Your organization is not using Custom Fiscal Years. + + + healthLabelFiscalYearsValid + Health Check + en_US + false + healthLabelFiscalYearsValid + Your organization is not using Custom Fiscal Years. + + + healthLabelHHAccData + Health Check + en_US + false + healthLabelHHAccData + Household Account Data + + + healthLabelHHAccData + Health Check + en_US + false + healthLabelHHAccData + Household Account Data + + + healthLabelHHData + Health Check + en_US + false + healthLabelHHData + Household Data + + + healthLabelHHData + Health Check + en_US + false + healthLabelHHData + Household Data + + + healthLabelHHObjData + Health Check + en_US + false + healthLabelHHObjData + Household Object Data + + + healthLabelHHObjData + Health Check + en_US + false + healthLabelHHObjData + Household Object Data + + + healthLabelIntro + Health Check + en_US + false + healthLabelIntro + Health Check verifies that all of your NPSP Settings are valid and looks for problems in your record data. When complete, you can view the results below, including detailed information for any failures. + + + healthLabelIntro + Health Check + en_US + false + healthLabelIntro + Health Check verifies that all of your NPSP Settings are valid and looks for problems in your record data. When complete, you can view the results below, including detailed information for any failures. + + + healthLabelLastRun + Health Check + en_US + false + healthLabelLastRun + Last run: {0} + + + healthLabelLastRun + Health Check + en_US + false + healthLabelLastRun + Last run: {0} + + + healthLabelNoMissingOppPayments + Health Check + en_US + false + healthLabelNoMissingOppPayments + All Opportunities with Payments have expected Payments. + + + healthLabelNoMissingOppPayments + Health Check + en_US + false + healthLabelNoMissingOppPayments + All Opportunities with Payments have expected Payments. + + + healthLabelNone + Health Check + en_US + false + healthLabelNone + (none) + + + healthLabelNone + Health Check + en_US + false + healthLabelNone + (none) + + + healthLabelOCRCheck + Health Check + en_US + false + healthLabelOCRCheck + Opportunity Contact Roles + + + healthLabelOCRCheck + Health Check + en_US + false + healthLabelOCRCheck + Opportunity Contact Roles + + + healthLabelOCRSettings + Health Check + en_US + true + healthLabelOCRSettings + Opportunity Contact Roles Settings + + + healthLabelOCRSettings + Health Check + en_US + true + healthLabelOCRSettings + Opportunity Contact Roles Settings + + + healthLabelOppPayments + Health Check + en_US + false + healthLabelOppPayments + Opportunity Payments + + + healthLabelOppPayments + Health Check + en_US + false + healthLabelOppPayments + Opportunity Payments + + + healthLabelPassed + Health Check + en_US + false + healthLabelPassed + Passed + + + healthLabelPassed + Health Check + en_US + false + healthLabelPassed + Passed + + + healthLabelPaymentMappingsValid + Health Check + en_US + false + healthLabelPaymentMappingsValid + Payment Mappings are valid. + + + healthLabelPaymentMappingsValid + Health Check + en_US + false + healthLabelPaymentMappingsValid + Payment Mappings are valid. + + + healthLabelRDOppsValid + Health Check + en_US + false + healthLabelRDOppsValid + New Opportunities can be saved. + + + healthLabelRDOppsValid + Health Check + en_US + false + healthLabelRDOppsValid + New Opportunities can be saved. + + + healthLabelRDValid + Health Check + en_US + false + healthLabelRDValid + Recurring Donation Field Mappings are valid. + + + healthLabelRDValid + Health Check + en_US + false + healthLabelRDValid + Recurring Donation Field Mappings are valid. + + + healthLabelRelReciprocalValid + Health Check + en_US + false + healthLabelRelReciprocalValid + Reciprocal Relationships are valid. + + + healthLabelRelReciprocalValid + Health Check + en_US + false + healthLabelRelReciprocalValid + Reciprocal Relationships are valid. + + + healthLabelScheduler + Health Check + en_US + false + healthLabelScheduler + NPSP Default Scheduler + + + healthLabelScheduler + Health Check + en_US + false + healthLabelScheduler + NPSP Default Scheduler + + + healthLabelSchedulerValid + Health Check + en_US + false + healthLabelSchedulerValid + NPSP Recurring Jobs are scheduled. + + + healthLabelSchedulerValid + Health Check + en_US + false + healthLabelSchedulerValid + NPSP Recurring Jobs are scheduled. + + + healthLabelShowPassedTests + Health Check + en_US + false + healthLabelShowPassedTests + Show Passed Tests + + + healthLabelShowPassedTests + Health Check + en_US + false + healthLabelShowPassedTests + Show Passed Tests + + + healthLabelTime + Health Check + en_US + false + healthLabelTime + Detection time in seconds: {0} + + + healthLabelTime + Health Check + en_US + false + healthLabelTime + Detection time in seconds: {0} + + + healthLabelTriggerHandlerCheck + Health Check + en_US + false + healthLabelTriggerHandlerCheck + Trigger Configuration + + + healthLabelTriggerHandlerCheck + Health Check + en_US + false + healthLabelTriggerHandlerCheck + Trigger Configuration + + + healthLabelTriggerHandlersValid + Health Check + en_US + false + healthLabelTriggerHandlersValid + Triggers are configured for NPSP default triggers. + + + healthLabelTriggerHandlersValid + Health Check + en_US + false + healthLabelTriggerHandlersValid + Triggers are configured for NPSP default triggers. + + + healthLabelUDFValid + Health Check + en_US + false + healthLabelUDFValid + User Defined Rollups are valid. + + + healthLabelUDFValid + Health Check + en_US + false + healthLabelUDFValid + User Defined Rollups are valid. + + + healthLabelVerifyLevels + Health Check + en_US + false + Health Check title for Levels + Levels + + + healthLabelVerifyLevels + Health Check + en_US + false + Health Check title for Levels + Levels + + + healthLabelVerifyLevelsSuccess + Health Check + en_US + false + Health Check message when all Levels verify ok + All field references on all Levels are valid. + + + healthLabelVerifyLevelsSuccess + Health Check + en_US + false + Health Check message when all Levels verify ok + All field references on all Levels are valid. + + + healthLabelWarning + Health Check + en_US + false + healthLabelWarning + Warning + + + healthLabelWarning + Health Check + en_US + false + healthLabelWarning + Warning + + + healthPaymentAutoCloseStageInvalid + Health Check + en_US + true + healthPaymentAutoCloseStageInvalid + Select an active Closed/Won stage in the Opportunity stage to be transitioned to when all Payments are Paid setting. + + + healthPaymentAutoCloseStageInvalid + Health Check + en_US + true + healthPaymentAutoCloseStageInvalid + Select an active Closed/Won stage in the Opportunity stage to be transitioned to when all Payments are Paid setting. + + + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Health Check + en_US + true + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Select an active Closed/Won stage in the Opportunity Stage for When Fully Paid setting. You can also leave the value blank, which prevents NPSP from automatically updating the Opportunity stage when all Payments are received. + + + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Health Check + en_US + true + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Select an active Closed/Won stage in the Opportunity Stage for When Fully Paid setting. You can also leave the value blank, which prevents NPSP from automatically updating the Opportunity stage when all Payments are received. + + + healthPaymentAutoCloseStageValid + Health Check + en_US + true + healthPaymentAutoCloseStageValid + The selected value in the Opportunity Stage for When Fully Paid setting is valid. This value is either an active Closed/Won stage, or blank. + + + healthPaymentAutoCloseStageValid + Health Check + en_US + true + healthPaymentAutoCloseStageValid + The selected value in the Opportunity Stage for When Fully Paid setting is valid. This value is either an active Closed/Won stage, or blank. + + + healthSolutionAccOne2OneNoContacts + Health Check + en_US + false + healthSolutionAccOne2OneNoContacts + Consider deleting these unused One-to-One Accounts to save storage space. + + + healthSolutionAccOne2OneNoContacts + Health Check + en_US + false + healthSolutionAccOne2OneNoContacts + Consider deleting these unused One-to-One Accounts to save storage space. + + + healthSolutionAccountDefaultRTInvalid + Health Check + en_US + true + healthSolutionAccountDefaultRTInvalid + Go to <b>People | Account Model</b> and select a valid record type. + + + healthSolutionAccountDefaultRTInvalid + Health Check + en_US + true + healthSolutionAccountDefaultRTInvalid + Go to <b>People | Account Model</b> and select a valid record type. + + + healthSolutionAccountDefaultRTIssue + Health Check + en_US + true + healthSolutionAccountDefaultRTIssue + The record type selected for the Account Model should not be used as the default Account record type for any Profile. Doing so can cause various data issues. + + + healthSolutionAccountDefaultRTIssue + Health Check + en_US + true + healthSolutionAccountDefaultRTIssue + The record type selected for the Account Model should not be used as the default Account record type for any Profile. Doing so can cause various data issues. + + + healthSolutionAccountModel + Health Check + en_US + false + healthSolutionAccountModel + All of your Accounts should use the same Account Model. View all of your Accounts and their types by running the <b>Individual Accounts by Account Type</b> report in the NPSP Health Check reports folder. + + + healthSolutionAccountModel + Health Check + en_US + false + healthSolutionAccountModel + All of your Accounts should use the same Account Model. View all of your Accounts and their types by running the <b>Individual Accounts by Account Type</b> report in the NPSP Health Check reports folder. + + + healthSolutionAccountRTIssue + Health Check + en_US + false + healthSolutionAccountRTIssue + For Household Accounts, make sure npe01__SYSTEM_AccountType__c is 'Household Account'. For One-to-One Accounts, make sure npe01__SYSTEM_AccountType__c is 'One-to-One Individual'. Also make sure for both, npe01__SYSTEMISINDIVIDUAL__c is true. + + + healthSolutionAccountRTIssue + Health Check + en_US + false + healthSolutionAccountRTIssue + For Household Accounts, make sure npe01__SYSTEM_AccountType__c is 'Household Account'. For One-to-One Accounts, make sure npe01__SYSTEM_AccountType__c is 'One-to-One Individual'. Also make sure for both, npe01__SYSTEMISINDIVIDUAL__c is true. + + + healthSolutionAutoRelFieldsMissing + Health Check + en_US + false + healthSolutionAutoRelFieldsMissing + Click {0} | {1} on the NPSP Settings tab, and delete the invalid Relationships Autocreation record. + + + healthSolutionAutoRelFieldsMissing + Health Check + en_US + false + healthSolutionAutoRelFieldsMissing + Click {0} | {1} on the NPSP Settings tab, and delete the invalid Relationships Autocreation record. + + + healthSolutionAutoRelInvalidCMField + Health Check + en_US + false + healthSolutionAutoRelInvalidCMField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidCMField + Health Check + en_US + false + healthSolutionAutoRelInvalidCMField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidContactField + en_US + false + healthSolutionAutoRelInvalidContactField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidContactField + en_US + false + healthSolutionAutoRelInvalidContactField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidLookupField + Health Check + en_US + false + healthSolutionAutoRelInvalidLookupField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidLookupField + Health Check + en_US + false + healthSolutionAutoRelInvalidLookupField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionBadRDField + Health Check + en_US + false + healthSolutionBadRDField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionBadRDField + Health Check + en_US + false + healthSolutionBadRDField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionContactData + Health Check + en_US + false + healthSolutionContactData + View these Contacts by running the <b>Contacts without Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionContactData + Health Check + en_US + false + healthSolutionContactData + View these Contacts by running the <b>Contacts without Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionEditSetting + Health Check + en_US + false + healthSolutionEditSetting + On the NPSP Settings tab, click {1} | {2}, and edit the {0} setting. + + + healthSolutionEditSetting + Health Check + en_US + false + healthSolutionEditSetting + On the NPSP Settings tab, click {1} | {2}, and edit the {0} setting. + + + healthSolutionHHAccNoContacts + Health Check + en_US + false + healthSolutionHHAccNoContacts + Consider deleting these unused Household Account records to save space. View these Household Account records by running the <b>Empty Household Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionHHAccNoContacts + Health Check + en_US + false + healthSolutionHHAccNoContacts + Consider deleting these unused Household Account records to save space. View these Household Account records by running the <b>Empty Household Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionHHObjNoContacts + Health Check + en_US + false + healthSolutionHHObjNoContacts + Consider deleting these unused Household objects to save space. If you have completed a conversion to the Household Account model and no longer need the data on the Household object records they can be deleted. View these Household objects by running the <b>Empty Household Objects</b> report in the NPSP Health Check reports folder. + + + healthSolutionHHObjNoContacts + Health Check + en_US + false + healthSolutionHHObjNoContacts + Consider deleting these unused Household objects to save space. If you have completed a conversion to the Household Account model and no longer need the data on the Household object records they can be deleted. View these Household objects by running the <b>Empty Household Objects</b> report in the NPSP Health Check reports folder. + + + healthSolutionInvalidFiscalYears + Health Check + en_US + false + healthSolutionInvalidFiscalYears + Since Salesforce does not support turning off Custom Fiscal Years, NPSP Rollups will default to Calendar Year. + + + healthSolutionInvalidFiscalYears + Health Check + en_US + false + healthSolutionInvalidFiscalYears + Since Salesforce does not support turning off Custom Fiscal Years, NPSP Rollups will default to Calendar Year. + + + healthSolutionInvalidLevelField + Health Check + en_US + false + Health Check Solution for an invalid Level field + Go to the Levels Tab, and update the invalid field reference on Level {0}. + + + healthSolutionInvalidLevelField + Health Check + en_US + false + Health Check Solution for an invalid Level field + Go to the Levels Tab, and update the invalid field reference on Level {0}. + + + healthSolutionInvalidOppField + Health Check + en_US + false + healthSolutionInvalidOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidOppField + Health Check + en_US + false + healthSolutionInvalidOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidOppStage + Health Check + en_US + false + healthSolutionInvalidOppStage + Add this Opportunity Stage value in Salesforce Setup. + + + healthSolutionInvalidOppStage + Health Check + en_US + false + healthSolutionInvalidOppStage + Add this Opportunity Stage value in Salesforce Setup. + + + healthSolutionInvalidPaymentField + Health Check + en_US + false + healthSolutionInvalidPaymentField + On the NPSP Settings tab click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidPaymentField + Health Check + en_US + false + healthSolutionInvalidPaymentField + On the NPSP Settings tab click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidRDCustomPeriod + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriod + Add this Recurring Donation Installment Period picklist value in Salesforce Setup. + + + healthSolutionInvalidRDCustomPeriod + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriod + Add this Recurring Donation Installment Period picklist value in Salesforce Setup. + + + healthSolutionInvalidRDCustomPeriodPicklist + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriodPicklist + On the NPSP Settings tab, click {0} | {1}, and add the missing Recurring Donation Custom Installment Period, or delete the picklist value from the Installment Period field. + + + healthSolutionInvalidRDCustomPeriodPicklist + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriodPicklist + On the NPSP Settings tab, click {0} | {1}, and add the missing Recurring Donation Custom Installment Period, or delete the picklist value from the Installment Period field. + + + healthSolutionInvalidScheduledJob + Health Check + en_US + false + healthSolutionInvalidScheduledJob + You must update the record to have a valid Class the implements the UTIL_MasterSchedulableHelper.UTIL_IRecurring interface. + + + healthSolutionInvalidScheduledJob + Health Check + en_US + false + healthSolutionInvalidScheduledJob + You must update the record to have a valid Class the implements the UTIL_MasterSchedulableHelper.UTIL_IRecurring interface. + + + healthSolutionInvalidUDFObjectField + Health Check + en_US + false + healthSolutionInvalidUDFObjectField + On the NPSP Settings tab, click {0} | {1} and delete the User Rollup record that references this field. + + + healthSolutionInvalidUDFObjectField + Health Check + en_US + false + healthSolutionInvalidUDFObjectField + On the NPSP Settings tab, click {0} | {1} and delete the User Rollup record that references this field. + + + healthSolutionMailingListReportMissing + Health Check + en_US + false + healthSolutionMailingListReportMissing + Create a Campaigns with Contacts report, and add a filter for Member Status does not contain "Duplicate". Then specify this report on the {0} | {1} tab in NPSP Settings. + + + healthSolutionMailingListReportMissing + Health Check + en_US + false + healthSolutionMailingListReportMissing + Create a Campaigns with Contacts report, and add a filter for Member Status does not contain "Duplicate". Then specify this report on the {0} | {1} tab in NPSP Settings. + + + healthSolutionMissingOppPayments + Health Check + en_US + false + healthSolutionMissingOppPayments + View these Opportunities by running the <b>Opportunities without Payments</b> report in the NPSP Health Check reports folder. Note that you should add filter criteria on the report to exclude any Opportunity types and Opportunity record types you've excluded in NPSP Payments Settings. You can create the missing Payment records using the Create Missing Payments button on NPSP Settings | Bulk Data Processes | Create Missing Payments. + + + healthSolutionMissingOppPayments + Health Check + en_US + false + healthSolutionMissingOppPayments + View these Opportunities by running the <b>Opportunities without Payments</b> report in the NPSP Health Check reports folder. Note that you should add filter criteria on the report to exclude any Opportunity types and Opportunity record types you've excluded in NPSP Payments Settings. You can create the missing Payment records using the Create Missing Payments button on NPSP Settings | Bulk Data Processes | Create Missing Payments. + + + healthSolutionMissingPicklistValue + Health Check + en_US + true + A Required picklist value is missing for this specific field + Add the required picklist value "{0}" on the "{1}" field. + + + healthSolutionMissingPicklistValue + Health Check + en_US + true + A Required picklist value is missing for this specific field + Add the required picklist value "{0}" on the "{1}" field. + + + healthSolutionNothingScheduled + Health Check + en_US + false + healthSolutionNothingScheduled + To reschedule the default NPSP jobs, go to NPSP Settings | Bulk Data Processes | Process Scheduler. Click Edit. Make sure Don't Enable Auto Schedule Default NPSP Job is not selected. Click Save. + + + healthSolutionNothingScheduled + Health Check + en_US + false + healthSolutionNothingScheduled + To reschedule the default NPSP jobs, go to NPSP Settings | Bulk Data Processes | Process Scheduler. Click Edit. Make sure Don't Enable Auto Schedule Default NPSP Job is not selected. Click Save. + + + healthSolutionOCRDupPrimary + Health Check + en_US + false + healthSolutionOCRDupPrimary + If you have more than one Opportunity Contact Role marked Primary, it can cause NPSP to incorrectly calculate Opportunity Rollups, such as Total Gifts. To see which Opportunities have more than one Opportunity Contact Role marked Primary, run the <b>Opportunities with Primary Contact Roles</b> report in the NPSP Health Checks report folder. + + + healthSolutionOCRDupPrimary + Health Check + en_US + false + healthSolutionOCRDupPrimary + If you have more than one Opportunity Contact Role marked Primary, it can cause NPSP to incorrectly calculate Opportunity Rollups, such as Total Gifts. To see which Opportunities have more than one Opportunity Contact Role marked Primary, run the <b>Opportunities with Primary Contact Roles</b> report in the NPSP Health Checks report folder. + + + healthSolutionOCRException + Health Check + en_US + false + healthSolutionOCRException + If you have more than 50,000 Opportunities and Opportunity Contact Roles, you can safely ignore any errors dealing with SOQL limits. + + + healthSolutionOCRException + Health Check + en_US + false + healthSolutionOCRException + If you have more than 50,000 Opportunities and Opportunity Contact Roles, you can safely ignore any errors dealing with SOQL limits. + + + healthSolutionPaymentMappingBadDataTypes + en_US + false + healthSolutionPaymentMappingBadDataTypes + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references these fields. + + + healthSolutionPaymentMappingBadDataTypes + en_US + false + healthSolutionPaymentMappingBadDataTypes + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references these fields. + + + healthSolutionRDBadOppField + Health Check + en_US + false + healthSolutionRDBadOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionRDBadOppField + Health Check + en_US + false + healthSolutionRDBadOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionRDFieldsBadDatatypes + Health Check + en_US + false + healthSolutionRDFieldsBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references these fields. + + + healthSolutionRDFieldsBadDatatypes + Health Check + en_US + false + healthSolutionRDFieldsBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references these fields. + + + healthSolutionRelReciprocalInvalid + Health Check + en_US + false + healthSolutionRelReciprocalInvalid + On the NPSP Settings tab, click {0} | {1}, and delete the Reciprocal Relationship record. Then create a new one with the required information. + + + healthSolutionRelReciprocalInvalid + Health Check + en_US + false + healthSolutionRelReciprocalInvalid + On the NPSP Settings tab, click {0} | {1}, and delete the Reciprocal Relationship record. Then create a new one with the required information. + + + healthSolutionSaveOppsFailed + Health Check + en_US + false + healthSolutionSaveOppsFailed + Make sure you have no Validation Rules, Required Fields, or Workflow Rules that would prevent an Opportunity or Account from being saved. + + + healthSolutionSaveOppsFailed + Health Check + en_US + false + healthSolutionSaveOppsFailed + Make sure you have no Validation Rules, Required Fields, or Workflow Rules that would prevent an Opportunity or Account from being saved. + + + healthSolutionScheduleJobs + Health Check + en_US + false + healthSolutionScheduleJobs + All NPSP scheduled classes should have records in Schedulable__c in order for these features to work correctly. + + + healthSolutionScheduleJobs + Health Check + en_US + false + healthSolutionScheduleJobs + All NPSP scheduled classes should have records in Schedulable__c in order for these features to work correctly. + + + healthSolutionTriggerHandlerMismatch + Health Check + en_US + false + healthSolutionTriggerHandlerMismatch + Changes to triggers can affect core NPSP functionality in unexpected ways, and should be thoroughly tested before deployment to production. If these changes were unintentional, you should reset your Trigger Handlers to match the default NPSP configuration. + + + healthSolutionTriggerHandlerMismatch + Health Check + en_US + false + healthSolutionTriggerHandlerMismatch + Changes to triggers can affect core NPSP functionality in unexpected ways, and should be thoroughly tested before deployment to production. If these changes were unintentional, you should reset your Trigger Handlers to match the default NPSP configuration. + + + healthSolutionUDFBadDatatypes + Health Check + en_US + false + healthSolutionUDFBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references these two fields. + + + healthSolutionUDFBadDatatypes + Health Check + en_US + false + healthSolutionUDFBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references these two fields. + + + healthSolutionUDFOppField + Health Check + en_US + false + healthSolutionUDFOppField + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references this field. + + + healthSolutionUDFOppField + Health Check + en_US + false + healthSolutionUDFOppField + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references this field. + + + healthSolutionUnsupportedPicklistValue + Health Check + en_US + true + The picklist value is not supported in this specific field + Deactivate or delete the picklist value "{0}" on the "{1}" field. + + + healthSolutionUnsupportedPicklistValue + Health Check + en_US + true + The picklist value is not supported in this specific field + Deactivate or delete the picklist value "{0}" on the "{1}" field. + + + hhCmpDedupeBatchMessage + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchMessage + Due to the large number of Campaign Members on this Campaign, NPSP is using a batch process to identify Household Members, which may take several minutes to complete. When it's done, you can view the Household Mailing report by clicking on the Household Mailing Report link. + + + hhCmpDedupeBatchMessage + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchMessage + Due to the large number of Campaign Members on this Campaign, NPSP is using a batch process to identify Household Members, which may take several minutes to complete. When it's done, you can view the Household Mailing report by clicking on the Household Mailing Report link. + + + hhCmpDedupeBatchProgressTitle + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchProgressTitle + Campaign Household Deduplication + + + hhCmpDedupeBatchProgressTitle + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchProgressTitle + Campaign Household Deduplication + + + hhCmpDedupeLabelOpenReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeLabelOpenReport + Open Report + + + hhCmpDedupeLabelOpenReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeLabelOpenReport + Open Report + + + hhCmpDedupeNoReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeNoReport + Could not find the report. Create a report and save it with the Report Unique Name of 'NPSP_Campaign_Household_Mailing_List_V2'. Use the Campaigns with Contacts report type and add filters for CampaignId equals blank and Member Status does not contain 'Duplicate'. + + + hhCmpDedupeNoReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeNoReport + Could not find the report. Create a report and save it with the Report Unique Name of 'NPSP_Campaign_Household_Mailing_List_V2'. Use the Campaigns with Contacts report type and add filters for CampaignId equals blank and Member Status does not contain 'Duplicate'. + + + hhCmpDedupeStatus + Household Campaign Dedupe + en_US + false + hhCmpDedupeStatus + - Household Duplicate + + + hhCmpDedupeStatus + Household Campaign Dedupe + en_US + false + hhCmpDedupeStatus + - Household Duplicate + + + hhCmpDedupLabelReturnToCmp + Household Campaign Dedupe + en_US + false + hhCmpDedupLabelReturnToCmp + Return to Campaign + + + hhCmpDedupLabelReturnToCmp + Household Campaign Dedupe + en_US + false + hhCmpDedupLabelReturnToCmp + Return to Campaign + + + HiddenForSecurity + settings + en_US + false + HiddenForSecurity + Hidden for security + + + HiddenForSecurity + settings + en_US + false + HiddenForSecurity + Hidden for security + + + InactiveScheduledJobsOwnerErrMsg + User + en_US + true + InactiveScheduledJobsOwnerErrMsg + There are Scheduled Jobs owned by an inactive User. Review your Scheduled Jobs and ensure the owner of each one is an active User. + + + InactiveScheduledJobsOwnerErrMsg + User + en_US + true + InactiveScheduledJobsOwnerErrMsg + There are Scheduled Jobs owned by an inactive User. Review your Scheduled Jobs and ensure the owner of each one is an active User. + + + installmentPeriod + RDAction + en_US + true + Label for installment frequency for Recurring Donations Action + Installment Period + + + installmentPeriod + RDAction + en_US + true + Label for installment frequency for Recurring Donations Action + Installment Period + + + isARequiredField + en_US + false + isARequiredField + is a required field. + + + isARequiredField + en_US + false + isARequiredField + is a required field. + + + labelBooleanFalse + Settings + en_US + true + Translatable label for False + False + + + labelBooleanFalse + Settings + en_US + true + Translatable label for False + False + + + labelBooleanTrue + Settings + en_US + true + Translatable label for True + True + + + labelBooleanTrue + Settings + en_US + true + Translatable label for True + True + + + labelListViewFirst + SoqlListView + en_US + false + label for First link in list view + First + + + labelListViewFirst + SoqlListView + en_US + false + label for First link in list view + First + + + labelListViewLast + SoqlListView + en_US + false + label for Last link in list view + Last + + + labelListViewLast + SoqlListView + en_US + false + label for Last link in list view + Last + + + labelListViewNext + SoqlListView + en_US + false + label for Next link in list view + Next + + + labelListViewNext + SoqlListView + en_US + false + label for Next link in list view + Next + + + labelListViewPageInfo + SoqlListView + en_US + false + label for page info in list view + &nbsp;&nbsp;&nbsp;Page {0} of {1} &nbsp;&nbsp;({2} records) + + + labelListViewPageInfo + SoqlListView + en_US + false + label for page info in list view + &nbsp;&nbsp;&nbsp;Page {0} of {1} &nbsp;&nbsp;({2} records) + + + labelListViewPrevious + SoqlListView + en_US + false + label for Previous link in list view + Previous + + + labelListViewPrevious + SoqlListView + en_US + false + label for Previous link in list view + Previous + + + labelMessageLoading + SoqlListView, Settings + en_US + false + label for the loading... message used in some pages + Loading... + + + labelMessageLoading + SoqlListView, Settings + en_US + false + label for the loading... message used in some pages + Loading... + + + labelShowMore + SoqlListView + en_US + false + label for Show More on list views + Show more + + + labelShowMore + SoqlListView + en_US + false + label for Show More on list views + Show more + + + lblAddressOverride + Manage Household UI + en_US + false + lblAddressOverride + (address override) + + + lblAddressOverride + Manage Household UI + en_US + false + lblAddressOverride + (address override) + + + lblBtnAddAllHHMembers + Manage Household UI + en_US + false + lblBtnAddAllHHMembers + Add All Members + + + lblBtnAddAllHHMembers + Manage Household UI + en_US + false + lblBtnAddAllHHMembers + Add All Members + + + lblBtnAddContact + Manage Household UI + en_US + false + lblBtnAddContact + Add {0} + + + lblBtnAddContact + Manage Household UI + en_US + false + lblBtnAddContact + Add {0} + + + lblCCardExcludeFrom + Manage Household UI + en_US + false + lblCCardExcludeFrom + Exclude from: + + + lblCCardExcludeFrom + Manage Household UI + en_US + false + lblCCardExcludeFrom + Exclude from: + + + lblCity + Manage Household UI + en_US + false + lblCity + City + + + lblCity + Manage Household UI + en_US + false + lblCity + City + + + lblCloned + en_US + false + lblCloned + Cloned + + + lblCloned + en_US + false + lblCloned + Cloned + + + lblCountry + Manage Household UI + en_US + false + lblCountry + Country + + + lblCountry + Manage Household UI + en_US + false + lblCountry + Country + + + lblCurrency + Recurring-Donations, Entry-Form + en_US + true + Override CurrencyIsoCode label + Currency + + + lblCurrency + Recurring-Donations, Entry-Form + en_US + true + Override CurrencyIsoCode label + Currency + + + lblDeleteContact + Manage Household UI + en_US + false + caption of Remove Contact popup + Remove Contact + + + lblDeleteContact + Manage Household UI + en_US + false + caption of Remove Contact popup + Remove Contact + + + lblDeleteContactPrompt + Manage Household UI + en_US + false + prompt for the Remove Contact Popup + Do you want to remove this Contact from this Household on Save? + + + lblDeleteContactPrompt + Manage Household UI + en_US + false + prompt for the Remove Contact Popup + Do you want to remove this Contact from this Household on Save? + + + lblDeprecated + en_US + true + Notify user component has been deprecated. + This component has been deprecated. + + + lblDeprecated + en_US + true + Notify user component has been deprecated. + This component has been deprecated. + + + lblEmpty + Contact Merge + en_US + true + Label to display Empty. + empty + + + lblEmpty + Contact Merge + en_US + true + Label to display Empty. + empty + + + lblExtendedStatus + UTIL_JobProgressLightning + en_US + true + lblExtendedStatus + Extended Status + + + lblExtendedStatus + UTIL_JobProgressLightning + en_US + true + lblExtendedStatus + Extended Status + + + lblFindInContacts + Manage Household UI + en_US + false + autocomplete's label for "smith in Contacts" + in Contacts + + + lblFindInContacts + Manage Household UI + en_US + false + autocomplete's label for "smith in Contacts" + in Contacts + + + lblFindOrAddContact + Manage Household UI + en_US + false + string displayed in the autocomplete control when empty + Find a Contact or add a new Contact to the Household. + + + lblFindOrAddContact + Manage Household UI + en_US + false + string displayed in the autocomplete control when empty + Find a Contact or add a new Contact to the Household. + + + lblFirstName + Manage Household UI + en_US + false + lblFirstName + First Name + + + lblFirstName + Manage Household UI + en_US + false + lblFirstName + First Name + + + lblFormalGreeting + Manage Household UI + en_US + false + lblFormalGreeting + Formal Greeting + + + lblFormalGreeting + Manage Household UI + en_US + false + lblFormalGreeting + Formal Greeting + + + lblHousehold + Manage Household UI + en_US + false + lblHousehold + Household + + + lblHousehold + Manage Household UI + en_US + false + lblHousehold + Household + + + lblHouseholdName + Manage Household UI + en_US + false + lblHouseholdName + Household Name + + + lblHouseholdName + Manage Household UI + en_US + false + lblHouseholdName + Household Name + + + lblInformalGreeting + Manage Household UI + en_US + false + lblInformalGreeting + Informal Greeting + + + lblInformalGreeting + Manage Household UI + en_US + false + lblInformalGreeting + Informal Greeting + + + lblLastName + Manage Household UI + en_US + false + lblLastName + Last Name + + + lblLastName + Manage Household UI + en_US + false + lblLastName + Last Name + + + lblMergeHHPrompt + Manage Household UI + en_US + false + lblMergeHHPrompt + {0} is in a Household with other members. Do you want to just add {0}, or add all members from the Household? + + + lblMergeHHPrompt + Manage Household UI + en_US + false + lblMergeHHPrompt + {0} is in a Household with other members. Do you want to just add {0}, or add all members from the Household? + + + lblMergeHHTitle + Manage Household UI + en_US + false + lblMergeHHTitle + Merge Households + + + lblMergeHHTitle + Manage Household UI + en_US + false + lblMergeHHTitle + Merge Households + + + lblNoHHMergePermissions + Manage Household UI + en_US + false + error displayed when required perms missing to add a contact and its household + You must have Edit and Delete permissions on Households (Accounts) in order to add an existing Contact to the Household. + + + lblNoHHMergePermissions + Manage Household UI + en_US + false + error displayed when required perms missing to add a contact and its household + You must have Edit and Delete permissions on Households (Accounts) in order to add an existing Contact to the Household. + + + lblNPSPSettings + Payment Wizard + en_US + false + lblNPSPSettings + NPSP Settings + + + lblNPSPSettings + Payment Wizard + en_US + false + lblNPSPSettings + NPSP Settings + + + lblPostalCode + Manage Household UI + en_US + false + lblPostalCode + Postal Code + + + lblPostalCode + Manage Household UI + en_US + false + lblPostalCode + Postal Code + + + lblProgress + UTIL_JobProgressLightning + en_US + true + lblProgress + Progress + + + lblProgress + UTIL_JobProgressLightning + en_US + true + lblProgress + Progress + + + lblRequired + Engagement Plan, UTIL_FormField + en_US + true + lblRequired + Required + + + lblRequired + Engagement Plan, UTIL_FormField + en_US + true + lblRequired + Required + + + lblSalutation + Manage Household UI + en_US + false + lblSalutation + Salutation + + + lblSalutation + Manage Household UI + en_US + false + lblSalutation + Salutation + + + lblState + Manage Household UI + en_US + false + lblState + State + + + lblState + Manage Household UI + en_US + false + lblState + State + + + lblStatus + UTIL_JobProgressLightning + en_US + true + lblStatus + Status + + + lblStatus + UTIL_JobProgressLightning + en_US + true + lblStatus + Status + + + lblStreet + Manage Household UI + en_US + false + lblStreet + Street + + + lblStreet + Manage Household UI + en_US + false + lblStreet + Street + + + lblToday + UTIL_InputField + en_US + true + lblToday + Today + + + lblToday + UTIL_InputField + en_US + true + lblToday + Today + + + lblYouAreHere + UTIL_PageHeader + en_US + true + lblYouAreHere + You are here: + + + lblYouAreHere + UTIL_PageHeader + en_US + true + lblYouAreHere + You are here: + + + leadConvertAccountName + Lead Converter + en_US + false + leadConvertAccountName + Account + + + leadConvertAccountName + Lead Converter + en_US + false + leadConvertAccountName + Account + + + leadConvertAffilationName + Lead Converter + en_US + false + leadConvertAffilationName + Affiliated Account + + + leadConvertAffilationName + Lead Converter + en_US + false + leadConvertAffilationName + Affiliated Account + + + leadConvertAffiliatedAccount + Lead Convert + en_US + false + leadConvertAffiliatedAccount + Affiliated Account + + + leadConvertAffiliatedAccount + Lead Convert + en_US + false + leadConvertAffiliatedAccount + Affiliated Account + + + leadConvertAffiliateExistingAccount + Lead Convert + en_US + false + leadConvertAffiliateExistingAccount + Affiliate with Existing Account: + + + leadConvertAffiliateExistingAccount + Lead Convert + en_US + false + leadConvertAffiliateExistingAccount + Affiliate with Existing Account: + + + leadConvertAffiliateNewAccount + Lead Convert + en_US + false + leadConvertAffiliateNewAccount + Affiliate with New Account: + + + leadConvertAffiliateNewAccount + Lead Convert + en_US + false + leadConvertAffiliateNewAccount + Affiliate with New Account: + + + leadConvertAttachBucketAccount + Lead Converter + en_US + false + leadConvertAttachBucketAccount + Attach to Individual Bucket Account + + + leadConvertAttachBucketAccount + Lead Converter + en_US + false + leadConvertAttachBucketAccount + Attach to Individual Bucket Account + + + leadConvertAttachExistingAccount + Lead Converter + en_US + false + leadConvertAttachExistingAccount + Attach with Existing Account: + + + leadConvertAttachExistingAccount + Lead Converter + en_US + false + leadConvertAttachExistingAccount + Attach with Existing Account: + + + leadConvertAutocreateHHAccount + Lead Converter + en_US + false + leadConvertAutocreateHHAccount + Create Household Account + + + leadConvertAutocreateHHAccount + Lead Converter + en_US + false + leadConvertAutocreateHHAccount + Create Household Account + + + leadConvertAutocreateOne2OneAccount + Lead Converter + en_US + false + leadConvertAutocreateOne2OneAccount + Create One-to-One Account + + + leadConvertAutocreateOne2OneAccount + Lead Converter + en_US + false + leadConvertAutocreateOne2OneAccount + Create One-to-One Account + + + leadConvertBtnCancel + Lead Converter + en_US + false + leadConvertBtnCancel + Cancel + + + leadConvertBtnCancel + Lead Converter + en_US + false + leadConvertBtnCancel + Cancel + + + leadConvertBtnConvert + Lead Converter + en_US + false + leadConvertBtnConvert + Convert + + + leadConvertBtnConvert + Lead Converter + en_US + false + leadConvertBtnConvert + Convert + + + leadConvertContactAccount + Lead Convert + en_US + false + leadConvertContactAccount + Contact Account + + + leadConvertContactAccount + Lead Convert + en_US + false + leadConvertContactAccount + Contact Account + + + leadConvertContactSelection + Lead Converter + en_US + true + leadConvertContactSelection + You must select an option for Contact. + + + leadConvertContactSelection + Lead Converter + en_US + true + leadConvertContactSelection + You must select an option for Contact. + + + leadConvertCreateAccount + Lead Converter + en_US + false + leadConvertCreateAccount + Create New Account: + + + leadConvertCreateAccount + Lead Converter + en_US + false + leadConvertCreateAccount + Create New Account: + + + leadConvertCreateNewContact + Lead Converter + en_US + false + leadConvertCreateNewContact + Create New: + + + leadConvertCreateNewContact + Lead Converter + en_US + false + leadConvertCreateNewContact + Create New: + + + leadConvertMergeExistingContact + Lead Converter + en_US + false + leadConvertMergeExistingContact + Merge with Existing: + + + leadConvertMergeExistingContact + Lead Converter + en_US + false + leadConvertMergeExistingContact + Merge with Existing: + + + leadConvertNewOpp + Lead Converter + en_US + false + leadConvertNewOpp + Do not create a new {0} upon conversion. + + + leadConvertNewOpp + Lead Converter + en_US + false + leadConvertNewOpp + Do not create a new {0} upon conversion. + + + leadConvertOwner + Lead Converter + en_US + false + leadConvertOwner + Record Owner + + + leadConvertOwner + Lead Converter + en_US + false + leadConvertOwner + Record Owner + + + leadConvertPageTitle + Lead Converter + en_US + false + leadConvertPageTitle + Convert Lead: + + + leadConvertPageTitle + Lead Converter + en_US + false + leadConvertPageTitle + Convert Lead: + + + leadConvertRecordTypeWarning + Lead Converter + en_US + true + leadConvertRecordTypeWarning + The default Account Record Type for your Profile is the same Record Type set as the Account Model in NPSP Settings, which could cause various data issues. We recommend changing the Account Record Type default to a different value for all profile(s). + + + leadConvertRecordTypeWarning + Lead Converter + en_US + true + leadConvertRecordTypeWarning + The default Account Record Type for your Profile is the same Record Type set as the Account Model in NPSP Settings, which could cause various data issues. We recommend changing the Account Record Type default to a different value for all profile(s). + + + leadConvertSectionTitle + Lead Converter + en_US + false + leadConvertSectionTitle + Convert Lead + + + leadConvertSectionTitle + Lead Converter + en_US + false + leadConvertSectionTitle + Convert Lead + + + leadConvertSendEmail + Lead Converter + en_US + false + leadConvertSendEmail + Send Email to the Owner + + + leadConvertSendEmail + Lead Converter + en_US + false + leadConvertSendEmail + Send Email to the Owner + + + leadConvertStatus + Lead Converter + en_US + false + leadConvertStatus + Converted Status + + + leadConvertStatus + Lead Converter + en_US + false + leadConvertStatus + Converted Status + + + leadConvertViewContactError + Lead Converter + en_US + false + leadConvertViewContactError + You can only view existing Contacts. + + + leadConvertViewContactError + Lead Converter + en_US + false + leadConvertViewContactError + You can only view existing Contacts. + + + lvlBtnSaveAndNew + UTIL_PageHeader + en_US + true + Save & New button on the Level Edit page + Save & New + + + lvlBtnSaveAndNew + UTIL_PageHeader + en_US + true + Save & New button on the Level Edit page + Save & New + + + lvlErrorDuplicateLookups + Levels + en_US + true + Error when the Level has the same lookup field specified for level and previous + You must specify different values for Level Field and Previous Level Field. + + + lvlErrorDuplicateLookups + Levels + en_US + true + Error when the Level has the same lookup field specified for level and previous + You must specify different values for Level Field and Previous Level Field. + + + lvlErrorDuplicateName + Levels + en_US + false + error when a name of a level is duplicated + Level name {0} already exists. Names for the same Target and Level Field must be unique. + + + lvlErrorDuplicateName + Levels + en_US + false + error when a name of a level is duplicated + Level name {0} already exists. Names for the same Target and Level Field must be unique. + + + lvlErrorInvalidLookupField + Levels + en_US + false + error when Level Assignment fails to save its current or previous level + Field {0} specified in Level {1} is not a valid lookup to a Level object. + + + lvlErrorInvalidLookupField + Levels + en_US + false + error when Level Assignment fails to save its current or previous level + Field {0} specified in Level {1} is not a valid lookup to a Level object. + + + lvlErrorInvalidSourceField + Levels + en_US + false + error if level's source field isn't valid + Field {0} specified in Level {1} is not a valid number field. + + + lvlErrorInvalidSourceField + Levels + en_US + false + error if level's source field isn't valid + Field {0} specified in Level {1} is not a valid number field. + + + lvlErrorMinGTMax + Levels + en_US + true + error if the Level Minimum is > than Level Maximum + The Minimum Amount must be less than the Maximum Amount on level {0}. + + + lvlErrorMinGTMax + Levels + en_US + true + error if the Level Minimum is > than Level Maximum + The Minimum Amount must be less than the Maximum Amount on level {0}. + + + lvlErrorMinOverlap + Levels + en_US + true + error when we detect the minimum amount overlaps another level + The Minimum Amount to Maximum Amount range on Level {0} overlaps with the Minimum Amount to Maximum Amount range on Level {1} + + + lvlErrorMinOverlap + Levels + en_US + true + error when we detect the minimum amount overlaps another level + The Minimum Amount to Maximum Amount range on Level {0} overlaps with the Minimum Amount to Maximum Amount range on Level {1} + + + lvlErrorNoMinMax + Levels + en_US + true + error if both min and max are empty on a level + The {0} level must have either a Minimum Amount or a Maximum Amount. + + + lvlErrorNoMinMax + Levels + en_US + true + error if both min and max are empty on a level + The {0} level must have either a Minimum Amount or a Maximum Amount. + + + mtchBtnSearch + Find Matched Gifts + en_US + false + mtchBtnSearch + Search + + + mtchBtnSearch + Find Matched Gifts + en_US + false + mtchBtnSearch + Search + + + mtchCloseDateEnd + Find Matched Gifts + en_US + false + mtchCloseDateEnd + Close Date End + + + mtchCloseDateEnd + Find Matched Gifts + en_US + false + mtchCloseDateEnd + Close Date End + + + mtchCloseDateStart + Find Matched Gifts + en_US + false + mtchCloseDateStart + Close Date Start + + + mtchCloseDateStart + Find Matched Gifts + en_US + false + mtchCloseDateStart + Close Date Start + + + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + en_US + false + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + + + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + en_US + false + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + + + mtchFindMoreGifts + Find Matched Gifts + en_US + false + mtchFindMoreGifts + Find More Gifts + + + mtchFindMoreGifts + Find Matched Gifts + en_US + false + mtchFindMoreGifts + Find More Gifts + + + mtchFindMoreGiftsInfo + Find Matched Gifts + en_US + false + mtchFindMoreGiftsInfo + Enter your search criteria and click Search. + + + mtchFindMoreGiftsInfo + Find Matched Gifts + en_US + false + mtchFindMoreGiftsInfo + Enter your search criteria and click Search. + + + mtchItems + Find Matching Gifts, Manage Soft Credits + en_US + false + mtchItems + {0} items + + + mtchItems + Find Matching Gifts, Manage Soft Credits + en_US + false + mtchItems + {0} items + + + mtchSearchCriteriaEmpty + Find Matching Gifts + en_US + false + mtchSearchCriteriaEmpty + Please enter a value for at least one of the search criteria fields. + + + mtchSearchCriteriaEmpty + Find Matching Gifts + en_US + false + mtchSearchCriteriaEmpty + Please enter a value for at least one of the search criteria fields. + + + mtchSelectCbxTitle + Find Matched Gifts + en_US + false + mtchSelectCbxTitle + Select + + + mtchSelectCbxTitle + Find Matched Gifts + en_US + false + mtchSelectCbxTitle + Select + + + mtchTotalMatchingGift + Find Matched Gifts + en_US + false + mtchTotalMatchingGift + Total Matching Gift + + + mtchTotalMatchingGift + Find Matched Gifts + en_US + false + mtchTotalMatchingGift + Total Matching Gift + + + mtchTotalSelected + Find Matched Gifts + en_US + false + mtchTotalSelected + Total Selected + + + mtchTotalSelected + Find Matched Gifts + en_US + false + mtchTotalSelected + Total Selected + + + mtchTotalUnaccounted + Find Matched Gifts + en_US + false + mtchTotalUnaccounted + Total Unaccounted + + + mtchTotalUnaccounted + Find Matched Gifts + en_US + false + mtchTotalUnaccounted + Total Unaccounted + + + NameRequired + Engagement Plans, Errors + en_US + false + NameRequired + Subject is a required field. + + + NameRequired + Engagement Plans, Errors + en_US + false + NameRequired + Subject is a required field. + + + OCRRemovePrimaryDuplicateBatchErrorText + Opportunity + en_US + true + OCR Remove Primary Duplicate Batch Error Text + Unable to remove the duplicate primary OCRs from the Opportunity {0}. Review the Contact Roles on the Opportunity record, choose which is the correct one, and delete the others. + + + OCRRemovePrimaryDuplicateBatchErrorText + Opportunity + en_US + true + OCR Remove Primary Duplicate Batch Error Text + Unable to remove the duplicate primary OCRs from the Opportunity {0}. Review the Contact Roles on the Opportunity record, choose which is the correct one, and delete the others. + + + opensInNewLink + Accessibility + en_US + true + Aria Label for the links which open in a new window + (opens in a new window) + + + opensInNewLink + Accessibility + en_US + true + Aria Label for the links which open in a new window + (opens in a new window) + + + oppInstallmentsOf + OppNaming + en_US + false + oppInstallmentsOf + of + + + oppInstallmentsOf + OppNaming + en_US + false + oppInstallmentsOf + of + + + oppNamingBoth + OppNaming + en_US + false + oppNamingBoth + Both + + + oppNamingBoth + OppNaming + en_US + false + oppNamingBoth + Both + + + oppNamingIndividual + OppNaming + en_US + false + oppNamingIndividual + Contact Donations + + + oppNamingIndividual + OppNaming + en_US + false + oppNamingIndividual + Contact Donations + + + oppNamingOrganizational + OppNaming + en_US + false + oppNamingOrganizational + Organization Donations + + + oppNamingOrganizational + OppNaming + en_US + false + oppNamingOrganizational + Organization Donations + + + OrganizationalOpportunities + Error + en_US + true + OrganizationalOpportunities + Organizational Opportunities + + + OrganizationalOpportunities + Error + en_US + true + OrganizationalOpportunities + Organizational Opportunities + + + PageMessagesConfirm + PageMessages + en_US + true + Confirm + Success + + + PageMessagesConfirm + PageMessages + en_US + true + Confirm + Success + + + PageMessagesError + PageMessages + en_US + true + Error + Error + + + PageMessagesError + PageMessages + en_US + true + Error + Error + + + PageMessagesFatal + PageMessages + en_US + true + Fatal + Error + + + PageMessagesFatal + PageMessages + en_US + true + Fatal + Error + + + PageMessagesInfo + PageMessages + en_US + true + Info + Info + + + PageMessagesInfo + PageMessages + en_US + true + Info + Info + + + PageMessagesProcessing + PageMessages + en_US + true + Processing + Processing + + + PageMessagesProcessing + PageMessages + en_US + true + Processing + Processing + + + PageMessagesWarning + PageMessages + en_US + true + Warning + Warning + + + PageMessagesWarning + PageMessages + en_US + true + Warning + Warning + + + pmtElevatePermissionRequired + Payment, Error + en_US + true + Error when user does not have permission to change Elevate Payment. + Manage this payment in Elevate. + + + pmtElevatePermissionRequired + Payment, Error + en_US + true + Error when user does not have permission to change Elevate Payment. + Manage this payment in Elevate. + + + pmtModifyCurrency + Payment, Error + en_US + true + pmtModifyCurrency + You can't modify Payment currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related Payment records. + + + pmtModifyCurrency + Payment, Error + en_US + true + pmtModifyCurrency + You can't modify Payment currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related Payment records. + + + pmtNoRefundPermissionMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Refund + You don't have permissions to refund Payments. Contact your Salesforce admin for help. + + + pmtNoRefundPermissionMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Refund + You don't have permissions to refund Payments. Contact your Salesforce admin for help. + + + pmtOriginalPaymentNotCompleted + Payment, Error + en_US + true + Refund error message when Elevate hasn't processed the payment yet. + Payment can't be refunded because Elevate hasn't processed the payment yet. + + + pmtOriginalPaymentNotCompleted + Payment, Error + en_US + true + Refund error message when Elevate hasn't processed the payment yet. + Payment can't be refunded because Elevate hasn't processed the payment yet. + + + pmtOriginalPaymentNotFound + Payment, Error + en_US + true + Error message when the original payment is missing. + You can't edit a refund without an Original Payment. + + + pmtOriginalPaymentNotFound + Payment, Error + en_US + true + Error message when the original payment is missing. + You can't edit a refund without an Original Payment. + + + pmtOriginalPaymentNotPaid + Payment, Error + en_US + true + Refund error message when the payment hasnt't processed + This payment's still processing and can't be refunded yet. + + + pmtOriginalPaymentNotPaid + Payment, Error + en_US + true + Refund error message when the payment hasnt't processed + This payment's still processing and can't be refunded yet. + + + pmtPaidPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtPaidPaymentDateRequired + A paid Payment must have a Payment Date. + + + pmtPaidPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtPaidPaymentDateRequired + A paid Payment must have a Payment Date. + + + pmtPaymentNotFound + Payment + en_US + true + Error message for missing Elevate payment record + The corresponding Elevate payment record couldn't be found. Contact your Salesforce admin for help. + + + pmtPaymentNotFound + Payment + en_US + true + Error message for missing Elevate payment record + The corresponding Elevate payment record couldn't be found. Contact your Salesforce admin for help. + + + pmtPaymentNotRefundable + Payment + en_US + true + Refund error when the payment has already been refund, or is a refund itself + This payment has already been refunded, or is a refund itself. + + + pmtPaymentNotRefundable + Payment + en_US + true + Refund error when the payment has already been refund, or is a refund itself + This payment has already been refunded, or is a refund itself. + + + pmtRefundAllocationHelpText + Payment, Refund + en_US + true + Refund Amount Allocation help text + Fixed GAU Allocations are changed to percentages to adjust for this refund. + + + pmtRefundAllocationHelpText + Payment, Refund + en_US + true + Refund Amount Allocation help text + Fixed GAU Allocations are changed to percentages to adjust for this refund. + + + pmtRefundAmount + Payment + en_US + true + Refund Amount + Refund Amount + + + pmtRefundAmount + Payment + en_US + true + Refund Amount + Refund Amount + + + pmtRefundAmountInvalid + Payment + en_US + true + Refund error when the refund amount is invalid + Enter a refund that's less than or equal to the remaining balance. + + + pmtRefundAmountInvalid + Payment + en_US + true + Refund error when the refund amount is invalid + Enter a refund that's less than or equal to the remaining balance. + + + pmtRefundAmountTooHigh + Payment + en_US + true + Error message when refund amount is too high + Refund can't be more than {{AMOUNT}}. + + + pmtRefundAmountTooHigh + Payment + en_US + true + Error message when refund amount is too high + Refund can't be more than {{AMOUNT}}. + + + pmtRefundAmountTooLow + Payment + en_US + true + Error message when refund amount is too low + Enter a refund that's more than 0. + + + pmtRefundAmountTooLow + Payment + en_US + true + Error message when refund amount is too low + Enter a refund that's more than 0. + + + pmtRefundPaymentConfirmedButton + Payment, Refund + en_US + true + Refund Payment Button + Refund Payment + + + pmtRefundPaymentConfirmedButton + Payment, Refund + en_US + true + Refund Payment Button + Refund Payment + + + pmtRefundPaymentDate + Payment + en_US + true + Payment Date + Payment Date + + + pmtRefundPaymentDate + Payment + en_US + true + Payment Date + Payment Date + + + pmtRefundPaymentErrorMessage + Payment + en_US + true + Error message title for refund + There was an error processing the refund. + + + pmtRefundPaymentErrorMessage + Payment + en_US + true + Error message title for refund + There was an error processing the refund. + + + pmtRefundPaymentSuccessMessage + Payment + en_US + true + Success message for refund + Refund was successful. + + + pmtRefundPaymentSuccessMessage + Payment + en_US + true + Success message for refund + Refund was successful. + + + pmtRefundPaymentTitle + Payment, Refund + en_US + true + Refund Payment Title + Refund Payment? + + + pmtRefundPaymentTitle + Payment, Refund + en_US + true + Refund Payment Title + Refund Payment? + + + pmtRefundProcessing + Payment + en_US + true + Refund submitted for processing. + Refund submitted for processing. Check for the refunded Payment on the Opportunity record. + + + pmtRefundProcessing + Payment + en_US + true + Refund submitted for processing. + Refund submitted for processing. Check for the refunded Payment on the Opportunity record. + + + pmtRemainingBalance + Payment, Refund + en_US + true + Remaining Balance + Remaining Balance + + + pmtRemainingBalance + Payment, Refund + en_US + true + Remaining Balance + Remaining Balance + + + pmtUnpaidPaymentScheduledDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtUnpaidPaymentScheduledDateRequired + An unpaid Payment must have a Scheduled Date. + + + pmtUnpaidPaymentScheduledDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtUnpaidPaymentScheduledDateRequired + An unpaid Payment must have a Scheduled Date. + + + pmtWizardBtnCalcPayments + Payment Wizard + en_US + false + pmtWizardBtnCalcPayments + Calculate Payments + + + pmtWizardBtnCalcPayments + Payment Wizard + en_US + false + pmtWizardBtnCalcPayments + Calculate Payments + + + pmtWizardBtnCreatePayments + Payment Wizard + en_US + false + pmtWizardBtnCreatePayments + Create Payments + + + pmtWizardBtnCreatePayments + Payment Wizard + en_US + false + pmtWizardBtnCreatePayments + Create Payments + + + pmtWizardBtnRemovePaidPayments + Payment Wizard + en_US + false + pmtWizardBtnRemovePaidPayments + Remove Paid and Written Off Payments + + + pmtWizardBtnRemovePaidPayments + Payment Wizard + en_US + false + pmtWizardBtnRemovePaidPayments + Remove Paid and Written Off Payments + + + pmtWizardClosedLost + Payment Wizard + en_US + false + pmtWizardClosedLost + NOTE: This Opportunity is marked Closed/Lost. To create Payments, first edit the Opportunity record and change the stage to an open or Closed/Won stage. + + + pmtWizardClosedLost + Payment Wizard + en_US + false + pmtWizardClosedLost + NOTE: This Opportunity is marked Closed/Lost. To create Payments, first edit the Opportunity record and change the stage to an open or Closed/Won stage. + + + pmtWizardCreateSchedule + Payment Wizard + en_US + false + pmtWizardCreateSchedule + Create a Payment Schedule + + + pmtWizardCreateSchedule + Payment Wizard + en_US + false + pmtWizardCreateSchedule + Create a Payment Schedule + + + pmtWizardFirstPaymentDate + Payment Wizard + en_US + false + pmtWizardFirstPaymentDate + Date of First Payment + + + pmtWizardFirstPaymentDate + Payment Wizard + en_US + false + pmtWizardFirstPaymentDate + Date of First Payment + + + pmtWizardInterval + Payment Wizard + en_US + false + pmtWizardInterval + Interval + + + pmtWizardInterval + Payment Wizard + en_US + false + pmtWizardInterval + Interval + + + pmtWizardIntervalNumber + Payment Wizard + en_US + true + pmtWizardIntervalNumber + Number + + + pmtWizardIntervalNumber + Payment Wizard + en_US + true + pmtWizardIntervalNumber + Number + + + pmtWizardIntervalPeriod + Payment Wizard + en_US + true + pmtWizardIntervalPeriod + Period + + + pmtWizardIntervalPeriod + Payment Wizard + en_US + true + pmtWizardIntervalPeriod + Period + + + pmtWizardInvalidRecords + Payment Wizard + en_US + true + pmtWizardInvalidRecords + NOTE: This Opportunity has payment record(s) that are both Paid and Written Off. You must deselect one or both checkboxes. + + + pmtWizardInvalidRecords + Payment Wizard + en_US + true + pmtWizardInvalidRecords + NOTE: This Opportunity has payment record(s) that are both Paid and Written Off. You must deselect one or both checkboxes. + + + pmtWizardMonth + Payment Wizard + en_US + true + pmtWizardMonth + Month + + + pmtWizardMonth + Payment Wizard + en_US + true + pmtWizardMonth + Month + + + pmtWizardMsgNoOppFound + Payment Wizard + en_US + false + pmtWizardMsgNoOppFound + No opportunity found. + + + pmtWizardMsgNoOppFound + Payment Wizard + en_US + false + pmtWizardMsgNoOppFound + No opportunity found. + + + pmtWizardNoUnpaidAmount + Payment Wizard + en_US + false + pmtWizardNoUnpaidAmount + All Payments for this Opportunity are either paid or written off. To create a new Payment schedule, click Delete Paid and Written Off Payments. + + + pmtWizardNoUnpaidAmount + Payment Wizard + en_US + false + pmtWizardNoUnpaidAmount + All Payments for this Opportunity are either paid or written off. To create a new Payment schedule, click Delete Paid and Written Off Payments. + + + pmtWizardNoWriteoffAmount + Payment Wizard + en_US + false + pmtWizardNoWriteoffAmount + All Payments for this Opportunity are either paid or written off. If you need to make changes to the Payment records, edit them directly. + + + pmtWizardNoWriteoffAmount + Payment Wizard + en_US + false + pmtWizardNoWriteoffAmount + All Payments for this Opportunity are either paid or written off. If you need to make changes to the Payment records, edit them directly. + + + pmtWizardNumberOfPayments + Payment Wizard + en_US + false + pmtWizardNumberOfPayments + # of Payments + + + pmtWizardNumberOfPayments + Payment Wizard + en_US + false + pmtWizardNumberOfPayments + # of Payments + + + pmtWizardPaymentNumber + Payment Wizard + en_US + false + pmtWizardPaymentNumber + Payment Number + + + pmtWizardPaymentNumber + Payment Wizard + en_US + false + pmtWizardPaymentNumber + Payment Number + + + pmtWizardPaymentsDisabled + Payment Wizard + en_US + false + pmtWizardPaymentsDisabled + You do not have NPSP Payments Enabled. To use the Payment Scheduling Wizard, please enable Payments on the NPSP Settings page under Donations | Payments. + + + pmtWizardPaymentsDisabled + Payment Wizard + en_US + false + pmtWizardPaymentsDisabled + You do not have NPSP Payments Enabled. To use the Payment Scheduling Wizard, please enable Payments on the NPSP Settings page under Donations | Payments. + + + pmtWizardPaymentsDisabledTitle + Payment Wizard + en_US + false + pmtWizardPaymentsDisabledTitle + NPSP Payments Not Enabled + + + pmtWizardPaymentsDisabledTitle + Payment Wizard + en_US + false + pmtWizardPaymentsDisabledTitle + NPSP Payments Not Enabled + + + pmtWizardPaymentsNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to manage payments + You do not have permissions to manage Payments. + + + pmtWizardPaymentsNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to manage payments + You do not have permissions to manage Payments. + + + pmtWizardScheduleInvalidRecords + Payment Wizard + en_US + true + pmtWizardScheduleInvalidRecords + One or more existing Payment records are both paid and written off. To create a new Payment schedule, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardScheduleInvalidRecords + Payment Wizard + en_US + true + pmtWizardScheduleInvalidRecords + One or more existing Payment records are both paid and written off. To create a new Payment schedule, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardScheduleNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can schedule Payments. + + + pmtWizardScheduleNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can schedule Payments. + + + pmtWizardSectionTitle + Payment Wizard + en_US + false + pmtWizardSectionTitle + Current Opportunity Info + + + pmtWizardSectionTitle + Payment Wizard + en_US + false + pmtWizardSectionTitle + Current Opportunity Info + + + pmtWizardSectionWriteoff + Payment Wizard + en_US + false + pmtWizardSectionWriteoff + Write Off Remaining Balance + + + pmtWizardSectionWriteoff + Payment Wizard + en_US + false + pmtWizardSectionWriteoff + Write Off Remaining Balance + + + pmtWizardSectionWriteoffPayments + Payment Wizard + en_US + false + pmtWizardSectionWriteoffPayments + Write Off Payments + + + pmtWizardSectionWriteoffPayments + Payment Wizard + en_US + false + pmtWizardSectionWriteoffPayments + Write Off Payments + + + pmtWizardSubtitle + Payment Wizard + en_US + false + pmtWizardSubtitle + Create one or more Payments for this Opportunity + + + pmtWizardSubtitle + Payment Wizard + en_US + false + pmtWizardSubtitle + Create one or more Payments for this Opportunity + + + pmtWizardToBeCreated + Payment Wizard + en_US + false + pmtWizardToBeCreated + Payments to be Created + + + pmtWizardToBeCreated + Payment Wizard + en_US + false + pmtWizardToBeCreated + Payments to be Created + + + pmtWizardWarning + Payment Wizard + en_US + false + pmtWizardWarning + Warning + + + pmtWizardWarning + Payment Wizard + en_US + false + pmtWizardWarning + Warning + + + pmtWizardWeek + Payment Wizard + en_US + true + pmtWizardWeek + Week + + + pmtWizardWeek + Payment Wizard + en_US + true + pmtWizardWeek + Week + + + pmtWizardWriteoffDate + Payment Wizard + en_US + false + pmtWizardWriteoffDate + Which date would you like to use? + + + pmtWizardWriteoffDate + Payment Wizard + en_US + false + pmtWizardWriteoffDate + Which date would you like to use? + + + pmtWizardWriteOffInvalidRecords + Payment Wizard + en_US + true + pmtWizardWriteOffInvalidRecords + One or more existing Payment records are both paid and written off. To write off Payments, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardWriteOffInvalidRecords + Payment Wizard + en_US + true + pmtWizardWriteOffInvalidRecords + One or more existing Payment records are both paid and written off. To write off Payments, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardWriteoffMessage + Payment Wizard + en_US + false + pmtWizardWriteoffMessage + You are preparing to write off {0} Payment(s) totaling {1} + + + pmtWizardWriteoffMessage + Payment Wizard + en_US + false + pmtWizardWriteoffMessage + You are preparing to write off {0} Payment(s) totaling {1} + + + pmtWizardWriteoffNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Write Off + You do not have permissions to Write Off Payments. + + + pmtWizardWriteoffNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Write Off + You do not have permissions to Write Off Payments. + + + pmtWizardWriteOffNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can write off Payments. + + + pmtWizardWriteOffNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can write off Payments. + + + pmtWizardYear + Payment Wizard + en_US + true + pmtWizardYear + Year + + + pmtWizardYear + Payment Wizard + en_US + true + pmtWizardYear + Year + + + pmtWriteOffPaidPayment + Payment, Error + en_US + true + pmtWriteOffPaidPayment + A Payment can't be both paid and written off. You must deselect one or both checkboxes. + + + pmtWriteOffPaidPayment + Payment, Error + en_US + true + pmtWriteOffPaidPayment + A Payment can't be both paid and written off. You must deselect one or both checkboxes. + + + pmtWrittenOffPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtWrittenOffPaymentDateRequired + A written off Payment must have a Payment Date. + + + pmtWrittenOffPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtWrittenOffPaymentDateRequired + A written off Payment must have a Payment Date. + + + potentialDuplicatesFoundMultiple + Potential Duplicates + en_US + false + Number of potential duplicates found + We found {0} potential duplicates of this Contact. + + + potentialDuplicatesFoundMultiple + Potential Duplicates + en_US + false + Number of potential duplicates found + We found {0} potential duplicates of this Contact. + + + potentialDuplicatesFoundNone + Potential Duplicates + en_US + false + No duplicates found + We found no potential duplicates of this Contact. + + + potentialDuplicatesFoundNone + Potential Duplicates + en_US + false + No duplicates found + We found no potential duplicates of this Contact. + + + potentialDuplicatesFoundOne + Potential Duplicates + en_US + false + One potential duplicate found + We found 1 potential duplicate of this Contact. + + + potentialDuplicatesFoundOne + Potential Duplicates + en_US + false + One potential duplicate found + We found 1 potential duplicate of this Contact. + + + ProgressMarkerAssistiveTextProgress + AlternativeText + en_US + true + ProgressMarkerAssistiveTextProgress + Progress: + + + ProgressMarkerAssistiveTextProgress + AlternativeText + en_US + true + ProgressMarkerAssistiveTextProgress + Progress: + + + psACH + Payment Gateway Management + en_US + true + Label for ACH payment method. + ACH (bank account) + + + psACH + Payment Gateway Management + en_US + true + Label for ACH payment method. + ACH (bank account) + + + pscDeleteRow + Manage Soft Credits + en_US + true + pscDeleteRow + Delete Row + + + pscDeleteRow + Manage Soft Credits + en_US + true + pscDeleteRow + Delete Row + + + pscManageSoftCreditsAdd + Manage Soft Credits + en_US + false + pscManageSoftCreditsAdd + Add another soft credit + + + pscManageSoftCreditsAdd + Manage Soft Credits + en_US + false + pscManageSoftCreditsAdd + Add another soft credit + + + pscManageSoftCreditsAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmount + Amount + + + pscManageSoftCreditsAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmount + Amount + + + pscManageSoftCreditsAmountMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountMissing + Please enter an amount or percent for each soft credit. + + + pscManageSoftCreditsAmountMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountMissing + Please enter an amount or percent for each soft credit. + + + pscManageSoftCreditsAmountOrPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountOrPercent + Amount or Percent + + + pscManageSoftCreditsAmountOrPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountOrPercent + Amount or Percent + + + pscManageSoftCreditsCantChangeCurrency + Manage Soft Credits + en_US + false + pscManageSoftCreditsCantChangeCurrency + You can't modify soft credit currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related soft credits. + + + pscManageSoftCreditsCantChangeCurrency + Manage Soft Credits + en_US + false + pscManageSoftCreditsCantChangeCurrency + You can't modify soft credit currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related soft credits. + + + pscManageSoftCreditsContactMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsContactMissing + You must enter a Contact for each soft credit. + + + pscManageSoftCreditsContactMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsContactMissing + You must enter a Contact for each soft credit. + + + pscManageSoftCreditsFull + Manage Soft Credits + en_US + false + pscManageSoftCreditsFull + Full + + + pscManageSoftCreditsFull + Manage Soft Credits + en_US + false + pscManageSoftCreditsFull + Full + + + pscManageSoftCreditsInvalidContact + Manage Soft Credits + en_US + false + pscManageSoftCreditsInvalidContact + {0} is the Primary Contact for this Opportunity. You can't add soft credit to this Contact. + + + pscManageSoftCreditsInvalidContact + Manage Soft Credits + en_US + false + pscManageSoftCreditsInvalidContact + {0} is the Primary Contact for this Opportunity. You can't add soft credit to this Contact. + + + pscManageSoftCreditsNoRoles + Manage Soft Credits + en_US + false + pscManageSoftCreditsNoRoles + You have no Roles specified as Soft Credit Roles. In NPSP Settings under Donations | Contact Roles, select at least one Role in the Soft Credit Roles setting. + + + pscManageSoftCreditsNoRoles + Manage Soft Credits + en_US + false + pscManageSoftCreditsNoRoles + You have no Roles specified as Soft Credit Roles. In NPSP Settings under Donations | Contact Roles, select at least one Role in the Soft Credit Roles setting. + + + pscManageSoftCreditsOppAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsOppAmount + Total Amount + + + pscManageSoftCreditsOppAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsOppAmount + Total Amount + + + pscManageSoftCreditsPartial + Manage Soft Credits + en_US + false + pscManageSoftCreditsPartial + Partial + + + pscManageSoftCreditsPartial + Manage Soft Credits + en_US + false + pscManageSoftCreditsPartial + Partial + + + pscManageSoftCreditsPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsPercent + Percent + + + pscManageSoftCreditsPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsPercent + Percent + + + pscManageSoftCreditsPermissionDenied + Manage Soft Credits, Error + en_US + true + You do not have permission to manage soft credits + You do not have permissions to manage Partial Soft Credits. Please contact your system administrator for more information. + + + pscManageSoftCreditsPermissionDenied + Manage Soft Credits, Error + en_US + true + You do not have permission to manage soft credits + You do not have permissions to manage Partial Soft Credits. Please contact your system administrator for more information. + + + pscManageSoftCreditsPrimaryDonor + Manage Soft Credits + en_US + false + pscManageSoftCreditsPrimaryDonor + Primary Donor + + + pscManageSoftCreditsPrimaryDonor + Manage Soft Credits + en_US + false + pscManageSoftCreditsPrimaryDonor + Primary Donor + + + pscManageSoftCreditsPSCAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsPSCAmount + Soft Credit Amount + + + pscManageSoftCreditsPSCAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsPSCAmount + Soft Credit Amount + + + pscManageSoftCreditsReconcileFail + Manage Soft Credits + en_US + false + pscManageSoftCreditsReconcileFail + The total Soft Credit Amount can't exceed the Opportunity Amount. Select Allow Soft Credit Amount more than Total Amount to override this restriction. + + + pscManageSoftCreditsReconcileFail + Manage Soft Credits + en_US + false + pscManageSoftCreditsReconcileFail + The total Soft Credit Amount can't exceed the Opportunity Amount. Select Allow Soft Credit Amount more than Total Amount to override this restriction. + + + pscManageSoftCreditsRestrictions + Manage Soft Creditds + en_US + false + pscManageSoftCreditsRestrictions + Soft Credit Restrictions + + + pscManageSoftCreditsRestrictions + Manage Soft Creditds + en_US + false + pscManageSoftCreditsRestrictions + Soft Credit Restrictions + + + pscManageSoftCreditsRoleMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsRoleMissing + You must specify a Role Name for all soft credits. + + + pscManageSoftCreditsRoleMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsRoleMissing + You must specify a Role Name for all soft credits. + + + pscManageSoftCreditsTitle + Manage Soft Credits + en_US + false + pscManageSoftCreditsTitle + Manage Soft Credits + + + pscManageSoftCreditsTitle + Manage Soft Credits + en_US + false + pscManageSoftCreditsTitle + Manage Soft Credits + + + pscManageSoftCreditsType + Manage Soft Credits + en_US + false + pscManageSoftCreditsType + Type + + + pscManageSoftCreditsType + Manage Soft Credits + en_US + false + pscManageSoftCreditsType + Type + + + pscManageSoftCreditsUnaccounted + Manage Soft Credits + en_US + false + pscManageSoftCreditsUnaccounted + Total Unaccounted + + + pscManageSoftCreditsUnaccounted + Manage Soft Credits + en_US + false + pscManageSoftCreditsUnaccounted + Total Unaccounted + + + pscManageSoftCreditsValidateTotals + Manage Soft Credits + en_US + false + pscManageSoftCreditsValidateTotals + Allow Soft Credit Amount more than Total Amount + + + pscManageSoftCreditsValidateTotals + Manage Soft Credits + en_US + false + pscManageSoftCreditsValidateTotals + Allow Soft Credit Amount more than Total Amount + + + psElevateConnectionTimeout + Payment Gateway Management + en_US + true + Error message for timeout connecting to Elevate. + The connection to Elevate timed out. Try again later. + + + psElevateConnectionTimeout + Payment Gateway Management + en_US + true + Error message for timeout connecting to Elevate. + The connection to Elevate timed out. Try again later. + + + psEnableGatewayAssignment + Payment Gateway Management + en_US + true + Label to show Gateway Assignment is enabled. + Enable Gateway Assignment + + + psEnableGatewayAssignment + Payment Gateway Management + en_US + true + Label to show Gateway Assignment is enabled. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHeader + Payment Gateway Management + en_US + true + Label for Gateway Assignment Header. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHeader + Payment Gateway Management + en_US + true + Label for Gateway Assignment Header. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHelp + Payment Gateway Management + en_US + true + Label for Gateway Assignment Help Message. + Enabling gateway assignment allows you to select the payment gateway and respective payment methods when modifying Gift Entry Templates. + + + psEnableGatewayAssignmentHelp + Payment Gateway Management + en_US + true + Label for Gateway Assignment Help Message. + Enabling gateway assignment allows you to select the payment gateway and respective payment methods when modifying Gift Entry Templates. + + + psGatewayDefault + Payment Gateway Management + en_US + true + Picklist option label for default gateway. + Always Use Default Gateway + + + psGatewayDefault + Payment Gateway Management + en_US + true + Picklist option label for default gateway. + Always Use Default Gateway + + + psGatewayIDHeader + Payment Gateway Management + en_US + true + Label for Gateway ID Header. + Gateway ID + + + psGatewayIDHeader + Payment Gateway Management + en_US + true + Label for Gateway ID Header. + Gateway ID + + + psGatewayIDHelp + Payment Gateway Management + en_US + true + Label for Gateway ID Help Message. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To change the gateway NPSP usess, click Edit, enter the gateway ID, and save your work. Find the gateway ID in the Elevate Admin Console | Gateway Management. + + + psGatewayIDHelp + Payment Gateway Management + en_US + true + Label for Gateway ID Help Message. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To change the gateway NPSP usess, click Edit, enter the gateway ID, and save your work. Find the gateway ID in the Elevate Admin Console | Gateway Management. + + + psGatewayManagementHelp + Payment Gateway Management + en_US + true + Label for Gateway Management Help Message. + These settings manage the payment gateways for Elevate transactions. + + + psGatewayManagementHelp + Payment Gateway Management + en_US + true + Label for Gateway Management Help Message. + These settings manage the payment gateways for Elevate transactions. + + + psGatewayNotValid + Payment Gateway Management + en_US + true + Error message for saved Elevate Payment Gateway not found. + We can't validate the previously saved gateway. Select a different gateway. + + + psGatewayNotValid + Payment Gateway Management + en_US + true + Error message for saved Elevate Payment Gateway not found. + We can't validate the previously saved gateway. Select a different gateway. + + + psGatewaySelectionLabel + Payment Gateway Management + en_US + true + Label for Gateway selection in settings. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To set a default Elevate payment gateway, select it here. + + + psGatewaySelectionLabel + Payment Gateway Management + en_US + true + Label for Gateway selection in settings. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To set a default Elevate payment gateway, select it here. + + + psGatewaysNotFound + Payment Gateway Management + en_US + true + Error message for Elevate Payment Gateways not found. + No Payment Gateways were found. Check your Elevate Account. + + + psGatewaysNotFound + Payment Gateway Management + en_US + true + Error message for Elevate Payment Gateways not found. + No Payment Gateways were found. Check your Elevate Account. + + + psHideGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to hide Elevate Gateways and Payment Methods. + Hide Elevate Gateways and Payment Methods + + + psHideGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to hide Elevate Gateways and Payment Methods. + Hide Elevate Gateways and Payment Methods + + + psHidePaymentMethods + Payment Gateway Management + en_US + true + Label to hide Payment Methods. + Hide Payment Methods + + + psHidePaymentMethods + Payment Gateway Management + en_US + true + Label to hide Payment Methods. + Hide Payment Methods + + + psPaymentGateway + Payment Gateway Management + en_US + true + Label to identify selected Payment Gateway. + Payment Gateway: + + + psPaymentGateway + Payment Gateway Management + en_US + true + Label to identify selected Payment Gateway. + Payment Gateway: + + + psSelectPaymentGateway + Payment Gateway Management + en_US + true + Label to select Payment Gateway. + Select Payment Gateway + + + psSelectPaymentGateway + Payment Gateway Management + en_US + true + Label to select Payment Gateway. + Select Payment Gateway + + + psSelectPaymentMethods + Payment Gateway Management + en_US + true + Label to select Payment Methods. + Select Payment Methods + + + psSelectPaymentMethods + Payment Gateway Management + en_US + true + Label to select Payment Methods. + Select Payment Methods + + + psSelectValidPaymentMethod + Gift Entry, Recurring Donations + en_US + true + How to activate the Elevate field bundle to enter payment information + To enter payment, select a valid Payment Method. + + + psSelectValidPaymentMethod + Gift Entry, Recurring Donations + en_US + true + How to activate the Elevate field bundle to enter payment information + To enter payment, select a valid Payment Method. + + + psShowGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to show Elevate Gateways and Payment Methods. + Show Elevate Gateways and Payment Methods + + + psShowGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to show Elevate Gateways and Payment Methods. + Show Elevate Gateways and Payment Methods + + + psShowPaymentMethods + Payment Gateway Management + en_US + true + Label to show Payment Methods. + Show Payment Methods + + + psShowPaymentMethods + Payment Gateway Management + en_US + true + Label to show Payment Methods. + Show Payment Methods + + + psUnableToConnect + Payment Gateway Management + en_US + true + Error message for unable to connect to Elevate. + Unable to connect to Elevate. Check your connection and try again. + + + psUnableToConnect + Payment Gateway Management + en_US + true + Error message for unable to connect to Elevate. + Unable to connect to Elevate. Check your connection and try again. + + + RD_achElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and ACH payment. + {0}, *{1} + + + RD_achElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and ACH payment. + {0}, *{1} + + + RD_ContactMustBelongToAccount + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact is not found with HH Account + You must select a Contact associated with this Household Account. + + + RD_ContactMustBelongToAccount + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact is not found with HH Account + You must select a Contact associated with this Household Account. + + + RD_creditCardElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and Credit Card payment. + {0}, *{1} Exp.{2}/{3} + + + RD_creditCardElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and Credit Card payment. + {0}, *{1} Exp.{2}/{3} + + + RD_DonorIsRequired + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact and account are missing + You must select an Account or Contact. + + + RD_DonorIsRequired + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact and account are missing + You must select an Account or Contact. + + + RD_ErrorAddDonationHeaderText + Recurring-Donations, Error + en_US + true + Refresh Opportunities + Refresh Opportunities + + + RD_ErrorAddDonationHeaderText + Recurring-Donations, Error + en_US + true + Refresh Opportunities + Refresh Opportunities + + + RD_ErrorAddDonationLimitedToLegacyMode + Recurring-Donations, Error + en_US + true + Refresh Opportunities button action can be executed in the legacy mode only + The Refresh Opportunities button has no function in Enhanced Recurring Donations. Ask your administrator to remove this button from Recurring Donation page layouts. + + + RD_ErrorAddDonationLimitedToLegacyMode + Recurring-Donations, Error + en_US + true + Refresh Opportunities button action can be executed in the legacy mode only + The Refresh Opportunities button has no function in Enhanced Recurring Donations. Ask your administrator to remove this button from Recurring Donation page layouts. + + + RD_ErrorAddDonationMissingId + Recurring-Donations, Error + en_US + true + Recurring Donation ID missing + Recurring Donation ID missing. Please select a valid recurring donation record. + + + RD_ErrorAddDonationMissingId + Recurring-Donations, Error + en_US + true + Recurring Donation ID missing + Recurring Donation ID missing. Please select a valid recurring donation record. + + + RD_ErrorAddDonationPermissionDenied + Recurring-Donations, Error + en_US + true + You do not have permission to Refresh opportunities + You don't have the required permissions to Refresh Opportunities. Contact your system administrator for assistance. + + + RD_ErrorAddDonationPermissionDenied + Recurring-Donations, Error + en_US + true + You do not have permission to Refresh opportunities + You don't have the required permissions to Refresh Opportunities. Contact your system administrator for assistance. + + + RD_ErrorLegacyBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The legacy RD Batch job cannot be executed when Enhanced RD is enabled + The legacy Recurring Donations batch job cannot be executed because Enhanced Recurring Donations is enabled in this org. + + + RD_ErrorLegacyBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The legacy RD Batch job cannot be executed when Enhanced RD is enabled + The legacy Recurring Donations batch job cannot be executed because Enhanced Recurring Donations is enabled in this org. + + + RD_ErrorMoreClosedWonOpportunitiesThanInstallments + Recurring-Donations, Error + en_US + true + More ClosedWon donations than Installments + There are more Closed Won Opportunities associated with this Recurring Donation than the number of Installments defined. + + + RD_ErrorMoreClosedWonOpportunitiesThanInstallments + Recurring-Donations, Error + en_US + true + More ClosedWon donations than Installments + There are more Closed Won Opportunities associated with this Recurring Donation than the number of Installments defined. + + + RD_ErrorNotEnoughClosedValueForFixedLength + Recurring-Donations, Error + en_US + true + The total Amount of all Closed Won Opps is not equal to the RD Amount. + The combined Amount of all related Closed Won and Pledged Opportunities must match the Amount of a Fixed Length Recurring Donation. + + + RD_ErrorNotEnoughClosedValueForFixedLength + Recurring-Donations, Error + en_US + true + The total Amount of all Closed Won Opps is not equal to the RD Amount. + The combined Amount of all related Closed Won and Pledged Opportunities must match the Amount of a Fixed Length Recurring Donation. + + + RD_finalDonation + Recurring Donations + en_US + true + Final Donation + Final Donation + + + RD_finalDonation + Recurring Donations + en_US + true + Final Donation + Final Donation + + + RD_firstDonation + Recurring Donations + en_US + true + First Donation + First Donation + + + RD_firstDonation + Recurring Donations + en_US + true + First Donation + First Donation + + + RD_firstOrdinalNumber + Recurring Donations + en_US + true + First ordinal number + st + + + RD_firstOrdinalNumber + Recurring Donations + en_US + true + First ordinal number + st + + + RD_frequencyFirstAndFifteenth + Recurring Donations + en_US + true + Frequency processed text + Every {0} {1} + + + RD_frequencyFirstAndFifteenth + Recurring Donations + en_US + true + Frequency processed text + Every {0} {1} + + + RD_frequencyMonthly + Recurring Donations + en_US + true + Frequency processed text + Every {0} months on the {1} + + + RD_frequencyMonthly + Recurring Donations + en_US + true + Frequency processed text + Every {0} months on the {1} + + + RD_frequencyOnThePeriod + Recurring Donations + en_US + true + Frequency processed text + On the {0} + + + RD_frequencyOnThePeriod + Recurring Donations + en_US + true + Frequency processed text + On the {0} + + + RD_frequencyPeriodOnTheDayOfTheMonth + Recurring Donations + en_US + true + Frequency processed text + {0} on the {1} + + + RD_frequencyPeriodOnTheDayOfTheMonth + Recurring Donations + en_US + true + Frequency processed text + {0} on the {1} + + + RD_frequencyWeekly + Recurring Donations + en_US + true + Frequency processed text + Every {0} weeks + + + RD_frequencyWeekly + Recurring Donations + en_US + true + Frequency processed text + Every {0} weeks + + + RD_frequencyYearly + Recurring Donations + en_US + true + Frequency processed text + Every {0} years + + + RD_frequencyYearly + Recurring Donations + en_US + true + Frequency processed text + Every {0} years + + + RD_lastModified + Recurring Donations + en_US + true + Last Modified + Last Modified + + + RD_lastModified + Recurring Donations + en_US + true + Last Modified + Last Modified + + + RD_mostRecentDonation + Recurring Donations + en_US + true + Most Recent Donation + Most Recent Donation + + + RD_mostRecentDonation + Recurring Donations + en_US + true + Most Recent Donation + Most Recent Donation + + + RD_nextDonation + Recurring Donations + en_US + true + Next Donation + Next Donation + + + RD_nextDonation + Recurring Donations + en_US + true + Next Donation + Next Donation + + + RD_otherOrdinalNumber + Recurring Donations + en_US + true + Other ordinal number + th + + + RD_otherOrdinalNumber + Recurring Donations + en_US + true + Other ordinal number + th + + + RD_RefreshOppsContinueMessage + Recurring-Donations, Error + en_US + true + Confirmation message displayed to user before the process runs + This process updates all future installment Opportunities to match the current data for this Recurring Donation. For some installments, NPSP may delete and recreate new installments. +<br/><br/>Click Continue to start the process or Cancel to return to the Recurring Donation page. + + + RD_RefreshOppsContinueMessage + Recurring-Donations, Error + en_US + true + Confirmation message displayed to user before the process runs + This process updates all future installment Opportunities to match the current data for this Recurring Donation. For some installments, NPSP may delete and recreate new installments. +<br/><br/>Click Continue to start the process or Cancel to return to the Recurring Donation page. + + + RD_secondOrdinalNumber + Recurring Donations + en_US + true + Second ordinal number + nd + + + RD_secondOrdinalNumber + Recurring Donations + en_US + true + Second ordinal number + nd + + + RD_thirdOrdinalNumber + Recurring Donations + en_US + true + Third ordinal number + rd + + + RD_thirdOrdinalNumber + Recurring Donations + en_US + true + Third ordinal number + rd + + + RD2_ACH_Payment_Method_Label + Recurring-Donations + en_US + true + ACH Payment Method label + Bank Account + + + RD2_ACH_Payment_Method_Label + Recurring-Donations + en_US + true + ACH Payment Method label + Bank Account + + + RD2_Actions + RDAction + en_US + true + Label for Recurring Donation Actions + Actions + + + RD2_Actions + RDAction + en_US + true + Label for Recurring Donation Actions + Actions + + + RD2_AmountMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if value on the amount is valid or not + Enter a valid Amount. The Amount cannot be zero, negative, or blank. + + + RD2_AmountMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if value on the amount is valid or not + Enter a valid Amount. The Amount cannot be zero, negative, or blank. + + + RD2_ContactChangeIsRestricted + Recurring-Donations, Error + en_US + true + Validate RD Contact/Account update when a closed opportunity exists on the RD + You can't change the Household Account or Contact on a Recurring Donation that has Closed Opportunities. + + + RD2_ContactChangeIsRestricted + Recurring-Donations, Error + en_US + true + Validate RD Contact/Account update when a closed opportunity exists on the RD + You can't change the Household Account or Contact on a Recurring Donation that has Closed Opportunities. + + + RD2_Credit_Card_Payment_Method_Label + Recurring-Donations + en_US + true + Credit Card Payment Method label + Credit Card + + + RD2_Credit_Card_Payment_Method_Label + Recurring-Donations + en_US + true + Credit Card Payment Method label + Credit Card + + + RD2_CurrencyChangeIsRestrictedOnOpp + Recurring-Donations, Error + en_US + true + Currency change restriction on an Opportunity + You can't change the Opportunity currency to a different currency than the related Recurring Donation. + + + RD2_CurrencyChangeIsRestrictedOnOpp + Recurring-Donations, Error + en_US + true + Currency change restriction on an Opportunity + You can't change the Opportunity currency to a different currency than the related Recurring Donation. + + + RD2_CurrencyChangeIsRestrictedOnRD + Recurring-Donations, Error + en_US + true + Currency change restriction on a Recurring Donation + You can't change the Recurring Donation currency when there is a related closed Opportunity. + + + RD2_CurrencyChangeIsRestrictedOnRD + Recurring-Donations, Error + en_US + true + Currency change restriction on a Recurring Donation + You can't change the Recurring Donation currency when there is a related closed Opportunity. + + + RD2_CurrentScheduleTitle + Recurring-Donations, Component + en_US + true + Details of the schedule which is currently in effect + Current Schedule + + + RD2_CurrentScheduleTitle + Recurring-Donations, Component + en_US + true + Details of the schedule which is currently in effect + Current Schedule + + + RD2_DataMigrationInvalidCloseAction + Recurring-Donations, Error + en_US + true + Open Opportunities cannot be migrated due to No_Action configuration + In NPSP Settings | Recurring Donations, select any value other than "No_Action" for Open Opportunity Behavior on RD Close. After data migration is complete, you may change the setting back to the previous value. + + + RD2_DataMigrationInvalidCloseAction + Recurring-Donations, Error + en_US + true + Open Opportunities cannot be migrated due to No_Action configuration + In NPSP Settings | Recurring Donations, select any value other than "No_Action" for Open Opportunity Behavior on RD Close. After data migration is complete, you may change the setting back to the previous value. + + + RD2_DataMigrationInvalidInstallmentPeriod + Recurring-Donations, Error + en_US + true + Installment Period cannot be converted to enhanced Recurring Donation format + Recurring Donation Installment Period "{0}" cannot be converted to the Enhanced Recurring Donations format. Make sure the Installment Period is defined in NPSP Settings -> Recurring Donations -> Recurring Donation Custom Installment Periods. + + + RD2_DataMigrationInvalidInstallmentPeriod + Recurring-Donations, Error + en_US + true + Installment Period cannot be converted to enhanced Recurring Donation format + Recurring Donation Installment Period "{0}" cannot be converted to the Enhanced Recurring Donations format. Make sure the Installment Period is defined in NPSP Settings -> Recurring Donations -> Recurring Donation Custom Installment Periods. + + + RD2_DataMigrationInvalidOpenEndedStatus + Recurring-Donations, Error + en_US + true + Open Ended Status cannot be converted to enhanced Recurring Donation format + Recurring Donation Open Ended Status "{0}" cannot be converted to the Enhanced Recurring Donations format. You must use one of these values: Open, Closed, or None. + + + RD2_DataMigrationInvalidOpenEndedStatus + Recurring-Donations, Error + en_US + true + Open Ended Status cannot be converted to enhanced Recurring Donation format + Recurring Donation Open Ended Status "{0}" cannot be converted to the Enhanced Recurring Donations format. You must use one of these values: Open, Closed, or None. + + + RD2_DataMigrationInvalidPlannedInstallments + Recurring-Donations, Error + en_US + true + Planned Installments cannot be migrated to enhanced Recurring Donation format + When Open Ended Status is Closed and Schedule Type is not populated, Number of Planned Installments must be 1. + + + RD2_DataMigrationInvalidPlannedInstallments + Recurring-Donations, Error + en_US + true + Planned Installments cannot be migrated to enhanced Recurring Donation format + When Open Ended Status is Closed and Schedule Type is not populated, Number of Planned Installments must be 1. + + + RD2_DayOfMonthIsRequiredForMonthlyInstallment + Recurring-Donations, Error + en_US + true + Validate RD data if day of month is blank when installment is monthly + You must enter a value for Day of Month when Installment Period is Monthly. + + + RD2_DayOfMonthIsRequiredForMonthlyInstallment + Recurring-Donations, Error + en_US + true + Validate RD data if day of month is blank when installment is monthly + You must enter a value for Day of Month when Installment Period is Monthly. + + + RD2_DayOfMonthMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid day of month + {0} is not a supported value for Day of Month. Select a value between 1 and 30 or select Last Day of Month. + + + RD2_DayOfMonthMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid day of month + {0} is not a supported value for Day of Month. Select a value between 1 and 30 or select Last Day of Month. + + + RD2_DisableCustomizableRollupWarning + Settings + en_US + true + Warning displayed on Customizable Rollups page when enhanced RDs are enabled + <b>WARNING: You have Enhanced Recurring Donations enabled. If you disable Customizable Rollups, rollups to Recurring Donations will no longer function.</b> + + + RD2_DisableCustomizableRollupWarning + Settings + en_US + true + Warning displayed on Customizable Rollups page when enhanced RDs are enabled + <b>WARNING: You have Enhanced Recurring Donations enabled. If you disable Customizable Rollups, rollups to Recurring Donations will no longer function.</b> + + + RD2_DisabledAdvancedMappingError + Recurring Donation + en_US + true + Error for DIs with populated RD fields when Advanced Mapping is disabled. + You must enable Advanced Mapping before you can process Recurring Donations. + + + RD2_DisabledAdvancedMappingError + Recurring Donation + en_US + true + Error for DIs with populated RD fields when Advanced Mapping is disabled. + You must enable Advanced Mapping before you can process Recurring Donations. + + + RD2_DisabledRD2Error + Recurring Donation + en_US + true + Error for DIs with populated RD fields when RD2 is disabled. + You must enable Enhanced Recurring Donations before you can process Recurring Donations. + + + RD2_DisabledRD2Error + Recurring Donation + en_US + true + Error for DIs with populated RD fields when RD2 is disabled. + You must enable Enhanced Recurring Donations before you can process Recurring Donations. + + + RD2_ElevateCancelInProgress + Recurring-Donations + en_US + true + Indicates Elevate recurring commitment cancel is in progress + Recurring Payment Cancel in Progress + + + RD2_ElevateCancelInProgress + Recurring-Donations + en_US + true + Indicates Elevate recurring commitment cancel is in progress + Recurring Payment Cancel in Progress + + + RD2_ElevateDisableButtonLabel + Recurring Donation + en_US + true + Label indicating user can hide the credit card and not use Elevate + Don't enter payment information. + + + RD2_ElevateDisableButtonLabel + Recurring Donation + en_US + true + Label indicating user can hide the credit card and not use Elevate + Don't enter payment information. + + + RD2_ElevateDisabledHeader + Recurring Donation + en_US + true + Header indicating the org is not connected to Elevate + Elevate is not enabled for your Salesforce org + + + RD2_ElevateDisabledHeader + Recurring Donation + en_US + true + Header indicating the org is not connected to Elevate + Elevate is not enabled for your Salesforce org + + + RD2_ElevateDisabledMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation will not be committed to Elevate + You aren't entering payment information to be processed by Elevate. + + + RD2_ElevateDisabledMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation will not be committed to Elevate + You aren't entering payment information to be processed by Elevate. + + + RD2_ElevateEnableButtonLabel + Recurring Donation + en_US + true + Link text to toggle and enable commitment creation in Elevate + Alternatively, enter payment details now. + + + RD2_ElevateEnableButtonLabel + Recurring Donation + en_US + true + Link text to toggle and enable commitment creation in Elevate + Alternatively, enter payment details now. + + + RD2_ElevateInformationHeader + Recurring Donation + en_US + true + Elevate information widget header + Elevate Information + + + RD2_ElevateInformationHeader + Recurring Donation + en_US + true + Elevate information widget header + Elevate Information + + + RD2_ElevateInformationStatusSuccess + Recurring Donation + en_US + true + Status description displayed when no error is active + No Errors + + + RD2_ElevateInformationStatusSuccess + Recurring Donation + en_US + true + Status description displayed when no error is active + No Errors + + + Recurring-Donations, Error + RD2_ElevateInstallmentPeriodMustBeValid + en_US + true + Validation message for installment period on Elevate Recurring Donations + {0} is not a supported Installment Period for Elevate connected Recurring Donations. + + + Recurring-Donations, Error + RD2_ElevateInstallmentPeriodMustBeValid + en_US + true + Validation message for installment period on Elevate Recurring Donations + {0} is not a supported Installment Period for Elevate connected Recurring Donations. + + + RD2_ElevateNotSupported + Recurring-Donations, Error + en_US + true + Error when the functionality is not supported for Elevate Recurring Donation. + This functionality is currently not supported for Recurring Donations generated from Elevate Payment Services. + + + RD2_ElevateNotSupported + Recurring-Donations, Error + en_US + true + Error when the functionality is not supported for Elevate Recurring Donation. + This functionality is currently not supported for Recurring Donations generated from Elevate Payment Services. + + + RD2_ElevatePauseInstallmentDateErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause an RD a day from installment date + We can't pause an Elevate-connected Recurring Donation less than two days before the installment date. + + + RD2_ElevatePauseInstallmentDateErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause an RD a day from installment date + We can't pause an Elevate-connected Recurring Donation less than two days before the installment date. + + + RD2_ElevatePaymentMethodChangeError + Recurring-Donations, Error + en_US + true + Cannot change payment method to a non-Elevate payment method + Valid Payment Methods for an active Elevate-connected Recurring Donation are Credit Card or ACH. + + + RD2_ElevatePaymentMethodChangeError + Recurring-Donations, Error + en_US + true + Cannot change payment method to a non-Elevate payment method + Valid Payment Methods for an active Elevate-connected Recurring Donation are Credit Card or ACH. + + + RD2_ElevatePendingStatus + Recurring-Donations, Error + en_US + true + Status Reason to indicates Elevate Service is in progress. + Pending Elevate Process + + + RD2_ElevatePendingStatus + Recurring-Donations, Error + en_US + true + Status Reason to indicates Elevate Service is in progress. + Pending Elevate Process + + + RD2_ElevatePermissionRequired + Recurring-Donations, Error + en_US + true + Error when user does not have a permission to change an RD originated in Elevate + Manage this Recurring Donation in Elevate. + + + RD2_ElevatePermissionRequired + Recurring-Donations, Error + en_US + true + Error when user does not have a permission to change an RD originated in Elevate + Manage this Recurring Donation in Elevate. + + + RD2_ElevateRDAmountMustBeValid + Recurring-Donations + en_US + true + Checks if an Elevate Recurring Donation's amount is valid or not + Please enter a valid Amount. The Amount cannot be less than 1. + + + RD2_ElevateRDAmountMustBeValid + Recurring-Donations + en_US + true + Checks if an Elevate Recurring Donation's amount is valid or not + Please enter a valid Amount. The Amount cannot be less than 1. + + + RD2_ElevateRDCampaignCannotUpdateToNull + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Campaign update is valid or not + You can't remove the Campaign on an active Elevate-connected Recurring Donation. To remove the Campaign, close the Recurring Donation and create a new one. + + + RD2_ElevateRDCampaignCannotUpdateToNull + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Campaign update is valid or not + You can't remove the Campaign on an active Elevate-connected Recurring Donation. To remove the Campaign, close the Recurring Donation and create a new one. + + + RD2_ElevateRDCancellingMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + This can take some time. Refresh the page to check the status. Contact us if you need help. + + + RD2_ElevateRDCancellingMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + This can take some time. Refresh the page to check the status. Contact us if you need help. + + + RD2_ElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + Your request to stop your Recurring Donation was submitted. + + + RD2_ElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + Your request to stop your Recurring Donation was submitted. + + + RD2_ElevateRDCannotBeFixedLength + Recurring-Donations, Error + en_US + true + Error when trying to change an Elevate RD to Recurring Type Fixed + An Elevate-connected Recurring Donation cannot have a Recurring Type of Fixed. + + + RD2_ElevateRDCannotBeFixedLength + Recurring-Donations, Error + en_US + true + Error when trying to change an Elevate RD to Recurring Type Fixed + An Elevate-connected Recurring Donation cannot have a Recurring Type of Fixed. + + + RD2_ElevateRDCannotBePaused + Recurring-Donations, Error + en_US + true + Elevate RD cannot be paused + You can't pause Elevate connected Recurring Donations. + + + RD2_ElevateRDCannotBePaused + Recurring-Donations, Error + en_US + true + Elevate RD cannot be paused + You can't pause Elevate connected Recurring Donations. + + + RD2_ElevateRDCannotChangeElevateFields + Recurring-Donations + en_US + true + Checks if Closed Elevate Recurring Donation's Elevate fields have been modified + You can't edit the donor, amount, schedule, or campaign fields on a Closed Elevate-connected Recurring Donation. + + + RD2_ElevateRDCannotChangeElevateFields + Recurring-Donations + en_US + true + Checks if Closed Elevate Recurring Donation's Elevate fields have been modified + You can't edit the donor, amount, schedule, or campaign fields on a Closed Elevate-connected Recurring Donation. + + + RD2_ElevateRDClosedStatusCannotBeChanged + Recurring-Donations, Error + en_US + true + Error when an attempt is made to change the Status of a Closed Elevate RD + You can't edit the Status for an Elevate connected Recurring Donation when Status is Closed. + + + RD2_ElevateRDClosedStatusCannotBeChanged + Recurring-Donations, Error + en_US + true + Error when an attempt is made to change the Status of a Closed Elevate RD + You can't edit the Status for an Elevate connected Recurring Donation when Status is Closed. + + + RD2_ElevateRDDayOfMonthCannotChange + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Day of Month Changed + You can't change Day of Month for an Elevate-connected Recurring Donation. + + + RD2_ElevateRDDayOfMonthCannotChange + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Day of Month Changed + You can't change Day of Month for an Elevate-connected Recurring Donation. + + + RD2_ElevateRDEffectiveDateMustBeValid + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Effective Date is valid or not + Please enter a new Effective Date. The Effective Date for an Elevate Recurring Donation cannot be in the future. + + + RD2_ElevateRDEffectiveDateMustBeValid + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Effective Date is valid or not + Please enter a new Effective Date. The Effective Date for an Elevate Recurring Donation cannot be in the future. + + + RD2_ElevateRDStopDonationMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation is cancelled + The nonprofit won't process any future donations for this Recurring Donation. + + + RD2_ElevateRDStopDonationMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation is cancelled + The nonprofit won't process any future donations for this Recurring Donation. + + + RD2_ElevateRecordCreateFailed + Recurring Donation + en_US + true + Text indicating the Recurring Donation could not be created in Elevate + An Elevate recurring payment could not be created. Contact your system administrator for assistance. + + + RD2_ElevateRecordCreateFailed + Recurring Donation + en_US + true + Text indicating the Recurring Donation could not be created in Elevate + An Elevate recurring payment could not be created. Contact your system administrator for assistance. + + + RD2_EnablementDisabledHeader + Settings + en_US + true + Enablement page header displayed due to missing prerequisites + Almost there! Just need you to check on a couple of things first . . . + + + RD2_EnablementDisabledHeader + Settings + en_US + true + Enablement page header displayed due to missing prerequisites + Almost there! Just need you to check on a couple of things first . . . + + + RD2_EnablementDisabledMessage + Settings + en_US + true + Enablement page message displayed due to missing prerequisites + (1) If you're not already using Lightning Experience, click Switch to Lightning Experience at the top of your screen.<br/>(2) Enable Customizable Rollups by going to NPSP Settings | Donations | Customizable Rollups.<br/><br/>Return here to the Upgrade to Enhanced Recurring Donations page. + + + RD2_EnablementDisabledMessage + Settings + en_US + true + Enablement page message displayed due to missing prerequisites + (1) If you're not already using Lightning Experience, click Switch to Lightning Experience at the top of your screen.<br/>(2) Enable Customizable Rollups by going to NPSP Settings | Donations | Customizable Rollups.<br/><br/>Return here to the Upgrade to Enhanced Recurring Donations page. + + + RD2_EnablementDryRunBatchTitle + Settings + en_US + true + Validation batch job title + Validate Migration + + + RD2_EnablementDryRunBatchTitle + Settings + en_US + true + Validation batch job title + Validate Migration + + + RD2_EnablementDryRunButton + Settings + en_US + true + Validation button label + Validate Migration + + + RD2_EnablementDryRunButton + Settings + en_US + true + Validation button label + Validate Migration + + + RD2_EnablementDryRunComplete + Settings + en_US + true + Validation section message displayed on a successful validation + Validation completed successfully. + + + RD2_EnablementDryRunComplete + Settings + en_US + true + Validation section message displayed on a successful validation + Validation completed successfully. + + + RD2_EnablementDryRunIntro + Settings + en_US + true + Validation section introduction and guidelines + NPSP simulates migrating your existing data to the Enhanced Recurring Donations model and identifies errors. If there are errors, go to NPSP Settings | System Tools | Error Log. After you fix the errors, return here and validate the migration again. Once the validation completes without errors, you can proceed to the next step.<br/><br/>The validation process may take some time to complete. You can leave this page and return later to check the progress. + + + RD2_EnablementDryRunIntro + Settings + en_US + true + Validation section introduction and guidelines + NPSP simulates migrating your existing data to the Enhanced Recurring Donations model and identifies errors. If there are errors, go to NPSP Settings | System Tools | Error Log. After you fix the errors, return here and validate the migration again. Once the validation completes without errors, you can proceed to the next step.<br/><br/>The validation process may take some time to complete. You can leave this page and return later to check the progress. + + + RD2_EnablementDryRunNextButton + Settings + en_US + true + Button label displayed to enable the migration context + Ready to Migrate + + + RD2_EnablementDryRunNextButton + Settings + en_US + true + Button label displayed to enable the migration context + Ready to Migrate + + + RD2_EnablementDryRunOutdatedError + Settings + en_US + true + Error displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Refresh the page and click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunOutdatedError + Settings + en_US + true + Error displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Refresh the page and click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunOutdatedInfo + Settings + en_US + true + Information displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunOutdatedInfo + Settings + en_US + true + Information displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunSkipButton + Settings + en_US + true + Button label displayed when validation can be skipped + Skip Validation + + + RD2_EnablementDryRunSkipButton + Settings + en_US + true + Button label displayed when validation can be skipped + Skip Validation + + + RD2_EnablementDryRunStopButton + Settings + en_US + true + Button label displayed when validation batch can be stopped + Stop Validation + + + RD2_EnablementDryRunStopButton + Settings + en_US + true + Button label displayed when validation batch can be stopped + Stop Validation + + + RD2_EnablementDryRunTitle + Settings + en_US + true + Validation section title + Validate Migration + + + RD2_EnablementDryRunTitle + Settings + en_US + true + Validation section title + Validate Migration + + + RD2_EnablementEnableConfirm + Settings + en_US + true + Enablement section confirmation message + I confirm that I have completed the preparation and validation tasks above and I'm ready to enable Enhanced Recurring Donations. + + + RD2_EnablementEnableConfirm + Settings + en_US + true + Enablement section confirmation message + I confirm that I have completed the preparation and validation tasks above and I'm ready to enable Enhanced Recurring Donations. + + + RD2_EnablementEnableIntro + Settings + en_US + true + Enablement section introduction and details + This step replaces the current Recurring Donations processing logic with Enhanced Recurring Donations logic. + + + RD2_EnablementEnableIntro + Settings + en_US + true + Enablement section introduction and details + This step replaces the current Recurring Donations processing logic with Enhanced Recurring Donations logic. + + + RD2_EnablementEnableMessage + Settings + en_US + true + Enablement section enable guidelines + Enable the Enhanced Recurring Donations functionality. + + + RD2_EnablementEnableMessage + Settings + en_US + true + Enablement section enable guidelines + Enable the Enhanced Recurring Donations functionality. + + + RD2_EnablementEnableSimpleIntro + Settings + en_US + true + Simple enablement section introduction and details + This step changes the processing logic for Recurring Donations to use Enhanced Recurring Donations logic. Recurring Donations will not function the same way as before. + + + RD2_EnablementEnableSimpleIntro + Settings + en_US + true + Simple enablement section introduction and details + This step changes the processing logic for Recurring Donations to use Enhanced Recurring Donations logic. Recurring Donations will not function the same way as before. + + + RD2_EnablementEnableTitle + Settings + en_US + true + Enablement section title + Enable Enhanced Recurring Donations + + + RD2_EnablementEnableTitle + Settings + en_US + true + Enablement section title + Enable Enhanced Recurring Donations + + + RD2_EnablementEnableWarning + Settings + en_US + true + Enablement section warning + <b>WARNING: NPSP doesn't provide a way to revert back to legacy Recurring Donations.</b> + + + RD2_EnablementEnableWarning + Settings + en_US + true + Enablement section warning + <b>WARNING: NPSP doesn't provide a way to revert back to legacy Recurring Donations.</b> + + + RD2_EnablementIncomplete + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations enablement incomplete + You cannot create or update Recurring Donations because you haven't finished enabling Enhanced Recurring Donations. Go to NPSP Settings | Recurring Donations | Upgrade to Enhanced Recurring Donations and complete all enablement steps. + + + RD2_EnablementIncomplete + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations enablement incomplete + You cannot create or update Recurring Donations because you haven't finished enabling Enhanced Recurring Donations. Go to NPSP Settings | Recurring Donations | Upgrade to Enhanced Recurring Donations and complete all enablement steps. + + + RD2_EnablementIntro + Settings + en_US + true + Enablement page introduction and guidelines + Greetings! Enhanced Recurring Donations is our redesigned and improved Recurring Donations feature for the Nonprofit Success Pack (NPSP). A big thanks to our community members who offered their feedback and helped make Enhanced Recurring Donations possible. + <br/><br/>Since there's already a Recurring Donations feature in NPSP, you'll need to perform several upgrade tasks and move your existing data to the Enhanced Recurring Donations model. We've outlined the required tasks for you below. + + + RD2_EnablementIntro + Settings + en_US + true + Enablement page introduction and guidelines + Greetings! Enhanced Recurring Donations is our redesigned and improved Recurring Donations feature for the Nonprofit Success Pack (NPSP). A big thanks to our community members who offered their feedback and helped make Enhanced Recurring Donations possible. + <br/><br/>Since there's already a Recurring Donations feature in NPSP, you'll need to perform several upgrade tasks and move your existing data to the Enhanced Recurring Donations model. We've outlined the required tasks for you below. + + + RD2_EnablementMetaDeployConfirm + Settings + en_US + true + MetaDeploy section confirmation message + Confirm that you have installed the Enhanced Recurring Donations metadata. + + + RD2_EnablementMetaDeployConfirm + Settings + en_US + true + MetaDeploy section confirmation message + Confirm that you have installed the Enhanced Recurring Donations metadata. + + + RD2_EnablementMetaDeployConfirmError + Settings + en_US + true + Error message on confirmation check when org does not have metadata deployed + You have not yet installed the Enhanced Recurring Donations metadata. Click Launch MetaDeploy and follow the instructions. + + + RD2_EnablementMetaDeployConfirmError + Settings + en_US + true + Error message on confirmation check when org does not have metadata deployed + You have not yet installed the Enhanced Recurring Donations metadata. Click Launch MetaDeploy and follow the instructions. + + + RD2_EnablementMetaDeployIntro + Settings + en_US + true + MetaDeploy section introduction and guidelines + Use MetaDeploy to install new metadata (picklist values, help text, etc.) for Enhanced Recurring Donations. MetaDeploy is a service that exists outside of your Salesforce org. Once you've installed the metadata, return to this page to continue the upgrade to Enhanced Recurring Donations. + + + RD2_EnablementMetaDeployIntro + Settings + en_US + true + MetaDeploy section introduction and guidelines + Use MetaDeploy to install new metadata (picklist values, help text, etc.) for Enhanced Recurring Donations. MetaDeploy is a service that exists outside of your Salesforce org. Once you've installed the metadata, return to this page to continue the upgrade to Enhanced Recurring Donations. + + + RD2_EnablementMetaDeployLaunch + Settings + en_US + true + MetaDeploy section launch guidelines + Install the Enhanced Recurring Donations metadata using the MetaDeploy service. + + + RD2_EnablementMetaDeployLaunch + Settings + en_US + true + MetaDeploy section launch guidelines + Install the Enhanced Recurring Donations metadata using the MetaDeploy service. + + + RD2_EnablementMetaDeployLaunchLinkLabel + Settings + en_US + true + MetaDeploy link label + Launch MetaDeploy + + + RD2_EnablementMetaDeployLaunchLinkLabel + Settings + en_US + true + MetaDeploy link label + Launch MetaDeploy + + + RD2_EnablementMetaDeploySimpleIntro + Settings + en_US + true + Simple metaDeploy section introduction and guidelines + Use our MetaDeploy service to install the Enhanced Recurring Donations metadata. The metadata includes: new picklist values, updated help text, and a new page layout. MetaDeploy is a service that exists outside of your Salesforce org. + + + RD2_EnablementMetaDeploySimpleIntro + Settings + en_US + true + Simple metaDeploy section introduction and guidelines + Use our MetaDeploy service to install the Enhanced Recurring Donations metadata. The metadata includes: new picklist values, updated help text, and a new page layout. MetaDeploy is a service that exists outside of your Salesforce org. + + + RD2_EnablementMetaDeployTitle + Settings + en_US + true + MetaDeploy section title + Install Enhanced Recurring Donations Metadata + + + RD2_EnablementMetaDeployTitle + Settings + en_US + true + MetaDeploy section title + Install Enhanced Recurring Donations Metadata + + + RD2_EnablementMigrationButton + Settings + en_US + true + Migration button label + Run Migration + + + RD2_EnablementMigrationButton + Settings + en_US + true + Migration button label + Run Migration + + + RD2_EnablementMigrationCompleteMessage + Settings + en_US + true + Message displayed on a successful migration + <b>Upgrade process complete!</b><br/> + <br/>Before your organization starts using Enhanced Recurring Donations:<br/> + <ul><li>Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.</li> + <li>Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.</li> + <li>Assign the NPSP Recurring Donation Lightning record page as the Org Default.</li> + <li>Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.</li> + <li>Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.</li> + <li>Adjust Recurring Donations reports to work with Enhanced Recurring Donations.</li> + <li>Educate your staff about Enhanced Recurring Donations.</li> + + + RD2_EnablementMigrationCompleteMessage + Settings + en_US + true + Message displayed on a successful migration + <b>Upgrade process complete!</b><br/> + <br/>Before your organization starts using Enhanced Recurring Donations:<br/> + <ul><li>Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.</li> + <li>Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.</li> + <li>Assign the NPSP Recurring Donation Lightning record page as the Org Default.</li> + <li>Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.</li> + <li>Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.</li> + <li>Adjust Recurring Donations reports to work with Enhanced Recurring Donations.</li> + <li>Educate your staff about Enhanced Recurring Donations.</li> + + + RD2_EnablementMigrationErrorMessage + Settings + en_US + true + Message displayed on a migration error + Your migration run has errors, these will need to be fixed to complete a successful Migration. See the errors by going to NPSP Settings > System Tools > Error Logs. + + + RD2_EnablementMigrationErrorMessage + Settings + en_US + true + Message displayed on a migration error + Your migration run has errors, these will need to be fixed to complete a successful Migration. See the errors by going to NPSP Settings > System Tools > Error Logs. + + + RD2_EnablementMigrationIntro + Settings + en_US + true + Migration section introduction and guidelines + Migrate your existing Recurring Donations data to the Enhanced Recurring Donations data model. This process may take some time. You can leave this page and return later to check the progress. + + + RD2_EnablementMigrationIntro + Settings + en_US + true + Migration section introduction and guidelines + Migrate your existing Recurring Donations data to the Enhanced Recurring Donations data model. This process may take some time. You can leave this page and return later to check the progress. + + + RD2_EnablementMigrationSkipButton + Settings + en_US + true + Button label displayed enabling move back to the validation context + Back to Validate + + + RD2_EnablementMigrationSkipButton + Settings + en_US + true + Button label displayed enabling move back to the validation context + Back to Validate + + + RD2_EnablementMigrationStepDryRun + Settings + en_US + true + Migration section validation context guidelines + You may validate the data migration again by clicking Validate Migration. + + + RD2_EnablementMigrationStepDryRun + Settings + en_US + true + Migration section validation context guidelines + You may validate the data migration again by clicking Validate Migration. + + + RD2_EnablementMigrationStepFinal + Settings + en_US + true + Migration section migration context guidelines + Click Run Migration to begin the data migration process. + + + RD2_EnablementMigrationStepFinal + Settings + en_US + true + Migration section migration context guidelines + Click Run Migration to begin the data migration process. + + + RD2_EnablementMigrationStopButton + Settings + en_US + true + Button label displayed when migration can be stopped + Stop Migration + + + RD2_EnablementMigrationStopButton + Settings + en_US + true + Button label displayed when migration can be stopped + Stop Migration + + + RD2_EnablementMigrationTitle + Settings + en_US + true + Migration section title + Run Data Migration + + + RD2_EnablementMigrationTitle + Settings + en_US + true + Migration section title + Run Data Migration + + + RD2_EnablementMigrationWarning + Settings + en_US + true + Migration section warning + <b>WARNING: Run Migration modifies existing Recurring Donation data to match the Enhanced Recurring Donations model. Backup your database if you haven't already done so.</b> + + + RD2_EnablementMigrationWarning + Settings + en_US + true + Migration section warning + <b>WARNING: Run Migration modifies existing Recurring Donation data to match the Enhanced Recurring Donations model. Backup your database if you haven't already done so.</b> + + + RD2_EnablementPermissionRequired + Settings + en_US + true + Error displayed when user does not have System Admin permissions + Only System Administrators can perform Enhanced Recurring Donations upgrade actions. + + + RD2_EnablementPermissionRequired + Settings + en_US + true + Error displayed when user does not have System Admin permissions + Only System Administrators can perform Enhanced Recurring Donations upgrade actions. + + + RD2_EnablementPrepIntro + Settings + en_US + true + Enablement preparation task introduction and guidelines + To limit potential errors and to protect your data, perform these preparation tasks before you begin the upgrade to Enhanced Recurring Donations: + + + RD2_EnablementPrepIntro + Settings + en_US + true + Enablement preparation task introduction and guidelines + To limit potential errors and to protect your data, perform these preparation tasks before you begin the upgrade to Enhanced Recurring Donations: + + + RD2_EnablementPrepTasks + Settings + en_US + true + Enablement preparation tasks introduction and guidelines + <ul><li>Disable workflows, processes, validation rules and triggers on the Recurring Donations, Opportunity, and Payment objects.</li> +<li>Backup your database, including all Recurring Donations and their related records.</li></ul> + + + RD2_EnablementPrepTasks + Settings + en_US + true + Enablement preparation tasks introduction and guidelines + <ul><li>Disable workflows, processes, validation rules and triggers on the Recurring Donations, Opportunity, and Payment objects.</li> +<li>Backup your database, including all Recurring Donations and their related records.</li></ul> + + + RD2_EnablementPrepTitle + Settings + en_US + true + Enablement preparation tasks title + Preparation Tasks + + + RD2_EnablementPrepTitle + Settings + en_US + true + Enablement preparation tasks title + Preparation Tasks + + + RD2_EnablementSimpleIntro + Settings + en_US + true + Simple enablement page introduction and guidelines + Enhanced Recurring Donations makes Recurring Donations more flexible and easier to manage than ever before. To enable Enhanced Recurring Donations, follow the steps below. You must complete ALL the steps to fully enable Enhanced Recurring Donations. + <br/><br/><b>Because you have no Recurring Donation records, you don't need to validate or migrate any data.</b> + + + RD2_EnablementSimpleIntro + Settings + en_US + true + Simple enablement page introduction and guidelines + Enhanced Recurring Donations makes Recurring Donations more flexible and easier to manage than ever before. To enable Enhanced Recurring Donations, follow the steps below. You must complete ALL the steps to fully enable Enhanced Recurring Donations. + <br/><br/><b>Because you have no Recurring Donation records, you don't need to validate or migrate any data.</b> + + + RD2_EndDateElevateCannotBeInFuture + Recurring-Donations, Error + en_US + true + Elevate connected Recurring Donation End Date must be valid. + End Date can't be in the future for Elevate connected Recurring Donations. + + + RD2_EndDateElevateCannotBeInFuture + Recurring-Donations, Error + en_US + true + Elevate connected Recurring Donation End Date must be valid. + End Date can't be in the future for Elevate connected Recurring Donations. + + + RD2_EndDateMustBeLaterThanCloseWonOpp + Recurring Donations Error + en_US + true + Recurring Donation End Date must be valid. + End Date must be later than the last Closed Won Opportunity's Close Date. + + + RD2_EndDateMustBeLaterThanCloseWonOpp + Recurring Donations Error + en_US + true + Recurring Donation End Date must be valid. + End Date must be later than the last Closed Won Opportunity's Close Date. + + + RD2_EndDateMustBeValidForFixedLength + Recurring-Donations, Error + en_US + true + Fixed Length Recurring Donation End Date must be valid + End Date can't be in the future when Recurring Type is Fixed. + + + RD2_EndDateMustBeValidForFixedLength + Recurring-Donations, Error + en_US + true + Fixed Length Recurring Donation End Date must be valid + End Date can't be in the future when Recurring Type is Fixed. + + + RD2_EnhancedRecurringDonationsNotEnabled + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations Not Enabled + Enhanced Recurring Donations is not enabled. + + + RD2_EnhancedRecurringDonationsNotEnabled + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations Not Enabled + Enhanced Recurring Donations is not enabled. + + + RD2_EntryFormCustomFieldsSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Custom Field section header + Custom Fields + + + RD2_EntryFormCustomFieldsSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Custom Field section header + Custom Fields + + + RD2_EntryFormDonationSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donation Information section header + Donation Information + + + RD2_EntryFormDonationSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donation Information section header + Donation Information + + + RD2_EntryFormDonorSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donor Information section header + Donor Information + + + RD2_EntryFormDonorSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donor Information section header + Donor Information + + + RD2_EntryFormDonorTypeHelpText + Recurring-Donations, Entry-Form + en_US + true + The Inline HelpText for the Donor Type picklist + Select the type of donor for this Recurring Donation. If you select Account, enter an Organization Account, and optionally a related Contact. If you select Contact, enter a Contact related to a Household Account. + + + RD2_EntryFormDonorTypeHelpText + Recurring-Donations, Entry-Form + en_US + true + The Inline HelpText for the Donor Type picklist + Select the type of donor for this Recurring Donation. If you select Account, enter an Organization Account, and optionally a related Contact. If you select Contact, enter a Contact related to a Household Account. + + + RD2_EntryFormDonorTypeLabel + Recurring-Donations, Entry-Form + en_US + true + The Label for the Donor Type picklist + Donor Type + + + RD2_EntryFormDonorTypeLabel + Recurring-Donations, Entry-Form + en_US + true + The Label for the Donor Type picklist + Donor Type + + + RD2_EntryFormHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form header + New Recurring Donation + + + RD2_EntryFormHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form header + New Recurring Donation + + + RD2_EntryFormInsertSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is inserted + Recurring Donation "{0}" was created. + + + RD2_EntryFormInsertSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is inserted + Recurring Donation "{0}" was created. + + + RD2_EntryFormMissingPermissions + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Field Permissions Error + You don't have the required Recurring Donations field permissions. Contact your system administrator for assistance. + + + RD2_EntryFormMissingPermissions + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Field Permissions Error + You don't have the required Recurring Donations field permissions. Contact your system administrator for assistance. + + + RD2_EntryFormOtherSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Other Information section header + Other Information + + + RD2_EntryFormOtherSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Other Information section header + Other Information + + + RD2_EntryFormPeriodAdvanced + Recurring-Donations, Entry-Form + en_US + true + Picklist value for the RD2 Entry Form custom period picklist + Advanced + + + RD2_EntryFormPeriodAdvanced + Recurring-Donations, Entry-Form + en_US + true + Picklist value for the RD2 Entry Form custom period picklist + Advanced + + + RD2_EntryFormPeriodHelpText + Recurring-Donations, Entry-Form + en_US + true + Inline Help Text for the Monthly and Advanced Picklist + Select Advanced to enter other schedule types such as weekly, yearly, every 6 months, etc. + + + RD2_EntryFormPeriodHelpText + Recurring-Donations, Entry-Form + en_US + true + Inline Help Text for the Monthly and Advanced Picklist + Select Advanced to enter other schedule types such as weekly, yearly, every 6 months, etc. + + + RD2_EntryFormPeriodLabel + Recurring-Donations, Entry-Form + en_US + true + Custom Label for the Monthly and Advanced Picklist + Recurring Period + + + RD2_EntryFormPeriodLabel + Recurring-Donations, Entry-Form + en_US + true + Custom Label for the Monthly and Advanced Picklist + Recurring Period + + + RD2_EntryFormPeriodPluralDaily + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Daily + Days + + + RD2_EntryFormPeriodPluralDaily + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Daily + Days + + + RD2_EntryFormPeriodPluralMonthly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Monthly + Months + + + RD2_EntryFormPeriodPluralMonthly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Monthly + Months + + + RD2_EntryFormPeriodPluralWeekly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Weekly + Weeks + + + RD2_EntryFormPeriodPluralWeekly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Weekly + Weeks + + + RD2_EntryFormPeriodPluralYearly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Yearly + Years + + + RD2_EntryFormPeriodPluralYearly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Yearly + Years + + + RD2_EntryFormSaveACHMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Sending ACH information to Elevate... + + + RD2_EntryFormSaveACHMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Sending ACH information to Elevate... + + + RD2_EntryFormSaveCommitmentFailedMessage + Recurring-Donations, Entry-Form + en_US + true + Message displayed as prefix to errors returned from Elevate API + A recurring payment has been created in Elevate. Elevate Recurring Id: {0}. + + However, a matching Recurring Donation wasn't created in NPSP due to the following error: + ● {1} + + You can keep this form open, fix the error, and save the Recurring Donation again. Alternatively, cancel and contact your System Administrator for help. + + + RD2_EntryFormSaveCommitmentFailedMessage + Recurring-Donations, Entry-Form + en_US + true + Message displayed as prefix to errors returned from Elevate API + A recurring payment has been created in Elevate. Elevate Recurring Id: {0}. + + However, a matching Recurring Donation wasn't created in NPSP due to the following error: + ● {1} + + You can keep this form open, fix the error, and save the Recurring Donation again. Alternatively, cancel and contact your System Administrator for help. + + + RD2_EntryFormSaveCommitmentMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Elevate Commitment is being created or updated + Saving Elevate recurring payment...This may take a few minutes. + + + RD2_EntryFormSaveCommitmentMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Elevate Commitment is being created or updated + Saving Elevate recurring payment...This may take a few minutes. + + + RD2_EntryFormSaveCreditCardValidationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Validating credit card... + + + RD2_EntryFormSaveCreditCardValidationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Validating credit card... + + + RD2_EntryFormSaveRecurringDonationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Recurring Donation record is being saved + Saving Recurring Donation... + + + RD2_EntryFormSaveRecurringDonationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Recurring Donation record is being saved + Saving Recurring Donation... + + + RD2_EntryFormScheduleEveryLabel + Recurring-Donations, Entry-Form + en_US + true + Label to show as Every + Every + + + RD2_EntryFormScheduleEveryLabel + Recurring-Donations, Entry-Form + en_US + true + Label to show as Every + Every + + + RD2_EntryFormStatusSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Status Information section header + Status Information + + + RD2_EntryFormStatusSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Status Information section header + Status Information + + + RD2_EntryFormUpdateSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is updated + Recurring Donation "{0}" was saved. + + + RD2_EntryFormUpdateSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is updated + Recurring Donation "{0}" was saved. + + + RD2_ErrorDataMigrationJobCannotBeRun + Recurring-Donations, Error + en_US + true + The job can only be executed when Enhanced RD is enabled in the org + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations Data Migration job. + + + RD2_ErrorDataMigrationJobCannotBeRun + Recurring-Donations, Error + en_US + true + The job can only be executed when Enhanced RD is enabled in the org + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations Data Migration job. + + + RD2_ErrorEnhancedRDBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The RD2 Batch job can only be executed when Enhanced RD is enabled + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations batch job. + + + RD2_ErrorEnhancedRDBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The RD2 Batch job can only be executed when Enhanced RD is enabled + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations batch job. + + + RD2_ErrorRDIdIsMissingForCommitment + Recurring-Donations, Error + en_US + true + Recurring Donation Id must be specified + There was an error creating the Recurring Donation record. No Recurring payment request was sent to Elevate. Contact your system administrator for assistance. + + + RD2_ErrorRDIdIsMissingForCommitment + Recurring-Donations, Error + en_US + true + Recurring Donation Id must be specified + There was an error creating the Recurring Donation record. No Recurring payment request was sent to Elevate. Contact your system administrator for assistance. + + + RD2_InstallmentFrequencyMustBeValid + Recurring-Donations, Error + en_US + true + Displayed when Installment Frequency on a Recurring Donation is not valid + Installment Frequency is required. Enter a value between 1 and 20. + + + RD2_InstallmentFrequencyMustBeValid + Recurring-Donations, Error + en_US + true + Displayed when Installment Frequency on a Recurring Donation is not valid + Installment Frequency is required. Enter a value between 1 and 20. + + + RD2_InstallmentPeriodMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid install period + {0} is not a supported value for Installment Period. Select Daily, Weekly, 1st and 15th, Monthly, or Yearly. + + + RD2_InstallmentPeriodMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid install period + {0} is not a supported value for Installment Period. Select Daily, Weekly, 1st and 15th, Monthly, or Yearly. + + + RD2_InstallmentStatusSkipped + Recurring-Donations, Info + en_US + true + Status of an installment that is skipped + Paused + + + RD2_InstallmentStatusSkipped + Recurring-Donations, Info + en_US + true + Status of an installment that is skipped + Paused + + + RD2_InvalidRecurringDonationId + Recurring-Donation + en_US + true + error when the Recurring Donation Id provided is invalid. + The Recurring Donation Id {0} is invalid. + + + RD2_InvalidRecurringDonationId + Recurring-Donation + en_US + true + error when the Recurring Donation Id provided is invalid. + The Recurring Donation Id {0} is invalid. + + + RD2_NextACHPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's ACH payment information will be sent to their bank on {{DATE}}. Payments begin after the bank verifies and processes the information. + + + RD2_NextACHPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's ACH payment information will be sent to their bank on {{DATE}}. Payments begin after the bank verifies and processes the information. + + + RD2_NextDonationDate + Recurring Donation + en_US + true + Label for next donation mapping. + Next Installment Date: + + + RD2_NextDonationDate + Recurring Donation + en_US + true + Label for next donation mapping. + Next Installment Date: + + + RD2_NextPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's credit card will be charged on the next donation date: {{DATE}} + + + RD2_NextPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's credit card will be charged on the next donation date: {{DATE}} + + + RD2_NonElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation Non Elevat would be cancelled + Your Recurring Donation was stopped. + + + RD2_NonElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation Non Elevat would be cancelled + Your Recurring Donation was stopped. + + + RD2_NumberInstallmentsCannotBeLessThanPaid + Recurring-Donations, Error + en_US + true + Validate Planned Installments field is greater than number of Paid Installments + Number of Planned Installments can't be less than the Number of Paid Installments. + + + RD2_NumberInstallmentsCannotBeLessThanPaid + Recurring-Donations, Error + en_US + true + Validate Planned Installments field is greater than number of Paid Installments + Number of Planned Installments can't be less than the Number of Paid Installments. + + + RD2_NumberInstallmentsNotAllowedWhenOpen + Recurring-Donations, Error + en_US + true + Disallow a value in Planned Installments on the RD for Recurring Type is Open + Number of Planned Installments is for Fixed Recurring Donations only. Remove the value in Number of Planned Installments or change the Recurring Type to Fixed. + + + RD2_NumberInstallmentsNotAllowedWhenOpen + Recurring-Donations, Error + en_US + true + Disallow a value in Planned Installments on the RD for Recurring Type is Open + Number of Planned Installments is for Fixed Recurring Donations only. Remove the value in Number of Planned Installments or change the Recurring Type to Fixed. + + + RD2_NumberInstallmentsRequiredWhenFixed + Recurring-Donations, Error + en_US + true + Require Planned Installments field on the RD when Recurring Type is Fixed + Number of Planned Installments is required when Recurring Type is Fixed. + + + RD2_NumberInstallmentsRequiredWhenFixed + Recurring-Donations, Error + en_US + true + Require Planned Installments field on the RD when Recurring Type is Fixed + Number of Planned Installments is required when Recurring Type is Fixed. + + + RD2_PageNotAvailableHeader + Settings + en_US + true + Header displayed indicating data is not available when enhanced RDs are enabled + Page Not Available + + + RD2_PageNotAvailableHeader + Settings + en_US + true + Header displayed indicating data is not available when enhanced RDs are enabled + Page Not Available + + + RD2_PageNotAvailableMessage + Settings + en_US + true + Message displayed indicating data is not available when enhanced RDs are enabled + This page is not available in Enhanced Recurring Donations. Refresh your browser and return to NPSP Settings. + + + RD2_PageNotAvailableMessage + Settings + en_US + true + Message displayed indicating data is not available when enhanced RDs are enabled + This page is not available in Enhanced Recurring Donations. Refresh your browser and return to NPSP Settings. + + + RD2_PaidInstallments + Recurring Donation + en_US + true + Label for next donation mapping. + Paid Installments: + + + RD2_PaidInstallments + Recurring Donation + en_US + true + Label for next donation mapping. + Paid Installments: + + + RD2_PauseCannotExistOnScheduleChange + Recurring-Donations, Error + en_US + true + Cannot change specific fields causing schedule change when a pause exists + You can''t update the following field(s) because this Recurring Donation is paused: {0}. If you''d like to update the field(s), you must deactivate the pause. + + + RD2_PauseCannotExistOnScheduleChange + Recurring-Donations, Error + en_US + true + Cannot change specific fields causing schedule change when a pause exists + You can''t update the following field(s) because this Recurring Donation is paused: {0}. If you''d like to update the field(s), you must deactivate the pause. + + + RD2_PauseClosedRDErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause Closed Recurring Donation. + You can't Pause a Closed Recurring Donation + + + RD2_PauseClosedRDErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause Closed Recurring Donation. + You can't Pause a Closed Recurring Donation + + + RD2_PauseDeactivationSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been removed successfully + Pause on {0} was removed. + + + RD2_PauseDeactivationSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been removed successfully + Pause on {0} was removed. + + + RD2_PauseDescription + Recurring-Donations, Pause + en_US + true + Recurring Donation Pause description + Select installments from the list below. You can pause for up to 12 consecutive installments. + + + RD2_PauseDescription + Recurring-Donations, Pause + en_US + true + Recurring Donation Pause description + Select installments from the list below. You can pause for up to 12 consecutive installments. + + + RD2_PausedReasonLabel + Recurring-Donations, Pause + en_US + true + Paused Reason field label on the Recurring Donation Pause page + Paused Reason + + + RD2_PausedReasonLabel + Recurring-Donations, Pause + en_US + true + Paused Reason field label on the Recurring Donation Pause page + Paused Reason + + + RD2_PauseEndDateCannotBeMoreThanTwelveMonths + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be 1 year or less from start date + You can't pause Recurring Donations for more than a year. The pause End Date must be less than one year after the Start Date. + + + RD2_PauseEndDateCannotBeMoreThanTwelveMonths + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be 1 year or less from start date + You can't pause Recurring Donations for more than a year. The pause End Date must be less than one year after the Start Date. + + + RD2_PauseEndDateMustBeGreaterThanStartDate + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be greater than start date + The pause End Date must be greater than the Start Date. + + + RD2_PauseEndDateMustBeGreaterThanStartDate + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be greater than start date + The pause End Date must be greater than the Start Date. + + + RD2_PauseFirstDonationDateDynamicText + Recurring-Donations, Pause + en_US + true + RD2 Pause first donation date after the pause + The first donation date after the pause period will be {0}. + + + RD2_PauseFirstDonationDateDynamicText + Recurring-Donations, Pause + en_US + true + RD2 Pause first donation date after the pause + The first donation date after the pause period will be {0}. + + + RD2_PauseHeader + Recurring-Donations, Pause + en_US + true + RD2 Pause Header containing the Recurring Donation name + Pause {0} + + + RD2_PauseHeader + Recurring-Donations, Pause + en_US + true + RD2 Pause Header containing the Recurring Donation name + Pause {0} + + + RD2_PausePermissionRequired + Recurring-Donations, Error + en_US + true + User does not have a permission to edit or create Recurring Donations + You don't have the required permissions to pause a Recurring Donation. Contact your system administrator for assistance. + + + RD2_PausePermissionRequired + Recurring-Donations, Error + en_US + true + User does not have a permission to edit or create Recurring Donations + You don't have the required permissions to pause a Recurring Donation. Contact your system administrator for assistance. + + + RD2_PauseRequestMustIncludeBothStartDateAndEndDate + Recurring-Donations, Pause + en_US + true + RD2 Pause start date and end date must be populated + A pause request must include both Start Date and End Date. + + + RD2_PauseRequestMustIncludeBothStartDateAndEndDate + Recurring-Donations, Pause + en_US + true + RD2 Pause start date and end date must be populated + A pause request must include both Start Date and End Date. + + + RD2_PauseSaveSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been saved successfully + Pause on {0} was saved. + + + RD2_PauseSaveSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been saved successfully + Pause on {0} was saved. + + + RD2_PauseSelectedInstallmentTextPlural + Recurring-Donations, Pause + en_US + true + Contains message indicating multiple installments have been selected to skip + You've selected {0} installments. + + + RD2_PauseSelectedInstallmentTextPlural + Recurring-Donations, Pause + en_US + true + Contains message indicating multiple installments have been selected to skip + You've selected {0} installments. + + + RD2_PauseSelectedInstallmentTextSingular + Recurring-Donations, Pause + en_US + true + Contains message indicating one installment has been selected to skip + You've selected 1 installment. + + + RD2_PauseSelectedInstallmentTextSingular + Recurring-Donations, Pause + en_US + true + Contains message indicating one installment has been selected to skip + You've selected 1 installment. + + + RD2_PauseStartDateMustBeTodayOrLater + Recurring-Donations, Pause + en_US + true + RD2 Pause start date must be today or later + You can't set a pause Start Date in the past. The pause Start Date must be today or later. + + + RD2_PauseStartDateMustBeTodayOrLater + Recurring-Donations, Pause + en_US + true + RD2 Pause start date must be today or later + You can't set a pause Start Date in the past. The pause Start Date must be today or later. + + + RD2_PauseStatusMustExist + Recurring-Donations, Error + en_US + true + Error when Recurring Donation Status picklist value Paused does not exist + NPSP is unable to update Status and Status Reason on Paused Recurring Donations. You must add the picklist value 'Paused' to the Status field. + + + RD2_PauseStatusMustExist + Recurring-Donations, Error + en_US + true + Error when Recurring Donation Status picklist value Paused does not exist + NPSP is unable to update Status and Status Reason on Paused Recurring Donations. You must add the picklist value 'Paused' to the Status field. + + + RD2_Payment_Details + Recurring-Donations + en_US + true + Payment Details label + Payment Details + + + RD2_Payment_Details + Recurring-Donations + en_US + true + Payment Details label + Payment Details + + + RD2_Payment_Method + Recurring-Donations + en_US + true + Payment Method label + Payment Method + + + RD2_Payment_Method + Recurring-Donations + en_US + true + Payment Method label + Payment Method + + + RD2_Payment_method_was_updated + Recurring-Donations + en_US + true + Payment method was updated label + Payment method was updated. + + + RD2_Payment_method_was_updated + Recurring-Donations + en_US + true + Payment method was updated label + Payment method was updated. + + + RD2_PaymentInformation + Recurring-Donations, Elevate + en_US + true + Elevate Payment Information Title + Payment Information + + + RD2_PaymentInformation + Recurring-Donations, Elevate + en_US + true + Elevate Payment Information Title + Payment Information + + + RD2_Recurring_Donation_was_updated + Recurring-Donations + en_US + true + Recurring Donation was updated label + Recurring Donation was updated. + + + RD2_Recurring_Donation_was_updated + Recurring-Donations + en_US + true + Recurring Donation was updated label + Recurring Donation was updated. + + + RD2_ScheduleLWCEndDate + Recurring-Donations, Component + en_US + true + The end date of the recurring donation schedule + Schedule End Date + + + RD2_ScheduleLWCEndDate + Recurring-Donations, Component + en_US + true + The end date of the recurring donation schedule + Schedule End Date + + + RD2_ScheduleLWCFutureSchedule + Recurring-Donations, Component + en_US + true + Details of a schedule that will take effect at a future date + Future Schedule + + + RD2_ScheduleLWCFutureSchedule + Recurring-Donations, Component + en_US + true + Details of a schedule that will take effect at a future date + Future Schedule + + + RD2_ScheduleLWCTitle + Recurring-Donations, Component + en_US + true + Title of the Active Schedules Component + Active Schedules + + + RD2_ScheduleLWCTitle + Recurring-Donations, Component + en_US + true + Title of the Active Schedules Component + Active Schedules + + + RD2_ScheduleVisualizerColumnDate + Recurring-Donations, Component + en_US + true + Date Column Header + Date + + + RD2_ScheduleVisualizerColumnDate + Recurring-Donations, Component + en_US + true + Date Column Header + Date + + + RD2_ScheduleVisualizerErrorEnhancedRDNot + Recurring-Donations, Error, Component + en_US + true + Error when Enhanced RD is not enabled + This component must be used on a Recurring Donations record page. + + + RD2_ScheduleVisualizerErrorEnhancedRDNot + Recurring-Donations, Error, Component + en_US + true + Error when Enhanced RD is not enabled + This component must be used on a Recurring Donations record page. + + + RD2_ScheduleVisualizerErrorInvalidUsage + Recurring-Donations, Error, Component + en_US + true + Error when the component is used on a Non-Recurring Donations page + You must enable Enhanced Recurring Donations to use this component. + + + RD2_ScheduleVisualizerErrorInvalidUsage + Recurring-Donations, Error, Component + en_US + true + Error when the component is used on a Non-Recurring Donations page + You must enable Enhanced Recurring Donations to use this component. + + + RD2_ScheduleVisualizerFLSInstallment + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the upcoming installments + You don't have permissions to view Upcoming Installments. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerFLSInstallment + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the upcoming installments + You don't have permissions to view Upcoming Installments. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerFLSSchedule + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the active schedules + You don't have permissions to view Active Schedules. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerFLSSchedule + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the active schedules + You don't have permissions to view Active Schedules. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerMessageNoActiveSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no active schedule to render + There is no active schedule for this Recurring Donation. + + + RD2_ScheduleVisualizerMessageNoActiveSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no active schedule to render + There is no active schedule for this Recurring Donation. + + + RD2_ScheduleVisualizerMessageNoSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no future schedule to render + There are no scheduled installment Opportunities. + + + RD2_ScheduleVisualizerMessageNoSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no future schedule to render + There are no scheduled installment Opportunities. + + + RD2_ScheduleVisualizerTitle + Recurring-Donations, Component + en_US + true + Title of the Schedule Visualizer Component + Upcoming Installments + + + RD2_ScheduleVisualizerTitle + Recurring-Donations, Component + en_US + true + Title of the Schedule Visualizer Component + Upcoming Installments + + + RD2_StatusAutomationClosedDefinition + Settings + en_US + true + Status Automation Closed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Closed Status Value if donations aren't being received as expected. This value must be higher than the Number of Days for Lapsed. NPSP does not create installment Opportunities for Closed Recurring Donations. + + + RD2_StatusAutomationClosedDefinition + Settings + en_US + true + Status Automation Closed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Closed Status Value if donations aren't being received as expected. This value must be higher than the Number of Days for Lapsed. NPSP does not create installment Opportunities for Closed Recurring Donations. + + + RD2_StatusAutomationConfigurationSection + Settings + en_US + true + Status Automation configuration section header + Status Automation Settings + + + RD2_StatusAutomationConfigurationSection + Settings + en_US + true + Status Automation configuration section header + Status Automation Settings + + + RD2_StatusAutomationDaysForClosed + Settings + en_US + true + Status Automation Number of Days for Closed + Number of Days for Closed + + + RD2_StatusAutomationDaysForClosed + Settings + en_US + true + Status Automation Number of Days for Closed + Number of Days for Closed + + + RD2_StatusAutomationDaysForLapsed + Settings + en_US + true + Status Automation Number of Days for Lapsed + Number of Days for Lapsed + + + RD2_StatusAutomationDaysForLapsed + Settings + en_US + true + Status Automation Number of Days for Lapsed + Number of Days for Lapsed + + + RD2_StatusAutomationIntro + Settings + en_US + true + Status Automation introduction + These settings automate changing the Recurring Donation Status when donors miss installment payments.<br/><br/>For example, given a monthly Recurring Donation started on January 1st, and Number of Days for Lapsed is set to 10 days, the Recurring Donation becomes Lapsed on February 12th if no installment payment is received. If Number of Days for Closed is set to 20 days, the Recurring Donation becomes Closed on February 22nd.<br/><br/>Salesforce begins counting Number of Days for Lapsed and Number of Days for Closed on the day after the expected installment date (February 2nd in our example). + + + RD2_StatusAutomationIntro + Settings + en_US + true + Status Automation introduction + These settings automate changing the Recurring Donation Status when donors miss installment payments.<br/><br/>For example, given a monthly Recurring Donation started on January 1st, and Number of Days for Lapsed is set to 10 days, the Recurring Donation becomes Lapsed on February 12th if no installment payment is received. If Number of Days for Closed is set to 20 days, the Recurring Donation becomes Closed on February 22nd.<br/><br/>Salesforce begins counting Number of Days for Lapsed and Number of Days for Closed on the day after the expected installment date (February 2nd in our example). + + + RD2_StatusAutomationInvalidClosedStatus + Settings + en_US + true + Error when Automation Closed Status is not mapped correctly + The Status Automation Closed Status should map to Closed State + + + RD2_StatusAutomationInvalidClosedStatus + Settings + en_US + true + Error when Automation Closed Status is not mapped correctly + The Status Automation Closed Status should map to Closed State + + + RD2_StatusAutomationInvalidLapsedStatus + Settings + en_US + true + Error when Automation Lapsed Status is not mapped correctly + The Status Automation Lapsed Status should map to Lapsed State + + + RD2_StatusAutomationInvalidLapsedStatus + Settings + en_US + true + Error when Automation Lapsed Status is not mapped correctly + The Status Automation Lapsed Status should map to Lapsed State + + + RD2_StatusAutomationInvalidNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed is smaller than Number of Days For Closed + Number of Days for Closed must be higher than the Number of Days for Lapsed. + + + RD2_StatusAutomationInvalidNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed is smaller than Number of Days For Closed + Number of Days for Closed must be higher than the Number of Days for Lapsed. + + + RD2_StatusAutomationInvalidNumberOfDaysForClosed + Settings + en_US + true + Error when Number of Days for Closed is too small + Must be greater than Number of Days for Lapsed + + + RD2_StatusAutomationInvalidNumberOfDaysForClosed + Settings + en_US + true + Error when Number of Days for Closed is too small + Must be greater than Number of Days for Lapsed + + + RD2_StatusAutomationInvalidNumberOfDaysForLapsed + Settings + en_US + true + Error when Number of Days for Lapsed is too large + Must be less than Number of Days for Closed + + + RD2_StatusAutomationInvalidNumberOfDaysForLapsed + Settings + en_US + true + Error when Number of Days for Lapsed is too large + Must be less than Number of Days for Closed + + + RD2_StatusAutomationLapsedDefinition + Settings + en_US + true + Status Automation Lapsed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Lapsed Status Value if donations aren't being received as expected. NPSP continues to create installment Opportunities for Lapsed Recurring Donations as defined by the schedule. + + + RD2_StatusAutomationLapsedDefinition + Settings + en_US + true + Status Automation Lapsed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Lapsed Status Value if donations aren't being received as expected. NPSP continues to create installment Opportunities for Lapsed Recurring Donations as defined by the schedule. + + + RD2_StatusAutomationNegativeNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed or Number of Days for Closed is negative. + Number of Days for Lapsed and Number of Days for Closed cannot be negative. + + + RD2_StatusAutomationNegativeNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed or Number of Days for Closed is negative. + Number of Days for Lapsed and Number of Days for Closed cannot be negative. + + + RD2_StatusAutomationSetClosedStatus + Settings + en_US + true + Status Automation Closed Status Label + Closed Status Value + + + RD2_StatusAutomationSetClosedStatus + Settings + en_US + true + Status Automation Closed Status Label + Closed Status Value + + + RD2_StatusAutomationSetLapsedStatus + Settings + en_US + true + Status Automation Lapsed Status Label + Lapsed Status Value + + + RD2_StatusAutomationSetLapsedStatus + Settings + en_US + true + Status Automation Lapsed Status Label + Lapsed Status Value + + + RD2_StatusMappingColumnState + Settings + en_US + true + Mapping datatable State field label + State + + + RD2_StatusMappingColumnState + Settings + en_US + true + Mapping datatable State field label + State + + + RD2_StatusMappingColumnStatusAPIName + Settings + en_US + true + Mapping datatable Status field containing the API Name + API Name + + + RD2_StatusMappingColumnStatusAPIName + Settings + en_US + true + Mapping datatable Status field containing the API Name + API Name + + + RD2_StatusMappingDefinitions + Settings + en_US + true + Status to state mapping definitions + <b>State Definitions</b><br/><ul><li>Active: The donor is actively donating. NPSP creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Lapsed: Donations aren't being received as expected, but NPSP still creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Closed: The donor has stopped making donations for this Recurring Donation. NPSP doesn't create any new installment Opportunities.</li></ul> + + + RD2_StatusMappingDefinitions + Settings + en_US + true + Status to state mapping definitions + <b>State Definitions</b><br/><ul><li>Active: The donor is actively donating. NPSP creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Lapsed: Donations aren't being received as expected, but NPSP still creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Closed: The donor has stopped making donations for this Recurring Donation. NPSP doesn't create any new installment Opportunities.</li></ul> + + + RD2_StatusMappingDeploymentAlreadyInProgress + Settings + en_US + true + Message displayed when save action cannot start due to another deployment + You can't save a mapping while NPSP is processing another Status to State mapping. + + + RD2_StatusMappingDeploymentAlreadyInProgress + Settings + en_US + true + Message displayed when save action cannot start due to another deployment + You can't save a mapping while NPSP is processing another Status to State mapping. + + + RD2_StatusMappingInProgressMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Saving Status to State mapping. + + + RD2_StatusMappingInProgressMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Saving Status to State mapping. + + + RD2_StatusMappingIntro + Settings + en_US + true + Status to state mapping page introduction and guidelines + When you create custom picklist values for Recurring Donation Status, you must map them to a State so that NPSP knows how to process records with those custom Status values. + <br/><br/>If you haven't created any custom picklist values for Recurring Donation Status, there's nothing you need to map. + + + RD2_StatusMappingIntro + Settings + en_US + true + Status to state mapping page introduction and guidelines + When you create custom picklist values for Recurring Donation Status, you must map them to a State so that NPSP knows how to process records with those custom Status values. + <br/><br/>If you haven't created any custom picklist values for Recurring Donation Status, there's nothing you need to map. + + + RD2_StatusMappingStateUnmapped + Settings + en_US + true + State label displayed when status is unmapped + -- Unmapped -- + + + RD2_StatusMappingStateUnmapped + Settings + en_US + true + State label displayed when status is unmapped + -- Unmapped -- + + + RD2_StatusMappingSuccessMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Status to State mapping saved. + + + RD2_StatusMappingSuccessMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Status to State mapping saved. + + + RD2_StatusMustBeActiveOrPause + Recurring-Donations, Error + en_US + true + Pause request requires Active or Paused status + A pause request requires that the Recurring Donation Status is Active or Paused. + + + RD2_StatusMustBeActiveOrPause + Recurring-Donations, Error + en_US + true + Pause request requires Active or Paused status + A pause request requires that the Recurring Donation Status is Active or Paused. + + + RD2_StatusMustBeMapped + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check error message when status is not mapped to a state. + The Status "{0}" hasn''t been mapped to a State. + + + RD2_StatusMustBeMapped + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check error message when status is not mapped to a state. + The Status "{0}" hasn''t been mapped to a State. + + + RD2_StatusMustBeMappedSolution + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check solution when status is not mapped to a state. + Go to NPSP Settings | Recurring Donations | Status to State Mappings, or contact your administrator for help. + + + RD2_StatusMustBeMappedSolution + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check solution when status is not mapped to a state. + Go to NPSP Settings | Recurring Donations | Status to State Mappings, or contact your administrator for help. + + + RD2_UnPauseRequestCannotIncludeDates + Recurring-Donations, Pause + en_US + true + UnPause requests cannot include dates + UnPause requests cannot include Start Date or End Date. + + + RD2_UnPauseRequestCannotIncludeDates + Recurring-Donations, Pause + en_US + true + UnPause requests cannot include dates + UnPause requests cannot include Start Date or End Date. + + + RD2_ViewLessDetails + Recurring Donation + en_US + true + Label for view less info on recurring donation table component + View Less Details + + + RD2_ViewLessDetails + Recurring Donation + en_US + true + Label for view less info on recurring donation table component + View Less Details + + + RD2_ViewMoreDetails + Recurring Donation + en_US + true + Label for view more info on recurring donation table component + View More Details + + + RD2_ViewMoreDetails + Recurring Donation + en_US + true + Label for view more info on recurring donation table component + View More Details + + + RDCL_Annual_Value + RD2_ChangeLog + en_US + true + Annual Value change field label + Annual Value + + + RDCL_Annual_Value + RD2_ChangeLog + en_US + true + Annual Value change field label + Annual Value + + + RDCL_Change_Log + RD2_ChangeLog + en_US + true + Header on the Change Log component + Change Log + + + RDCL_Change_Log + RD2_ChangeLog + en_US + true + Header on the Change Log component + Change Log + + + RDCL_Disabled + RD2_ChangeLog + en_US + true + Displayed in the change log component when RDCL is disabled + Recurring Donation Change Log is currently disabled. + + + RDCL_Disabled + RD2_ChangeLog + en_US + true + Displayed in the change log component when RDCL is disabled + Recurring Donation Change Log is currently disabled. + + + RDCL_Expected_Total_Value + RD2_ChangeLog + en_US + true + Expected Total Value change field label + Expected Total Value + + + RDCL_Expected_Total_Value + RD2_ChangeLog + en_US + true + Expected Total Value change field label + Expected Total Value + + + RDCL_Frequency + RD2_ChangeLog + en_US + true + Frequency change field label + Frequency + + + RDCL_Frequency + RD2_ChangeLog + en_US + true + Frequency change field label + Frequency + + + RDCL_No_Records + RD2_ChangeLog + en_US + true + Displayed when no changes are available for a recurring donation + There are no Change Logs for this Recurring Donation. + + + RDCL_No_Records + RD2_ChangeLog + en_US + true + Displayed when no changes are available for a recurring donation + There are no Change Logs for this Recurring Donation. + + + RecurringDonationAccountAndContactError + Recurring Donations + en_US + false + RecurringDonationAccountAndContactError + You can specify either an Organization or Contact for a Recurring Donation, but not both. + + + RecurringDonationAccountAndContactError + Recurring Donations + en_US + false + RecurringDonationAccountAndContactError + You can specify either an Organization or Contact for a Recurring Donation, but not both. + + + RecurringDonationNameSuffix + Recurring Donations + en_US + true + Recurring Donation Name Suffix + Recurring + + + RecurringDonationNameSuffix + Recurring Donations + en_US + true + Recurring Donation Name Suffix + Recurring + + + recurringDonationSchedule + RDAction + en_US + true + Label for modal title for Recurring Donation table actions + Recurring Donation Schedule + + + recurringDonationSchedule + RDAction + en_US + true + Label for modal title for Recurring Donation table actions + Recurring Donation Schedule + + + REL_Create_New_Relationship + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Create + Create New Relationship + + + REL_Create_New_Relationship + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Create + Create New Relationship + + + REL_Former + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Former + Former + + + REL_Former + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Former + Former + + + REL_No_Relationships + Relationships, relationship-viewer + en_US + false + Relationship Viewer - No Relationship + There are no Relationships for this Contact. + + + REL_No_Relationships + Relationships, relationship-viewer + en_US + false + Relationship Viewer - No Relationship + There are no Relationships for this Contact. + + + REL_RECenter + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Re-center + Re-Center on This Contact + + + REL_RECenter + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Re-center + Re-Center on This Contact + + + REL_Return_to_Contact + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Return to Contact + Return to Contact + + + REL_Return_to_Contact + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Return to Contact + Return to Contact + + + REL_View_Contact_Record + Relationships, relationship-viewer + en_US + false + Relationship Viewer - View Contact Record + View Contact Record + + + REL_View_Contact_Record + Relationships, relationship-viewer + en_US + false + Relationship Viewer - View Contact Record + View Contact Record + + + REL_ViewerGraphical + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading graphical view + Graphical View + + + REL_ViewerGraphical + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading graphical view + Graphical View + + + REL_ViewerTabular + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading tabular view + Tabular View + + + REL_ViewerTabular + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading tabular view + Tabular View + + + RP_CustomerJourneyLinkLabel + en_US + true + Resources Page - Customer Journey link + Salesforce.org Webinars and Events + + + RP_CustomerJourneyLinkLabel + en_US + true + Resources Page - Customer Journey link + Salesforce.org Webinars and Events + + + RP_DeeperParagraph + en_US + true + Resources Page - Deeper Paragraph + Dive deeper into Salesforce and learn everything you need to be successful. + + + RP_DeeperParagraph + en_US + true + Resources Page - Deeper Paragraph + Dive deeper into Salesforce and learn everything you need to be successful. + + + RP_DeeperSubtitle + en_US + true + Resources Page - Deeper Subtitle + 3. Dive Deeper + + + RP_DeeperSubtitle + en_US + true + Resources Page - Deeper Subtitle + 3. Dive Deeper + + + RP_GettingStarted + en_US + true + Resources Page - Getting Started component title + Getting Started + + + RP_GettingStarted + en_US + true + Resources Page - Getting Started component title + Getting Started + + + RP_GitHubSubtitle + en_US + true + Resources Page - GitHub Subtitle + updates are pushed automatically; no installation needed! + + + RP_GitHubSubtitle + en_US + true + Resources Page - GitHub Subtitle + updates are pushed automatically; no installation needed! + + + RP_GitHubTitle + en_US + true + Resources Page - GitHub title + Latest Release Notes + + + RP_GitHubTitle + en_US + true + Resources Page - GitHub title + Latest Release Notes + + + RP_NpspLinkLabel + en_US + true + Resources Page - Npsp Link + Getting Started with Salesforce for Nonprofits + + + RP_NpspLinkLabel + en_US + true + Resources Page - Npsp Link + Getting Started with Salesforce for Nonprofits + + + RP_ProductNameLabel + en_US + true + Resources Page - Product Name + Nonprofit Success Pack (NPSP) + + + RP_ProductNameLabel + en_US + true + Resources Page - Product Name + Nonprofit Success Pack (NPSP) + + + RP_ReleaseGitHub + deprecated + en_US + true + DEPRECATED - Resources Page - Release GitHub + Released: + + + RP_ReleaseGitHub + deprecated + en_US + true + DEPRECATED - Resources Page - Release GitHub + Released: + + + RP_ReleaseNotesLink + deprecated + en_US + true + DEPRECATED - Resources Page - Release Notes Link + Read full release notes > + + + RP_ReleaseNotesLink + deprecated + en_US + true + DEPRECATED - Resources Page - Release Notes Link + Read full release notes > + + + RP_Remote_Site_Settings_Deactivated + deprecated + en_US + true + DEPRECATED - RP Remote Site Settings Deactivated + To take advantage of all the new functionality on the Getting Started page, go to Setup, search for Remote Site Settings, and ensure that the SFDOEndpoints site is active. If it isn't, click Edit, check the Active box, and click Save. + + + RP_Remote_Site_Settings_Deactivated + deprecated + en_US + true + DEPRECATED - RP Remote Site Settings Deactivated + To take advantage of all the new functionality on the Getting Started page, go to Setup, search for Remote Site Settings, and ensure that the SFDOEndpoints site is active. If it isn't, click Edit, check the Active box, and click Save. + + + RP_SalesforceOrgLinkLabel + en_US + true + Resources Page - Salesforce Org Link + Hub Community Weekly Office Hours + + + RP_SalesforceOrgLinkLabel + en_US + true + Resources Page - Salesforce Org Link + Hub Community Weekly Office Hours + + + RP_SubTitle + en_US + true + Resources Page - SubTitle + You now have access to ALL the powerful features of Salesforce Enterprise Edition PLUS the ability to better manage donors with the Nonprofit Success Pack application. Now let's get started. + + + RP_SubTitle + en_US + true + Resources Page - SubTitle + You now have access to ALL the powerful features of Salesforce Enterprise Edition PLUS the ability to better manage donors with the Nonprofit Success Pack application. Now let's get started. + + + RP_Title + en_US + true + Resources Page - Title + Welcome to Salesforce and the Nonprofit Success Pack (NPSP)! + + + RP_Title + en_US + true + Resources Page - Title + Welcome to Salesforce and the Nonprofit Success Pack (NPSP)! + + + RP_TrailheadLinkLabel + en_US + true + Resources Page - Trailhead Link + Getting Started with Salesforce and NPSP Trailmix + + + RP_TrailheadLinkLabel + en_US + true + Resources Page - Trailhead Link + Getting Started with Salesforce and NPSP Trailmix + + + RP_TrailheadParagraph + en_US + true + Resources Page - Trailhead Paragraph + Get started with the Nonprofit Success Pack by learning the basics of Salesforce and donor and volunteer management. + + + RP_TrailheadParagraph + en_US + true + Resources Page - Trailhead Paragraph + Get started with the Nonprofit Success Pack by learning the basics of Salesforce and donor and volunteer management. + + + RP_TrailheadSubtitle + en_US + true + Resources Page - Trailhead Subtitle + 1. Learn with Trailhead + + + RP_TrailheadSubtitle + en_US + true + Resources Page - Trailhead Subtitle + 1. Learn with Trailhead + + + RP_UsHubLinkLabel + en_US + true + Resources Page - Trailblazer Link + Trailblazer Community + + + RP_UsHubLinkLabel + en_US + true + Resources Page - Trailblazer Link + Trailblazer Community + + + RP_USParagraph + en_US + true + Resources Page - Trailblazer Paragraph + Get help from our active community of fellow NPSP users, or reach out to Salesforce.org. + + + RP_USParagraph + en_US + true + Resources Page - Trailblazer Paragraph + Get help from our active community of fellow NPSP users, or reach out to Salesforce.org. + + + RP_UsSubtitle + en_US + true + Resources Page - Trailblazer Subtitle + 2. Join the Community + + + RP_UsSubtitle + en_US + true + Resources Page - Trailblazer Subtitle + 2. Join the Community + + + RP_Videos + en_US + true + Nonprofit Success Pack (NPSP) Resources Page - Youtube Videos + How-To videos + + + RP_Videos + en_US + true + Nonprofit Success Pack (NPSP) Resources Page - Youtube Videos + How-To videos + + + RP_WebinarLinkLabel + en_US + true + Resources Page - Webinar Link + NPSP Product Documentation + + + RP_WebinarLinkLabel + en_US + true + Resources Page - Webinar Link + NPSP Product Documentation + + + RP_YoutubeChannel + en_US + true + Resources Page - Salesforce Foundation Youtube Channel + View more on our youtube channel > + + + RP_YoutubeChannel + en_US + true + Resources Page - Salesforce Foundation Youtube Channel + View more on our youtube channel > + + + Saved + en_US + true + Saved + Saved. + + + Saved + en_US + true + Saved + Saved. + + + sendAcknowledgmentFailedStatus + Send Acknowledgment button + en_US + false + sendAcknowledgmentFailedStatus + Email Acknowledgment Not Sent + + + sendAcknowledgmentFailedStatus + Send Acknowledgment button + en_US + false + sendAcknowledgmentFailedStatus + Email Acknowledgment Not Sent + + + sendAcknowledgmentFailureReasons + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFailureReasons + NPSP did not send acknowledgements for the following records. Acknowledgements can fail if there is no workflow rule (Acknowledgement Status EQUALS 'Send Acknowledgement') activated to send the acknowledgement, or if the records did not meet additional criteria to trigger the workflow rule. For example, if Primary Contact is not set, or if the Primary Contact's email field is empty or invalid. + + + sendAcknowledgmentFailureReasons + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFailureReasons + NPSP did not send acknowledgements for the following records. Acknowledgements can fail if there is no workflow rule (Acknowledgement Status EQUALS 'Send Acknowledgement') activated to send the acknowledgement, or if the records did not meet additional criteria to trigger the workflow rule. For example, if Primary Contact is not set, or if the Primary Contact's email field is empty or invalid. + + + sendAcknowledgmentFireStatus + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFireStatus + Email Acknowledgment Now + + + sendAcknowledgmentFireStatus + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFireStatus + Email Acknowledgment Now + + + sendAcknowledgmentNoneSelected + Send Acknowledgment button + en_US + false + sendAcknowledgmentNoneSelected + You must select one or more Opportunities before clicking Email Acknowledgments. + + + sendAcknowledgmentNoneSelected + Send Acknowledgment button + en_US + false + sendAcknowledgmentNoneSelected + You must select one or more Opportunities before clicking Email Acknowledgments. + + + sendAcknowledgmentNumberAlreadySent + Send Acknowledgment Button + en_US + true + sendAcknowledgmentNumberAlreadySent + {0} acknowledgment(s) already sent. + + + sendAcknowledgmentNumberAlreadySent + Send Acknowledgment Button + en_US + true + sendAcknowledgmentNumberAlreadySent + {0} acknowledgment(s) already sent. + + + sendAcknowledgmentNumberNoEmail + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberNoEmail + NPSP failed to send {0} acknowledgement(s). + + + sendAcknowledgmentNumberNoEmail + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberNoEmail + NPSP failed to send {0} acknowledgement(s). + + + sendAcknowledgmentNumberSent + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberSent + {0} acknowledgment(s) sent. + + + sendAcknowledgmentNumberSent + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberSent + {0} acknowledgment(s) sent. + + + sendAcknowledgmentPageTitle + Send Acknowledgment Button + en_US + false + sendAcknowledgmentPageTitle + Email Acknowledgments + + + sendAcknowledgmentPageTitle + Send Acknowledgment Button + en_US + false + sendAcknowledgmentPageTitle + Email Acknowledgments + + + sendAcknowledgmentReturnLinkLabel + Send Acknowledgment Button + en_US + false + sendAcknowledgmentReturnLinkLabel + Return to Opportunity + + + sendAcknowledgmentReturnLinkLabel + Send Acknowledgment Button + en_US + false + sendAcknowledgmentReturnLinkLabel + Return to Opportunity + + + sendAcknowledgmentSucceeded + Send Acknowledgment button + en_US + false + sendAcknowledgmentSucceeded + Acknowledged + + + sendAcknowledgmentSucceeded + Send Acknowledgment button + en_US + false + sendAcknowledgmentSucceeded + Acknowledged + + + Settings_not_Saved + en_US + true + Settings not Saved + Settings not saved + + + Settings_not_Saved + en_US + true + Settings not Saved + Settings not saved + + + SmartyStreets_Help_Text + en_US + true + SmartyStreets Help Test + Make sure you have entered both the Auth ID and Auth Token provided to you by SmartyStreets. You will find them in your SmartyStreets API Keys page. + + + SmartyStreets_Help_Text + en_US + true + SmartyStreets Help Test + Make sure you have entered both the Auth ID and Auth Token provided to you by SmartyStreets. You will find them in your SmartyStreets API Keys page. + + + statusCompleted + Status + en_US + false + statusCompleted + Completed + + + statusCompleted + Status + en_US + false + statusCompleted + Completed + + + statusInProgress + Status + en_US + false + statusInProgress + In Progress + + + statusInProgress + Status + en_US + false + statusInProgress + In Progress + + + statusNotStarted + Status + en_US + false + statusNotStarted + Not Started + + + statusNotStarted + Status + en_US + false + statusNotStarted + Not Started + + + stgActive + Settings + en_US + true + stgActive + Active + + + stgActive + Settings + en_US + true + stgActive + Active + + + stgAdd + Settings + en_US + true + To add to a list + Add + + + stgAdd + Settings + en_US + true + To add to a list + Add + + + stgAddrGeneralSettingsIntro + Settings, address + en_US + false + stgAddrGeneralSettingsIntro + Household and Organization Account Management lets you add multiple Addresses to an Account, specify default Addresses, and specify seasonal Addresses. Address Management is only available in NPSP3 and later with the Household Account model. + + + stgAddrGeneralSettingsIntro + Settings, address + en_US + false + stgAddrGeneralSettingsIntro + Household and Organization Account Management lets you add multiple Addresses to an Account, specify default Addresses, and specify seasonal Addresses. Address Management is only available in NPSP3 and later with the Household Account model. + + + stgAddrMustChooseClass + Settings, address + en_US + false + stgAddrMustChooseClass + You must choose a verification service in order to enable automatic verification. + + + stgAddrMustChooseClass + Settings, address + en_US + false + stgAddrMustChooseClass + You must choose a verification service in order to enable automatic verification. + + + stgAddrPermissionDenied + Settings, address + en_US + true + Permission Denied on Address Verification Panel + You do not have permissions to manage Address settings. Please contact your system administrator for more information. + + + stgAddrPermissionDenied + Settings, address + en_US + true + Permission Denied on Address Verification Panel + You do not have permissions to manage Address settings. Please contact your system administrator for more information. + + + stgAllocationLevel + Settings + en_US + true + stgAllocationLevel + Allocation Type + + + stgAllocationLevel + Settings + en_US + true + stgAllocationLevel + Allocation Type + + + stgBDIGoToSetup + Settings + en_US + true + stgBDIGoToSetup + Configure Advanced Mapping + + + stgBDIGoToSetup + Settings + en_US + true + stgBDIGoToSetup + Configure Advanced Mapping + + + stgBtnBack + Settings + en_US + true + Button to go back to a previous page + Back + + + stgBtnBack + Settings + en_US + true + Button to go back to a previous page + Back + + + stgBtnCancel + Settings, UTIL_PageHeader + en_US + false + stgBtnCancel + Cancel + + + stgBtnCancel + Settings, UTIL_PageHeader + en_US + false + stgBtnCancel + Cancel + + + stgBtnClearErrorLog + Settings + en_US + false + stgBtnClearErrorLog + Clear Error Log + + + stgBtnClearErrorLog + Settings + en_US + false + stgBtnClearErrorLog + Clear Error Log + + + stgBtnClone + Settings + en_US + true + stgBtnClone + Clone + + + stgBtnClone + Settings + en_US + true + stgBtnClone + Clone + + + stgBtnCreateAutoRel + Settings + en_US + false + stgBtnCreateAutoRel + Create Automatic Relationship + + + stgBtnCreateAutoRel + Settings + en_US + false + stgBtnCreateAutoRel + Create Automatic Relationship + + + stgBtnCreateMapping + Settings + en_US + false + stgBtnCreateMapping + Create Custom Mapping + + + stgBtnCreateMapping + Settings + en_US + false + stgBtnCreateMapping + Create Custom Mapping + + + stgBtnCreateRDPeriod + Settings + en_US + false + stgBtnCreateRDPeriod + Create Custom Installment Period + + + stgBtnCreateRDPeriod + Settings + en_US + false + stgBtnCreateRDPeriod + Create Custom Installment Period + + + stgBtnCreateRelReciprocal + Settings + en_US + false + stgBtnCreateRelReciprocal + Create Reciprocal Relationship + + + stgBtnCreateRelReciprocal + Settings + en_US + false + stgBtnCreateRelReciprocal + Create Reciprocal Relationship + + + stgBtnCreateTH + Settings + en_US + false + stgBtnCreateTH + Create Trigger Handler + + + stgBtnCreateTH + Settings + en_US + false + stgBtnCreateTH + Create Trigger Handler + + + stgBtnCreateUDR + Settings + en_US + false + stgBtnCreateUDR + Create Rollup + + + stgBtnCreateUDR + Settings + en_US + false + stgBtnCreateUDR + Create Rollup + + + stgBtnEdit + Settings + en_US + false + stgBtnEdit + Edit + + + stgBtnEdit + Settings + en_US + false + stgBtnEdit + Edit + + + stgBtnHHAutoName + Settings + en_US + false + stgBtnHHAutoName + Refresh All Household Names + + + stgBtnHHAutoName + Settings + en_US + false + stgBtnHHAutoName + Refresh All Household Names + + + stgBtnNew + Settings + en_US + false + stgBtnNew + New + + + stgBtnNew + Settings + en_US + false + stgBtnNew + New + + + stgBtnNewAutoRel + Settings + en_US + false + stgBtnNewAutoRel + New Automatic Relationship + + + stgBtnNewAutoRel + Settings + en_US + false + stgBtnNewAutoRel + New Automatic Relationship + + + stgBtnNewONS + Settings + en_US + false + stgBtnNewONS + New Opportunity Name + + + stgBtnNewONS + Settings + en_US + false + stgBtnNewONS + New Opportunity Name + + + stgBtnNewPaymentMap + Settings + en_US + false + stgBtnNewPaymentMap + New Payment Field Mapping + + + stgBtnNewPaymentMap + Settings + en_US + false + stgBtnNewPaymentMap + New Payment Field Mapping + + + stgBtnNewRDFieldMap + Settings + en_US + false + stgBtnNewRDFieldMap + New Custom Field Mapping + + + stgBtnNewRDFieldMap + Settings + en_US + false + stgBtnNewRDFieldMap + New Custom Field Mapping + + + stgBtnNewRDPeriod + Settings + en_US + false + stgBtnNewRDPeriod + New Custom Installment Period + + + stgBtnNewRDPeriod + Settings + en_US + false + stgBtnNewRDPeriod + New Custom Installment Period + + + stgBtnNewRelReciprocal + Settings + en_US + false + stgBtnNewRelReciprocal + New Reciprocal Relationship + + + stgBtnNewRelReciprocal + Settings + en_US + false + stgBtnNewRelReciprocal + New Reciprocal Relationship + + + stgBtnNewTH + Settings + en_US + false + stgBtnNewTH + New Trigger Handler + + + stgBtnNewTH + Settings + en_US + false + stgBtnNewTH + New Trigger Handler + + + stgBtnNewUDR + Settings + en_US + false + stgBtnNewUDR + New User Defined Rollup + + + stgBtnNewUDR + Settings + en_US + false + stgBtnNewUDR + New User Defined Rollup + + + stgBtnRDCreateNewMap + Settings + en_US + false + stgBtnRDCreateNewMap + Create Custom Field Mapping + + + stgBtnRDCreateNewMap + Settings + en_US + false + stgBtnRDCreateNewMap + Create Custom Field Mapping + + + stgBtnRefreshOpportunityNames + Settings + en_US + false + stgBtnRefreshOpportunityNames + Refresh All Opportunity Names + + + stgBtnRefreshOpportunityNames + Settings + en_US + false + stgBtnRefreshOpportunityNames + Refresh All Opportunity Names + + + stgBtnRefreshPrimaryContacts + Settings + en_US + false + stgBtnRefreshPrimaryContacts + Refresh All Opportunity Primary Contacts + + + stgBtnRefreshPrimaryContacts + Settings + en_US + false + stgBtnRefreshPrimaryContacts + Refresh All Opportunity Primary Contacts + + + stgBtnRunBatch + Settings + en_US + false + stgBtnRunBatch + Run Batch + + + stgBtnRunBatch + Settings + en_US + false + stgBtnRunBatch + Run Batch + + + stgBtnRunHHDeceasedBatch + Settings + en_US + false + stgBtnRunHHDeceasedBatch + Run Household Deceased Batch + + + stgBtnRunHHDeceasedBatch + Settings + en_US + false + stgBtnRunHHDeceasedBatch + Run Household Deceased Batch + + + stgBtnSave + Settings, UTIL_PageHeader + en_US + false + stgBtnSave + Save + + + stgBtnSave + Settings, UTIL_PageHeader + en_US + false + stgBtnSave + Save + + + stgCheckboxFalse + Settings + en_US + true + For alternative text when a boolean is not selected. + Not Selected + + + stgCheckboxFalse + Settings + en_US + true + For alternative text when a boolean is not selected. + Not Selected + + + stgCheckboxTrue + Settings + en_US + true + For alternative text when a boolean is selected. + Selected + + + stgCheckboxTrue + Settings + en_US + true + For alternative text when a boolean is selected. + Selected + + + stgClearErrors + en_US + true + Error shown when errors must be removed before something else can occur. + Clear errors before proceeding. + + + stgClearErrors + en_US + true + Error shown when errors must be removed before something else can occur. + Clear errors before proceeding. + + + stgCountOf + Settings + en_US + false + stgCountOf + Count of + + + stgCountOf + Settings + en_US + false + stgCountOf + Count of + + + stgCreatedBy + Settings + en_US + false + stgCreatedBy + Created By + + + stgCreatedBy + Settings + en_US + false + stgCreatedBy + Created By + + + stgCRLPGoToSetup + Settings + en_US + true + stgCRLPGoToSetup + Configure Customizable Rollups + + + stgCRLPGoToSetup + Settings + en_US + true + stgCRLPGoToSetup + Configure Customizable Rollups + + + stgCRLPHouseholdAccountError + Settings + en_US + true + stgCRLPHouseholdAccountError + You must be using the Household Account Model in order to use Customizable Rollups. + + + stgCRLPHouseholdAccountError + Settings + en_US + true + stgCRLPHouseholdAccountError + You must be using the Household Account Model in order to use Customizable Rollups. + + + stgCRLPInfoOnUDRBody + Settings + en_US + true + stgCRLPInfoOnUDRBody + Customizable Rollups offer all the functionality of User Defined Rollups and so much more:<br/> + <br/> + ● Roll up Payments in addition to Opportunities<br/> + ● Use filters to easily exclude certain records or data<br/> + ● Roll up data for more than 2 years back<br/> + <br/> + Go to NPSP Settings | Donations | Customizable Rollups to enable Customizable Rollups and get started using them! + + + stgCRLPInfoOnUDRBody + Settings + en_US + true + stgCRLPInfoOnUDRBody + Customizable Rollups offer all the functionality of User Defined Rollups and so much more:<br/> + <br/> + ● Roll up Payments in addition to Opportunities<br/> + ● Use filters to easily exclude certain records or data<br/> + ● Roll up data for more than 2 years back<br/> + <br/> + Go to NPSP Settings | Donations | Customizable Rollups to enable Customizable Rollups and get started using them! + + + stgCRLPInfoOnUDRHeading + Settings + en_US + true + stgCRLPInfoOnUDRHeading + Why not try Customizable Rollups instead? + + + stgCRLPInfoOnUDRHeading + Settings + en_US + true + stgCRLPInfoOnUDRHeading + Why not try Customizable Rollups instead? + + + stgCRLPNonAdminError + Settings + en_US + true + stgCRLPNonAdminError + Only System Administrators can enable or disable Customizable Rollups. + + + stgCRLPNonAdminError + Settings + en_US + true + stgCRLPNonAdminError + Only System Administrators can enable or disable Customizable Rollups. + + + stgCRLPReset + Settings + en_US + true + stgCRLPReset + Reset to Defaults + + + stgCRLPReset + Settings + en_US + true + stgCRLPReset + Reset to Defaults + + + stgDefaultValue + Settings + en_US + false + stgDefaultValue + Default Value + + + stgDefaultValue + Settings + en_US + false + stgDefaultValue + Default Value + + + stgDeletePermissionError + Error + en_US + true + The user do not have delete permission to delete custom setting. + You don't have the required system permissions to delete this setting. Contact your system administrator for assistance. + + + stgDeletePermissionError + Error + en_US + true + The user do not have delete permission to delete custom setting. + You don't have the required system permissions to delete this setting. Contact your system administrator for assistance. + + + stgDeploymentCustomMetadataMappingEnabled + Settings + en_US + true + stgDeploymentCustomMetadataMappingEnabled + Advanced Mapping is enabled. + + + stgDeploymentCustomMetadataMappingEnabled + Settings + en_US + true + stgDeploymentCustomMetadataMappingEnabled + Advanced Mapping is enabled. + + + stgDeploymentHasInvalidHelpTextMappings + Settings + en_US + true + stgDeploymentHasInvalidHelpTextMappings + Advanced Mapping is enabled, but we found some invalid Help Text mappings that couldn't be migrated. <b>Take a screenshot of the table below; it will not be displayed again after you leave this page.</b> + + + stgDeploymentHasInvalidHelpTextMappings + Settings + en_US + true + stgDeploymentHasInvalidHelpTextMappings + Advanced Mapping is enabled, but we found some invalid Help Text mappings that couldn't be migrated. <b>Take a screenshot of the table below; it will not be displayed again after you leave this page.</b> + + + stgDeploymentHelpTextMappingEnabled + Settings + en_US + true + stgDeploymentHelpTextMappingEnabled + Help Text mapping is enabled. + + + stgDeploymentHelpTextMappingEnabled + Settings + en_US + true + stgDeploymentHelpTextMappingEnabled + Help Text mapping is enabled. + + + stgDeploymentInProgress + Settings + en_US + true + stgDeploymentInProgress + Deployment in progress. You can leave this page. The page will reload when deployment is finished. + + + stgDeploymentInProgress + Settings + en_US + true + stgDeploymentInProgress + Deployment in progress. You can leave this page. The page will reload when deployment is finished. + + + stgDeploymentTimedOut + Settings + en_US + true + stgDeploymentInProgress + Page timed out. + + + stgDeploymentTimedOut + Settings + en_US + true + stgDeploymentInProgress + Page timed out. + + + stgDeploymentTryAgain + Settings + en_US + true + stgDeploymentTryAgain + You can try again immediately. + + + stgDeploymentTryAgain + Settings + en_US + true + stgDeploymentTryAgain + You can try again immediately. + + + stgDIFMNonAdminError + Settings + en_US + true + stgDIFMNonAdminError + Only System Administrators can enable or disable Data Import Advanced Mapping. + + + stgDIFMNonAdminError + Settings + en_US + true + stgDIFMNonAdminError + Only System Administrators can enable or disable Data Import Advanced Mapping. + + + stgDocumentation + Settings + en_US + false + stgDocumentation + Documentation + + + stgDocumentation + Settings + en_US + false + stgDocumentation + Documentation + + + stgDontAutoScheduleHelpText + Settings + en_US + false + stgDontAutoScheduleHelpText + NPSP has a number of Scheduled Jobs that calculate rollups, update Recurring Donations and Seasonal Addresses, and perform error handling. +<br/> +<br/> +When Don't Auto Schedule Default NPSP Jobs is not selected, whenever you load the NPSP Settings page, NPSP checks that all the default NPSP Jobs are scheduled. If they're not scheduled, NPSP reschedules them. NPSP will reschedule only missing NPSP Jobs; it will not overwrite Jobs that have been updated. +<br/> +<br/> +To view these Jobs, search for Scheduled Jobs in Salesforce Setup. +<br/> +<br/> +Selecting Don't Auto Schedule Default NPSP Jobs tells NPSP not to check for or reschedule the default Jobs. + + + stgDontAutoScheduleHelpText + Settings + en_US + false + stgDontAutoScheduleHelpText + NPSP has a number of Scheduled Jobs that calculate rollups, update Recurring Donations and Seasonal Addresses, and perform error handling. +<br/> +<br/> +When Don't Auto Schedule Default NPSP Jobs is not selected, whenever you load the NPSP Settings page, NPSP checks that all the default NPSP Jobs are scheduled. If they're not scheduled, NPSP reschedules them. NPSP will reschedule only missing NPSP Jobs; it will not overwrite Jobs that have been updated. +<br/> +<br/> +To view these Jobs, search for Scheduled Jobs in Salesforce Setup. +<br/> +<br/> +Selecting Don't Auto Schedule Default NPSP Jobs tells NPSP not to check for or reschedule the default Jobs. + + + stgEditPermissionError + Error + en_US + true + The user do not have edit permission to edit custom setting. + You don't have the required system permissions to edit this setting. Contact your system administrator for assistance. + + + stgEditPermissionError + Error + en_US + true + The user do not have edit permission to edit custom setting. + You don't have the required system permissions to edit this setting. Contact your system administrator for assistance. + + + stgErrorINaming + Settings + en_US + false + stgErrorINaming + The Apex class you selected in the Implementing Class field does not implement the HH_INaming interface. Select a different Apex class, or use the default NPSP class HH_NameSpec. + + + stgErrorINaming + Settings + en_US + false + stgErrorINaming + The Apex class you selected in the Implementing Class field does not implement the HH_INaming interface. Select a different Apex class, or use the default NPSP class HH_NameSpec. + + + stgErrorInvalidClass + Settings + en_US + false + stgErrorInvalidClass + Invalid Implementing Class. + + + stgErrorInvalidClass + Settings + en_US + false + stgErrorInvalidClass + Invalid Implementing Class. + + + stgErrorInvalidNameFormat + Settings + en_US + false + stgErrorInvalidNameFormat + Error in {0}: {1} + + + stgErrorInvalidNameFormat + Settings + en_US + false + stgErrorInvalidNameFormat + Error in {0}: {1} + + + stgErrorMissingDefaultGauRecord + Validation Error + en_US + true + stgErrorMissingDefaultGauRecord + The previously configured Default General Accounting Unit no longer exists and has been removed. To re-enable Default Allocations, open the GAU Allocations page in NPSP Settings. + + + stgErrorMissingDefaultGauRecord + Validation Error + en_US + true + stgErrorMissingDefaultGauRecord + The previously configured Default General Accounting Unit no longer exists and has been removed. To re-enable Default Allocations, open the GAU Allocations page in NPSP Settings. + + + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + Validation Error + en_US + true + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + The previously configured Default General Accounting Unit no longer exists and has been removed. You must re-enable Default Allocations and select a Default General Accounting Unit in order to use payment allocations. Open the GAU Allocations page in NPSP Settings to update the Default Allocation Settings. + + + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + Validation Error + en_US + true + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + The previously configured Default General Accounting Unit no longer exists and has been removed. You must re-enable Default Allocations and select a Default General Accounting Unit in order to use payment allocations. Open the GAU Allocations page in NPSP Settings to update the Default Allocation Settings. + + + stgHelpAccountModel + Settings + en_US + false + stgHelpAccountModel + The Account model used by the Nonprofit Success Pack. This option controls what happens when you create a Contact with a blank Account field value. WARNING: You should not use the Account Model record type you select as the default Account record type for any Profile. Doing so can cause various data issues. + + + stgHelpAccountModel + Settings + en_US + false + stgHelpAccountModel + The Account model used by the Nonprofit Success Pack. This option controls what happens when you create a Contact with a blank Account field value. WARNING: You should not use the Account Model record type you select as the default Account record type for any Profile. Doing so can cause various data issues. + + + stgHelpAdvancedMapping1 + Settings + en_US + false + stgHelpAdvancedMapping1 + When you enable Advanced Mapping, we convert your existing Help Text field mappings to Advanced Mapping. Once enabled, you'll edit mappings and create new ones on this page. + + + stgHelpAdvancedMapping1 + Settings + en_US + false + stgHelpAdvancedMapping1 + When you enable Advanced Mapping, we convert your existing Help Text field mappings to Advanced Mapping. Once enabled, you'll edit mappings and create new ones on this page. + + + stgHelpAdvancedMapping2 + Settings + en_US + false + stgHelpAdvancedMapping2 + You can disable Advanced Mapping and go back to Help Text mapping, but any changes you made with Advanced Mapping will be lost. + + + stgHelpAdvancedMapping2 + Settings + en_US + false + stgHelpAdvancedMapping2 + You can disable Advanced Mapping and go back to Help Text mapping, but any changes you made with Advanced Mapping will be lost. + + + stgHelpAdvancedMapping3 + Settings + en_US + false + stgHelpAdvancedMapping3 + Find complete Advanced Mapping setup documentation <a href="https://powerofus.force.com/NPSP_Advanced_Mapping" target="_blank">here</a>. + + + stgHelpAdvancedMapping3 + Settings + en_US + false + stgHelpAdvancedMapping3 + Find complete Advanced Mapping setup documentation <a href="https://powerofus.force.com/NPSP_Advanced_Mapping" target="_blank">here</a>. + + + stgHelpAdvancedMapping4 + Settings + en_US + false + stgHelpAdvancedMapping4 + <b>This message won't be displayed if you leave this page! Take a screenshot of this page or copy the information in the table below to track the Help Text mappings you need correct. </b> + <br/> + <br/> + We couldn't convert some of your existing Help Text mappings because they're invalid. We recommend disabling Advanced Mapping, correcting the invalid Help Text mappings, then re-enabling Advanced Mapping. Alternatively, you could add these mappings when you configure Advanced Mapping on the next screen, but these additional mappings will revert to the original invalid Help Text if you disable Advanced Mapping. + + + stgHelpAdvancedMapping4 + Settings + en_US + false + stgHelpAdvancedMapping4 + <b>This message won't be displayed if you leave this page! Take a screenshot of this page or copy the information in the table below to track the Help Text mappings you need correct. </b> + <br/> + <br/> + We couldn't convert some of your existing Help Text mappings because they're invalid. We recommend disabling Advanced Mapping, correcting the invalid Help Text mappings, then re-enabling Advanced Mapping. Alternatively, you could add these mappings when you configure Advanced Mapping on the next screen, but these additional mappings will revert to the original invalid Help Text if you disable Advanced Mapping. + + + stgHelpAdvancedMappingInvalidHelpText + Settings + en_US + false + stgHelpAdvancedMappingInvalidHelpText + Invalid Help Text Mappings + + + stgHelpAdvancedMappingInvalidHelpText + Settings + en_US + false + stgHelpAdvancedMappingInvalidHelpText + Invalid Help Text Mappings + + + stgHelpAdvancedMappingTableHeader1 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader1 + NPSP Data Import Field + + + stgHelpAdvancedMappingTableHeader1 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader1 + NPSP Data Import Field + + + stgHelpAdvancedMappingTableHeader2 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader2 + Current Help Text Value + + + stgHelpAdvancedMappingTableHeader2 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader2 + Current Help Text Value + + + stgHelpAllocationLevel + Settings + en_US + true + stgHelpAllocationLevel + An allocation is the specific amount of a gift that goes to a designated General Accounting Unit (GAU). This setting determines whether funds are allocated based on the Amount on the Opportunity or the Amount on the Payment.<br/><br/> + +<b>WARNING:</b> Choosing to use Payment Allocations changes the way Opportunity Allocations work in your org. It's important that you understand these changes and the additional requirements that exist before enabling them.<br/><br/> + +If you enable and start using Payment Allocations and then disable them, you will need to manually reconcile your data and update Opportunity Allocation records to reflect the information previously assigned in Payment Allocations. Review the Payment Allocations documentation to better understand the potential impact.<br/><br/> + +When you enable Payment Allocations, existing rollups remain the same. We do not modify rollups or create new Custom Rollups. You can create new rollups based only on Payments, if you want to. + + + stgHelpAllocationLevel + Settings + en_US + true + stgHelpAllocationLevel + An allocation is the specific amount of a gift that goes to a designated General Accounting Unit (GAU). This setting determines whether funds are allocated based on the Amount on the Opportunity or the Amount on the Payment.<br/><br/> + +<b>WARNING:</b> Choosing to use Payment Allocations changes the way Opportunity Allocations work in your org. It's important that you understand these changes and the additional requirements that exist before enabling them.<br/><br/> + +If you enable and start using Payment Allocations and then disable them, you will need to manually reconcile your data and update Opportunity Allocation records to reflect the information previously assigned in Payment Allocations. Review the Payment Allocations documentation to better understand the potential impact.<br/><br/> + +When you enable Payment Allocations, existing rollups remain the same. We do not modify rollups or create new Custom Rollups. You can create new rollups based only on Payments, if you want to. + + + stgHelpAlloFiscalYearRollups + Allocation, Settings + en_US + false + stgHelpAlloFiscalYearRollups + When selected, this option enables fiscal year settings, rather than calendar year settings, for Allocation rollup totals. To set Fiscal Year information, go to Setup and search for Fiscal Year. NOTE: Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpAlloFiscalYearRollups + Allocation, Settings + en_US + false + stgHelpAlloFiscalYearRollups + When selected, this option enables fiscal year settings, rather than calendar year settings, for Allocation rollup totals. To set Fiscal Year information, go to Setup and search for Fiscal Year. NOTE: Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpAlloNDayValue + Allocation, Settings + en_US + false + stgHelpAlloNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to roll up GAU Allocations over the past 365 days. + + + stgHelpAlloNDayValue + Allocation, Settings + en_US + false + stgHelpAlloNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to roll up GAU Allocations over the past 365 days. + + + stgHelpAutoAffil + Settings + en_US + false + stgHelpAutoAffil + When selected, this option tells Salesforce to create or update Affiliations for Contacts connected to Organization Accounts whenever the Contact's Account field or Primary Affiliation field changes. Organizations Accounts include all Record Types except those defined as Household or One-to-One Account Record Types. + + + stgHelpAutoAffil + Settings + en_US + false + stgHelpAutoAffil + When selected, this option tells Salesforce to create or update Affiliations for Contacts connected to Organization Accounts whenever the Contact's Account field or Primary Affiliation field changes. Organizations Accounts include all Record Types except those defined as Household or One-to-One Account Record Types. + + + stgHelpAutoRelCampaignRT + Settings + en_US + false + stgHelpAutoRelCampaignRT + Select the Campaign Type(s) you'd like this Automatic Relationship to be created for. + + + stgHelpAutoRelCampaignRT + Settings + en_US + false + stgHelpAutoRelCampaignRT + Select the Campaign Type(s) you'd like this Automatic Relationship to be created for. + + + stgHelpAutoRelField + Settings + en_US + false + stgHelpAutoRelField + The field that triggers the auto-creation of the Relationship. + + + stgHelpAutoRelField + Settings + en_US + false + stgHelpAutoRelField + The field that triggers the auto-creation of the Relationship. + + + stgHelpAutoRelObject + Settings + en_US + false + stgHelpAutoRelObject + The Salesforce object associated with this auto-created Relationship.. + + + stgHelpAutoRelObject + Settings + en_US + false + stgHelpAutoRelObject + The Salesforce object associated with this auto-created Relationship.. + + + stgHelpAutoRelType + Settings + en_US + false + stgHelpAutoRelType + The Relationship Type that you want to create between the base Contact or Campaign Member, and the corresponding Contact or Campaign Member. The corresponding Contact or Campaign Member will receive a Reciprocal Relationship value, if one is available. + + + stgHelpAutoRelType + Settings + en_US + false + stgHelpAutoRelType + The Relationship Type that you want to create between the base Contact or Campaign Member, and the corresponding Contact or Campaign Member. The corresponding Contact or Campaign Member will receive a Reciprocal Relationship value, if one is available. + + + stgHelpBatchAlloRollup + Allocation, Settings + en_US + false + stgHelpBatchAlloRollup + This utility calculates rollup totals for all Closed Opportunities with Allocations and updates the relevant General Accounting Unit (GAU) records. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBatchAlloRollup + Allocation, Settings + en_US + false + stgHelpBatchAlloRollup + This utility calculates rollup totals for all Closed Opportunities with Allocations and updates the relevant General Accounting Unit (GAU) records. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBatchCreateDefault + Allocation, Settings + en_US + false + stgHelpBatchCreateDefault + Clicking this button starts a batch process that creates default allocations for all existing opportunities, except opportunities excluded in the Allocations Rollup Settings. Default allocations must be enabled and a default General Accounting Unit selected to run this tool. + + + stgHelpBatchCreateDefault + Allocation, Settings + en_US + false + stgHelpBatchCreateDefault + Clicking this button starts a batch process that creates default allocations for all existing opportunities, except opportunities excluded in the Allocations Rollup Settings. Default allocations must be enabled and a default General Accounting Unit selected to run this tool. + + + stgHelpBatchOppRollup + Settings + en_US + false + stgHelpBatchOppRollup + This utility calculates rollup totals for all Closed Opportunities and updates the relevant Contacts, Households, and Accounts. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBatchOppRollup + Settings + en_US + false + stgHelpBatchOppRollup + This utility calculates rollup totals for all Closed Opportunities and updates the relevant Contacts, Households, and Accounts. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBDEAllowBlankOppNames + Settings + en_US + false + stgHelpBDEAllowBlankOppNames + If selected, Batch Data Entry will not name Opportunities, even if you leave the Name field blank on the Batch Data Entry page. + + + stgHelpBDEAllowBlankOppNames + Settings + en_US + false + stgHelpBDEAllowBlankOppNames + If selected, Batch Data Entry will not name Opportunities, even if you leave the Name field blank on the Batch Data Entry page. + + + stgHelpBDEOppNaming + Settings + en_US + false + stgHelpBDEOppNaming + When selected, NPSP uses the default naming convention for batch-entered Opportunities, regardless of the value you enter in the Name field of the batch entry screen. NOTE: This setting has no effect if custom Opportunity Names are configured. + + + stgHelpBDEOppNaming + Settings + en_US + false + stgHelpBDEOppNaming + When selected, NPSP uses the default naming convention for batch-entered Opportunities, regardless of the value you enter in the Name field of the batch entry screen. NOTE: This setting has no effect if custom Opportunity Names are configured. + + + stgHelpBtnHHNaming + Settings + en_US + false + stgHelpBtnHHNaming + <b>WARNING:</b> Clicking this button will activate Automatic Household Naming, and populate your existing Household Names, Formal Greetings, and Informal Greetings with new names, according to the formats you've chosen. Every single Household Account (or Household object) in your Salesforce organization will be renamed (except those Households that do not have automatic naming enabled.)<br/><br/> + +<b>This is an irreversible process.</b> While you can deactivate Automatic Household Naming at any time, all newly populated names will remain. <br/><br/> + +Before starting this process, we recommend disabling the following when they affect Households: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpBtnHHNaming + Settings + en_US + false + stgHelpBtnHHNaming + <b>WARNING:</b> Clicking this button will activate Automatic Household Naming, and populate your existing Household Names, Formal Greetings, and Informal Greetings with new names, according to the formats you've chosen. Every single Household Account (or Household object) in your Salesforce organization will be renamed (except those Households that do not have automatic naming enabled.)<br/><br/> + +<b>This is an irreversible process.</b> While you can deactivate Automatic Household Naming at any time, all newly populated names will remain. <br/><br/> + +Before starting this process, we recommend disabling the following when they affect Households: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpBtnOppNaming + Settings + en_US + false + stgHelpBtnOppNaming + <b>WARNING:</b> Clicking this button will activate batch Opportunity renaming, and refresh all Opportunity Names according to the formats you've chosen. Salesforce will rename every Opportunity in your organization except those Opportunities whose Opportunity Name Formats you've specified as "Do Not Rename."<br/><br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpBtnOppNaming + Settings + en_US + false + stgHelpBtnOppNaming + <b>WARNING:</b> Clicking this button will activate batch Opportunity renaming, and refresh all Opportunity Names according to the formats you've chosen. Salesforce will rename every Opportunity in your organization except those Opportunities whose Opportunity Name Formats you've specified as "Do Not Rename."<br/><br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpChatterGroup + Settings + en_US + false + stgHelpChatterGroup + Chatter group where error notifications will be posted. + + + stgHelpChatterGroup + Settings + en_US + false + stgHelpChatterGroup + Chatter group where error notifications will be posted. + + + stgHelpCiceroAddrVerification + Address Verification Settings page + en_US + true + stgHelpCiceroAddrVerification + Make sure you enter your Cicero API Key in the Auth Token settings field. You will find your API Key on your Cicero My Profile page at cicero.azavea.com + + + stgHelpCiceroAddrVerification + Address Verification Settings page + en_US + true + stgHelpCiceroAddrVerification + Make sure you enter your Cicero API Key in the Auth Token settings field. You will find your API Key on your Cicero My Profile page at cicero.azavea.com + + + stgHelpContactRTExcluded + Settings + en_US + false + stgHelpContactRTExcluded + The Contact Record Types you want to exclude from automatic Household Member Contact Role creation. For example, you might want to create a "child" record type for children Contacts in the Household, and enter it here. Salesforce would then exclude those Contacts from receiving the Household Member Contact Role when the Opportunity is created. + + + stgHelpContactRTExcluded + Settings + en_US + false + stgHelpContactRTExcluded + The Contact Record Types you want to exclude from automatic Household Member Contact Role creation. For example, you might want to create a "child" record type for children Contacts in the Household, and enter it here. Salesforce would then exclude those Contacts from receiving the Household Member Contact Role when the Opportunity is created. + + + stgHelpCreateMissingPayments + Settings + en_US + false + stgHelpCreateMissingPayments + <b>WARNING:</b> Clicking this button will activate batch Payment creation. NPSP will create a Payment for each Opportunity without Payments that: +<br/> +<br/> +● has an amount greater than zero<br/> +● is not marked Do Not Automatically Create Payment<br/> +● is not excluded in the Donations | Payments settings<br/> +<br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend disabling the following when they affect Payments: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpCreateMissingPayments + Settings + en_US + false + stgHelpCreateMissingPayments + <b>WARNING:</b> Clicking this button will activate batch Payment creation. NPSP will create a Payment for each Opportunity without Payments that: +<br/> +<br/> +● has an amount greater than zero<br/> +● is not marked Do Not Automatically Create Payment<br/> +● is not excluded in the Donations | Payments settings<br/> +<br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend disabling the following when they affect Payments: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpCustomizableRollupsEnable1 + Settings + en_US + true + stgHelpCustomizableRollupsEnable1 + You can find complete Customizable Rollups documentation <a href="https://powerofus.force.com/NPSP_Customizable_Rollups_Overview" target="_blank">here</a>. + + + stgHelpCustomizableRollupsEnable1 + Settings + en_US + true + stgHelpCustomizableRollupsEnable1 + You can find complete Customizable Rollups documentation <a href="https://powerofus.force.com/NPSP_Customizable_Rollups_Overview" target="_blank">here</a>. + + + stgHelpCustomizableRollupsEnable2 + Settings + en_US + true + stgHelpCustomizableRollupsEnable2 + When you enable Customizable Rollups for the first time, we will automatically convert your existing rollups and the 87 out-of-box NPSP rollups into Customizable Rollups. + <br/><br/> + You can disable and go back to legacy rollups, but any new rollups or rollup/filter changes made in Customizable Rollups won't be applied to your legacy rollup settings. + + + stgHelpCustomizableRollupsEnable2 + Settings + en_US + true + stgHelpCustomizableRollupsEnable2 + When you enable Customizable Rollups for the first time, we will automatically convert your existing rollups and the 87 out-of-box NPSP rollups into Customizable Rollups. + <br/><br/> + You can disable and go back to legacy rollups, but any new rollups or rollup/filter changes made in Customizable Rollups won't be applied to your legacy rollup settings. + + + stgHelpCustomizableRollupsEnable3 + Settings + en_US + true + stgHelpCustomizableRollupsEnable + Removes any new rollups, filter groups, and filter rules you created while using Customizable Rollups AND resets all NPSP legacy rollups back to their default behavior. + + + stgHelpCustomizableRollupsEnable3 + Settings + en_US + true + stgHelpCustomizableRollupsEnable + Removes any new rollups, filter groups, and filter rules you created while using Customizable Rollups AND resets all NPSP legacy rollups back to their default behavior. + + + stgHelpDeceasedBatch + NPSP Settings + en_US + true + Content of the "Recalculate Deceased Household Accounts" page + This utility recalculates the value in the All Household Members Deceased field on Household Accounts. Run this utility to ensure that the value correctly reflects the status of the Deceased field on related Contacts. This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpDeceasedBatch + NPSP Settings + en_US + true + Content of the "Recalculate Deceased Household Accounts" page + This utility recalculates the value in the All Household Members Deceased field on Household Accounts. Run this utility to ensure that the value correctly reflects the status of the Deceased field on related Contacts. This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpDefaultAllocationsEnabled + Allocation, Settings + en_US + false + stgHelpDefaultAllocationsEnabled + When selected, NPSP automatically creates GAU Allocation records allocated to the General Accounting Unit specified in the Default General Accounting Unit field below. This feature enables better reporting on the Default General Accounting Unit, but uses more data storage. + + + stgHelpDefaultAllocationsEnabled + Allocation, Settings + en_US + false + stgHelpDefaultAllocationsEnabled + When selected, NPSP automatically creates GAU Allocation records allocated to the General Accounting Unit specified in the Default General Accounting Unit field below. This feature enables better reporting on the Default General Accounting Unit, but uses more data storage. + + + stgHelpDefaultGAU + Settings + en_US + false + stgHelpDefaultGAU + When Default Allocations Enabled is selected, NPSP creates a GAU Allocation for all new Opportunities not excluded in GAU Allocations Rollup Settings, and assigns them to this General Accounting Unit. NOTE: This doesn't include existing unallocated Opportunities. You can allocate them to the default General Accounting Unit in NPSP Settings under Bulk Data Processes | Batch Create Default Allocations. + + + stgHelpDefaultGAU + Settings + en_US + false + stgHelpDefaultGAU + When Default Allocations Enabled is selected, NPSP creates a GAU Allocation for all new Opportunities not excluded in GAU Allocations Rollup Settings, and assigns them to this General Accounting Unit. NOTE: This doesn't include existing unallocated Opportunities. You can allocate them to the default General Accounting Unit in NPSP Settings under Bulk Data Processes | Batch Create Default Allocations. + + + stgHelpDisableHHAccountAddr + Settings + en_US + false + stgHelpDisableHHAccountAddr + Disables Address management for Household Accounts when selected. + + + stgHelpDisableHHAccountAddr + Settings + en_US + false + stgHelpDisableHHAccountAddr + Disables Address management for Household Accounts when selected. + + + stgHelpEnableSoftCreditRollups + Settings + en_US + false + stgHelpEnableSoftCreditRollups + When selected, rolls up Closed/Won Opportunity totals to Contact records based on assigned Opportunity Contact Roles. Soft credit rollups only happen in nightly batches, but you can run them manually from the Rollup Donations Batch settings. + + + stgHelpEnableSoftCreditRollups + Settings + en_US + false + stgHelpEnableSoftCreditRollups + When selected, rolls up Closed/Won Opportunity totals to Contact records based on assigned Opportunity Contact Roles. Soft credit rollups only happen in nightly batches, but you can run them manually from the Rollup Donations Batch settings. + + + stgHelpEnhancedRDBatch + Settings + en_US + true + Page description displayed when enhanced RD batch is to be run + This utility runs a batch process that creates the next scheduled installment Opportunities for Recurring Donations and updates the Recurring Donation Statistics fields. + <br/><br/> + This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpEnhancedRDBatch + Settings + en_US + true + Page description displayed when enhanced RD batch is to be run + This utility runs a batch process that creates the next scheduled installment Opportunities for Recurring Donations and updates the Recurring Donation Statistics fields. + <br/><br/> + This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpErrorLog + Settings + en_US + false + stgHelpErrorLog + The Error Log shows a detailed list of errors for debugging purposes. Errors are logged only if Error Handling and the Store Errors options are enabled in System Tools | Error Notifications. + + + stgHelpErrorLog + Settings + en_US + false + stgHelpErrorLog + The Error Log shows a detailed list of errors for debugging purposes. Errors are logged only if Error Handling and the Store Errors options are enabled in System Tools | Error Notifications. + + + stgHelpErrorNotifyOn + Settings + en_US + false + stgHelpErrorNotifyOn + When selected, NPSP will display notifications for certain types of errors. + + + stgHelpErrorNotifyOn + Settings + en_US + false + stgHelpErrorNotifyOn + When selected, NPSP will display notifications for certain types of errors. + + + stgHelpErrorNotifyTo + Settings + en_US + false + stgHelpErrorNotifyTo + Select the type of user to send notifications to. + + + stgHelpErrorNotifyTo + Settings + en_US + false + stgHelpErrorNotifyTo + Select the type of user to send notifications to. + + + stgHelpExampleHHNames + NPSP Settings + en_US + true + displayed in the Example household names box + <b>NOTE:</b> The above preview examples cannot preview information for fields other than First Name, Last Name, or Salutation. (For example, if you've created a custom field for nickname that you want to use in the Informal Greeting, that custom field would not show up here.) Fields other than First Name, Last Name, and Salutation don't show up in the greetings fields of the Manage Household page either, but when you save Contact information from the Manage Household page, your Household naming conventions will appear correctly. + + + stgHelpExampleHHNames + NPSP Settings + en_US + true + displayed in the Example household names box + <b>NOTE:</b> The above preview examples cannot preview information for fields other than First Name, Last Name, or Salutation. (For example, if you've created a custom field for nickname that you want to use in the Informal Greeting, that custom field would not show up here.) Fields other than First Name, Last Name, and Salutation don't show up in the greetings fields of the Manage Household page either, but when you save Contact information from the Manage Household page, your Household naming conventions will appear correctly. + + + stgHelpFGFormat + Settings + en_US + false + stgHelpFGFormat + The format Salesforce uses for the Formal Greeting. + + + stgHelpFGFormat + Settings + en_US + false + stgHelpFGFormat + The format Salesforce uses for the Formal Greeting. + + + stgHelpFiscalYearRollups + Settings + en_US + false + stgHelpFiscalYearRollups + When checked, this option enables fiscal year settings, rather than calendar year settings, for Opportunity rollup totals. To set fiscal year information, go to Setup | Company Profile | Fiscal Year. NOTE: The Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpFiscalYearRollups + Settings + en_US + false + stgHelpFiscalYearRollups + When checked, this option enables fiscal year settings, rather than calendar year settings, for Opportunity rollup totals. To set fiscal year information, go to Setup | Company Profile | Fiscal Year. NOTE: The Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpHealthCheck + Settings + en_US + false + stgHelpHealthCheck + Use <a href="#" onclick="ShowPanel('idPanelHealthCheck');return false;">Health Check</a> to verify your NPSP configuration! + + + stgHelpHealthCheck + Settings + en_US + false + stgHelpHealthCheck + Use <a href="#" onclick="ShowPanel('idPanelHealthCheck');return false;">Health Check</a> to verify your NPSP configuration! + + + stgHelpHHAccountRTID + Settings + en_US + false + stgHelpHHAccountRTID + The Account record type you want to use for new Accounts if you've selected the Household Account model above. You can select the default Household Account record type, or your own record type. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated Account). + + + stgHelpHHAccountRTID + Settings + en_US + false + stgHelpHHAccountRTID + The Account record type you want to use for new Accounts if you've selected the Household Account model above. You can select the default Household Account record type, or your own record type. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated Account). + + + stgHelpHHData + Settings + en_US + false + stgHelpHHData + Use these bulk data processes to refresh Household names and recalculate data for the All Household Members Deceased field. After running one of these processes, refresh your browser to run the other one. + + + stgHelpHHData + Settings + en_US + false + stgHelpHHData + Use these bulk data processes to refresh Household names and recalculate data for the All Household Members Deceased field. After running one of these processes, refresh your browser to run the other one. + + + stgHelpHHExcludedRT + Settings + en_US + false + stgHelpHHExcludedRT + Specifies which Contact record types Salesforce will exclude from Household object creation. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpHHExcludedRT + Settings + en_US + false + stgHelpHHExcludedRT + Specifies which Contact record types Salesforce will exclude from Household object creation. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpHHMailingListReport + Settings + en_US + false + stgHelpHHMailingListReport + The Household Mailing List Report deduplicates a Campaign that contains multiple Contacts from the same household in order to help prevent sending multiples of the same mailing to the same address. NPSP includes a report you can select called "NPSP Campaign Household Mailing List V2". If that report has been renamed or deleted, select a report that uses the Campaigns with Contacts report type, with filters for Member Status does not contain "Duplicate", and Campaign Id = blank. + + + stgHelpHHMailingListReport + Settings + en_US + false + stgHelpHHMailingListReport + The Household Mailing List Report deduplicates a Campaign that contains multiple Contacts from the same household in order to help prevent sending multiples of the same mailing to the same address. NPSP includes a report you can select called "NPSP Campaign Household Mailing List V2". If that report has been renamed or deleted, select a report that uses the Campaigns with Contacts report type, with filters for Member Status does not contain "Duplicate", and Campaign Id = blank. + + + stgHelpHHNameFormat + Settings + en_US + false + stgHelpHHNameFormat + The format Salesforce uses for the Household Name. + + + stgHelpHHNameFormat + Settings + en_US + false + stgHelpHHNameFormat + The format Salesforce uses for the Household Name. + + + stgHelpHHNaming + Settings + en_US + false + stgHelpHHNaming + If selected, Salesforce automatically creates a name for the Household Account (or Household object), based on the name of the Contacts in the Household. Salesforce also automatically generates formal and informal greetings. + + + stgHelpHHNaming + Settings + en_US + false + stgHelpHHNaming + If selected, Salesforce automatically creates a name for the Household Account (or Household object), based on the name of the Contacts in the Household. Salesforce also automatically generates formal and informal greetings. + + + stgHelpHHObjectOverview + Settings + en_US + false + stgHelpHHObjectOverview + To learn more about the recommended Household Account model, see the <a href="https://powerofus.force.com/NPSP_Account_Model" target="_blank">NPSP Documentation</a>. + + + stgHelpHHObjectOverview + Settings + en_US + false + stgHelpHHObjectOverview + To learn more about the recommended Household Account model, see the <a href="https://powerofus.force.com/NPSP_Account_Model" target="_blank">NPSP Documentation</a>. + + + stgHelpHHOCROn + Settings + en_US + false + stgHelpHHOCROn + When selected, NPSP automatically creates Contact Roles on Individual gifts for Household members of the Opportunity's Primary Contact. + + + stgHelpHHOCROn + Settings + en_US + false + stgHelpHHOCROn + When selected, NPSP automatically creates Contact Roles on Individual gifts for Household members of the Opportunity's Primary Contact. + + + stgHelpHHRules + Settings + en_US + false + stgHelpHHRules + Specifies for which Contacts Salesforce will automatically create separate Household objects. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpHHRules + Settings + en_US + false + stgHelpHHRules + Specifies for which Contacts Salesforce will automatically create separate Household objects. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpIGFormat + Settings + en_US + false + stgHelpIGFormat + The format Salesforce uses for the Informal Greeting. + + + stgHelpIGFormat + Settings + en_US + false + stgHelpIGFormat + The format Salesforce uses for the Informal Greeting. + + + stgHelpINamingClass + Settings + en_US + false + stgHelpINamingClass + The Apex Class that implements the HH_INaming interface for Household naming. + + + stgHelpINamingClass + Settings + en_US + false + stgHelpINamingClass + The Apex Class that implements the HH_INaming interface for Household naming. + + + stgHelpLeadConvert + Settings + en_US + false + stgHelpLeadConvert + Specifies the default behavior for Opportunity creation when you convert a Lead to a Contact. If left unselected, Salesforce will NOT automatically create an Opportunity when you convert Leads to Contacts. + + + stgHelpLeadConvert + Settings + en_US + false + stgHelpLeadConvert + Specifies the default behavior for Opportunity creation when you convert a Lead to a Contact. If left unselected, Salesforce will NOT automatically create an Opportunity when you convert Leads to Contacts. + + + stgHelpLvlAssignBatch + NPSP Settings + en_US + true + help text displayed on the Level Assignment Batch page + This utility calculates Level Assignments for all Salesforce objects (typically Accounts and Contacts, but also any custom objects) that have Levels assigned to them. This process may take some time, but you can safely close this page and the process will continue in the background. +<br/><br/> + +<b>IMPORTANT:</b> Since Salesforce is often evaluating Levels against updated fields from other bulk data processes, you may want to run those processes first. + + + stgHelpLvlAssignBatch + NPSP Settings + en_US + true + help text displayed on the Level Assignment Batch page + This utility calculates Level Assignments for all Salesforce objects (typically Accounts and Contacts, but also any custom objects) that have Levels assigned to them. This process may take some time, but you can safely close this page and the process will continue in the background. +<br/><br/> + +<b>IMPORTANT:</b> Since Salesforce is often evaluating Levels against updated fields from other bulk data processes, you may want to run those processes first. + + + stgHelpMatchedDonorRole + Settings + en_US + false + stgHelpMatchedDonorRole + The Contact Role you want to use for matched donors. We recommend using "Matched Donor." + + + stgHelpMatchedDonorRole + Settings + en_US + false + stgHelpMatchedDonorRole + The Contact Role you want to use for matched donors. We recommend using "Matched Donor." + + + stgHelpMaxPayments + Settings + en_US + true + stgHelpMaxPayments + Sets the maximum number of Payments allowed when scheduling Payments for an Opportunity. If no value is entered, the default is 12. + + + stgHelpMaxPayments + Settings + en_US + true + stgHelpMaxPayments + Sets the maximum number of Payments allowed when scheduling Payments for an Opportunity. If no value is entered, the default is 12. + + + stgHelpMembershipGracePeriod + Settings + en_US + false + stgHelpMembershipGracePeriod + After a Membership ends, the length of the grace period (in days) before the Membership Status on the Account moves from Grace Period to Expired. Defaults to 30 days. + + + stgHelpMembershipGracePeriod + Settings + en_US + false + stgHelpMembershipGracePeriod + After a Membership ends, the length of the grace period (in days) before the Membership Status on the Account moves from Grace Period to Expired. Defaults to 30 days. + + + stgHelpMembershipRT + Settings + en_US + false + stgHelpMembershipRT + The Record Type used when creating Opportunities that track Membership Donations. We recommend using Membership. Opportunities with this record type roll up separately from other Opportunity Record Types. + + + stgHelpMembershipRT + Settings + en_US + false + stgHelpMembershipRT + The Record Type used when creating Opportunities that track Membership Donations. We recommend using Membership. Opportunities with this record type roll up separately from other Opportunity Record Types. + + + stgHelpNameConnector + Settings + en_US + false + stgHelpNameConnector + Specifies the name or character (such as &) that Salesforce uses to connect pairs in a name. + + + stgHelpNameConnector + Settings + en_US + false + stgHelpNameConnector + Specifies the name or character (such as &) that Salesforce uses to connect pairs in a name. + + + stgHelpNameOverrun + Settings + en_US + false + stgHelpNameOverrun + Specifies the text Salesforce uses to replace longer lists of names. + + + stgHelpNameOverrun + Settings + en_US + false + stgHelpNameOverrun + Specifies the text Salesforce uses to replace longer lists of names. + + + stgHelpNewRDFieldMap + Settings + en_US + false + stgHelpNewRDFieldMap + Select the Recurring Donation field you want to map, and the Opportunity field you want to map it to. NPSP will copy the value of the Recurring Donation field you select to your selected Opportunity field on all child Opportunities for the Recurring Donation. +IMPORTANT: Both of these fields must have the same data type. + + + stgHelpNewRDFieldMap + Settings + en_US + false + stgHelpNewRDFieldMap + Select the Recurring Donation field you want to map, and the Opportunity field you want to map it to. NPSP will copy the value of the Recurring Donation field you select to your selected Opportunity field on all child Opportunities for the Recurring Donation. +IMPORTANT: Both of these fields must have the same data type. + + + stgHelpNewUDR + Settings + en_US + false + stgHelpNewUDR + Select the Opportunity field and corresponding rollup operation, then select the object and field to roll up to. + + + stgHelpNewUDR + Settings + en_US + false + stgHelpNewUDR + Select the Opportunity field and corresponding rollup operation, then select the object and field to roll up to. + + + stgHelpNoUDR + Settings + en_US + false + stgHelpNoUDR + No User Defined Rollups Have Been Defined + + + stgHelpNoUDR + Settings + en_US + false + stgHelpNoUDR + No User Defined Rollups Have Been Defined + + + stgHelpNPSPDoc + Settings + en_US + false + stgHelpNPSPDoc + NPSP Documentation + + + stgHelpNPSPDoc + Settings + en_US + false + stgHelpNPSPDoc + NPSP Documentation + + + stgHelpNPSPSettings + Settings + en_US + false + stgHelpNPSPSettings + Configure the Nonprofit Success Pack to meet your organization's needs. You can also monitor the health of your Salesforce organization, or run batch processes to update data. + + + stgHelpNPSPSettings + Settings + en_US + false + stgHelpNPSPSettings + Configure the Nonprofit Success Pack to meet your organization's needs. You can also monitor the health of your Salesforce organization, or run batch processes to update data. + + + stgHelpOCR + Settings + en_US + false + stgHelpOCR + Soft Credits, Contact Roles, and Matching Gifts relate to each other in important ways. If you're not familiar with these concepts and how they interact, you should read through the <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Automated_Soft_Credits.htm&type=5" target="_blank">NPSP Documentation</a> before making any adjustments to these settings. + + + stgHelpOCR + Settings + en_US + false + stgHelpOCR + Soft Credits, Contact Roles, and Matching Gifts relate to each other in important ways. If you're not familiar with these concepts and how they interact, you should read through the <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Automated_Soft_Credits.htm&type=5" target="_blank">NPSP Documentation</a> before making any adjustments to these settings. + + + stgHelpOCRDefaultRole + Settings + en_US + false + stgHelpOCRDefaultRole + The default Contact Role automatically assigned to the Primary Contact when the Opportunity Account is a Household, One-to-One, or Individual Account. + + + stgHelpOCRDefaultRole + Settings + en_US + false + stgHelpOCRDefaultRole + The default Contact Role automatically assigned to the Primary Contact when the Opportunity Account is a Household, One-to-One, or Individual Account. + + + stgHelpOCRRoleForHH + Settings + en_US + false + stgHelpOCRRoleForHH + The Contact Role you want to use for Household Members. + + + stgHelpOCRRoleForHH + Settings + en_US + false + stgHelpOCRRoleForHH + The Contact Role you want to use for Household Members. + + + stgHelpOneToOneRTID + Settings + en_US + false + stgHelpOneToOneRTID + The Account record type you want to use for new Accounts if you've selected the One-to-One Account model above. NPSP does not come with a default record type for One-to-One Accounts, so you should create one (such as "Individual") before selecting this model. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated One-to-One Account). + + + stgHelpOneToOneRTID + Settings + en_US + false + stgHelpOneToOneRTID + The Account record type you want to use for new Accounts if you've selected the One-to-One Account model above. NPSP does not come with a default record type for One-to-One Accounts, so you should create one (such as "Individual") before selecting this model. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated One-to-One Account). + + + stgHelpOppNamingAttribution + Settings + en_US + false + stgHelpOppNamingAttribution + Specifies whether you want to apply these settings to Contact Donations (i.e. Opportunities associated with Household, 1-to-1, or Individual "Bucket" Accounts), Organization Donations, or both Contact and Organization Donations. + + + stgHelpOppNamingAttribution + Settings + en_US + false + stgHelpOppNamingAttribution + Specifies whether you want to apply these settings to Contact Donations (i.e. Opportunities associated with Household, 1-to-1, or Individual "Bucket" Accounts), Organization Donations, or both Contact and Organization Donations. + + + stgHelpOppNamingDateFormat + Settings + en_US + false + stgHelpOppNamingDateFormat + The date format used for any Date or DateTime fields referenced in the Opportunity Name Format. Choose a format, or choose "other" to create your own custom format following the Java SimpleDateFormat specification. + + + stgHelpOppNamingDateFormat + Settings + en_US + false + stgHelpOppNamingDateFormat + The date format used for any Date or DateTime fields referenced in the Opportunity Name Format. Choose a format, or choose "other" to create your own custom format following the Java SimpleDateFormat specification. + + + stgHelpOppNamingFormat + Settings + en_US + false + stgHelpOppNamingFormat + The Opportunity Name format. Choose "other" to create your own. + + + stgHelpOppNamingFormat + Settings + en_US + false + stgHelpOppNamingFormat + The Opportunity Name format. Choose "other" to create your own. + + + stgHelpOppNamingRecTypes + Settings + en_US + false + stgHelpOppNamingRecTypes + The Opportunity record type(s) to which you want to apply this Opportunity Name. Control or Command click to select more than one record type. "--None--" applies the new naming to ALL record types. + + + stgHelpOppNamingRecTypes + Settings + en_US + false + stgHelpOppNamingRecTypes + The Opportunity record type(s) to which you want to apply this Opportunity Name. Control or Command click to select more than one record type. "--None--" applies the new naming to ALL record types. + + + stgHelpOppRecTypesNoPayments + Settings + en_US + false + stgHelpOppRecTypesNoPayments + Salesforce won't automatically create Payments for the selected Opportunity record types. Control or Command click to select more than one record type. + + + stgHelpOppRecTypesNoPayments + Settings + en_US + false + stgHelpOppRecTypesNoPayments + Salesforce won't automatically create Payments for the selected Opportunity record types. Control or Command click to select more than one record type. + + + stgHelpOppTypesNoPayments + Settings + en_US + false + stgHelpOppTypesNoPayments + Salesforce won't automatically create Payments for Opportunities that have this value in the Type picklist. + + + stgHelpOppTypesNoPayments + Settings + en_US + false + stgHelpOppTypesNoPayments + Salesforce won't automatically create Payments for Opportunities that have this value in the Type picklist. + + + stgHelpOrgAccountAddressMgmt + Settings + en_US + false + stgHelpOrgAccountAddressMgmt + When selected, enables Address Management for non-Household Accounts such as Organizational Accounts. + + + stgHelpOrgAccountAddressMgmt + Settings + en_US + false + stgHelpOrgAccountAddressMgmt + When selected, enables Address Management for non-Household Accounts such as Organizational Accounts. + + + stgHelpOrgOCRDefaultRole + Settings + en_US + false + Help text for Contact Role for Organizational Opps + The default Contact Role automatically assigned to the Opportunity's Primary Contact when the Opportunity's Account is NOT a Household, One-to-One, or Individual Account. + + + stgHelpOrgOCRDefaultRole + Settings + en_US + false + Help text for Contact Role for Organizational Opps + The default Contact Role automatically assigned to the Opportunity's Primary Contact when the Opportunity's Account is NOT a Household, One-to-One, or Individual Account. + + + stgHelpOverrunCount + Settings + en_US + false + stgHelpOverrunCount + The number of Contacts Salesforce will explicitly name in Household names and greetings. After this number, Salesforce substitutes the Name Overrun value for names. + + + stgHelpOverrunCount + Settings + en_US + false + stgHelpOverrunCount + The number of Contacts Salesforce will explicitly name in Household names and greetings. After this number, Salesforce substitutes the Name Overrun value for names. + + + stgHelpPaymentMapOppField + Settings + en_US + false + stgHelpPaymentMapOppField + The Opportunity field to copy from. + + + stgHelpPaymentMapOppField + Settings + en_US + false + stgHelpPaymentMapOppField + The Opportunity field to copy from. + + + stgHelpPaymentMapPaymentField + Settings + en_US + false + stgHelpPaymentMapPaymentField + The Payment field to copy to. + + + stgHelpPaymentMapPaymentField + Settings + en_US + false + stgHelpPaymentMapPaymentField + The Payment field to copy to. + + + stgHelpPaymentMapping + Settings + en_US + false + stgHelpPaymentMapping + Set up a mapping by selecting an Opportunity field, and then selecting the Payment field it maps to. NOTE: Payment mapping requires that you have two fields (one on Opportunity, one on Payment) of a matching data type. + + + stgHelpPaymentMapping + Settings + en_US + false + stgHelpPaymentMapping + Set up a mapping by selecting an Opportunity field, and then selecting the Payment field it maps to. NOTE: Payment mapping requires that you have two fields (one on Opportunity, one on Payment) of a matching data type. + + + stgHelpPaymentMappings + Settings + en_US + false + stgHelpPaymentMappings + Map fields so that values from the Opportunity are automatically copied to the Payment. Mapping applies for auto-created Payments or Payments created through the Payment scheduler. + + + stgHelpPaymentMappings + Settings + en_US + false + stgHelpPaymentMappings + Map fields so that values from the Opportunity are automatically copied to the Payment. Mapping applies for auto-created Payments or Payments created through the Payment scheduler. + + + stgHelpPaymentsEnabled + Settings + en_US + false + stgHelpPaymentsEnabled + If enabled, Salesforce automatically creates Payments for new Opportunities (Donations). + + + stgHelpPaymentsEnabled + Settings + en_US + false + stgHelpPaymentsEnabled + If enabled, Salesforce automatically creates Payments for new Opportunities (Donations). + + + stgHelpPowerOfUsHub + Settings + en_US + false + stgHelpPowerOfUsHub + Got questions? Try the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE" target="_blank">Nonprofit Success Pack</a> group for questions about NPSP and the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHiLSAU?tab=discussion" target="_blank">System Administrators</a> group for questions about Salesforce administration and configuration.<br/><br/>Keep up with the latest NPSP release notes in the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHOXSA2?tab=discussion&sort=LAST_MODIFIED_DATE_DESC.htm" target="_blank">NPSP Release Announcements</a> group. + + + stgHelpPowerOfUsHub + Settings + en_US + false + stgHelpPowerOfUsHub + Got questions? Try the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE" target="_blank">Nonprofit Success Pack</a> group for questions about NPSP and the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHiLSAU?tab=discussion" target="_blank">System Administrators</a> group for questions about Salesforce administration and configuration.<br/><br/>Keep up with the latest NPSP release notes in the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHOXSA2?tab=discussion&sort=LAST_MODIFIED_DATE_DESC.htm" target="_blank">NPSP Release Announcements</a> group. + + + stgHelpPrimaryContactBatch + Settings + en_US + false + stgHelpPrimaryContactBatch + <b>WARNING:</b> Clicking this button will activate a batch Opportunity update to refresh the Primary Contact field. Salesforce will update Opportunity records where the Primary Contact field isn't the same value as the Opportunity Contact Role record marked Primary.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpPrimaryContactBatch + Settings + en_US + false + stgHelpPrimaryContactBatch + <b>WARNING:</b> Clicking this button will activate a batch Opportunity update to refresh the Primary Contact field. Salesforce will update Opportunity records where the Primary Contact field isn't the same value as the Opportunity Contact Role record marked Primary.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Content of the "Bulk Data Processes - Remove Duplicate Primary OCRs" page + <b>WARNING:</b> Clicking this button will activate a batch that permanently removes any duplicate Primary Opportunity Contact Roles that exist in your org. These records won't be recoverable in the recycle bin, so be careful to review expected changes in advance.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity Contact Role records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Content of the "Bulk Data Processes - Remove Duplicate Primary OCRs" page + <b>WARNING:</b> Clicking this button will activate a batch that permanently removes any duplicate Primary Opportunity Contact Roles that exist in your org. These records won't be recoverable in the recycle bin, so be careful to review expected changes in advance.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity Contact Role records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpRDAddCampaign + Settings + en_US + false + stgHelpRDAddCampaign + When selected, NPSP copies the Campaign you specified on the Recurring Donation to its installment Opportunities. + + + stgHelpRDAddCampaign + Settings + en_US + false + stgHelpRDAddCampaign + When selected, NPSP copies the Campaign you specified on the Recurring Donation to its installment Opportunities. + + + stgHelpRDBatch + Settings + en_US + false + stgHelpRDBatch + This utility runs a batch process for all open-ended Recurring Donations, and based on the number of Opportunity Forecast Months: +<br/> +<br/> +● creates new opportunities<br/> +● updates the number of Installments and Paid Amount<br/> +<br/> +This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpRDBatch + Settings + en_US + false + stgHelpRDBatch + This utility runs a batch process for all open-ended Recurring Donations, and based on the number of Opportunity Forecast Months: +<br/> +<br/> +● creates new opportunities<br/> +● updates the number of Installments and Paid Amount<br/> +<br/> +This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpRDBatchSize + Settings + en_US + true + RD Batch Size Settings Help Text + The number of records to process at a time when running the Recurring Donations batch job. The default size is 50. Reduce to a smaller number if the batch job is failing due to system limits. + + + stgHelpRDBatchSize + Settings + en_US + true + RD Batch Size Settings Help Text + The number of records to process at a time when running the Recurring Donations batch job. The default size is 50. Reduce to a smaller number if the batch job is failing due to system limits. + + + stgHelpRDDisableScheduling + Settings + en_US + false + stgHelpRDDisableScheduling + Prevents the scheduling of the nightly update to Recurring Donations. + + + stgHelpRDDisableScheduling + Settings + en_US + false + stgHelpRDDisableScheduling + Prevents the scheduling of the nightly update to Recurring Donations. + + + stgHelpRDFailures + Settings + en_US + false + stgHelpRDFailures + The number of Recurring Donations that failed to update in the last batch operation. + + + stgHelpRDFailures + Settings + en_US + false + stgHelpRDFailures + The number of Recurring Donations that failed to update in the last batch operation. + + + stgHelpRDFieldMap + Settings + en_US + false + stgHelpRDFieldMap + This setting lets you map fields from the Recurring Donation record to the Recurring Donation's child Opportunities. + + + stgHelpRDFieldMap + Settings + en_US + false + stgHelpRDFieldMap + This setting lets you map fields from the Recurring Donation record to the Recurring Donation's child Opportunities. + + + stgHelpRDFieldMapOppField + Settings + en_US + false + stgHelpRDFieldMapOppField + no longer used. + + + stgHelpRDFieldMapOppField + Settings + en_US + false + stgHelpRDFieldMapOppField + no longer used. + + + stgHelpRDFieldMapRDField + Settings + en_US + false + stgHelpRDFieldMapRDField + no longer used. + + + stgHelpRDFieldMapRDField + Settings + en_US + false + stgHelpRDFieldMapRDField + no longer used. + + + stgHelpRDInstallmentCreateOptionMessage + Settings + en_US + true + Help Text for Recurring Donation Setting Installment Opportunity Auto-Creation + Specifies when NPSP will create installment Opportunities for Recurring Donations. The default is Always Create Next Installment. + + + stgHelpRDInstallmentCreateOptionMessage + Settings + en_US + true + Help Text for Recurring Donation Setting Installment Opportunity Auto-Creation + Specifies when NPSP will create installment Opportunities for Recurring Donations. The default is Always Create Next Installment. + + + stgHelpRDLastRun + Settings + en_US + false + stgHelpRDLastRun + The date and time of the last batch update of Recurring Donations. + + + stgHelpRDLastRun + Settings + en_US + false + stgHelpRDLastRun + The date and time of the last batch update of Recurring Donations. + + + stgHelpRDMaxDonations + Settings + en_US + false + stgHelpRDMaxDonations + Restricts the total number of Donations (installments) for Fixed-Length Recurring Donations. The default is 50. + + + stgHelpRDMaxDonations + Settings + en_US + false + stgHelpRDMaxDonations + Restricts the total number of Donations (installments) for Fixed-Length Recurring Donations. The default is 50. + + + stgHelpRDOpenOppBehavior + Settings + en_US + false + stgHelpRDOpenOppBehavior + Tells NPSP what to do with any remaining open Opportunities when you mark the status of an Open-Ended Recurring Donation as Closed. + + + stgHelpRDOpenOppBehavior + Settings + en_US + false + stgHelpRDOpenOppBehavior + Tells NPSP what to do with any remaining open Opportunities when you mark the status of an Open-Ended Recurring Donation as Closed. + + + stgHelpRDOppForecastMonths + Settings + en_US + false + stgHelpRDOppForecastMonths + Number of months' worth of open Opportunities that NPSP maintains on Open-Ended Recurring Donations. NPSP makes sure there are always this many months' worth of Opportunities by creating the appropriate number of new Opportunities every month. + + + stgHelpRDOppForecastMonths + Settings + en_US + false + stgHelpRDOppForecastMonths + Number of months' worth of open Opportunities that NPSP maintains on Open-Ended Recurring Donations. NPSP makes sure there are always this many months' worth of Opportunities by creating the appropriate number of new Opportunities every month. + + + stgHelpRDOppRT + Settings + en_US + false + stgHelpRDOppRT + The Opportunity record type assigned to the Recurring Donation's installment Opportunities. + + + stgHelpRDOppRT + Settings + en_US + false + stgHelpRDOppRT + The Opportunity record type assigned to the Recurring Donation's installment Opportunities. + + + stgHelpRDPeriodFrequency + Settings + en_US + false + stgHelpRDPeriodFrequency + The amount of time the Custom Installment Period covers. + + + stgHelpRDPeriodFrequency + Settings + en_US + false + stgHelpRDPeriodFrequency + The amount of time the Custom Installment Period covers. + + + stgHelpRDPeriodName + Settings + en_US + false + stgHelpRDPeriodName + The name of the new Custom Installment Period. + + + stgHelpRDPeriodName + Settings + en_US + false + stgHelpRDPeriodName + The name of the new Custom Installment Period. + + + stgHelpRDPeriodType + Settings + en_US + false + stgHelpRDPeriodType + The unit of time (days, weeks, months, years) for the Custom Installment Period. + + + stgHelpRDPeriodType + Settings + en_US + false + stgHelpRDPeriodType + The unit of time (days, weeks, months, years) for the Custom Installment Period. + + + stgHelpRDSuccesses + Settings + en_US + false + stgHelpRDSuccesses + Number of Recurring Donations successfully updated in the last batch run. + + + stgHelpRDSuccesses + Settings + en_US + false + stgHelpRDSuccesses + Number of Recurring Donations successfully updated in the last batch run. + + + stgHelpRecDon + Settings + en_US + false + stgHelpRecDon + This setting lets you create Custom Installment Periods for Recurring Donations, different from the default Installment Periods (monthly, quarterly, yearly, and so on) that come with NPSP. + + + stgHelpRecDon + Settings + en_US + false + stgHelpRecDon + This setting lets you create Custom Installment Periods for Recurring Donations, different from the default Installment Periods (monthly, quarterly, yearly, and so on) that come with NPSP. + + + stgHelpRelAutoCreatedDup + Settings + en_US + false + stgHelpRelAutoCreatedDup + NPSP deduplicates auto-created Relationships. Select this option if you want to disable automatic deduplication, and allow multiple Relationships of the same Type to exist between two Contacts. + + + stgHelpRelAutoCreatedDup + Settings + en_US + false + stgHelpRelAutoCreatedDup + NPSP deduplicates auto-created Relationships. Select this option if you want to disable automatic deduplication, and allow multiple Relationships of the same Type to exist between two Contacts. + + + stgHelpRelFieldSyncToggle + Settings + en_US + true + stgHelpRelFieldSyncToggle + Select this option to sync custom Relationships fields between the two Contacts in a relationship pair. + + + stgHelpRelFieldSyncToggle + Settings + en_US + true + stgHelpRelFieldSyncToggle + Select this option to sync custom Relationships fields between the two Contacts in a relationship pair. + + + stgHelpRelGenderField + Settings + en_US + false + stgHelpRelGenderField + Custom field that specifies the gender of a Contact. Salesforce uses the value in this field to determine reciprocal relationships. + + + stgHelpRelGenderField + Settings + en_US + false + stgHelpRelGenderField + Custom field that specifies the gender of a Contact. Salesforce uses the value in this field to determine reciprocal relationships. + + + stgHelpRelReciprocalFemale + Settings + en_US + false + stgHelpRelReciprocalFemale + The value Salesforce uses if the Contact's Gender field value is Female, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalFemale + Settings + en_US + false + stgHelpRelReciprocalFemale + The value Salesforce uses if the Contact's Gender field value is Female, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMale + Settings + en_US + false + stgHelpRelReciprocalMale + The value Salesforce uses if the Contact's Gender field value is Male, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMale + Settings + en_US + false + stgHelpRelReciprocalMale + The value Salesforce uses if the Contact's Gender field value is Male, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMethod + Settings + en_US + false + stgHelpRelReciprocalMethod + Specifies the method used for generating reciprocal relationships. + + + stgHelpRelReciprocalMethod + Settings + en_US + false + stgHelpRelReciprocalMethod + Specifies the method used for generating reciprocal relationships. + + + stgHelpRelReciprocalName + Settings + en_US + false + stgHelpRelReciprocalName + The name of the Relationship. The name will be an option Users can select in the Type picklist when creating a Relationship between Contacts. + + + stgHelpRelReciprocalName + Settings + en_US + false + stgHelpRelReciprocalName + The name of the Relationship. The name will be an option Users can select in the Type picklist when creating a Relationship between Contacts. + + + stgHelpRelReciprocalNeutral + Settings + en_US + false + stgHelpRelReciprocalNeutral + The value Salesforce uses if it cannot determine the Contact's gender based on Gender field value or Salutation. + + + stgHelpRelReciprocalNeutral + Settings + en_US + false + stgHelpRelReciprocalNeutral + The value Salesforce uses if it cannot determine the Contact's gender based on Gender field value or Salutation. + + + stgHelpRelSyncFields + Settings + en_US + true + stgHelpRelSyncFields + Select the custom Relationship fields you do not want synchronized between the two Contacts in a Relationship pair. Control or command click to select more than one field. + + + stgHelpRelSyncFields + Settings + en_US + true + stgHelpRelSyncFields + Select the custom Relationship fields you do not want synchronized between the two Contacts in a Relationship pair. Control or command click to select more than one field. + + + stgHelpRespectDuplicateRuleSettings + Settings + en_US + true + Respect the settings on a Duplicate Rule that control allowing duplicates. + Respect the settings on a Duplicate Rule that control whether duplicate records are allowed. +To check your existing settings, go to Duplicate Rules under Setup. For any rule, when the Action On Create or Action On Edit fields are set to "Allow," duplicates will be saved. + + + stgHelpRespectDuplicateRuleSettings + Settings + en_US + true + Respect the settings on a Duplicate Rule that control allowing duplicates. + Respect the settings on a Duplicate Rule that control whether duplicate records are allowed. +To check your existing settings, go to Duplicate Rules under Setup. For any rule, when the Action On Create or Action On Edit fields are set to "Allow," duplicates will be saved. + + + stgHelpReviewErrorLog + Settings + en_US + false + stgHelpReviewErrorLog + Review <a href="#" onclick="ShowPanel('idPanelErrorLog');return false;">Error Logs</a> to see if there are issues. + + + stgHelpReviewErrorLog + Settings + en_US + false + stgHelpReviewErrorLog + Review <a href="#" onclick="ShowPanel('idPanelErrorLog');return false;">Error Logs</a> to see if there are issues. + + + stgHelpRollupBatchSize + Settings + en_US + false + stgHelpRollupBatchSize + The number of records processed at a time when calculating donor statistics. The default size is 200. Reduce to a smaller number if the Opportunity Rollups are failing due to system limits. + + + stgHelpRollupBatchSize + Settings + en_US + false + stgHelpRollupBatchSize + The number of records processed at a time when calculating donor statistics. The default size is 200. Reduce to a smaller number if the Opportunity Rollups are failing due to system limits. + + + stgHelpRollupExcludeAccountOppRT + Settings + en_US + false + stgHelpRollupExcludeAccountOppRT + Opportunities with the selected record types won't be included in rollups to the Account. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeAccountOppRT + Settings + en_US + false + stgHelpRollupExcludeAccountOppRT + Opportunities with the selected record types won't be included in rollups to the Account. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeAccountOppType + Settings + en_US + false + stgHelpRollupExcludeAccountOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Account. + + + stgHelpRollupExcludeAccountOppType + Settings + en_US + false + stgHelpRollupExcludeAccountOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Account. + + + stgHelpRollupExcludeAlloOppRecType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppRecType + GAU Allocations from Opportunities with the selected record types won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeAlloOppRecType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppRecType + GAU Allocations from Opportunities with the selected record types won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeAlloOppType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppType + GAU Allocations from Opportunities that have this value in the Type picklist won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeAlloOppType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppType + GAU Allocations from Opportunities that have this value in the Type picklist won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeContactOppRT + Settings + en_US + false + stgHelpRollupExcludeContactOppRT + Opportunities with the selected record types won't be included in rollups to the Contact. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeContactOppRT + Settings + en_US + false + stgHelpRollupExcludeContactOppRT + Opportunities with the selected record types won't be included in rollups to the Contact. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeContactOppType + Settings + en_US + false + stgHelpRollupExcludeContactOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Contact. + + + stgHelpRollupExcludeContactOppType + Settings + en_US + false + stgHelpRollupExcludeContactOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Contact. + + + stgHelpRollupNDayValue + Settings + en_US + false + stgHelpRollupNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to rollup over the past 365 days. + + + stgHelpRollupNDayValue + Settings + en_US + false + stgHelpRollupNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to rollup over the past 365 days. + + + stgHelpRollupPrimaryContact + Settings + en_US + false + stgHelpRollupPrimaryContact + When this option is selected, Salesforce will ALWAYS roll up donor data to the Opportunity's Primary Contact. Note that only the Account on the Opportunity will receive hard credit. So, if the Account Name on the Opportunity is an Organization, that Organization and the Primary Contact will receive hard credit; the Contact's Household or 1:1 Account will NOT receive hard credit. If left unselected, and the Opportunity's Account is an Organization, only the Organization will receive credit for the Opportunity. + + + stgHelpRollupPrimaryContact + Settings + en_US + false + stgHelpRollupPrimaryContact + When this option is selected, Salesforce will ALWAYS roll up donor data to the Opportunity's Primary Contact. Note that only the Account on the Opportunity will receive hard credit. So, if the Account Name on the Opportunity is an Organization, that Organization and the Primary Contact will receive hard credit; the Contact's Household or 1:1 Account will NOT receive hard credit. If left unselected, and the Opportunity's Account is an Organization, only the Organization will receive credit for the Opportunity. + + + stgHelpRollupSkewLimit + Settings + en_US + false + stgHelpRollupSkewLimit + The maximum number of related Opportunities on an Account or Contact allowed in the non-Skew Mode Rollup Batch Jobs. An Account or Contact with more than this number of related Opportunities will always be rolled up using Skew Mode. + + + stgHelpRollupSkewLimit + Settings + en_US + false + stgHelpRollupSkewLimit + The maximum number of related Opportunities on an Account or Contact allowed in the non-Skew Mode Rollup Batch Jobs. An Account or Contact with more than this number of related Opportunities will always be rolled up using Skew Mode. + + + stgHelpSalesforceSetup + Settings + en_US + false + stgHelpSalesforceSetup + Looking to customize page layouts, add fields, or add users? Try the <a href="/setup/forcecomHomepage.apexp?setupid=ForceCom" target="_blank">Salesforce Setup</a> pages. + + + stgHelpSalesforceSetup + Settings + en_US + false + stgHelpSalesforceSetup + Looking to customize page layouts, add fields, or add users? Try the <a href="/setup/forcecomHomepage.apexp?setupid=ForceCom" target="_blank">Salesforce Setup</a> pages. + + + stgHelpSimpleAddrChangeIsUpdate + NPSP Settings + en_US + false + stgHelpSimpleAddrChangeIsUpdate + A simple address change is a change (such as correcting a typo, or deleting white space) to a single Contact or Account address field. When this option is selected, Salesforce treats these changes as updates to the existing address (i.e., no new Address object is created). + + + stgHelpSimpleAddrChangeIsUpdate + NPSP Settings + en_US + false + stgHelpSimpleAddrChangeIsUpdate + A simple address change is a change (such as correcting a typo, or deleting white space) to a single Contact or Account address field. When this option is selected, Salesforce treats these changes as updates to the existing address (i.e., no new Address object is created). + + + stgHelpSoftCreditRoles + Settings + en_US + false + stgHelpSoftCreditRoles + Opportunity Contact Roles you want to include in Soft Credit rollups. Control or Command click to select multiple roles. + + + stgHelpSoftCreditRoles + Settings + en_US + false + stgHelpSoftCreditRoles + Opportunity Contact Roles you want to include in Soft Credit rollups. Control or Command click to select multiple roles. + + + stgHelpStoreErrorsOn + Settings + en_US + false + stgHelpStoreErrorsOn + When selected, NPSP will store errors. You can view stored errors in System Tools | Error Log on the NPSP Settings page. + + + stgHelpStoreErrorsOn + Settings + en_US + false + stgHelpStoreErrorsOn + When selected, NPSP will store errors. You can view stored errors in System Tools | Error Log on the NPSP Settings page. + + + stgHelpTDTM + Settings + en_US + false + stgHelpTDTM + Trigger Handlers contain the actual business logic that needs to be executed for a particular trigger event. + + + stgHelpTDTM + Settings + en_US + false + stgHelpTDTM + Trigger Handlers contain the actual business logic that needs to be executed for a particular trigger event. + + + stgHelpTHActive + Settings + en_US + false + stgHelpTHActive + Indicates that this Trigger Handler is active and will run when Trigger Action criteria is met. + + + stgHelpTHActive + Settings + en_US + false + stgHelpTHActive + Indicates that this Trigger Handler is active and will run when Trigger Action criteria is met. + + + stgHelpTHAsync + Settings + en_US + false + stgHelpTHAsync + Indicates that this trigger handler's After Events should run asynchronously. WARNING: If the specified Apex Class doesn't support asynchronous processing and you select this checkbox, the class may not work properly. + + + stgHelpTHAsync + Settings + en_US + false + stgHelpTHAsync + Indicates that this trigger handler's After Events should run asynchronously. WARNING: If the specified Apex Class doesn't support asynchronous processing and you select this checkbox, the class may not work properly. + + + stgHelpTHClass + Settings + en_US + false + stgHelpTHClass + The Apex class to run. + + + stgHelpTHClass + Settings + en_US + false + stgHelpTHClass + The Apex class to run. + + + stgHelpTHLoadOrder + Settings + en_US + false + stgHelpTHLoadOrder + Order in which this trigger should be run. If the records that this trigger handler processes have related records, the load order ensures that they're created or updated in the correct order. + + + stgHelpTHLoadOrder + Settings + en_US + false + stgHelpTHLoadOrder + Order in which this trigger should be run. If the records that this trigger handler processes have related records, the load order ensures that they're created or updated in the correct order. + + + stgHelpTHObject + Settings + en_US + false + stgHelpTHObject + The object related to this trigger handler. + + + stgHelpTHObject + Settings + en_US + false + stgHelpTHObject + The object related to this trigger handler. + + + stgHelpTHTriggerAction + Settings + en_US + false + stgHelpTHTriggerAction + Actions that fire this trigger. Ctrl and Command click to select more than one action. + + + stgHelpTHTriggerAction + Settings + en_US + false + stgHelpTHTriggerAction + Actions that fire this trigger. Ctrl and Command click to select more than one action. + + + stgHelpTriggerHandlers + Settings + en_US + false + stgHelpTriggerHandlers + These triggers control core functionality in the Nonprofit Success Pack, so please exercise extreme caution when creating or modifying them. + + + stgHelpTriggerHandlers + Settings + en_US + false + stgHelpTriggerHandlers + These triggers control core functionality in the Nonprofit Success Pack, so please exercise extreme caution when creating or modifying them. + + + stgHelpTriggerHandlersAsync + Health Check + en_US + false + stgHelpTriggerHandlersAsync + If you select the Asynchronous After Events option for a Trigger Handler, it can have unintended consequences. You should test the Trigger Handler thoroughly in a sandbox environment before deploying it to production. + + + stgHelpTriggerHandlersAsync + Health Check + en_US + false + stgHelpTriggerHandlersAsync + If you select the Asynchronous After Events option for a Trigger Handler, it can have unintended consequences. You should test the Trigger Handler thoroughly in a sandbox environment before deploying it to production. + + + stgHelpUDROperation + Settings + en_US + false + stgHelpUDROperation + Determines how the field should roll up. Only operations that are valid for the selected Opportunity field are listed. + + + stgHelpUDROperation + Settings + en_US + false + stgHelpUDROperation + Determines how the field should roll up. Only operations that are valid for the selected Opportunity field are listed. + + + stgHelpUDROppField + Settings + en_US + false + stgHelpUDROppField + The Opportunity field to roll up. + + + stgHelpUDROppField + Settings + en_US + false + stgHelpUDROppField + The Opportunity field to roll up. + + + stgHelpUDRTargetObject + Settings + en_US + false + stgHelpUDRTargetObject + The object on which the rollup information will appear. + + + stgHelpUDRTargetObject + Settings + en_US + false + stgHelpUDRTargetObject + The object on which the rollup information will appear. + + + stgHelpUseDatedConvRates + Settings + en_US + false + stgHelpUseDatedConvRates + When checked, Dated Exchange Rates are used for currency conversion. If unchecked, the standard exchange rate is used even if Advanced Currency Management is enabled. + + + stgHelpUseDatedConvRates + Settings + en_US + false + stgHelpUseDatedConvRates + When checked, Dated Exchange Rates are used for currency conversion. If unchecked, the standard exchange rate is used even if Advanced Currency Management is enabled. + + + stgHHDataRefreshTitle + Settings + en_US + false + stgHHDataRefreshTitle + Refresh Household Data + + + stgHHDataRefreshTitle + Settings + en_US + false + stgHHDataRefreshTitle + Refresh Household Data + + + stgHHNameRefreshTitle + Settings + en_US + false + stgHHNameRefreshTitle + Refresh Household Names + + + stgHHNameRefreshTitle + Settings + en_US + false + stgHHNameRefreshTitle + Refresh Household Names + + + stgInstallmentOppDisableAll + Settings + en_US + true + Disable Installments Auto-Creation process + Disable All Installments + + + stgInstallmentOppDisableAll + Settings + en_US + true + Disable Installments Auto-Creation process + Disable All Installments + + + stgInstallmentOppDisableFirst + Settings + en_US + true + Disable First Installment Auto-Creation on Create + Disable First Installment on Create + + + stgInstallmentOppDisableFirst + Settings + en_US + true + Disable First Installment Auto-Creation on Create + Disable First Installment on Create + + + stgInstallmentOppEnableAll + Settings + en_US + true + Always Create Next Installment + Always Create Next Installment + + + stgInstallmentOppEnableAll + Settings + en_US + true + Always Create Next Installment + Always Create Next Installment + + + stgInstallScriptError + en_US + true + stgInstallScriptError + Your installation was successful, but we detected a slight problem. To fix the problem, simply load the NPSP Settings page in Salesforce. + +Note: The NPSP Settings tab is visible in the Nonprofit Success Pack application. If you don't see the tab, select Nonprofit Success Pack from the app menu in the upper-right corner. + + + stgInstallScriptError + en_US + true + stgInstallScriptError + Your installation was successful, but we detected a slight problem. To fix the problem, simply load the NPSP Settings page in Salesforce. + +Note: The NPSP Settings tab is visible in the Nonprofit Success Pack application. If you don't see the tab, select Nonprofit Success Pack from the app menu in the upper-right corner. + + + stgLabelActionColumn + Settings + en_US + false + stgLabelActionColumn + Action + + + stgLabelActionColumn + Settings + en_US + false + stgLabelActionColumn + Action + + + stgLabelAddressVerification + Settings + en_US + false + stgLabelAddressVerification + Address Settings + + + stgLabelAddressVerification + Settings + en_US + false + stgLabelAddressVerification + Address Settings + + + stgLabelAfflSettings + Settings + en_US + false + stgLabelAfflSettings + Affiliations Settings + + + stgLabelAfflSettings + Settings + en_US + false + stgLabelAfflSettings + Affiliations Settings + + + stgLabelAlloBatchProgress + Allocation, Settings + en_US + false + stgLabelAlloBatchProgress + Rollup Allocations Batch Progress + + + stgLabelAlloBatchProgress + Allocation, Settings + en_US + false + stgLabelAlloBatchProgress + Rollup Allocations Batch Progress + + + stgLabelAllocationBehaviorSettings + Allocation, Settings + en_US + true + stgLabelAllocationsRollupSettings + Allocation Behavior Settings + + + stgLabelAllocationBehaviorSettings + Allocation, Settings + en_US + true + stgLabelAllocationsRollupSettings + Allocation Behavior Settings + + + stgLabelAllocationsRollupSettings + Allocation, Settings + en_US + false + stgLabelAllocationsRollupSettings + GAU Allocations Rollup Settings + + + stgLabelAllocationsRollupSettings + Allocation, Settings + en_US + false + stgLabelAllocationsRollupSettings + GAU Allocations Rollup Settings + + + stgLabelAllocationsSettings + Allocation, Settings + en_US + false + stgLabelAllocationsSettings + Default Allocations Settings + + + stgLabelAllocationsSettings + Allocation, Settings + en_US + false + stgLabelAllocationsSettings + Default Allocations Settings + + + stgLabelAllRecordTypes + Settings + en_US + false + stgLabelAllRecordTypes + - all record types - + + + stgLabelAllRecordTypes + Settings + en_US + false + stgLabelAllRecordTypes + - all record types - + + + stgLabelAreYouSure + Settings + en_US + false + stgLabelAreYouSure + Are you sure? + + + stgLabelAreYouSure + Settings + en_US + false + stgLabelAreYouSure + Are you sure? + + + stgLabelAutoContactRoles + Settings + en_US + false + stgLabelAutoContactRoles + Default Contact Roles + + + stgLabelAutoContactRoles + Settings + en_US + false + stgLabelAutoContactRoles + Default Contact Roles + + + stgLabelBatchJobRollupSkewSizes + Settings + en_US + false + stgLabelBatchJobRollupSkewSizes + Rollup Batch Job Skew Mode Sizes + + + stgLabelBatchJobRollupSkewSizes + Settings + en_US + false + stgLabelBatchJobRollupSkewSizes + Rollup Batch Job Skew Mode Sizes + + + stgLabelBatchJobSizes + Settings + en_US + false + stgLabelBatchJobSizes + Rollup Batch Job Sizes + + + stgLabelBatchJobSizes + Settings + en_US + false + stgLabelBatchJobSizes + Rollup Batch Job Sizes + + + stgLabelBatchProcessingOptions + Settings + en_US + true + stgLabelBatchProcessingOptions + Batch Processing Options + + + stgLabelBatchProcessingOptions + Settings + en_US + true + stgLabelBatchProcessingOptions + Batch Processing Options + + + stgLabelBatchStatus + Settings + en_US + false + stgLabelBatchStatus + Batch Status + + + stgLabelBatchStatus + Settings + en_US + false + stgLabelBatchStatus + Batch Status + + + stgLabelBDESettings + Settings + en_US + false + stgLabelBDESettings + Batch Data Entry Settings + + + stgLabelBDESettings + Settings + en_US + false + stgLabelBDESettings + Batch Data Entry Settings + + + stgLabelCreateMissingPayments + Settings + en_US + false + stgLabelCreateMissingPayments + Create Missing Payments + + + stgLabelCreateMissingPayments + Settings + en_US + false + stgLabelCreateMissingPayments + Create Missing Payments + + + stgLabelCurrentUDR + Settings + en_US + false + stgLabelCurrentUDR + Current User Defined Rollups + + + stgLabelCurrentUDR + Settings + en_US + false + stgLabelCurrentUDR + Current User Defined Rollups + + + stgLabelDeceasedBatch + NPSP Settings + en_US + true + Menu title for the Batch job to recalculate All Members Deceased + Recalculate Deceased Household Accounts + + + stgLabelDeceasedBatch + NPSP Settings + en_US + true + Menu title for the Batch job to recalculate All Members Deceased + Recalculate Deceased Household Accounts + + + stgLabelDoNotRename + Settings + en_US + false + stgLabelDoNotRename + - do not rename - + + + stgLabelDoNotRename + Settings + en_US + false + stgLabelDoNotRename + - do not rename - + + + stgLabelErrorNotify + Settings + en_US + false + stgLabelErrorNotify + Error Notification Settings + + + stgLabelErrorNotify + Settings + en_US + false + stgLabelErrorNotify + Error Notification Settings + + + stgLabelExamplesFGFormat + Settings + en_US + false + stgLabelExamplesFGFormat + Examples for Formal Greeting Format + + + stgLabelExamplesFGFormat + Settings + en_US + false + stgLabelExamplesFGFormat + Examples for Formal Greeting Format + + + stgLabelExamplesHHNameFOrmat + Settings + en_US + false + stgLabelExamplesHHNameFOrmat + Examples for Household Name Format + + + stgLabelExamplesHHNameFOrmat + Settings + en_US + false + stgLabelExamplesHHNameFOrmat + Examples for Household Name Format + + + stgLabelExamplesIGFormat + Settings + en_US + false + stgLabelExamplesIGFormat + Examples for Informal Greeting Format + + + stgLabelExamplesIGFormat + Settings + en_US + false + stgLabelExamplesIGFormat + Examples for Informal Greeting Format + + + stgLabelField + Settings + en_US + false + stgLabelField + Field + + + stgLabelField + Settings + en_US + false + stgLabelField + Field + + + stgLabelFieldValueNone + Recurring-Donations, Component + en_US + true + Display the value None + None + + + stgLabelFieldValueNone + Recurring-Donations, Component + en_US + true + Display the value None + None + + + stgLabelHHGeneral + Settings + en_US + false + stgLabelHHGeneral + General Settings + + + stgLabelHHGeneral + Settings + en_US + false + stgLabelHHGeneral + General Settings + + + stgLabelHHNaming + Settings + en_US + false + stgLabelHHNaming + Household Name Settings + + + stgLabelHHNaming + Settings + en_US + false + stgLabelHHNaming + Household Name Settings + + + stgLabelHHNamingProgress + Settings + en_US + false + stgLabelHHNamingProgress + Naming Activation Progress + + + stgLabelHHNamingProgress + Settings + en_US + false + stgLabelHHNamingProgress + Naming Activation Progress + + + stgLabelHHObject + Settings + en_US + false + stgLabelHHObject + Household Object + + + stgLabelHHObject + Settings + en_US + false + stgLabelHHObject + Household Object + + + stgLabelHHOCR + Settings + en_US + false + stgLabelHHOCR + Household Opportunity Contact Roles + + + stgLabelHHOCR + Settings + en_US + false + stgLabelHHOCR + Household Opportunity Contact Roles + + + stgLabelHHSettings + Settings + en_US + false + stgLabelHHSettings + Household Settings + + + stgLabelHHSettings + Settings + en_US + false + stgLabelHHSettings + Household Settings + + + stgLabelHidden + Settings + en_US + true + stgLabelHidden + Hidden + + + stgLabelHidden + Settings + en_US + true + stgLabelHidden + Hidden + + + stgLabelHonoreeNotificationHelpText + Settings + en_US + false + stgLabelHonoreeNotificationHelpText + Auto-create Opportunity Contact Roles for Honoree and Notification Recipient Contacts. + + + stgLabelHonoreeNotificationHelpText + Settings + en_US + false + stgLabelHonoreeNotificationHelpText + Auto-create Opportunity Contact Roles for Honoree and Notification Recipient Contacts. + + + stgLabelHonoreeNotificationOCR + Settings + en_US + false + stgLabelHonoreeNotificationOCR + Honoree and Notification Recipient Opportunity Contact Roles + + + stgLabelHonoreeNotificationOCR + Settings + en_US + false + stgLabelHonoreeNotificationOCR + Honoree and Notification Recipient Opportunity Contact Roles + + + stgLabelLeadSettings + Settings + en_US + false + stgLabelLeadSettings + Lead Settings + + + stgLabelLeadSettings + Settings + en_US + false + stgLabelLeadSettings + Lead Settings + + + stgLabelLvlAssignBatchTitle + NPSP Settings + en_US + true + menu title for the Level Assignment Batch in NPSP Settings + Level Assignment Batch + + + stgLabelLvlAssignBatchTitle + NPSP Settings + en_US + true + menu title for the Level Assignment Batch in NPSP Settings + Level Assignment Batch + + + stgLabelMembershipSettings + Settings + en_US + false + stgLabelMembershipSettings + Membership Settings + + + stgLabelMembershipSettings + Settings + en_US + false + stgLabelMembershipSettings + Membership Settings + + + stgLabelName + Settings + en_US + false + Intended for the name of a metadata record and not a person. + Name + + + stgLabelName + Settings + en_US + false + Intended for the name of a metadata record and not a person. + Name + + + stgLabelNewAutoRel + Settings + en_US + false + stgLabelNewAutoRel + New Automatic Relationship + + + stgLabelNewAutoRel + Settings + en_US + false + stgLabelNewAutoRel + New Automatic Relationship + + + stgLabelNewPaymentMapping + Settings + en_US + false + stgLabelNewPaymentMapping + New Payment Field Mapping + + + stgLabelNewPaymentMapping + Settings + en_US + false + stgLabelNewPaymentMapping + New Payment Field Mapping + + + stgLabelNewRDFieldMap + Settings + en_US + false + stgLabelNewRDFieldMap + New Custom Field Mapping + + + stgLabelNewRDFieldMap + Settings + en_US + false + stgLabelNewRDFieldMap + New Custom Field Mapping + + + stgLabelNewRelReciprocal + Settings + en_US + false + stgLabelNewRelReciprocal + New Reciprocal Relationship + + + stgLabelNewRelReciprocal + Settings + en_US + false + stgLabelNewRelReciprocal + New Reciprocal Relationship + + + stgLabelNewTH + Settings + en_US + false + stgLabelNewTH + New Trigger Handler + + + stgLabelNewTH + Settings + en_US + false + stgLabelNewTH + New Trigger Handler + + + stgLabelNewUDR + Settings + en_US + false + stgLabelNewUDR + New User Defined Rollup + + + stgLabelNewUDR + Settings + en_US + false + stgLabelNewUDR + New User Defined Rollup + + + stgLabelNone + Settings + en_US + true + --None-- picklist value + --None-- + + + stgLabelNone + Settings + en_US + true + --None-- picklist value + --None-- + + + stgLabelObject + Settings + en_US + false + stgLabelObject + Object + + + stgLabelObject + Settings + en_US + false + stgLabelObject + Object + + + stgLabelOK + Settings + en_US + false + stgLabelOK + OK + + + stgLabelOK + Settings + en_US + false + stgLabelOK + OK + + + stgLabelONS + Settings + en_US + false + stgLabelONS + Opportunity Name Settings + + + stgLabelONS + Settings + en_US + false + stgLabelONS + Opportunity Name Settings + + + stgLabelOppBatchProgress + Settings + en_US + false + stgLabelOppBatchProgress + Rollup Donations Batch Progress + + + stgLabelOppBatchProgress + Settings + en_US + false + stgLabelOppBatchProgress + Rollup Donations Batch Progress + + + stgLabelOppCampMembers + Settings + en_US + false + stgLabelOppCampMembers + Campaign Members + + + stgLabelOppCampMembers + Settings + en_US + false + stgLabelOppCampMembers + Campaign Members + + + stgLabelOppNamingRefreshTitle + Settings + en_US + false + stgLabelOppNamingRefreshTitle + Refresh Opportunity Names + + + stgLabelOppNamingRefreshTitle + Settings + en_US + false + stgLabelOppNamingRefreshTitle + Refresh Opportunity Names + + + stgLabelOppNamingSettings + Settings + en_US + false + stgLabelOppNamingSettings + Opportunity Names + + + stgLabelOppNamingSettings + Settings + en_US + false + stgLabelOppNamingSettings + Opportunity Names + + + stgLabelOppPrimaryContactTitle + Settings + en_US + false + stgLabelOppPrimaryContactTitle + Refresh Opportunity Primary Contact + + + stgLabelOppPrimaryContactTitle + Settings + en_US + false + stgLabelOppPrimaryContactTitle + Refresh Opportunity Primary Contact + + + stgLabelOppRollupRT + Settings + en_US + false + stgLabelOppRollupRT + Opportunity Rollup Record Types + + + stgLabelOppRollupRT + Settings + en_US + false + stgLabelOppRollupRT + Opportunity Rollup Record Types + + + stgLabelOppRollups + Settings + en_US + false + stgLabelOppRollups + Opportunity Rollups + + + stgLabelOppRollups + Settings + en_US + false + stgLabelOppRollups + Opportunity Rollups + + + stgLabelOppUpdatePrimaryContact + Settings + en_US + false + stgLabelOppUpdatePrimaryContact + Batch Update Primary Contact + + + stgLabelOppUpdatePrimaryContact + Settings + en_US + false + stgLabelOppUpdatePrimaryContact + Batch Update Primary Contact + + + stgLabelOther + Settings + en_US + false + stgLabelOther + other + + + stgLabelOther + Settings + en_US + false + stgLabelOther + other + + + stgLabelOtherDateFormat + Settings + en_US + false + stgLabelOtherDateFormat + Other Date Format + + + stgLabelOtherDateFormat + Settings + en_US + false + stgLabelOtherDateFormat + Other Date Format + + + stgLabelOtherFormalGreetingFormat + Settings + en_US + false + stgLabelOtherFormalGreetingFormat + Other Formal Greeting Format + + + stgLabelOtherFormalGreetingFormat + Settings + en_US + false + stgLabelOtherFormalGreetingFormat + Other Formal Greeting Format + + + stgLabelOtherHHNameFormat + Settings + en_US + true + stgLabelOtherHHNameFormat + Other Household Name Format + + + stgLabelOtherHHNameFormat + Settings + en_US + true + stgLabelOtherHHNameFormat + Other Household Name Format + + + stgLabelOtherInformalGreetingFormat + Settings + en_US + false + stgLabelOtherInformalGreetingFormat + Other Informal Greeting Format + + + stgLabelOtherInformalGreetingFormat + Settings + en_US + false + stgLabelOtherInformalGreetingFormat + Other Informal Greeting Format + + + stgLabelOtherOpportunigyNamingFormat + Settings + en_US + false + stgLabelOtherOpportunigyNamingFormat + Other Opportunigy Naming Format + + + stgLabelOtherOpportunigyNamingFormat + Settings + en_US + false + stgLabelOtherOpportunigyNamingFormat + Other Opportunigy Naming Format + + + stgLabelPaymentMapNoValidFields + Settings + en_US + false + stgLabelPaymentMapNoValidFields + No Valid Field Available + + + stgLabelPaymentMapNoValidFields + Settings + en_US + false + stgLabelPaymentMapNoValidFields + No Valid Field Available + + + stgLabelPaymentSettings + Settings + en_US + false + stgLabelPaymentSettings + Payment Settings + + + stgLabelPaymentSettings + Settings + en_US + false + stgLabelPaymentSettings + Payment Settings + + + stgLabelPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Menu title for the Duplicate Primary OCRs in NPSP Settings + Remove Duplicate Primary OCRs + + + stgLabelPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Menu title for the Duplicate Primary OCRs in NPSP Settings + Remove Duplicate Primary OCRs + + + stgLabelRDFieldMap + Settings + en_US + false + stgLabelRDFieldMap + Custom Field Mappings + + + stgLabelRDFieldMap + Settings + en_US + false + stgLabelRDFieldMap + Custom Field Mappings + + + stgLabelRDNewPeriod + Settings + en_US + false + stgLabelRDNewPeriod + New Installment Period + + + stgLabelRDNewPeriod + Settings + en_US + false + stgLabelRDNewPeriod + New Installment Period + + + stgLabelRDPeriod + Settings + en_US + false + stgLabelRDPeriod + Custom Installment Periods + + + stgLabelRDPeriod + Settings + en_US + false + stgLabelRDPeriod + Custom Installment Periods + + + stgLabelRDSettings + Settings + en_US + false + stgLabelRDSettings + Recurring Donation Settings + + + stgLabelRDSettings + Settings + en_US + false + stgLabelRDSettings + Recurring Donation Settings + + + stgLabelRDStatus + Settings + en_US + false + stgLabelRDStatus + Updating Recurring Donation Opportunities + + + stgLabelRDStatus + Settings + en_US + false + stgLabelRDStatus + Updating Recurring Donation Opportunities + + + stgLabelRelationshipSyncNoValidFields + Settings + en_US + true + stgLabelRelationshipSyncNoValidFields + No Valid Field Available + + + stgLabelRelationshipSyncNoValidFields + Settings + en_US + true + stgLabelRelationshipSyncNoValidFields + No Valid Field Available + + + stgLabelRelSettings + Settings + en_US + false + stgLabelRelSettings + General Settings + + + stgLabelRelSettings + Settings + en_US + false + stgLabelRelSettings + General Settings + + + stgLabelSelectChatterGroup + Settings + en_US + false + stgLabelSelectChatterGroup + Select Chatter Group + + + stgLabelSelectChatterGroup + Settings + en_US + false + stgLabelSelectChatterGroup + Select Chatter Group + + + stgLabelSoftCredit + Settings + en_US + false + stgLabelSoftCredit + Soft Credit Settings + + + stgLabelSoftCredit + Settings + en_US + false + stgLabelSoftCredit + Soft Credit Settings + + + stgLabelTriggerHandlers + Settings + en_US + false + stgLabelTriggerHandlers + Trigger Handlers + + + stgLabelTriggerHandlers + Settings + en_US + false + stgLabelTriggerHandlers + Trigger Handlers + + + stgLabelTypeAhead + Settings + en_US + false + stgLabelTypeAhead + Start typing... + + + stgLabelTypeAhead + Settings + en_US + false + stgLabelTypeAhead + Start typing... + + + stgLabelUDRNoOppFields + Settings + en_US + false + stgLabelUDRNoOppFields + No valid Opportunity fields found. + + + stgLabelUDRNoOppFields + Settings + en_US + false + stgLabelUDRNoOppFields + No valid Opportunity fields found. + + + stgLabelUDROp + Settings + en_US + false + stgLabelUDROp + Rollup Operation + + + stgLabelUDROp + Settings + en_US + false + stgLabelUDROp + Rollup Operation + + + stgLabelUDROppField + Settings + en_US + false + stgLabelUDROppField + Opportunity Field + + + stgLabelUDROppField + Settings + en_US + false + stgLabelUDROppField + Opportunity Field + + + stgLabelUDRTargetField + Settings + en_US + false + stgLabelUDRTargetField + Target Field + + + stgLabelUDRTargetField + Settings + en_US + false + stgLabelUDRTargetField + Target Field + + + stgLabelUDRTargetFieldHelp + Settings + en_US + true + stgLabelUDRTargetFieldHelp + The custom field on the target object that will display your custom rollup summary. This field must be of the same type as the Opportunity field you're rolling up. + + + stgLabelUDRTargetFieldHelp + Settings + en_US + true + stgLabelUDRTargetFieldHelp + The custom field on the target object that will display your custom rollup summary. This field must be of the same type as the Opportunity field you're rolling up. + + + stgLabelUDRTargetObject + Settings + en_US + false + stgLabelUDRTargetObject + Target Object + + + stgLabelUDRTargetObject + Settings + en_US + false + stgLabelUDRTargetObject + Target Object + + + stgLabelView + Settings + en_US + false + stgLabelView + View + + + stgLabelView + Settings + en_US + false + stgLabelView + View + + + stgLabelYearPicklistLastYear + Settings + en_US + true + Label for previous year + Last Year + + + stgLabelYearPicklistLastYear + Settings + en_US + true + Label for previous year + Last Year + + + stgLabelYearPicklistThisYear + Settings + en_US + true + Label for current year + This Year + + + stgLabelYearPicklistThisYear + Settings + en_US + true + Label for current year + This Year + + + stgLabelYearPicklistYearsAgo + Settings + en_US + true + Label for dynamic number of years ago + {0} Years Ago + + + stgLabelYearPicklistYearsAgo + Settings + en_US + true + Label for dynamic number of years ago + {0} Years Ago + + + stgLastModifiedBy + Settings + en_US + true + Last Modified By + Last Modified By + + + stgLastModifiedBy + Settings + en_US + true + Last Modified By + Last Modified By + + + stgLinkDelete + Settings + en_US + false + stgLinkDelete + Del + + + stgLinkDelete + Settings + en_US + false + stgLinkDelete + Del + + + stgNavAccountModel + Settings + en_US + false + stgNavAccountModel + Account Model + + + stgNavAccountModel + Settings + en_US + false + stgNavAccountModel + Account Model + + + stgNavAddressVerification + Settings + en_US + false + stgNavAddressVerification + Addresses + + + stgNavAddressVerification + Settings + en_US + false + stgNavAddressVerification + Addresses + + + stgNavAffiliations + Settings + en_US + false + stgNavAffiliations + Affiliations + + + stgNavAffiliations + Settings + en_US + false + stgNavAffiliations + Affiliations + + + stgNavAllocations + Allocation, Settings + en_US + false + stgNavAllocations + GAU Allocations + + + stgNavAllocations + Allocation, Settings + en_US + false + stgNavAllocations + GAU Allocations + + + stgNavBatchProcessSettings + Settings + en_US + false + stgNavBatchProcessSettings + Batch Process Settings + + + stgNavBatchProcessSettings + Settings + en_US + false + stgNavBatchProcessSettings + Batch Process Settings + + + stgNavBDE + Settings + en_US + false + stgNavBDE + Batch Data Entry + + + stgNavBDE + Settings + en_US + false + stgNavBDE + Batch Data Entry + + + stgNavBulkProcesses + Settings + en_US + false + stgNavBulkProcesses + Bulk Data Processes + + + stgNavBulkProcesses + Settings + en_US + false + stgNavBulkProcesses + Bulk Data Processes + + + stgNavConnections + Settings + en_US + false + stgNavConnections + Connections + + + stgNavConnections + Settings + en_US + false + stgNavConnections + Connections + + + stgNavContactRoles + Settings + en_US + false + stgNavContactRoles + Contact Roles + + + stgNavContactRoles + Settings + en_US + false + stgNavContactRoles + Contact Roles + + + stgNavContacts + Settings + en_US + false + stgNavContacts + Contacts + + + stgNavContacts + Settings + en_US + false + stgNavContacts + Contacts + + + stgNavDonations + Settings + en_US + false + stgNavDonations + Donations + + + stgNavDonations + Settings + en_US + false + stgNavDonations + Donations + + + stgNavDonorStatistics + Settings + en_US + false + stgNavDonorStatistics + Donor Statistics + + + stgNavDonorStatistics + Settings + en_US + false + stgNavDonorStatistics + Donor Statistics + + + stgNavErrorLog + Settings + en_US + false + stgNavErrorLog + Error Log + + + stgNavErrorLog + Settings + en_US + false + stgNavErrorLog + Error Log + + + stgNavErrorNotify + Settings + en_US + false + stgNavErrorNotify + Error Notifications + + + stgNavErrorNotify + Settings + en_US + false + stgNavErrorNotify + Error Notifications + + + stgNavHealthCheck + Settings + en_US + false + stgNavHealthCheck + Health Check + + + stgNavHealthCheck + Settings + en_US + false + stgNavHealthCheck + Health Check + + + stgNavHouseholds + Settings + en_US + false + stgNavHouseholds + Households + + + stgNavHouseholds + Settings + en_US + false + stgNavHouseholds + Households + + + stgNavLeads + Settings + en_US + false + stgNavLeads + Leads + + + stgNavLeads + Settings + en_US + false + stgNavLeads + Leads + + + stgNavMembership + Settings + en_US + false + stgNavMembership + Membership + + + stgNavMembership + Settings + en_US + false + stgNavMembership + Membership + + + stgNavPaymentMappings + Settings + en_US + false + stgNavPaymentMappings + Payment Mappings + + + stgNavPaymentMappings + Settings + en_US + false + stgNavPaymentMappings + Payment Mappings + + + stgNavPayments + Settings + en_US + false + stgNavPayments + Payments + + + stgNavPayments + Settings + en_US + false + stgNavPayments + Payments + + + stgNavPeople + Settings + en_US + false + stgNavPeople + People + + + stgNavPeople + Settings + en_US + false + stgNavPeople + People + + + stgNavRD2Enablement + Settings + en_US + true + stgNavRD2Enablement + Upgrade to Enhanced Recurring Donations + + + stgNavRD2Enablement + Settings + en_US + true + stgNavRD2Enablement + Upgrade to Enhanced Recurring Donations + + + stgNavRD2StatusAutomation + Settings + en_US + true + Menu name for the Status Automation settings + Status Automation + + + stgNavRD2StatusAutomation + Settings + en_US + true + Menu name for the Status Automation settings + Status Automation + + + stgNavRD2StatusMapping + Settings + en_US + true + Menu name for the status to state mapping settings + Status to State Mapping + + + stgNavRD2StatusMapping + Settings + en_US + true + Menu name for the status to state mapping settings + Status to State Mapping + + + stgNavRDBatch + Settings + en_US + false + stgNavRDBatch + Recurring Donations Batch + + + stgNavRDBatch + Settings + en_US + false + stgNavRDBatch + Recurring Donations Batch + + + stgNavRDFieldMap + Settings + en_US + false + stgNavRDFieldMap + Recurring Donation Custom Field Mappings + + + stgNavRDFieldMap + Settings + en_US + false + stgNavRDFieldMap + Recurring Donation Custom Field Mappings + + + stgNavRDInstallmentPeriods + Settings + en_US + false + stgNavRDInstallmentPeriods + Recurring Donation Custom Installment Periods + + + stgNavRDInstallmentPeriods + Settings + en_US + false + stgNavRDInstallmentPeriods + Recurring Donation Custom Installment Periods + + + stgNavRecurringDonations + Settings + en_US + false + stgNavRecurringDonations + Recurring Donations + + + stgNavRecurringDonations + Settings + en_US + false + stgNavRecurringDonations + Recurring Donations + + + stgNavRelationships + Settings + en_US + false + stgNavRelationships + Relationships + + + stgNavRelationships + Settings + en_US + false + stgNavRelationships + Relationships + + + stgNavRelAutoCreate + Settings + en_US + false + stgNavRelAutoCreate + Relationships Autocreation + + + stgNavRelAutoCreate + Settings + en_US + false + stgNavRelAutoCreate + Relationships Autocreation + + + stgNavRelReciprocal + Settings + en_US + false + stgNavRelReciprocal + Relationship Reciprocal Settings + + + stgNavRelReciprocal + Settings + en_US + false + stgNavRelReciprocal + Relationship Reciprocal Settings + + + stgNavRollupAlloBatch + Allocation, Settings + en_US + false + stgNavRollupAlloBatch + Rollup Allocations Batch + + + stgNavRollupAlloBatch + Allocation, Settings + en_US + false + stgNavRollupAlloBatch + Rollup Allocations Batch + + + stgNavRollupBatch + Settings + en_US + false + stgNavRollupBatch + Rollup Donations Batch + + + stgNavRollupBatch + Settings + en_US + false + stgNavRollupBatch + Rollup Donations Batch + + + stgNavRollups + Settings + en_US + true + stgNavRollups + Rollups + + + stgNavRollups + Settings + en_US + true + stgNavRollups + Rollups + + + stgNavSchedule + Settings + en_US + false + stgNavSchedule + Process Scheduler + + + stgNavSchedule + Settings + en_US + false + stgNavSchedule + Process Scheduler + + + stgNavSystem + Settings + en_US + false + stgNavSystem + System Tools + + + stgNavSystem + Settings + en_US + false + stgNavSystem + System Tools + + + stgNavTriggerConfig + Settings + en_US + false + stgNavTriggerConfig + Trigger Configuration + + + stgNavTriggerConfig + Settings + en_US + false + stgNavTriggerConfig + Trigger Configuration + + + stgNavUserDefinedRollups + Settings + en_US + false + stgNavUserDefinedRollups + User Defined Rollups + + + stgNavUserDefinedRollups + Settings + en_US + false + stgNavUserDefinedRollups + User Defined Rollups + + + stgNoObjectsFound + Settings + en_US + true + No records of an object found. Pass in the object's plural label. + No {0} found. + + + stgNoObjectsFound + Settings + en_US + true + No records of an object found. Pass in the object's plural label. + No {0} found. + + + stgNotApplicable + Settings + en_US + false + stgNotApplicable + N/A + + + stgNotApplicable + Settings + en_US + false + stgNotApplicable + N/A + + + stgNPSPGuideImportData + Settings + en_US + false + stgNPSPGuideImportData + NPSP Guide to Importing Data + + + stgNPSPGuideImportData + Settings + en_US + false + stgNPSPGuideImportData + NPSP Guide to Importing Data + + + stgNPSPSettings + Settings + en_US + false + stgNPSPSettings + Nonprofit Success Pack Application Settings + + + stgNPSPSettings + Settings + en_US + false + stgNPSPSettings + Nonprofit Success Pack Application Settings + + + stgNPSPSettingsTitle + Settings + en_US + false + stgNPSPSettingsTitle + Nonprofit Success Pack Settings + + + stgNPSPSettingsTitle + Settings + en_US + false + stgNPSPSettingsTitle + Nonprofit Success Pack Settings + + + stgNPSPWorkbook + Settings + en_US + false + stgNPSPWorkbook + NPSP Fundraising Trail + + + stgNPSPWorkbook + Settings + en_US + false + stgNPSPWorkbook + NPSP Fundraising Trail + + + stgOppNamingDescription + Settings, OppNaming + en_US + false + stgOppNamingDescription + When you create an Opportunity, the Name is automatically populated using a default naming convention. You can customize the naming convention by creating custom Opportunity Names. + + + stgOppNamingDescription + Settings, OppNaming + en_US + false + stgOppNamingDescription + When you create an Opportunity, the Name is automatically populated using a default naming convention. You can customize the naming convention by creating custom Opportunity Names. + + + stgPowerOfUsHub + Settings + en_US + false + stgPowerOfUsHub + Trailblazer Community + + + stgPowerOfUsHub + Settings + en_US + false + stgPowerOfUsHub + Trailblazer Community + + + stgRDNamingDescription + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Description + When you create a Recurring Donation, NPSP automatically populates the Name using the specified name format. Choose Disable Automatic Naming to turn this feature off. + + + stgRDNamingDescription + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Description + When you create a Recurring Donation, NPSP automatically populates the Name using the specified name format. Choose Disable Automatic Naming to turn this feature off. + + + stgRDNamingDisable + Settings RDNaming + en_US + true + Recurring Donation Auto Naming disable option + Disable Auto Naming + + + stgRDNamingDisable + Settings RDNaming + en_US + true + Recurring Donation Auto Naming disable option + Disable Auto Naming + + + stgRDNamingOptionLabel + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Option Label + Recurring Donation Name Format + + + stgRDNamingOptionLabel + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Option Label + Recurring Donation Name Format + + + stgReset + Settings + en_US + true + stgReset + Reset + + + stgReset + Settings + en_US + true + stgReset + Reset + + + stgSelectOne + Settings + en_US + false + stgSelectOne + Select one + + + stgSelectOne + Settings + en_US + false + stgSelectOne + Select one + + + stgStatusDisabled + Settings + en_US + true + stgStatusDisabled + Disabled + + + stgStatusDisabled + Settings + en_US + true + stgStatusDisabled + Disabled + + + stgStatusEnabled + Settings + en_US + true + stgStatusEnabled + Enabled + + + stgStatusEnabled + Settings + en_US + true + stgStatusEnabled + Enabled + + + stgTools + Settings + en_US + false + stgTools + Tools + + + stgTools + Settings + en_US + false + stgTools + Tools + + + stgUnknownError + Settings + en_US + true + stgUnknownError + Unknown error. Please try again. + + + stgUnknownError + Settings + en_US + true + stgUnknownError + Unknown error. Please try again. + + + stgValidationHHAccountHHRules + Settings + en_US + false + stgValidationHHAccountHHRules + The Account Model is set to 'Household Account', which requires Household Rules to be set to 'No Contacts'. When using Household Accounts, there is no need to have an additional Household Object. + + + stgValidationHHAccountHHRules + Settings + en_US + false + stgValidationHHAccountHHRules + The Account Model is set to 'Household Account', which requires Household Rules to be set to 'No Contacts'. When using Household Accounts, there is no need to have an additional Household Object. + + + stopRecurringDonation + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop Recurring Donation + + + stopRecurringDonation + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop Recurring Donation + + + stopRecurringDonationModalTitle + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop this Recurring Donation? + + + stopRecurringDonationModalTitle + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop this Recurring Donation? + + + updatePaymentMethod + RDAction + en_US + true + Label for update payment method option on Recurring Donations Action + Update Payment Method + + + updatePaymentMethod + RDAction + en_US + true + Label for update payment method option on Recurring Donations Action + Update Payment Method + + + updateRecurringDonation + RDAction + en_US + true + Label for modifications on Recurring Donations + Update Recurring Donation + + + updateRecurringDonation + RDAction + en_US + true + Label for modifications on Recurring Donations + Update Recurring Donation + + + UTIL_InputFormFormFieldAltLabelDate + Alt Label + en_US + true + Alt Text for the Date Picker icon + Date Picker + + + UTIL_InputFormFormFieldAltLabelDate + Alt Label + en_US + true + Alt Text for the Date Picker icon + Date Picker + + + UTIL_InputFormFormFieldAltLabelLookup + Alt Label + en_US + true + Alt Text for the Lookup icon + Lookup + + + UTIL_InputFormFormFieldAltLabelLookup + Alt Label + en_US + true + Alt Text for the Lookup icon + Lookup + + + viewDuplicates + Potential Duplicates + en_US + true + Label for View Duplicates link + View Duplicates + + + viewDuplicates + Potential Duplicates + en_US + true + Label for View Duplicates link + View Duplicates + + + Zip_Not_Found + address, verification + en_US + true + Zip Not Found + Zip code not found. + + + Zip_Not_Found + address, verification + en_US + true + Zip Not Found + Zip code not found. + + + Zipcode_Verification_Limit + address, verification + en_US + true + Zipcode Verification Limit + You cannot verify more than 100 zipcodes at a time. + + + Zipcode_Verification_Limit + address, verification + en_US + true + Zipcode Verification Limit + You cannot verify more than 100 zipcodes at a time. + + diff --git a/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/package.xml b/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/package.xml new file mode 100644 index 0000000000..9cfd71d77a --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/__snapshots__/verify-source-convert.expected/testOutput/package.xml @@ -0,0 +1,2071 @@ + + + + Addr_Id_Error + Addr_No_Batch + Addr_Pending_Verification + Addr_Settings_API_Body + Addr_Settings_API_Title + Addr_Settings_Intro_Body + Addr_Settings_Intro_Body1 + Addr_Settings_Intro_Body2 + Addr_Settings_Intro_Title + Addr_Settings_Notice + Addr_Settings_Test_Body + Addr_Settings_Test_Response_Title + Addr_Settings_Test_Title + Addr_Skip_Verified + Addr_Token_Error + Addr_Unauthorized_Endpoint + Addr_Valid_Key_Pair + Addr_Verification_Batch_Body + Addr_Verification_Batch_Not_Supported + Addr_Verification_Batch_SmartyStreets_Message + Addr_Verification_Batch_Status + Addr_Verification_Batch_Title + Addr_Verification_Cant_Load_Class + Addr_Verification_Required + Addr_Verification_Undefined_Class + Addr_Verification_Wrong_Class + Addr_Verification_Wrong_Interface + Addr_Verified + Addr_Verify_Endpoint + Addr_Verify_Google_Help + Addr_Verify_Settings + Addr_Verifying + Address_Not_Found + Address_StateCountry_Invalid_Error + Address_Verification_Limit + AssistiveTextActive + AssistiveTextComplete + AssistiveTextError + AssistiveTextInfo + AssistiveTextNewWindow + AssistiveTextRecordIcon + AssistiveTextWarning + BarLabel + BatchProgressCompletedDate + BatchProgressExtendedStatus + BatchProgressJobItemsProcessed + BatchProgressStatus + BatchProgressStatusComplete + BatchProgressStatusCompleteErrors + BatchProgressStatusError + BatchProgressStatusFailed + BatchProgressStatusHolding + BatchProgressStatusPreparing + BatchProgressStatusProcessing + BatchProgressStatusQueued + BatchProgressStatusStopped + BatchProgressStatusSuccess + BatchProgressTimeElapsed + BatchProgressTimeElapsedDays + BatchProgressTitleRD2DataMigration + BatchProgressTotalJobItems + BatchProgressTotalRecords + BatchProgressTotalRecordsFailed + BatchProgressTotalRecordsProcessed + BazLabel + CMT_DeleteConfirm + CMT_FilterGroupActiveRollupsHelpText + CMT_FilterGroupDeleteError + CMT_FilterGroupDescriptionHelpText + CMT_FilterGroupNameHelpText + CMT_FilterGroupNameLimitError + CMT_FilterNew + CMT_FilterRuleDeleteWarning + CMT_FilterRuleDuplicateError + CMT_FilterRuleFieldsMissing + CMT_FilterRulesHelpText + CMT_FilterRulesValueHelpText + CONV_Accept_Risk + CONV_Account_Field + CONV_Account_Field_For_Old_HH_ID + CONV_Activities_Reparented + CONV_Address_Overrides_Set + CONV_Addresses_Mapped + CONV_All_Backed_Up + CONV_All_Dup_Rules_Disabled + CONV_All_Households_Selected + CONV_All_Required_Removed + CONV_All_Triggers_Disabled + CONV_All_Users_Logged_Out + CONV_All_WFR_Disabled + CONV_Batching_Explanation + CONV_Begin + CONV_Cancel + CONV_Configuration_Options + CONV_Contacts_Attached + CONV_ConversionAccessDenied + CONV_Conversion_Process + CONV_Fundamental_Changes + CONV_Important_Info_Header + CONV_Local_Expert + CONV_Master_Address_Set + CONV_New_Affiliations + CONV_New_Households_Created + CONV_Non_NPSP_Apps + CONV_Old_Household_Objects + CONV_Only_Household_Contacts + CONV_Opportunities_Reparented + CONV_Original_HH_Id + CONV_Page_Description + CONV_Page_Title + CONV_Permanent_Change + CONV_Primary_Contacts_Set + CONV_Proceed + CONV_Record_Ownership_Transferred + CONV_Reload + CONV_Selected_Field_Bad + CONV_Selected_Field_Verification_Failure + CONV_Tested_in_Sandbox + CONV_Triggers_Reenabled + CONV_Warning + CONV_What_This_Tool_Does + CRLP_AdvancedCustomizationHeader + CRLP_AdvancedCustomizationText + CRLP_AvailableRollupType + CRLP_BatchCalculating + CRLP_BatchSkipped + CRLP_CreateRollupActiveHelpText + CRLP_CreateRollupAmountFieldHelpText + CRLP_CreateRollupDateFieldHelpText + CRLP_CreateRollupDaysBackHelpText + CRLP_CreateRollupDescriptionHelpText + CRLP_CreateRollupDetailFieldHelpText + CRLP_CreateRollupFilterGroupHelpText + CRLP_CreateRollupFiscalYearHelpText + CRLP_CreateRollupIntroHelpText + CRLP_CreateRollupNameHelpText + CRLP_CreateRollupOperationHelpText + CRLP_CreateRollupTargetFieldHelpText + CRLP_CreateRollupTargetObjectHelpText + CRLP_CreateRollupTimeBoundOperationHelpText + CRLP_CreateRollupTypeHelpText + CRLP_CreateRollupYearsAgoHelpText + CRLP_CreditType + CRLP_DaysBack + CRLP_DeleteError + CRLP_DeleteProgress + CRLP_DeleteSuccess + CRLP_DeleteTimeout + CRLP_DisabledMessage + CRLP_DisabledTitle + CRLP_DisplayError + CRLP_DuplicateTargetField + CRLP_HardCredit + CRLP_NoAvailableDetailFieldsMessage + CRLP_NoAvailableTargetFieldsMessage + CRLP_NoFilterGroupSelected + CRLP_PleaseWait + CRLP_RecalculatingRollups + CRLP_ResetRollupsWarning + CRLP_Return + CRLP_RollupNew + CRLP_RollupSummary + CRLP_RollupType + CRLP_RollupsByFilterGroup + CRLP_SaveError + CRLP_SaveProgress + CRLP_SaveSuccess + CRLP_SaveTimeout + CRLP_SoftCredit + CallableApiJobScheduleInvalidClass + CallableApiMaximumRecordsExceeded + CallableApiMethodNotImplemented + CallableApiParameterError + CallableApiProcessingError + CampaignMemberStatusOmit + CascadeDeletionError + CascadeDeletionErrorLightning + ClosedWonOpportunities + ConfirmDeleteAccount + ConfirmDeleteLeaveAccountEmpty + DeleteAccount + DeleteContactLeaveAccount + EPAddDependentTask + EPAddTask + EPDeleteTask + EPManageTasks + EPManageTemplate + EPTaskDependency + EPTaskTemplate + EPTo + ERR_RecordLogTitle + ErrorEmailMessage + FieldSetRelatedFieldError + FooLabel + HiddenForSecurity + InactiveScheduledJobsOwnerErrMsg + NameRequired + OCRRemovePrimaryDuplicateBatchErrorText + OrganizationalOpportunities + PageMessagesConfirm + PageMessagesError + PageMessagesFatal + PageMessagesInfo + PageMessagesProcessing + PageMessagesWarning + ProgressMarkerAssistiveTextProgress + RD2_ACH_Payment_Method_Label + RD2_Actions + RD2_AmountMustBeValid + RD2_ContactChangeIsRestricted + RD2_Credit_Card_Payment_Method_Label + RD2_CurrencyChangeIsRestrictedOnOpp + RD2_CurrencyChangeIsRestrictedOnRD + RD2_CurrentScheduleTitle + RD2_DataMigrationInvalidCloseAction + RD2_DataMigrationInvalidInstallmentPeriod + RD2_DataMigrationInvalidOpenEndedStatus + RD2_DataMigrationInvalidPlannedInstallments + RD2_DayOfMonthIsRequiredForMonthlyInstallment + RD2_DayOfMonthMustBeValid + RD2_DisableCustomizableRollupWarning + RD2_DisabledAdvancedMappingError + RD2_DisabledRD2Error + RD2_ElevateCancelInProgress + RD2_ElevateDisableButtonLabel + RD2_ElevateDisabledHeader + RD2_ElevateDisabledMessage + RD2_ElevateEnableButtonLabel + RD2_ElevateInformationHeader + RD2_ElevateInformationStatusSuccess + RD2_ElevateInstallmentPeriodMustBeValid + RD2_ElevateNotSupported + RD2_ElevatePauseInstallmentDateErrorMessage + RD2_ElevatePaymentMethodChangeError + RD2_ElevatePendingStatus + RD2_ElevatePermissionRequired + RD2_ElevateRDAmountMustBeValid + RD2_ElevateRDCampaignCannotUpdateToNull + RD2_ElevateRDCancellingMessage + RD2_ElevateRDCancellingTitle + RD2_ElevateRDCannotBeFixedLength + RD2_ElevateRDCannotBePaused + RD2_ElevateRDCannotChangeElevateFields + RD2_ElevateRDClosedStatusCannotBeChanged + RD2_ElevateRDDayOfMonthCannotChange + RD2_ElevateRDEffectiveDateMustBeValid + RD2_ElevateRDStopDonationMessage + RD2_ElevateRecordCreateFailed + RD2_EnablementDisabledHeader + RD2_EnablementDisabledMessage + RD2_EnablementDryRunBatchTitle + RD2_EnablementDryRunButton + RD2_EnablementDryRunComplete + RD2_EnablementDryRunIntro + RD2_EnablementDryRunNextButton + RD2_EnablementDryRunOutdatedError + RD2_EnablementDryRunOutdatedInfo + RD2_EnablementDryRunSkipButton + RD2_EnablementDryRunStopButton + RD2_EnablementDryRunTitle + RD2_EnablementEnableConfirm + RD2_EnablementEnableIntro + RD2_EnablementEnableMessage + RD2_EnablementEnableSimpleIntro + RD2_EnablementEnableTitle + RD2_EnablementEnableWarning + RD2_EnablementIncomplete + RD2_EnablementIntro + RD2_EnablementMetaDeployConfirm + RD2_EnablementMetaDeployConfirmError + RD2_EnablementMetaDeployIntro + RD2_EnablementMetaDeployLaunch + RD2_EnablementMetaDeployLaunchLinkLabel + RD2_EnablementMetaDeploySimpleIntro + RD2_EnablementMetaDeployTitle + RD2_EnablementMigrationButton + RD2_EnablementMigrationCompleteMessage + RD2_EnablementMigrationErrorMessage + RD2_EnablementMigrationIntro + RD2_EnablementMigrationSkipButton + RD2_EnablementMigrationStepDryRun + RD2_EnablementMigrationStepFinal + RD2_EnablementMigrationStopButton + RD2_EnablementMigrationTitle + RD2_EnablementMigrationWarning + RD2_EnablementPermissionRequired + RD2_EnablementPrepIntro + RD2_EnablementPrepTasks + RD2_EnablementPrepTitle + RD2_EnablementSimpleIntro + RD2_EndDateElevateCannotBeInFuture + RD2_EndDateMustBeLaterThanCloseWonOpp + RD2_EndDateMustBeValidForFixedLength + RD2_EnhancedRecurringDonationsNotEnabled + RD2_EntryFormCustomFieldsSectionHeader + RD2_EntryFormDonationSectionHeader + RD2_EntryFormDonorSectionHeader + RD2_EntryFormDonorTypeHelpText + RD2_EntryFormDonorTypeLabel + RD2_EntryFormHeader + RD2_EntryFormInsertSuccessMessage + RD2_EntryFormMissingPermissions + RD2_EntryFormOtherSectionHeader + RD2_EntryFormPeriodAdvanced + RD2_EntryFormPeriodHelpText + RD2_EntryFormPeriodLabel + RD2_EntryFormPeriodPluralDaily + RD2_EntryFormPeriodPluralMonthly + RD2_EntryFormPeriodPluralWeekly + RD2_EntryFormPeriodPluralYearly + RD2_EntryFormSaveACHMessage + RD2_EntryFormSaveCommitmentFailedMessage + RD2_EntryFormSaveCommitmentMessage + RD2_EntryFormSaveCreditCardValidationMessage + RD2_EntryFormSaveRecurringDonationMessage + RD2_EntryFormScheduleEveryLabel + RD2_EntryFormStatusSectionHeader + RD2_EntryFormUpdateSuccessMessage + RD2_ErrorDataMigrationJobCannotBeRun + RD2_ErrorEnhancedRDBatchJobCannotBeRun + RD2_ErrorRDIdIsMissingForCommitment + RD2_InstallmentFrequencyMustBeValid + RD2_InstallmentPeriodMustBeValid + RD2_InstallmentStatusSkipped + RD2_InvalidRecurringDonationId + RD2_NextACHPaymentDonationDateInfo + RD2_NextDonationDate + RD2_NextPaymentDonationDateInfo + RD2_NonElevateRDCancellingTitle + RD2_NumberInstallmentsCannotBeLessThanPaid + RD2_NumberInstallmentsNotAllowedWhenOpen + RD2_NumberInstallmentsRequiredWhenFixed + RD2_PageNotAvailableHeader + RD2_PageNotAvailableMessage + RD2_PaidInstallments + RD2_PauseCannotExistOnScheduleChange + RD2_PauseClosedRDErrorMessage + RD2_PauseDeactivationSuccessMessage + RD2_PauseDescription + RD2_PauseEndDateCannotBeMoreThanTwelveMonths + RD2_PauseEndDateMustBeGreaterThanStartDate + RD2_PauseFirstDonationDateDynamicText + RD2_PauseHeader + RD2_PausePermissionRequired + RD2_PauseRequestMustIncludeBothStartDateAndEndDate + RD2_PauseSaveSuccessMessage + RD2_PauseSelectedInstallmentTextPlural + RD2_PauseSelectedInstallmentTextSingular + RD2_PauseStartDateMustBeTodayOrLater + RD2_PauseStatusMustExist + RD2_PausedReasonLabel + RD2_PaymentInformation + RD2_Payment_Details + RD2_Payment_Method + RD2_Payment_method_was_updated + RD2_Recurring_Donation_was_updated + RD2_ScheduleLWCEndDate + RD2_ScheduleLWCFutureSchedule + RD2_ScheduleLWCTitle + RD2_ScheduleVisualizerColumnDate + RD2_ScheduleVisualizerErrorEnhancedRDNot + RD2_ScheduleVisualizerErrorInvalidUsage + RD2_ScheduleVisualizerFLSInstallment + RD2_ScheduleVisualizerFLSSchedule + RD2_ScheduleVisualizerMessageNoActiveSchedule + RD2_ScheduleVisualizerMessageNoSchedule + RD2_ScheduleVisualizerTitle + RD2_StatusAutomationClosedDefinition + RD2_StatusAutomationConfigurationSection + RD2_StatusAutomationDaysForClosed + RD2_StatusAutomationDaysForLapsed + RD2_StatusAutomationIntro + RD2_StatusAutomationInvalidClosedStatus + RD2_StatusAutomationInvalidLapsedStatus + RD2_StatusAutomationInvalidNumberOfDays + RD2_StatusAutomationInvalidNumberOfDaysForClosed + RD2_StatusAutomationInvalidNumberOfDaysForLapsed + RD2_StatusAutomationLapsedDefinition + RD2_StatusAutomationNegativeNumberOfDays + RD2_StatusAutomationSetClosedStatus + RD2_StatusAutomationSetLapsedStatus + RD2_StatusMappingColumnState + RD2_StatusMappingColumnStatusAPIName + RD2_StatusMappingDefinitions + RD2_StatusMappingDeploymentAlreadyInProgress + RD2_StatusMappingInProgressMessage + RD2_StatusMappingIntro + RD2_StatusMappingStateUnmapped + RD2_StatusMappingSuccessMessage + RD2_StatusMustBeActiveOrPause + RD2_StatusMustBeMapped + RD2_StatusMustBeMappedSolution + RD2_UnPauseRequestCannotIncludeDates + RD2_ViewLessDetails + RD2_ViewMoreDetails + RDCL_Annual_Value + RDCL_Change_Log + RDCL_Disabled + RDCL_Expected_Total_Value + RDCL_Frequency + RDCL_No_Records + RD_ContactMustBelongToAccount + RD_DonorIsRequired + RD_ErrorAddDonationHeaderText + RD_ErrorAddDonationLimitedToLegacyMode + RD_ErrorAddDonationMissingId + RD_ErrorAddDonationPermissionDenied + RD_ErrorLegacyBatchJobCannotBeRun + RD_ErrorMoreClosedWonOpportunitiesThanInstallments + RD_ErrorNotEnoughClosedValueForFixedLength + RD_RefreshOppsContinueMessage + RD_achElevatePayment + RD_creditCardElevatePayment + RD_finalDonation + RD_firstDonation + RD_firstOrdinalNumber + RD_frequencyFirstAndFifteenth + RD_frequencyMonthly + RD_frequencyOnThePeriod + RD_frequencyPeriodOnTheDayOfTheMonth + RD_frequencyWeekly + RD_frequencyYearly + RD_lastModified + RD_mostRecentDonation + RD_nextDonation + RD_otherOrdinalNumber + RD_secondOrdinalNumber + RD_thirdOrdinalNumber + REL_Create_New_Relationship + REL_Former + REL_No_Relationships + REL_RECenter + REL_Return_to_Contact + REL_View_Contact_Record + REL_ViewerGraphical + REL_ViewerTabular + RP_CustomerJourneyLinkLabel + RP_DeeperParagraph + RP_DeeperSubtitle + RP_GettingStarted + RP_GitHubSubtitle + RP_GitHubTitle + RP_NpspLinkLabel + RP_ProductNameLabel + RP_ReleaseGitHub + RP_ReleaseNotesLink + RP_Remote_Site_Settings_Deactivated + RP_SalesforceOrgLinkLabel + RP_SubTitle + RP_Title + RP_TrailheadLinkLabel + RP_TrailheadParagraph + RP_TrailheadSubtitle + RP_USParagraph + RP_UsHubLinkLabel + RP_UsSubtitle + RP_Videos + RP_WebinarLinkLabel + RP_YoutubeChannel + RecurringDonationAccountAndContactError + RecurringDonationNameSuffix + Saved + Settings_not_Saved + SmartyStreets_Help_Text + UTIL_InputFormFormFieldAltLabelDate + UTIL_InputFormFormFieldAltLabelLookup + Zip_Not_Found + Zipcode_Verification_Limit + accordionSection_ToggleInstructionsWhenClosed + accordionSection_ToggleInstructionsWhenOpen + adapterException + addrCiceroMissingAPIKey + addrCopyConAddBtnConfirm + addrCopyConAddBtnFls + addrCopyConAddBtnHHObjOnly + addrGeneralSettings + addrHHAccountOnly + addrHHAddressAlwaysDefault + addrSeasonalOverlap + addrSeasonalPartial + alloAddRow + alloAddRowAtPosition + alloAmountOrPercent + alloBatchCreateDefault + alloBatchDefaultInfo + alloBtnCancel + alloBtnSaveAndClose + alloCampaignExceedsOppAmount + alloCantAllocateNothing + alloDefaultGAUMissing + alloDefaultGAUNotActive + alloDefaultNotEnabled + alloDefaultNotPercent + alloDeleteRow + alloExceedsOppAmount + alloExceedsPmtAmount + alloManageCampaignAllocations + alloManageOppAllocations + alloManagePaymentAllocations + alloManageRecurringDonationAllocations + alloModifyCurrency + alloNegativeAmount + alloNegativePercent + alloObjectUnsupported + alloOverallocatedError + alloPaidPmtsExceedsOpp + alloPaymentAllocationBatchAllocationError + alloPaymentAllocationBatchRecordError + alloPaymentAllocationBatchRetriesExceeded + alloPaymentNotEnabled + alloPaymentOverallocatedError + alloPercentExceed100 + alloPmtOppSingleTransaction + alloRemainder + alloRemoveOppWithPmt + alloSignMistmatch + alloSingleParent + alloSuccessfulRecordRetry + alloTotalExceedsOppAmt + alloTotals + alloUnallocated + autoNumberErrorDuplicate + autoNumberErrorInvalidDisplayFormat + batchNumberSettingsActivate + batchNumberSettingsConfigureHeader + batchNumberSettingsDescActivation + batchNumberSettingsDescDisplayFormat + batchNumberSettingsDescription + batchNumberSettingsDescriptionCreate + batchNumberSettingsError + batchNumberSettingsHeader + batchNumberSettingsHeaderDisplayFormat + batchNumberSettingsHeaderFormats + bdeRetirementBlockerHeader + bdeRetirementBlockerMessage + bdeRetirementWarningBody + bdeRetirementWarningHeader + bdiAPIBatchError + bdiAPISelectedError + bdiAccountCustomIdError + bdiAdditionalObjChildNotUpdated + bdiAdditionalObjPredNotFound + bdiAdditionalObjRequiredFieldsNull + bdiAdvancedMapping + bdiBatchException + bdiBehaviorBestMatchOrCreate + bdiBehaviorDoNotMatch + bdiBehaviorExactMatchOrCreate + bdiBehaviorRequireBestMatch + bdiBehaviorRequireExactMatch + bdiBehaviorRequireNoMatch + bdiBtnClose + bdiComplete + bdiCompleteWithErrors + bdiContactCustomIdError + bdiContactMatchDupeMgmt + bdiContactMatchEmail + bdiContactMatchFnameEmail + bdiContactMatchFnameLname + bdiContactMatchFnameLnameEmail + bdiContactMatchFnameLnamePhone + bdiContactMatchLnameEmail + bdiCreated + bdiDataImporterConfigTitle + bdiDataImporterDescription + bdiDataImporterInfoLine1 + bdiDataImporterInfoLine2 + bdiDataImporterInfoLine2b + bdiDataImporterInfoLine3 + bdiDataImporterInfoLine4 + bdiDataImporterInfoTitle + bdiDataImporterNumToProcess + bdiDataImporterTitle + bdiDeploymentInProgress + bdiDonation + bdiDonationMatchingRuleEmpty + bdiDryRunBeginButton + bdiDryRunMatched + bdiDryRunMatchedBest + bdiDryRunMatchedId + bdiDryRunNoMatch + bdiDryRunRecordsError + bdiDryRunRecordsValidated + bdiDryRunTitle + bdiDupeMgmtMatchImportStatus + bdiErrorBatchNameRequired + bdiErrorDataImportCustomSettings + bdiErrorDeploymentFailed + bdiErrorDeploymentFailedLink + bdiErrorDonationLookupMatch + bdiErrorDonationMultiMatch + bdiErrorDonationNoMatch + bdiErrorDonationRequireNoMatch + bdiErrorExistingDonationAllocations + bdiErrorExistingPaymentAllocations + bdiErrorGAUAllocationOver100 + bdiErrorInvalidCampaignName + bdiErrorInvalidDonor + bdiErrorInvalidIMatchDonations + bdiErrorInvalidLastname + bdiErrorInvalidOppRTName + bdiErrorNonHHAccountContact + bdiErrorNonHHAccountContactWithAdv + bdiErrorOneToOneMultiContact + bdiErrorPaymentMultiMatch + bdiFMUIBackToMapGroup + bdiFMUIDataType + bdiFMUIDatatableMapsTo + bdiFMUIDescription1 + bdiFMUIDescription2 + bdiFMUIFieldAPIName + bdiFMUIFieldLabel + bdiFMUILongDeployment + bdiFMUILongDeploymentLink + bdiFMUILongDeploymentMessage + bdiFMUINewFieldMapping + bdiFMUINoFieldMappings + bdiFMUISearchSourceInputLabel + bdiFMUISearchTargetInputLabel + bdiFMUISourceFieldDataTypeHelp + bdiFMUISourceFieldLabelHelp + bdiFMUISourceObject + bdiFMUISuccessful + bdiFMUITarget + bdiFMUITargetFieldDataTypeHelp + bdiFMUITargetFieldLabelHelp + bdiFMUITryAgain + bdiFMUIUnsuccessful + bdiFMUIUpdate + bdiFailed + bdiFieldMapping + bdiFieldMappings + bdiHouseholdModelRequired + bdiIgnored + bdiImported + bdiInvalidBatchId + bdiInvalidDonationMatchingBehavior + bdiMassDelete + bdiMassDeleteWarning + bdiMatched + bdiMatchedApplyNewPayment + bdiMatchedBest + bdiMatchedByUser + bdiMatchedByUserNewOpp + bdiMatchedId + bdiMatchedNone + bdiMigrationLongDeployment + bdiOMUIChildParentHelp + bdiOMUIChildParentLabel + bdiOMUICreateModalTitle + bdiOMUICreateNewObjectGroup + bdiOMUIEditModalTitle + bdiOMUIErrorDupeName + bdiOMUIErrorInvalidValues + bdiOMUIErrorLabelNameTooLong + bdiOMUIErrorNoUnmappedFieldsPt1 + bdiOMUIErrorNoUnmappedFieldsPt2 + bdiOMUIErrorNoValidThroughThisField + bdiOMUIFieldMappingProblemHeader + bdiOMUIFieldMappingProblemMessagePart1 + bdiOMUIFieldMappingProblemMessagePart2 + bdiOMUIGroupNameHelp + bdiOMUIGroupNameLabel + bdiOMUIImportDetailsTitle + bdiOMUIImportStatusHelp + bdiOMUIImportStatusLabel + bdiOMUILinkToRecordHelp + bdiOMUILinkToRecordLabel + bdiOMUILongDeployment + bdiOMUIObjectGroupsTitle + bdiOMUIObjectNameHelp + bdiOMUIObjectNameLabel + bdiOMUIOfGroupHelp + bdiOMUIOfGroupLabel + bdiOMUIPageDescriptionPt1 + bdiOMUIPageDescriptionPt2 + bdiOMUIPageDescriptionPt3 + bdiOMUIThroughFieldHelp + bdiOMUIThroughFieldLabel + bdiOMUIViewFieldMappingsLabel + bdiPositiveNumber + bdiRecordsFailed + bdiRecordsImported + bdiRecordsProcessed + bdiRunBtn + bdiSelectCantProcessBatchDIRecords + bdiSelectCantProcessImportedRecords + bdiSelectNoDIRecordsSelected + bdiSelectReturnToListView + bdiSelectTooManyDIRecords + bdiSettingsSectionContactMatching + bdiSettingsSectionDonationMatching + bdiSettingsSectionExtensibility + bdiStatus + bdiStatusProcessed + bdiStatusProcessing + bdiTime + bdiUpdated + bgeActionDelete + bgeActionView + bgeBatchAvailableFields + bgeBatchBatchProcessSizeHelp + bgeBatchDonationDateRangeHelp + bgeBatchDonationMatchingBehaviorHelp + bgeBatchDonationMatchingClassHelp + bgeBatchDonationMatchingRuleHelp + bgeBatchDonorLookupInfo + bgeBatchDryRun + bgeBatchErrorRequiredFields + bgeBatchInfoWizard + bgeBatchOverview + bgeBatchOverviewWizard + bgeBatchPostProcessClassHelp + bgeBatchProcessUsingScheduledJobHelp + bgeBatchRunOpportunityRollupsWhileProcessingHelp + bgeBatchSelectFields + bgeBatchSelectedFields + bgeBatchSetBatchOptions + bgeBatchSetFieldOptions + bgeCopyBatchSetupBatchNameAppend + bgeCopyBatchSetupButton + bgeDonationSelectorHelp + bgeDryRunComplete + bgeEditBatchFieldOptionsWarning + bgeEditBatchFieldSelectionWarning + bgeEditBatchOptionsWarning + bgeEditPaymentInformation + bgeFLSError + bgeFormMatchingModalText + bgeFormNewDonationHelptext + bgeFormNewPaymentHelptext + bgeFormNoneLink + bgeFormSelectedOpportunity + bgeFormSelectedOpportunityApplyNewPayment + bgeFormSelectedPayment + bgeFormUpdateDonation + bgeFormUpdateHelptext + bgeFormUpdateOpportunity + bgeFormUpdatePayment + bgeGridAllGifts + bgeGridDonorType + bgeGridErrorConflictingGifts + bgeGridErrorFromDryRun + bgeGridErrorRequiredTotalsExpected + bgeGridGiftCountHeader + bgeGridGiftDeleted + bgeGridGiftSaved + bgeGridGiftUpdated + bgeGridNoGiftsBody + bgeGridNoGiftsHeader + bgeGridTotalAmount + bgeGridTotalCount + bgeGridWarningRequiredTotalsExpected + bgeMatchingAlert + bgeMatchingSelect + bgeNewBatch + bgeNewGift + bgeNotSupportedBody + bgeNotSupportedHeader + bgeProcessBatch + bgeProcessBatchAndPayments + bgeRetirementWarningBody + bgeRetirementWarningHeader + bgeTabHeader + bgeUnmappedFieldsNoticeHeader + bgeUnmappedFieldsNoticeMessageAdvancedMapping + bgeUnmappedFieldsNoticeMessageHelpTextMapping + bgeUnmappedFieldsNoticeTitle + bgeWizardHideAdvancedOptions + bgeWizardShowAdvancedOptions + btnContinue + btnRemove + campaignMemberStatusDefault + campaignMemberStatusNonResponded + campaignMemberStatusResponded + changeAmountOrFrequency + commonACHLast4 + commonAccessErrorMessage + commonAccountNumber + commonActivate + commonAdminPermissionErrorMessage + commonAdminPermissionErrorTitle + commonAmount + commonAssistiveError + commonAssistiveInfo + commonAssistiveSuccess + commonAssistiveWarning + commonBack + commonBatches + commonCVC + commonCVV + commonCancel + commonCancelAndClose + commonCardLast4 + commonCardType + commonCardholderName + commonClone + commonClose + commonConcurrentBatchError + commonContactCount + commonContactSystemAdminMessage + commonCreditNumber + commonCriticalError + commonDate + commonDeactivate + commonDefaultValue + commonDelete + commonEdit + commonEditPaymentInformation + commonElevateFailedOnboarding + commonError + commonErrorPrefix + commonFieldLabel + commonFieldNotFound + commonFieldsNotFound + commonGauAllocations + commonGeneralAccountUnit + commonInsufficientPermissions + commonJWTInvalidKey + commonJWTInvalidPayload + commonMMYY + commonMissingRequiredFields + commonNewGift + commonNext + commonNo + commonNoItems + commonNoneSpecified + commonOkay + commonOpen + commonPaymentProcessingErrors + commonPaymentServices + commonPercent + commonPermissionErrorMessage + commonReadMore + commonRecordsFailed + commonRecordsProcessed + commonRefreshPage + commonRequired + commonReviewForm + commonRoutingNumber + commonSave + commonSaveAndClose + commonSelectOptionPlaceholder + commonSoftCredits + commonTemplate + commonTemplates + commonUnknownError + commonUpdate + commonViewAll + commonViewErrorLog + commonViewMore + commonWaitMessage + commonWarning + commonYes + conFailedAccountCreate + conMergeBtnLabel + conMergeDRSPickBtnLabel + conMergeDRSStep1 + conMergeErrNoPersonAccounts + conMergeErrorNoDRSFound + conMergeErrorNoDeleteObjPermission + conMergeErrorNoDeleteRecAccess + conMergeErrorNoReadDSRObjPermission + conMergeFirstContactLabel + conMergeFoundContacts + conMergeFoundDRS + conMergePageTitle + conMergePageTitleDetail + conMergePortalUser + conMergeSearchConText + conMergeSearchPlaceholder + conMergeSeeDupConDRS + conMergeSeeDupConText + conMergeSelectAll + conMergeSelectContact + conMergeSelectedContacts + conMergeStageComplete + conMergeStageCurrent + conMergeStageNotStarted + conMergeTooManyContactError + conMergeWinnerAsstText + donationHistoryDatatableAriaLabel + donationHistoryFilterSelectAYear + donationHistoryGivingSummaryTitle + donationHistoryLabelLifetime + donationHistoryLabelPreviousYear + donationHistoryLabelThisYear + elevateAdNotificationFor234Body + elevateAdNotificationFor234Title + engagementPlanCantEdit + engagementPlanMissingField + engagementPlanNoLookups + engagementPlanTwoLookups + errErrorNoContext + errErrorTypeOther + errErrorTypeRequiredFieldMissing + errErrorTypeValidationFailed + errErrorUnsupportedDMLType + exceptionDeletePermission + exceptionRequiredField + exceptionValidationRule + fflib_QueryFactory_crossobject_fieldsets_not_allowed_error + fflib_QueryFactory_fieldset_wrong_sobject_error + fflib_QueryFactory_recursive_subquery_error + fflib_QueryFactory_subquery_invalid_relationship + fflib_security_error_field_not_insertable + fflib_security_error_field_not_readable + fflib_security_error_field_not_updateable + fflib_security_error_object_not_deletable + fflib_security_error_object_not_insertable + fflib_security_error_object_not_readable + fflib_security_error_object_not_updateable + flsError + flsReadAccessError + gauAllocationErrorGeneral + geA11ySection + geA11yTemplateBuilderAddNamedSection + geA11yTemplateBuilderAddUnnamedSection + geA11yTemplateBuilderRemoveNamedSection + geA11yTemplateBuilderRemoveUnnamedSection + geAddNewAllocation + geAddSchedule + geAddSoftCredit + geAssistiveActiveSection + geAssistiveBatchHeaderRemoveField + geAssistiveDescriptionFieldOptional + geAssistiveDescriptionFieldRequired + geAssistiveFieldDown + geAssistiveFieldUp + geAssistiveFormFieldsCollapseAll + geAssistiveFormFieldsExpandAll + geAssistiveFormFieldsRemoveField + geAssistiveFormFieldsSectionEdit + geAssistiveModalCancelAndDiscard + geAssistiveRemoveSelectedOption + geAssistiveRequireField + geAssistiveSectionDown + geAssistiveSectionUp + geAssistiveShowMenu + geAssistiveSpinner + geAuthorizedCreditCardSuccess + geAuthorizingCreditCard + geBatchGiftsCount + geBatchGiftsExpectedCountOrTotalMessage + geBatchGiftsExpectedTotalsMessage + geBatchGiftsHeader + geBatchGiftsTotal + geBatchProcessingIncomplete + geBatchProcessingSuccess + geBodyAdvancedFieldMapping + geBodyBatchDefaultValues + geBodyBatchFieldBundleInfo + geBodyBatchHeaderLeftCol + geBodyBatchHeaderRightCol + geBodyBatchHeaderWarning + geBodyBatchTableColumnsPart1 + geBodyBatchTableColumnsPart2 + geBodyEmptyFormSection + geBodyFieldBundlesLeftCol + geBodyFormFieldsDescLeftCol + geBodyFormFieldsLeftCol + geBodyFormFieldsLeftColAdditional + geBodyFormFieldsModalDeleteSection + geBodyFormFieldsRightCol + geBodyGiftEntryHelp + geBodyMatchingApplyNewPayment + geBodyMatchingNewOpportunity + geBodyMatchingNoPayments + geBodyMatchingPendingDonation + geBodyMatchingSelectRecord + geBodyMatchingUpdatingDonation + geBodyPaymentNotProcessingTransaction + geBodyPaymentProcessedDuringBatchProcessing + geBodyTemplateInfoLeftCol + geBodyTemplatesTabDescription + geBodyWidgetFields + geButtonBuilderNavBackFormFields + geButtonBuilderNavBackTemplateInfo + geButtonBuilderNavBatchHeader + geButtonBuilderNavFormFields + geButtonCancelAndClear + geButtonFormFieldsAddSection + geButtonFormFieldsCollapseAll + geButtonFormFieldsDisplayOptionCollapsed + geButtonFormFieldsDisplayOptionExpanded + geButtonFormFieldsExpandAll + geButtonFormFieldsModalDeleteSectionAndFields + geButtonMatchingNewOpportunity + geButtonMatchingNewPayment + geButtonMatchingReviewDonations + geButtonMatchingUpdateDonationSelection + geButtonMatchingUpdateOpportunity + geButtonMatchingUpdatePayment + geButtonNewBatch + geButtonNewSingleGift + geButtonPaymentAlternate + geButtonPaymentDoNotCharge + geButtonSaveNewGift + geButtonTemplatesTabCreateTemplate + geDisableGiftEntryInfo + geDonationColumnLabel + geDonorColumnLabel + geEditBatchInfo + geEditSchedule + geElevateDeleteErrorLog + geElevateUpdateErrorLog + geElevateWidgetPaymentServiceUnavailable + geEnableGiftEntrySuccess + geErrorAmountDoesNotMatch + geErrorBatchGiftEntryCurrencyMismatch + geErrorBatchGiftEntryReauthRequired + geErrorCardChargedBDIFailed + geErrorCompleteThisField + geErrorDonorMismatch + geErrorDonorTypeInvalid + geErrorDonorTypeValidation + geErrorDonorTypeValidationSingle + geErrorElevateDelete + geErrorElevateUpdate + geErrorExistingTemplateName + geErrorFLSBatchTableColumns + geErrorFLSBody + geErrorFLSHeader + geErrorFieldPermission + geErrorObjectCRUDBody + geErrorObjectCRUDHeader + geErrorPageLevelAdvancedMappingBody + geErrorPageLevelAdvancedMappingHeader + geErrorPageLevelFieldPermission1 + geErrorPageLevelFieldPermission2 + geErrorPageLevelMissingRequiredFields + geErrorPageLevelMissingRequiredGroupFields + geErrorRecordFailAfterElevateDelete + geErrorRequestTimedout + geErrorRequiredField + geErrorUncertainCardChargePart1 + geErrorUncertainCardChargePart2 + geErrorUncertainCardChargePart3 + geErrorUncertainCardChargePart4 + geFieldsNotFoundMessage + geFixedGiftSchedule + geHeaderAdvancedFormFields + geHeaderBatchEnterInfo + geHeaderBatchGiftEntry + geHeaderBatchHeaderLeftCol + geHeaderBatchHeaderRightCol + geHeaderBatchSelectTemplate + geHeaderBatchSetDefaultValues + geHeaderCustomTableHeaders + geHeaderEmptyFormSection + geHeaderFieldBundles + geHeaderFormFieldsDefaultSectionName + geHeaderFormFieldsLeftCol + geHeaderFormFieldsModalDeleteSection + geHeaderFormFieldsModalDisplayOptionsSection + geHeaderFormFieldsModalRenameSection + geHeaderFormFieldsModalSectionSettings + geHeaderFormFieldsRightCol + geHeaderGiftEntry + geHeaderMatchingGiftBy + geHeaderMatchingOpportunity + geHeaderMatchingPayment + geHeaderMatchingReviewDonations + geHeaderNewSection + geHeaderNewTemplate + geHeaderPageLevelError + geHeaderPaymentServices + geHeaderSingleGiftEntry + geHeaderTemplateInfoLeftCol + geHelpTextAccount1Mapping + geHelpTextAccount2Mapping + geHelpTextAddressMapping + geHelpTextAllocation1Mapping + geHelpTextAllocation2Mapping + geHelpTextAllocationBundle + geHelpTextBatchHeaderFieldLabelLabel + geHelpTextContact1Mapping + geHelpTextContact2Mapping + geHelpTextFormFieldsFieldCustomLabel + geHelpTextFormFieldsFieldLabelLabel + geHelpTextHouseholdMapping + geHelpTextPaymentServices + geJWTUtilInvalidBase64Message + geJWTUtilInvalidBase64UrlMessage + geLabelCustomTableSelectedFields + geLabelCustomTableSourceFields + geLabelDisplaySections + geLabelSectionName + geLabelTemplateInfoDescriptionField + geLabelTemplateInfoNameField + geMakeRecurring + geOpenEndedGiftSchedule + gePS_IntegrationTestInvalidAPIKey + gePS_IntegrationTestInvalidConfigParams + gePaymentAuthExpiredHeader + gePaymentAuthExpiredWarningText + gePaymentProcessError + gePaymentProcessedWarning + gePaymentProcessingErrorBanner + gePaymentRequestTimedOut + gePaymentServicesUnavailableBody + gePaymentServicesUnavailableFailureMessage + gePaymentServicesUnavailableHeader + geProcessAnyway + geProcessingBatch + geProcessingErrors + geRD2FirstInstallmentPaid + geRecurringGiftModalWarning + geRecurringScheduleInformation + geRemoveSchedule + geSearchPlaceholder + geSelectBatchTableColumns + geSelectPlaceholder + geServiceLevelErrorAdvancedMapping + geSoftCreditsWarning + geTabBatchHeader + geTabBatchSettings + geTabBatchTableColumns + geTabFormFields + geTabTemplateInfo + geTextChargingCard + geTextFieldBundlePaymentMethod + geTextListViewItemCount + geTextListViewItemsCount + geTextListViewSortedBy + geTextListViewUpdatedAgo + geTextNavigateToOpportunity + geTextPaymentsSaveNotice + geTextProcessing + geTextSaving + geTextUpdating + geToastListViewUpdated + geToastSaveFailed + geToastSelectActiveSection + geToastTemplateCreateSuccess + geToastTemplateDeleteError + geToastTemplateDeleteSuccess + geToastTemplateTabsError + geToastTemplateUpdateSuccess + geUpdateSchedule + geUtilJWTTestInvalidKey + geUtilJWTTestInvalidPayload + geUtilJWTTestInvalidString + geWarningBatchGiftEntryCurrencyMismatch + geWarningFormFieldsModalDeleteSection + geWarningGauAllocFieldUpdatesDisabled + giftProcessingAccountException + giftProcessingConfigException + gsAdminSetupTitle + gsApplicationStatus + gsApplicationStatusModalHeader + gsApplyForFreeLicenses + gsCheckStatus + gsChecklistExploreNPSPDesc + gsChecklistExploreNPSPTitle + gsChecklistItemAddUserDesc + gsChecklistItemAddUserLinkLabel + gsChecklistItemAddUserTitle + gsChecklistItemCommunicateWithUserskDesc + gsChecklistItemCommunicateWithUserskLinkLabel + gsChecklistItemCommunicateWithUserskTitle + gsChecklistItemCreateDonationDesc + gsChecklistItemCreateDonationLinkLabel + gsChecklistItemCreateDonationPriBtnLabel + gsChecklistItemCreateDonationTitle + gsChecklistItemCustomFieldsDesc + gsChecklistItemCustomFieldsLinkLabel + gsChecklistItemCustomFieldsTitle + gsChecklistItemExtraFourMinuteVideo + gsChecklistItemExtraOneMinuteVideo + gsChecklistItemExtraSixtyMinuteVideo + gsChecklistItemExtraTwoMinutesVideo + gsChecklistItemFundraisingProcessDesc + gsChecklistItemFundraisingProcessLinkLabel + gsChecklistItemFundraisingProcessPriBtnLabel + gsChecklistItemFundraisingProcessTitle + gsChecklistItemGoFurtherDesc + gsChecklistItemGoFurtherLinkLabel + gsChecklistItemGoFurtherTitle + gsChecklistItemImportDataDesc + gsChecklistItemImportDataLinkLabel + gsChecklistItemImportDataPriBtnLabel + gsChecklistItemImportDataSecBtnLabel + gsChecklistItemImportDataTitle + gsChecklistItemManageChangeDesc + gsChecklistItemManageChangeLinkLabel + gsChecklistItemManageChangePriBtnLabel + gsChecklistItemManageChangeTitle + gsChecklistItemNPSPCloudDesc + gsChecklistItemNPSPCloudLinkLabel + gsChecklistItemNPSPCloudPriBtnLabel + gsChecklistItemNPSPCloudTitle + gsChecklistItemNPSPGuideDesc + gsChecklistItemNPSPGuidePriBtnLabel + gsChecklistItemNPSPGuideTitle + gsChecklistItemNPSPSettingsDesc + gsChecklistItemNPSPSettingsLinkLabel + gsChecklistItemNPSPSettingsPriBtnLabel + gsChecklistItemNPSPSettingsTitle + gsChecklistItemPageLayoutsDesc + gsChecklistItemPageLayoutsLinkLabel + gsChecklistItemPageLayoutsTitle + gsChecklistItemPrepareNPSPDesc + gsChecklistItemPrepareNPSPLinkLabel + gsChecklistItemPrepareNPSPPriBtnLabel + gsChecklistItemPrepareNPSPTitle + gsChecklistItemReviewCompanyDesc + gsChecklistItemReviewCompanyLinkLabel + gsChecklistItemReviewCompanyTitle + gsChecklistItemRunningReportsDesc + gsChecklistItemRunningReportsLinkLabel + gsChecklistItemRunningReportsPriBtnLabel + gsChecklistItemRunningReportsTitle + gsChecklistItemSetupContactDesc + gsChecklistItemSetupContactLinkLabel + gsChecklistItemSetupContactPriBtnLabel + gsChecklistItemSetupContactSecBtnLabel + gsChecklistItemSetupContactTitle + gsChecklistItemStayTrackDesc + gsChecklistItemStayTrackLinkLabel + gsChecklistItemStayTrackPriBtnLabel + gsChecklistItemStayTrackTitle + gsChecklistItemTrainUsersDesc + gsChecklistItemTrainUsersLinkLabel + gsChecklistItemTrainUsersTitle + gsChecklistMakeItYourDesc + gsChecklistMakeItYourTitle + gsChecklistOnboardUsersDesc + gsChecklistOnboardUsersTitle + gsDaysAdded + gsDaysRemainingInFreeTrial + gsFollowUpApplicationStatus + gsLearnMore + gsNoApplicationSubmitted + gsResourcesItemFundraisingLabel + gsResourcesItemFundraisingLinkLabel + gsResourcesItemHubLabel + gsResourcesItemHubLinkLabel + gsResourcesItemMarketingEngagementLabel + gsResourcesItemMarketingEngagementLinkLabel + gsResourcesItemNonprofitCloudLabel + gsResourcesItemNonprofitCloudLinkLabel + gsResourcesItemPartnersLabel + gsResourcesItemPartnersLinkLabel + gsResourcesItemProgramManagementLabel + gsResourcesItemProgramManagementLinkLabel + gsResourcesItemWebinarsLabel + gsResourcesItemWebinarsLinkLabel + gsResourcesTitle + gsResourcesVideographyLabel + gsResourcesVideographyLinkLabel + gsSubmitted + gsVideoHeaderLength + gsVideoHeaderTitle + gseuChecklistCreateConstituentRecordsDesc + gseuChecklistCreateConstituentRecordsTitle + gseuChecklistItemCaptureDonorIntentDesc + gseuChecklistItemCaptureDonorIntentLinkLabel + gseuChecklistItemCaptureDonorIntentPriBtnLabel + gseuChecklistItemCaptureDonorIntentTitle + gseuChecklistItemCollectGiftsDesc + gseuChecklistItemCollectGiftsLinkLabel + gseuChecklistItemCollectGiftsPriBtnLabel + gseuChecklistItemCollectGiftsTitle + gseuChecklistItemConnectContactOrganizationBlueButton + gseuChecklistItemConnectContactOrganizationDesc + gseuChecklistItemConnectContactOrganizationLink + gseuChecklistItemConnectContactOrganizationTitle + gseuChecklistItemConnectContactsRelationshipsBlueButton + gseuChecklistItemConnectContactsRelationshipsDesc + gseuChecklistItemConnectContactsRelationshipsLink + gseuChecklistItemConnectContactsRelationshipsTitle + gseuChecklistItemCreateContactAndAccountBlueButton + gseuChecklistItemCreateContactAndAccountDesc + gseuChecklistItemCreateContactAndAccountLink + gseuChecklistItemCreateContactAndAccountTitle + gseuChecklistItemDonationIndividualDesc + gseuChecklistItemDonationIndividualLinkLabel + gseuChecklistItemDonationIndividualPriBtnLabel + gseuChecklistItemDonationIndividualTitle + gseuChecklistItemDonationOrganizationDesc + gseuChecklistItemDonationOrganizationLinkLabel + gseuChecklistItemDonationOrganizationPriBtnLabel + gseuChecklistItemDonationOrganizationTitle + gseuChecklistItemExtraTwoMinutesVideo + gseuChecklistItemGlobalSearchDesc + gseuChecklistItemGlobalSearchLinkLabel + gseuChecklistItemGlobalSearchPriBtnLabel + gseuChecklistItemGlobalSearchTitle + gseuChecklistItemPrebuiltNPSPReportDesc + gseuChecklistItemPrebuiltNPSPReportLinkLabel + gseuChecklistItemPrebuiltNPSPReportPriBtnLabel + gseuChecklistItemPrebuiltNPSPReportSecBtnLabel + gseuChecklistItemPrebuiltNPSPReportTitle + gseuChecklistItemStandardReportTypeDesc + gseuChecklistItemStandardReportTypeLinkLabel + gseuChecklistItemStandardReportTypePriBtnLabel + gseuChecklistItemStandardReportTypeTitle + gseuChecklistItemStayTrackDesc + gseuChecklistItemStayTrackLinkLabel + gseuChecklistItemStayTrackPriBtnLabel + gseuChecklistItemStayTrackTitle + gseuChecklistItemTrackDonationDesc + gseuChecklistItemTrackDonationLinkLabel + gseuChecklistItemTrackDonationPriBtnLabel + gseuChecklistItemTrackDonationTitle + gseuChecklistItemViewDashboardDesc + gseuChecklistItemViewDashboardLinkLabel + gseuChecklistItemViewDashboardPriBtnLabel + gseuChecklistItemViewDashboardTitle + gseuChecklistItemWhatIsNPCloudLink + gseuChecklistItemWhatIsNPCloudTitle + gseuChecklistItemWhatIsNPCloudTitleDesc + gseuChecklistItemWhatIsNPSPDesc + gseuChecklistItemWhatIsNPSPLink + gseuChecklistItemWhatIsNPSPTitle + gseuChecklistItemWorkMultipleRecordsDesc + gseuChecklistItemWorkMultipleRecordsLinkLabel + gseuChecklistItemWorkMultipleRecordsPriBtnLabel + gseuChecklistItemWorkMultipleRecordsTitle + gseuChecklistTrackDonationDesc + gseuChecklistTrackDonationTitle + gseuChecklistWelcomeNPSPDesc + gseuChecklistWelcomeNPSPTitle + gseuChecklistWorkRecordsDesc + gseuChecklistWorkRecordsTitle + gseuChecklistYourDataDesc + gseuChecklistYourDataTitle + gseuExploreTrailheadButton + gseuPageTitle + gseuResourcesItemAboutNPSPLabel + gseuResourcesItemAboutNPSPLinkLabel + gseuResourcesItemCommunityGroupLabel + gseuResourcesItemCommunityGroupLinkLabel + gseuResourcesItemQuestionsAnsweredLabel + gseuResourcesItemQuestionsAnsweredLinkLabel + gseuResourcesItemWatchVideosLabel + gseuResourcesItemWatchVideosLinkLabel + gseuResourcesItemWebinarsLabel + gseuResourcesItemWebinarsLinkLabel + gseuTrailheadLogoText + gseuTrailheadText + healthButtonRun + healthDetailsAccOne2OneNoContacts + healthDetailsAccountDefaultRTInvalid + healthDetailsAccountDefaultRTIssue + healthDetailsAccountModel + healthDetailsAccountProcessor + healthDetailsAccountRTIssue + healthDetailsAutoRelCampaignTypeMissing + healthDetailsAutoRelFieldsMissing + healthDetailsAutoRelInvalidLookupField + healthDetailsBadRDField + healthDetailsBadReportId + healthDetailsContactData + healthDetailsDuplicateAcctRT + healthDetailsGenderField + healthDetailsHHAccountModel + healthDetailsHHActNoContacts + healthDetailsHHObNoContacts + healthDetailsInvalidCMField + healthDetailsInvalidContactField + healthDetailsInvalidErrorChatterGroup + healthDetailsInvalidErrorRecipient + healthDetailsInvalidErrorUser + healthDetailsInvalidFieldNumeric + healthDetailsInvalidFiscalYears + healthDetailsInvalidLevelField + healthDetailsInvalidLevelFieldReference + healthDetailsInvalidObjectField + healthDetailsInvalidOppField + healthDetailsInvalidOppStage + healthDetailsInvalidPaymentField + healthDetailsInvalidPicklistValue + healthDetailsInvalidRDCustomPeriod + healthDetailsInvalidRDCustomPeriodPIcklist + healthDetailsInvalidRecordtypeId + healthDetailsInvalidRecordtypeName + healthDetailsInvalidScheduledJob + healthDetailsMailingListReportMissing + healthDetailsMissingOppPayments + healthDetailsMissingRequiredPicklistValue + healthDetailsNothingScheduled + healthDetailsOCR + healthDetailsOCRDupPrimary + healthDetailsOCRDupPrimaryValid + healthDetailsOCRSettingsResolution + healthDetailsOCRSettingsValid + healthDetailsPaymentMappingBadDataTypes + healthDetailsRDFieldsBadDatatypes + healthDetailsRelReciprocalInvalid + healthDetailsSaveAcctFailed + healthDetailsSaveOppsFailed + healthDetailsScheduleJobs + healthDetailsTriggerHandlerDuplicate + healthDetailsTriggerHandlerMismatch + healthDetailsTriggerHandlerMissing + healthDetailsUDFBadDatatypes + healthDetailsValidRDCustomPeriod + healthLabelAccountData + healthLabelAccountDefaultRT + healthLabelAccountModelData + healthLabelAccountRTIssueValid + healthLabelAllTestsPassed + healthLabelAutoRelValid + healthLabelContactData + healthLabelDataBatchNotRun + healthLabelDisableRecordBatch + healthLabelDisableRecordBatchDescription + healthLabelErrorRecipientValid + healthLabelFailed + healthLabelFiscalYearsValid + healthLabelHHAccData + healthLabelHHData + healthLabelHHObjData + healthLabelIntro + healthLabelLastRun + healthLabelNoMissingOppPayments + healthLabelNone + healthLabelOCRCheck + healthLabelOCRSettings + healthLabelOppPayments + healthLabelPassed + healthLabelPaymentMappingsValid + healthLabelRDOppsValid + healthLabelRDValid + healthLabelRelReciprocalValid + healthLabelScheduler + healthLabelSchedulerValid + healthLabelShowPassedTests + healthLabelTime + healthLabelTriggerHandlerCheck + healthLabelTriggerHandlersValid + healthLabelUDFValid + healthLabelVerifyLevels + healthLabelVerifyLevelsSuccess + healthLabelWarning + healthPaymentAutoCloseStageInvalid + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + healthPaymentAutoCloseStageValid + healthSolutionAccOne2OneNoContacts + healthSolutionAccountDefaultRTInvalid + healthSolutionAccountDefaultRTIssue + healthSolutionAccountModel + healthSolutionAccountRTIssue + healthSolutionAutoRelFieldsMissing + healthSolutionAutoRelInvalidCMField + healthSolutionAutoRelInvalidContactField + healthSolutionAutoRelInvalidLookupField + healthSolutionBadRDField + healthSolutionContactData + healthSolutionEditSetting + healthSolutionHHAccNoContacts + healthSolutionHHObjNoContacts + healthSolutionInvalidFiscalYears + healthSolutionInvalidLevelField + healthSolutionInvalidOppField + healthSolutionInvalidOppStage + healthSolutionInvalidPaymentField + healthSolutionInvalidRDCustomPeriod + healthSolutionInvalidRDCustomPeriodPicklist + healthSolutionInvalidScheduledJob + healthSolutionInvalidUDFObjectField + healthSolutionMailingListReportMissing + healthSolutionMissingOppPayments + healthSolutionMissingPicklistValue + healthSolutionNothingScheduled + healthSolutionOCRDupPrimary + healthSolutionOCRException + healthSolutionPaymentMappingBadDataTypes + healthSolutionRDBadOppField + healthSolutionRDFieldsBadDatatypes + healthSolutionRelReciprocalInvalid + healthSolutionSaveOppsFailed + healthSolutionScheduleJobs + healthSolutionTriggerHandlerMismatch + healthSolutionUDFBadDatatypes + healthSolutionUDFOppField + healthSolutionUnsupportedPicklistValue + hhCmpDedupLabelReturnToCmp + hhCmpDedupeBatchMessage + hhCmpDedupeBatchProgressTitle + hhCmpDedupeLabelOpenReport + hhCmpDedupeNoReport + hhCmpDedupeStatus + installmentPeriod + isARequiredField + labelBooleanFalse + labelBooleanTrue + labelListViewFirst + labelListViewLast + labelListViewNext + labelListViewPageInfo + labelListViewPrevious + labelMessageLoading + labelShowMore + lblAddressOverride + lblBtnAddAllHHMembers + lblBtnAddContact + lblCCardExcludeFrom + lblCity + lblCloned + lblCountry + lblCurrency + lblDeleteContact + lblDeleteContactPrompt + lblDeprecated + lblEmpty + lblExtendedStatus + lblFindInContacts + lblFindOrAddContact + lblFirstName + lblFormalGreeting + lblHousehold + lblHouseholdName + lblInformalGreeting + lblLastName + lblMergeHHPrompt + lblMergeHHTitle + lblNPSPSettings + lblNoHHMergePermissions + lblPostalCode + lblProgress + lblRequired + lblSalutation + lblState + lblStatus + lblStreet + lblToday + lblYouAreHere + leadConvertAccountName + leadConvertAffilationName + leadConvertAffiliateExistingAccount + leadConvertAffiliateNewAccount + leadConvertAffiliatedAccount + leadConvertAttachBucketAccount + leadConvertAttachExistingAccount + leadConvertAutocreateHHAccount + leadConvertAutocreateOne2OneAccount + leadConvertBtnCancel + leadConvertBtnConvert + leadConvertContactAccount + leadConvertContactSelection + leadConvertCreateAccount + leadConvertCreateNewContact + leadConvertMergeExistingContact + leadConvertNewOpp + leadConvertOwner + leadConvertPageTitle + leadConvertRecordTypeWarning + leadConvertSectionTitle + leadConvertSendEmail + leadConvertStatus + leadConvertViewContactError + lvlBtnSaveAndNew + lvlErrorDuplicateLookups + lvlErrorDuplicateName + lvlErrorInvalidLookupField + lvlErrorInvalidSourceField + lvlErrorMinGTMax + lvlErrorMinOverlap + lvlErrorNoMinMax + mtchBtnSearch + mtchCloseDateEnd + mtchCloseDateStart + mtchFindMatchedGiftsSectionHeader + mtchFindMoreGifts + mtchFindMoreGiftsInfo + mtchItems + mtchSearchCriteriaEmpty + mtchSelectCbxTitle + mtchTotalMatchingGift + mtchTotalSelected + mtchTotalUnaccounted + opensInNewLink + oppInstallmentsOf + oppNamingBoth + oppNamingIndividual + oppNamingOrganizational + pmtElevatePermissionRequired + pmtModifyCurrency + pmtNoRefundPermissionMessage + pmtOriginalPaymentNotCompleted + pmtOriginalPaymentNotFound + pmtOriginalPaymentNotPaid + pmtPaidPaymentDateRequired + pmtPaymentNotFound + pmtPaymentNotRefundable + pmtRefundAllocationHelpText + pmtRefundAmount + pmtRefundAmountInvalid + pmtRefundAmountTooHigh + pmtRefundAmountTooLow + pmtRefundPaymentConfirmedButton + pmtRefundPaymentDate + pmtRefundPaymentErrorMessage + pmtRefundPaymentSuccessMessage + pmtRefundPaymentTitle + pmtRefundProcessing + pmtRemainingBalance + pmtUnpaidPaymentScheduledDateRequired + pmtWizardBtnCalcPayments + pmtWizardBtnCreatePayments + pmtWizardBtnRemovePaidPayments + pmtWizardClosedLost + pmtWizardCreateSchedule + pmtWizardFirstPaymentDate + pmtWizardInterval + pmtWizardIntervalNumber + pmtWizardIntervalPeriod + pmtWizardInvalidRecords + pmtWizardMonth + pmtWizardMsgNoOppFound + pmtWizardNoUnpaidAmount + pmtWizardNoWriteoffAmount + pmtWizardNumberOfPayments + pmtWizardPaymentNumber + pmtWizardPaymentsDisabled + pmtWizardPaymentsDisabledTitle + pmtWizardPaymentsNoAccessMessage + pmtWizardScheduleInvalidRecords + pmtWizardScheduleNoAmount + pmtWizardSectionTitle + pmtWizardSectionWriteoff + pmtWizardSectionWriteoffPayments + pmtWizardSubtitle + pmtWizardToBeCreated + pmtWizardWarning + pmtWizardWeek + pmtWizardWriteOffInvalidRecords + pmtWizardWriteOffNoAmount + pmtWizardWriteoffDate + pmtWizardWriteoffMessage + pmtWizardWriteoffNoAccessMessage + pmtWizardYear + pmtWriteOffPaidPayment + pmtWrittenOffPaymentDateRequired + potentialDuplicatesFoundMultiple + potentialDuplicatesFoundNone + potentialDuplicatesFoundOne + psACH + psElevateConnectionTimeout + psEnableGatewayAssignment + psEnableGatewayAssignmentHeader + psEnableGatewayAssignmentHelp + psGatewayDefault + psGatewayIDHeader + psGatewayIDHelp + psGatewayManagementHelp + psGatewayNotValid + psGatewaySelectionLabel + psGatewaysNotFound + psHideGatewaysAndMethods + psHidePaymentMethods + psPaymentGateway + psSelectPaymentGateway + psSelectPaymentMethods + psSelectValidPaymentMethod + psShowGatewaysAndMethods + psShowPaymentMethods + psUnableToConnect + pscDeleteRow + pscManageSoftCreditsAdd + pscManageSoftCreditsAmount + pscManageSoftCreditsAmountMissing + pscManageSoftCreditsAmountOrPercent + pscManageSoftCreditsCantChangeCurrency + pscManageSoftCreditsContactMissing + pscManageSoftCreditsFull + pscManageSoftCreditsInvalidContact + pscManageSoftCreditsNoRoles + pscManageSoftCreditsOppAmount + pscManageSoftCreditsPSCAmount + pscManageSoftCreditsPartial + pscManageSoftCreditsPercent + pscManageSoftCreditsPermissionDenied + pscManageSoftCreditsPrimaryDonor + pscManageSoftCreditsReconcileFail + pscManageSoftCreditsRestrictions + pscManageSoftCreditsRoleMissing + pscManageSoftCreditsTitle + pscManageSoftCreditsType + pscManageSoftCreditsUnaccounted + pscManageSoftCreditsValidateTotals + recurringDonationSchedule + sendAcknowledgmentFailedStatus + sendAcknowledgmentFailureReasons + sendAcknowledgmentFireStatus + sendAcknowledgmentNoneSelected + sendAcknowledgmentNumberAlreadySent + sendAcknowledgmentNumberNoEmail + sendAcknowledgmentNumberSent + sendAcknowledgmentPageTitle + sendAcknowledgmentReturnLinkLabel + sendAcknowledgmentSucceeded + statusCompleted + statusInProgress + statusNotStarted + stgActive + stgAdd + stgAddrGeneralSettingsIntro + stgAddrMustChooseClass + stgAddrPermissionDenied + stgAllocationLevel + stgBDIGoToSetup + stgBtnBack + stgBtnCancel + stgBtnClearErrorLog + stgBtnClone + stgBtnCreateAutoRel + stgBtnCreateMapping + stgBtnCreateRDPeriod + stgBtnCreateRelReciprocal + stgBtnCreateTH + stgBtnCreateUDR + stgBtnEdit + stgBtnHHAutoName + stgBtnNew + stgBtnNewAutoRel + stgBtnNewONS + stgBtnNewPaymentMap + stgBtnNewRDFieldMap + stgBtnNewRDPeriod + stgBtnNewRelReciprocal + stgBtnNewTH + stgBtnNewUDR + stgBtnRDCreateNewMap + stgBtnRefreshOpportunityNames + stgBtnRefreshPrimaryContacts + stgBtnRunBatch + stgBtnRunHHDeceasedBatch + stgBtnSave + stgCRLPGoToSetup + stgCRLPHouseholdAccountError + stgCRLPInfoOnUDRBody + stgCRLPInfoOnUDRHeading + stgCRLPNonAdminError + stgCRLPReset + stgCheckboxFalse + stgCheckboxTrue + stgClearErrors + stgCountOf + stgCreatedBy + stgDIFMNonAdminError + stgDefaultValue + stgDeletePermissionError + stgDeploymentCustomMetadataMappingEnabled + stgDeploymentHasInvalidHelpTextMappings + stgDeploymentHelpTextMappingEnabled + stgDeploymentInProgress + stgDeploymentTimedOut + stgDeploymentTryAgain + stgDocumentation + stgDontAutoScheduleHelpText + stgEditPermissionError + stgErrorINaming + stgErrorInvalidClass + stgErrorInvalidNameFormat + stgErrorMissingDefaultGauRecord + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + stgHHDataRefreshTitle + stgHHNameRefreshTitle + stgHelpAccountModel + stgHelpAdvancedMapping1 + stgHelpAdvancedMapping2 + stgHelpAdvancedMapping3 + stgHelpAdvancedMapping4 + stgHelpAdvancedMappingInvalidHelpText + stgHelpAdvancedMappingTableHeader1 + stgHelpAdvancedMappingTableHeader2 + stgHelpAlloFiscalYearRollups + stgHelpAlloNDayValue + stgHelpAllocationLevel + stgHelpAutoAffil + stgHelpAutoRelCampaignRT + stgHelpAutoRelField + stgHelpAutoRelObject + stgHelpAutoRelType + stgHelpBDEAllowBlankOppNames + stgHelpBDEOppNaming + stgHelpBatchAlloRollup + stgHelpBatchCreateDefault + stgHelpBatchOppRollup + stgHelpBtnHHNaming + stgHelpBtnOppNaming + stgHelpChatterGroup + stgHelpCiceroAddrVerification + stgHelpContactRTExcluded + stgHelpCreateMissingPayments + stgHelpCustomizableRollupsEnable1 + stgHelpCustomizableRollupsEnable2 + stgHelpCustomizableRollupsEnable3 + stgHelpDeceasedBatch + stgHelpDefaultAllocationsEnabled + stgHelpDefaultGAU + stgHelpDisableHHAccountAddr + stgHelpEnableSoftCreditRollups + stgHelpEnhancedRDBatch + stgHelpErrorLog + stgHelpErrorNotifyOn + stgHelpErrorNotifyTo + stgHelpExampleHHNames + stgHelpFGFormat + stgHelpFiscalYearRollups + stgHelpHHAccountRTID + stgHelpHHData + stgHelpHHExcludedRT + stgHelpHHMailingListReport + stgHelpHHNameFormat + stgHelpHHNaming + stgHelpHHOCROn + stgHelpHHObjectOverview + stgHelpHHRules + stgHelpHealthCheck + stgHelpIGFormat + stgHelpINamingClass + stgHelpLeadConvert + stgHelpLvlAssignBatch + stgHelpMatchedDonorRole + stgHelpMaxPayments + stgHelpMembershipGracePeriod + stgHelpMembershipRT + stgHelpNPSPDoc + stgHelpNPSPSettings + stgHelpNameConnector + stgHelpNameOverrun + stgHelpNewRDFieldMap + stgHelpNewUDR + stgHelpNoUDR + stgHelpOCR + stgHelpOCRDefaultRole + stgHelpOCRRoleForHH + stgHelpOneToOneRTID + stgHelpOppNamingAttribution + stgHelpOppNamingDateFormat + stgHelpOppNamingFormat + stgHelpOppNamingRecTypes + stgHelpOppRecTypesNoPayments + stgHelpOppTypesNoPayments + stgHelpOrgAccountAddressMgmt + stgHelpOrgOCRDefaultRole + stgHelpOverrunCount + stgHelpPaymentMapOppField + stgHelpPaymentMapPaymentField + stgHelpPaymentMapping + stgHelpPaymentMappings + stgHelpPaymentsEnabled + stgHelpPowerOfUsHub + stgHelpPrimaryContactBatch + stgHelpPrimaryContactRoleMergeBatch + stgHelpRDAddCampaign + stgHelpRDBatch + stgHelpRDBatchSize + stgHelpRDDisableScheduling + stgHelpRDFailures + stgHelpRDFieldMap + stgHelpRDFieldMapOppField + stgHelpRDFieldMapRDField + stgHelpRDInstallmentCreateOptionMessage + stgHelpRDLastRun + stgHelpRDMaxDonations + stgHelpRDOpenOppBehavior + stgHelpRDOppForecastMonths + stgHelpRDOppRT + stgHelpRDPeriodFrequency + stgHelpRDPeriodName + stgHelpRDPeriodType + stgHelpRDSuccesses + stgHelpRecDon + stgHelpRelAutoCreatedDup + stgHelpRelFieldSyncToggle + stgHelpRelGenderField + stgHelpRelReciprocalFemale + stgHelpRelReciprocalMale + stgHelpRelReciprocalMethod + stgHelpRelReciprocalName + stgHelpRelReciprocalNeutral + stgHelpRelSyncFields + stgHelpRespectDuplicateRuleSettings + stgHelpReviewErrorLog + stgHelpRollupBatchSize + stgHelpRollupExcludeAccountOppRT + stgHelpRollupExcludeAccountOppType + stgHelpRollupExcludeAlloOppRecType + stgHelpRollupExcludeAlloOppType + stgHelpRollupExcludeContactOppRT + stgHelpRollupExcludeContactOppType + stgHelpRollupNDayValue + stgHelpRollupPrimaryContact + stgHelpRollupSkewLimit + stgHelpSalesforceSetup + stgHelpSimpleAddrChangeIsUpdate + stgHelpSoftCreditRoles + stgHelpStoreErrorsOn + stgHelpTDTM + stgHelpTHActive + stgHelpTHAsync + stgHelpTHClass + stgHelpTHLoadOrder + stgHelpTHObject + stgHelpTHTriggerAction + stgHelpTriggerHandlers + stgHelpTriggerHandlersAsync + stgHelpUDROperation + stgHelpUDROppField + stgHelpUDRTargetObject + stgHelpUseDatedConvRates + stgInstallScriptError + stgInstallmentOppDisableAll + stgInstallmentOppDisableFirst + stgInstallmentOppEnableAll + stgLabelActionColumn + stgLabelAddressVerification + stgLabelAfflSettings + stgLabelAllRecordTypes + stgLabelAlloBatchProgress + stgLabelAllocationBehaviorSettings + stgLabelAllocationsRollupSettings + stgLabelAllocationsSettings + stgLabelAreYouSure + stgLabelAutoContactRoles + stgLabelBDESettings + stgLabelBatchJobRollupSkewSizes + stgLabelBatchJobSizes + stgLabelBatchProcessingOptions + stgLabelBatchStatus + stgLabelCreateMissingPayments + stgLabelCurrentUDR + stgLabelDeceasedBatch + stgLabelDoNotRename + stgLabelErrorNotify + stgLabelExamplesFGFormat + stgLabelExamplesHHNameFOrmat + stgLabelExamplesIGFormat + stgLabelField + stgLabelFieldValueNone + stgLabelHHGeneral + stgLabelHHNaming + stgLabelHHNamingProgress + stgLabelHHOCR + stgLabelHHObject + stgLabelHHSettings + stgLabelHidden + stgLabelHonoreeNotificationHelpText + stgLabelHonoreeNotificationOCR + stgLabelLeadSettings + stgLabelLvlAssignBatchTitle + stgLabelMembershipSettings + stgLabelName + stgLabelNewAutoRel + stgLabelNewPaymentMapping + stgLabelNewRDFieldMap + stgLabelNewRelReciprocal + stgLabelNewTH + stgLabelNewUDR + stgLabelNone + stgLabelOK + stgLabelONS + stgLabelObject + stgLabelOppBatchProgress + stgLabelOppCampMembers + stgLabelOppNamingRefreshTitle + stgLabelOppNamingSettings + stgLabelOppPrimaryContactTitle + stgLabelOppRollupRT + stgLabelOppRollups + stgLabelOppUpdatePrimaryContact + stgLabelOther + stgLabelOtherDateFormat + stgLabelOtherFormalGreetingFormat + stgLabelOtherHHNameFormat + stgLabelOtherInformalGreetingFormat + stgLabelOtherOpportunigyNamingFormat + stgLabelPaymentMapNoValidFields + stgLabelPaymentSettings + stgLabelPrimaryContactRoleMergeBatch + stgLabelRDFieldMap + stgLabelRDNewPeriod + stgLabelRDPeriod + stgLabelRDSettings + stgLabelRDStatus + stgLabelRelSettings + stgLabelRelationshipSyncNoValidFields + stgLabelSelectChatterGroup + stgLabelSoftCredit + stgLabelTriggerHandlers + stgLabelTypeAhead + stgLabelUDRNoOppFields + stgLabelUDROp + stgLabelUDROppField + stgLabelUDRTargetField + stgLabelUDRTargetFieldHelp + stgLabelUDRTargetObject + stgLabelView + stgLabelYearPicklistLastYear + stgLabelYearPicklistThisYear + stgLabelYearPicklistYearsAgo + stgLastModifiedBy + stgLinkDelete + stgNPSPGuideImportData + stgNPSPSettings + stgNPSPSettingsTitle + stgNPSPWorkbook + stgNavAccountModel + stgNavAddressVerification + stgNavAffiliations + stgNavAllocations + stgNavBDE + stgNavBatchProcessSettings + stgNavBulkProcesses + stgNavConnections + stgNavContactRoles + stgNavContacts + stgNavDonations + stgNavDonorStatistics + stgNavErrorLog + stgNavErrorNotify + stgNavHealthCheck + stgNavHouseholds + stgNavLeads + stgNavMembership + stgNavPaymentMappings + stgNavPayments + stgNavPeople + stgNavRD2Enablement + stgNavRD2StatusAutomation + stgNavRD2StatusMapping + stgNavRDBatch + stgNavRDFieldMap + stgNavRDInstallmentPeriods + stgNavRecurringDonations + stgNavRelAutoCreate + stgNavRelReciprocal + stgNavRelationships + stgNavRollupAlloBatch + stgNavRollupBatch + stgNavRollups + stgNavSchedule + stgNavSystem + stgNavTriggerConfig + stgNavUserDefinedRollups + stgNoObjectsFound + stgNotApplicable + stgOppNamingDescription + stgPowerOfUsHub + stgRDNamingDescription + stgRDNamingDisable + stgRDNamingOptionLabel + stgReset + stgSelectOne + stgStatusDisabled + stgStatusEnabled + stgTools + stgUnknownError + stgValidationHHAccountHHRules + stopRecurringDonation + stopRecurringDonationModalTitle + updatePaymentMethod + updateRecurringDonation + viewDuplicates + CustomLabel + + + CustomLabels + CustomLabels + + 59.0 + diff --git a/test/snapshot/sampleProjects/customLabels-multiple/originalSource/first-app/labels/first-app-CustomLabels.labels-meta.xml b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/first-app/labels/first-app-CustomLabels.labels-meta.xml new file mode 100644 index 0000000000..18ad919c06 --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/first-app/labels/first-app-CustomLabels.labels-meta.xml @@ -0,0 +1,24 @@ + + + + FooLabel + en_US + true + FooLabel + foo + + + BarLabel + en_US + true + BarLabel + bar + + + BazLabel + en_US + true + BazLabel + baz + + \ No newline at end of file diff --git a/test/snapshot/sampleProjects/customLabels-multiple/originalSource/second-app/labels/second-app-CustomLabels.labels-meta.xml b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/second-app/labels/second-app-CustomLabels.labels-meta.xml new file mode 100644 index 0000000000..35bfbfeb35 --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/second-app/labels/second-app-CustomLabels.labels-meta.xml @@ -0,0 +1,16450 @@ + + + + accordionSection_ToggleInstructionsWhenClosed + accordionSection + en_US + true + Accordion instruction when it's closed + Click to expand this section. + + + accordionSection_ToggleInstructionsWhenOpen + accordionSection + en_US + true + Accordion instruction when it's open + Click to close this section. + + + adapterException + en_US + true + Throw exception to external call + Invalid call. This function is reserved for Salesforce use. + + + Addr_Id_Error + en_US + true + Addr Id Error + You must provide an Auth ID. + + + Addr_No_Batch + address, error + en_US + true + Batch Address Verification Not Supported + The specified service does not support Batch Address Verification. + + + Addr_Pending_Verification + address, error + en_US + true + Pending verification + Pending verification + + + Addr_Settings_API_Body + address, settings + en_US + true + DEPRECATED - Addr Settings API Title + DEPRECATED - API Account Settings + + + Addr_Settings_API_Title + address, settings + en_US + true + Addr Settings API Title + Verification API Account Settings + + + Addr_Settings_Intro_Body + address, settings + en_US + true + DEPRECATED - Addr Settings Intro Body + DEPRECATED + + + Addr_Settings_Intro_Body1 + address, settings + en_US + true + Addr Settings Intro Body + The Address Verification API lets you verify addresses as you add them to Salesforce. The API also lets you standardize addresses when you save them (for example, it converts any instance of Street to St in the saved record). + + + Addr_Settings_Intro_Body2 + address, settings + en_US + true + Addr Settings Intro Body + <br/>To get started:<br/><br/> +1. Open a third-party address verification account. (Some are free for nonprofits.)<br/> +2. In your address verification service, create the required authentication ID and/or token.<br/> +3. Return to this settings page, click the Edit button above, and paste the ID and/or token into the appropriate fields.<br/> +4. Complete the remaining fields and click Save. The help text for each field provides more information. + + + Addr_Settings_Intro_Title + address, settings + en_US + true + Addr Settings Intro Title + Introduction + + + Addr_Settings_Notice + address, settings + en_US + true + Addr Settings Notice + Address verification will only work for records you create from this point on. Verification does not apply to contact information that you've already entered in Salesforce. + + + Addr_Settings_Test_Body + address, settings + en_US + true + Addr Settings Test Body + To test your Secret Key Pair, enter any US Zip Code: + + + Addr_Settings_Test_Response_Title + address, settings + en_US + true + Addr Settings Test Response Title + API Response + + + Addr_Settings_Test_Title + address, settings + en_US + true + Addr Settings Test Title + Test My Settings + + + Addr_Skip_Verified + address, verification + en_US + true + Addr Skip Verified + Skip previously verified records + + + Addr_Token_Error + en_US + true + Addr Token Error + You must provide an Auth Token. + + + Addr_Unauthorized_Endpoint + en_US + true + Addr Unauthorized Endpoint + The Remote Site URL for the SmartyStreetsZip endpoint is invalid. Verify the correct URL with Smarty Streets, and update the SmartyStreetsZip endpoint in Setup > Security > Remote Site Settings. + + + Addr_Valid_Key_Pair + en_US + true + Addr Valid Key Pair + Your Secret Key Pair is valid. + + + Addr_Verification_Batch_Body + address, verification + en_US + true + Addr Verification Batch Body + Click Verify All Addresses to verify and standardize all addresses in your organization. The mass verification process uses the settings from above. + + + Addr_Verification_Batch_Not_Supported + address, verification + en_US + true + No Batch Support + The selected service does not support Batch Address Validation. + + + Addr_Verification_Batch_SmartyStreets_Message + address, verification + en_US + true + Batches of 100 + SmartyStreets will verify addresses in batches of 100. + + + Addr_Verification_Batch_Status + address, verification + en_US + true + Addr Verification Batch Status + Mass Verification Status + + + Addr_Verification_Batch_Title + address, verification + en_US + true + Addr Verification Batch Title + Mass Verify Existing Addresses + + + Addr_Verification_Cant_Load_Class + address + en_US + true + Unable to load verification class when visiting settings page + There was an error loading the validator class {0} + + + Addr_Verification_Required + address + en_US + true + Verification required + Verification required + + + Addr_Verification_Undefined_Class + address + en_US + true + No address verification class defined + Address verification class not defined in the settings. Cannot perform address verification. + + + Addr_Verification_Wrong_Class + address + en_US + true + Wrong address verification class + No class with the specified name exists. Cannot perform address verification. + + + Addr_Verification_Wrong_Interface + address + en_US + true + Wrong address verification interface + The address validation class does not implement the required interface. Cannot perform address verification. + + + Addr_Verified + address, verification + en_US + true + Address Successfully Verified + Verified + + + Addr_Verify_Endpoint + en_US + true + Addr Verify Endpoint + Please enter the endpoint URL. + + + Addr_Verify_Google_Help + en_US + true + Google API Helpt Text + The Google Geocoding API requires a value for Authentication Token only. This can be found by going to Visit the APIs console at https://code.google.com/apis/console and log in with your Google Account. Click the Services link from the left-hand menu in the APIs Console, then activate the Geocoding API service. Once the service has been activated, your API key is available from the API Access page, in the Simple API Access section. More information on this service and what it provides can be found here: https://developers.google.com/maps/documentation/geocoding/. + + + Addr_Verify_Settings + en_US + true + Addr Verify Settings + Please verify you have entered your credentials. + + + Addr_Verifying + en_US + true + Addr Verifying + Verifying addresses. + + + addrCiceroMissingAPIKey + Cicero address verification service + en_US + true + addrCiceroMissingAPIKey + You must specify the Cicero API Key in the Auth Token field for Address Verification. Log into Salesforce and go to People | Addresses on the NPSP Settings page. + + + addrCopyConAddBtnConfirm + ADDR_CopyConAddrHHObjBTN + en_US + true + Message that appears to confirm the address copy action. + You are about to copy the Address. Do you want to continue? + + + addrCopyConAddBtnFls + ADDR_CopyConAddrHHObjBTN + en_US + true + When user does not have FLS or object level permissions to copy the address + You don't have the required object or field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + addrCopyConAddBtnHHObjOnly + ADDR_CopyConAddrHHObjBTN + en_US + false + addrCopyConAddBtnHHObjOnly + The Copy Address to Household button only works with Contacts associated with a Household object. + + + Address_Not_Found + address, error + en_US + true + Address Not Found + Address not found. + + + Address_StateCountry_Invalid_Error + address, error + en_US + true + {value} is not configured as a valid Country in your Organization. + '{0}' is not configured as a valid Country in your Organization. + + + Address_Verification_Limit + address, verification + en_US + true + Address Verification Limit + You cannot verify more than 100 addresses at a time. + + + addrGeneralSettings + Address Settings + en_US + false + addrGeneralSettings + General Address Settings + + + addrHHAccountOnly + Address Management + en_US + true + addrHHAccountOnly + To use Addresses with non-Household Accounts, you must select Organizational Account Addresses Enabled in NPSP Settings | People | Addresses. + + + addrHHAddressAlwaysDefault + Manage Household UI + en_US + false + addrHHAddressAlwaysDefault + The Household Address will be copied to all Contacts that do not have an Address Override. + + + addrSeasonalOverlap + Address Management + en_US + false + addrSeasonalOverlap + Seasonal Address dates cannot overlap with any other Seasonal Addresses for this Household. + + + addrSeasonalPartial + Address Management + en_US + false + addrSeasonalPartial + In the Seasonal Information section, please select values for all Seasonal fields, or leave them all blank. + + + alloAddRow + Allocation + en_US + false + alloAddRow + Add Row + + + alloAddRowAtPosition + Allocation + en_US + false + alloAddRowAtPosition + Add Row at Position + + + alloAmountOrPercent + Allocation, Error + en_US + false + alloAmountOrPercent + Enter a value in either the Amount field or the Percent field. + + + alloBatchCreateDefault + Allocation, Settings + en_US + false + alloBatchCreateDefault + Batch Create Default Allocations + + + alloBatchDefaultInfo + Allocation, Settings + en_US + false + alloBatchDefaultInfo + This utility runs a batch process that creates default Allocations for all existing Opportunities, except Opportunities excluded in the GAU Allocations Rollup Settings. +<br/> +<br/> +To run this utility, default Allocations must be enabled and a default General Accounting Unit must be selected. You only need to run this tool once after enabling default Allocations, as all new Opportunities will receive a default Allocation once enabled. +<br/> +<br/> +To check your GAU Allocation settings, go to Donations | GAU Allocations. + + + alloBtnCancel + Allocation + en_US + false + alloBtnCancel + Cancel + + + alloBtnSaveAndClose + Allocation + en_US + false + alloBtnSaveAndClose + Save + + + alloCampaignExceedsOppAmount + Allocation, Error + en_US + false + alloCampaignExceedsOppAmount + Your Campaign Allocations were not created. Campaign Allocations for the Opportunity exceeded the Opportunity amount. + + + alloCantAllocateNothing + Allocation, Error + en_US + false + alloCantAllocateNothing + You can't create Allocations for an Opportunity with a blank or zero amount. + + + alloDefaultGAUMissing + Allocation, Error + en_US + false + Default Allocations are enabled, but no default GAU is selected. + You've selected Default Allocations Enabled. You also need to select a Default General Accounting Unit. + + + alloDefaultGAUNotActive + Allocation, Error + en_US + true + Error message when the Default General Accounting Unit is not active + The Default General Accounting Unit is not active. Set the {0} General Accounting Unit to Active, or change the Default General Accounting Unit to one that’s active. + + + alloDefaultNotEnabled + Allocation, Error + en_US + true + You must enable Default Allocations in order to allocate at the payment level. + You must enable Default Allocations in order to allocate at the payment level. + + + alloDefaultNotPercent + Allocation, Error + en_US + false + alloDefaultNotPercent + The General Accounting Unit set as default in NPSP Settings can only have amount-based, not percentage-based Allocations. + + + alloDeleteRow + Allocation + en_US + false + alloDeleteRow + Delete + + + alloExceedsOppAmount + Allocation, Error + en_US + false + The allocations for this opportunity are greater than the amount of the opportun + The Allocation totals for this Opportunity exceed the Opportunity amount. Update your Allocation amounts first, then update the Opportunity amount to match. + + + alloExceedsPmtAmount + Allocation, Error + en_US + true + The Allocations for this Payment are greater than the amount of the Payment. + The Allocations for this Payment exceed the Payment amount. Update your Allocation amounts, and then adjust the Payment amount. + + + alloManageCampaignAllocations + Allocation + en_US + false + alloManageCampaignAllocations + Manage Campaign Allocations + + + alloManageOppAllocations + Allocation + en_US + false + alloManageOppAllocations + Manage Opportunity Allocations + + + alloManagePaymentAllocations + Allocation + en_US + true + alloManagePaymentAllocations + Manage Payment Allocations + + + alloManageRecurringDonationAllocations + Allocation + en_US + false + alloManageRecurringDonationAllocations + Manage Recurring Donation Allocations + + + alloModifyCurrency + Allocation, Error + en_US + false + alloModifyCurrency + You can't modify Allocation currencies directly. NPSP updates Allocation currencies when you update the currency of the parent Opportunity, Campaign, or Recurring Donation. + + + alloNegativeAmount + Allocation, Error + en_US + false + alloNegativeAmount + The Amount field can't contain a negative value. + + + alloNegativePercent + Allocation, Error + en_US + false + alloNegativePercent + The Percent field can't contain a negative value. + + + alloObjectUnsupported + Allocation + en_US + true + alloObjectUnsupported + The Manage Allocations button is only supported from a Campaign, Opportunity, Payment or Recurring Donation record. + + + alloOverallocatedError + Allocation, Error + en_US + true + Error message when a record’s Allocation total exceeds its Amount + The total of the Allocations on this {0} exceeds its Amount. Update the {0} Allocations to make their total equal to the {0} Amount. + + + alloPaidPmtsExceedsOpp + Allocation, Error + en_US + true + alloPaidPmtsExceedsOpp + The total allocation of paid payments cannot exceed the opportunity allocation for a GAU. + + + alloPaymentAllocationBatchAllocationError + Allocation, Error + en_US + true + Error message wrapper for a specific Allocation in a batch + Error occurred while processing the {0} record associated with Allocation {1} ({2}). Details: {3} + + + alloPaymentAllocationBatchRecordError + Allocation, Error + en_US + true + Error message wrapper for a batch when a specific Allocation can’t be identified + Error occurred while processing {0} {1}. Details: {2} + + + alloPaymentAllocationBatchRetriesExceeded + Allocation, Error + en_US + true + Error message when the Accounting Scheduled Job retry can’t process Allocations + Error occurred while processing records that didn't error on the first attempt. No data was saved. + + + alloPaymentNotEnabled + Allocation, Error + en_US + true + Payment-level allocations are not enabled. + Payment-level Allocations aren't enabled for your organization. Try allocating at the Opportunity level instead. + + + alloPaymentOverallocatedError + Allocation, Error + en_US + true + alloPaymentOverallocatedError + The amount allocated is more than the amount of the Payment. Please update the Payment Allocation amount(s) so the total equals the Payment Amount. See Opportunity “{0}, Id: {1}” + + + alloPercentExceed100 + Allocation, Error + en_US + false + Percent based Allocations cannot exceed 100%. + Percent-based Allocations cannot exceed 100%. + + + alloPmtOppSingleTransaction + Allocation, Error + en_US + true + alloPmtOppSingleTransaction + Opportunity and Payment Allocations for the same Opportunity record cannot be created or modified at the same time. + + + alloRemainder + Allocation + en_US + false + alloRemainder + Remainder: + + + alloRemoveOppWithPmt + Allocation, Error + en_US + true + alloRemoveOppWithPmt + You cannot remove an opportunity allocation for a GAU that has paid payment allocations. + + + alloSignMistmatch + Allocation, Error + en_US + true + Sign on Payment and Allocation amount must match(Both positive or both negative) + Negative Allocations are only allowed in negative donations and positive Allocations are not allowed in negative donations. + + + alloSingleParent + Allocation, Error + en_US + false + Each Allocation must have a single parent object: Pmt, Opp, Rec Donation, Camp. + Ensure that this Allocation has only one parent object: Payment, Opportunity, Recurring Donation, or Campaign. + + + alloSuccessfulRecordRetry + Error + en_US + true + Success text added to Error Logs when retry successfully processes Allocations + Processing these Allocations was retried and completed successfully. + + + alloTotalExceedsOppAmt + Allocation + en_US + false + Allocations cannot exceed the amount of the related Payment or Opportunity. + Allocation totals can't exceed the amount of the related Payment or Opportunity. + + + alloTotals + Allocation + en_US + false + alloTotals + Totals: + + + alloUnallocated + Allocation + en_US + false + alloUnallocated + unallocated + + + AssistiveTextActive + AlternativeText + en_US + true + AssistiveTextActive + Active + + + AssistiveTextComplete + AlternativeText + en_US + true + AssistiveTextComplete + Complete + + + AssistiveTextError + AlternativeText + en_US + true + AssistiveTextError + Expired + + + AssistiveTextInfo + AlternativeText + en_US + true + AssistiveText for "Info" + Info + + + AssistiveTextNewWindow + AlternativeText + en_US + true + AssistiveTextNewWindow + Link opens in a new window + + + AssistiveTextRecordIcon + AlternativeText + en_US + true + Assistive Text for a record icon + Record Icon + + + AssistiveTextWarning + AlternativeText + en_US + true + AssistiveTextWarning + Warning + + + autoNumberErrorDuplicate + AutoNumber + en_US + true + Error for duplicate auto-number format + This Display Format is already in use. + + + autoNumberErrorInvalidDisplayFormat + AutoNumber + en_US + true + Error when auto-number Display Format is invalid + Invalid Display Format. + + + batchNumberSettingsActivate + Batch Number Settings + en_US + true + Link to save and activate the new batch number format + Save & Activate + + + batchNumberSettingsConfigureHeader + Batch Number Settings + en_US + true + Header for batch number configuration + Configure Batch Number + + + batchNumberSettingsDescActivation + Batch Number Settings + en_US + true + Description of how to use the batch number format table + Activate or deactivate batch number formats. One batch number format can be active at time. + + + batchNumberSettingsDescDisplayFormat + Batch Number Settings + en_US + true + Explanation of Display Format options + Display Format allows you to control the appearance of your auto-numbered + field. It must be unique and include the number of digits as well as a prefix, if + desired. Your format can be up to 30 characters.</br></br> + Examples</br> + <ul> + <li> + A sequence formatted as {0} with a starting number of 9 displays as 9, 10, 11, + etc. + </li> + <li> + A sequence formatted as {00000} with a starting number of 9 displays as 00009, + 00010, 00011, etc. + + </li> + <li> + A sequence formatted as ABC-{0000} with a starting number of 9 displays as + ABC-0009, ABC-0010, ABC-0011, etc. + </li> + </ul> + + + batchNumberSettingsDescription + Batch Number Settings + en_US + true + Description of the batch number settings + Batch numbers are unique identifiers used in Gift Entry and NPSP Data Importer. The auto-numbered value appears in the Batch Number fields on Opportunities and Payments. + + + batchNumberSettingsDescriptionCreate + Batch Number Settings + en_US + true + Description for creating a batch number format + Create a custom batch number format and choose a starting number. You must activate the new batch number format. Only one batch number format can be active at a time. + + + batchNumberSettingsError + Batch Number Settings + en_US + true + Page-level error for auto-number format setting + Cannot save auto-number format. Please review the errors and try again. + + + batchNumberSettingsHeader + Batch Number Settings + en_US + true + Header for batch number settings in NPSP Settings + Batch Number Settings + + + batchNumberSettingsHeaderDisplayFormat + Batch Number Settings + en_US + true + Header for explanation of Display Format options + Learn more about display formats. + + + batchNumberSettingsHeaderFormats + Batch Number Settings + en_US + true + Header for table of batch number formats + Batch Number Formats + + + BatchProgressCompletedDate + BatchProgress + en_US + true + BatchProgressCompletedDate + Completed: + + + BatchProgressExtendedStatus + BatchProgress + en_US + true + BatchProgressExtendedStatus + Extended Status: + + + BatchProgressJobItemsProcessed + BatchProgress + en_US + true + BatchProgressJobItemsProcessed + Batches Processed: + + + BatchProgressStatus + BatchProgress + en_US + true + BatchProgressStatus + Status: + + + BatchProgressStatusComplete + BatchProgress + en_US + true + BatchProgressStatusComplete + Complete + + + BatchProgressStatusCompleteErrors + BatchProgress + en_US + true + BatchProgressStatusCompleteErrors + Complete with Errors + + + BatchProgressStatusError + BatchProgress + en_US + true + BatchProgressStatusError + Error + + + BatchProgressStatusFailed + BatchProgress + en_US + true + BatchProgressStatusFailed + Failed + + + BatchProgressStatusHolding + BatchProgress + en_US + true + BatchProgressStatusHolding + Holding + + + BatchProgressStatusPreparing + BatchProgress + en_US + true + BatchProgressStatusPreparing + Preparing + + + BatchProgressStatusProcessing + BatchProgress + en_US + true + BatchProgressStatusProcessing + Processing + + + BatchProgressStatusQueued + BatchProgress + en_US + true + BatchProgressStatusQueued + Queued + + + BatchProgressStatusStopped + BatchProgress + en_US + true + BatchProgressStatusStopped + Stopped + + + BatchProgressStatusSuccess + BatchProgress + en_US + true + BatchProgressStatusSuccess + Success + + + BatchProgressTimeElapsed + BatchProgress + en_US + true + BatchProgressTimeElapsed + Time Elapsed: + + + BatchProgressTimeElapsedDays + BatchProgress + en_US + true + BatchProgressTimeElapsedDays + day(s) + + + BatchProgressTitleRD2DataMigration + BatchProgress + en_US + true + BatchProgressTitleRD2DataMigration + Data Migration Run + + + BatchProgressTotalJobItems + BatchProgress + en_US + true + BatchProgressTotalJobItems + Total Batches: + + + BatchProgressTotalRecords + BatchProgress + en_US + true + BatchProgressTotalRecords + Total Records: + + + BatchProgressTotalRecordsFailed + BatchProgress + en_US + true + BatchProgressTotalRecordsFailed + Records Failed: + + + BatchProgressTotalRecordsProcessed + BatchProgress + en_US + true + BatchProgressTotalRecordsProcessed + Records Processed: + + + bdeRetirementBlockerHeader + Batch Data Entry + en_US + true + Header about Batch Data Entry being unsupported + Batch Data Entry Not Supported + + + bdeRetirementBlockerMessage + Batch Data Entry + en_US + true + Explanation of Batch Data Entry not being supported & recommendations + As of October 1, 2020, Batch Data Entry is no longer supported. Most capabilities have been replaced with newer features in NPSP. If you have any in-progress batches, you can still access those records, but you can't process them using Batch Data Entry. Contact support if you need to access in-progress batches. <br/> You may want to explore Gift Entry as an alternative to Batch Data Entry. + + + bdeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Data Entry retirement & recommendations + On October 1, 2020, Batch Data Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Data Entry. To ensure a smooth transition, enable and use Gift Entry in advance of October 1st. + + + bdeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Data Entry retiring + Retiring Batch Data Entry + + + bdiAccountCustomIdError + Data Importer + en_US + false + bdiAccountCustomIdError + The Account Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiAdditionalObjChildNotUpdated + en_US + true + bdiAdditionalObjChildNotUpdated + Unable to update the child record's lookup field with the parent record's ID. The record could not be updated because of this system error: + + + bdiAdditionalObjPredNotFound + Data Importer + en_US + true + bdiAdditionalObjPredNotFound + Error: record not created. This record is dependent on {0} which couldn''t be found. + + + bdiAdditionalObjRequiredFieldsNull + Data Importer + en_US + true + bdiAdditionalObjRequiredFieldsNull + Error: record not created, missing required fields: + + + bdiAdvancedMapping + Settings + en_US + true + Header for Advanced Mapping settings page + Advanced Mapping for Data Import & Gift Entry + + + bdiAPIBatchError + Data Importer + en_US + true + bdiAPIBatchError + We couldn't process the Data Import records because of the following errors: + + + bdiAPISelectedError + Data Importer + en_US + true + bdiAPISelectedError + We couldn't process the selected Data Import records because of the following errors: + + + bdiBatchException + Data Importer + en_US + false + bdiBatchException + An error occurred during the process. The following status was the first reported error: + + + bdiBehaviorBestMatchOrCreate + Data Importer + en_US + true + settings label for BestMatchOrCreate behavior + Best Match or Create - Import a record if it matches an existing record; create a new record if no match found. + + + bdiBehaviorDoNotMatch + Data Importer + en_US + false + settings label for DoNotMatch behavior + Do Not Match - No matching is attempted; new records are created. + + + bdiBehaviorExactMatchOrCreate + Data Importer + en_US + true + settings label for ExactMatchOrCreate behavior + Single Match or Create - Import a record if it matches a single existing record; create a new record if no single match found. + + + bdiBehaviorRequireBestMatch + Data Importer + en_US + true + settings label for RequireBestMatch behavior + Best Match - Only import a record when it matches at least 1 existing record, and update the best matched record. + + + bdiBehaviorRequireExactMatch + Data Importer + en_US + true + settings label for RequireExactMatch behavior + Single Match - Only import a record if it matches a single existing record. + + + bdiBehaviorRequireNoMatch + Data Importer + en_US + true + settings label for RequireNoMatch behavior + No Match - Only import a record if it doesn't match an existing record. + + + bdiBtnClose + Data Importer, Opportunity Send Acknowledgment, Account Conversion + en_US + false + bdiBtnClose + Close + + + bdiComplete + Data Importer + en_US + false + bdiComplete + Completed + + + bdiCompleteWithErrors + Data Importer + en_US + false + bdiCompleteWithErrors + Errors + + + bdiContactCustomIdError + Data Importer + en_US + false + bdiContactCustomIdError + The Contact Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiContactMatchDupeMgmt + Data Importer + en_US + true + bdiContactMatchDupeMgmt + Contact Duplicate Rules + + + bdiContactMatchEmail + Data Importer + en_US + false + bdiContactMatchEmail + Email only + + + bdiContactMatchFnameEmail + Data Importer + en_US + false + bdiContactMatchFnameEmail + First Name and Email + + + bdiContactMatchFnameLname + Data Importer + en_US + false + bdiContactMatchFnameLname + First Name and Last Name + + + bdiContactMatchFnameLnameEmail + Data Importer + en_US + false + bdiContactMatchFnameLnameEmail + First Name, Last Name, and Email + + + bdiContactMatchFnameLnamePhone + Data Importer + en_US + true + Data Importer Contact matching option for Fname, Lname, Phone + First Name, Last Name, and Phone + + + bdiContactMatchLnameEmail + Data Importer + en_US + false + bdiContactMatchLnameEmail + Last Name and Email + + + bdiCreated + Data Importer + en_US + false + bdiCreated + Created + + + bdiDataImporterConfigTitle + Data Importer + en_US + false + bdiDataImporterConfigTitle + Configuration Options + + + bdiDataImporterDescription + Data Importer + en_US + false + bdiDataImporterDescription + The NPSP Data Importer helps you easily import your data into the Nonprofit Success Pack. + + + bdiDataImporterInfoLine1 + Data Importer + en_US + true + bdiDataImporterInfoLine1 + If you're using Advanced Mapping you can map to any Salesforce object and field—standard or custom—that directly relates to Contacts, Accounts, and Opportunities. With Help Text mapping, each import record can contain up to 2 Contacts, up to 2 Organizations, an optional Home Address, and an optional Donation. + + + bdiDataImporterInfoLine2 + Data Importer + en_US + false + bdiDataImporterInfoLine2 + Salesforce will try to match existing Contacts and Organizations, and update their information, rather than creating duplicate records. + + + bdiDataImporterInfoLine2b + Data Importer + en_US + true + bdiDataImporterInfoLine2b + In order to avoid reaching service limits, the NPSP Data Importer does not verify addresses through the verification service you may have specified in NPSP Settings. + + + bdiDataImporterInfoLine3 + Data Importer + en_US + false + bdiDataImporterInfoLine3 + Salesforce will track any data import problems on individual import records. After resolving any issues, you can re-import those failed records without having to worry about creating duplicate records. + + + bdiDataImporterInfoLine4 + Data Importer + en_US + false + bdiDataImporterInfoLine4 + The start of the data import may not begin immediately. Its processing depends on Salesforce's current activity. + + + bdiDataImporterInfoTitle + Data Importer + en_US + false + bdiDataImporterInfoTitle + Important Information + + + bdiDataImporterNumToProcess + Data Importer + en_US + false + bdiDataImporterNumToProcess + Number of Data Import records to process: + + + bdiDataImporterTitle + Data Importer + en_US + false + bdiDataImporterTitle + NPSP Data Import + + + bdiDeploymentInProgress + Data Importer + en_US + true + bdiDeploymentInProgress + Help Text mappings are currently being converted to Advanced Mapping. + + + bdiDonation + Data Importer + en_US + false + bdiDonation + Donation + + + bdiDonationMatchingRuleEmpty + Data Importer + en_US + true + error displayed in Data Importer if no donation matching rules set + When Donation matching is enabled, you must select one or more fields in Donation Matching Rule. + + + bdiDryRunBeginButton + Data Importer + en_US + true + button label for begin Dry Run + Begin Dry Run + + + bdiDryRunMatched + Data Importer + en_US + true + DI Object Status that it was matched in Dry Run + Dry Run - Matched + + + bdiDryRunMatchedBest + Data Importer + en_US + true + Status on bdi object to specify it was matched from an ambiguous set in Dry Run + Dry Run - Best Match Used + + + bdiDryRunMatchedId + Data Importer + en_US + true + BDI status when matching an object by its Salesforce ID in Dry Run + Dry Run - Matched by Id + + + bdiDryRunNoMatch + Data Importer + en_US + true + DI Object Status that it was not matched in Dry Run + Dry Run - Matched None + + + bdiDryRunRecordsError + Data Importer + en_US + true + progress field label + Records with errors: + + + bdiDryRunRecordsValidated + Data Importer + en_US + true + label on progress widget during Dry Run + Records validated: + + + bdiDryRunTitle + Data Importer + en_US + true + title on the progress indicator during dry run mode + NPSP Data Importer - Dry Run + + + bdiDupeMgmtMatchImportStatus + Data Importer + en_US + true + bdiDupeMgmtMatchImportStatus + - Duplicate Rule: + + + bdiErrorBatchNameRequired + Data Importer + en_US + true + error when a batch is missing a name + Batch Name is a required field. + + + bdiErrorDataImportCustomSettings + Data Importer + en_US + true + error when updating data import custom settings + There was an error attempting to update the Custom Settings named Data Import Settings. + + + bdiErrorDeploymentFailed + Data Importer + en_US + true + error deploying metadata during migration from help text to metadata mapping + There was an error attempting to convert Help Text mapping and enable Advanced Mapping. + + + bdiErrorDeploymentFailedLink + Data Importer + en_US + true + link to the deployment status page + <a href="{0}" target="_blank">You can view the deployment status here.</a> + + + bdiErrorDonationLookupMatch + Data Importer + en_US + true + error on BDI record if DonationImported or PaymentImported lookups are invalid + The lookup value provided in Donation Imported, or Payment Imported, is not valid. + + + bdiErrorDonationMultiMatch + Data Importer + en_US + false + error message if the donation matched multiple opps + The Donation information matched against multiple Opportunities, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorDonationNoMatch + Data Importer + en_US + false + error when no matching donation found, and a match is required + The NPSP Data Importer found no matching Donations. + + + bdiErrorDonationRequireNoMatch + Data Importer + en_US + false + error message if the donation matched opp(s), but behavior required no match + The Donation information matched against one or more Opportunities, but the setting required no matches, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorExistingDonationAllocations + Data Importer + en_US + true + bdiErrorExistingDonationAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Opportunity record. Remove the Allocations from the Opportunity record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorExistingPaymentAllocations + Data Importer + en_US + true + bdiErrorExistingPaymentAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Payment record. Remove the Allocations from the Payment record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorGAUAllocationOver100 + Data Importer + en_US + true + bdiErrorGAUAllocationOver100 + The provided GAU Allocations exceed 100 percent. + + + bdiErrorInvalidCampaignName + Data Importer + en_US + false + bdiErrorInvalidCampaignName + Invalid Donation Campaign Name + + + bdiErrorInvalidDonor + Data Importer + en_US + false + bdiErrorInvalidDonor + Invalid Donation Donor + + + bdiErrorInvalidIMatchDonations + Data Importer + en_US + true + error thrown if specified class doesn't support the given BDI interface + Either the NPSP Data Importer could not find the Apex classs {0}, or this class does not support the {1} interface. + + + bdiErrorInvalidLastname + Data Importer + en_US + false + bdiErrorInvalidLastname + You must specify Last Name. + + + bdiErrorInvalidOppRTName + Data Importer + en_US + false + bdiErrorInvalidOppRTName + Invalid Donation Record Type Name + + + bdiErrorNonHHAccountContact + NPSP Data Importer + en_US + false + bdiErrorNonHHAccountContact + This Contact matched an existing Contact that's associated with a non-Household Account. The Data Import Tool can only update Contacts that are part of a Household Account. + + + bdiErrorNonHHAccountContactWithAdv + NPSP Data Importer + en_US + true + bdiErrorNonHHAccountContactWithAdv + This Contact matched an existing Contact that's associated with a non-Household, non-Administrative Account. The Gift Entry Tool can only update Contacts that are part of a Household or Administrative Account. + + + bdiErrorOneToOneMultiContact + NPSP Data Importer + en_US + true + bdiErrorOneToOneMultiContact + A Data Import for a One-to-one or Administrative Contact cannot be associated with a second Contact. + + + bdiErrorPaymentMultiMatch + Data Importer + en_US + true + error message if the donation matched multiple pmts + The Donation information matched against multiple Payments, so the NPSP Data Importer did not import it. The Payment Possible Matches field contains the Salesforce Ids of the matched Payments. + + + bdiFailed + Data Importer + en_US + false + bdiFailed + Failed + + + bdiFieldMapping + Advanced Mapping + en_US + true + bdiFieldMapping + Field Mapping + + + bdiFieldMappings + Advanced Mapping + en_US + true + bdiFieldMappings + Field Mappings + + + bdiFMUIBackToMapGroup + Advanced Mapping + en_US + true + bdiFMUIBackToMapGroup + Back to Object Group + + + bdiFMUIDatatableMapsTo + Advanced Mapping + en_US + true + bdiFMUIDatatableMapsTo + Maps To + + + bdiFMUIDataType + Advanced Mapping + en_US + true + bdiFMUIDataType + Data Type + + + bdiFMUIDescription1 + Advanced Mapping + en_US + true + bdiFMUIDescription1 + Connect the field you created on the NPSP Data Import object to the field on your target object in + the grid below. You can find fields by Field Label or the Field API Name. + + + bdiFMUIDescription2 + Advanced Mapping + en_US + true + bdiFMUIDescription2 + Fields on the NPSP Data Import object must map to compatible field types on your target object. + When you select an NPSP Data Import field, only the compatible target fields will be available. + + + bdiFMUIFieldAPIName + Advanced Mapping + en_US + true + bdiFMUIFieldAPIName + Field API Name + + + bdiFMUIFieldLabel + Advanced Mapping + en_US + true + bdiFMUIFieldLabel + Field Label + + + bdiFMUILongDeployment + Advanced Mapping + en_US + true + bdiFMUILongDeployment + Modifying this Field Mapping is taking longer than expected. + + + bdiFMUILongDeploymentLink + Advanced Mapping + en_US + true + bdiFMUILongDeploymentLink + View the deployment status here. + + + bdiFMUILongDeploymentMessage + Advanced Mapping + en_US + true + bdiFMUILongDeploymentMessage + It'll continue to process in the background. Please wait. + + + bdiFMUINewFieldMapping + Advanced Mapping + en_US + true + bdiFMUINewFieldMapping + Create New Field Mapping + + + bdiFMUINoFieldMappings + Advanced Mapping + en_US + false + bdiFMUINoFieldMappings + There are no Field Mappings for this Mapping Group yet, + + + bdiFMUISearchSourceInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchSourceInputLabel + Search for the NPSP Data Import object's field by label or API name. + + + bdiFMUISearchTargetInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchTargetInputLabel + Search for the target field by label or API name. + + + bdiFMUISourceFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldDataTypeHelp + The data type of the field you chose on the NPSP Data Import object. + + + bdiFMUISourceFieldLabelHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldLabelHelp + The NPSP Data Import field you want to map. Search by either Field Label or API Name. If you can’t find the field, confirm you created the field on the NPSP Data Import object. + + + bdiFMUISourceObject + Advanced Mapping + en_US + false + bdiFMUISourceObject + Source (NPSP Data Import Object) + + + bdiFMUISuccessful + Advanced Mapping + en_US + true + bdiFMUISuccessful + successful + + + bdiFMUITarget + Advanced Mapping + en_US + true + bdiFMUITarget + Target + + + bdiFMUITargetFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUITargetFieldDataTypeHelp + The data type of the field you chose on the target object. + + + bdiFMUITargetFieldLabelHelp + Advanced Mapping + en_US + false + bdiFMUITargetFieldLabelHelp + The target field you want to connect to the NPSP Data Import field. Search by either Field Label or API Name. This is filtered to show only fields on your target object that are compatible with the field you chose on the NPSP Data Import object. + + + bdiFMUITryAgain + Advanced Mapping + en_US + true + bdiFMUITryAgain + Please try again. + + + bdiFMUIUnsuccessful + Advanced Mapping + en_US + true + bdiFMUIUnsuccessful + unsuccessful + + + bdiFMUIUpdate + Advanced Mapping + en_US + true + bdiFMUIUpdate + update + + + bdiHouseholdModelRequired + NPSP Data Importer + en_US + false + bdiHouseholdModelRequired + The NPSP Data Importer only works with the Household Account model. + + + bdiIgnored + Data Importer + en_US + false + bdiIgnored + Ignored + + + bdiImported + Data Importer + en_US + true + bdiImported + Imported + + + bdiInvalidBatchId + Data Import + en_US + true + error when the importData() API is given a invalid Batch ID. + The NPSP Data Import Batch Id {0} is invalid. + + + bdiInvalidDonationMatchingBehavior + Data Importer + en_US + true + error message if the Donation Matching Behavior is invalid + {0} is an invalid Donation Matching Behavior. + + + bdiMassDelete + Data Importer + en_US + true + BDI Confirm Mass Delete Button + Mass Delete + + + bdiMassDeleteWarning + Data Importer + en_US + true + Warning for Mass Delete Buttons + You are about to delete {0} record(s). + <br/> + <br/><b>IMPORTANT:</b> If you create gifts in your org using the Batch Gift Entry feature, we don''t recommend using the Mass Delete button. Please see the NPSP documentation for instructions on deleting records using the data loader. + + + bdiMatched + Data Importer + en_US + false + bdiMatched + Matched + + + bdiMatchedApplyNewPayment + Data Import + en_US + false + status on BDI object when user selected opp in BGE interface for new payment + Apply New Payment + + + bdiMatchedBest + Data Importer + en_US + false + Status on a bdi object to specify it was matched from an ambiguous set + Best Match Used + + + bdiMatchedByUser + Data Import + en_US + false + Status on a BDI object when user has selected matching record in BGE interface + User-Selected Match + + + bdiMatchedByUserNewOpp + Data Import + en_US + false + Status on a BDI object when user chose to create a new Opportunity in BGE + User-Selected New Opportunity + + + bdiMatchedId + Data Importer + en_US + false + BDI status when matching an object by its Salesforce ID + Matched by Id + + + bdiMatchedNone + Data Import + en_US + false + Status on a bdi object when no matching record found + Matched None + + + bdiMigrationLongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Converting Help Text mappings to Advanced Mapping is taking longer than expected. + + + bdiOMUIChildParentHelp + Advanced Mapping + en_US + true + Is Child/Parent Help Text + How the target object is related to the other Object Group. For example, a GAU Allocation is a Child of an Opportunity or a Recurring Donation is a Parent of an Opportunity. + + + bdiOMUIChildParentLabel + Advanced Mapping + en_US + true + Is Child/Parent Field Label/Column Name + Is Child/Parent + + + bdiOMUICreateModalTitle + Advanced Mapping + en_US + false + Title for the Create Object Group modal. + Create Object Group + + + bdiOMUICreateNewObjectGroup + Advanced Mapping + en_US + false + Create New Object Group button + Create New Object Group + + + bdiOMUIEditModalTitle + Advanced Mapping + en_US + true + Title for the Edit Object Group modal. + Edit Object Group + + + bdiOMUIErrorDupeName + Advanced Mapping + en_US + true + Error displayed when Group name is duplicate + Error: This name is already in use, please choose another. + + + bdiOMUIErrorInvalidValues + Advanced Mapping + en_US + true + Basic error which any modal field is missing or invalid. + Blank or invalid values in one or more fields. + + + bdiOMUIErrorLabelNameTooLong + Advanced Mapping + en_US + true + Error displayed when Group Name is too long. + Error: Group Name is too long, please shorten to 40 characters or fewer. + + + bdiOMUIErrorNoUnmappedFieldsPt1 + Advanced Mapping + en_US + true + First part of error displayed when there are no unmapped fields. + Error: There are no unmapped fields on the NPSP Data Import object to use for the + + + bdiOMUIErrorNoUnmappedFieldsPt2 + Advanced Mapping + en_US + true + Second part of error displayed when there are no unmapped fields. + . Create new fields on the NPSP Data Import object if needed. + + + bdiOMUIErrorNoValidThroughThisField + Advanced Mapping + en_US + true + Error displayed when there are no valid options for "Through This Field" + Error: There are no valid fields based on what you selected in "Object Name", "Is Child/Parent", and "Of This Mapping Group" + + + bdiOMUIFieldMappingProblemHeader + Advanced Mapping + en_US + true + Toast warning header about Field Mapping issues + Check Field Mappings + + + bdiOMUIFieldMappingProblemMessagePart1 + Advanced Mapping + en_US + true + Warning body, first part, about Field Mapping issues + There is a problem with the Field Mappings listed below. + + + bdiOMUIFieldMappingProblemMessagePart2 + Advanced Mapping + en_US + true + Warning body, second part, about Field Mapping issues + Make sure the NPSP Data Import and target fields still exist and edit or delete the Field Mapping. + + + bdiOMUIGroupNameHelp + Advanced Mapping + en_US + true + Object Group Name Help Text + The name of this Object Group. A common naming convention is [object name] Group. + + + bdiOMUIGroupNameLabel + Advanced Mapping + en_US + true + Object Group Name Label/Column Name + Group Name + + + bdiOMUIImportDetailsTitle + Advanced Mapping + en_US + true + Title for the Import Details section of the modal + Import Details + + + bdiOMUIImportStatusHelp + Advanced Mapping + en_US + true + Import Status Helptext + During Dry Run or when the import processes, the status of the import for the Object Group shows in this field. + + + bdiOMUIImportStatusLabel + Advanced Mapping + en_US + true + Import Status Field Label/Column Name + Import Status + + + bdiOMUILinkToRecordHelp + Advanced Mapping + en_US + true + Link to Record Helptext + When the import processes, this field will have a link to this Object Group's record or it will display the Salesforce ID of the record. + + + bdiOMUILinkToRecordLabel + Advanced Mapping + en_US + true + Link to Record Label/Column Name + Link to Record + + + bdiOMUILongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Modifying this Object Group is taking longer than expected. + + + bdiOMUIObjectGroupsTitle + Advanced Mapping + en_US + true + Object Groups Title + Object Groups + + + bdiOMUIObjectNameHelp + Advanced Mapping + en_US + true + Object Name Helptext + The target object where these data import records will be created. This is a filtered list of objects; please see the documentation for a full list of available objects. + + + bdiOMUIObjectNameLabel + Advanced Mapping + en_US + true + Object Name Label/Column Name + Object Name + + + bdiOMUIOfGroupHelp + Advanced Mapping + en_US + true + Of This Object Group Helptext + Your target object's records are related to another Object Group. Choose the related Object Group here. + + + bdiOMUIOfGroupLabel + Advanced Mapping + en_US + true + Of This Object Group Label/Column + Of This Object Group + + + bdiOMUIPageDescriptionPt1 + Advanced Mapping + en_US + true + Object groups description part 1 + Each row of this table shows your Object Groups. You'll set up individual field mappings when you click the dropdown icon for an Object Group, then click View Field Mappings. + + + bdiOMUIPageDescriptionPt2 + Advanced Mapping + en_US + true + Object groups description part 2 + Object Groups are collections of field mappings that tell the NPSP Data Import tool what types of records (e.g. Contacts, Opportunities, Payments, etc.) to create or update. NPSP is able to link related records within a single row of your import to one another because fields mappings are bundled in Object Groups in this way. + + + bdiOMUIPageDescriptionPt3 + Advanced Mapping + en_US + true + Object groups description part 3 + Let’s look at the two GAU Allocation 1 and GAU Allocation 2 Object Groups as an example. These object groups link directly to the Opportunity object. At times, + you may want to assign two GAU Allocations to a single Opportunity. To achieve this, in your import file enter the Opportunity information in the Donations columns, + then include the first GAU in the GAU Allocations 1 columns and the second GAU Allocation in the GAU Allocations 2 columns. Because of the GAU Allocation 1 and + GAU Allocation 2 Object Mappings, when you import, the two GAU Allocations are both assigned to the Opportunity. + + + bdiOMUIThroughFieldHelp + Advanced Mapping + en_US + true + Through This Field Helptext + The Lookup Relationship or Master-Detail field that connects your target object to the related Object Group. + If the target object is a child of the related object, this field will be on the target object. Alternatively, + if the target object is the parent of the related object, this field will be on the related object. + + + bdiOMUIThroughFieldLabel + Advanced Mapping + en_US + true + Through this field Label/Column Name + Through This Field + + + bdiOMUIViewFieldMappingsLabel + Advanced Mapping + en_US + true + View Field Mappings action + View Field Mappings + + + bdiPositiveNumber + Data Importer + en_US + true + error when numeric settings set to negative number + {0} must be a positive number. + + + bdiRecordsFailed + Data Importer + en_US + false + bdiRecordsFailed + Records failed: + + + bdiRecordsImported + Data Importer + en_US + false + bdiRecordsImported + Records imported: + + + bdiRecordsProcessed + Data Importer + en_US + false + bdiRecordsProcessed + Records processed: + + + bdiRunBtn + Data Importer + en_US + false + bdiRunBtn + Begin Data Import Process + + + bdiSelectCantProcessBatchDIRecords + Data Importer + en_US + true + bdiSelectCantProcessBatchDIRecords + You selected records linked to an NPSP Data Import Batch. To import records associated with an NPSP Data Import Batch, open the batch and click Process Batch. + + + bdiSelectCantProcessImportedRecords + Data Importer + en_US + true + bdiSelectCantProcessImportedRecords + You can't import records that have already been imported. Remove records with the Imported status from your selection. + + + bdiSelectNoDIRecordsSelected + Data Importer + en_US + true + bdiSelectNoDIRecordsSelected + Select one or more Data Import records. + + + bdiSelectReturnToListView + Data Importer + en_US + true + bdiSelectReturnToListView + Go Back + + + bdiSelectTooManyDIRecords + Data Importer + en_US + true + bdiSelectTooManyDIRecords + Select up to {0} Data Import records. + + + bdiSettingsSectionContactMatching + Batch Data Import + en_US + true + section label for contact matching rules in bDI + Contact & Account Matching + + + bdiSettingsSectionDonationMatching + Batch Data Import + en_US + true + section label for Donation Matching in BDI Settings + Donation Matching + + + bdiSettingsSectionExtensibility + Batch Data Import + en_US + true + section label for Extensibility in BDI Settings + Extensibility + + + bdiStatus + Data Importer + en_US + false + bdiStatus + Current Status: + + + bdiStatusProcessed + Data Importer + en_US + false + bdiStatusProcessed + processed {0} of {1} total batches. + + + bdiStatusProcessing + Data Importer + en_US + false + bdiStatusProcessing + is currently processing batch {0} of {1} total batches. + + + bdiTime + Data Importer + en_US + false + bdiTime + Time: + + + bdiUpdated + Data Importer + en_US + true + bdiUpdated + Updated + + + bgeActionDelete + en_US + true + Delete action for Batch Gift Entry + Delete + + + bgeActionView + en_US + true + View action for Batch Gift Entry + View + + + bgeBatchAvailableFields + en_US + true + bgeBatchAvailableFields + Available Fields + + + bgeBatchBatchProcessSizeHelp + en_US + true + Used as field help text since help text is not upgradeable. + The number of records to process at a time in each batch. + + + bgeBatchDonationDateRangeHelp + en_US + true + Used as field help text since help text is not upgradeable. + Enter the number of days from the Donation Date to consider when looking for a matching Opportunity or Payment. NPSP will choose the matching Opp or Payment whose date falls within the number of days AND is closest to the Donation Date. + + + bgeBatchDonationMatchingBehaviorHelp + en_US + true + Used as field help text since help text is not upgradeable. + Defines how NPSP should handle matching Donations. + + + bgeBatchDonationMatchingClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IMatching interface for Donations. Leave blank to let NPSP handle matching. + + + bgeBatchDonationMatchingRuleHelp + en_US + true + Used as field help text since help text is not upgradeable. + You can match against any of the Opportunity or Payment fields that you chose to include in this batch. + + + bgeBatchDonorLookupInfo + en_US + true + Explanation text for hidden lookup fields. + Select the fields to use for entering gifts in this batch. Donor Type and an Account or Contact lookup will always appear. You will only see fields that you have access to. + + + bgeBatchDryRun + en_US + true + Text for batch dry run in BGE. + Batch Dry Run + + + bgeBatchErrorRequiredFields + en_US + true + Error shown when required fields are missing. + The following fields are required because other fields from their object are selected. Select them before proceeding: + + + bgeBatchInfoWizard + en_US + true + Header for Batch Info in Wizard prompting user entry + Enter Batch Info + + + bgeBatchOverview + en_US + true + Header for Batch Info in View Mode + Batch Info + + + bgeBatchOverviewWizard + en_US + true + Header for Batch Info in Wizard + Enter Batch Info + + + bgeBatchPostProcessClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IPostProcess interface for NPSP batch records. + + + bgeBatchProcessUsingScheduledJobHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, the batch will be automatically processed based on the schedule for the associated job. + + + bgeBatchRunOpportunityRollupsWhileProcessingHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, NPSP calculates donor rollups when donations are processed. If unchecked, donor rollups are calculated during the default nightly Scheduled Job. Note that selecting this checkbox may slow down processing of this batch. + + + bgeBatchSelectedFields + en_US + true + bgeBatchActiveFields + Selected Fields + + + bgeBatchSelectFields + en_US + true + Header and text for Field Selection + Select Fields + + + bgeBatchSetBatchOptions + en_US + true + Header for Batch Options + Set Batch Options + + + bgeBatchSetFieldOptions + en_US + true + Header for Batch Field Options + Set Field Options + + + bgeCopyBatchSetupBatchNameAppend + en_US + true + Button text for copying existing Batch setup to a new Batch. + COPY + + + bgeCopyBatchSetupButton + en_US + true + Button text for copying existing Batch setup to a new Batch. + Copy Batch Setup + + + bgeDonationSelectorHelp + en_US + true + Help text to appear in Donation Selector modal in BGE. + This screen displays unpaid Payments and open Opportunities that have no unpaid Payments. + + + bgeDryRunComplete + en_US + true + Success message when batch dry run completes in BGE. + Batch Dry Run Complete + + + bgeEditBatchFieldOptionsWarning + en_US + true + Warning message for Field Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. + + + bgeEditBatchFieldSelectionWarning + en_US + true + Warning message for Select Fields step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. If you remove fields, those fields no longer appear on the gift entry screen, but data isn't deleted from those fields on existing records. Therefore, we recommend that you do not remove fields. + + + bgeEditBatchOptionsWarning + en_US + true + Warning message for Batch Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. We will not attempt to match existing records using updated donation matching rule settings, unless those records are edited. + + + bgeEditPaymentInformation + en_US + true + Warns users to re-enter payment information when editing Elevate-connected gifts + You can't edit this Elevate-connected gift until you re-enter the payment information. Select Edit Payment Information. + + + bgeFLSError + en_US + true + Label that appears when user does not pass FLS check in BGE + You don't have the required field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + bgeFormMatchingModalText + en_US + true + Header text to prompt user to select a donation to update + Select the record you want to update. + + + bgeFormNewDonationHelptext + en_US + true + Help text to indicate user is creating a new opportunity + You are currently creating a new Opportunity. + + + bgeFormNewPaymentHelptext + en_US + true + Help text to indicate user is applying a new payment to an opportunity + You are currently applying a new Payment to Opportunity: + + + bgeFormNoneLink + en_US + true + Link to create a new opportunity + Alternatively, create a new Opportunity. + + + bgeFormSelectedOpportunity + en_US + true + Denotes donation selected in the BGE UI entry form. + Updating this Opportunity + + + bgeFormSelectedOpportunityApplyNewPayment + en_US + true + Denotes donation selected in the BGE UI entry form will receive a new payment. + Applying New Payment + + + bgeFormSelectedPayment + en_US + true + Denotes donation selected in the BGE UI entry form. + Selected Payment + + + bgeFormUpdateDonation + en_US + true + Link text to change selected donation + Update your donation selection + + + bgeFormUpdateHelptext + en_US + true + Help text to indicate that user has selected a donation + You are currently updating: + + + bgeFormUpdateOpportunity + en_US + true + Button text to select an opportunity to update in BGE + Update this Opportunity + + + bgeFormUpdatePayment + en_US + true + Button text to select a payment to update in BGE + Update this Payment + + + bgeGridAllGifts + en_US + true + Label for Gift Entry Grid + All Gifts + + + bgeGridDonorType + en_US + true + Label for Donor Type picklist + Donor Type + + + bgeGridErrorConflictingGifts + en_US + true + Message preventing user from processing batch if there are conflicting gifts. + There are conflicting gifts in this batch. You will need to resolve these conflicts before you're able to process this batch. + + + bgeGridErrorFromDryRun + en_US + true + Message preventing user from processing batch if there are errors. + There are errors on one or more entries. You must resolve all errors before you can process this batch. + + + bgeGridErrorRequiredTotalsExpected + en_US + true + Message preventing user from processing batch if totals don't match expected + Either the count of gifts or the total gifts doesn't match the expected values for this batch. These values must match before you can process the batch. + + + bgeGridGiftCountHeader + en_US + true + Label to give context to the progress bar. + Gifts Entered + + + bgeGridGiftDeleted + en_US + true + Success message when gift is deleted. + Gift successfully deleted. + + + bgeGridGiftSaved + en_US + true + Success message when gift is saved. + New gift has been added to the batch. + + + bgeGridGiftUpdated + en_US + true + Success message when gift is updated. + Gifts successfully updated. + + + bgeGridNoGiftsBody + en_US + true + Body message when no gifts are associated with batch. + Enter a new gift and it will appear here. + + + bgeGridNoGiftsHeader + en_US + true + Header message when no gifts are associated with batch. + Looks like you haven't entered any gifts yet! + + + bgeGridTotalAmount + en_US + true + Total amount matching expected amount. + Total Amount: + + + bgeGridTotalCount + en_US + true + Total count versus expected count. + Total Count: + + + bgeGridWarningRequiredTotalsExpected + en_US + true + Message warning user if totals don't match expected + Require Expected Totals Match is selected but the Expected Count of Gifts and Expected Total Batch Amount fields are blank. Edit the batch details and either uncheck Require Expected Totals Match or add values in the related fields. + + + bgeMatchingAlert + en_US + true + Alerts user that there are matched donations + This donor has pending donations. + + + bgeMatchingSelect + en_US + true + Label for Select Open Donation text and modal header + Review Donations + + + bgeNewBatch + en_US + true + Button to create a new batch. + New Batch + + + bgeNewGift + en_US + true + Label for Gift Entry Form + New Gift + + + bgeNotSupportedBody + Batch Gift Entry + en_US + true + Batch Gift Entry + As of July 13, 2021, Batch Gift Entry is no longer supported and has been replaced by Gift Entry. + If you have any in-progress batches, you can still access those records, but you can't process them using Batch Gift Entry. + Contact support if you need to access in-progress batches. + You may want to explore Gift Entry as an alternative to Batch Gift Entry. + + + bgeNotSupportedHeader + Batch Gift Entry + en_US + true + Batch Gift Entry + Batch Gift Entry Not Supported + + + bgeProcessBatch + en_US + true + Button to process a batch. + Process Batch + + + bgeProcessBatchAndPayments + en_US + true + Button to process a batch and payments through {0} + Process Batch & Payments + + + bgeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Gift Entry retirement & recommendations + On July 13, 2021, legacy Batch Gift Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Gift Entry. To ensure a smooth transition, enable and use the newer Gift Entry in advance of July 13th. + + + bgeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Gift Entry retiring + Retiring Batch Gift Entry + + + bgeTabHeader + en_US + true + Header used for Batch Gift Entry tab + Batch Gift Entry + + + bgeUnmappedFieldsNoticeHeader + en_US + true + Header used for the Batch Gift Entry tab unmapped fields notice. + Field Mapping Changed + + + bgeUnmappedFieldsNoticeMessageAdvancedMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping enabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to Advanced Mapping in NPSP Settings and map the fields again. + + + bgeUnmappedFieldsNoticeMessageHelpTextMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping disabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to the NPSP Data Import object and map the fields again using Help Text. + + + bgeUnmappedFieldsNoticeTitle + en_US + true + Title used for the Batch Gift Entry tab unmapped fields notice. + Batch Includes Unmapped Fields + + + bgeWizardHideAdvancedOptions + en_US + true + Label for link to hide advanced options in the Wizard + Hide Advanced Options + + + bgeWizardShowAdvancedOptions + en_US + true + Label for link to show advanced options in the Wizard + Show Advanced Options + + + btnContinue + en_US + true + button label to Continue an action + Continue + + + btnRemove + Manage Household UI + en_US + false + button label on the Remove Contact popup + Remove + + + CallableApiJobScheduleInvalidClass + API + en_US + true + CallableApi Job.Schedule Invalid Class + The Apex class {0} doesn''t exist or doesn''t implement the Schedulable interface. + + + CallableApiMaximumRecordsExceeded + API + en_US + true + CallableApi Method Maximum Records Exceeded + {0} is the maximum number of records this CallableApi method can process in one API request. Use a batch or queueable job. + + + CallableApiMethodNotImplemented + API + en_US + true + CallableApi Method Not Implemented + {0} is not implemented + + + CallableApiParameterError + API + en_US + true + Error parsing/type casting a parameter + Error parsing {0} parameter: {1} + + + CallableApiProcessingError + API + en_US + true + Error completing the specified API call + Error completing the {0} api: {1} + + + campaignMemberStatusDefault + Campaign Member + en_US + false + campaignMemberStatusDefault + campaignMemberStatusDefault + + + campaignMemberStatusNonResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusNonResponded + campaignMemberStatusNonResponded + + + CampaignMemberStatusOmit + Opportunity, Campaign Member + en_US + false + CampaignMemberStatusOmit + omit + + + campaignMemberStatusResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusResponded + campaignMemberStatusResponded + + + CascadeDeletionError + Error + en_US + true + Cascade Deletion Error Message In Classic + You can''t delete {0} because it''s associated with the following records. Delete or re-associate these records and then try again.<br/><br/>{1} + + + CascadeDeletionErrorLightning + Error + en_US + true + Cascade Deletion Error Message In Lightning Experience + You can''t delete {0} because it''s associated with these records: {1}. Delete or re-associate these records and then try again. + + + changeAmountOrFrequency + RDAction + en_US + true + Label for change amount and frequency Recurring Donations Action + Change Amount or Frequency + + + ClosedWonOpportunities + Error + en_US + true + ClosedWonOpportunities + Closed Won Opportunities + + + CMT_DeleteConfirm + Settings + en_US + true + Confirmation message when a user wants to delete something. + Are you sure you want to delete this {0}? + + + CMT_FilterGroupActiveRollupsHelpText + Settings + en_US + true + Help text for the rollups tree + The list of rollups that are using this filter group. As long as there are rollups listed here, you can't delete this filter group. + + + CMT_FilterGroupDeleteError + Settings + en_US + true + Error message when a user wants to delete a filter group with rollups. + You can't delete this filter group because there is at least one rollup using it. To delete this filter group, either remove it from the associated rollups or delete the rollups. + + + CMT_FilterGroupDescriptionHelpText + Settings + en_US + true + Help text for the filter group description + It's important to enter a detailed description that explains the filter rules in this group so that users in your org can understand if this filter group is right for their rollup. + + + CMT_FilterGroupNameHelpText + Settings + en_US + true + Help text for the filter group name + A unique name for this filter group. + + + CMT_FilterGroupNameLimitError + Settings + en_US + true + New filter group button + Filter group name is limited to 40 characters. + + + CMT_FilterNew + Settings + en_US + true + New filter group button + New Filter Group + + + CMT_FilterRuleDeleteWarning + Settings + en_US + true + Warning message when a user wants to delete a filter rule. + There are rollups using the filter group that this rule is part of. If you delete this filter rule, it will affect those rollup calculations. Are you sure you want to delete? + + + CMT_FilterRuleDuplicateError + Settings + en_US + true + Warning message when a user creates a duplicate filter rule. + This filter rule already exists in this filter group. Edit one or more fields to create a unique filter rule. + + + CMT_FilterRuleFieldsMissing + Settings + en_US + true + Error message preventing a user from saving a filter rule with fields missing. + One or more fields are missing. Complete all fields to save this filter rule. + + + CMT_FilterRulesHelpText + Settings + en_US + true + Help text for the filter rules + The list of rules included in this filter group. The filter rules set the criteria to ensure that you only get the data you need. Keep in mind that filter groups use AND criteria for filter rules, so if the data doesn't match ALL filter rules within a filter group, it won't be included in the rollup. + + + CMT_FilterRulesValueHelpText + Settings + en_US + true + Help text for the filter rule value field + If the Operator is In List or Not in List and you don't see a picklist, enter values separated by semi-colons. + + + commonAccessErrorMessage + Error + en_US + true + Page-level error for database-level security check + You don't have the required permissions to perform this action. Contact your system administrator for assistance. + + + commonAccountNumber + Gift Entry + en_US + true + Common label for Account Number + Account Number + + + commonACHLast4 + Gift Entry + en_US + true + Common label for ach last 4 + ACH Last 4 + + + commonActivate + Auto Number + en_US + true + Activate + Activate + + + commonAdminPermissionErrorMessage + Gift Entry + en_US + true + Page-level error message about permissions + You must be a System Administrator to access this page. + + + commonAdminPermissionErrorTitle + Gift Entry + en_US + true + Page-level error title about permissions + Check Your Permissions + + + commonAmount + Gift Entry + en_US + true + Amount + Amount + + + commonAssistiveError + Gift Entry + en_US + true + Assistive text for the header of an error page level message. + error + + + commonAssistiveInfo + Gift Entry + en_US + true + Assistive text for the header of an info page level message. + info + + + commonAssistiveSuccess + Gift Entry + en_US + true + Assistive text for the header of a success page level message. + success + + + commonAssistiveWarning + Gift Entry + en_US + true + Assistive text for the header of a warning page level message. + warning + + + commonBack + Gift Entry + en_US + true + Back + Back + + + commonBatches + Gift Entry + en_US + true + Batches + Batches + + + commonCancel + Gift Entry + en_US + true + Cancel + Cancel + + + commonCancelAndClose + Button + en_US + true + Cancel and close label + Cancel and close + + + commonCardholderName + Gift Entry, Recurring Donations + en_US + true + Label for the cardholder name during credit card entry + Cardholder Name + + + commonCardLast4 + Gift Entry + en_US + true + Common label for card last 4 + Card Last 4 + + + commonCardType + Gift Entry + en_US + true + Common label for credit card type + Card Type + + + commonClone + Gift Entry + en_US + true + Clone + Clone + + + commonClose + Button + en_US + true + Close button label + Close + + + commonConcurrentBatchError + Settings + en_US + true + Error when a batch job is executed while the same batch job is already running. + There''s already a job running on the {0} Apex class. The job must complete before it can be run again. + + + commonContactCount + Contact Merge + en_US + true + Contact Count + Contact Count + + + commonContactSystemAdminMessage + Entry-Form + en_US + true + Message indicating user should contact the system administrator for help + Contact your system administrator for help. + + + commonCreditNumber + Gift Entry + en_US + true + Common label for credit card number + Card Number + + + commonCriticalError + Gift Entry + en_US + true + Critical Error + Critical Error + + + commonCVC + Gift Entry + en_US + true + Common label for CVC code + CVC + + + commonCVV + Gift Entry + en_US + true + Common label for CVV code + CVV + + + commonDate + Donation + en_US + true + Date + Date + + + commonDeactivate + Auto Number + en_US + true + Deactivate + Deactivate + + + commonDefaultValue + Gift Entry + en_US + true + Default Value + Default Value + + + commonDelete + Gift Entry + en_US + true + Delete + Delete + + + commonEdit + Gift Entry + en_US + true + Edit + Edit + + + commonEditPaymentInformation + Recurring-Donations, Gift Entry + en_US + true + Text to edit payment information + Edit payment information. + + + commonElevateFailedOnboarding + Gift Entry + en_US + true + Failure message if a customer fails to get onboarded + An error has occurred with onboarding this elevate customer + + + commonError + Gift Entry + en_US + true + Error + Error + + + commonErrorPrefix + Recurring Donations + en_US + true + Error prefix + Error: {0} + + + commonFieldLabel + Gift Entry + en_US + true + Field Label + Field Label + + + commonFieldNotFound + Gift Entry + en_US + true + Field not found + Field not found + + + commonFieldsNotFound + Gift Entry + en_US + true + Fields Not Found + Fields Not Found + + + commonGauAllocations + Gift Entry + en_US + true + Common label for GAU Allocations + GAU Allocations + + + commonGeneralAccountUnit + Gift Entry + en_US + true + Common label for General Accounting Unit + General Account Unit + + + commonInsufficientPermissions + Error + en_US + true + Indicates user does not have permissions for the action + Insufficient Permissions + + + commonJWTInvalidKey + Gift Entry + en_US + true + Failure message if an invalid key was provided + The key must contain a value and use the base64 format. + + + commonJWTInvalidPayload + Gift Entry + en_US + true + Failure message if an invalid JSON payload was provided + The JSON payload must contain a value. + + + commonMissingRequiredFields + Gift Entry + en_US + true + Page-level error message about missing required fields + These required fields must be completed: {0} + + + commonMMYY + Gift Entry + en_US + true + Common label for expiration date (MM/YY) + Exp. Date + + + commonNewGift + Gift Entry + en_US + true + New Gift + New Gift + + + commonNext + Gift Entry + en_US + true + Next + Next + + + commonNo + Gift Entry + en_US + true + No + No + + + commonNoItems + Gift Entry + en_US + true + Notification for empty tables + No items to display. + + + commonNoneSpecified + Settings + en_US + true + None specified + None specified + + + commonOkay + Batch Data Entry + en_US + true + Okay + Okay + + + commonOpen + Gift Entry + en_US + true + Open + Open + + + commonPaymentProcessingErrors + Gift Entry + en_US + true + Payment Processing Errors + Payment Processing Errors + + + commonPaymentServices + Gift Entry + en_US + true + Common label for Elevate Payment Services + Salesforce.org Elevate + + + commonPercent + Gift Entry + en_US + true + Percent + Percent + + + commonPermissionErrorMessage + Gift Entry + en_US + true + Page-level error for database-level security check + You don't have the necessary access to use this feature. Please check with your Salesforce Administrator. + + + commonReadMore + Gift Entry + en_US + true + Read More + Read More + + + commonRecordsFailed + Gift Entry + en_US + true + Records Failed + Records Failed + + + commonRecordsProcessed + Gift Entry + en_US + true + Records Processed + Records Processed + + + commonRefreshPage + Payment + en_US + true + Refresh page to show the latest updates. + Refresh page to show the latest updates. + + + commonRequired + Gift Entry + en_US + true + Required + Required + + + commonReviewForm + Gift Entry + en_US + true + Review Form + Review Form + + + commonRoutingNumber + Gift Entry + en_US + true + Common label for Routing Number + Routing Number + + + commonSave + Gift Entry + en_US + true + Save + Save + + + commonSaveAndClose + Gift Entry + en_US + true + Save and Close + Save & Close + + + commonSelectOptionPlaceholder + Combobox + en_US + true + Contains value for a placeholder on a dropdown field + Select an Option + + + commonSoftCredits + Gift Entry + en_US + true + Common label for Soft Credits + Soft Credits + + + commonTemplate + Gift Entry + en_US + true + Template + Template + + + commonTemplates + Gift Entry + en_US + true + Templates + Templates + + + commonUnknownError + Gift Entry + en_US + true + Unknown Error + Unknown Error + + + commonUpdate + Gift Entry + en_US + true + Update + Update + + + commonViewAll + Gift Entry + en_US + true + View All + View All + + + commonViewErrorLog + Recurring Donation + en_US + true + Link value displaying error logs for a record + View Error Log + + + commonViewMore + Gift Entry + en_US + true + View More + View More + + + commonWaitMessage + Entry-Form + en_US + true + Spinner text displayed to indicate process might take long time + Please wait... + + + commonWarning + Gift Entry + en_US + true + Warning + Warning + + + commonYes + Gift Entry + en_US + true + Yes + Yes + + + conFailedAccountCreate + Data Import, Contacts + en_US + true + Used when NPSP hits an error trying to create an account for a contact + Failed to create Account for Contact {0} {1}. {2} + + + ConfirmDeleteAccount + Error, Delete + en_US + true + ConfirmDeleteAccount + {0} is the only Contact in the {1} Account. Deleting this Contact would leave an empty Account. Would you like to delete {1}, including {0}, instead? + + + ConfirmDeleteLeaveAccountEmpty + Error, Delete + en_US + true + ConfirmDeleteLeaveAccountEmpty + {0} is the only Contact in the Account. Deleting this Contact would leave an empty Account. + + + conMergeBtnLabel + Contact Merge + en_US + true + conMergeBtnLabel + Merge + + + conMergeDRSPickBtnLabel + Contact Merge + en_US + true + conMergeDRSPickBtnLabel + Pick + + + conMergeDRSStep1 + Contact Merge + en_US + true + DRS Contact Merge Step 1 + Select the Duplicate Record Sets you want to merge + + + conMergeErrNoPersonAccounts + Contact Merge + en_US + false + conMergeErrNoPersonAccounts + Person accounts are not supported. + + + conMergeErrorNoDeleteObjPermission + Contact Merge + en_US + true + Delete permission on the Contact object is required to for merging + You must have Delete permissions on Contacts in order to merge Contacts. + + + conMergeErrorNoDeleteRecAccess + Contact Merge + en_US + true + Record sharing permission on the Contact object is required to for merging + You don't have the record sharing permissions to merge these Contacts. Select other Contact records or your system administrator may need to adjust sharing permissions. + + + conMergeErrorNoDRSFound + Contact Merge + en_US + true + Error to be displayed when no DRS records are found + <b>No Duplicate Record Sets.</b></br></br> No Duplicate Record Sets found. Make sure duplicate rules are enabled. <a href="https://help.salesforce.com/articleView?id=duplicate_rules_map_of_reference.htm&type=5" target="_blank">More Info</a>. + + + conMergeErrorNoReadDSRObjPermission + Contact Merge + en_US + true + Read permission on the Contact object is required to for merging + You must have Read permissions on Duplicate Record Sets in order to merge Contacts. + + + conMergeFirstContactLabel + Contact Merge + en_US + true + Name of First Contact in the Duplicate Record Set + First Contact Name + + + conMergeFoundContacts + Contact Merge + en_US + true + conMergeFoundContacts + Found Contacts + + + conMergeFoundDRS + Contact Merge + en_US + true + conMergeFoundDRS + Duplicate Record Sets + + + conMergePageTitle + Contact Merge + en_US + true + conMergePageTitle + Contact Merge + + + conMergePageTitleDetail + Contact Merge + en_US + true + conMergePageTitleDetail + Merge Duplicate Contact Records + + + conMergePortalUser + Contact Merge + en_US + true + Label for Is Portal/Community User + Is a Portal/Community User + + + conMergeSearchConText + Contact Merge + en_US + true + Text to be display before the 'Search Contact' button + Search for specific Contacts to see if they have duplicates + + + conMergeSearchPlaceholder + Contact Merge + en_US + true + conMergeSearchPlaceholder + Search Contacts + + + conMergeSeeDupConDRS + Contact Merge + en_US + true + conMergeSeeDupConDRS + See Duplicate Contacts + + + conMergeSeeDupConText + Contact Merge + en_US + true + Text to be display before the "See Duplicate Contact" button + See all duplicate Contacts found using matching rules. <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Merge_Contacts.htm&type=5" target="_blank"><b> Tell Me More </b></a> + + + conMergeSelectAll + Contact Merge + en_US + true + conMergeSelectAll + Select All + + + conMergeSelectContact + Contact Merge + en_US + true + conMergeSelectContact + Select Contact + + + conMergeSelectedContacts + Contact Merge + en_US + true + conMergeSelectedContacts + Selected Contacts + + + conMergeStageComplete + Contact Merge + en_US + true + conMergeStageComplete + Stage Complete + + + conMergeStageCurrent + Contact Merge + en_US + true + conMergeStageCurrent + Current Stage + + + conMergeStageNotStarted + Contact Merge + en_US + true + conMergeStageNotStarted + Stage Not Started + + + conMergeTooManyContactError + Contact Merge + en_US + true + Error to be displayed when there are to many contact records + Too many duplicate contacts. Please use Search contact option to merge contacts + + + conMergeWinnerAsstText + Contact Merge + en_US + true + conMergeWinnerAsstText + Choose this column as the master record + + + CONV_Accept_Risk + en_US + false + Risk Accepted + I accept the risk associated with using this tool, including data loss and inconsistent data. + + + CONV_Account_Field + en_US + false + Account Field + Account Field + + + CONV_Account_Field_For_Old_HH_ID + en_US + false + Account Field For Old HH ID + Select a field to store the original Household object Id. + + + CONV_Activities_Reparented + en_US + false + Activites Reparented + Transfers Activities and Tasks associated with One-to-One or Individual Accounts to new Household Accounts. + + + CONV_Address_Overrides_Set + en_US + false + Address Overrides + Selects Address Override for any Contact whose address is different from the Household Address. + + + CONV_Addresses_Mapped + en_US + false + Addresses Mapped + Creates Address records based on existing Household and Contact addresses, and associates the new Address records with the new Household Accounts. + + + CONV_All_Backed_Up + en_US + false + All Data Backed Up + I've backed up my data using the Export Data tool in Setup | Data Management. + + + CONV_All_Dup_Rules_Disabled + en_US + false + CONV_All_Dup_Rules_Disabled + I have disabled all Data.com Duplication Management Rules. + + + CONV_All_Households_Selected + en_US + false + All Households Selected + Runs the conversion process for all existing Household objects and related Contacts. (Does not run conversion for Contacts not currently associated with a Household.) + + + CONV_All_Required_Removed + en_US + false + All Required Removed + I have removed required field restrictions for all custom fields. + + + CONV_All_Triggers_Disabled + en_US + false + All Triggers disabled + Disables all NPSP triggers. NOTE: The tool does not disable your custom triggers. You should manually disable any custom triggers before proceeding. + + + CONV_All_Users_Logged_Out + en_US + false + All Users Logged Out + All users have logged out of my Salesforce instance. + + + CONV_All_WFR_Disabled + en_US + false + All WFR and VR Disabled + I have disabled all workflows and custom validation rules. + + + CONV_Batching_Explanation + en_US + false + Batching Explanation + This tool will process your existing Contacts with Households in batches of 200 Households at a time, attempting to convert them to Household Accounts. Any errors during the conversion will result in one or more failed batches of Contacts while other batches may succeed. This could leave your data in an inconsistent state. If this occurs, you will need to immediately resolve the issue and re-run the conversion utility. This tool takes the following actions in converting your data: + + + CONV_Begin + en_US + false + Begin Conversion + Begin Conversion Process + + + CONV_Cancel + en_US + false + Cancel + Cancel + + + CONV_Configuration_Options + en_US + false + Configuration Options + Configuration Options + + + CONV_Contacts_Attached + en_US + false + Contacts Attached to Household + Disconnects Contacts from their One-to-One or Individual Account, and attaches them to their newly created Household Account. + + + CONV_Conversion_Process + en_US + false + Account Model Conversion Progress + Account Model Conversion Progress + + + CONV_ConversionAccessDenied + en_US + true + Error displayed when user does not have permissions for the conversion process + You don't have the required system permissions to convert. Contact your system administrator for assistance. + + + CONV_Fundamental_Changes + en_US + false + Fundamental Changes + You are about to make fundamental changes to your Salesforce data and data model. Reports, dashboards, and more may have to be modified to account for these changes. Salesforce.com and Salesforce.org are not responsible for any data or data integrity loss. Do you still wish to proceed? + + + CONV_Important_Info_Header + en_US + false + Important Information Header + Important Information + + + CONV_Local_Expert + en_US + false + Local Expert + I've consulted with my local Salesforce expert. + + + CONV_Master_Address_Set + en_US + false + Master Address Set + Sets the Household Account address. Uses the current Household address if it exists, or one of the Contact addresses based on frequency of use or highest Contact giving. + + + CONV_New_Affiliations + en_US + false + New Affiliations Created + Restructures Contact and org Account associations by creating Affiliation records, and sets the Primary Affiliation field on Contact. + + + CONV_New_Households_Created + en_US + false + New Households Created + Creates a new Household Account for each Household object record. + + + CONV_Non_NPSP_Apps + en_US + false + Non-NPSP Apps + I have disabled or temporarily uninstalled all non-NPSP apps. + + + CONV_Old_Household_Objects + en_US + false + Old Household Objects + Does NOT delete Household objects after conversion is complete. You should manually delete these after you've verified the conversion. + + + CONV_Only_Household_Contacts + en_US + false + Only Household Contacts + I am aware this tool will only work for Contacts that currently have a Household associated. + + + CONV_Opportunities_Reparented + en_US + false + Opportunities Reparented + Removes Opportunities from One-to-One or Individual Accounts and associates them with the new Household Accounts. + + + CONV_Original_HH_Id + en_US + false + Original HH Id + You can optionally select a custom field on Account to store the original Household object Id. Storing this Id can be useful if you later want to reparent any lookups or child objects originally on the Household object to the new Household Account. Account Field selections are limited to unused custom text or text area fields. + + + CONV_Page_Description + en_US + false + Page Description + This page is designed to help you convert your organization from an existing One-to-One or Individual Account Model to the Household Account Model. + + + CONV_Page_Title + en_US + false + Page Title + Account Model Conversion Utility + + + CONV_Permanent_Change + en_US + false + Permanent Change Info + Account Model Conversion is a permanent change. Please consider this action carefully before proceeding. While the conversion is in process, your database functionality will be temporarily disabled. Salesforce.com and Salesforce.org are not responsible for any data loss, modifications, or corruption that occur as a result of this operation. Please proceed at YOUR OWN RISK. You'll need to confirm that you've taken the following steps before beginning the conversion: + + + CONV_Primary_Contacts_Set + en_US + false + Primary Contacts Set + Sets Primary Contact values for all Household Accounts. + + + CONV_Proceed + en_US + false + Proceed + Proceed with Conversion + + + CONV_Record_Ownership_Transferred + en_US + false + Record Ownership Transferred + I have transferred any records owned by inactive users to active users. + + + CONV_Reload + en_US + false + Reload + Reload the Converter + + + CONV_Selected_Field_Bad + en_US + false + Selected Field Not Able to Hold ID + The field you selected to store the Household Id is of the wrong datatype or invalid in some way. Please select a different Account field. + + + CONV_Selected_Field_Verification_Failure + en_US + false + Selected Field Not Verified for Id + The conversion tool encountered an error when attempting to verify the validity of your selected Account field. Without this verification, the conversion tool can't determine if your field mapping, and therefore your conversion, will be successful. You may proceed at your own risk, or select a different field to hold the Household Id. + + + CONV_Tested_in_Sandbox + en_US + false + Tested in Sandbox + I have tested the conversion process in a fresh sandbox. + + + CONV_Triggers_Reenabled + en_US + false + Triggers ReEnabled + Re-enables all NPSP triggers. NOTE: You'll need to manually re-enable any custom triggers you disabled for the conversion. Also, the utility re-enables <b>all</b> NPSP triggers, so if you selectively disabled any of them beforehand, you'll need to manually disable them again. + + + CONV_Warning + en_US + false + Warning + Warning! + + + CONV_What_This_Tool_Does + en_US + false + What This Tool Does + What This Tool Does + + + CRLP_AdvancedCustomizationHeader + Settings + en_US + true + Label for the advanced customization section on a Rollup__mdt record. + Advanced Customization + + + CRLP_AdvancedCustomizationText + Settings + en_US + true + Context for when to add a date, amount, or detail field to a Rollup__mdt record. + These fields determine what information is being summarized and provide the normal defaults for Donations. You can edit them as needed. + + + CRLP_AvailableRollupType + Settings + en_US + true + Label to be used for table describing rollup types. + Available Rollup Types + + + CRLP_BatchCalculating + Settings + en_US + true + Displays on page when "Recalculate Rollups" button is hit on Acc/Con/GAU/RD. + The rollups batch job is calculating and may take a few moments to complete. Go back to the {0} and refresh to see updated rollup values. + + + CRLP_BatchSkipped + Settings + en_US + true + Error logged when a scheduled batch is skipped b/c yesterday's still running. + Today''s scheduled {0} batch job was skipped because a previous {0} job was still running. The next batch job will run as scheduled. No action is required; this error is for information purposes only. + + + CRLP_CreateRollupActiveHelpText + Settings + en_US + true + Tooltip help text for the active flag. + Indicates that the rollup is active. Inactive rollups won't be calculated along with active rollups. + + + CRLP_CreateRollupAmountFieldHelpText + Settings + en_US + true + Tooltip help text for amount field picklist. + The amount field to use when calculating the rollup. + + + CRLP_CreateRollupDateFieldHelpText + Settings + en_US + true + Tooltip help text for date field picklist. + The date field to use when calculating the rollup. This is the date that the Time Frame uses to figure out whether to include this record or not. + + + CRLP_CreateRollupDaysBackHelpText + Settings + en_US + true + Tooltip help text for days back integer. + Choose the number of days back (from today) that you want to roll up data for. + + + CRLP_CreateRollupDescriptionHelpText + Settings + en_US + true + Tooltip help text for description. + It's important to enter a detailed description so that you (or other users) understand exactly what this rollup calculates. The description will show when you hover over the rollup in the list view. + + + CRLP_CreateRollupDetailFieldHelpText + Settings + en_US + true + Tooltip help text for detail field picklist. + The field from the result of the rollup operation that you want to copy to the Target Field. Only available if the Operation is a single result operation (First, Last, Largest, or Smallest). This list only shows fields whose field types are compatible with the selected Target field. + + + CRLP_CreateRollupFilterGroupHelpText + Settings + en_US + true + Tooltip help text for filter group. + The field shows which filter group to apply to this rollup. A filter group is a collection of filter rules that determine which records get rolled up. + + + CRLP_CreateRollupFiscalYearHelpText + Settings + en_US + true + Tooltip help text for fiscal year. + Calculates rollups based on fiscal year settings (instead of calendar year). + + + CRLP_CreateRollupIntroHelpText + Settings + en_US + true + Help text for user adding a summary object, field, and a description. + Select the Target Object to determine the available fields, then select the Target Field that this information should roll up to. Be sure to enter a detailed description that will help you (and others) understand exactly what this rollup does. + + + CRLP_CreateRollupNameHelpText + Settings + en_US + true + Tooltip help text for name. + TODO: REMOVE ME + + + CRLP_CreateRollupOperationHelpText + Settings + en_US + true + Tooltip help text for operation. + Determines how the donation data will roll up. Is it a sum, an average, or a best year total (to name just a few)? Available values are determined by the type of the Target Field. + + + CRLP_CreateRollupTargetFieldHelpText + Settings + en_US + true + Tooltip help text for target field. + Custom field on the selected Target Object that you are rolling up donation data to. Note that a Target Field can only be associated with one rollup. + + + CRLP_CreateRollupTargetObjectHelpText + Settings + en_US + true + Tooltip help text for target object. + The object determines which Target Fields are available for you to roll up donation data to. The available Target Objects are Account, Contact, General Accounting Unit, and Recurring Donation. + + + CRLP_CreateRollupTimeBoundOperationHelpText + Settings + en_US + true + Tooltip help text for time bound operation. + The time period for this rollup. You can roll up data for all time, a certain number of days, or a specific year. + + + CRLP_CreateRollupTypeHelpText + Settings + en_US + true + Tooltip help text for rollup type. + The combination of which object you're rolling up data from and whether the rollup is a hard credit or soft credit. + + + CRLP_CreateRollupYearsAgoHelpText + Settings + en_US + true + Tooltip help text for years ago picklist. + Choose the number of years ago that you want to roll up data for. Keep in mind that only the data for that calendar (or fiscal) year will roll up. So, if the current year is 2018 and you choose 2 years ago, the roll up will include data for 2016. + + + CRLP_CreditType + Settings + en_US + true + Credit Type + Credit Type + + + CRLP_DaysBack + Settings + en_US + true + Days back error message for integers with any characters other than numbers. + You must enter a positive whole number that is less than 10000. + + + CRLP_DeleteError + Settings + en_US + true + Successfully Deleted + Error deleting the {0} + + + CRLP_DeleteProgress + Settings + en_US + true + Delete Progress Message + Deleting the {0} + + + CRLP_DeleteSuccess + Settings + en_US + true + Successfully Deleted + {0} Successfully Deleted + + + CRLP_DeleteTimeout + Settings + en_US + true + Timeout error message + Deleting the {0} has timed out. Please try again. + + + CRLP_DisabledMessage + Settings + en_US + true + Message for CRLP Disabled Toast + You don't have Customizable Rollups enabled. Return to NPSP Settings for information on how to enable these. + + + CRLP_DisabledTitle + Settings + en_US + true + Title for CRLP Disabled Toast + These aren't the rollups you're looking for. + + + CRLP_DisplayError + Settings + en_US + true + Error loading Customizable Rollup data + Error displaying the {0} + + + CRLP_DuplicateTargetField + Settings + en_US + true + Error when user tries to save a Rollup with a duplicate Target Field. + This Target field is already in use by an active Customizable Rollup. + + + CRLP_HardCredit + Settings + en_US + true + Hard Credit + Hard Credit + + + CRLP_NoAvailableDetailFieldsMessage + Settings + en_US + true + Message when user doesn't have available detail fields on a custom rollup. + There are no available fields. Only fields whose field types are compatible with the Target field appear in the Field to Roll Up picklist. + + + CRLP_NoAvailableTargetFieldsMessage + Settings + en_US + true + Label when user doesn't have available summary fields on a custom rollup + There are no available Target fields. You need to create a writeable, custom field that your data can roll up to. + + + CRLP_NoFilterGroupSelected + Settings + en_US + true + Label when user doesn't select a filter group. + No Filter Group (Include All Records) + + + CRLP_PleaseWait + Settings + en_US + true + Message to indicate in-progress operation for metadata deployments + Please wait a moment + + + CRLP_RecalculatingRollups + Settings + en_US + true + Header for interstitial page on rollup recalc buttons + Recalculating Rollups + + + CRLP_ResetRollupsWarning + Settings + en_US + true + Warning before complete reset of Customizable Rollups + Are you sure you want to reset Customizable Rollups? This will delete any new Customizable Rollups, Filter Rules, and Filter Groups you created, as well as reset all NPSP rollups to their default behavior. + + + CRLP_Return + Settings + en_US + true + Breadcrumb text to return to the specified location. + Back to {0} + + + CRLP_RollupNew + Settings + en_US + true + Create new rollup button + New Rollup + + + CRLP_RollupsByFilterGroup + Settings + en_US + true + Shows rollups using a specific filter group. + Rollups Using this Filter Group + + + CRLP_RollupSummary + Settings + en_US + true + Rollup Summary Page Title + Customizable Rollups + + + CRLP_RollupType + Settings + en_US + true + Type of custom rollup + Rollup Type + + + CRLP_SaveError + Settings + en_US + true + Error deploying Customizable Rollup data + Error saving the {0} + + + CRLP_SaveProgress + Settings + en_US + true + Saving Progress Message + Saving the {0} + + + CRLP_SaveSuccess + Settings + en_US + true + Successfully Saved + {0} Successfully Saved + + + CRLP_SaveTimeout + Settings + en_US + true + Timeout error message + Saving the {0} has timed out. Please see the Customizable Rollups documentation for more information. + + + CRLP_SoftCredit + Settings + en_US + true + Soft Credit + Soft Credit + + + DeleteAccount + en_US + true + DeleteAccount + Delete Account + + + DeleteContactLeaveAccount + en_US + true + DeleteContactLeaveAccount + Delete Contact and Leave Empty Account + + + donationHistoryDatatableAriaLabel + Donation + en_US + true + Label to define aria-label on donation history datatable + Donation History + + + donationHistoryFilterSelectAYear + Donors + en_US + true + label for select a year in donations filter + Select a year + + + donationHistoryGivingSummaryTitle + Donors + en_US + true + Component title + Giving Summary + + + donationHistoryLabelLifetime + Donors + en_US + true + label for lifetime donations + Lifetime + + + donationHistoryLabelPreviousYear + Donors + en_US + true + label for previous years donations + Previous Year + + + donationHistoryLabelThisYear + Donors + en_US + true + label for this years donations + This Year + + + elevateAdNotificationFor234Body + en_US + true + Elevate Advert Notification Body + With Elevate connected to NPSP, donations from your online forms automatically flow into NPSP. Elevate also processes payments and updates donor records in NPSP. + + + elevateAdNotificationFor234Title + en_US + true + Elevate Advert Notification Title + Streamline donation processing with Salesforce.org Elevate and NPSP + + + engagementPlanCantEdit + Engagement Plans + en_US + false + engagementPlanCantEdit + You can't change the Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for an Engagement Plan. Create a new Engagement Plan instead. + + + engagementPlanMissingField + Engagement Plans + en_US + true + engagementPlanMissingField + Unable to create an Engagement Plan while applying a Level. Engagement Plan is missing the field + + + engagementPlanNoLookups + Engagement Plans + en_US + false + engagementPlanNoLookups + You must enter either an Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for this Engagement Plan. + + + engagementPlanTwoLookups + Engagement Plans + en_US + false + engagementPlanTwoLookups + You can enter a value for only one of the following fields: Account, Contact, Campaign, Case, Opportunity, or Recurring Donation. + + + EPAddDependentTask + Engagement Plans + en_US + true + EPAddDependentTask + Add Dependent Task + + + EPAddTask + Engagement Plans + en_US + true + Engagement Plan's Add Task button label + Add Task + + + EPDeleteTask + Engagement Plans + en_US + false + EPDeleteTask + Delete Task + + + EPManageTasks + Engagement Plans + en_US + false + EPManageTasks + Manage Engagement Plan Tasks + + + EPManageTemplate + Engagement Plans + en_US + false + EPManageTemplate + Manage Engagement Plan Template + + + EPTaskDependency + Engagement Plan, Error + en_US + true + EPTaskDependency + Please choose a different Parent Task. This Task is already set as a prerequisite for the Parent Task you selected. + + + EPTaskTemplate + Engagement Plan, Error + en_US + true + EPTaskTemplate + The Parent Task you selected belongs to a different Engagement Plan Template. Please select an Engagement Plan Task that's part of this Engagement Plan Template. + + + EPTo + Engagement Plans + en_US + false + to, as in "Add depend task to task 1" + to + + + ERR_RecordLogTitle + Error Log + en_US + true + Title on a page displaying error logs for a record + Error Log + + + errErrorNoContext + Error + en_US + true + errErrorNoContext + No process context supplied to constructor + + + errErrorTypeOther + Error + en_US + true + errErrorTypeOther + Other + + + errErrorTypeRequiredFieldMissing + Error + en_US + true + errErrorTypeRequiredFieldMissing + Required Field Missing + + + errErrorTypeValidationFailed + Error + en_US + true + errErrorTypeValidationFailed + Custom Validation Rule Failed + + + errErrorUnsupportedDMLType + Error + en_US + true + errErrorUnsupportedDMLType + Unsupported Operation: Unable to log an Error for this type of DML operation. + + + ErrorEmailMessage + Error + en_US + true + ErrorEmailMessage + Salesforce encountered these NPSP errors. If you're unsure how to resolve the errors, post a message in the Nonprofit Success Pack group: https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE + + + exceptionDeletePermission + Error + en_US + true + exceptionDeletePermission + You don''t have the permissions required to delete {0} records. + + + exceptionRequiredField + Error + en_US + false + exceptionRequiredField + Required fields are missing: + + + exceptionValidationRule + Error + en_US + false + exceptionValidationRule + A validation rule is preventing the record from saving: + + + fflib_QueryFactory_crossobject_fieldsets_not_allowed_error + en_US + false + Error when selecting a cross-object fieldsset is not allowed and attempted. + Cross-object fields not allowed and field "{0}" is a cross-object field. + + + fflib_QueryFactory_fieldset_wrong_sobject_error + en_US + false + Error when selecting a field set for a different sobject type. + Field set "{0}" is not for SObject type "{1}" + + + fflib_QueryFactory_recursive_subquery_error + en_US + false + Presented when attempting to nest subqueries. + Invalid call to subselectQuery. You may not add a subselect query to a subselect query. + + + fflib_QueryFactory_subquery_invalid_relationship + en_US + false + Presented when attempting to create a subquery from an invalid relationship. + Invalid call to subselectQuery. Invalid relationship for table. + + + fflib_security_error_field_not_insertable + security,error + en_US + true + fflib_security_error_field_not_insertable + You do not have permission to insert field {1} on {0} + + + fflib_security_error_field_not_readable + security,error + en_US + true + fflib_security_error_field_not_readable + You do not have permission to read the field {1} on {0} + + + fflib_security_error_field_not_updateable + security,error + en_US + true + fflib_security_error_field_not_updateable + You do not have permission to update the field {1} on {0} + + + fflib_security_error_object_not_deletable + en_US + true + fflib_security_error_object_not_deletable + You do not have permission to delete {0} + + + fflib_security_error_object_not_insertable + security,error + en_US + true + fflib_security_error_object_not_insertable + You do not have permission to insert {0} + + + fflib_security_error_object_not_readable + security,error + en_US + true + fflib_security_error_object_not_readable + You do not have permission to read {0} + + + fflib_security_error_object_not_updateable + security,error + en_US + true + fflib_security_error_object_not_updateable + You do not have permission to update {0} + + + FieldSetRelatedFieldError + Error + en_US + true + Error when including Related Fields in a managed Field Set + Related field {0} not supported in field set {1}. You can only include fields directly on object {2}. + + + flsError + Batch Data Import + en_US + false + flsError + You do not have permissions to modify {0}. + + + flsReadAccessError + Batch Data Import + en_US + false + flsReadAccessError + You do not have permissions to access {0}. + + + gauAllocationErrorGeneral + Gift Entry + en_US + true + General error for accessbility text when an error occurs in the GAU widget + GAU Allocation Error + + + geA11ySection + Gift Entry + en_US + true + Used as a part of a screen reader message when a form section is unnamed. + section + + + geA11yTemplateBuilderAddNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to named section. + {0} added to the {1} section. + + + geA11yTemplateBuilderAddUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to unnamed section.{0} added to {1} {2}. + + + geA11yTemplateBuilderRemoveNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from named section. + {0} removed from the {1} section. + + + geA11yTemplateBuilderRemoveUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from unnamed section.{0} removed from {1} {2}. + + + geAddNewAllocation + Gift Entry + en_US + true + GAU Widget: Add New Allocation + Add New Allocation + + + geAddSchedule + Gift Entry + en_US + true + Button for adding a schedule to a gift + Add Recurring Schedule + + + geAddSoftCredit + Gift Entry + en_US + true + Soft Credit Widget: Add Soft Credit + Add Soft Credit + + + geAssistiveActiveSection + Gift Entry + en_US + true + Alt text: Active section icon + Active Section. + + + geAssistiveBatchHeaderRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from batch headerRemove the {0} field from the batch header. + + + geAssistiveDescriptionFieldOptional + Gift Entry + en_US + true + Alt text: indicates a form field is optional{0} is marked as optional. + + + geAssistiveDescriptionFieldRequired + Gift Entry + en_US + true + Alt text: indicates a form field has been set as required{0} is marked as required. + + + geAssistiveFieldDown + Gift Entry + en_US + true + Alt text: Arrow button to move field downMove the {0} field down. + + + geAssistiveFieldUp + Gift Entry + en_US + true + Alt text: Arrow button to move field upMove the {0} field up. + + + geAssistiveFormFieldsCollapseAll + Gift Entry + en_US + true + Alt text: Button to collapse all Object Groups and Template Components + Collapse all Object Groups and Template Components. + + + geAssistiveFormFieldsExpandAll + Gift Entry + en_US + true + Alt text: Button to expand all Object Groups and Template Components + Expand all Object Groups and Template Components. + + + geAssistiveFormFieldsRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from templateRemove the {0} field from the template. + + + geAssistiveFormFieldsSectionEdit + Gift Entry + en_US + true + Gift Entry Template Builder Form Fields section edit button alt textEdit the {0} section settings. + + + geAssistiveModalCancelAndDiscard + Gift Entry + en_US + true + Alt text: Button to cancel and discard changes to section settings + Cancel and discard changes to Section Settings. + + + geAssistiveRemoveSelectedOption + en_US + true + Alt Text: Button to remove selected option + Remove selected option + + + geAssistiveRequireField + Gift Entry + en_US + true + Alt text: explains the function of the required checkboxRequire {0}. + + + geAssistiveSectionDown + Gift Entry + en_US + true + Alt text: Arrow button to move section downMove the {0} section down. + + + geAssistiveSectionUp + Gift Entry + en_US + true + Alt text: Arrow button to move section upMove the {0} section up. + + + geAssistiveShowMenu + Gift Entry + en_US + true + Alt text: Button/Picklist for selecting a list view + Show menu. + + + geAssistiveSpinner + Gift Entry + en_US + true + Alt text: lightning-spinner + Content is loading. + + + geAuthorizedCreditCardSuccess + en_US + true + Message about card being authorized + Card authorized. + + + geAuthorizingCreditCard + en_US + true + Text indicating the payment is being Authorized + Authorizing... + + + geBatchGiftsCount + Gift Entry + en_US + true + Label for displaying the number of gifts in the batch + Count of Gifts + + + geBatchGiftsExpectedCountOrTotalMessage + Gift Entry + en_US + true + Notification about either number or total of gifts not matching expected + The expected doesn't match either the count of gifts or the amount of gifts. These values must match before you can process this batch. + + + geBatchGiftsExpectedTotalsMessage + Gift Entry + en_US + true + Notification about number and total of gifts not matching expected + The expected and total number of gifts and amount of gifts must match before you can process this batch. + + + geBatchGiftsHeader + Gift Entry + en_US + true + Header for number of gifts entered in batch + Gifts Entered for {0} + + + geBatchGiftsTotal + Gift Entry + en_US + true + Label for displaying the total value of the gifts in the batch + Total Batch Amount + + + geBatchProcessingIncomplete + Gift Entry + en_US + true + Batch processing incomplete message + Import process stopped before it could complete. Contact your system administrator for assistance. + + + geBatchProcessingSuccess + Gift Entry + en_US + true + Batch processing success message + {0} was processed. + + + geBodyAdvancedFieldMapping + Gift Entry + en_US + true + Body below the Advanced Form Fields header + For more advanced gift entry options, select fields from the following Object Groups. + + + geBodyBatchDefaultValues + Gift Entry + en_US + true + Info about setting default values on New Batch screen + Set default values for this batch. You can override default values when you enter gifts. + + + geBodyBatchFieldBundleInfo + Gift Entry + en_US + true + Text block about inability to set default values for Field Bundles + You can't set default values for fields included in this section. + + + geBodyBatchHeaderLeftCol + Gift Entry + en_US + true + Text block about adding or removing fields in the batch header + Choose fields to include in your Batch Header. Select the checkbox to add a field and deselect to remove the field from the form. If you'd like additional custom fields available for the Batch Header, add them in the NPSP Data Import Batch object. + + + geBodyBatchHeaderRightCol + Gift Entry + en_US + true + Text block about setting up batch header fields + For each field, you can edit the field label, mark it as required, or assign a default value. Default values can be overwritten by the person who creates the batch. + + + geBodyBatchHeaderWarning + Gift Entry + en_US + true + Warning body of required field added to Batch Header + These required fields were automatically added to the Batch Header: + + + geBodyBatchTableColumnsPart1 + Gift Entry + en_US + true + Description for Batch Table Columns, part 1 + The batch table appears under your gift entry form and lists the gifts included in the batch. + + + geBodyBatchTableColumnsPart2 + Gift Entry + en_US + true + Description for Batch Table Columns, part 2 + We recommend including the following fields: + </br> + <ul> + <li> Donor Name—links to the Organization Account or Contact giving the donation. </li> + <li> Donation Name—links to the Opportunity or Payment for the donation. </li> + <li> Status and Failure Information—information about batch processing. </li> + </ul> + + + geBodyEmptyFormSection + Gift Entry + en_US + true + Body for illustration card when a form section is empty + Select fields to add to this section. + + + geBodyFieldBundlesLeftCol + Gift Entry + en_US + true + Body below the Field Bundles header + Each field bundle is a managed set of fields that allow users to perform different gift entry actions. + + + geBodyFormFieldsDescLeftCol + Gift Entry + en_US + true + Body below the Form Fields header + These fields are commonly included in gift entry forms. Custom Object Groups are also found in this section. + + + geBodyFormFieldsLeftCol + Gift Entry + en_US + true + Form Fields sidebar text block + Choose fields to include in your form. Before adding fields, click the section in the main Configure Form Fields screen where you want the fields to go. In this Form Fields & Field Bundles sidebar, select the checkbox to add a field, and deselect it to remove the field from the form. If the object or field you want to use isn't listed, make sure you've set up the field with Advanced Mapping. + + + geBodyFormFieldsLeftColAdditional + Gift Entry + en_US + true + More information about adding and mapping fields + Set up a field by completing the following steps: + </br> + </br> + <ol> + <li> Create the field on the target object. </li> + <li> Create the field on the NPSP Data Import object. </li> + <li> If this is part of a new Object Group, create additional fields for a new Object group and create the new Object Group in NPSP Settings. </li> + <li> Add Field Mapping in NPSP Settings to connect the NPSP Data Import field to the target field. </li> + </ol> + See NPSP documentation about Advanced Mapping for additional details. + + + geBodyFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section without required fields + Deleting this section also removes any fields in it. + + + geBodyFormFieldsRightCol + Gift Entry + en_US + true + Form Fields main section text block + Select a section, then select a field in the Form Fields & Field Bundles sidebar to add it to this section in the main Configure Form Fields screen. For each field, you can edit the field label, mark it as required, assign a default value or remove it from the section. Adjust the layout of the Gift Entry form by creating sections and reordering sections or fields. + + + geBodyGiftEntryHelp + Gift Entry + en_US + true + Information about enabling Gift Entry in NPSP Settings + Before you enable Gift Entry, you must enable Advanced Mapping. +<br/><br/> +Use Gift Entry templates to enter single gifts or batches of gifts. All gifts entered through the older Batch Gift Entry tool are not displayed in Gift Entry and vice versa. +<br/><br/> +If preferred, you can disable Gift Entry and instead use older Batch Gift Entry (or Single Gift Entry, if using GEM). + + + geBodyMatchingApplyNewPayment + Gift Entry + en_US + true + Message about applying a new Payment to an Opportunity + You are currently adding a new Payment to Opportunity: + + + geBodyMatchingNewOpportunity + Gift Entry + en_US + true + Message about creating a new Opportunity + You are currently creating a new Opportunity. + + + geBodyMatchingNoPayments + Gift Entry + en_US + true + Message when an Opportunity has no Payments that are not paid + This Opportunity does not have any Payments that are not paid. + + + geBodyMatchingPendingDonation + Gift Entry + en_US + true + Message when an existing gift found + This donor has pending donations. + + + geBodyMatchingSelectRecord + Gift Entry + en_US + true + Body for modal to review matching Opportunities and Payments + Select the record you want to update. + + + geBodyMatchingUpdatingDonation + Gift Entry + en_US + true + Message about Payment or Opportunity that will be updated + You are currently updating: + + + geBodyPaymentNotProcessingTransaction + Gift Entry + en_US + true + Text indicating payment isn't being charged + You aren't entering payment information to be processed by Elevate. + + + geBodyPaymentProcessedDuringBatchProcessing + Gift Entry + en_US + true + Payment(s) will not be processed until batch is processed + The donor's payment will be processed when you process the batch. + + + geBodyTemplateInfoLeftCol + Gift Entry + en_US + true + Template Info sidebar text block + Enter details about this Gift Entry Template. + + + geBodyTemplatesTabDescription + Gift Entry + en_US + true + Template landing screen text block + A template is a reusable layout of fields for data entry. Edit a template by clicking the template name. Alternatively, create a new template or click any template's dropdown menu for more options. Any templates that are in use can't be deleted. + + + geBodyWidgetFields + Gift Entry + en_US + true + Field bundle body before list of fields + {0} field bundle includes the following fields: + + + geButtonBuilderNavBackFormFields + Gift Entry + en_US + true + Button to go back to form fields + Back: Form Fields + + + geButtonBuilderNavBackTemplateInfo + Gift Entry + en_US + true + Button to go back to configure template information + Back: Template Info + + + geButtonBuilderNavBatchHeader + Gift Entry + en_US + true + Button to continue and configure the batch settings + Next: Batch Settings + + + geButtonBuilderNavFormFields + Gift Entry + en_US + true + Button to choose fields to include on your form + Next: Form Fields + + + geButtonCancelAndClear + Gift Entry + en_US + true + Cancel and clear form + Cancel & Clear Form + + + geButtonFormFieldsAddSection + Gift Entry + en_US + true + Button to add new section to template + Add Section + + + geButtonFormFieldsCollapseAll + Gift Entry + en_US + true + Button to collapse all + Collapse All + + + geButtonFormFieldsDisplayOptionCollapsed + Gift Entry + en_US + true + Radial label for the Collapse section option + Collapsed: All fields hidden + + + geButtonFormFieldsDisplayOptionExpanded + Gift Entry + en_US + true + Radial label for the Expand section option + Expanded: All fields visible + + + geButtonFormFieldsExpandAll + Gift Entry + en_US + true + Button to expand all + Expand All + + + geButtonFormFieldsModalDeleteSectionAndFields + Gift Entry + en_US + true + Button to delete a section and remove its fields + Delete Section and Fields + + + geButtonMatchingNewOpportunity + Gift Entry + en_US + true + Button in Review Donations modal to create a new Opportunity + Alternatively, create a new Opportunity. + + + geButtonMatchingNewPayment + Gift Entry + en_US + true + Button to add a new Payment to an Opportunity + Add new Payment + + + geButtonMatchingReviewDonations + Gift Entry + en_US + true + Button to open Review Donations modal + Review Donations + + + geButtonMatchingUpdateDonationSelection + Gift Entry + en_US + true + Button to open Review Donations modal and change Opportunity/Payment selection + Select a different donation. + + + geButtonMatchingUpdateOpportunity + Gift Entry + en_US + true + Button to select an existing Opportunity to update + Update this Opportunity + + + geButtonMatchingUpdatePayment + Gift Entry + en_US + true + Button to select an existing Payment to update + Update this Payment + + + geButtonNewBatch + Gift Entry + en_US + true + Enter batch of gifts button + New Batch + + + geButtonNewSingleGift + Gift Entry + en_US + true + Enter a single gift button + New Single Gift + + + geButtonPaymentAlternate + Gift Entry + en_US + true + Link to toggle and reactivate payment processing fields + Alternatively, enter payment now. + + + geButtonPaymentDoNotCharge + Gift Entry + en_US + true + Link to toggle payment processing off + Don't enter payment information. + + + geButtonSaveNewGift + Gift Entry + en_US + true + Create gift and enter another one + Save & Enter New Gift + + + geButtonTemplatesTabCreateTemplate + Gift Entry + en_US + true + Create Template button + Create Template + + + geDisableGiftEntryInfo + Gift Entry + en_US + true + Toast reporting Gift Entry is disabled + Gift Entry Disabled + + + geDonationColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to gift (Opportunity or Payment) + Donation Name + + + geDonorColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to the Account or Contact. + Donor Name + + + geEditBatchInfo + Gift Entry + en_US + true + Button to edit batch information + Edit Batch Info + + + geEditSchedule + Gift Entry + en_US + true + Button for editing a gift's schedule + Edit Recurring Schedule + + + geElevateDeleteErrorLog + Gift Entry + en_US + true + Error log entry for gift removed from Elevate by not removed from Gift Entry. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Remove the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateUpdateErrorLog + Gift Entry + en_US + true + Error log entry for gift updated in Elevate by not updated in Gift Entry. + Gift updated in {0}, but Gift Entry cannot update the gift. Update the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateWidgetPaymentServiceUnavailable + Gift Entry + en_US + true + Message within Elevate field bundle when not connected to Elevate. + Disconnected from {0}. Payment processing unavailable. + + + geEnableGiftEntrySuccess + Gift Entry + en_US + true + Toast reporting Gift Entry is enabled + Gift Entry Enabled + + + geErrorAmountDoesNotMatch + Gift Entry + en_US + true + Common error when a total doesn't match Donation Amount. + Total amount doesn't match the {0} + + + geErrorBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Error when currency for gift doesn't match batch. + Unable to save the gift to the batch. Gifts must be in the same currency as the batch. Change your currency to {0} to save the gift. + + + geErrorBatchGiftEntryReauthRequired + Gift Entry + en_US + true + Instructions to reenter payment details when updating authorized attributes + To update donor, date or amount, reenter card details to reauthorize the payment. + + + geErrorCardChargedBDIFailed + Gift Entry + en_US + true + Failure msg when transaction is processed but record isn't created in Salesforce + Elevate successfully processed the payment, but NPSP didn't create the record for the transaction in Salesforce. Please correct the errors and resubmit the form to create the Salesforce record. + + + geErrorCompleteThisField + Gift Entry + en_US + true + Field level validation error message when a required field is not filled in + Complete this field. + + + geErrorDonorMismatch + Gift Entry + en_US + true + Error for entering household info in Account1 + For a household gift, select Contact1 for Donor Type and complete the Contact fields. + + + geErrorDonorTypeInvalid + Gift Entry + en_US + true + Page-level error for when Donation Donor doesn't match fields on the form + You've selected {0} for {1}, but the required {0} fields aren't available on your form. Please check with your administrator. + + + geErrorDonorTypeValidation + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 2 fields present + When you select {0} for {1}, you must enter information in at least one of the following fields: {2} or {3} + + + geErrorDonorTypeValidationSingle + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 1 field presentWhen you select {0} for {1}, you must enter information in {2} + + + geErrorElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Gift Entry but not deleted from Elevate batch. + Cannot delete gift in {0}. We don't recommend processing this batch, as the payment for this gift can still be charged. Refresh and try deleting again. + + + geErrorElevateUpdate + Gift Entry + en_US + true + Error when gift updated in Gift Entry but not fixed in Elevate batch. + Cannot update gift in {0}. Refresh and try updating the gift again. + + + geErrorExistingTemplateName + Gift Entry + en_US + true + Field-level error message when template name is not unique + This name has been used by another template. Please enter a unique name. + + + geErrorFieldPermission + Gift Entry + en_US + true + Field-level error message for insufficient field access + You don't have permission to edit this field. + + + geErrorFLSBatchTableColumns + Gift Entry + en_US + true + Additional information about why a user can't update batch table columns + You're unable to modify your Batch Table Columns. + + + geErrorFLSBody + Gift Entry + en_US + true + Body of full page error when insufficient field access to what's on the form + Check with your Salesforce admin about your field-level access. You must have permission to edit the following fields: {0} + + + geErrorFLSHeader + Gift Entry + en_US + true + Header of full page error when insufficient field access to what's on the form + Check Your Field Permissions + + + geErrorObjectCRUDBody + Gift Entry + en_US + true + Body of full page error when insufficient access to all objects on the form + Check with your Salesforce admin about your object access. You must have permission to edit the following objects: {0} + + + geErrorObjectCRUDHeader + Gift Entry + en_US + true + Header of full page error when insufficient access to all objects on the form + Check Your Object Permissions + + + geErrorPageLevelAdvancedMappingBody + Gift Entry + en_US + true + Page-level error message body when Advanced Mapping and Gift Entry are off + This feature requires both Advanced Mapping and Gift Entry. Please enable them in NPSP Settings. + + + geErrorPageLevelAdvancedMappingHeader + Gift Entry + en_US + true + Page-level error message header when Advanced Mapping and Gift Entry are off + Enable Advanced Mapping and Gift Entry + + + geErrorPageLevelFieldPermission1 + Gift Entry + en_US + true + Page-level error for insufficient field access with fields listedTo save changes to this template you must have permission to edit all of the fields in the form. Please remove the following fields: {0} + + + geErrorPageLevelFieldPermission2 + Gift Entry + en_US + true + Page-level error for insufficient field access about exiting without saving + Alternatively, exit this form without saving and check your permissions on both the target object and on the NPSP Data Import object. + + + geErrorPageLevelMissingRequiredFields + Gift Entry + en_US + true + Page-level error message for required field missing on templateYou must include all required fields in your template. Review the source fields (NPSP Data Import object) for the following fields: + + + geErrorPageLevelMissingRequiredGroupFields + Gift Entry + en_US + true + Page-level error message for required group of fields is missing + At least one of the following fields is required: {0} + + + geErrorRecordFailAfterElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Elevate but not deleted from Gift Entry batch. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Contact your Salesforce admin for help. + + + geErrorRequestTimedout + Gift Entry + en_US + true + Reason for system error when uncertain if payment was processed + Request to process payment timed out. + + + geErrorRequiredField + Gift Entry + en_US + true + Field-level error message for required field missing on NPSP Data Import object + Required field + + + geErrorUncertainCardChargePart1 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 1A system error occurred for the {0} donation by {1}. Your admin should review transactions in {2} and determine if the payment was processed. + + + geErrorUncertainCardChargePart2 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 2 + If the payment was not processed, reenter the gift and payment information in Gift Entry. + + + geErrorUncertainCardChargePart3 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 3If the payment was processed, note the Payment ID in {0}, and search for records with that ID in Salesforce. Update the gift and donor records as needed. + + + geErrorUncertainCardChargePart4 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 4For more information, please see {0} troubleshooting documentation. + + + geFieldsNotFoundMessage + Gift Entry + en_US + true + Message when field/Field Mapping not found and user might not have access to it. + This form contains fields that can't be found. Please check with your administrator. + + + geFixedGiftSchedule + Gift Entry + en_US + true + Describes fixed recurring gift schedule + {0} {1} donation starting on {2} and ending after {3} installments. + + + geHeaderAdvancedFormFields + Gift Entry + en_US + true + Header for advanced form fields + Advanced Form Fields + + + geHeaderBatchEnterInfo + Gift Entry + en_US + true + Header to enter batch info + Enter Batch Info + + + geHeaderBatchGiftEntry + Gift Entry + en_US + true + Batch Gift Entry header + Batch Gift Entry + + + geHeaderBatchHeaderLeftCol + Gift Entry + en_US + true + Header to select batch header fields + Select Batch Header Fields + + + geHeaderBatchHeaderRightCol + Gift Entry + en_US + true + Header to configure batch header fields + Configure Batch Header Fields + + + geHeaderBatchSelectTemplate + Gift Entry + en_US + true + Header to select template + Select Template + + + geHeaderBatchSetDefaultValues + Gift Entry + en_US + true + Header to set default values + Set Default Values + + + geHeaderCustomTableHeaders + Gift Entry + en_US + true + Label for selecting fields to include as columns + Select Fields to Display + + + geHeaderEmptyFormSection + Gift Entry + en_US + true + Header for illustration card when a form section is empty + No fields yet + + + geHeaderFieldBundles + Gift Entry + en_US + true + Header for field bundles (aka widgets) + Field Bundles + + + geHeaderFormFieldsDefaultSectionName + Gift Entry + en_US + true + Name of default form section in a new template + Gift Entry Form + + + geHeaderFormFieldsLeftCol + Gift Entry + en_US + true + Header for Form Fields sidebar + Form Fields & Field Bundles + + + geHeaderFormFieldsModalDeleteSection + Gift Entry + en_US + true + Header for deleting section in settings modal + Delete Section + + + geHeaderFormFieldsModalDisplayOptionsSection + Gift Entry + en_US + true + Header for section display options + Display Options + + + geHeaderFormFieldsModalRenameSection + Gift Entry + en_US + true + Header for renaming section in settings modal + Rename Section + + + geHeaderFormFieldsModalSectionSettings + Gift Entry + en_US + true + Header for form fields section settings modal + Section Settings + + + geHeaderFormFieldsRightCol + Gift Entry + en_US + true + Header for Form Fields body + Configure Form Fields + + + geHeaderGiftEntry + Gift Entry + en_US + true + Gift Entry + Gift Entry + + + geHeaderMatchingGiftBy + Gift Entry + en_US + true + Donor InformationGift by {0} + + + geHeaderMatchingOpportunity + Gift Entry + en_US + true + Label with key Opportunity information{0} on {1} ({2}) + + + geHeaderMatchingPayment + Gift Entry + en_US + true + Label with key Payment information{0} on {1} + + + geHeaderMatchingReviewDonations + Gift Entry + en_US + true + Header for modal to review matching Opportunities and PaymentsReview Donations for {0} + + + geHeaderNewSection + Gift Entry + en_US + true + Header for a new section + New Section + + + geHeaderNewTemplate + Gift Entry + en_US + true + Template header + New Template + + + geHeaderPageLevelError + Gift Entry + en_US + true + Header for page level errors + Review the errors on this page. + + + geHeaderPaymentServices + Gift Entry + en_US + true + iFrame header for Payment Services information + Powered by {0} + + + geHeaderSingleGiftEntry + Gift Entry + en_US + true + Single Gift Entry Header + Single Gift Entry + + + geHeaderTemplateInfoLeftCol + Gift Entry + en_US + true + Header for gift entry template information + Gift Entry Template Information + + + geHelpTextAccount1Mapping + Gift Entry + en_US + true + Help text for Account1 Object Group + The fields in this section are only for Organization Accounts. This organization can be the donor or have an Affiliation with Contact1. + + + geHelpTextAccount2Mapping + Gift Entry + en_US + true + Help text for Account2 Object Group + The fields in this section are only for Organization Accounts. This organization can have an Affiliation with Contact2. + + + geHelpTextAddressMapping + Gift Entry + en_US + true + Help text for Address Object Group + The Address record that's associated with Contact1's Household Account. NPSP automation may also populate this address to Contact1's household and all contacts within the same household. If you're using the EDA Address object, you should create a new Object Group for the object and use its fields on your template. + + + geHelpTextAllocation1Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 1 object group + This Object Group only allows you to enter a single GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocation2Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 2 object group + This Object Group only allows you to enter a second GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocationBundle + Gift Entry + en_US + true + Help text about GAU Allocation field bundle + Use this field bundle to allocate donations across multiple General Accounting Units. + + + geHelpTextBatchHeaderFieldLabelLabel + Gift Entry + en_US + true + Help text for Batch Header Field Label + You can rename the user-facing field labels. + + + geHelpTextContact1Mapping + Gift Entry + en_US + true + Help text for Contact1 Object Group + The primary Contact in a Household Account. This Contact can be the donor or have an Affiliation with the organization in Account1. + + + geHelpTextContact2Mapping + Gift Entry + en_US + true + Help text for Contact2 Object Group + The secondary Contact in Contact1's Household Account. This Contact could also have an Affiliation with the organization in Account2. + + + geHelpTextFormFieldsFieldCustomLabel + Gift Entry + en_US + true + Form Fields individual field help textThis field uses the {0} Object Group to target the {1} field on the {2} object. + + + geHelpTextFormFieldsFieldLabelLabel + Gift Entry + en_US + true + Help text for Form Fields Field Label + This shows the Object Group and target field API Name. You can edit the user-facing label below. + + + geHelpTextHouseholdMapping + Gift Entry + en_US + true + Help text for Household Object Group + Additional information about Contact1's Household Account. + + + geHelpTextPaymentServices + Gift Entry + en_US + true + Temporary note about only being able to use Payment Services with single gifts + Note: This field bundle is only available for single gifts and will not show up when entering batches of gifts. + + + geJWTUtilInvalidBase64Message + Gift Entry + en_US + true + Failure message if an invalid base64 string was provided + The base64 format is invalid. The number of characters must be a multiple of 4 and can only contain these characters: [a-z A-Z 0-9 + / =] + + + geJWTUtilInvalidBase64UrlMessage + Gift Entry + en_US + true + Failure message if an invalid base64 url was provided + The base64url format is invalid. It can only contain these characters: [a-z A-Z 0-9 _ -] + + + geLabelCustomTableSelectedFields + Gift Entry + en_US + true + Label for fields that are included as columns + Visible Fields + + + geLabelCustomTableSourceFields + Gift Entry + en_US + true + Label for fields that aren't included as columns + Available Fields + + + geLabelDisplaySections + Gift Entry + en_US + true + Setting text for how to display sections + Display section as + + + geLabelSectionName + Gift Entry + en_US + true + Label for the Section Name field + Section Name + + + geLabelTemplateInfoDescriptionField + Gift Entry + en_US + true + Label for the Description field + Description + + + geLabelTemplateInfoNameField + Gift Entry + en_US + true + Label for the Template Name field + Template Name + + + geMakeRecurring + Gift Entry + en_US + true + Button to toggle recurring behavior for a gift + Make Recurring + + + geOpenEndedGiftSchedule + Gift Entry + en_US + true + Describes open ended recurring gift schedule + {0} {1} donation starting on {2}. + + + gePaymentAuthExpiredHeader + Gift Entry + en_US + true + Header text for payment authorization warning + Payment Authorization Expired + + + gePaymentAuthExpiredWarningText + Gift Entry + en_US + true + Warning about processing batch when authorizations have expired + One or more card authorizations expired. To ensure these payments are charged when processing the batch, reenter the payment information for donations with an Elevate Payment Status of Expired Authorization. + + + gePaymentProcessedWarning + Gift Entry + en_US + true + Warning about editing fields when transaction already processed + {0} successfully processed the payment. Changing the donor, date, amount, or payment method will result in inconsistent records for the same transaction in {0} and NPSP. + + + gePaymentProcessError + Gift Entry + en_US + true + Failure message description for tokenization or purchase errors + There was an error processing the payment. Please review the error and try again. Alternatively, + select "Don't enter payment information." to enter a donation without processing a payment. {0} errors: + /0x0A/ {1} + + + gePaymentProcessingErrorBanner + Gift Entry + en_US + true + Field Bundle banner failure message for tokenization or purchase errors + There was an error processing the transaction. + + + gePaymentRequestTimedOut + Gift Entry + en_US + true + Failure message description for when the tokenization request times out + The request timed out. Please try again or contact your Salesforce administrator. + + + gePaymentServicesUnavailableBody + Gift Entry + en_US + true + Warning about batch when Elevate isn't connected + Disconnected from {0}. This batch includes authorized gifts that haven't been charged. To charge authorized gifts, reconnect to {0}. Alternatively, remove payment information. + + + gePaymentServicesUnavailableFailureMessage + Gift Entry + en_US + true + NPSP Data Import Failure Information for when Elevate not connected + Donation not created because {0} is disconnected and can't charge payment. + + + gePaymentServicesUnavailableHeader + Gift Entry + en_US + true + Header for when Elevate not connected. + {0} Can't Charge Payments + + + geProcessAnyway + Gift Entry + en_US + true + Button to Process Anyway + Process Anyway + + + geProcessingBatch + Gift Entry + en_US + true + Status of batch being processed + Processing Batch... + This can take a while. Check back in a bit! + + + geProcessingErrors + Gift Entry + en_US + true + Processing Errors + Processing Errors + + + gePS_IntegrationTestInvalidAPIKey + Gift Entry + en_US + true + Failure messge if an invalid apiKey was provided + An invalid api key has been provided for this elevate customer + + + gePS_IntegrationTestInvalidConfigParams + Gift Entry + en_US + true + Failure message if invalid configuration params was provided for onboarding + Invalid configuration parameters were provided + + + geRD2FirstInstallmentPaid + Gift Entry, Recurring Donations + en_US + true + Label for First Installment paid checkbox in BGE + First installment paid + + + geRecurringGiftModalWarning + Gift Entry + en_US + true + Recurring modal text when adding a schedule is not supported + Applying a Recurring Donation schedule to an existing Opportunity, Payment, or adding soft credits is not supported in Gift Entry. + + + geRecurringScheduleInformation + Gift Entry + en_US + true + Header for the recurring gift schedule card + Recurring Schedule Information + + + geRemoveSchedule + Gift Entry + en_US + true + Button for removing a gift's schedule + Remove Recurring Schedule + + + geSearchPlaceholder + en_US + true + Gift Entry lookup placeholder text + Search... + + + geSelectBatchTableColumns + en_US + true + Link to select batch table columns + Select Batch Table Columns + + + geSelectPlaceholder + en_US + true + Placeholder text for a picklist field + Select... + + + geServiceLevelErrorAdvancedMapping + Gift Entry + en_US + true + Service-level error message when advanced mapping is not enabled. + You must enable Advanced Mapping before you can enable Gift Entry. + + + geSoftCreditsWarning + Gift Entry + en_US + true + Warning message in the soft credits field bundle when a gift has a schedule + Soft credits in Gift Entry is not supported for Recurring Donations. + + + geTabBatchHeader + Gift Entry + en_US + true + Label for Batch Header navigation subtab + Batch Header + + + geTabBatchSettings + Gift Entry + en_US + true + Label for Batch Settings tab + Batch Settings + + + geTabBatchTableColumns + Gift Entry + en_US + true + Label for Batch Table Columns + Batch Table Columns + + + geTabFormFields + Gift Entry + en_US + true + Label for Form Fields navigation subtab + Form Fields + + + geTabTemplateInfo + Gift Entry + en_US + true + Label for Template Info navigation subtab + Template Info + + + geTextChargingCard + Gift Entry + en_US + true + Text indicating the payment is being charged + Charging payment... + + + geTextFieldBundlePaymentMethod + Gift Entry + en_US + true + Instructions to add Payment Method + Salesforce.org Elevate field bundle includes fields for entering payment information. Allow users to switch payment types by adding Payment Method from the Payment object to the form before this field bundle. + + + geTextListViewItemCount + Gift Entry + en_US + true + Text to show the record count in the list view, one record + {0} item + + + geTextListViewItemsCount + Gift Entry + en_US + true + Text to show the record count in the list view, more than one record + {0} items + + + geTextListViewSortedBy + Gift Entry + en_US + true + Text to display what the table is currently sorted by• Sorted By {0} + + + geTextListViewUpdatedAgo + Gift Entry + en_US + true + Displays how long ago the last record in the current list view was updated• Updated {0} + + + geTextNavigateToOpportunity + Gift Entry + en_US + true + Text telling the user they're being taken to the Opportunity + Let's go look at the Opportunity... + + + geTextPaymentsSaveNotice + Gift Entry + en_US + true + Notification user will process a payment and record donation when clicking Save + Click Save to process the payment and record the donation in Salesforce. + + + geTextProcessing + Gift Entry + en_US + true + Text indicating the Data Import record is being processed + Processing... + + + geTextSaving + Gift Entry + en_US + true + Text indicating the Data Import record is being saved + Saving... + + + geTextUpdating + Gift Entry + en_US + true + Text indicating the Data Import record is being updated + Updating... + + + geToastListViewUpdated + Gift Entry + en_US + true + List view successfully updated + List view updated. + + + geToastSaveFailed + Gift Entry + en_US + true + Error when trying to save and system error isn't displayed + Your changes cannot be saved. Please try again. + + + geToastSelectActiveSection + Gift Entry + en_US + true + Warning when attempting to add a gift field and a section hasn't been selected. + Please select a section. + + + geToastTemplateCreateSuccess + Gift Entry + en_US + true + Template successfully createdThe "{0}" template was created. + + + geToastTemplateDeleteError + Gift Entry + en_US + true + Body for toast error if deleting template used by a batch or is set as default + This template is in use and cannot be deleted. + + + geToastTemplateDeleteSuccess + Gift Entry + en_US + true + Template successfully deletedThe "{0}" template was deleted. + + + geToastTemplateTabsError + Gift Entry + en_US + true + Error when trying to save a template with errorsPlease review the following: {0} + + + geToastTemplateUpdateSuccess + Gift Entry + en_US + true + Template successfully updatedThe "{0}" template was updated. + + + geUpdateSchedule + Gift Entry + en_US + true + Button for updating a gift's schedule + Update Recurring Schedule + + + geUtilJWTTestInvalidKey + Gift Entry + en_US + true + Unit test error: An invalid key (empty) was provided but no exception was thrown + An invalid key (empty) was provided but no exception was thrown + + + geUtilJWTTestInvalidPayload + Gift Entry + en_US + true + Unit test error: An invalid payload provided but no exception was thrown + An invalid payload provided but no exception was thrown + + + geUtilJWTTestInvalidString + Gift Entry + en_US + true + Unit test error: An invalid string was provided but no exception was thrown + An invalid string was provided but no exception was thrown + + + geWarningBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Warning when currency for gift doesn't match batch. + The currency for this batch is {0}. Gifts must be in the same currency as the batch. Change your currency to {0} to save a new gift to the batch. + + + geWarningFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section if it contains required fields + Warning: By deleting this section, you are also removing required fields from the template. These fields need to be added into another section before you can save the template. + + + geWarningGauAllocFieldUpdatesDisabled + Gift Entry + en_US + true + Warning about some fields when donation already has a GAU Allocation assigned + Since this donation has at least one GAU Allocation assigned, you can't update certain fields. + + + giftProcessingAccountException + en_US + true + Gift Processing account model error + Gift Processing doesn't support the Individual ("Bucket") account model. + + + giftProcessingConfigException + en_US + true + Gift Processing configuration error + Your org is missing required configuration for Gift Processing. Contact your admin for help. + + + gsAdminSetupTitle + Get Started Page + en_US + true + Title in Get Started + ADMIN SETUP CHECKLIST + + + gsApplicationStatus + Get Started Page + en_US + true + Application Status label for the application status component + Application Status: + + + gsApplicationStatusModalHeader + Get Started Page + en_US + true + Header of the modal label for the application status component + Check Application Status + + + gsApplyForFreeLicenses + Get Started Page + en_US + true + Apply for licenses button label for the application status component + Apply for Salesforce Licenses + + + gsChecklistExploreNPSPDesc + Get Started Page + en_US + true + Description of checklist Explore Nonprofit in Get Started + Get comfortable with key concepts and features. + + + gsChecklistExploreNPSPTitle + Get Started Page + en_US + true + Title of checklist Explore Nonprofit in Get Started + Explore the Nonprofit Success Pack (NPSP) + + + gsChecklistItemAddUserDesc + Get Started Page + en_US + true + Description of checklist item Add User in Get Started + Give users access to NPSP and manage permissions for your org to ensure the right people have access to just what they need to keep things running smoothly. + + + gsChecklistItemAddUserLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Add User in Get Started + Learn more about adding users in Trailhead + + + gsChecklistItemAddUserTitle + Get Started Page + en_US + true + Title of checklist item Add User in Get Started + Add Users + + + gsChecklistItemCommunicateWithUserskDesc + Get Started Page + en_US + true + Description of checklist item Communicate with Users in Get Started + Long before you flip the switch and start using Salesforce, you should make a plan for communicating clearly, compassionately, and transparently with your organization about the shift. + + + gsChecklistItemCommunicateWithUserskLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Communicate with Users in Get Started + Learn more about Chatter in Trailhead + + + gsChecklistItemCommunicateWithUserskTitle + Get Started Page + en_US + true + Title of checklist item Communicate with Users in Get Started + Communicate with Your Users + + + gsChecklistItemCreateDonationDesc + Get Started Page + en_US + true + Description of checklist item Create Donation in Get Started + Keep track of donations, grants, or any other type of revenue so you can identify giving patterns and understand what drives giving at the constituent level. Start by learning how to enter donations into NPSP. + + + gsChecklistItemCreateDonationLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Create Donation in Get Started + Learn more about Donations in Trailhead + + + gsChecklistItemCreateDonationPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Create Donation in Get Started + Create Donations + + + gsChecklistItemCreateDonationTitle + Get Started Page + en_US + true + Title of checklist item Create Donation in Get Started + Create a Donation + + + gsChecklistItemCustomFieldsDesc + Get Started Page + en_US + true + Description of checklist item Custom Fields in Get Started + Learn best practices for using picklists, filters, formulas, and other tools in the Object Manager to customize objects in your org. + + + gsChecklistItemCustomFieldsLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Custom Fields in Get Started + Learn more about Object Manager in Trailhead + + + gsChecklistItemCustomFieldsTitle + Get Started Page + en_US + true + Title of checklist item Custom Fields in Get Started + Customize Objects + + + gsChecklistItemExtraFourMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '4 Minute Video' + 4 Minute Video + + + gsChecklistItemExtraOneMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '1 Minute Video' + 1 Minute Video + + + gsChecklistItemExtraSixtyMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '60 Minute Video' + 60 Minute Video + + + gsChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minutes Video' + 2 Minute Video + + + gsChecklistItemFundraisingProcessDesc + Get Started Page + en_US + true + Description of checklist item FundraisingProcess in Get Started + Learn how to leverage built-in tools like list views and Path to effectively manage your fundraising and donation processes. + + + gsChecklistItemFundraisingProcessLinkLabel + Get Started Page + en_US + true + Link label of checklist item FundraisingProcess in Get Started + Learn more about list views and Path in Trailhead + + + gsChecklistItemFundraisingProcessPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item FundraisingProcess in Get Started + Create List Views + + + gsChecklistItemFundraisingProcessTitle + Get Started Page + en_US + true + Title of checklist item FundraisingProcess in Get Started + Visualize Your Fundraising Processes + + + gsChecklistItemGoFurtherDesc + Get Started Page + en_US + true + Description of checklist item Go Further in Get Started + These initial steps will get you started, but keep in mind that the possibilities within Salesforce are limitless. Learn more about additional features as well as some of the incredible things other organizations have accomplished with the platform. + + + gsChecklistItemGoFurtherLinkLabel + Get Started Page + en_US + true + Link label of checklist item Go Further in Get Started + Discover more about NPSP in Trailhead + + + gsChecklistItemGoFurtherTitle + Get Started Page + en_US + true + Title of checklist item Go Further in Get Started + Go Further + + + gsChecklistItemImportDataDesc + Get Started Page + en_US + true + Description of checklist item Import Data in Get Started + Use the NPSP Data Importer to get your records into Salesforce. + + + gsChecklistItemImportDataLinkLabel + Get Started Page + en_US + true + Link label of checklist item Import Data in Get Started + Learn more about importing data in Trailhead + + + gsChecklistItemImportDataPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemImportDataSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + See Documentation + + + gsChecklistItemImportDataTitle + Get Started Page + en_US + true + Title of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemManageChangeDesc + Get Started Page + en_US + true + Description of checklist item Manage Change in Get Started + Salesforce is updated frequently to address issues and add new features. Understanding these changes and how to manage the update process will ensure your organization is always ready to take full advantage of the platform. + + + gsChecklistItemManageChangeLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Manage Change in Get Started + Learn more about Release Readiness in Trailhead + + + gsChecklistItemManageChangePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Manage Change in Get Started + View Release Readiness Group + + + gsChecklistItemManageChangeTitle + Get Started Page + en_US + true + Title of checklist item Manage Change in Get Started + Manage Changes to Your Org + + + gsChecklistItemNPSPCloudDesc + Get Started Page + en_US + true + Description of checklist item NPSP Cloud in Get Started + This brief overview is meant to dip your toes into what's possible with NPSP, but you can dive deeper and discover the many other features available to your organization. + + + gsChecklistItemNPSPCloudLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Cloud in Get Started + Learn more about NPSP Features in Trailhead + + + gsChecklistItemNPSPCloudPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Cloud in Get Started + See Features + + + gsChecklistItemNPSPCloudTitle + Get Started Page + en_US + true + Title of checklist item NPSP Cloud in Get Started + Learn about Other Nonprofit Cloud Features + + + gsChecklistItemNPSPGuideDesc + Get Started Page + en_US + true + Description of checklist item NPSP Guide in Get Started + Take the time to carefully plan your implementation and ensure your Salesforce org meets the needs of your nonprofit. + + + gsChecklistItemNPSPGuidePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Guide in Get Started + Download PDF + + + gsChecklistItemNPSPGuideTitle + Get Started Page + en_US + true + Title of checklist item NPSP Guide in Get Started + NPSP Planning Guide + + + gsChecklistItemNPSPSettingsDesc + Get Started Page + en_US + true + Description of checklist item NPSP Settings in Get Started + Navigate to the NPSP Settings page and do a thorough review to confirm the settings are correct for your organization and are functioning the way you expect them to. + + + gsChecklistItemNPSPSettingsLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Settings in Get Started + Learn more about NPSP Settings in the Planning Guide + + + gsChecklistItemNPSPSettingsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Settings in Get Started + NPSP Settings + + + gsChecklistItemNPSPSettingsTitle + Get Started Page + en_US + true + Title of checklist item NPSP Settings in Get Started + Adjust NPSP Settings + + + gsChecklistItemPageLayoutsDesc + Get Started Page + en_US + true + Description of checklist item Page Layouts in Get Started + Take the time to customize your org's look and feel, so you can be sure your users can easily find the data they need. + + + gsChecklistItemPageLayoutsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Page Layouts in Get Started + Learn more about Page Layouts in Trailhead + + + gsChecklistItemPageLayoutsTitle + Get Started Page + en_US + true + Title of checklist item Page Layouts in Get Started + Customize Page Layouts + + + gsChecklistItemPrepareNPSPDesc + Get Started Page + en_US + true + Description of checklist item Prepare NPSP in Get Started + Set specific goals and learn best practices for implementing Nonprofit Cloud. + + + gsChecklistItemPrepareNPSPLinkLabel + Get Started Page + en_US + true + Link label of checklist item Prepare NPSP in Get Started + Learn more about NPSP Success in Trailhead + + + gsChecklistItemPrepareNPSPPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Prepare NPSP in Get Started + Set Goals + + + gsChecklistItemPrepareNPSPTitle + Get Started Page + en_US + true + Title of checklist item Prepare NPSP in Get Started + Prepare for Success with Nonprofit Cloud + + + gsChecklistItemReviewCompanyDesc + Get Started Page + en_US + true + Description of checklist item Review Company in Get Started + Within Salesforce, organizational information is referred to as "Company Information." Here you'll set up your org's default time zone, currency locale, and fiscal year start month. You can also find information about your license usage. + + + gsChecklistItemReviewCompanyLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Review Company in Get Started + Learn more about Company Information settings in Trailhead + + + gsChecklistItemReviewCompanyTitle + Get Started Page + en_US + true + Title of checklist item Review Company in Get Started + Review Company Information + + + gsChecklistItemRunningReportsDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Learn how to build reports and dashboards to bring your data to life and help tell the story of your organization's impact. + + + gsChecklistItemRunningReportsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Running Reports in Get Started + Learn how to customize NPSP Reports & Dashboards in Trailhead + + + gsChecklistItemRunningReportsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Running Reports in Get Started + Explore Reports + + + gsChecklistItemRunningReportsTitle + Get Started Page + en_US + true + Title of checklist item Running Reports in Get Started + Run Reports on Constituent Data + + + gsChecklistItemSetupContactDesc + Get Started Page + en_US + true + Description of checklist item Setup Contact in Get Started + Learn how to add relevant constituent data (for example a name, address, or employer) into your Salesforce instance. + + + gsChecklistItemSetupContactLinkLabel + Get Started Page + en_US + true + Link label of checklist item Setup Contact in Get Started + Learn more about Contacts and Accounts + + + gsChecklistItemSetupContactPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Create Households + + + gsChecklistItemSetupContactSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Explore Contacts + + + gsChecklistItemSetupContactTitle + Get Started Page + en_US + true + Title of checklist item Setup Contact in Get Started + Set Up a Contact and Household Account + + + gsChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Activities are tasks, events, or other interactions tracked in the Activity Timeline. Activities allow you to keep track of each time you have contact with a constituent. Learn how to leverage activities to log constituent interactions and assign tasks. + + + gsChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Stay Track in Get Started + Learn more about Activities in Trailhead + + + gsChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Stay Track in Get Started + Create Activities + + + gsChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of checklist item Stay Track in Get Started + Stay on Track with Activities + + + gsChecklistItemTrainUsersDesc + Get Started Page + en_US + true + Description of checklist item Train Users in Get Started + When the day to launch your Salesforce org arrives, you want every user in your organization to be ready. That's why it's important to make a plan for onboarding your users and helping them get the most out of Salesforce. + + + gsChecklistItemTrainUsersLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Train Users in Get Started + Learn more about training your users in Trailhead + + + gsChecklistItemTrainUsersTitle + Get Started Page + en_US + true + Title of checklist item Train Users in Get Started + Train Your users + + + gsChecklistMakeItYourDesc + Adoption, Group, Description + en_US + true + Description of checklist Make Your in Get Started + Customize Salesforce with information that's unique to your organization. + + + gsChecklistMakeItYourTitle + Get Started Page + en_US + true + Title of checklist Make Your in Get Started + Make it Your Own + + + gsChecklistOnboardUsersDesc + Get Started Page + en_US + true + Description of checklist User Onboard in Get Started + Add your users to Salesforce and plan your rollout. + + + gsChecklistOnboardUsersTitle + Get Started Page + en_US + true + Title of checklist User Onboard in Get Started + Onboard Your Users + + + gsCheckStatus + Get Started Page + en_US + true + Check Status label for the application status component + Check Status + + + gsDaysAdded + Get Started Page + en_US + true + Days added label for the application status component + 30 Days Added + + + gsDaysRemainingInFreeTrial + Get Started Page + en_US + true + Days remaining in the free trial label for the application status component + Days Remaining in Free Trial + + + gseuChecklistCreateConstituentRecordsDesc + Get Started Page + en_US + true + Description for Create Constituent Records section in Get Started + People are the heart of any nonprofit. Explore Nonprofit Success Pack features to learn how to manage your constituents and their household, personal, and professional connections. + + + gseuChecklistCreateConstituentRecordsTitle + Get Started Page + en_US + true + Title for Create Constituent Records section in Get Started + Create Constituent Records + + + gseuChecklistItemCaptureDonorIntentDesc + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + When you raise funds for a specific purpose, you want to be sure you are honoring the donor intent. Ensure donations are allocated correctly with General Allocation Units. + + + gseuChecklistItemCaptureDonorIntentLinkLabel + Get Started Page + en_US + true + Link label of Capture Donor Intent checklist item in Get Started for End Users + Learn more about Donation Allocations in Trailhead + + + gseuChecklistItemCaptureDonorIntentPriBtnLabel + Get Started Page + en_US + true + Button label of Capture Donor Intent checklist item in Get Started for End Users + Create Allocations + + + gseuChecklistItemCaptureDonorIntentTitle + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + Capture Donor Intent with Donation Allocations + + + gseuChecklistItemCollectGiftsDesc + Get Started Page + en_US + true + Description of Collect Gifts checklist item in Get Started for End Users + Monthly giving can provide a predictable source of nonprofit revenue, and sustaining donors are often a nonprofit's most loyal and committed supporters. Track monthly giving by creating a Recurring Donation. + + + gseuChecklistItemCollectGiftsLinkLabel + Get Started Page + en_US + true + Link label of Collect Gifts checklist item in Get Started for End Users + Learn more about Recurring Donations in Trailhead + + + gseuChecklistItemCollectGiftsPriBtnLabel + Get Started Page + en_US + true + Button label of Collect Gifts checklist item in Get Started for End Users + Create Recurring Donations + + + gseuChecklistItemCollectGiftsTitle + Get Started Page + en_US + true + Title of Collect Gifts checklist item in Get Started for End Users + Collect Sustaining Gifts with Recurring Donations + + + gseuChecklistItemConnectContactOrganizationBlueButton + Get Started Page + en_US + true + Button text for Connect Contacts to Organization checklist item + Create Affiliations + + + gseuChecklistItemConnectContactOrganizationDesc + Get Started Page + en_US + true + Description for Connect Contact to Organization checklist item in Get Started + Affiliations in NPSP let you capture important connections between your constituents and related organizations such as work, school, or business. Connect a Contact to an Organization using Organization Affiliations. + + + gseuChecklistItemConnectContactOrganizationLink + Get Started Page + en_US + true + Link text for Connect Contacts to Organization checklist item in Get Started + Learn more about Affiliations in Trailhead + + + gseuChecklistItemConnectContactOrganizationTitle + Get Started Page + en_US + true + Title for Connect Contact to Organization checklist item in Get Started + Connect a Contact to an Organization with Affiliations + + + gseuChecklistItemConnectContactsRelationshipsBlueButton + Get Started Page + en_US + true + Button text for Connect Two Contacts with Relationships checklist item + Create Relationships + + + gseuChecklistItemConnectContactsRelationshipsDesc + Get Started Page + en_US + true + Description for Connect Two Contacts with Relationships checklist item + Relationships in NPSP let you capture important connections between your constituents. Connect Contacts using the Relationships related list on the Contact records. + + + gseuChecklistItemConnectContactsRelationshipsLink + Get Started Page + en_US + true + Link text for Connect Two Contacts with Relationships checklist item + Learn more about Relationships in Trailhead + + + gseuChecklistItemConnectContactsRelationshipsTitle + Get Started Page + en_US + true + Title for Connect Two Contacts with Relationships checklist item in Get Started + Connect Two Contacts with Relationships + + + gseuChecklistItemCreateContactAndAccountBlueButton + Get Started Page + en_US + true + Button text for Create Contacts and Account checklist item in Get Started + Create Contacts + + + gseuChecklistItemCreateContactAndAccountDesc + Get Started Page + en_US + true + Description for Contacts and Account checklist item in Get Started + People are the most important resource for a nonprofit, so understanding how we use the Contact object to track them in NPSP is key. The Contact object stores constituent data such as name, address, and employer. + + + gseuChecklistItemCreateContactAndAccountLink + Get Started Page + en_US + true + Link text for Contacts and Accounts checklist item in Get Started + Learn more about Contacts and Accounts in Trailhead + + + gseuChecklistItemCreateContactAndAccountTitle + Get Started Page + en_US + true + Title for Contacts and Accounts checklist item in Get Started + Create Contacts and Household Accounts + + + gseuChecklistItemDonationIndividualDesc + Get Started Page + en_US + true + Description of Individual Donation checklist item in Get Started for End Users + For most nonprofits, donations come from individual contributions. Track individual donations by creating an Opportunity from a Contact record. + + + gseuChecklistItemDonationIndividualLinkLabel + Get Started Page + en_US + true + Link label of Individual Donation checklist item in Get Started for End Users + Learn more about Individual Donations in Trailhead + + + gseuChecklistItemDonationIndividualPriBtnLabel + Get Started Page + en_US + true + Button label of Individual Donation checklist item in Get Started for End Users + Enter Individual Donations + + + gseuChecklistItemDonationIndividualTitle + Get Started Page + en_US + true + Title of Individual Donation checklist item in Get Started for End Users + Enter a Donation from an Individual + + + gseuChecklistItemDonationOrganizationDesc + Get Started Page + en_US + true + Description of Organization Donation checklist item in Get Started for End Users + Institutional and corporate giving are an important source of nonprofit support. Track organizational giving by creating an Opportunity from an Account record. + + + gseuChecklistItemDonationOrganizationLinkLabel + Get Started Page + en_US + true + Link label of Organization Donation checklist item in Get Started for End Users + Learn more about Organization Donations in Trailhead + + + gseuChecklistItemDonationOrganizationPriBtnLabel + Get Started Page + en_US + true + Button label of Org Donation checklist item in Get Started for End Users + Enter Organization Donations + + + gseuChecklistItemDonationOrganizationTitle + Get Started Page + en_US + true + Title of Organization Donation checklist item in Get Started for End Users + Enter a Donation from an Organization + + + gseuChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minute Video' + 2 Minute Video + + + gseuChecklistItemGlobalSearchDesc + Get Started Page + en_US + true + Description of Global Search checklist item in Get Started for End Users + When you're just getting started with NPSP, finding records can be tricky. Use global search to search across your entire Salesforce org and find what you need fast. + + + gseuChecklistItemGlobalSearchLinkLabel + Get Started Page + en_US + true + Link label of Global Search checklist item in Get Started for End Users + Learn more about Search Results in Trailhead + + + gseuChecklistItemGlobalSearchPriBtnLabel + Get Started Page + en_US + true + Button label of Global Search checklist item in Get Started for End Users + Find Records + + + gseuChecklistItemGlobalSearchTitle + Get Started Page + en_US + true + Title of Global Search checklist item in Get Started for End Users + Find Records with Global Search + + + gseuChecklistItemPrebuiltNPSPReportDesc + Get Started Page + en_US + true + Description of Prebuilt NPSP Report checklist item in Get Started for End Users + NPSP includes 87 of the most commonly-used constituent and fundraising reports. Use these reports as is, or customize them. + + + gseuChecklistItemPrebuiltNPSPReportLinkLabel + Get Started Page + en_US + true + Link label of Prebuilt NPSP Report checklist item in Get Started for End Users + Learn more about NPSP Reports in Trailhead + + + gseuChecklistItemPrebuiltNPSPReportPriBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Run Reports + + + gseuChecklistItemPrebuiltNPSPReportSecBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Reports Workbook + + + gseuChecklistItemPrebuiltNPSPReportTitle + Get Started Page + en_US + true + Title of Prebuilt NPSP Report checklist item in Get Started for End Users + Run a Prebuilt NPSP Report + + + gseuChecklistItemStandardReportTypeDesc + Get Started Page + en_US + true + Description of Standard Report Type checklist item in Get Started for End Users + The Lightning Report Builder gives you the ability to create your own custom reports using standard report types. The report type you choose determines the objects and fields available in your report. + + + gseuChecklistItemStandardReportTypeLinkLabel + Get Started Page + en_US + true + Link label of Standard Report Type checklist item in Get Started for End Users + Learn more about Standard Report Types in Trailhead + + + gseuChecklistItemStandardReportTypePriBtnLabel + Get Started Page + en_US + true + Button label of Standard Report Type checklist item in Get Started for End Users + Create Reports + + + gseuChecklistItemStandardReportTypeTitle + Get Started Page + en_US + true + Title of Standard Report Type checklist item in Get Started for End Users + Create a Report from a Standard Report Type + + + gseuChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of Stay on Track checklist item in Get Started for End Users + The activities panel helps you and your colleagues capture all work related to a particular Contact, Organization, or Opportunity. Log calls, assign tasks, send an email, and create calendar events right from the record you're working on. + + + gseuChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link label of Stay on Track checklist item in Get Started for End Users + Learn more about Activities in Trailhead + + + gseuChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of Stay on Track checklist item in Get Started for End Users + Track Activities + + + gseuChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of Stay on Track checklist item in Get Started for End Users + Stay on Track with Activities + + + gseuChecklistItemTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist item in Get Started for End Users + Campaigns let you to track your constituent outreach in Salesforce. Use the Primary Campaign field on Opportunities to better evaluate your fundraising efforts. + + + gseuChecklistItemTrackDonationLinkLabel + Get Started Page + en_US + true + Link label of Track Donation checklist item in Get Started for End Users + Learn more about Campaigns in Trailhead + + + gseuChecklistItemTrackDonationPriBtnLabel + Get Started Page + en_US + true + Button label of Track Donation checklist item in Get Started for End Users + Track Constituent Outreach + + + gseuChecklistItemTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist item in Get Started for End Users + Track Donation Sources with Campaigns + + + gseuChecklistItemViewDashboardDesc + Get Started Page + en_US + true + Description of View Dashboard checklist item in Get Started for End Users + Dashboards pull data from one or more reports and display it side by side in the same window. NPSP includes three dashboards that you can use as is or customize. + + + gseuChecklistItemViewDashboardLinkLabel + Get Started Page + en_US + true + Link label of View Dashboard checklist item in Get Started for End Users + Learn more about Dashboards in Trailhead + + + gseuChecklistItemViewDashboardPriBtnLabel + Get Started Page + en_US + true + Button label of View Dashboard checklist item in Get Started for End Users + View Dashboards + + + gseuChecklistItemViewDashboardTitle + Get Started Page + en_US + true + Title of View Dashboard checklist item in Get Started for End Users + View a Dashboard + + + gseuChecklistItemWhatIsNPCloudLink + Get Started Page + en_US + true + Link text for What is Nonprofit Cloud checklist item in Welcome section + Learn more about the Nonprofit Cloud in Trailhead + + + gseuChecklistItemWhatIsNPCloudTitle + Get Started Page + en_US + true + Title for What is Nonprofit Cloud checklist item in Welcome section + What is Nonprofit Cloud? + + + gseuChecklistItemWhatIsNPCloudTitleDesc + Get Started Page + en_US + true + Description for What is Nonprofit Cloud checklist item in Welcome section + Nonprofit Cloud includes apps, tools, features, services, and technology designed to meet the unique needs of nonprofits. + + + gseuChecklistItemWhatIsNPSPDesc + Get Started Page + en_US + true + Description for What is NPSP checklist item in Welcome section + The foundation of Nonprofit Cloud is the Nonprofit Success Pack (NPSP) app. NPSP helps you manage your constituents and fundraising efforts. If someone says they're using the "nonprofit version" of Salesforce, they're usually talking about NPSP. + + + gseuChecklistItemWhatIsNPSPLink + Get Started Page + en_US + true + Link text for What is NPSP checklist item in Welcome section + Learn more about Nonprofit Success Pack in Trailhead + + + gseuChecklistItemWhatIsNPSPTitle + Get Started Page + en_US + true + Title for What is NPSP checklist item in Welcome section + What is Nonprofit Success Pack? + + + gseuChecklistItemWorkMultipleRecordsDesc + Get Started Page + en_US + true + Description of Multiple Records checklist item in Get Started for End Users + List views help you easily find what you need by providing filtered groups of Contacts, Accounts, Opportunities, and other objects. + + + gseuChecklistItemWorkMultipleRecordsLinkLabel + Get Started Page + en_US + true + Link label of Multiple Records checklist item in Get Started for End Users + Learn more about List Views in Trailhead + + + gseuChecklistItemWorkMultipleRecordsPriBtnLabel + Get Started Page + en_US + true + Button label of Multiple Records checklist item in Get Started for End Users + Visualize Processes + + + gseuChecklistItemWorkMultipleRecordsTitle + Get Started Page + en_US + true + Title of Work with Multiple Records checklist item in Get Started for End Users + Work with Multiple Records Using List Views + + + gseuChecklistTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist in Get Started for End Users + In NPSP, you track donations, grants, pledges, and other types of revenue using the Opportunity object. You can create donations from an individual or from an organization such as a foundation, business, or government entity. + + + gseuChecklistTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist in Get Started for End Users + Track Donations and Other Income Types with NPSP + + + gseuChecklistWelcomeNPSPDesc + Get Started Page + en_US + true + Description of Welcome to Nonprofit checklist section in Get Started + Use these essential resources to help you get started with your NPSP journey. + + + gseuChecklistWelcomeNPSPTitle + Get Started Page + en_US + true + Title of Welcome to Nonprofit checklist section in Get Started + Welcome to Nonprofit Success Pack and Nonprofit Cloud + + + gseuChecklistWorkRecordsDesc + Get Started Page + en_US + true + Description of Work with Records checklist in Get Started for End Users + After you get your constituent and donation data into NPSP, you need to be able to easily find and interact with the records you're working on. + + + gseuChecklistWorkRecordsTitle + Get Started Page + en_US + true + Title of Work with Records checklist in Get Started for End Users + Work with Records + + + gseuChecklistYourDataDesc + Get Started Page + en_US + true + Description of Understand Your Data checklist item in Get Started for End Users + Reports and Dashboards help organize your data so that you can tell the story of your organization's impact. NPSP includes out-of-the-box reports, or you can create your own. + + + gseuChecklistYourDataTitle + Get Started Page + en_US + true + Title of Understand Your Data checklist item in Get Started for End Users + Understand Your Data + + + gseuExploreTrailheadButton + End User Get Started Page + en_US + true + Text displayed in the button on the Trailhead component. + Explore Trailhead + + + gseuPageTitle + Get Started Page + en_US + true + Title of the End User Get Started Page + SETUP CHECKLIST + + + gseuResourcesItemAboutNPSPLabel + Get Started Page + en_US + true + About NPSP label in Get Started Resources section for End Users + Learn More About NPSP + + + gseuResourcesItemAboutNPSPLinkLabel + Get Started Page + en_US + true + About NPSP link label in Get Started Resources section for End Users + NPSP Documentation + + + gseuResourcesItemCommunityGroupLabel + Get Started Page + en_US + true + Community Group label in Get Started Resources section for End Users + Find a Community Group + + + gseuResourcesItemCommunityGroupLinkLabel + Get Started Page + en_US + true + Community Group link label in Get Started Resources section for End Users + Trailhead Community + + + gseuResourcesItemQuestionsAnsweredLabel + Get Started Page + en_US + true + Questions Answered label in Get Started Resources section for End Users + Get Your Questions Answered + + + gseuResourcesItemQuestionsAnsweredLinkLabel + Get Started Page + en_US + true + Questions Answered link label in Get Started Resources section for End Users + Trailblazer Community + + + gseuResourcesItemWatchVideosLabel + Get Started Page + en_US + true + Watch Videos label in Get Started Resources section for End Users + Watch How-To Videos + + + gseuResourcesItemWatchVideosLinkLabel + Get Started Page + en_US + true + Watch Videos link label in Get Started Resources section for End Users + NPSP Videography Channel + + + gseuResourcesItemWebinarsLabel + Get Started Page + en_US + true + Webinars label in Get Started Resources section for End Users + Find Events and Webinars + + + gseuResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Webinars link label in Get Started Resources section for End Users + Salesforce Calendar + + + gseuTrailheadLogoText + End User Get Started Page + en_US + true + Text displayed in the trailhead component for logo + Trailhead Logo + + + gseuTrailheadText + End User Get Started Page + en_US + true + Text displayed in the trailhead component + Learn even more about Nonprofit Cloud and Salesforce. + + + gsFollowUpApplicationStatus + Get Started Page + en_US + true + Follow up Application Status label for the application status component + To follow up on your application status, please email us at: + + + gsLearnMore + Get Started Page + en_US + true + Learn more label for the application status component + Learn More + + + gsNoApplicationSubmitted + Get Started Page + en_US + true + No application submitted label for the application status component + No Application Submitted + + + gsResourcesItemFundraisingLabel + Get Started Page + en_US + true + Resource Fundraising label in Get Started Resources section + Fundraising Learning Path + + + gsResourcesItemFundraisingLinkLabel + Get Started Page + en_US + true + Resource Fundraising link label in Get Started Resources section + Start Fundraising + + + gsResourcesItemHubLabel + Get Started Page + en_US + true + Resource Hub label in Get Started Resources section + Trailblazer Community + + + gsResourcesItemHubLinkLabel + Get Started Page + en_US + true + Resource Hub link label in Get Started Resources section + Learn from Other Nonprofits + + + gsResourcesItemMarketingEngagementLabel + Get Started Page + en_US + true + Resource Marketing Engagement label in Get Started Resources section + Engagement Learning Path + + + gsResourcesItemMarketingEngagementLinkLabel + Get Started Page + en_US + true + Resource Marketing Engagement link label in Get Started Resources section + Engage Constituents + + + gsResourcesItemNonprofitCloudLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud label in Get Started Resources section + Nonprofit Cloud Basics + + + gsResourcesItemNonprofitCloudLinkLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud link label in Get Started Resources section + Get to Know Nonprofit Cloud + + + gsResourcesItemPartnersLabel + Get Started Page + en_US + true + Resource Partners label in Get Started Resources section + Implementation Partners + + + gsResourcesItemPartnersLinkLabel + Get Started Page + en_US + true + Resource Partners link label in Get Started Resources section + Find a Partner + + + gsResourcesItemProgramManagementLabel + Get Started Page + en_US + true + Resource Program Management label in Get Started Resources section + Program Management Learning Path + + + gsResourcesItemProgramManagementLinkLabel + Get Started Page + en_US + true + Resource Program Management link label in Get Started Resources section + Manage Programs + + + gsResourcesItemWebinarsLabel + Get Started Page + en_US + true + Resource Webinars label in Get Started Resources section + Salesforce Events Calendar + + + gsResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Resource Webinars link label in Get Started Resources section + Find Events and Webinars + + + gsResourcesTitle + Get Started Page + en_US + true + The page title in the Get Started Resources section + Resources + + + gsResourcesVideographyLabel + Get Started Page + en_US + true + Resource Videography label in Get Started Resources section + NPSP Videography Channel + + + gsResourcesVideographyLinkLabel + Get Started Page + en_US + true + Resource Videography link label in Get Started Resources section + Watch Videos + + + gsSubmitted + Get Started Page + en_US + true + Submitted Status label for the application status component + Submitted + + + gsVideoHeaderLength + Get Started Page + en_US + true + Video Duration displayed in the Video Header Component + in 2 minutes + + + gsVideoHeaderTitle + Get Started Page + en_US + true + Video header title in Get Started + Get Started on NPSP + + + healthButtonRun + Health Check + en_US + false + healthButtonRun + Run Health Check + + + healthDetailsAccOne2OneNoContacts + Health Check + en_US + false + healthDetailsAccOne2OneNoContacts + There are {0} One-to-One Accounts that have no Contacts. + + + healthDetailsAccountDefaultRTInvalid + Health Check + en_US + true + healthDetailsAccountDefaultRTInvalid + The Account Model record type isn't valid. + + + healthDetailsAccountDefaultRTIssue + Health Check + en_US + true + healthDetailsAccountDefaultRTIssue + The Account Model record type, {0} (set in NPSP Settings) is currently set as your Profile's default Account record type. + + + healthDetailsAccountModel + Health Check + en_US + false + healthDetailsAccountModel + There is no valid Account Model specified. + + + healthDetailsAccountProcessor + HealthCheck + en_US + false + healthDetailsAccountProcessor + The Account Model is set to {0}, but Health Check has found that you're using a mixture of Account types. + + + healthDetailsAccountRTIssue + Health Check + en_US + false + healthDetailsAccountRTIssue + {0} Account records using the {1} record type do not have their System fields correctly set. + + + healthDetailsAutoRelCampaignTypeMissing + Health Check + en_US + true + healthDetailsAutoRelCampaignTypeMissing + You must specify a Campaign Type for Relationship Autocreation records with Campaign Members. + + + healthDetailsAutoRelFieldsMissing + Health Check + en_US + false + healthDetailsAutoRelFieldsMissing + You must specify a valid Object, Field, and Relationship Type. + + + healthDetailsAutoRelInvalidLookupField + en_US + false + healthDetailsAutoRelInvalidLookupField + Field {0} is not a lookup field. + + + healthDetailsBadRDField + Health Check + en_US + false + healthDetailsBadRDField + Recurring Donation field {0} does not exist. + + + healthDetailsBadReportId + Health Check + en_US + false + healthDetailsBadReportId + Invalid Report {0} specified. + + + healthDetailsContactData + Health Check + en_US + false + healthDetailsContactData + There are {0} Contacts that have no Account. Contacts with no Account are private to the User who created them and can't be seen by other Users. + + + healthDetailsDuplicateAcctRT + Health Check + en_US + false + healthDetailsDuplicateAcctRT + You cannot specify the same Account record type for the Household Account record type and the One-to-One record type. + + + healthDetailsGenderField + Health Check + en_US + false + healthDetailsGenderField + Gender field {0} does not exist on Contact. + + + healthDetailsHHAccountModel + Health Check + en_US + false + healthDetailsHHAccountModel + When using the Household Account Model, you must set Household Object Rules to "No Contacts". You can set the Household Object Rules field on the NPSP Settings Page under People | Households. + + + healthDetailsHHActNoContacts + Health Check + en_US + false + healthDetailsHHActNoContacts + There are {0} Household Accounts that have no Contacts. + + + healthDetailsHHObNoContacts + Health Check + en_US + false + healthDetailsHHObNoContacts + There are {0} Household object records that have no Contacts. + + + healthDetailsInvalidCMField + Health Check + en_US + false + healthDetailsInvalidCMField + Campaign Member field {0} does not exist. + + + healthDetailsInvalidContactField + Health Check + en_US + false + healthDetailsInvalidContactField + Contact field {0} does not exist. + + + healthDetailsInvalidErrorChatterGroup + Health Check + en_US + false + healthDetailsInvalidErrorChatterGroup + Invalid Chatter Group {0}. + + + healthDetailsInvalidErrorRecipient + Health Check + en_US + false + healthDetailsInvalidErrorRecipient + Invalid Error Notification recipient. + + + healthDetailsInvalidErrorUser + Health Check + en_US + false + healthDetailsInvalidErrorUser + Invalid User {0}. + + + healthDetailsInvalidFieldNumeric + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid numeric field {1} on {2}. + + + healthDetailsInvalidFiscalYears + Health Check + en_US + false + healthDetailsInvalidFiscalYears + Your organization is using Custom Fiscal Years. NPSP does not support Fiscal Year Rollups with Custom Fiscal Years. + + + healthDetailsInvalidLevelField + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid field {1} on {2}. + + + healthDetailsInvalidLevelFieldReference + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid Level Lookup field {1} on {2}. + + + healthDetailsInvalidObjectField + Health Check + en_US + false + healthDetailsInvalidObjectField + {0} field {1} does not exist. + + + healthDetailsInvalidOppField + Health Check + en_US + false + healthDetailsInvalidOppField + Opportunity field {0} does not exist. + + + healthDetailsInvalidOppStage + Health Check + en_US + false + healthDetailsInvalidOppStage + The Opportunity stage {0} does not exist or is not active. + + + healthDetailsInvalidPaymentField + Health Check + en_US + false + healthDetailsInvalidPaymentField + Payment field {0} does not exist. + + + healthDetailsInvalidPicklistValue + Health Check + en_US + true + The picklist value is not supported + The picklist value "{0}" is not supported. + + + healthDetailsInvalidRDCustomPeriod + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriod + Custom Installment Period {0} is not included in the picklist values for Recurring Donation field Installment Period. + + + healthDetailsInvalidRDCustomPeriodPIcklist + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriodPIcklist + Recurring Donation Installment Period picklist value {0} is not a valid Custom Installment Period. + + + healthDetailsInvalidRecordtypeId + Health Check + en_US + false + healthDetailsInvalidRecordtypeId + Recordtype Id {0} is invalid. + + + healthDetailsInvalidRecordtypeName + Health Check + en_US + false + healthDetailsInvalidRecordtypeName + Recordtype Name {0} is invalid. + + + healthDetailsInvalidScheduledJob + Health Check + en_US + false + healthDetailsInvalidScheduledJob + The record {0} in the Schedulable__c object is not valid. + + + healthDetailsMailingListReportMissing + Health Check + en_US + false + healthDetailsMailingListReportMissing + The NPSP Campaign Household Mailing List Report is missing. This report is run when you click the Household Mailing List button from a Campaign record. + + + healthDetailsMissingOppPayments + Health Check + en_US + false + healthDetailsMissingOppPayments + {0} Opportunities that should have Payments are missing those Payments. + + + healthDetailsMissingRequiredPicklistValue + Health Check + en_US + true + The picklist value is not supported + The required picklist value "{0}" is missing. + + + healthDetailsNothingScheduled + Health Check + en_US + false + healthDetailsNothingScheduled + The NPSP default jobs are not scheduled. Scheduled jobs update summary fields on records every night. + + + healthDetailsOCR + Health Check + en_US + true + healthDetailsOCR + {0} and {1} cannot use the same Role value. + + + healthDetailsOCRDupPrimary + Health Check + en_US + false + healthDetailsOCRDupPrimary + Health Check found {0} Opportunities that had more than one Opportunity Contact Role marked as Primary. + + + healthDetailsOCRDupPrimaryValid + Health Check + en_US + false + healthDetailsOCRDupPrimaryValid + No Opportunities were found with multiple Primary Opportunity Contact Roles. + + + healthDetailsOCRSettingsResolution + Health Check + en_US + true + healthDetailsOCRSettingsResolution + On the NPSP Settings tab, click Donations | Contact Roles, and edit the values of the above settings. + + + healthDetailsOCRSettingsValid + Health Check + en_US + true + healthDetailsOCRSettingsValid + NPSP Opportunity Contact Roles settings are valid. + + + healthDetailsPaymentMappingBadDataTypes + Health Check + en_US + false + healthDetailsPaymentMappingBadDataTypes + Payment field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRDFieldsBadDatatypes + Health Check + en_US + false + healthDetailsRDFieldsBadDatatypes + Recurring Donation field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRelReciprocalInvalid + Health Check + en_US + false + healthDetailsRelReciprocalInvalid + Reciprocal Relationship {0} should have a value in at least one of the fields for Male, Female, or Neutral. + + + healthDetailsSaveAcctFailed + Health Check + en_US + false + healthDetailsSaveAcctFailed + Unable to create a new Account. + + + healthDetailsSaveOppsFailed + Health Check + en_US + false + healthDetailsSaveOppsFailed + Unable to create new Opportunities. + + + healthDetailsScheduleJobs + Health Check + en_US + false + healthDetailsScheduleJobs + One or more of the Opportunity Rollup, Recurring Donation, and Seasonal Address jobs are missing from the Schedulable__c object. + + + healthDetailsTriggerHandlerDuplicate + Health Check + en_US + false + healthDetailsTriggerHandlerDuplicate + Health Check found more than one Trigger Handler {0} on object {1} with the same field values. Duplicate Trigger Handlers will affect NPSP behavior. + + + healthDetailsTriggerHandlerMismatch + Health Check + en_US + false + healthDetailsTriggerHandlerMismatch + Trigger Handler {0} on object {1} does not match the default NPSP configuration. + + + healthDetailsTriggerHandlerMissing + Health Check + en_US + false + healthDetailsTriggerHandlerMissing + Trigger Handler {0} on object {1} is missing and will affect NPSP behavior. + + + healthDetailsUDFBadDatatypes + Health Check + en_US + false + healthDetailsUDFBadDatatypes + Opportunity field {0} and {1} field {2} are not of compatible data types. + + + healthDetailsValidRDCustomPeriod + Health Check + en_US + true + healthDetailsValidRDCustomPeriod + Recurring Donation Custom Installment Periods are valid. + + + healthLabelAccountData + Health Check + en_US + false + healthLabelAccountData + Account Data + + + healthLabelAccountDefaultRT + Health Check + en_US + true + healthLabelAccountDefaultRT + Account Model Record Type + + + healthLabelAccountModelData + Health Check + en_US + false + healthLabelAccountModelData + Account Model Data + + + healthLabelAccountRTIssueValid + Health Check + en_US + false + healthLabelAccountRTIssueValid + Account system fields for any Household Accounts and One-to-One Accounts are set correctly. + + + healthLabelAllTestsPassed + Health Check + en_US + false + healthLabelAllTestsPassed + All Health Check tests have successfully passed. + + + healthLabelAutoRelValid + Health Check + en_US + false + healthLabelAutoRelValid + Automatic Relationships are valid. + + + healthLabelContactData + Health Check + en_US + false + healthLabelContactData + Contact Data + + + healthLabelDataBatchNotRun + Health Check + en_US + true + Error message when Data Health Check does not run + Record data health checks were not run. + + + healthLabelDisableRecordBatch + Health Check + en_US + true + Custom Setting label to disable Sobject batch + Disable Record Data Health Checks + + + healthLabelDisableRecordBatchDescription + Health Check + en_US + true + Description for Disable Health Check Record Batch Setting + If selected, Health Check only checks your NPSP configuration settings for problems. Select this option if your organization has a large volume of records and Health Check is having problems completing. + + + healthLabelErrorRecipientValid + Health Check + en_US + false + healthLabelErrorRecipientValid + The Error Notification recipient is valid. + + + healthLabelFailed + Health Check + en_US + false + healthLabelFailed + Failed + + + healthLabelFiscalYearsValid + Health Check + en_US + false + healthLabelFiscalYearsValid + Your organization is not using Custom Fiscal Years. + + + healthLabelHHAccData + Health Check + en_US + false + healthLabelHHAccData + Household Account Data + + + healthLabelHHData + Health Check + en_US + false + healthLabelHHData + Household Data + + + healthLabelHHObjData + Health Check + en_US + false + healthLabelHHObjData + Household Object Data + + + healthLabelIntro + Health Check + en_US + false + healthLabelIntro + Health Check verifies that all of your NPSP Settings are valid and looks for problems in your record data. When complete, you can view the results below, including detailed information for any failures. + + + healthLabelLastRun + Health Check + en_US + false + healthLabelLastRun + Last run: {0} + + + healthLabelNoMissingOppPayments + Health Check + en_US + false + healthLabelNoMissingOppPayments + All Opportunities with Payments have expected Payments. + + + healthLabelNone + Health Check + en_US + false + healthLabelNone + (none) + + + healthLabelOCRCheck + Health Check + en_US + false + healthLabelOCRCheck + Opportunity Contact Roles + + + healthLabelOCRSettings + Health Check + en_US + true + healthLabelOCRSettings + Opportunity Contact Roles Settings + + + healthLabelOppPayments + Health Check + en_US + false + healthLabelOppPayments + Opportunity Payments + + + healthLabelPassed + Health Check + en_US + false + healthLabelPassed + Passed + + + healthLabelPaymentMappingsValid + Health Check + en_US + false + healthLabelPaymentMappingsValid + Payment Mappings are valid. + + + healthLabelRDOppsValid + Health Check + en_US + false + healthLabelRDOppsValid + New Opportunities can be saved. + + + healthLabelRDValid + Health Check + en_US + false + healthLabelRDValid + Recurring Donation Field Mappings are valid. + + + healthLabelRelReciprocalValid + Health Check + en_US + false + healthLabelRelReciprocalValid + Reciprocal Relationships are valid. + + + healthLabelScheduler + Health Check + en_US + false + healthLabelScheduler + NPSP Default Scheduler + + + healthLabelSchedulerValid + Health Check + en_US + false + healthLabelSchedulerValid + NPSP Recurring Jobs are scheduled. + + + healthLabelShowPassedTests + Health Check + en_US + false + healthLabelShowPassedTests + Show Passed Tests + + + healthLabelTime + Health Check + en_US + false + healthLabelTime + Detection time in seconds: {0} + + + healthLabelTriggerHandlerCheck + Health Check + en_US + false + healthLabelTriggerHandlerCheck + Trigger Configuration + + + healthLabelTriggerHandlersValid + Health Check + en_US + false + healthLabelTriggerHandlersValid + Triggers are configured for NPSP default triggers. + + + healthLabelUDFValid + Health Check + en_US + false + healthLabelUDFValid + User Defined Rollups are valid. + + + healthLabelVerifyLevels + Health Check + en_US + false + Health Check title for Levels + Levels + + + healthLabelVerifyLevelsSuccess + Health Check + en_US + false + Health Check message when all Levels verify ok + All field references on all Levels are valid. + + + healthLabelWarning + Health Check + en_US + false + healthLabelWarning + Warning + + + healthPaymentAutoCloseStageInvalid + Health Check + en_US + true + healthPaymentAutoCloseStageInvalid + Select an active Closed/Won stage in the Opportunity stage to be transitioned to when all Payments are Paid setting. + + + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Health Check + en_US + true + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Select an active Closed/Won stage in the Opportunity Stage for When Fully Paid setting. You can also leave the value blank, which prevents NPSP from automatically updating the Opportunity stage when all Payments are received. + + + healthPaymentAutoCloseStageValid + Health Check + en_US + true + healthPaymentAutoCloseStageValid + The selected value in the Opportunity Stage for When Fully Paid setting is valid. This value is either an active Closed/Won stage, or blank. + + + healthSolutionAccOne2OneNoContacts + Health Check + en_US + false + healthSolutionAccOne2OneNoContacts + Consider deleting these unused One-to-One Accounts to save storage space. + + + healthSolutionAccountDefaultRTInvalid + Health Check + en_US + true + healthSolutionAccountDefaultRTInvalid + Go to <b>People | Account Model</b> and select a valid record type. + + + healthSolutionAccountDefaultRTIssue + Health Check + en_US + true + healthSolutionAccountDefaultRTIssue + The record type selected for the Account Model should not be used as the default Account record type for any Profile. Doing so can cause various data issues. + + + healthSolutionAccountModel + Health Check + en_US + false + healthSolutionAccountModel + All of your Accounts should use the same Account Model. View all of your Accounts and their types by running the <b>Individual Accounts by Account Type</b> report in the NPSP Health Check reports folder. + + + healthSolutionAccountRTIssue + Health Check + en_US + false + healthSolutionAccountRTIssue + For Household Accounts, make sure npe01__SYSTEM_AccountType__c is 'Household Account'. For One-to-One Accounts, make sure npe01__SYSTEM_AccountType__c is 'One-to-One Individual'. Also make sure for both, npe01__SYSTEMISINDIVIDUAL__c is true. + + + healthSolutionAutoRelFieldsMissing + Health Check + en_US + false + healthSolutionAutoRelFieldsMissing + Click {0} | {1} on the NPSP Settings tab, and delete the invalid Relationships Autocreation record. + + + healthSolutionAutoRelInvalidCMField + Health Check + en_US + false + healthSolutionAutoRelInvalidCMField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidContactField + en_US + false + healthSolutionAutoRelInvalidContactField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidLookupField + Health Check + en_US + false + healthSolutionAutoRelInvalidLookupField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionBadRDField + Health Check + en_US + false + healthSolutionBadRDField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionContactData + Health Check + en_US + false + healthSolutionContactData + View these Contacts by running the <b>Contacts without Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionEditSetting + Health Check + en_US + false + healthSolutionEditSetting + On the NPSP Settings tab, click {1} | {2}, and edit the {0} setting. + + + healthSolutionHHAccNoContacts + Health Check + en_US + false + healthSolutionHHAccNoContacts + Consider deleting these unused Household Account records to save space. View these Household Account records by running the <b>Empty Household Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionHHObjNoContacts + Health Check + en_US + false + healthSolutionHHObjNoContacts + Consider deleting these unused Household objects to save space. If you have completed a conversion to the Household Account model and no longer need the data on the Household object records they can be deleted. View these Household objects by running the <b>Empty Household Objects</b> report in the NPSP Health Check reports folder. + + + healthSolutionInvalidFiscalYears + Health Check + en_US + false + healthSolutionInvalidFiscalYears + Since Salesforce does not support turning off Custom Fiscal Years, NPSP Rollups will default to Calendar Year. + + + healthSolutionInvalidLevelField + Health Check + en_US + false + Health Check Solution for an invalid Level field + Go to the Levels Tab, and update the invalid field reference on Level {0}. + + + healthSolutionInvalidOppField + Health Check + en_US + false + healthSolutionInvalidOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidOppStage + Health Check + en_US + false + healthSolutionInvalidOppStage + Add this Opportunity Stage value in Salesforce Setup. + + + healthSolutionInvalidPaymentField + Health Check + en_US + false + healthSolutionInvalidPaymentField + On the NPSP Settings tab click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidRDCustomPeriod + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriod + Add this Recurring Donation Installment Period picklist value in Salesforce Setup. + + + healthSolutionInvalidRDCustomPeriodPicklist + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriodPicklist + On the NPSP Settings tab, click {0} | {1}, and add the missing Recurring Donation Custom Installment Period, or delete the picklist value from the Installment Period field. + + + healthSolutionInvalidScheduledJob + Health Check + en_US + false + healthSolutionInvalidScheduledJob + You must update the record to have a valid Class the implements the UTIL_MasterSchedulableHelper.UTIL_IRecurring interface. + + + healthSolutionInvalidUDFObjectField + Health Check + en_US + false + healthSolutionInvalidUDFObjectField + On the NPSP Settings tab, click {0} | {1} and delete the User Rollup record that references this field. + + + healthSolutionMailingListReportMissing + Health Check + en_US + false + healthSolutionMailingListReportMissing + Create a Campaigns with Contacts report, and add a filter for Member Status does not contain "Duplicate". Then specify this report on the {0} | {1} tab in NPSP Settings. + + + healthSolutionMissingOppPayments + Health Check + en_US + false + healthSolutionMissingOppPayments + View these Opportunities by running the <b>Opportunities without Payments</b> report in the NPSP Health Check reports folder. Note that you should add filter criteria on the report to exclude any Opportunity types and Opportunity record types you've excluded in NPSP Payments Settings. You can create the missing Payment records using the Create Missing Payments button on NPSP Settings | Bulk Data Processes | Create Missing Payments. + + + healthSolutionMissingPicklistValue + Health Check + en_US + true + A Required picklist value is missing for this specific field + Add the required picklist value "{0}" on the "{1}" field. + + + healthSolutionNothingScheduled + Health Check + en_US + false + healthSolutionNothingScheduled + To reschedule the default NPSP jobs, go to NPSP Settings | Bulk Data Processes | Process Scheduler. Click Edit. Make sure Don't Enable Auto Schedule Default NPSP Job is not selected. Click Save. + + + healthSolutionOCRDupPrimary + Health Check + en_US + false + healthSolutionOCRDupPrimary + If you have more than one Opportunity Contact Role marked Primary, it can cause NPSP to incorrectly calculate Opportunity Rollups, such as Total Gifts. To see which Opportunities have more than one Opportunity Contact Role marked Primary, run the <b>Opportunities with Primary Contact Roles</b> report in the NPSP Health Checks report folder. + + + healthSolutionOCRException + Health Check + en_US + false + healthSolutionOCRException + If you have more than 50,000 Opportunities and Opportunity Contact Roles, you can safely ignore any errors dealing with SOQL limits. + + + healthSolutionPaymentMappingBadDataTypes + en_US + false + healthSolutionPaymentMappingBadDataTypes + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references these fields. + + + healthSolutionRDBadOppField + Health Check + en_US + false + healthSolutionRDBadOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionRDFieldsBadDatatypes + Health Check + en_US + false + healthSolutionRDFieldsBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references these fields. + + + healthSolutionRelReciprocalInvalid + Health Check + en_US + false + healthSolutionRelReciprocalInvalid + On the NPSP Settings tab, click {0} | {1}, and delete the Reciprocal Relationship record. Then create a new one with the required information. + + + healthSolutionSaveOppsFailed + Health Check + en_US + false + healthSolutionSaveOppsFailed + Make sure you have no Validation Rules, Required Fields, or Workflow Rules that would prevent an Opportunity or Account from being saved. + + + healthSolutionScheduleJobs + Health Check + en_US + false + healthSolutionScheduleJobs + All NPSP scheduled classes should have records in Schedulable__c in order for these features to work correctly. + + + healthSolutionTriggerHandlerMismatch + Health Check + en_US + false + healthSolutionTriggerHandlerMismatch + Changes to triggers can affect core NPSP functionality in unexpected ways, and should be thoroughly tested before deployment to production. If these changes were unintentional, you should reset your Trigger Handlers to match the default NPSP configuration. + + + healthSolutionUDFBadDatatypes + Health Check + en_US + false + healthSolutionUDFBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references these two fields. + + + healthSolutionUDFOppField + Health Check + en_US + false + healthSolutionUDFOppField + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references this field. + + + healthSolutionUnsupportedPicklistValue + Health Check + en_US + true + The picklist value is not supported in this specific field + Deactivate or delete the picklist value "{0}" on the "{1}" field. + + + hhCmpDedupeBatchMessage + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchMessage + Due to the large number of Campaign Members on this Campaign, NPSP is using a batch process to identify Household Members, which may take several minutes to complete. When it's done, you can view the Household Mailing report by clicking on the Household Mailing Report link. + + + hhCmpDedupeBatchProgressTitle + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchProgressTitle + Campaign Household Deduplication + + + hhCmpDedupeLabelOpenReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeLabelOpenReport + Open Report + + + hhCmpDedupeNoReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeNoReport + Could not find the report. Create a report and save it with the Report Unique Name of 'NPSP_Campaign_Household_Mailing_List_V2'. Use the Campaigns with Contacts report type and add filters for CampaignId equals blank and Member Status does not contain 'Duplicate'. + + + hhCmpDedupeStatus + Household Campaign Dedupe + en_US + false + hhCmpDedupeStatus + - Household Duplicate + + + hhCmpDedupLabelReturnToCmp + Household Campaign Dedupe + en_US + false + hhCmpDedupLabelReturnToCmp + Return to Campaign + + + HiddenForSecurity + settings + en_US + false + HiddenForSecurity + Hidden for security + + + InactiveScheduledJobsOwnerErrMsg + User + en_US + true + InactiveScheduledJobsOwnerErrMsg + There are Scheduled Jobs owned by an inactive User. Review your Scheduled Jobs and ensure the owner of each one is an active User. + + + installmentPeriod + RDAction + en_US + true + Label for installment frequency for Recurring Donations Action + Installment Period + + + isARequiredField + en_US + false + isARequiredField + is a required field. + + + labelBooleanFalse + Settings + en_US + true + Translatable label for False + False + + + labelBooleanTrue + Settings + en_US + true + Translatable label for True + True + + + labelListViewFirst + SoqlListView + en_US + false + label for First link in list view + First + + + labelListViewLast + SoqlListView + en_US + false + label for Last link in list view + Last + + + labelListViewNext + SoqlListView + en_US + false + label for Next link in list view + Next + + + labelListViewPageInfo + SoqlListView + en_US + false + label for page info in list view + &nbsp;&nbsp;&nbsp;Page {0} of {1} &nbsp;&nbsp;({2} records) + + + labelListViewPrevious + SoqlListView + en_US + false + label for Previous link in list view + Previous + + + labelMessageLoading + SoqlListView, Settings + en_US + false + label for the loading... message used in some pages + Loading... + + + labelShowMore + SoqlListView + en_US + false + label for Show More on list views + Show more + + + lblAddressOverride + Manage Household UI + en_US + false + lblAddressOverride + (address override) + + + lblBtnAddAllHHMembers + Manage Household UI + en_US + false + lblBtnAddAllHHMembers + Add All Members + + + lblBtnAddContact + Manage Household UI + en_US + false + lblBtnAddContact + Add {0} + + + lblCCardExcludeFrom + Manage Household UI + en_US + false + lblCCardExcludeFrom + Exclude from: + + + lblCity + Manage Household UI + en_US + false + lblCity + City + + + lblCloned + en_US + false + lblCloned + Cloned + + + lblCountry + Manage Household UI + en_US + false + lblCountry + Country + + + lblCurrency + Recurring-Donations, Entry-Form + en_US + true + Override CurrencyIsoCode label + Currency + + + lblDeleteContact + Manage Household UI + en_US + false + caption of Remove Contact popup + Remove Contact + + + lblDeleteContactPrompt + Manage Household UI + en_US + false + prompt for the Remove Contact Popup + Do you want to remove this Contact from this Household on Save? + + + lblDeprecated + en_US + true + Notify user component has been deprecated. + This component has been deprecated. + + + lblEmpty + Contact Merge + en_US + true + Label to display Empty. + empty + + + lblExtendedStatus + UTIL_JobProgressLightning + en_US + true + lblExtendedStatus + Extended Status + + + lblFindInContacts + Manage Household UI + en_US + false + autocomplete's label for "smith in Contacts" + in Contacts + + + lblFindOrAddContact + Manage Household UI + en_US + false + string displayed in the autocomplete control when empty + Find a Contact or add a new Contact to the Household. + + + lblFirstName + Manage Household UI + en_US + false + lblFirstName + First Name + + + lblFormalGreeting + Manage Household UI + en_US + false + lblFormalGreeting + Formal Greeting + + + lblHousehold + Manage Household UI + en_US + false + lblHousehold + Household + + + lblHouseholdName + Manage Household UI + en_US + false + lblHouseholdName + Household Name + + + lblInformalGreeting + Manage Household UI + en_US + false + lblInformalGreeting + Informal Greeting + + + lblLastName + Manage Household UI + en_US + false + lblLastName + Last Name + + + lblMergeHHPrompt + Manage Household UI + en_US + false + lblMergeHHPrompt + {0} is in a Household with other members. Do you want to just add {0}, or add all members from the Household? + + + lblMergeHHTitle + Manage Household UI + en_US + false + lblMergeHHTitle + Merge Households + + + lblNoHHMergePermissions + Manage Household UI + en_US + false + error displayed when required perms missing to add a contact and its household + You must have Edit and Delete permissions on Households (Accounts) in order to add an existing Contact to the Household. + + + lblNPSPSettings + Payment Wizard + en_US + false + lblNPSPSettings + NPSP Settings + + + lblPostalCode + Manage Household UI + en_US + false + lblPostalCode + Postal Code + + + lblProgress + UTIL_JobProgressLightning + en_US + true + lblProgress + Progress + + + lblRequired + Engagement Plan, UTIL_FormField + en_US + true + lblRequired + Required + + + lblSalutation + Manage Household UI + en_US + false + lblSalutation + Salutation + + + lblState + Manage Household UI + en_US + false + lblState + State + + + lblStatus + UTIL_JobProgressLightning + en_US + true + lblStatus + Status + + + lblStreet + Manage Household UI + en_US + false + lblStreet + Street + + + lblToday + UTIL_InputField + en_US + true + lblToday + Today + + + lblYouAreHere + UTIL_PageHeader + en_US + true + lblYouAreHere + You are here: + + + leadConvertAccountName + Lead Converter + en_US + false + leadConvertAccountName + Account + + + leadConvertAffilationName + Lead Converter + en_US + false + leadConvertAffilationName + Affiliated Account + + + leadConvertAffiliatedAccount + Lead Convert + en_US + false + leadConvertAffiliatedAccount + Affiliated Account + + + leadConvertAffiliateExistingAccount + Lead Convert + en_US + false + leadConvertAffiliateExistingAccount + Affiliate with Existing Account: + + + leadConvertAffiliateNewAccount + Lead Convert + en_US + false + leadConvertAffiliateNewAccount + Affiliate with New Account: + + + leadConvertAttachBucketAccount + Lead Converter + en_US + false + leadConvertAttachBucketAccount + Attach to Individual Bucket Account + + + leadConvertAttachExistingAccount + Lead Converter + en_US + false + leadConvertAttachExistingAccount + Attach with Existing Account: + + + leadConvertAutocreateHHAccount + Lead Converter + en_US + false + leadConvertAutocreateHHAccount + Create Household Account + + + leadConvertAutocreateOne2OneAccount + Lead Converter + en_US + false + leadConvertAutocreateOne2OneAccount + Create One-to-One Account + + + leadConvertBtnCancel + Lead Converter + en_US + false + leadConvertBtnCancel + Cancel + + + leadConvertBtnConvert + Lead Converter + en_US + false + leadConvertBtnConvert + Convert + + + leadConvertContactAccount + Lead Convert + en_US + false + leadConvertContactAccount + Contact Account + + + leadConvertContactSelection + Lead Converter + en_US + true + leadConvertContactSelection + You must select an option for Contact. + + + leadConvertCreateAccount + Lead Converter + en_US + false + leadConvertCreateAccount + Create New Account: + + + leadConvertCreateNewContact + Lead Converter + en_US + false + leadConvertCreateNewContact + Create New: + + + leadConvertMergeExistingContact + Lead Converter + en_US + false + leadConvertMergeExistingContact + Merge with Existing: + + + leadConvertNewOpp + Lead Converter + en_US + false + leadConvertNewOpp + Do not create a new {0} upon conversion. + + + leadConvertOwner + Lead Converter + en_US + false + leadConvertOwner + Record Owner + + + leadConvertPageTitle + Lead Converter + en_US + false + leadConvertPageTitle + Convert Lead: + + + leadConvertRecordTypeWarning + Lead Converter + en_US + true + leadConvertRecordTypeWarning + The default Account Record Type for your Profile is the same Record Type set as the Account Model in NPSP Settings, which could cause various data issues. We recommend changing the Account Record Type default to a different value for all profile(s). + + + leadConvertSectionTitle + Lead Converter + en_US + false + leadConvertSectionTitle + Convert Lead + + + leadConvertSendEmail + Lead Converter + en_US + false + leadConvertSendEmail + Send Email to the Owner + + + leadConvertStatus + Lead Converter + en_US + false + leadConvertStatus + Converted Status + + + leadConvertViewContactError + Lead Converter + en_US + false + leadConvertViewContactError + You can only view existing Contacts. + + + lvlBtnSaveAndNew + UTIL_PageHeader + en_US + true + Save & New button on the Level Edit page + Save & New + + + lvlErrorDuplicateLookups + Levels + en_US + true + Error when the Level has the same lookup field specified for level and previous + You must specify different values for Level Field and Previous Level Field. + + + lvlErrorDuplicateName + Levels + en_US + false + error when a name of a level is duplicated + Level name {0} already exists. Names for the same Target and Level Field must be unique. + + + lvlErrorInvalidLookupField + Levels + en_US + false + error when Level Assignment fails to save its current or previous level + Field {0} specified in Level {1} is not a valid lookup to a Level object. + + + lvlErrorInvalidSourceField + Levels + en_US + false + error if level's source field isn't valid + Field {0} specified in Level {1} is not a valid number field. + + + lvlErrorMinGTMax + Levels + en_US + true + error if the Level Minimum is > than Level Maximum + The Minimum Amount must be less than the Maximum Amount on level {0}. + + + lvlErrorMinOverlap + Levels + en_US + true + error when we detect the minimum amount overlaps another level + The Minimum Amount to Maximum Amount range on Level {0} overlaps with the Minimum Amount to Maximum Amount range on Level {1} + + + lvlErrorNoMinMax + Levels + en_US + true + error if both min and max are empty on a level + The {0} level must have either a Minimum Amount or a Maximum Amount. + + + mtchBtnSearch + Find Matched Gifts + en_US + false + mtchBtnSearch + Search + + + mtchCloseDateEnd + Find Matched Gifts + en_US + false + mtchCloseDateEnd + Close Date End + + + mtchCloseDateStart + Find Matched Gifts + en_US + false + mtchCloseDateStart + Close Date Start + + + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + en_US + false + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + + + mtchFindMoreGifts + Find Matched Gifts + en_US + false + mtchFindMoreGifts + Find More Gifts + + + mtchFindMoreGiftsInfo + Find Matched Gifts + en_US + false + mtchFindMoreGiftsInfo + Enter your search criteria and click Search. + + + mtchItems + Find Matching Gifts, Manage Soft Credits + en_US + false + mtchItems + {0} items + + + mtchSearchCriteriaEmpty + Find Matching Gifts + en_US + false + mtchSearchCriteriaEmpty + Please enter a value for at least one of the search criteria fields. + + + mtchSelectCbxTitle + Find Matched Gifts + en_US + false + mtchSelectCbxTitle + Select + + + mtchTotalMatchingGift + Find Matched Gifts + en_US + false + mtchTotalMatchingGift + Total Matching Gift + + + mtchTotalSelected + Find Matched Gifts + en_US + false + mtchTotalSelected + Total Selected + + + mtchTotalUnaccounted + Find Matched Gifts + en_US + false + mtchTotalUnaccounted + Total Unaccounted + + + NameRequired + Engagement Plans, Errors + en_US + false + NameRequired + Subject is a required field. + + + OCRRemovePrimaryDuplicateBatchErrorText + Opportunity + en_US + true + OCR Remove Primary Duplicate Batch Error Text + Unable to remove the duplicate primary OCRs from the Opportunity {0}. Review the Contact Roles on the Opportunity record, choose which is the correct one, and delete the others. + + + opensInNewLink + Accessibility + en_US + true + Aria Label for the links which open in a new window + (opens in a new window) + + + oppInstallmentsOf + OppNaming + en_US + false + oppInstallmentsOf + of + + + oppNamingBoth + OppNaming + en_US + false + oppNamingBoth + Both + + + oppNamingIndividual + OppNaming + en_US + false + oppNamingIndividual + Contact Donations + + + oppNamingOrganizational + OppNaming + en_US + false + oppNamingOrganizational + Organization Donations + + + OrganizationalOpportunities + Error + en_US + true + OrganizationalOpportunities + Organizational Opportunities + + + PageMessagesConfirm + PageMessages + en_US + true + Confirm + Success + + + PageMessagesError + PageMessages + en_US + true + Error + Error + + + PageMessagesFatal + PageMessages + en_US + true + Fatal + Error + + + PageMessagesInfo + PageMessages + en_US + true + Info + Info + + + PageMessagesProcessing + PageMessages + en_US + true + Processing + Processing + + + PageMessagesWarning + PageMessages + en_US + true + Warning + Warning + + + pmtElevatePermissionRequired + Payment, Error + en_US + true + Error when user does not have permission to change Elevate Payment. + Manage this payment in Elevate. + + + pmtModifyCurrency + Payment, Error + en_US + true + pmtModifyCurrency + You can't modify Payment currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related Payment records. + + + pmtNoRefundPermissionMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Refund + You don't have permissions to refund Payments. Contact your Salesforce admin for help. + + + pmtOriginalPaymentNotCompleted + Payment, Error + en_US + true + Refund error message when Elevate hasn't processed the payment yet. + Payment can't be refunded because Elevate hasn't processed the payment yet. + + + pmtOriginalPaymentNotFound + Payment, Error + en_US + true + Error message when the original payment is missing. + You can't edit a refund without an Original Payment. + + + pmtOriginalPaymentNotPaid + Payment, Error + en_US + true + Refund error message when the payment hasnt't processed + This payment's still processing and can't be refunded yet. + + + pmtPaidPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtPaidPaymentDateRequired + A paid Payment must have a Payment Date. + + + pmtPaymentNotFound + Payment + en_US + true + Error message for missing Elevate payment record + The corresponding Elevate payment record couldn't be found. Contact your Salesforce admin for help. + + + pmtPaymentNotRefundable + Payment + en_US + true + Refund error when the payment has already been refund, or is a refund itself + This payment has already been refunded, or is a refund itself. + + + pmtRefundAllocationHelpText + Payment, Refund + en_US + true + Refund Amount Allocation help text + Fixed GAU Allocations are changed to percentages to adjust for this refund. + + + pmtRefundAmount + Payment + en_US + true + Refund Amount + Refund Amount + + + pmtRefundAmountInvalid + Payment + en_US + true + Refund error when the refund amount is invalid + Enter a refund that's less than or equal to the remaining balance. + + + pmtRefundAmountTooHigh + Payment + en_US + true + Error message when refund amount is too high + Refund can't be more than {{AMOUNT}}. + + + pmtRefundAmountTooLow + Payment + en_US + true + Error message when refund amount is too low + Enter a refund that's more than 0. + + + pmtRefundPaymentConfirmedButton + Payment, Refund + en_US + true + Refund Payment Button + Refund Payment + + + pmtRefundPaymentDate + Payment + en_US + true + Payment Date + Payment Date + + + pmtRefundPaymentErrorMessage + Payment + en_US + true + Error message title for refund + There was an error processing the refund. + + + pmtRefundPaymentSuccessMessage + Payment + en_US + true + Success message for refund + Refund was successful. + + + pmtRefundPaymentTitle + Payment, Refund + en_US + true + Refund Payment Title + Refund Payment? + + + pmtRefundProcessing + Payment + en_US + true + Refund submitted for processing. + Refund submitted for processing. Check for the refunded Payment on the Opportunity record. + + + pmtRemainingBalance + Payment, Refund + en_US + true + Remaining Balance + Remaining Balance + + + pmtUnpaidPaymentScheduledDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtUnpaidPaymentScheduledDateRequired + An unpaid Payment must have a Scheduled Date. + + + pmtWizardBtnCalcPayments + Payment Wizard + en_US + false + pmtWizardBtnCalcPayments + Calculate Payments + + + pmtWizardBtnCreatePayments + Payment Wizard + en_US + false + pmtWizardBtnCreatePayments + Create Payments + + + pmtWizardBtnRemovePaidPayments + Payment Wizard + en_US + false + pmtWizardBtnRemovePaidPayments + Remove Paid and Written Off Payments + + + pmtWizardClosedLost + Payment Wizard + en_US + false + pmtWizardClosedLost + NOTE: This Opportunity is marked Closed/Lost. To create Payments, first edit the Opportunity record and change the stage to an open or Closed/Won stage. + + + pmtWizardCreateSchedule + Payment Wizard + en_US + false + pmtWizardCreateSchedule + Create a Payment Schedule + + + pmtWizardFirstPaymentDate + Payment Wizard + en_US + false + pmtWizardFirstPaymentDate + Date of First Payment + + + pmtWizardInterval + Payment Wizard + en_US + false + pmtWizardInterval + Interval + + + pmtWizardIntervalNumber + Payment Wizard + en_US + true + pmtWizardIntervalNumber + Number + + + pmtWizardIntervalPeriod + Payment Wizard + en_US + true + pmtWizardIntervalPeriod + Period + + + pmtWizardInvalidRecords + Payment Wizard + en_US + true + pmtWizardInvalidRecords + NOTE: This Opportunity has payment record(s) that are both Paid and Written Off. You must deselect one or both checkboxes. + + + pmtWizardMonth + Payment Wizard + en_US + true + pmtWizardMonth + Month + + + pmtWizardMsgNoOppFound + Payment Wizard + en_US + false + pmtWizardMsgNoOppFound + No opportunity found. + + + pmtWizardNoUnpaidAmount + Payment Wizard + en_US + false + pmtWizardNoUnpaidAmount + All Payments for this Opportunity are either paid or written off. To create a new Payment schedule, click Delete Paid and Written Off Payments. + + + pmtWizardNoWriteoffAmount + Payment Wizard + en_US + false + pmtWizardNoWriteoffAmount + All Payments for this Opportunity are either paid or written off. If you need to make changes to the Payment records, edit them directly. + + + pmtWizardNumberOfPayments + Payment Wizard + en_US + false + pmtWizardNumberOfPayments + # of Payments + + + pmtWizardPaymentNumber + Payment Wizard + en_US + false + pmtWizardPaymentNumber + Payment Number + + + pmtWizardPaymentsDisabled + Payment Wizard + en_US + false + pmtWizardPaymentsDisabled + You do not have NPSP Payments Enabled. To use the Payment Scheduling Wizard, please enable Payments on the NPSP Settings page under Donations | Payments. + + + pmtWizardPaymentsDisabledTitle + Payment Wizard + en_US + false + pmtWizardPaymentsDisabledTitle + NPSP Payments Not Enabled + + + pmtWizardPaymentsNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to manage payments + You do not have permissions to manage Payments. + + + pmtWizardScheduleInvalidRecords + Payment Wizard + en_US + true + pmtWizardScheduleInvalidRecords + One or more existing Payment records are both paid and written off. To create a new Payment schedule, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardScheduleNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can schedule Payments. + + + pmtWizardSectionTitle + Payment Wizard + en_US + false + pmtWizardSectionTitle + Current Opportunity Info + + + pmtWizardSectionWriteoff + Payment Wizard + en_US + false + pmtWizardSectionWriteoff + Write Off Remaining Balance + + + pmtWizardSectionWriteoffPayments + Payment Wizard + en_US + false + pmtWizardSectionWriteoffPayments + Write Off Payments + + + pmtWizardSubtitle + Payment Wizard + en_US + false + pmtWizardSubtitle + Create one or more Payments for this Opportunity + + + pmtWizardToBeCreated + Payment Wizard + en_US + false + pmtWizardToBeCreated + Payments to be Created + + + pmtWizardWarning + Payment Wizard + en_US + false + pmtWizardWarning + Warning + + + pmtWizardWeek + Payment Wizard + en_US + true + pmtWizardWeek + Week + + + pmtWizardWriteoffDate + Payment Wizard + en_US + false + pmtWizardWriteoffDate + Which date would you like to use? + + + pmtWizardWriteOffInvalidRecords + Payment Wizard + en_US + true + pmtWizardWriteOffInvalidRecords + One or more existing Payment records are both paid and written off. To write off Payments, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardWriteoffMessage + Payment Wizard + en_US + false + pmtWizardWriteoffMessage + You are preparing to write off {0} Payment(s) totaling {1} + + + pmtWizardWriteoffNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Write Off + You do not have permissions to Write Off Payments. + + + pmtWizardWriteOffNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can write off Payments. + + + pmtWizardYear + Payment Wizard + en_US + true + pmtWizardYear + Year + + + pmtWriteOffPaidPayment + Payment, Error + en_US + true + pmtWriteOffPaidPayment + A Payment can't be both paid and written off. You must deselect one or both checkboxes. + + + pmtWrittenOffPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtWrittenOffPaymentDateRequired + A written off Payment must have a Payment Date. + + + potentialDuplicatesFoundMultiple + Potential Duplicates + en_US + false + Number of potential duplicates found + We found {0} potential duplicates of this Contact. + + + potentialDuplicatesFoundNone + Potential Duplicates + en_US + false + No duplicates found + We found no potential duplicates of this Contact. + + + potentialDuplicatesFoundOne + Potential Duplicates + en_US + false + One potential duplicate found + We found 1 potential duplicate of this Contact. + + + ProgressMarkerAssistiveTextProgress + AlternativeText + en_US + true + ProgressMarkerAssistiveTextProgress + Progress: + + + psACH + Payment Gateway Management + en_US + true + Label for ACH payment method. + ACH (bank account) + + + pscDeleteRow + Manage Soft Credits + en_US + true + pscDeleteRow + Delete Row + + + pscManageSoftCreditsAdd + Manage Soft Credits + en_US + false + pscManageSoftCreditsAdd + Add another soft credit + + + pscManageSoftCreditsAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmount + Amount + + + pscManageSoftCreditsAmountMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountMissing + Please enter an amount or percent for each soft credit. + + + pscManageSoftCreditsAmountOrPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountOrPercent + Amount or Percent + + + pscManageSoftCreditsCantChangeCurrency + Manage Soft Credits + en_US + false + pscManageSoftCreditsCantChangeCurrency + You can't modify soft credit currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related soft credits. + + + pscManageSoftCreditsContactMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsContactMissing + You must enter a Contact for each soft credit. + + + pscManageSoftCreditsFull + Manage Soft Credits + en_US + false + pscManageSoftCreditsFull + Full + + + pscManageSoftCreditsInvalidContact + Manage Soft Credits + en_US + false + pscManageSoftCreditsInvalidContact + {0} is the Primary Contact for this Opportunity. You can't add soft credit to this Contact. + + + pscManageSoftCreditsNoRoles + Manage Soft Credits + en_US + false + pscManageSoftCreditsNoRoles + You have no Roles specified as Soft Credit Roles. In NPSP Settings under Donations | Contact Roles, select at least one Role in the Soft Credit Roles setting. + + + pscManageSoftCreditsOppAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsOppAmount + Total Amount + + + pscManageSoftCreditsPartial + Manage Soft Credits + en_US + false + pscManageSoftCreditsPartial + Partial + + + pscManageSoftCreditsPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsPercent + Percent + + + pscManageSoftCreditsPermissionDenied + Manage Soft Credits, Error + en_US + true + You do not have permission to manage soft credits + You do not have permissions to manage Partial Soft Credits. Please contact your system administrator for more information. + + + pscManageSoftCreditsPrimaryDonor + Manage Soft Credits + en_US + false + pscManageSoftCreditsPrimaryDonor + Primary Donor + + + pscManageSoftCreditsPSCAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsPSCAmount + Soft Credit Amount + + + pscManageSoftCreditsReconcileFail + Manage Soft Credits + en_US + false + pscManageSoftCreditsReconcileFail + The total Soft Credit Amount can't exceed the Opportunity Amount. Select Allow Soft Credit Amount more than Total Amount to override this restriction. + + + pscManageSoftCreditsRestrictions + Manage Soft Creditds + en_US + false + pscManageSoftCreditsRestrictions + Soft Credit Restrictions + + + pscManageSoftCreditsRoleMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsRoleMissing + You must specify a Role Name for all soft credits. + + + pscManageSoftCreditsTitle + Manage Soft Credits + en_US + false + pscManageSoftCreditsTitle + Manage Soft Credits + + + pscManageSoftCreditsType + Manage Soft Credits + en_US + false + pscManageSoftCreditsType + Type + + + pscManageSoftCreditsUnaccounted + Manage Soft Credits + en_US + false + pscManageSoftCreditsUnaccounted + Total Unaccounted + + + pscManageSoftCreditsValidateTotals + Manage Soft Credits + en_US + false + pscManageSoftCreditsValidateTotals + Allow Soft Credit Amount more than Total Amount + + + psElevateConnectionTimeout + Payment Gateway Management + en_US + true + Error message for timeout connecting to Elevate. + The connection to Elevate timed out. Try again later. + + + psEnableGatewayAssignment + Payment Gateway Management + en_US + true + Label to show Gateway Assignment is enabled. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHeader + Payment Gateway Management + en_US + true + Label for Gateway Assignment Header. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHelp + Payment Gateway Management + en_US + true + Label for Gateway Assignment Help Message. + Enabling gateway assignment allows you to select the payment gateway and respective payment methods when modifying Gift Entry Templates. + + + psGatewayDefault + Payment Gateway Management + en_US + true + Picklist option label for default gateway. + Always Use Default Gateway + + + psGatewayIDHeader + Payment Gateway Management + en_US + true + Label for Gateway ID Header. + Gateway ID + + + psGatewayIDHelp + Payment Gateway Management + en_US + true + Label for Gateway ID Help Message. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To change the gateway NPSP usess, click Edit, enter the gateway ID, and save your work. Find the gateway ID in the Elevate Admin Console | Gateway Management. + + + psGatewayManagementHelp + Payment Gateway Management + en_US + true + Label for Gateway Management Help Message. + These settings manage the payment gateways for Elevate transactions. + + + psGatewayNotValid + Payment Gateway Management + en_US + true + Error message for saved Elevate Payment Gateway not found. + We can't validate the previously saved gateway. Select a different gateway. + + + psGatewaySelectionLabel + Payment Gateway Management + en_US + true + Label for Gateway selection in settings. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To set a default Elevate payment gateway, select it here. + + + psGatewaysNotFound + Payment Gateway Management + en_US + true + Error message for Elevate Payment Gateways not found. + No Payment Gateways were found. Check your Elevate Account. + + + psHideGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to hide Elevate Gateways and Payment Methods. + Hide Elevate Gateways and Payment Methods + + + psHidePaymentMethods + Payment Gateway Management + en_US + true + Label to hide Payment Methods. + Hide Payment Methods + + + psPaymentGateway + Payment Gateway Management + en_US + true + Label to identify selected Payment Gateway. + Payment Gateway: + + + psSelectPaymentGateway + Payment Gateway Management + en_US + true + Label to select Payment Gateway. + Select Payment Gateway + + + psSelectPaymentMethods + Payment Gateway Management + en_US + true + Label to select Payment Methods. + Select Payment Methods + + + psSelectValidPaymentMethod + Gift Entry, Recurring Donations + en_US + true + How to activate the Elevate field bundle to enter payment information + To enter payment, select a valid Payment Method. + + + psShowGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to show Elevate Gateways and Payment Methods. + Show Elevate Gateways and Payment Methods + + + psShowPaymentMethods + Payment Gateway Management + en_US + true + Label to show Payment Methods. + Show Payment Methods + + + psUnableToConnect + Payment Gateway Management + en_US + true + Error message for unable to connect to Elevate. + Unable to connect to Elevate. Check your connection and try again. + + + RD_achElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and ACH payment. + {0}, *{1} + + + RD_ContactMustBelongToAccount + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact is not found with HH Account + You must select a Contact associated with this Household Account. + + + RD_creditCardElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and Credit Card payment. + {0}, *{1} Exp.{2}/{3} + + + RD_DonorIsRequired + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact and account are missing + You must select an Account or Contact. + + + RD_ErrorAddDonationHeaderText + Recurring-Donations, Error + en_US + true + Refresh Opportunities + Refresh Opportunities + + + RD_ErrorAddDonationLimitedToLegacyMode + Recurring-Donations, Error + en_US + true + Refresh Opportunities button action can be executed in the legacy mode only + The Refresh Opportunities button has no function in Enhanced Recurring Donations. Ask your administrator to remove this button from Recurring Donation page layouts. + + + RD_ErrorAddDonationMissingId + Recurring-Donations, Error + en_US + true + Recurring Donation ID missing + Recurring Donation ID missing. Please select a valid recurring donation record. + + + RD_ErrorAddDonationPermissionDenied + Recurring-Donations, Error + en_US + true + You do not have permission to Refresh opportunities + You don't have the required permissions to Refresh Opportunities. Contact your system administrator for assistance. + + + RD_ErrorLegacyBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The legacy RD Batch job cannot be executed when Enhanced RD is enabled + The legacy Recurring Donations batch job cannot be executed because Enhanced Recurring Donations is enabled in this org. + + + RD_ErrorMoreClosedWonOpportunitiesThanInstallments + Recurring-Donations, Error + en_US + true + More ClosedWon donations than Installments + There are more Closed Won Opportunities associated with this Recurring Donation than the number of Installments defined. + + + RD_ErrorNotEnoughClosedValueForFixedLength + Recurring-Donations, Error + en_US + true + The total Amount of all Closed Won Opps is not equal to the RD Amount. + The combined Amount of all related Closed Won and Pledged Opportunities must match the Amount of a Fixed Length Recurring Donation. + + + RD_finalDonation + Recurring Donations + en_US + true + Final Donation + Final Donation + + + RD_firstDonation + Recurring Donations + en_US + true + First Donation + First Donation + + + RD_firstOrdinalNumber + Recurring Donations + en_US + true + First ordinal number + st + + + RD_frequencyFirstAndFifteenth + Recurring Donations + en_US + true + Frequency processed text + Every {0} {1} + + + RD_frequencyMonthly + Recurring Donations + en_US + true + Frequency processed text + Every {0} months on the {1} + + + RD_frequencyOnThePeriod + Recurring Donations + en_US + true + Frequency processed text + On the {0} + + + RD_frequencyPeriodOnTheDayOfTheMonth + Recurring Donations + en_US + true + Frequency processed text + {0} on the {1} + + + RD_frequencyWeekly + Recurring Donations + en_US + true + Frequency processed text + Every {0} weeks + + + RD_frequencyYearly + Recurring Donations + en_US + true + Frequency processed text + Every {0} years + + + RD_lastModified + Recurring Donations + en_US + true + Last Modified + Last Modified + + + RD_mostRecentDonation + Recurring Donations + en_US + true + Most Recent Donation + Most Recent Donation + + + RD_nextDonation + Recurring Donations + en_US + true + Next Donation + Next Donation + + + RD_otherOrdinalNumber + Recurring Donations + en_US + true + Other ordinal number + th + + + RD_RefreshOppsContinueMessage + Recurring-Donations, Error + en_US + true + Confirmation message displayed to user before the process runs + This process updates all future installment Opportunities to match the current data for this Recurring Donation. For some installments, NPSP may delete and recreate new installments. +<br/><br/>Click Continue to start the process or Cancel to return to the Recurring Donation page. + + + RD_secondOrdinalNumber + Recurring Donations + en_US + true + Second ordinal number + nd + + + RD_thirdOrdinalNumber + Recurring Donations + en_US + true + Third ordinal number + rd + + + RD2_ACH_Payment_Method_Label + Recurring-Donations + en_US + true + ACH Payment Method label + Bank Account + + + RD2_Actions + RDAction + en_US + true + Label for Recurring Donation Actions + Actions + + + RD2_AmountMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if value on the amount is valid or not + Enter a valid Amount. The Amount cannot be zero, negative, or blank. + + + RD2_ContactChangeIsRestricted + Recurring-Donations, Error + en_US + true + Validate RD Contact/Account update when a closed opportunity exists on the RD + You can't change the Household Account or Contact on a Recurring Donation that has Closed Opportunities. + + + RD2_Credit_Card_Payment_Method_Label + Recurring-Donations + en_US + true + Credit Card Payment Method label + Credit Card + + + RD2_CurrencyChangeIsRestrictedOnOpp + Recurring-Donations, Error + en_US + true + Currency change restriction on an Opportunity + You can't change the Opportunity currency to a different currency than the related Recurring Donation. + + + RD2_CurrencyChangeIsRestrictedOnRD + Recurring-Donations, Error + en_US + true + Currency change restriction on a Recurring Donation + You can't change the Recurring Donation currency when there is a related closed Opportunity. + + + RD2_CurrentScheduleTitle + Recurring-Donations, Component + en_US + true + Details of the schedule which is currently in effect + Current Schedule + + + RD2_DataMigrationInvalidCloseAction + Recurring-Donations, Error + en_US + true + Open Opportunities cannot be migrated due to No_Action configuration + In NPSP Settings | Recurring Donations, select any value other than "No_Action" for Open Opportunity Behavior on RD Close. After data migration is complete, you may change the setting back to the previous value. + + + RD2_DataMigrationInvalidInstallmentPeriod + Recurring-Donations, Error + en_US + true + Installment Period cannot be converted to enhanced Recurring Donation format + Recurring Donation Installment Period "{0}" cannot be converted to the Enhanced Recurring Donations format. Make sure the Installment Period is defined in NPSP Settings -> Recurring Donations -> Recurring Donation Custom Installment Periods. + + + RD2_DataMigrationInvalidOpenEndedStatus + Recurring-Donations, Error + en_US + true + Open Ended Status cannot be converted to enhanced Recurring Donation format + Recurring Donation Open Ended Status "{0}" cannot be converted to the Enhanced Recurring Donations format. You must use one of these values: Open, Closed, or None. + + + RD2_DataMigrationInvalidPlannedInstallments + Recurring-Donations, Error + en_US + true + Planned Installments cannot be migrated to enhanced Recurring Donation format + When Open Ended Status is Closed and Schedule Type is not populated, Number of Planned Installments must be 1. + + + RD2_DayOfMonthIsRequiredForMonthlyInstallment + Recurring-Donations, Error + en_US + true + Validate RD data if day of month is blank when installment is monthly + You must enter a value for Day of Month when Installment Period is Monthly. + + + RD2_DayOfMonthMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid day of month + {0} is not a supported value for Day of Month. Select a value between 1 and 30 or select Last Day of Month. + + + RD2_DisableCustomizableRollupWarning + Settings + en_US + true + Warning displayed on Customizable Rollups page when enhanced RDs are enabled + <b>WARNING: You have Enhanced Recurring Donations enabled. If you disable Customizable Rollups, rollups to Recurring Donations will no longer function.</b> + + + RD2_DisabledAdvancedMappingError + Recurring Donation + en_US + true + Error for DIs with populated RD fields when Advanced Mapping is disabled. + You must enable Advanced Mapping before you can process Recurring Donations. + + + RD2_DisabledRD2Error + Recurring Donation + en_US + true + Error for DIs with populated RD fields when RD2 is disabled. + You must enable Enhanced Recurring Donations before you can process Recurring Donations. + + + RD2_ElevateCancelInProgress + Recurring-Donations + en_US + true + Indicates Elevate recurring commitment cancel is in progress + Recurring Payment Cancel in Progress + + + RD2_ElevateDisableButtonLabel + Recurring Donation + en_US + true + Label indicating user can hide the credit card and not use Elevate + Don't enter payment information. + + + RD2_ElevateDisabledHeader + Recurring Donation + en_US + true + Header indicating the org is not connected to Elevate + Elevate is not enabled for your Salesforce org + + + RD2_ElevateDisabledMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation will not be committed to Elevate + You aren't entering payment information to be processed by Elevate. + + + RD2_ElevateEnableButtonLabel + Recurring Donation + en_US + true + Link text to toggle and enable commitment creation in Elevate + Alternatively, enter payment details now. + + + RD2_ElevateInformationHeader + Recurring Donation + en_US + true + Elevate information widget header + Elevate Information + + + RD2_ElevateInformationStatusSuccess + Recurring Donation + en_US + true + Status description displayed when no error is active + No Errors + + + Recurring-Donations, Error + RD2_ElevateInstallmentPeriodMustBeValid + en_US + true + Validation message for installment period on Elevate Recurring Donations + {0} is not a supported Installment Period for Elevate connected Recurring Donations. + + + RD2_ElevateNotSupported + Recurring-Donations, Error + en_US + true + Error when the functionality is not supported for Elevate Recurring Donation. + This functionality is currently not supported for Recurring Donations generated from Elevate Payment Services. + + + RD2_ElevatePauseInstallmentDateErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause an RD a day from installment date + We can't pause an Elevate-connected Recurring Donation less than two days before the installment date. + + + RD2_ElevatePaymentMethodChangeError + Recurring-Donations, Error + en_US + true + Cannot change payment method to a non-Elevate payment method + Valid Payment Methods for an active Elevate-connected Recurring Donation are Credit Card or ACH. + + + RD2_ElevatePendingStatus + Recurring-Donations, Error + en_US + true + Status Reason to indicates Elevate Service is in progress. + Pending Elevate Process + + + RD2_ElevatePermissionRequired + Recurring-Donations, Error + en_US + true + Error when user does not have a permission to change an RD originated in Elevate + Manage this Recurring Donation in Elevate. + + + RD2_ElevateRDAmountMustBeValid + Recurring-Donations + en_US + true + Checks if an Elevate Recurring Donation's amount is valid or not + Please enter a valid Amount. The Amount cannot be less than 1. + + + RD2_ElevateRDCampaignCannotUpdateToNull + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Campaign update is valid or not + You can't remove the Campaign on an active Elevate-connected Recurring Donation. To remove the Campaign, close the Recurring Donation and create a new one. + + + RD2_ElevateRDCancellingMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + This can take some time. Refresh the page to check the status. Contact us if you need help. + + + RD2_ElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + Your request to stop your Recurring Donation was submitted. + + + RD2_ElevateRDCannotBeFixedLength + Recurring-Donations, Error + en_US + true + Error when trying to change an Elevate RD to Recurring Type Fixed + An Elevate-connected Recurring Donation cannot have a Recurring Type of Fixed. + + + RD2_ElevateRDCannotBePaused + Recurring-Donations, Error + en_US + true + Elevate RD cannot be paused + You can't pause Elevate connected Recurring Donations. + + + RD2_ElevateRDCannotChangeElevateFields + Recurring-Donations + en_US + true + Checks if Closed Elevate Recurring Donation's Elevate fields have been modified + You can't edit the donor, amount, schedule, or campaign fields on a Closed Elevate-connected Recurring Donation. + + + RD2_ElevateRDClosedStatusCannotBeChanged + Recurring-Donations, Error + en_US + true + Error when an attempt is made to change the Status of a Closed Elevate RD + You can't edit the Status for an Elevate connected Recurring Donation when Status is Closed. + + + RD2_ElevateRDDayOfMonthCannotChange + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Day of Month Changed + You can't change Day of Month for an Elevate-connected Recurring Donation. + + + RD2_ElevateRDEffectiveDateMustBeValid + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Effective Date is valid or not + Please enter a new Effective Date. The Effective Date for an Elevate Recurring Donation cannot be in the future. + + + RD2_ElevateRDStopDonationMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation is cancelled + The nonprofit won't process any future donations for this Recurring Donation. + + + RD2_ElevateRecordCreateFailed + Recurring Donation + en_US + true + Text indicating the Recurring Donation could not be created in Elevate + An Elevate recurring payment could not be created. Contact your system administrator for assistance. + + + RD2_EnablementDisabledHeader + Settings + en_US + true + Enablement page header displayed due to missing prerequisites + Almost there! Just need you to check on a couple of things first . . . + + + RD2_EnablementDisabledMessage + Settings + en_US + true + Enablement page message displayed due to missing prerequisites + (1) If you're not already using Lightning Experience, click Switch to Lightning Experience at the top of your screen.<br/>(2) Enable Customizable Rollups by going to NPSP Settings | Donations | Customizable Rollups.<br/><br/>Return here to the Upgrade to Enhanced Recurring Donations page. + + + RD2_EnablementDryRunBatchTitle + Settings + en_US + true + Validation batch job title + Validate Migration + + + RD2_EnablementDryRunButton + Settings + en_US + true + Validation button label + Validate Migration + + + RD2_EnablementDryRunComplete + Settings + en_US + true + Validation section message displayed on a successful validation + Validation completed successfully. + + + RD2_EnablementDryRunIntro + Settings + en_US + true + Validation section introduction and guidelines + NPSP simulates migrating your existing data to the Enhanced Recurring Donations model and identifies errors. If there are errors, go to NPSP Settings | System Tools | Error Log. After you fix the errors, return here and validate the migration again. Once the validation completes without errors, you can proceed to the next step.<br/><br/>The validation process may take some time to complete. You can leave this page and return later to check the progress. + + + RD2_EnablementDryRunNextButton + Settings + en_US + true + Button label displayed to enable the migration context + Ready to Migrate + + + RD2_EnablementDryRunOutdatedError + Settings + en_US + true + Error displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Refresh the page and click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunOutdatedInfo + Settings + en_US + true + Information displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunSkipButton + Settings + en_US + true + Button label displayed when validation can be skipped + Skip Validation + + + RD2_EnablementDryRunStopButton + Settings + en_US + true + Button label displayed when validation batch can be stopped + Stop Validation + + + RD2_EnablementDryRunTitle + Settings + en_US + true + Validation section title + Validate Migration + + + RD2_EnablementEnableConfirm + Settings + en_US + true + Enablement section confirmation message + I confirm that I have completed the preparation and validation tasks above and I'm ready to enable Enhanced Recurring Donations. + + + RD2_EnablementEnableIntro + Settings + en_US + true + Enablement section introduction and details + This step replaces the current Recurring Donations processing logic with Enhanced Recurring Donations logic. + + + RD2_EnablementEnableMessage + Settings + en_US + true + Enablement section enable guidelines + Enable the Enhanced Recurring Donations functionality. + + + RD2_EnablementEnableSimpleIntro + Settings + en_US + true + Simple enablement section introduction and details + This step changes the processing logic for Recurring Donations to use Enhanced Recurring Donations logic. Recurring Donations will not function the same way as before. + + + RD2_EnablementEnableTitle + Settings + en_US + true + Enablement section title + Enable Enhanced Recurring Donations + + + RD2_EnablementEnableWarning + Settings + en_US + true + Enablement section warning + <b>WARNING: NPSP doesn't provide a way to revert back to legacy Recurring Donations.</b> + + + RD2_EnablementIncomplete + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations enablement incomplete + You cannot create or update Recurring Donations because you haven't finished enabling Enhanced Recurring Donations. Go to NPSP Settings | Recurring Donations | Upgrade to Enhanced Recurring Donations and complete all enablement steps. + + + RD2_EnablementIntro + Settings + en_US + true + Enablement page introduction and guidelines + Greetings! Enhanced Recurring Donations is our redesigned and improved Recurring Donations feature for the Nonprofit Success Pack (NPSP). A big thanks to our community members who offered their feedback and helped make Enhanced Recurring Donations possible. + <br/><br/>Since there's already a Recurring Donations feature in NPSP, you'll need to perform several upgrade tasks and move your existing data to the Enhanced Recurring Donations model. We've outlined the required tasks for you below. + + + RD2_EnablementMetaDeployConfirm + Settings + en_US + true + MetaDeploy section confirmation message + Confirm that you have installed the Enhanced Recurring Donations metadata. + + + RD2_EnablementMetaDeployConfirmError + Settings + en_US + true + Error message on confirmation check when org does not have metadata deployed + You have not yet installed the Enhanced Recurring Donations metadata. Click Launch MetaDeploy and follow the instructions. + + + RD2_EnablementMetaDeployIntro + Settings + en_US + true + MetaDeploy section introduction and guidelines + Use MetaDeploy to install new metadata (picklist values, help text, etc.) for Enhanced Recurring Donations. MetaDeploy is a service that exists outside of your Salesforce org. Once you've installed the metadata, return to this page to continue the upgrade to Enhanced Recurring Donations. + + + RD2_EnablementMetaDeployLaunch + Settings + en_US + true + MetaDeploy section launch guidelines + Install the Enhanced Recurring Donations metadata using the MetaDeploy service. + + + RD2_EnablementMetaDeployLaunchLinkLabel + Settings + en_US + true + MetaDeploy link label + Launch MetaDeploy + + + RD2_EnablementMetaDeploySimpleIntro + Settings + en_US + true + Simple metaDeploy section introduction and guidelines + Use our MetaDeploy service to install the Enhanced Recurring Donations metadata. The metadata includes: new picklist values, updated help text, and a new page layout. MetaDeploy is a service that exists outside of your Salesforce org. + + + RD2_EnablementMetaDeployTitle + Settings + en_US + true + MetaDeploy section title + Install Enhanced Recurring Donations Metadata + + + RD2_EnablementMigrationButton + Settings + en_US + true + Migration button label + Run Migration + + + RD2_EnablementMigrationCompleteMessage + Settings + en_US + true + Message displayed on a successful migration + <b>Upgrade process complete!</b><br/> + <br/>Before your organization starts using Enhanced Recurring Donations:<br/> + <ul><li>Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.</li> + <li>Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.</li> + <li>Assign the NPSP Recurring Donation Lightning record page as the Org Default.</li> + <li>Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.</li> + <li>Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.</li> + <li>Adjust Recurring Donations reports to work with Enhanced Recurring Donations.</li> + <li>Educate your staff about Enhanced Recurring Donations.</li> + + + RD2_EnablementMigrationErrorMessage + Settings + en_US + true + Message displayed on a migration error + Your migration run has errors, these will need to be fixed to complete a successful Migration. See the errors by going to NPSP Settings > System Tools > Error Logs. + + + RD2_EnablementMigrationIntro + Settings + en_US + true + Migration section introduction and guidelines + Migrate your existing Recurring Donations data to the Enhanced Recurring Donations data model. This process may take some time. You can leave this page and return later to check the progress. + + + RD2_EnablementMigrationSkipButton + Settings + en_US + true + Button label displayed enabling move back to the validation context + Back to Validate + + + RD2_EnablementMigrationStepDryRun + Settings + en_US + true + Migration section validation context guidelines + You may validate the data migration again by clicking Validate Migration. + + + RD2_EnablementMigrationStepFinal + Settings + en_US + true + Migration section migration context guidelines + Click Run Migration to begin the data migration process. + + + RD2_EnablementMigrationStopButton + Settings + en_US + true + Button label displayed when migration can be stopped + Stop Migration + + + RD2_EnablementMigrationTitle + Settings + en_US + true + Migration section title + Run Data Migration + + + RD2_EnablementMigrationWarning + Settings + en_US + true + Migration section warning + <b>WARNING: Run Migration modifies existing Recurring Donation data to match the Enhanced Recurring Donations model. Backup your database if you haven't already done so.</b> + + + RD2_EnablementPermissionRequired + Settings + en_US + true + Error displayed when user does not have System Admin permissions + Only System Administrators can perform Enhanced Recurring Donations upgrade actions. + + + RD2_EnablementPrepIntro + Settings + en_US + true + Enablement preparation task introduction and guidelines + To limit potential errors and to protect your data, perform these preparation tasks before you begin the upgrade to Enhanced Recurring Donations: + + + RD2_EnablementPrepTasks + Settings + en_US + true + Enablement preparation tasks introduction and guidelines + <ul><li>Disable workflows, processes, validation rules and triggers on the Recurring Donations, Opportunity, and Payment objects.</li> +<li>Backup your database, including all Recurring Donations and their related records.</li></ul> + + + RD2_EnablementPrepTitle + Settings + en_US + true + Enablement preparation tasks title + Preparation Tasks + + + RD2_EnablementSimpleIntro + Settings + en_US + true + Simple enablement page introduction and guidelines + Enhanced Recurring Donations makes Recurring Donations more flexible and easier to manage than ever before. To enable Enhanced Recurring Donations, follow the steps below. You must complete ALL the steps to fully enable Enhanced Recurring Donations. + <br/><br/><b>Because you have no Recurring Donation records, you don't need to validate or migrate any data.</b> + + + RD2_EndDateElevateCannotBeInFuture + Recurring-Donations, Error + en_US + true + Elevate connected Recurring Donation End Date must be valid. + End Date can't be in the future for Elevate connected Recurring Donations. + + + RD2_EndDateMustBeLaterThanCloseWonOpp + Recurring Donations Error + en_US + true + Recurring Donation End Date must be valid. + End Date must be later than the last Closed Won Opportunity's Close Date. + + + RD2_EndDateMustBeValidForFixedLength + Recurring-Donations, Error + en_US + true + Fixed Length Recurring Donation End Date must be valid + End Date can't be in the future when Recurring Type is Fixed. + + + RD2_EnhancedRecurringDonationsNotEnabled + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations Not Enabled + Enhanced Recurring Donations is not enabled. + + + RD2_EntryFormCustomFieldsSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Custom Field section header + Custom Fields + + + RD2_EntryFormDonationSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donation Information section header + Donation Information + + + RD2_EntryFormDonorSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donor Information section header + Donor Information + + + RD2_EntryFormDonorTypeHelpText + Recurring-Donations, Entry-Form + en_US + true + The Inline HelpText for the Donor Type picklist + Select the type of donor for this Recurring Donation. If you select Account, enter an Organization Account, and optionally a related Contact. If you select Contact, enter a Contact related to a Household Account. + + + RD2_EntryFormDonorTypeLabel + Recurring-Donations, Entry-Form + en_US + true + The Label for the Donor Type picklist + Donor Type + + + RD2_EntryFormHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form header + New Recurring Donation + + + RD2_EntryFormInsertSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is inserted + Recurring Donation "{0}" was created. + + + RD2_EntryFormMissingPermissions + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Field Permissions Error + You don't have the required Recurring Donations field permissions. Contact your system administrator for assistance. + + + RD2_EntryFormOtherSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Other Information section header + Other Information + + + RD2_EntryFormPeriodAdvanced + Recurring-Donations, Entry-Form + en_US + true + Picklist value for the RD2 Entry Form custom period picklist + Advanced + + + RD2_EntryFormPeriodHelpText + Recurring-Donations, Entry-Form + en_US + true + Inline Help Text for the Monthly and Advanced Picklist + Select Advanced to enter other schedule types such as weekly, yearly, every 6 months, etc. + + + RD2_EntryFormPeriodLabel + Recurring-Donations, Entry-Form + en_US + true + Custom Label for the Monthly and Advanced Picklist + Recurring Period + + + RD2_EntryFormPeriodPluralDaily + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Daily + Days + + + RD2_EntryFormPeriodPluralMonthly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Monthly + Months + + + RD2_EntryFormPeriodPluralWeekly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Weekly + Weeks + + + RD2_EntryFormPeriodPluralYearly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Yearly + Years + + + RD2_EntryFormSaveACHMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Sending ACH information to Elevate... + + + RD2_EntryFormSaveCommitmentFailedMessage + Recurring-Donations, Entry-Form + en_US + true + Message displayed as prefix to errors returned from Elevate API + A recurring payment has been created in Elevate. Elevate Recurring Id: {0}. + + However, a matching Recurring Donation wasn't created in NPSP due to the following error: + ● {1} + + You can keep this form open, fix the error, and save the Recurring Donation again. Alternatively, cancel and contact your System Administrator for help. + + + RD2_EntryFormSaveCommitmentMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Elevate Commitment is being created or updated + Saving Elevate recurring payment...This may take a few minutes. + + + RD2_EntryFormSaveCreditCardValidationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Validating credit card... + + + RD2_EntryFormSaveRecurringDonationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Recurring Donation record is being saved + Saving Recurring Donation... + + + RD2_EntryFormScheduleEveryLabel + Recurring-Donations, Entry-Form + en_US + true + Label to show as Every + Every + + + RD2_EntryFormStatusSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Status Information section header + Status Information + + + RD2_EntryFormUpdateSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is updated + Recurring Donation "{0}" was saved. + + + RD2_ErrorDataMigrationJobCannotBeRun + Recurring-Donations, Error + en_US + true + The job can only be executed when Enhanced RD is enabled in the org + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations Data Migration job. + + + RD2_ErrorEnhancedRDBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The RD2 Batch job can only be executed when Enhanced RD is enabled + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations batch job. + + + RD2_ErrorRDIdIsMissingForCommitment + Recurring-Donations, Error + en_US + true + Recurring Donation Id must be specified + There was an error creating the Recurring Donation record. No Recurring payment request was sent to Elevate. Contact your system administrator for assistance. + + + RD2_InstallmentFrequencyMustBeValid + Recurring-Donations, Error + en_US + true + Displayed when Installment Frequency on a Recurring Donation is not valid + Installment Frequency is required. Enter a value between 1 and 20. + + + RD2_InstallmentPeriodMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid install period + {0} is not a supported value for Installment Period. Select Daily, Weekly, 1st and 15th, Monthly, or Yearly. + + + RD2_InstallmentStatusSkipped + Recurring-Donations, Info + en_US + true + Status of an installment that is skipped + Paused + + + RD2_InvalidRecurringDonationId + Recurring-Donation + en_US + true + error when the Recurring Donation Id provided is invalid. + The Recurring Donation Id {0} is invalid. + + + RD2_NextACHPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's ACH payment information will be sent to their bank on {{DATE}}. Payments begin after the bank verifies and processes the information. + + + RD2_NextDonationDate + Recurring Donation + en_US + true + Label for next donation mapping. + Next Installment Date: + + + RD2_NextPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's credit card will be charged on the next donation date: {{DATE}} + + + RD2_NonElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation Non Elevat would be cancelled + Your Recurring Donation was stopped. + + + RD2_NumberInstallmentsCannotBeLessThanPaid + Recurring-Donations, Error + en_US + true + Validate Planned Installments field is greater than number of Paid Installments + Number of Planned Installments can't be less than the Number of Paid Installments. + + + RD2_NumberInstallmentsNotAllowedWhenOpen + Recurring-Donations, Error + en_US + true + Disallow a value in Planned Installments on the RD for Recurring Type is Open + Number of Planned Installments is for Fixed Recurring Donations only. Remove the value in Number of Planned Installments or change the Recurring Type to Fixed. + + + RD2_NumberInstallmentsRequiredWhenFixed + Recurring-Donations, Error + en_US + true + Require Planned Installments field on the RD when Recurring Type is Fixed + Number of Planned Installments is required when Recurring Type is Fixed. + + + RD2_PageNotAvailableHeader + Settings + en_US + true + Header displayed indicating data is not available when enhanced RDs are enabled + Page Not Available + + + RD2_PageNotAvailableMessage + Settings + en_US + true + Message displayed indicating data is not available when enhanced RDs are enabled + This page is not available in Enhanced Recurring Donations. Refresh your browser and return to NPSP Settings. + + + RD2_PaidInstallments + Recurring Donation + en_US + true + Label for next donation mapping. + Paid Installments: + + + RD2_PauseCannotExistOnScheduleChange + Recurring-Donations, Error + en_US + true + Cannot change specific fields causing schedule change when a pause exists + You can''t update the following field(s) because this Recurring Donation is paused: {0}. If you''d like to update the field(s), you must deactivate the pause. + + + RD2_PauseClosedRDErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause Closed Recurring Donation. + You can't Pause a Closed Recurring Donation + + + RD2_PauseDeactivationSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been removed successfully + Pause on {0} was removed. + + + RD2_PauseDescription + Recurring-Donations, Pause + en_US + true + Recurring Donation Pause description + Select installments from the list below. You can pause for up to 12 consecutive installments. + + + RD2_PausedReasonLabel + Recurring-Donations, Pause + en_US + true + Paused Reason field label on the Recurring Donation Pause page + Paused Reason + + + RD2_PauseEndDateCannotBeMoreThanTwelveMonths + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be 1 year or less from start date + You can't pause Recurring Donations for more than a year. The pause End Date must be less than one year after the Start Date. + + + RD2_PauseEndDateMustBeGreaterThanStartDate + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be greater than start date + The pause End Date must be greater than the Start Date. + + + RD2_PauseFirstDonationDateDynamicText + Recurring-Donations, Pause + en_US + true + RD2 Pause first donation date after the pause + The first donation date after the pause period will be {0}. + + + RD2_PauseHeader + Recurring-Donations, Pause + en_US + true + RD2 Pause Header containing the Recurring Donation name + Pause {0} + + + RD2_PausePermissionRequired + Recurring-Donations, Error + en_US + true + User does not have a permission to edit or create Recurring Donations + You don't have the required permissions to pause a Recurring Donation. Contact your system administrator for assistance. + + + RD2_PauseRequestMustIncludeBothStartDateAndEndDate + Recurring-Donations, Pause + en_US + true + RD2 Pause start date and end date must be populated + A pause request must include both Start Date and End Date. + + + RD2_PauseSaveSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been saved successfully + Pause on {0} was saved. + + + RD2_PauseSelectedInstallmentTextPlural + Recurring-Donations, Pause + en_US + true + Contains message indicating multiple installments have been selected to skip + You've selected {0} installments. + + + RD2_PauseSelectedInstallmentTextSingular + Recurring-Donations, Pause + en_US + true + Contains message indicating one installment has been selected to skip + You've selected 1 installment. + + + RD2_PauseStartDateMustBeTodayOrLater + Recurring-Donations, Pause + en_US + true + RD2 Pause start date must be today or later + You can't set a pause Start Date in the past. The pause Start Date must be today or later. + + + RD2_PauseStatusMustExist + Recurring-Donations, Error + en_US + true + Error when Recurring Donation Status picklist value Paused does not exist + NPSP is unable to update Status and Status Reason on Paused Recurring Donations. You must add the picklist value 'Paused' to the Status field. + + + RD2_Payment_Details + Recurring-Donations + en_US + true + Payment Details label + Payment Details + + + RD2_Payment_Method + Recurring-Donations + en_US + true + Payment Method label + Payment Method + + + RD2_Payment_method_was_updated + Recurring-Donations + en_US + true + Payment method was updated label + Payment method was updated. + + + RD2_PaymentInformation + Recurring-Donations, Elevate + en_US + true + Elevate Payment Information Title + Payment Information + + + RD2_Recurring_Donation_was_updated + Recurring-Donations + en_US + true + Recurring Donation was updated label + Recurring Donation was updated. + + + RD2_ScheduleLWCEndDate + Recurring-Donations, Component + en_US + true + The end date of the recurring donation schedule + Schedule End Date + + + RD2_ScheduleLWCFutureSchedule + Recurring-Donations, Component + en_US + true + Details of a schedule that will take effect at a future date + Future Schedule + + + RD2_ScheduleLWCTitle + Recurring-Donations, Component + en_US + true + Title of the Active Schedules Component + Active Schedules + + + RD2_ScheduleVisualizerColumnDate + Recurring-Donations, Component + en_US + true + Date Column Header + Date + + + RD2_ScheduleVisualizerErrorEnhancedRDNot + Recurring-Donations, Error, Component + en_US + true + Error when Enhanced RD is not enabled + This component must be used on a Recurring Donations record page. + + + RD2_ScheduleVisualizerErrorInvalidUsage + Recurring-Donations, Error, Component + en_US + true + Error when the component is used on a Non-Recurring Donations page + You must enable Enhanced Recurring Donations to use this component. + + + RD2_ScheduleVisualizerFLSInstallment + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the upcoming installments + You don't have permissions to view Upcoming Installments. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerFLSSchedule + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the active schedules + You don't have permissions to view Active Schedules. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerMessageNoActiveSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no active schedule to render + There is no active schedule for this Recurring Donation. + + + RD2_ScheduleVisualizerMessageNoSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no future schedule to render + There are no scheduled installment Opportunities. + + + RD2_ScheduleVisualizerTitle + Recurring-Donations, Component + en_US + true + Title of the Schedule Visualizer Component + Upcoming Installments + + + RD2_StatusAutomationClosedDefinition + Settings + en_US + true + Status Automation Closed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Closed Status Value if donations aren't being received as expected. This value must be higher than the Number of Days for Lapsed. NPSP does not create installment Opportunities for Closed Recurring Donations. + + + RD2_StatusAutomationConfigurationSection + Settings + en_US + true + Status Automation configuration section header + Status Automation Settings + + + RD2_StatusAutomationDaysForClosed + Settings + en_US + true + Status Automation Number of Days for Closed + Number of Days for Closed + + + RD2_StatusAutomationDaysForLapsed + Settings + en_US + true + Status Automation Number of Days for Lapsed + Number of Days for Lapsed + + + RD2_StatusAutomationIntro + Settings + en_US + true + Status Automation introduction + These settings automate changing the Recurring Donation Status when donors miss installment payments.<br/><br/>For example, given a monthly Recurring Donation started on January 1st, and Number of Days for Lapsed is set to 10 days, the Recurring Donation becomes Lapsed on February 12th if no installment payment is received. If Number of Days for Closed is set to 20 days, the Recurring Donation becomes Closed on February 22nd.<br/><br/>Salesforce begins counting Number of Days for Lapsed and Number of Days for Closed on the day after the expected installment date (February 2nd in our example). + + + RD2_StatusAutomationInvalidClosedStatus + Settings + en_US + true + Error when Automation Closed Status is not mapped correctly + The Status Automation Closed Status should map to Closed State + + + RD2_StatusAutomationInvalidLapsedStatus + Settings + en_US + true + Error when Automation Lapsed Status is not mapped correctly + The Status Automation Lapsed Status should map to Lapsed State + + + RD2_StatusAutomationInvalidNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed is smaller than Number of Days For Closed + Number of Days for Closed must be higher than the Number of Days for Lapsed. + + + RD2_StatusAutomationInvalidNumberOfDaysForClosed + Settings + en_US + true + Error when Number of Days for Closed is too small + Must be greater than Number of Days for Lapsed + + + RD2_StatusAutomationInvalidNumberOfDaysForLapsed + Settings + en_US + true + Error when Number of Days for Lapsed is too large + Must be less than Number of Days for Closed + + + RD2_StatusAutomationLapsedDefinition + Settings + en_US + true + Status Automation Lapsed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Lapsed Status Value if donations aren't being received as expected. NPSP continues to create installment Opportunities for Lapsed Recurring Donations as defined by the schedule. + + + RD2_StatusAutomationNegativeNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed or Number of Days for Closed is negative. + Number of Days for Lapsed and Number of Days for Closed cannot be negative. + + + RD2_StatusAutomationSetClosedStatus + Settings + en_US + true + Status Automation Closed Status Label + Closed Status Value + + + RD2_StatusAutomationSetLapsedStatus + Settings + en_US + true + Status Automation Lapsed Status Label + Lapsed Status Value + + + RD2_StatusMappingColumnState + Settings + en_US + true + Mapping datatable State field label + State + + + RD2_StatusMappingColumnStatusAPIName + Settings + en_US + true + Mapping datatable Status field containing the API Name + API Name + + + RD2_StatusMappingDefinitions + Settings + en_US + true + Status to state mapping definitions + <b>State Definitions</b><br/><ul><li>Active: The donor is actively donating. NPSP creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Lapsed: Donations aren't being received as expected, but NPSP still creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Closed: The donor has stopped making donations for this Recurring Donation. NPSP doesn't create any new installment Opportunities.</li></ul> + + + RD2_StatusMappingDeploymentAlreadyInProgress + Settings + en_US + true + Message displayed when save action cannot start due to another deployment + You can't save a mapping while NPSP is processing another Status to State mapping. + + + RD2_StatusMappingInProgressMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Saving Status to State mapping. + + + RD2_StatusMappingIntro + Settings + en_US + true + Status to state mapping page introduction and guidelines + When you create custom picklist values for Recurring Donation Status, you must map them to a State so that NPSP knows how to process records with those custom Status values. + <br/><br/>If you haven't created any custom picklist values for Recurring Donation Status, there's nothing you need to map. + + + RD2_StatusMappingStateUnmapped + Settings + en_US + true + State label displayed when status is unmapped + -- Unmapped -- + + + RD2_StatusMappingSuccessMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Status to State mapping saved. + + + RD2_StatusMustBeActiveOrPause + Recurring-Donations, Error + en_US + true + Pause request requires Active or Paused status + A pause request requires that the Recurring Donation Status is Active or Paused. + + + RD2_StatusMustBeMapped + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check error message when status is not mapped to a state. + The Status "{0}" hasn''t been mapped to a State. + + + RD2_StatusMustBeMappedSolution + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check solution when status is not mapped to a state. + Go to NPSP Settings | Recurring Donations | Status to State Mappings, or contact your administrator for help. + + + RD2_UnPauseRequestCannotIncludeDates + Recurring-Donations, Pause + en_US + true + UnPause requests cannot include dates + UnPause requests cannot include Start Date or End Date. + + + RD2_ViewLessDetails + Recurring Donation + en_US + true + Label for view less info on recurring donation table component + View Less Details + + + RD2_ViewMoreDetails + Recurring Donation + en_US + true + Label for view more info on recurring donation table component + View More Details + + + RDCL_Annual_Value + RD2_ChangeLog + en_US + true + Annual Value change field label + Annual Value + + + RDCL_Change_Log + RD2_ChangeLog + en_US + true + Header on the Change Log component + Change Log + + + RDCL_Disabled + RD2_ChangeLog + en_US + true + Displayed in the change log component when RDCL is disabled + Recurring Donation Change Log is currently disabled. + + + RDCL_Expected_Total_Value + RD2_ChangeLog + en_US + true + Expected Total Value change field label + Expected Total Value + + + RDCL_Frequency + RD2_ChangeLog + en_US + true + Frequency change field label + Frequency + + + RDCL_No_Records + RD2_ChangeLog + en_US + true + Displayed when no changes are available for a recurring donation + There are no Change Logs for this Recurring Donation. + + + RecurringDonationAccountAndContactError + Recurring Donations + en_US + false + RecurringDonationAccountAndContactError + You can specify either an Organization or Contact for a Recurring Donation, but not both. + + + RecurringDonationNameSuffix + Recurring Donations + en_US + true + Recurring Donation Name Suffix + Recurring + + + recurringDonationSchedule + RDAction + en_US + true + Label for modal title for Recurring Donation table actions + Recurring Donation Schedule + + + REL_Create_New_Relationship + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Create + Create New Relationship + + + REL_Former + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Former + Former + + + REL_No_Relationships + Relationships, relationship-viewer + en_US + false + Relationship Viewer - No Relationship + There are no Relationships for this Contact. + + + REL_RECenter + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Re-center + Re-Center on This Contact + + + REL_Return_to_Contact + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Return to Contact + Return to Contact + + + REL_View_Contact_Record + Relationships, relationship-viewer + en_US + false + Relationship Viewer - View Contact Record + View Contact Record + + + REL_ViewerGraphical + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading graphical view + Graphical View + + + REL_ViewerTabular + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading tabular view + Tabular View + + + RP_CustomerJourneyLinkLabel + en_US + true + Resources Page - Customer Journey link + Salesforce.org Webinars and Events + + + RP_DeeperParagraph + en_US + true + Resources Page - Deeper Paragraph + Dive deeper into Salesforce and learn everything you need to be successful. + + + RP_DeeperSubtitle + en_US + true + Resources Page - Deeper Subtitle + 3. Dive Deeper + + + RP_GettingStarted + en_US + true + Resources Page - Getting Started component title + Getting Started + + + RP_GitHubSubtitle + en_US + true + Resources Page - GitHub Subtitle + updates are pushed automatically; no installation needed! + + + RP_GitHubTitle + en_US + true + Resources Page - GitHub title + Latest Release Notes + + + RP_NpspLinkLabel + en_US + true + Resources Page - Npsp Link + Getting Started with Salesforce for Nonprofits + + + RP_ProductNameLabel + en_US + true + Resources Page - Product Name + Nonprofit Success Pack (NPSP) + + + RP_ReleaseGitHub + deprecated + en_US + true + DEPRECATED - Resources Page - Release GitHub + Released: + + + RP_ReleaseNotesLink + deprecated + en_US + true + DEPRECATED - Resources Page - Release Notes Link + Read full release notes > + + + RP_Remote_Site_Settings_Deactivated + deprecated + en_US + true + DEPRECATED - RP Remote Site Settings Deactivated + To take advantage of all the new functionality on the Getting Started page, go to Setup, search for Remote Site Settings, and ensure that the SFDOEndpoints site is active. If it isn't, click Edit, check the Active box, and click Save. + + + RP_SalesforceOrgLinkLabel + en_US + true + Resources Page - Salesforce Org Link + Hub Community Weekly Office Hours + + + RP_SubTitle + en_US + true + Resources Page - SubTitle + You now have access to ALL the powerful features of Salesforce Enterprise Edition PLUS the ability to better manage donors with the Nonprofit Success Pack application. Now let's get started. + + + RP_Title + en_US + true + Resources Page - Title + Welcome to Salesforce and the Nonprofit Success Pack (NPSP)! + + + RP_TrailheadLinkLabel + en_US + true + Resources Page - Trailhead Link + Getting Started with Salesforce and NPSP Trailmix + + + RP_TrailheadParagraph + en_US + true + Resources Page - Trailhead Paragraph + Get started with the Nonprofit Success Pack by learning the basics of Salesforce and donor and volunteer management. + + + RP_TrailheadSubtitle + en_US + true + Resources Page - Trailhead Subtitle + 1. Learn with Trailhead + + + RP_UsHubLinkLabel + en_US + true + Resources Page - Trailblazer Link + Trailblazer Community + + + RP_USParagraph + en_US + true + Resources Page - Trailblazer Paragraph + Get help from our active community of fellow NPSP users, or reach out to Salesforce.org. + + + RP_UsSubtitle + en_US + true + Resources Page - Trailblazer Subtitle + 2. Join the Community + + + RP_Videos + en_US + true + Nonprofit Success Pack (NPSP) Resources Page - Youtube Videos + How-To videos + + + RP_WebinarLinkLabel + en_US + true + Resources Page - Webinar Link + NPSP Product Documentation + + + RP_YoutubeChannel + en_US + true + Resources Page - Salesforce Foundation Youtube Channel + View more on our youtube channel > + + + Saved + en_US + true + Saved + Saved. + + + sendAcknowledgmentFailedStatus + Send Acknowledgment button + en_US + false + sendAcknowledgmentFailedStatus + Email Acknowledgment Not Sent + + + sendAcknowledgmentFailureReasons + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFailureReasons + NPSP did not send acknowledgements for the following records. Acknowledgements can fail if there is no workflow rule (Acknowledgement Status EQUALS 'Send Acknowledgement') activated to send the acknowledgement, or if the records did not meet additional criteria to trigger the workflow rule. For example, if Primary Contact is not set, or if the Primary Contact's email field is empty or invalid. + + + sendAcknowledgmentFireStatus + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFireStatus + Email Acknowledgment Now + + + sendAcknowledgmentNoneSelected + Send Acknowledgment button + en_US + false + sendAcknowledgmentNoneSelected + You must select one or more Opportunities before clicking Email Acknowledgments. + + + sendAcknowledgmentNumberAlreadySent + Send Acknowledgment Button + en_US + true + sendAcknowledgmentNumberAlreadySent + {0} acknowledgment(s) already sent. + + + sendAcknowledgmentNumberNoEmail + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberNoEmail + NPSP failed to send {0} acknowledgement(s). + + + sendAcknowledgmentNumberSent + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberSent + {0} acknowledgment(s) sent. + + + sendAcknowledgmentPageTitle + Send Acknowledgment Button + en_US + false + sendAcknowledgmentPageTitle + Email Acknowledgments + + + sendAcknowledgmentReturnLinkLabel + Send Acknowledgment Button + en_US + false + sendAcknowledgmentReturnLinkLabel + Return to Opportunity + + + sendAcknowledgmentSucceeded + Send Acknowledgment button + en_US + false + sendAcknowledgmentSucceeded + Acknowledged + + + Settings_not_Saved + en_US + true + Settings not Saved + Settings not saved + + + SmartyStreets_Help_Text + en_US + true + SmartyStreets Help Test + Make sure you have entered both the Auth ID and Auth Token provided to you by SmartyStreets. You will find them in your SmartyStreets API Keys page. + + + statusCompleted + Status + en_US + false + statusCompleted + Completed + + + statusInProgress + Status + en_US + false + statusInProgress + In Progress + + + statusNotStarted + Status + en_US + false + statusNotStarted + Not Started + + + stgActive + Settings + en_US + true + stgActive + Active + + + stgAdd + Settings + en_US + true + To add to a list + Add + + + stgAddrGeneralSettingsIntro + Settings, address + en_US + false + stgAddrGeneralSettingsIntro + Household and Organization Account Management lets you add multiple Addresses to an Account, specify default Addresses, and specify seasonal Addresses. Address Management is only available in NPSP3 and later with the Household Account model. + + + stgAddrMustChooseClass + Settings, address + en_US + false + stgAddrMustChooseClass + You must choose a verification service in order to enable automatic verification. + + + stgAddrPermissionDenied + Settings, address + en_US + true + Permission Denied on Address Verification Panel + You do not have permissions to manage Address settings. Please contact your system administrator for more information. + + + stgAllocationLevel + Settings + en_US + true + stgAllocationLevel + Allocation Type + + + stgBDIGoToSetup + Settings + en_US + true + stgBDIGoToSetup + Configure Advanced Mapping + + + stgBtnBack + Settings + en_US + true + Button to go back to a previous page + Back + + + stgBtnCancel + Settings, UTIL_PageHeader + en_US + false + stgBtnCancel + Cancel + + + stgBtnClearErrorLog + Settings + en_US + false + stgBtnClearErrorLog + Clear Error Log + + + stgBtnClone + Settings + en_US + true + stgBtnClone + Clone + + + stgBtnCreateAutoRel + Settings + en_US + false + stgBtnCreateAutoRel + Create Automatic Relationship + + + stgBtnCreateMapping + Settings + en_US + false + stgBtnCreateMapping + Create Custom Mapping + + + stgBtnCreateRDPeriod + Settings + en_US + false + stgBtnCreateRDPeriod + Create Custom Installment Period + + + stgBtnCreateRelReciprocal + Settings + en_US + false + stgBtnCreateRelReciprocal + Create Reciprocal Relationship + + + stgBtnCreateTH + Settings + en_US + false + stgBtnCreateTH + Create Trigger Handler + + + stgBtnCreateUDR + Settings + en_US + false + stgBtnCreateUDR + Create Rollup + + + stgBtnEdit + Settings + en_US + false + stgBtnEdit + Edit + + + stgBtnHHAutoName + Settings + en_US + false + stgBtnHHAutoName + Refresh All Household Names + + + stgBtnNew + Settings + en_US + false + stgBtnNew + New + + + stgBtnNewAutoRel + Settings + en_US + false + stgBtnNewAutoRel + New Automatic Relationship + + + stgBtnNewONS + Settings + en_US + false + stgBtnNewONS + New Opportunity Name + + + stgBtnNewPaymentMap + Settings + en_US + false + stgBtnNewPaymentMap + New Payment Field Mapping + + + stgBtnNewRDFieldMap + Settings + en_US + false + stgBtnNewRDFieldMap + New Custom Field Mapping + + + stgBtnNewRDPeriod + Settings + en_US + false + stgBtnNewRDPeriod + New Custom Installment Period + + + stgBtnNewRelReciprocal + Settings + en_US + false + stgBtnNewRelReciprocal + New Reciprocal Relationship + + + stgBtnNewTH + Settings + en_US + false + stgBtnNewTH + New Trigger Handler + + + stgBtnNewUDR + Settings + en_US + false + stgBtnNewUDR + New User Defined Rollup + + + stgBtnRDCreateNewMap + Settings + en_US + false + stgBtnRDCreateNewMap + Create Custom Field Mapping + + + stgBtnRefreshOpportunityNames + Settings + en_US + false + stgBtnRefreshOpportunityNames + Refresh All Opportunity Names + + + stgBtnRefreshPrimaryContacts + Settings + en_US + false + stgBtnRefreshPrimaryContacts + Refresh All Opportunity Primary Contacts + + + stgBtnRunBatch + Settings + en_US + false + stgBtnRunBatch + Run Batch + + + stgBtnRunHHDeceasedBatch + Settings + en_US + false + stgBtnRunHHDeceasedBatch + Run Household Deceased Batch + + + stgBtnSave + Settings, UTIL_PageHeader + en_US + false + stgBtnSave + Save + + + stgCheckboxFalse + Settings + en_US + true + For alternative text when a boolean is not selected. + Not Selected + + + stgCheckboxTrue + Settings + en_US + true + For alternative text when a boolean is selected. + Selected + + + stgClearErrors + en_US + true + Error shown when errors must be removed before something else can occur. + Clear errors before proceeding. + + + stgCountOf + Settings + en_US + false + stgCountOf + Count of + + + stgCreatedBy + Settings + en_US + false + stgCreatedBy + Created By + + + stgCRLPGoToSetup + Settings + en_US + true + stgCRLPGoToSetup + Configure Customizable Rollups + + + stgCRLPHouseholdAccountError + Settings + en_US + true + stgCRLPHouseholdAccountError + You must be using the Household Account Model in order to use Customizable Rollups. + + + stgCRLPInfoOnUDRBody + Settings + en_US + true + stgCRLPInfoOnUDRBody + Customizable Rollups offer all the functionality of User Defined Rollups and so much more:<br/> + <br/> + ● Roll up Payments in addition to Opportunities<br/> + ● Use filters to easily exclude certain records or data<br/> + ● Roll up data for more than 2 years back<br/> + <br/> + Go to NPSP Settings | Donations | Customizable Rollups to enable Customizable Rollups and get started using them! + + + stgCRLPInfoOnUDRHeading + Settings + en_US + true + stgCRLPInfoOnUDRHeading + Why not try Customizable Rollups instead? + + + stgCRLPNonAdminError + Settings + en_US + true + stgCRLPNonAdminError + Only System Administrators can enable or disable Customizable Rollups. + + + stgCRLPReset + Settings + en_US + true + stgCRLPReset + Reset to Defaults + + + stgDefaultValue + Settings + en_US + false + stgDefaultValue + Default Value + + + stgDeletePermissionError + Error + en_US + true + The user do not have delete permission to delete custom setting. + You don't have the required system permissions to delete this setting. Contact your system administrator for assistance. + + + stgDeploymentCustomMetadataMappingEnabled + Settings + en_US + true + stgDeploymentCustomMetadataMappingEnabled + Advanced Mapping is enabled. + + + stgDeploymentHasInvalidHelpTextMappings + Settings + en_US + true + stgDeploymentHasInvalidHelpTextMappings + Advanced Mapping is enabled, but we found some invalid Help Text mappings that couldn't be migrated. <b>Take a screenshot of the table below; it will not be displayed again after you leave this page.</b> + + + stgDeploymentHelpTextMappingEnabled + Settings + en_US + true + stgDeploymentHelpTextMappingEnabled + Help Text mapping is enabled. + + + stgDeploymentInProgress + Settings + en_US + true + stgDeploymentInProgress + Deployment in progress. You can leave this page. The page will reload when deployment is finished. + + + stgDeploymentTimedOut + Settings + en_US + true + stgDeploymentInProgress + Page timed out. + + + stgDeploymentTryAgain + Settings + en_US + true + stgDeploymentTryAgain + You can try again immediately. + + + stgDIFMNonAdminError + Settings + en_US + true + stgDIFMNonAdminError + Only System Administrators can enable or disable Data Import Advanced Mapping. + + + stgDocumentation + Settings + en_US + false + stgDocumentation + Documentation + + + stgDontAutoScheduleHelpText + Settings + en_US + false + stgDontAutoScheduleHelpText + NPSP has a number of Scheduled Jobs that calculate rollups, update Recurring Donations and Seasonal Addresses, and perform error handling. +<br/> +<br/> +When Don't Auto Schedule Default NPSP Jobs is not selected, whenever you load the NPSP Settings page, NPSP checks that all the default NPSP Jobs are scheduled. If they're not scheduled, NPSP reschedules them. NPSP will reschedule only missing NPSP Jobs; it will not overwrite Jobs that have been updated. +<br/> +<br/> +To view these Jobs, search for Scheduled Jobs in Salesforce Setup. +<br/> +<br/> +Selecting Don't Auto Schedule Default NPSP Jobs tells NPSP not to check for or reschedule the default Jobs. + + + stgEditPermissionError + Error + en_US + true + The user do not have edit permission to edit custom setting. + You don't have the required system permissions to edit this setting. Contact your system administrator for assistance. + + + stgErrorINaming + Settings + en_US + false + stgErrorINaming + The Apex class you selected in the Implementing Class field does not implement the HH_INaming interface. Select a different Apex class, or use the default NPSP class HH_NameSpec. + + + stgErrorInvalidClass + Settings + en_US + false + stgErrorInvalidClass + Invalid Implementing Class. + + + stgErrorInvalidNameFormat + Settings + en_US + false + stgErrorInvalidNameFormat + Error in {0}: {1} + + + stgErrorMissingDefaultGauRecord + Validation Error + en_US + true + stgErrorMissingDefaultGauRecord + The previously configured Default General Accounting Unit no longer exists and has been removed. To re-enable Default Allocations, open the GAU Allocations page in NPSP Settings. + + + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + Validation Error + en_US + true + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + The previously configured Default General Accounting Unit no longer exists and has been removed. You must re-enable Default Allocations and select a Default General Accounting Unit in order to use payment allocations. Open the GAU Allocations page in NPSP Settings to update the Default Allocation Settings. + + + stgHelpAccountModel + Settings + en_US + false + stgHelpAccountModel + The Account model used by the Nonprofit Success Pack. This option controls what happens when you create a Contact with a blank Account field value. WARNING: You should not use the Account Model record type you select as the default Account record type for any Profile. Doing so can cause various data issues. + + + stgHelpAdvancedMapping1 + Settings + en_US + false + stgHelpAdvancedMapping1 + When you enable Advanced Mapping, we convert your existing Help Text field mappings to Advanced Mapping. Once enabled, you'll edit mappings and create new ones on this page. + + + stgHelpAdvancedMapping2 + Settings + en_US + false + stgHelpAdvancedMapping2 + You can disable Advanced Mapping and go back to Help Text mapping, but any changes you made with Advanced Mapping will be lost. + + + stgHelpAdvancedMapping3 + Settings + en_US + false + stgHelpAdvancedMapping3 + Find complete Advanced Mapping setup documentation <a href="https://powerofus.force.com/NPSP_Advanced_Mapping" target="_blank">here</a>. + + + stgHelpAdvancedMapping4 + Settings + en_US + false + stgHelpAdvancedMapping4 + <b>This message won't be displayed if you leave this page! Take a screenshot of this page or copy the information in the table below to track the Help Text mappings you need correct. </b> + <br/> + <br/> + We couldn't convert some of your existing Help Text mappings because they're invalid. We recommend disabling Advanced Mapping, correcting the invalid Help Text mappings, then re-enabling Advanced Mapping. Alternatively, you could add these mappings when you configure Advanced Mapping on the next screen, but these additional mappings will revert to the original invalid Help Text if you disable Advanced Mapping. + + + stgHelpAdvancedMappingInvalidHelpText + Settings + en_US + false + stgHelpAdvancedMappingInvalidHelpText + Invalid Help Text Mappings + + + stgHelpAdvancedMappingTableHeader1 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader1 + NPSP Data Import Field + + + stgHelpAdvancedMappingTableHeader2 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader2 + Current Help Text Value + + + stgHelpAllocationLevel + Settings + en_US + true + stgHelpAllocationLevel + An allocation is the specific amount of a gift that goes to a designated General Accounting Unit (GAU). This setting determines whether funds are allocated based on the Amount on the Opportunity or the Amount on the Payment.<br/><br/> + +<b>WARNING:</b> Choosing to use Payment Allocations changes the way Opportunity Allocations work in your org. It's important that you understand these changes and the additional requirements that exist before enabling them.<br/><br/> + +If you enable and start using Payment Allocations and then disable them, you will need to manually reconcile your data and update Opportunity Allocation records to reflect the information previously assigned in Payment Allocations. Review the Payment Allocations documentation to better understand the potential impact.<br/><br/> + +When you enable Payment Allocations, existing rollups remain the same. We do not modify rollups or create new Custom Rollups. You can create new rollups based only on Payments, if you want to. + + + stgHelpAlloFiscalYearRollups + Allocation, Settings + en_US + false + stgHelpAlloFiscalYearRollups + When selected, this option enables fiscal year settings, rather than calendar year settings, for Allocation rollup totals. To set Fiscal Year information, go to Setup and search for Fiscal Year. NOTE: Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpAlloNDayValue + Allocation, Settings + en_US + false + stgHelpAlloNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to roll up GAU Allocations over the past 365 days. + + + stgHelpAutoAffil + Settings + en_US + false + stgHelpAutoAffil + When selected, this option tells Salesforce to create or update Affiliations for Contacts connected to Organization Accounts whenever the Contact's Account field or Primary Affiliation field changes. Organizations Accounts include all Record Types except those defined as Household or One-to-One Account Record Types. + + + stgHelpAutoRelCampaignRT + Settings + en_US + false + stgHelpAutoRelCampaignRT + Select the Campaign Type(s) you'd like this Automatic Relationship to be created for. + + + stgHelpAutoRelField + Settings + en_US + false + stgHelpAutoRelField + The field that triggers the auto-creation of the Relationship. + + + stgHelpAutoRelObject + Settings + en_US + false + stgHelpAutoRelObject + The Salesforce object associated with this auto-created Relationship.. + + + stgHelpAutoRelType + Settings + en_US + false + stgHelpAutoRelType + The Relationship Type that you want to create between the base Contact or Campaign Member, and the corresponding Contact or Campaign Member. The corresponding Contact or Campaign Member will receive a Reciprocal Relationship value, if one is available. + + + stgHelpBatchAlloRollup + Allocation, Settings + en_US + false + stgHelpBatchAlloRollup + This utility calculates rollup totals for all Closed Opportunities with Allocations and updates the relevant General Accounting Unit (GAU) records. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBatchCreateDefault + Allocation, Settings + en_US + false + stgHelpBatchCreateDefault + Clicking this button starts a batch process that creates default allocations for all existing opportunities, except opportunities excluded in the Allocations Rollup Settings. Default allocations must be enabled and a default General Accounting Unit selected to run this tool. + + + stgHelpBatchOppRollup + Settings + en_US + false + stgHelpBatchOppRollup + This utility calculates rollup totals for all Closed Opportunities and updates the relevant Contacts, Households, and Accounts. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBDEAllowBlankOppNames + Settings + en_US + false + stgHelpBDEAllowBlankOppNames + If selected, Batch Data Entry will not name Opportunities, even if you leave the Name field blank on the Batch Data Entry page. + + + stgHelpBDEOppNaming + Settings + en_US + false + stgHelpBDEOppNaming + When selected, NPSP uses the default naming convention for batch-entered Opportunities, regardless of the value you enter in the Name field of the batch entry screen. NOTE: This setting has no effect if custom Opportunity Names are configured. + + + stgHelpBtnHHNaming + Settings + en_US + false + stgHelpBtnHHNaming + <b>WARNING:</b> Clicking this button will activate Automatic Household Naming, and populate your existing Household Names, Formal Greetings, and Informal Greetings with new names, according to the formats you've chosen. Every single Household Account (or Household object) in your Salesforce organization will be renamed (except those Households that do not have automatic naming enabled.)<br/><br/> + +<b>This is an irreversible process.</b> While you can deactivate Automatic Household Naming at any time, all newly populated names will remain. <br/><br/> + +Before starting this process, we recommend disabling the following when they affect Households: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpBtnOppNaming + Settings + en_US + false + stgHelpBtnOppNaming + <b>WARNING:</b> Clicking this button will activate batch Opportunity renaming, and refresh all Opportunity Names according to the formats you've chosen. Salesforce will rename every Opportunity in your organization except those Opportunities whose Opportunity Name Formats you've specified as "Do Not Rename."<br/><br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpChatterGroup + Settings + en_US + false + stgHelpChatterGroup + Chatter group where error notifications will be posted. + + + stgHelpCiceroAddrVerification + Address Verification Settings page + en_US + true + stgHelpCiceroAddrVerification + Make sure you enter your Cicero API Key in the Auth Token settings field. You will find your API Key on your Cicero My Profile page at cicero.azavea.com + + + stgHelpContactRTExcluded + Settings + en_US + false + stgHelpContactRTExcluded + The Contact Record Types you want to exclude from automatic Household Member Contact Role creation. For example, you might want to create a "child" record type for children Contacts in the Household, and enter it here. Salesforce would then exclude those Contacts from receiving the Household Member Contact Role when the Opportunity is created. + + + stgHelpCreateMissingPayments + Settings + en_US + false + stgHelpCreateMissingPayments + <b>WARNING:</b> Clicking this button will activate batch Payment creation. NPSP will create a Payment for each Opportunity without Payments that: +<br/> +<br/> +● has an amount greater than zero<br/> +● is not marked Do Not Automatically Create Payment<br/> +● is not excluded in the Donations | Payments settings<br/> +<br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend disabling the following when they affect Payments: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpCustomizableRollupsEnable1 + Settings + en_US + true + stgHelpCustomizableRollupsEnable1 + You can find complete Customizable Rollups documentation <a href="https://powerofus.force.com/NPSP_Customizable_Rollups_Overview" target="_blank">here</a>. + + + stgHelpCustomizableRollupsEnable2 + Settings + en_US + true + stgHelpCustomizableRollupsEnable2 + When you enable Customizable Rollups for the first time, we will automatically convert your existing rollups and the 87 out-of-box NPSP rollups into Customizable Rollups. + <br/><br/> + You can disable and go back to legacy rollups, but any new rollups or rollup/filter changes made in Customizable Rollups won't be applied to your legacy rollup settings. + + + stgHelpCustomizableRollupsEnable3 + Settings + en_US + true + stgHelpCustomizableRollupsEnable + Removes any new rollups, filter groups, and filter rules you created while using Customizable Rollups AND resets all NPSP legacy rollups back to their default behavior. + + + stgHelpDeceasedBatch + NPSP Settings + en_US + true + Content of the "Recalculate Deceased Household Accounts" page + This utility recalculates the value in the All Household Members Deceased field on Household Accounts. Run this utility to ensure that the value correctly reflects the status of the Deceased field on related Contacts. This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpDefaultAllocationsEnabled + Allocation, Settings + en_US + false + stgHelpDefaultAllocationsEnabled + When selected, NPSP automatically creates GAU Allocation records allocated to the General Accounting Unit specified in the Default General Accounting Unit field below. This feature enables better reporting on the Default General Accounting Unit, but uses more data storage. + + + stgHelpDefaultGAU + Settings + en_US + false + stgHelpDefaultGAU + When Default Allocations Enabled is selected, NPSP creates a GAU Allocation for all new Opportunities not excluded in GAU Allocations Rollup Settings, and assigns them to this General Accounting Unit. NOTE: This doesn't include existing unallocated Opportunities. You can allocate them to the default General Accounting Unit in NPSP Settings under Bulk Data Processes | Batch Create Default Allocations. + + + stgHelpDisableHHAccountAddr + Settings + en_US + false + stgHelpDisableHHAccountAddr + Disables Address management for Household Accounts when selected. + + + stgHelpEnableSoftCreditRollups + Settings + en_US + false + stgHelpEnableSoftCreditRollups + When selected, rolls up Closed/Won Opportunity totals to Contact records based on assigned Opportunity Contact Roles. Soft credit rollups only happen in nightly batches, but you can run them manually from the Rollup Donations Batch settings. + + + stgHelpEnhancedRDBatch + Settings + en_US + true + Page description displayed when enhanced RD batch is to be run + This utility runs a batch process that creates the next scheduled installment Opportunities for Recurring Donations and updates the Recurring Donation Statistics fields. + <br/><br/> + This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpErrorLog + Settings + en_US + false + stgHelpErrorLog + The Error Log shows a detailed list of errors for debugging purposes. Errors are logged only if Error Handling and the Store Errors options are enabled in System Tools | Error Notifications. + + + stgHelpErrorNotifyOn + Settings + en_US + false + stgHelpErrorNotifyOn + When selected, NPSP will display notifications for certain types of errors. + + + stgHelpErrorNotifyTo + Settings + en_US + false + stgHelpErrorNotifyTo + Select the type of user to send notifications to. + + + stgHelpExampleHHNames + NPSP Settings + en_US + true + displayed in the Example household names box + <b>NOTE:</b> The above preview examples cannot preview information for fields other than First Name, Last Name, or Salutation. (For example, if you've created a custom field for nickname that you want to use in the Informal Greeting, that custom field would not show up here.) Fields other than First Name, Last Name, and Salutation don't show up in the greetings fields of the Manage Household page either, but when you save Contact information from the Manage Household page, your Household naming conventions will appear correctly. + + + stgHelpFGFormat + Settings + en_US + false + stgHelpFGFormat + The format Salesforce uses for the Formal Greeting. + + + stgHelpFiscalYearRollups + Settings + en_US + false + stgHelpFiscalYearRollups + When checked, this option enables fiscal year settings, rather than calendar year settings, for Opportunity rollup totals. To set fiscal year information, go to Setup | Company Profile | Fiscal Year. NOTE: The Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpHealthCheck + Settings + en_US + false + stgHelpHealthCheck + Use <a href="#" onclick="ShowPanel('idPanelHealthCheck');return false;">Health Check</a> to verify your NPSP configuration! + + + stgHelpHHAccountRTID + Settings + en_US + false + stgHelpHHAccountRTID + The Account record type you want to use for new Accounts if you've selected the Household Account model above. You can select the default Household Account record type, or your own record type. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated Account). + + + stgHelpHHData + Settings + en_US + false + stgHelpHHData + Use these bulk data processes to refresh Household names and recalculate data for the All Household Members Deceased field. After running one of these processes, refresh your browser to run the other one. + + + stgHelpHHExcludedRT + Settings + en_US + false + stgHelpHHExcludedRT + Specifies which Contact record types Salesforce will exclude from Household object creation. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpHHMailingListReport + Settings + en_US + false + stgHelpHHMailingListReport + The Household Mailing List Report deduplicates a Campaign that contains multiple Contacts from the same household in order to help prevent sending multiples of the same mailing to the same address. NPSP includes a report you can select called "NPSP Campaign Household Mailing List V2". If that report has been renamed or deleted, select a report that uses the Campaigns with Contacts report type, with filters for Member Status does not contain "Duplicate", and Campaign Id = blank. + + + stgHelpHHNameFormat + Settings + en_US + false + stgHelpHHNameFormat + The format Salesforce uses for the Household Name. + + + stgHelpHHNaming + Settings + en_US + false + stgHelpHHNaming + If selected, Salesforce automatically creates a name for the Household Account (or Household object), based on the name of the Contacts in the Household. Salesforce also automatically generates formal and informal greetings. + + + stgHelpHHObjectOverview + Settings + en_US + false + stgHelpHHObjectOverview + To learn more about the recommended Household Account model, see the <a href="https://powerofus.force.com/NPSP_Account_Model" target="_blank">NPSP Documentation</a>. + + + stgHelpHHOCROn + Settings + en_US + false + stgHelpHHOCROn + When selected, NPSP automatically creates Contact Roles on Individual gifts for Household members of the Opportunity's Primary Contact. + + + stgHelpHHRules + Settings + en_US + false + stgHelpHHRules + Specifies for which Contacts Salesforce will automatically create separate Household objects. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpIGFormat + Settings + en_US + false + stgHelpIGFormat + The format Salesforce uses for the Informal Greeting. + + + stgHelpINamingClass + Settings + en_US + false + stgHelpINamingClass + The Apex Class that implements the HH_INaming interface for Household naming. + + + stgHelpLeadConvert + Settings + en_US + false + stgHelpLeadConvert + Specifies the default behavior for Opportunity creation when you convert a Lead to a Contact. If left unselected, Salesforce will NOT automatically create an Opportunity when you convert Leads to Contacts. + + + stgHelpLvlAssignBatch + NPSP Settings + en_US + true + help text displayed on the Level Assignment Batch page + This utility calculates Level Assignments for all Salesforce objects (typically Accounts and Contacts, but also any custom objects) that have Levels assigned to them. This process may take some time, but you can safely close this page and the process will continue in the background. +<br/><br/> + +<b>IMPORTANT:</b> Since Salesforce is often evaluating Levels against updated fields from other bulk data processes, you may want to run those processes first. + + + stgHelpMatchedDonorRole + Settings + en_US + false + stgHelpMatchedDonorRole + The Contact Role you want to use for matched donors. We recommend using "Matched Donor." + + + stgHelpMaxPayments + Settings + en_US + true + stgHelpMaxPayments + Sets the maximum number of Payments allowed when scheduling Payments for an Opportunity. If no value is entered, the default is 12. + + + stgHelpMembershipGracePeriod + Settings + en_US + false + stgHelpMembershipGracePeriod + After a Membership ends, the length of the grace period (in days) before the Membership Status on the Account moves from Grace Period to Expired. Defaults to 30 days. + + + stgHelpMembershipRT + Settings + en_US + false + stgHelpMembershipRT + The Record Type used when creating Opportunities that track Membership Donations. We recommend using Membership. Opportunities with this record type roll up separately from other Opportunity Record Types. + + + stgHelpNameConnector + Settings + en_US + false + stgHelpNameConnector + Specifies the name or character (such as &) that Salesforce uses to connect pairs in a name. + + + stgHelpNameOverrun + Settings + en_US + false + stgHelpNameOverrun + Specifies the text Salesforce uses to replace longer lists of names. + + + stgHelpNewRDFieldMap + Settings + en_US + false + stgHelpNewRDFieldMap + Select the Recurring Donation field you want to map, and the Opportunity field you want to map it to. NPSP will copy the value of the Recurring Donation field you select to your selected Opportunity field on all child Opportunities for the Recurring Donation. +IMPORTANT: Both of these fields must have the same data type. + + + stgHelpNewUDR + Settings + en_US + false + stgHelpNewUDR + Select the Opportunity field and corresponding rollup operation, then select the object and field to roll up to. + + + stgHelpNoUDR + Settings + en_US + false + stgHelpNoUDR + No User Defined Rollups Have Been Defined + + + stgHelpNPSPDoc + Settings + en_US + false + stgHelpNPSPDoc + NPSP Documentation + + + stgHelpNPSPSettings + Settings + en_US + false + stgHelpNPSPSettings + Configure the Nonprofit Success Pack to meet your organization's needs. You can also monitor the health of your Salesforce organization, or run batch processes to update data. + + + stgHelpOCR + Settings + en_US + false + stgHelpOCR + Soft Credits, Contact Roles, and Matching Gifts relate to each other in important ways. If you're not familiar with these concepts and how they interact, you should read through the <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Automated_Soft_Credits.htm&type=5" target="_blank">NPSP Documentation</a> before making any adjustments to these settings. + + + stgHelpOCRDefaultRole + Settings + en_US + false + stgHelpOCRDefaultRole + The default Contact Role automatically assigned to the Primary Contact when the Opportunity Account is a Household, One-to-One, or Individual Account. + + + stgHelpOCRRoleForHH + Settings + en_US + false + stgHelpOCRRoleForHH + The Contact Role you want to use for Household Members. + + + stgHelpOneToOneRTID + Settings + en_US + false + stgHelpOneToOneRTID + The Account record type you want to use for new Accounts if you've selected the One-to-One Account model above. NPSP does not come with a default record type for One-to-One Accounts, so you should create one (such as "Individual") before selecting this model. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated One-to-One Account). + + + stgHelpOppNamingAttribution + Settings + en_US + false + stgHelpOppNamingAttribution + Specifies whether you want to apply these settings to Contact Donations (i.e. Opportunities associated with Household, 1-to-1, or Individual "Bucket" Accounts), Organization Donations, or both Contact and Organization Donations. + + + stgHelpOppNamingDateFormat + Settings + en_US + false + stgHelpOppNamingDateFormat + The date format used for any Date or DateTime fields referenced in the Opportunity Name Format. Choose a format, or choose "other" to create your own custom format following the Java SimpleDateFormat specification. + + + stgHelpOppNamingFormat + Settings + en_US + false + stgHelpOppNamingFormat + The Opportunity Name format. Choose "other" to create your own. + + + stgHelpOppNamingRecTypes + Settings + en_US + false + stgHelpOppNamingRecTypes + The Opportunity record type(s) to which you want to apply this Opportunity Name. Control or Command click to select more than one record type. "--None--" applies the new naming to ALL record types. + + + stgHelpOppRecTypesNoPayments + Settings + en_US + false + stgHelpOppRecTypesNoPayments + Salesforce won't automatically create Payments for the selected Opportunity record types. Control or Command click to select more than one record type. + + + stgHelpOppTypesNoPayments + Settings + en_US + false + stgHelpOppTypesNoPayments + Salesforce won't automatically create Payments for Opportunities that have this value in the Type picklist. + + + stgHelpOrgAccountAddressMgmt + Settings + en_US + false + stgHelpOrgAccountAddressMgmt + When selected, enables Address Management for non-Household Accounts such as Organizational Accounts. + + + stgHelpOrgOCRDefaultRole + Settings + en_US + false + Help text for Contact Role for Organizational Opps + The default Contact Role automatically assigned to the Opportunity's Primary Contact when the Opportunity's Account is NOT a Household, One-to-One, or Individual Account. + + + stgHelpOverrunCount + Settings + en_US + false + stgHelpOverrunCount + The number of Contacts Salesforce will explicitly name in Household names and greetings. After this number, Salesforce substitutes the Name Overrun value for names. + + + stgHelpPaymentMapOppField + Settings + en_US + false + stgHelpPaymentMapOppField + The Opportunity field to copy from. + + + stgHelpPaymentMapPaymentField + Settings + en_US + false + stgHelpPaymentMapPaymentField + The Payment field to copy to. + + + stgHelpPaymentMapping + Settings + en_US + false + stgHelpPaymentMapping + Set up a mapping by selecting an Opportunity field, and then selecting the Payment field it maps to. NOTE: Payment mapping requires that you have two fields (one on Opportunity, one on Payment) of a matching data type. + + + stgHelpPaymentMappings + Settings + en_US + false + stgHelpPaymentMappings + Map fields so that values from the Opportunity are automatically copied to the Payment. Mapping applies for auto-created Payments or Payments created through the Payment scheduler. + + + stgHelpPaymentsEnabled + Settings + en_US + false + stgHelpPaymentsEnabled + If enabled, Salesforce automatically creates Payments for new Opportunities (Donations). + + + stgHelpPowerOfUsHub + Settings + en_US + false + stgHelpPowerOfUsHub + Got questions? Try the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE" target="_blank">Nonprofit Success Pack</a> group for questions about NPSP and the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHiLSAU?tab=discussion" target="_blank">System Administrators</a> group for questions about Salesforce administration and configuration.<br/><br/>Keep up with the latest NPSP release notes in the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHOXSA2?tab=discussion&sort=LAST_MODIFIED_DATE_DESC.htm" target="_blank">NPSP Release Announcements</a> group. + + + stgHelpPrimaryContactBatch + Settings + en_US + false + stgHelpPrimaryContactBatch + <b>WARNING:</b> Clicking this button will activate a batch Opportunity update to refresh the Primary Contact field. Salesforce will update Opportunity records where the Primary Contact field isn't the same value as the Opportunity Contact Role record marked Primary.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Content of the "Bulk Data Processes - Remove Duplicate Primary OCRs" page + <b>WARNING:</b> Clicking this button will activate a batch that permanently removes any duplicate Primary Opportunity Contact Roles that exist in your org. These records won't be recoverable in the recycle bin, so be careful to review expected changes in advance.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity Contact Role records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpRDAddCampaign + Settings + en_US + false + stgHelpRDAddCampaign + When selected, NPSP copies the Campaign you specified on the Recurring Donation to its installment Opportunities. + + + stgHelpRDBatch + Settings + en_US + false + stgHelpRDBatch + This utility runs a batch process for all open-ended Recurring Donations, and based on the number of Opportunity Forecast Months: +<br/> +<br/> +● creates new opportunities<br/> +● updates the number of Installments and Paid Amount<br/> +<br/> +This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpRDBatchSize + Settings + en_US + true + RD Batch Size Settings Help Text + The number of records to process at a time when running the Recurring Donations batch job. The default size is 50. Reduce to a smaller number if the batch job is failing due to system limits. + + + stgHelpRDDisableScheduling + Settings + en_US + false + stgHelpRDDisableScheduling + Prevents the scheduling of the nightly update to Recurring Donations. + + + stgHelpRDFailures + Settings + en_US + false + stgHelpRDFailures + The number of Recurring Donations that failed to update in the last batch operation. + + + stgHelpRDFieldMap + Settings + en_US + false + stgHelpRDFieldMap + This setting lets you map fields from the Recurring Donation record to the Recurring Donation's child Opportunities. + + + stgHelpRDFieldMapOppField + Settings + en_US + false + stgHelpRDFieldMapOppField + no longer used. + + + stgHelpRDFieldMapRDField + Settings + en_US + false + stgHelpRDFieldMapRDField + no longer used. + + + stgHelpRDInstallmentCreateOptionMessage + Settings + en_US + true + Help Text for Recurring Donation Setting Installment Opportunity Auto-Creation + Specifies when NPSP will create installment Opportunities for Recurring Donations. The default is Always Create Next Installment. + + + stgHelpRDLastRun + Settings + en_US + false + stgHelpRDLastRun + The date and time of the last batch update of Recurring Donations. + + + stgHelpRDMaxDonations + Settings + en_US + false + stgHelpRDMaxDonations + Restricts the total number of Donations (installments) for Fixed-Length Recurring Donations. The default is 50. + + + stgHelpRDOpenOppBehavior + Settings + en_US + false + stgHelpRDOpenOppBehavior + Tells NPSP what to do with any remaining open Opportunities when you mark the status of an Open-Ended Recurring Donation as Closed. + + + stgHelpRDOppForecastMonths + Settings + en_US + false + stgHelpRDOppForecastMonths + Number of months' worth of open Opportunities that NPSP maintains on Open-Ended Recurring Donations. NPSP makes sure there are always this many months' worth of Opportunities by creating the appropriate number of new Opportunities every month. + + + stgHelpRDOppRT + Settings + en_US + false + stgHelpRDOppRT + The Opportunity record type assigned to the Recurring Donation's installment Opportunities. + + + stgHelpRDPeriodFrequency + Settings + en_US + false + stgHelpRDPeriodFrequency + The amount of time the Custom Installment Period covers. + + + stgHelpRDPeriodName + Settings + en_US + false + stgHelpRDPeriodName + The name of the new Custom Installment Period. + + + stgHelpRDPeriodType + Settings + en_US + false + stgHelpRDPeriodType + The unit of time (days, weeks, months, years) for the Custom Installment Period. + + + stgHelpRDSuccesses + Settings + en_US + false + stgHelpRDSuccesses + Number of Recurring Donations successfully updated in the last batch run. + + + stgHelpRecDon + Settings + en_US + false + stgHelpRecDon + This setting lets you create Custom Installment Periods for Recurring Donations, different from the default Installment Periods (monthly, quarterly, yearly, and so on) that come with NPSP. + + + stgHelpRelAutoCreatedDup + Settings + en_US + false + stgHelpRelAutoCreatedDup + NPSP deduplicates auto-created Relationships. Select this option if you want to disable automatic deduplication, and allow multiple Relationships of the same Type to exist between two Contacts. + + + stgHelpRelFieldSyncToggle + Settings + en_US + true + stgHelpRelFieldSyncToggle + Select this option to sync custom Relationships fields between the two Contacts in a relationship pair. + + + stgHelpRelGenderField + Settings + en_US + false + stgHelpRelGenderField + Custom field that specifies the gender of a Contact. Salesforce uses the value in this field to determine reciprocal relationships. + + + stgHelpRelReciprocalFemale + Settings + en_US + false + stgHelpRelReciprocalFemale + The value Salesforce uses if the Contact's Gender field value is Female, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMale + Settings + en_US + false + stgHelpRelReciprocalMale + The value Salesforce uses if the Contact's Gender field value is Male, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMethod + Settings + en_US + false + stgHelpRelReciprocalMethod + Specifies the method used for generating reciprocal relationships. + + + stgHelpRelReciprocalName + Settings + en_US + false + stgHelpRelReciprocalName + The name of the Relationship. The name will be an option Users can select in the Type picklist when creating a Relationship between Contacts. + + + stgHelpRelReciprocalNeutral + Settings + en_US + false + stgHelpRelReciprocalNeutral + The value Salesforce uses if it cannot determine the Contact's gender based on Gender field value or Salutation. + + + stgHelpRelSyncFields + Settings + en_US + true + stgHelpRelSyncFields + Select the custom Relationship fields you do not want synchronized between the two Contacts in a Relationship pair. Control or command click to select more than one field. + + + stgHelpRespectDuplicateRuleSettings + Settings + en_US + true + Respect the settings on a Duplicate Rule that control allowing duplicates. + Respect the settings on a Duplicate Rule that control whether duplicate records are allowed. +To check your existing settings, go to Duplicate Rules under Setup. For any rule, when the Action On Create or Action On Edit fields are set to "Allow," duplicates will be saved. + + + stgHelpReviewErrorLog + Settings + en_US + false + stgHelpReviewErrorLog + Review <a href="#" onclick="ShowPanel('idPanelErrorLog');return false;">Error Logs</a> to see if there are issues. + + + stgHelpRollupBatchSize + Settings + en_US + false + stgHelpRollupBatchSize + The number of records processed at a time when calculating donor statistics. The default size is 200. Reduce to a smaller number if the Opportunity Rollups are failing due to system limits. + + + stgHelpRollupExcludeAccountOppRT + Settings + en_US + false + stgHelpRollupExcludeAccountOppRT + Opportunities with the selected record types won't be included in rollups to the Account. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeAccountOppType + Settings + en_US + false + stgHelpRollupExcludeAccountOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Account. + + + stgHelpRollupExcludeAlloOppRecType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppRecType + GAU Allocations from Opportunities with the selected record types won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeAlloOppType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppType + GAU Allocations from Opportunities that have this value in the Type picklist won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeContactOppRT + Settings + en_US + false + stgHelpRollupExcludeContactOppRT + Opportunities with the selected record types won't be included in rollups to the Contact. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeContactOppType + Settings + en_US + false + stgHelpRollupExcludeContactOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Contact. + + + stgHelpRollupNDayValue + Settings + en_US + false + stgHelpRollupNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to rollup over the past 365 days. + + + stgHelpRollupPrimaryContact + Settings + en_US + false + stgHelpRollupPrimaryContact + When this option is selected, Salesforce will ALWAYS roll up donor data to the Opportunity's Primary Contact. Note that only the Account on the Opportunity will receive hard credit. So, if the Account Name on the Opportunity is an Organization, that Organization and the Primary Contact will receive hard credit; the Contact's Household or 1:1 Account will NOT receive hard credit. If left unselected, and the Opportunity's Account is an Organization, only the Organization will receive credit for the Opportunity. + + + stgHelpRollupSkewLimit + Settings + en_US + false + stgHelpRollupSkewLimit + The maximum number of related Opportunities on an Account or Contact allowed in the non-Skew Mode Rollup Batch Jobs. An Account or Contact with more than this number of related Opportunities will always be rolled up using Skew Mode. + + + stgHelpSalesforceSetup + Settings + en_US + false + stgHelpSalesforceSetup + Looking to customize page layouts, add fields, or add users? Try the <a href="/setup/forcecomHomepage.apexp?setupid=ForceCom" target="_blank">Salesforce Setup</a> pages. + + + stgHelpSimpleAddrChangeIsUpdate + NPSP Settings + en_US + false + stgHelpSimpleAddrChangeIsUpdate + A simple address change is a change (such as correcting a typo, or deleting white space) to a single Contact or Account address field. When this option is selected, Salesforce treats these changes as updates to the existing address (i.e., no new Address object is created). + + + stgHelpSoftCreditRoles + Settings + en_US + false + stgHelpSoftCreditRoles + Opportunity Contact Roles you want to include in Soft Credit rollups. Control or Command click to select multiple roles. + + + stgHelpStoreErrorsOn + Settings + en_US + false + stgHelpStoreErrorsOn + When selected, NPSP will store errors. You can view stored errors in System Tools | Error Log on the NPSP Settings page. + + + stgHelpTDTM + Settings + en_US + false + stgHelpTDTM + Trigger Handlers contain the actual business logic that needs to be executed for a particular trigger event. + + + stgHelpTHActive + Settings + en_US + false + stgHelpTHActive + Indicates that this Trigger Handler is active and will run when Trigger Action criteria is met. + + + stgHelpTHAsync + Settings + en_US + false + stgHelpTHAsync + Indicates that this trigger handler's After Events should run asynchronously. WARNING: If the specified Apex Class doesn't support asynchronous processing and you select this checkbox, the class may not work properly. + + + stgHelpTHClass + Settings + en_US + false + stgHelpTHClass + The Apex class to run. + + + stgHelpTHLoadOrder + Settings + en_US + false + stgHelpTHLoadOrder + Order in which this trigger should be run. If the records that this trigger handler processes have related records, the load order ensures that they're created or updated in the correct order. + + + stgHelpTHObject + Settings + en_US + false + stgHelpTHObject + The object related to this trigger handler. + + + stgHelpTHTriggerAction + Settings + en_US + false + stgHelpTHTriggerAction + Actions that fire this trigger. Ctrl and Command click to select more than one action. + + + stgHelpTriggerHandlers + Settings + en_US + false + stgHelpTriggerHandlers + These triggers control core functionality in the Nonprofit Success Pack, so please exercise extreme caution when creating or modifying them. + + + stgHelpTriggerHandlersAsync + Health Check + en_US + false + stgHelpTriggerHandlersAsync + If you select the Asynchronous After Events option for a Trigger Handler, it can have unintended consequences. You should test the Trigger Handler thoroughly in a sandbox environment before deploying it to production. + + + stgHelpUDROperation + Settings + en_US + false + stgHelpUDROperation + Determines how the field should roll up. Only operations that are valid for the selected Opportunity field are listed. + + + stgHelpUDROppField + Settings + en_US + false + stgHelpUDROppField + The Opportunity field to roll up. + + + stgHelpUDRTargetObject + Settings + en_US + false + stgHelpUDRTargetObject + The object on which the rollup information will appear. + + + stgHelpUseDatedConvRates + Settings + en_US + false + stgHelpUseDatedConvRates + When checked, Dated Exchange Rates are used for currency conversion. If unchecked, the standard exchange rate is used even if Advanced Currency Management is enabled. + + + stgHHDataRefreshTitle + Settings + en_US + false + stgHHDataRefreshTitle + Refresh Household Data + + + stgHHNameRefreshTitle + Settings + en_US + false + stgHHNameRefreshTitle + Refresh Household Names + + + stgInstallmentOppDisableAll + Settings + en_US + true + Disable Installments Auto-Creation process + Disable All Installments + + + stgInstallmentOppDisableFirst + Settings + en_US + true + Disable First Installment Auto-Creation on Create + Disable First Installment on Create + + + stgInstallmentOppEnableAll + Settings + en_US + true + Always Create Next Installment + Always Create Next Installment + + + stgInstallScriptError + en_US + true + stgInstallScriptError + Your installation was successful, but we detected a slight problem. To fix the problem, simply load the NPSP Settings page in Salesforce. + +Note: The NPSP Settings tab is visible in the Nonprofit Success Pack application. If you don't see the tab, select Nonprofit Success Pack from the app menu in the upper-right corner. + + + stgLabelActionColumn + Settings + en_US + false + stgLabelActionColumn + Action + + + stgLabelAddressVerification + Settings + en_US + false + stgLabelAddressVerification + Address Settings + + + stgLabelAfflSettings + Settings + en_US + false + stgLabelAfflSettings + Affiliations Settings + + + stgLabelAlloBatchProgress + Allocation, Settings + en_US + false + stgLabelAlloBatchProgress + Rollup Allocations Batch Progress + + + stgLabelAllocationBehaviorSettings + Allocation, Settings + en_US + true + stgLabelAllocationsRollupSettings + Allocation Behavior Settings + + + stgLabelAllocationsRollupSettings + Allocation, Settings + en_US + false + stgLabelAllocationsRollupSettings + GAU Allocations Rollup Settings + + + stgLabelAllocationsSettings + Allocation, Settings + en_US + false + stgLabelAllocationsSettings + Default Allocations Settings + + + stgLabelAllRecordTypes + Settings + en_US + false + stgLabelAllRecordTypes + - all record types - + + + stgLabelAreYouSure + Settings + en_US + false + stgLabelAreYouSure + Are you sure? + + + stgLabelAutoContactRoles + Settings + en_US + false + stgLabelAutoContactRoles + Default Contact Roles + + + stgLabelBatchJobRollupSkewSizes + Settings + en_US + false + stgLabelBatchJobRollupSkewSizes + Rollup Batch Job Skew Mode Sizes + + + stgLabelBatchJobSizes + Settings + en_US + false + stgLabelBatchJobSizes + Rollup Batch Job Sizes + + + stgLabelBatchProcessingOptions + Settings + en_US + true + stgLabelBatchProcessingOptions + Batch Processing Options + + + stgLabelBatchStatus + Settings + en_US + false + stgLabelBatchStatus + Batch Status + + + stgLabelBDESettings + Settings + en_US + false + stgLabelBDESettings + Batch Data Entry Settings + + + stgLabelCreateMissingPayments + Settings + en_US + false + stgLabelCreateMissingPayments + Create Missing Payments + + + stgLabelCurrentUDR + Settings + en_US + false + stgLabelCurrentUDR + Current User Defined Rollups + + + stgLabelDeceasedBatch + NPSP Settings + en_US + true + Menu title for the Batch job to recalculate All Members Deceased + Recalculate Deceased Household Accounts + + + stgLabelDoNotRename + Settings + en_US + false + stgLabelDoNotRename + - do not rename - + + + stgLabelErrorNotify + Settings + en_US + false + stgLabelErrorNotify + Error Notification Settings + + + stgLabelExamplesFGFormat + Settings + en_US + false + stgLabelExamplesFGFormat + Examples for Formal Greeting Format + + + stgLabelExamplesHHNameFOrmat + Settings + en_US + false + stgLabelExamplesHHNameFOrmat + Examples for Household Name Format + + + stgLabelExamplesIGFormat + Settings + en_US + false + stgLabelExamplesIGFormat + Examples for Informal Greeting Format + + + stgLabelField + Settings + en_US + false + stgLabelField + Field + + + stgLabelFieldValueNone + Recurring-Donations, Component + en_US + true + Display the value None + None + + + stgLabelHHGeneral + Settings + en_US + false + stgLabelHHGeneral + General Settings + + + stgLabelHHNaming + Settings + en_US + false + stgLabelHHNaming + Household Name Settings + + + stgLabelHHNamingProgress + Settings + en_US + false + stgLabelHHNamingProgress + Naming Activation Progress + + + stgLabelHHObject + Settings + en_US + false + stgLabelHHObject + Household Object + + + stgLabelHHOCR + Settings + en_US + false + stgLabelHHOCR + Household Opportunity Contact Roles + + + stgLabelHHSettings + Settings + en_US + false + stgLabelHHSettings + Household Settings + + + stgLabelHidden + Settings + en_US + true + stgLabelHidden + Hidden + + + stgLabelHonoreeNotificationHelpText + Settings + en_US + false + stgLabelHonoreeNotificationHelpText + Auto-create Opportunity Contact Roles for Honoree and Notification Recipient Contacts. + + + stgLabelHonoreeNotificationOCR + Settings + en_US + false + stgLabelHonoreeNotificationOCR + Honoree and Notification Recipient Opportunity Contact Roles + + + stgLabelLeadSettings + Settings + en_US + false + stgLabelLeadSettings + Lead Settings + + + stgLabelLvlAssignBatchTitle + NPSP Settings + en_US + true + menu title for the Level Assignment Batch in NPSP Settings + Level Assignment Batch + + + stgLabelMembershipSettings + Settings + en_US + false + stgLabelMembershipSettings + Membership Settings + + + stgLabelName + Settings + en_US + false + Intended for the name of a metadata record and not a person. + Name + + + stgLabelNewAutoRel + Settings + en_US + false + stgLabelNewAutoRel + New Automatic Relationship + + + stgLabelNewPaymentMapping + Settings + en_US + false + stgLabelNewPaymentMapping + New Payment Field Mapping + + + stgLabelNewRDFieldMap + Settings + en_US + false + stgLabelNewRDFieldMap + New Custom Field Mapping + + + stgLabelNewRelReciprocal + Settings + en_US + false + stgLabelNewRelReciprocal + New Reciprocal Relationship + + + stgLabelNewTH + Settings + en_US + false + stgLabelNewTH + New Trigger Handler + + + stgLabelNewUDR + Settings + en_US + false + stgLabelNewUDR + New User Defined Rollup + + + stgLabelNone + Settings + en_US + true + --None-- picklist value + --None-- + + + stgLabelObject + Settings + en_US + false + stgLabelObject + Object + + + stgLabelOK + Settings + en_US + false + stgLabelOK + OK + + + stgLabelONS + Settings + en_US + false + stgLabelONS + Opportunity Name Settings + + + stgLabelOppBatchProgress + Settings + en_US + false + stgLabelOppBatchProgress + Rollup Donations Batch Progress + + + stgLabelOppCampMembers + Settings + en_US + false + stgLabelOppCampMembers + Campaign Members + + + stgLabelOppNamingRefreshTitle + Settings + en_US + false + stgLabelOppNamingRefreshTitle + Refresh Opportunity Names + + + stgLabelOppNamingSettings + Settings + en_US + false + stgLabelOppNamingSettings + Opportunity Names + + + stgLabelOppPrimaryContactTitle + Settings + en_US + false + stgLabelOppPrimaryContactTitle + Refresh Opportunity Primary Contact + + + stgLabelOppRollupRT + Settings + en_US + false + stgLabelOppRollupRT + Opportunity Rollup Record Types + + + stgLabelOppRollups + Settings + en_US + false + stgLabelOppRollups + Opportunity Rollups + + + stgLabelOppUpdatePrimaryContact + Settings + en_US + false + stgLabelOppUpdatePrimaryContact + Batch Update Primary Contact + + + stgLabelOther + Settings + en_US + false + stgLabelOther + other + + + stgLabelOtherDateFormat + Settings + en_US + false + stgLabelOtherDateFormat + Other Date Format + + + stgLabelOtherFormalGreetingFormat + Settings + en_US + false + stgLabelOtherFormalGreetingFormat + Other Formal Greeting Format + + + stgLabelOtherHHNameFormat + Settings + en_US + true + stgLabelOtherHHNameFormat + Other Household Name Format + + + stgLabelOtherInformalGreetingFormat + Settings + en_US + false + stgLabelOtherInformalGreetingFormat + Other Informal Greeting Format + + + stgLabelOtherOpportunigyNamingFormat + Settings + en_US + false + stgLabelOtherOpportunigyNamingFormat + Other Opportunigy Naming Format + + + stgLabelPaymentMapNoValidFields + Settings + en_US + false + stgLabelPaymentMapNoValidFields + No Valid Field Available + + + stgLabelPaymentSettings + Settings + en_US + false + stgLabelPaymentSettings + Payment Settings + + + stgLabelPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Menu title for the Duplicate Primary OCRs in NPSP Settings + Remove Duplicate Primary OCRs + + + stgLabelRDFieldMap + Settings + en_US + false + stgLabelRDFieldMap + Custom Field Mappings + + + stgLabelRDNewPeriod + Settings + en_US + false + stgLabelRDNewPeriod + New Installment Period + + + stgLabelRDPeriod + Settings + en_US + false + stgLabelRDPeriod + Custom Installment Periods + + + stgLabelRDSettings + Settings + en_US + false + stgLabelRDSettings + Recurring Donation Settings + + + stgLabelRDStatus + Settings + en_US + false + stgLabelRDStatus + Updating Recurring Donation Opportunities + + + stgLabelRelationshipSyncNoValidFields + Settings + en_US + true + stgLabelRelationshipSyncNoValidFields + No Valid Field Available + + + stgLabelRelSettings + Settings + en_US + false + stgLabelRelSettings + General Settings + + + stgLabelSelectChatterGroup + Settings + en_US + false + stgLabelSelectChatterGroup + Select Chatter Group + + + stgLabelSoftCredit + Settings + en_US + false + stgLabelSoftCredit + Soft Credit Settings + + + stgLabelTriggerHandlers + Settings + en_US + false + stgLabelTriggerHandlers + Trigger Handlers + + + stgLabelTypeAhead + Settings + en_US + false + stgLabelTypeAhead + Start typing... + + + stgLabelUDRNoOppFields + Settings + en_US + false + stgLabelUDRNoOppFields + No valid Opportunity fields found. + + + stgLabelUDROp + Settings + en_US + false + stgLabelUDROp + Rollup Operation + + + stgLabelUDROppField + Settings + en_US + false + stgLabelUDROppField + Opportunity Field + + + stgLabelUDRTargetField + Settings + en_US + false + stgLabelUDRTargetField + Target Field + + + stgLabelUDRTargetFieldHelp + Settings + en_US + true + stgLabelUDRTargetFieldHelp + The custom field on the target object that will display your custom rollup summary. This field must be of the same type as the Opportunity field you're rolling up. + + + stgLabelUDRTargetObject + Settings + en_US + false + stgLabelUDRTargetObject + Target Object + + + stgLabelView + Settings + en_US + false + stgLabelView + View + + + stgLabelYearPicklistLastYear + Settings + en_US + true + Label for previous year + Last Year + + + stgLabelYearPicklistThisYear + Settings + en_US + true + Label for current year + This Year + + + stgLabelYearPicklistYearsAgo + Settings + en_US + true + Label for dynamic number of years ago + {0} Years Ago + + + stgLastModifiedBy + Settings + en_US + true + Last Modified By + Last Modified By + + + stgLinkDelete + Settings + en_US + false + stgLinkDelete + Del + + + stgNavAccountModel + Settings + en_US + false + stgNavAccountModel + Account Model + + + stgNavAddressVerification + Settings + en_US + false + stgNavAddressVerification + Addresses + + + stgNavAffiliations + Settings + en_US + false + stgNavAffiliations + Affiliations + + + stgNavAllocations + Allocation, Settings + en_US + false + stgNavAllocations + GAU Allocations + + + stgNavBatchProcessSettings + Settings + en_US + false + stgNavBatchProcessSettings + Batch Process Settings + + + stgNavBDE + Settings + en_US + false + stgNavBDE + Batch Data Entry + + + stgNavBulkProcesses + Settings + en_US + false + stgNavBulkProcesses + Bulk Data Processes + + + stgNavConnections + Settings + en_US + false + stgNavConnections + Connections + + + stgNavContactRoles + Settings + en_US + false + stgNavContactRoles + Contact Roles + + + stgNavContacts + Settings + en_US + false + stgNavContacts + Contacts + + + stgNavDonations + Settings + en_US + false + stgNavDonations + Donations + + + stgNavDonorStatistics + Settings + en_US + false + stgNavDonorStatistics + Donor Statistics + + + stgNavErrorLog + Settings + en_US + false + stgNavErrorLog + Error Log + + + stgNavErrorNotify + Settings + en_US + false + stgNavErrorNotify + Error Notifications + + + stgNavHealthCheck + Settings + en_US + false + stgNavHealthCheck + Health Check + + + stgNavHouseholds + Settings + en_US + false + stgNavHouseholds + Households + + + stgNavLeads + Settings + en_US + false + stgNavLeads + Leads + + + stgNavMembership + Settings + en_US + false + stgNavMembership + Membership + + + stgNavPaymentMappings + Settings + en_US + false + stgNavPaymentMappings + Payment Mappings + + + stgNavPayments + Settings + en_US + false + stgNavPayments + Payments + + + stgNavPeople + Settings + en_US + false + stgNavPeople + People + + + stgNavRD2Enablement + Settings + en_US + true + stgNavRD2Enablement + Upgrade to Enhanced Recurring Donations + + + stgNavRD2StatusAutomation + Settings + en_US + true + Menu name for the Status Automation settings + Status Automation + + + stgNavRD2StatusMapping + Settings + en_US + true + Menu name for the status to state mapping settings + Status to State Mapping + + + stgNavRDBatch + Settings + en_US + false + stgNavRDBatch + Recurring Donations Batch + + + stgNavRDFieldMap + Settings + en_US + false + stgNavRDFieldMap + Recurring Donation Custom Field Mappings + + + stgNavRDInstallmentPeriods + Settings + en_US + false + stgNavRDInstallmentPeriods + Recurring Donation Custom Installment Periods + + + stgNavRecurringDonations + Settings + en_US + false + stgNavRecurringDonations + Recurring Donations + + + stgNavRelationships + Settings + en_US + false + stgNavRelationships + Relationships + + + stgNavRelAutoCreate + Settings + en_US + false + stgNavRelAutoCreate + Relationships Autocreation + + + stgNavRelReciprocal + Settings + en_US + false + stgNavRelReciprocal + Relationship Reciprocal Settings + + + stgNavRollupAlloBatch + Allocation, Settings + en_US + false + stgNavRollupAlloBatch + Rollup Allocations Batch + + + stgNavRollupBatch + Settings + en_US + false + stgNavRollupBatch + Rollup Donations Batch + + + stgNavRollups + Settings + en_US + true + stgNavRollups + Rollups + + + stgNavSchedule + Settings + en_US + false + stgNavSchedule + Process Scheduler + + + stgNavSystem + Settings + en_US + false + stgNavSystem + System Tools + + + stgNavTriggerConfig + Settings + en_US + false + stgNavTriggerConfig + Trigger Configuration + + + stgNavUserDefinedRollups + Settings + en_US + false + stgNavUserDefinedRollups + User Defined Rollups + + + stgNoObjectsFound + Settings + en_US + true + No records of an object found. Pass in the object's plural label. + No {0} found. + + + stgNotApplicable + Settings + en_US + false + stgNotApplicable + N/A + + + stgNPSPGuideImportData + Settings + en_US + false + stgNPSPGuideImportData + NPSP Guide to Importing Data + + + stgNPSPSettings + Settings + en_US + false + stgNPSPSettings + Nonprofit Success Pack Application Settings + + + stgNPSPSettingsTitle + Settings + en_US + false + stgNPSPSettingsTitle + Nonprofit Success Pack Settings + + + stgNPSPWorkbook + Settings + en_US + false + stgNPSPWorkbook + NPSP Fundraising Trail + + + stgOppNamingDescription + Settings, OppNaming + en_US + false + stgOppNamingDescription + When you create an Opportunity, the Name is automatically populated using a default naming convention. You can customize the naming convention by creating custom Opportunity Names. + + + stgPowerOfUsHub + Settings + en_US + false + stgPowerOfUsHub + Trailblazer Community + + + stgRDNamingDescription + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Description + When you create a Recurring Donation, NPSP automatically populates the Name using the specified name format. Choose Disable Automatic Naming to turn this feature off. + + + stgRDNamingDisable + Settings RDNaming + en_US + true + Recurring Donation Auto Naming disable option + Disable Auto Naming + + + stgRDNamingOptionLabel + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Option Label + Recurring Donation Name Format + + + stgReset + Settings + en_US + true + stgReset + Reset + + + stgSelectOne + Settings + en_US + false + stgSelectOne + Select one + + + stgStatusDisabled + Settings + en_US + true + stgStatusDisabled + Disabled + + + stgStatusEnabled + Settings + en_US + true + stgStatusEnabled + Enabled + + + stgTools + Settings + en_US + false + stgTools + Tools + + + stgUnknownError + Settings + en_US + true + stgUnknownError + Unknown error. Please try again. + + + stgValidationHHAccountHHRules + Settings + en_US + false + stgValidationHHAccountHHRules + The Account Model is set to 'Household Account', which requires Household Rules to be set to 'No Contacts'. When using Household Accounts, there is no need to have an additional Household Object. + + + stopRecurringDonation + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop Recurring Donation + + + stopRecurringDonationModalTitle + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop this Recurring Donation? + + + updatePaymentMethod + RDAction + en_US + true + Label for update payment method option on Recurring Donations Action + Update Payment Method + + + updateRecurringDonation + RDAction + en_US + true + Label for modifications on Recurring Donations + Update Recurring Donation + + + UTIL_InputFormFormFieldAltLabelDate + Alt Label + en_US + true + Alt Text for the Date Picker icon + Date Picker + + + UTIL_InputFormFormFieldAltLabelLookup + Alt Label + en_US + true + Alt Text for the Lookup icon + Lookup + + + viewDuplicates + Potential Duplicates + en_US + true + Label for View Duplicates link + View Duplicates + + + Zip_Not_Found + address, verification + en_US + true + Zip Not Found + Zip code not found. + + + Zipcode_Verification_Limit + address, verification + en_US + true + Zipcode Verification Limit + You cannot verify more than 100 zipcodes at a time. + + diff --git a/test/snapshot/sampleProjects/customLabels-multiple/originalSource/third-app/labels/third-app-CustomLabels.labels-meta.xml b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/third-app/labels/third-app-CustomLabels.labels-meta.xml new file mode 100644 index 0000000000..35bfbfeb35 --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/originalSource/third-app/labels/third-app-CustomLabels.labels-meta.xml @@ -0,0 +1,16450 @@ + + + + accordionSection_ToggleInstructionsWhenClosed + accordionSection + en_US + true + Accordion instruction when it's closed + Click to expand this section. + + + accordionSection_ToggleInstructionsWhenOpen + accordionSection + en_US + true + Accordion instruction when it's open + Click to close this section. + + + adapterException + en_US + true + Throw exception to external call + Invalid call. This function is reserved for Salesforce use. + + + Addr_Id_Error + en_US + true + Addr Id Error + You must provide an Auth ID. + + + Addr_No_Batch + address, error + en_US + true + Batch Address Verification Not Supported + The specified service does not support Batch Address Verification. + + + Addr_Pending_Verification + address, error + en_US + true + Pending verification + Pending verification + + + Addr_Settings_API_Body + address, settings + en_US + true + DEPRECATED - Addr Settings API Title + DEPRECATED - API Account Settings + + + Addr_Settings_API_Title + address, settings + en_US + true + Addr Settings API Title + Verification API Account Settings + + + Addr_Settings_Intro_Body + address, settings + en_US + true + DEPRECATED - Addr Settings Intro Body + DEPRECATED + + + Addr_Settings_Intro_Body1 + address, settings + en_US + true + Addr Settings Intro Body + The Address Verification API lets you verify addresses as you add them to Salesforce. The API also lets you standardize addresses when you save them (for example, it converts any instance of Street to St in the saved record). + + + Addr_Settings_Intro_Body2 + address, settings + en_US + true + Addr Settings Intro Body + <br/>To get started:<br/><br/> +1. Open a third-party address verification account. (Some are free for nonprofits.)<br/> +2. In your address verification service, create the required authentication ID and/or token.<br/> +3. Return to this settings page, click the Edit button above, and paste the ID and/or token into the appropriate fields.<br/> +4. Complete the remaining fields and click Save. The help text for each field provides more information. + + + Addr_Settings_Intro_Title + address, settings + en_US + true + Addr Settings Intro Title + Introduction + + + Addr_Settings_Notice + address, settings + en_US + true + Addr Settings Notice + Address verification will only work for records you create from this point on. Verification does not apply to contact information that you've already entered in Salesforce. + + + Addr_Settings_Test_Body + address, settings + en_US + true + Addr Settings Test Body + To test your Secret Key Pair, enter any US Zip Code: + + + Addr_Settings_Test_Response_Title + address, settings + en_US + true + Addr Settings Test Response Title + API Response + + + Addr_Settings_Test_Title + address, settings + en_US + true + Addr Settings Test Title + Test My Settings + + + Addr_Skip_Verified + address, verification + en_US + true + Addr Skip Verified + Skip previously verified records + + + Addr_Token_Error + en_US + true + Addr Token Error + You must provide an Auth Token. + + + Addr_Unauthorized_Endpoint + en_US + true + Addr Unauthorized Endpoint + The Remote Site URL for the SmartyStreetsZip endpoint is invalid. Verify the correct URL with Smarty Streets, and update the SmartyStreetsZip endpoint in Setup > Security > Remote Site Settings. + + + Addr_Valid_Key_Pair + en_US + true + Addr Valid Key Pair + Your Secret Key Pair is valid. + + + Addr_Verification_Batch_Body + address, verification + en_US + true + Addr Verification Batch Body + Click Verify All Addresses to verify and standardize all addresses in your organization. The mass verification process uses the settings from above. + + + Addr_Verification_Batch_Not_Supported + address, verification + en_US + true + No Batch Support + The selected service does not support Batch Address Validation. + + + Addr_Verification_Batch_SmartyStreets_Message + address, verification + en_US + true + Batches of 100 + SmartyStreets will verify addresses in batches of 100. + + + Addr_Verification_Batch_Status + address, verification + en_US + true + Addr Verification Batch Status + Mass Verification Status + + + Addr_Verification_Batch_Title + address, verification + en_US + true + Addr Verification Batch Title + Mass Verify Existing Addresses + + + Addr_Verification_Cant_Load_Class + address + en_US + true + Unable to load verification class when visiting settings page + There was an error loading the validator class {0} + + + Addr_Verification_Required + address + en_US + true + Verification required + Verification required + + + Addr_Verification_Undefined_Class + address + en_US + true + No address verification class defined + Address verification class not defined in the settings. Cannot perform address verification. + + + Addr_Verification_Wrong_Class + address + en_US + true + Wrong address verification class + No class with the specified name exists. Cannot perform address verification. + + + Addr_Verification_Wrong_Interface + address + en_US + true + Wrong address verification interface + The address validation class does not implement the required interface. Cannot perform address verification. + + + Addr_Verified + address, verification + en_US + true + Address Successfully Verified + Verified + + + Addr_Verify_Endpoint + en_US + true + Addr Verify Endpoint + Please enter the endpoint URL. + + + Addr_Verify_Google_Help + en_US + true + Google API Helpt Text + The Google Geocoding API requires a value for Authentication Token only. This can be found by going to Visit the APIs console at https://code.google.com/apis/console and log in with your Google Account. Click the Services link from the left-hand menu in the APIs Console, then activate the Geocoding API service. Once the service has been activated, your API key is available from the API Access page, in the Simple API Access section. More information on this service and what it provides can be found here: https://developers.google.com/maps/documentation/geocoding/. + + + Addr_Verify_Settings + en_US + true + Addr Verify Settings + Please verify you have entered your credentials. + + + Addr_Verifying + en_US + true + Addr Verifying + Verifying addresses. + + + addrCiceroMissingAPIKey + Cicero address verification service + en_US + true + addrCiceroMissingAPIKey + You must specify the Cicero API Key in the Auth Token field for Address Verification. Log into Salesforce and go to People | Addresses on the NPSP Settings page. + + + addrCopyConAddBtnConfirm + ADDR_CopyConAddrHHObjBTN + en_US + true + Message that appears to confirm the address copy action. + You are about to copy the Address. Do you want to continue? + + + addrCopyConAddBtnFls + ADDR_CopyConAddrHHObjBTN + en_US + true + When user does not have FLS or object level permissions to copy the address + You don't have the required object or field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + addrCopyConAddBtnHHObjOnly + ADDR_CopyConAddrHHObjBTN + en_US + false + addrCopyConAddBtnHHObjOnly + The Copy Address to Household button only works with Contacts associated with a Household object. + + + Address_Not_Found + address, error + en_US + true + Address Not Found + Address not found. + + + Address_StateCountry_Invalid_Error + address, error + en_US + true + {value} is not configured as a valid Country in your Organization. + '{0}' is not configured as a valid Country in your Organization. + + + Address_Verification_Limit + address, verification + en_US + true + Address Verification Limit + You cannot verify more than 100 addresses at a time. + + + addrGeneralSettings + Address Settings + en_US + false + addrGeneralSettings + General Address Settings + + + addrHHAccountOnly + Address Management + en_US + true + addrHHAccountOnly + To use Addresses with non-Household Accounts, you must select Organizational Account Addresses Enabled in NPSP Settings | People | Addresses. + + + addrHHAddressAlwaysDefault + Manage Household UI + en_US + false + addrHHAddressAlwaysDefault + The Household Address will be copied to all Contacts that do not have an Address Override. + + + addrSeasonalOverlap + Address Management + en_US + false + addrSeasonalOverlap + Seasonal Address dates cannot overlap with any other Seasonal Addresses for this Household. + + + addrSeasonalPartial + Address Management + en_US + false + addrSeasonalPartial + In the Seasonal Information section, please select values for all Seasonal fields, or leave them all blank. + + + alloAddRow + Allocation + en_US + false + alloAddRow + Add Row + + + alloAddRowAtPosition + Allocation + en_US + false + alloAddRowAtPosition + Add Row at Position + + + alloAmountOrPercent + Allocation, Error + en_US + false + alloAmountOrPercent + Enter a value in either the Amount field or the Percent field. + + + alloBatchCreateDefault + Allocation, Settings + en_US + false + alloBatchCreateDefault + Batch Create Default Allocations + + + alloBatchDefaultInfo + Allocation, Settings + en_US + false + alloBatchDefaultInfo + This utility runs a batch process that creates default Allocations for all existing Opportunities, except Opportunities excluded in the GAU Allocations Rollup Settings. +<br/> +<br/> +To run this utility, default Allocations must be enabled and a default General Accounting Unit must be selected. You only need to run this tool once after enabling default Allocations, as all new Opportunities will receive a default Allocation once enabled. +<br/> +<br/> +To check your GAU Allocation settings, go to Donations | GAU Allocations. + + + alloBtnCancel + Allocation + en_US + false + alloBtnCancel + Cancel + + + alloBtnSaveAndClose + Allocation + en_US + false + alloBtnSaveAndClose + Save + + + alloCampaignExceedsOppAmount + Allocation, Error + en_US + false + alloCampaignExceedsOppAmount + Your Campaign Allocations were not created. Campaign Allocations for the Opportunity exceeded the Opportunity amount. + + + alloCantAllocateNothing + Allocation, Error + en_US + false + alloCantAllocateNothing + You can't create Allocations for an Opportunity with a blank or zero amount. + + + alloDefaultGAUMissing + Allocation, Error + en_US + false + Default Allocations are enabled, but no default GAU is selected. + You've selected Default Allocations Enabled. You also need to select a Default General Accounting Unit. + + + alloDefaultGAUNotActive + Allocation, Error + en_US + true + Error message when the Default General Accounting Unit is not active + The Default General Accounting Unit is not active. Set the {0} General Accounting Unit to Active, or change the Default General Accounting Unit to one that’s active. + + + alloDefaultNotEnabled + Allocation, Error + en_US + true + You must enable Default Allocations in order to allocate at the payment level. + You must enable Default Allocations in order to allocate at the payment level. + + + alloDefaultNotPercent + Allocation, Error + en_US + false + alloDefaultNotPercent + The General Accounting Unit set as default in NPSP Settings can only have amount-based, not percentage-based Allocations. + + + alloDeleteRow + Allocation + en_US + false + alloDeleteRow + Delete + + + alloExceedsOppAmount + Allocation, Error + en_US + false + The allocations for this opportunity are greater than the amount of the opportun + The Allocation totals for this Opportunity exceed the Opportunity amount. Update your Allocation amounts first, then update the Opportunity amount to match. + + + alloExceedsPmtAmount + Allocation, Error + en_US + true + The Allocations for this Payment are greater than the amount of the Payment. + The Allocations for this Payment exceed the Payment amount. Update your Allocation amounts, and then adjust the Payment amount. + + + alloManageCampaignAllocations + Allocation + en_US + false + alloManageCampaignAllocations + Manage Campaign Allocations + + + alloManageOppAllocations + Allocation + en_US + false + alloManageOppAllocations + Manage Opportunity Allocations + + + alloManagePaymentAllocations + Allocation + en_US + true + alloManagePaymentAllocations + Manage Payment Allocations + + + alloManageRecurringDonationAllocations + Allocation + en_US + false + alloManageRecurringDonationAllocations + Manage Recurring Donation Allocations + + + alloModifyCurrency + Allocation, Error + en_US + false + alloModifyCurrency + You can't modify Allocation currencies directly. NPSP updates Allocation currencies when you update the currency of the parent Opportunity, Campaign, or Recurring Donation. + + + alloNegativeAmount + Allocation, Error + en_US + false + alloNegativeAmount + The Amount field can't contain a negative value. + + + alloNegativePercent + Allocation, Error + en_US + false + alloNegativePercent + The Percent field can't contain a negative value. + + + alloObjectUnsupported + Allocation + en_US + true + alloObjectUnsupported + The Manage Allocations button is only supported from a Campaign, Opportunity, Payment or Recurring Donation record. + + + alloOverallocatedError + Allocation, Error + en_US + true + Error message when a record’s Allocation total exceeds its Amount + The total of the Allocations on this {0} exceeds its Amount. Update the {0} Allocations to make their total equal to the {0} Amount. + + + alloPaidPmtsExceedsOpp + Allocation, Error + en_US + true + alloPaidPmtsExceedsOpp + The total allocation of paid payments cannot exceed the opportunity allocation for a GAU. + + + alloPaymentAllocationBatchAllocationError + Allocation, Error + en_US + true + Error message wrapper for a specific Allocation in a batch + Error occurred while processing the {0} record associated with Allocation {1} ({2}). Details: {3} + + + alloPaymentAllocationBatchRecordError + Allocation, Error + en_US + true + Error message wrapper for a batch when a specific Allocation can’t be identified + Error occurred while processing {0} {1}. Details: {2} + + + alloPaymentAllocationBatchRetriesExceeded + Allocation, Error + en_US + true + Error message when the Accounting Scheduled Job retry can’t process Allocations + Error occurred while processing records that didn't error on the first attempt. No data was saved. + + + alloPaymentNotEnabled + Allocation, Error + en_US + true + Payment-level allocations are not enabled. + Payment-level Allocations aren't enabled for your organization. Try allocating at the Opportunity level instead. + + + alloPaymentOverallocatedError + Allocation, Error + en_US + true + alloPaymentOverallocatedError + The amount allocated is more than the amount of the Payment. Please update the Payment Allocation amount(s) so the total equals the Payment Amount. See Opportunity “{0}, Id: {1}” + + + alloPercentExceed100 + Allocation, Error + en_US + false + Percent based Allocations cannot exceed 100%. + Percent-based Allocations cannot exceed 100%. + + + alloPmtOppSingleTransaction + Allocation, Error + en_US + true + alloPmtOppSingleTransaction + Opportunity and Payment Allocations for the same Opportunity record cannot be created or modified at the same time. + + + alloRemainder + Allocation + en_US + false + alloRemainder + Remainder: + + + alloRemoveOppWithPmt + Allocation, Error + en_US + true + alloRemoveOppWithPmt + You cannot remove an opportunity allocation for a GAU that has paid payment allocations. + + + alloSignMistmatch + Allocation, Error + en_US + true + Sign on Payment and Allocation amount must match(Both positive or both negative) + Negative Allocations are only allowed in negative donations and positive Allocations are not allowed in negative donations. + + + alloSingleParent + Allocation, Error + en_US + false + Each Allocation must have a single parent object: Pmt, Opp, Rec Donation, Camp. + Ensure that this Allocation has only one parent object: Payment, Opportunity, Recurring Donation, or Campaign. + + + alloSuccessfulRecordRetry + Error + en_US + true + Success text added to Error Logs when retry successfully processes Allocations + Processing these Allocations was retried and completed successfully. + + + alloTotalExceedsOppAmt + Allocation + en_US + false + Allocations cannot exceed the amount of the related Payment or Opportunity. + Allocation totals can't exceed the amount of the related Payment or Opportunity. + + + alloTotals + Allocation + en_US + false + alloTotals + Totals: + + + alloUnallocated + Allocation + en_US + false + alloUnallocated + unallocated + + + AssistiveTextActive + AlternativeText + en_US + true + AssistiveTextActive + Active + + + AssistiveTextComplete + AlternativeText + en_US + true + AssistiveTextComplete + Complete + + + AssistiveTextError + AlternativeText + en_US + true + AssistiveTextError + Expired + + + AssistiveTextInfo + AlternativeText + en_US + true + AssistiveText for "Info" + Info + + + AssistiveTextNewWindow + AlternativeText + en_US + true + AssistiveTextNewWindow + Link opens in a new window + + + AssistiveTextRecordIcon + AlternativeText + en_US + true + Assistive Text for a record icon + Record Icon + + + AssistiveTextWarning + AlternativeText + en_US + true + AssistiveTextWarning + Warning + + + autoNumberErrorDuplicate + AutoNumber + en_US + true + Error for duplicate auto-number format + This Display Format is already in use. + + + autoNumberErrorInvalidDisplayFormat + AutoNumber + en_US + true + Error when auto-number Display Format is invalid + Invalid Display Format. + + + batchNumberSettingsActivate + Batch Number Settings + en_US + true + Link to save and activate the new batch number format + Save & Activate + + + batchNumberSettingsConfigureHeader + Batch Number Settings + en_US + true + Header for batch number configuration + Configure Batch Number + + + batchNumberSettingsDescActivation + Batch Number Settings + en_US + true + Description of how to use the batch number format table + Activate or deactivate batch number formats. One batch number format can be active at time. + + + batchNumberSettingsDescDisplayFormat + Batch Number Settings + en_US + true + Explanation of Display Format options + Display Format allows you to control the appearance of your auto-numbered + field. It must be unique and include the number of digits as well as a prefix, if + desired. Your format can be up to 30 characters.</br></br> + Examples</br> + <ul> + <li> + A sequence formatted as {0} with a starting number of 9 displays as 9, 10, 11, + etc. + </li> + <li> + A sequence formatted as {00000} with a starting number of 9 displays as 00009, + 00010, 00011, etc. + + </li> + <li> + A sequence formatted as ABC-{0000} with a starting number of 9 displays as + ABC-0009, ABC-0010, ABC-0011, etc. + </li> + </ul> + + + batchNumberSettingsDescription + Batch Number Settings + en_US + true + Description of the batch number settings + Batch numbers are unique identifiers used in Gift Entry and NPSP Data Importer. The auto-numbered value appears in the Batch Number fields on Opportunities and Payments. + + + batchNumberSettingsDescriptionCreate + Batch Number Settings + en_US + true + Description for creating a batch number format + Create a custom batch number format and choose a starting number. You must activate the new batch number format. Only one batch number format can be active at a time. + + + batchNumberSettingsError + Batch Number Settings + en_US + true + Page-level error for auto-number format setting + Cannot save auto-number format. Please review the errors and try again. + + + batchNumberSettingsHeader + Batch Number Settings + en_US + true + Header for batch number settings in NPSP Settings + Batch Number Settings + + + batchNumberSettingsHeaderDisplayFormat + Batch Number Settings + en_US + true + Header for explanation of Display Format options + Learn more about display formats. + + + batchNumberSettingsHeaderFormats + Batch Number Settings + en_US + true + Header for table of batch number formats + Batch Number Formats + + + BatchProgressCompletedDate + BatchProgress + en_US + true + BatchProgressCompletedDate + Completed: + + + BatchProgressExtendedStatus + BatchProgress + en_US + true + BatchProgressExtendedStatus + Extended Status: + + + BatchProgressJobItemsProcessed + BatchProgress + en_US + true + BatchProgressJobItemsProcessed + Batches Processed: + + + BatchProgressStatus + BatchProgress + en_US + true + BatchProgressStatus + Status: + + + BatchProgressStatusComplete + BatchProgress + en_US + true + BatchProgressStatusComplete + Complete + + + BatchProgressStatusCompleteErrors + BatchProgress + en_US + true + BatchProgressStatusCompleteErrors + Complete with Errors + + + BatchProgressStatusError + BatchProgress + en_US + true + BatchProgressStatusError + Error + + + BatchProgressStatusFailed + BatchProgress + en_US + true + BatchProgressStatusFailed + Failed + + + BatchProgressStatusHolding + BatchProgress + en_US + true + BatchProgressStatusHolding + Holding + + + BatchProgressStatusPreparing + BatchProgress + en_US + true + BatchProgressStatusPreparing + Preparing + + + BatchProgressStatusProcessing + BatchProgress + en_US + true + BatchProgressStatusProcessing + Processing + + + BatchProgressStatusQueued + BatchProgress + en_US + true + BatchProgressStatusQueued + Queued + + + BatchProgressStatusStopped + BatchProgress + en_US + true + BatchProgressStatusStopped + Stopped + + + BatchProgressStatusSuccess + BatchProgress + en_US + true + BatchProgressStatusSuccess + Success + + + BatchProgressTimeElapsed + BatchProgress + en_US + true + BatchProgressTimeElapsed + Time Elapsed: + + + BatchProgressTimeElapsedDays + BatchProgress + en_US + true + BatchProgressTimeElapsedDays + day(s) + + + BatchProgressTitleRD2DataMigration + BatchProgress + en_US + true + BatchProgressTitleRD2DataMigration + Data Migration Run + + + BatchProgressTotalJobItems + BatchProgress + en_US + true + BatchProgressTotalJobItems + Total Batches: + + + BatchProgressTotalRecords + BatchProgress + en_US + true + BatchProgressTotalRecords + Total Records: + + + BatchProgressTotalRecordsFailed + BatchProgress + en_US + true + BatchProgressTotalRecordsFailed + Records Failed: + + + BatchProgressTotalRecordsProcessed + BatchProgress + en_US + true + BatchProgressTotalRecordsProcessed + Records Processed: + + + bdeRetirementBlockerHeader + Batch Data Entry + en_US + true + Header about Batch Data Entry being unsupported + Batch Data Entry Not Supported + + + bdeRetirementBlockerMessage + Batch Data Entry + en_US + true + Explanation of Batch Data Entry not being supported & recommendations + As of October 1, 2020, Batch Data Entry is no longer supported. Most capabilities have been replaced with newer features in NPSP. If you have any in-progress batches, you can still access those records, but you can't process them using Batch Data Entry. Contact support if you need to access in-progress batches. <br/> You may want to explore Gift Entry as an alternative to Batch Data Entry. + + + bdeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Data Entry retirement & recommendations + On October 1, 2020, Batch Data Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Data Entry. To ensure a smooth transition, enable and use Gift Entry in advance of October 1st. + + + bdeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Data Entry retiring + Retiring Batch Data Entry + + + bdiAccountCustomIdError + Data Importer + en_US + false + bdiAccountCustomIdError + The Account Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiAdditionalObjChildNotUpdated + en_US + true + bdiAdditionalObjChildNotUpdated + Unable to update the child record's lookup field with the parent record's ID. The record could not be updated because of this system error: + + + bdiAdditionalObjPredNotFound + Data Importer + en_US + true + bdiAdditionalObjPredNotFound + Error: record not created. This record is dependent on {0} which couldn''t be found. + + + bdiAdditionalObjRequiredFieldsNull + Data Importer + en_US + true + bdiAdditionalObjRequiredFieldsNull + Error: record not created, missing required fields: + + + bdiAdvancedMapping + Settings + en_US + true + Header for Advanced Mapping settings page + Advanced Mapping for Data Import & Gift Entry + + + bdiAPIBatchError + Data Importer + en_US + true + bdiAPIBatchError + We couldn't process the Data Import records because of the following errors: + + + bdiAPISelectedError + Data Importer + en_US + true + bdiAPISelectedError + We couldn't process the selected Data Import records because of the following errors: + + + bdiBatchException + Data Importer + en_US + false + bdiBatchException + An error occurred during the process. The following status was the first reported error: + + + bdiBehaviorBestMatchOrCreate + Data Importer + en_US + true + settings label for BestMatchOrCreate behavior + Best Match or Create - Import a record if it matches an existing record; create a new record if no match found. + + + bdiBehaviorDoNotMatch + Data Importer + en_US + false + settings label for DoNotMatch behavior + Do Not Match - No matching is attempted; new records are created. + + + bdiBehaviorExactMatchOrCreate + Data Importer + en_US + true + settings label for ExactMatchOrCreate behavior + Single Match or Create - Import a record if it matches a single existing record; create a new record if no single match found. + + + bdiBehaviorRequireBestMatch + Data Importer + en_US + true + settings label for RequireBestMatch behavior + Best Match - Only import a record when it matches at least 1 existing record, and update the best matched record. + + + bdiBehaviorRequireExactMatch + Data Importer + en_US + true + settings label for RequireExactMatch behavior + Single Match - Only import a record if it matches a single existing record. + + + bdiBehaviorRequireNoMatch + Data Importer + en_US + true + settings label for RequireNoMatch behavior + No Match - Only import a record if it doesn't match an existing record. + + + bdiBtnClose + Data Importer, Opportunity Send Acknowledgment, Account Conversion + en_US + false + bdiBtnClose + Close + + + bdiComplete + Data Importer + en_US + false + bdiComplete + Completed + + + bdiCompleteWithErrors + Data Importer + en_US + false + bdiCompleteWithErrors + Errors + + + bdiContactCustomIdError + Data Importer + en_US + false + bdiContactCustomIdError + The Contact Custom Unique ID setting field {0} must have matching fields in the NPSP Data Import object whose API Names are {1} and {2}. + + + bdiContactMatchDupeMgmt + Data Importer + en_US + true + bdiContactMatchDupeMgmt + Contact Duplicate Rules + + + bdiContactMatchEmail + Data Importer + en_US + false + bdiContactMatchEmail + Email only + + + bdiContactMatchFnameEmail + Data Importer + en_US + false + bdiContactMatchFnameEmail + First Name and Email + + + bdiContactMatchFnameLname + Data Importer + en_US + false + bdiContactMatchFnameLname + First Name and Last Name + + + bdiContactMatchFnameLnameEmail + Data Importer + en_US + false + bdiContactMatchFnameLnameEmail + First Name, Last Name, and Email + + + bdiContactMatchFnameLnamePhone + Data Importer + en_US + true + Data Importer Contact matching option for Fname, Lname, Phone + First Name, Last Name, and Phone + + + bdiContactMatchLnameEmail + Data Importer + en_US + false + bdiContactMatchLnameEmail + Last Name and Email + + + bdiCreated + Data Importer + en_US + false + bdiCreated + Created + + + bdiDataImporterConfigTitle + Data Importer + en_US + false + bdiDataImporterConfigTitle + Configuration Options + + + bdiDataImporterDescription + Data Importer + en_US + false + bdiDataImporterDescription + The NPSP Data Importer helps you easily import your data into the Nonprofit Success Pack. + + + bdiDataImporterInfoLine1 + Data Importer + en_US + true + bdiDataImporterInfoLine1 + If you're using Advanced Mapping you can map to any Salesforce object and field—standard or custom—that directly relates to Contacts, Accounts, and Opportunities. With Help Text mapping, each import record can contain up to 2 Contacts, up to 2 Organizations, an optional Home Address, and an optional Donation. + + + bdiDataImporterInfoLine2 + Data Importer + en_US + false + bdiDataImporterInfoLine2 + Salesforce will try to match existing Contacts and Organizations, and update their information, rather than creating duplicate records. + + + bdiDataImporterInfoLine2b + Data Importer + en_US + true + bdiDataImporterInfoLine2b + In order to avoid reaching service limits, the NPSP Data Importer does not verify addresses through the verification service you may have specified in NPSP Settings. + + + bdiDataImporterInfoLine3 + Data Importer + en_US + false + bdiDataImporterInfoLine3 + Salesforce will track any data import problems on individual import records. After resolving any issues, you can re-import those failed records without having to worry about creating duplicate records. + + + bdiDataImporterInfoLine4 + Data Importer + en_US + false + bdiDataImporterInfoLine4 + The start of the data import may not begin immediately. Its processing depends on Salesforce's current activity. + + + bdiDataImporterInfoTitle + Data Importer + en_US + false + bdiDataImporterInfoTitle + Important Information + + + bdiDataImporterNumToProcess + Data Importer + en_US + false + bdiDataImporterNumToProcess + Number of Data Import records to process: + + + bdiDataImporterTitle + Data Importer + en_US + false + bdiDataImporterTitle + NPSP Data Import + + + bdiDeploymentInProgress + Data Importer + en_US + true + bdiDeploymentInProgress + Help Text mappings are currently being converted to Advanced Mapping. + + + bdiDonation + Data Importer + en_US + false + bdiDonation + Donation + + + bdiDonationMatchingRuleEmpty + Data Importer + en_US + true + error displayed in Data Importer if no donation matching rules set + When Donation matching is enabled, you must select one or more fields in Donation Matching Rule. + + + bdiDryRunBeginButton + Data Importer + en_US + true + button label for begin Dry Run + Begin Dry Run + + + bdiDryRunMatched + Data Importer + en_US + true + DI Object Status that it was matched in Dry Run + Dry Run - Matched + + + bdiDryRunMatchedBest + Data Importer + en_US + true + Status on bdi object to specify it was matched from an ambiguous set in Dry Run + Dry Run - Best Match Used + + + bdiDryRunMatchedId + Data Importer + en_US + true + BDI status when matching an object by its Salesforce ID in Dry Run + Dry Run - Matched by Id + + + bdiDryRunNoMatch + Data Importer + en_US + true + DI Object Status that it was not matched in Dry Run + Dry Run - Matched None + + + bdiDryRunRecordsError + Data Importer + en_US + true + progress field label + Records with errors: + + + bdiDryRunRecordsValidated + Data Importer + en_US + true + label on progress widget during Dry Run + Records validated: + + + bdiDryRunTitle + Data Importer + en_US + true + title on the progress indicator during dry run mode + NPSP Data Importer - Dry Run + + + bdiDupeMgmtMatchImportStatus + Data Importer + en_US + true + bdiDupeMgmtMatchImportStatus + - Duplicate Rule: + + + bdiErrorBatchNameRequired + Data Importer + en_US + true + error when a batch is missing a name + Batch Name is a required field. + + + bdiErrorDataImportCustomSettings + Data Importer + en_US + true + error when updating data import custom settings + There was an error attempting to update the Custom Settings named Data Import Settings. + + + bdiErrorDeploymentFailed + Data Importer + en_US + true + error deploying metadata during migration from help text to metadata mapping + There was an error attempting to convert Help Text mapping and enable Advanced Mapping. + + + bdiErrorDeploymentFailedLink + Data Importer + en_US + true + link to the deployment status page + <a href="{0}" target="_blank">You can view the deployment status here.</a> + + + bdiErrorDonationLookupMatch + Data Importer + en_US + true + error on BDI record if DonationImported or PaymentImported lookups are invalid + The lookup value provided in Donation Imported, or Payment Imported, is not valid. + + + bdiErrorDonationMultiMatch + Data Importer + en_US + false + error message if the donation matched multiple opps + The Donation information matched against multiple Opportunities, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorDonationNoMatch + Data Importer + en_US + false + error when no matching donation found, and a match is required + The NPSP Data Importer found no matching Donations. + + + bdiErrorDonationRequireNoMatch + Data Importer + en_US + false + error message if the donation matched opp(s), but behavior required no match + The Donation information matched against one or more Opportunities, but the setting required no matches, so the NPSP Data Importer did not import it. The Donation Possible Matches field contains the Salesforce Ids of the matched Opportunities. + + + bdiErrorExistingDonationAllocations + Data Importer + en_US + true + bdiErrorExistingDonationAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Opportunity record. Remove the Allocations from the Opportunity record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorExistingPaymentAllocations + Data Importer + en_US + true + bdiErrorExistingPaymentAllocations + The provided GAU Allocations conflict with existing Allocations on the donation Payment record. Remove the Allocations from the Payment record, or from the NPSP Data Import record, then re-process with NPSP Data Importer. + + + bdiErrorGAUAllocationOver100 + Data Importer + en_US + true + bdiErrorGAUAllocationOver100 + The provided GAU Allocations exceed 100 percent. + + + bdiErrorInvalidCampaignName + Data Importer + en_US + false + bdiErrorInvalidCampaignName + Invalid Donation Campaign Name + + + bdiErrorInvalidDonor + Data Importer + en_US + false + bdiErrorInvalidDonor + Invalid Donation Donor + + + bdiErrorInvalidIMatchDonations + Data Importer + en_US + true + error thrown if specified class doesn't support the given BDI interface + Either the NPSP Data Importer could not find the Apex classs {0}, or this class does not support the {1} interface. + + + bdiErrorInvalidLastname + Data Importer + en_US + false + bdiErrorInvalidLastname + You must specify Last Name. + + + bdiErrorInvalidOppRTName + Data Importer + en_US + false + bdiErrorInvalidOppRTName + Invalid Donation Record Type Name + + + bdiErrorNonHHAccountContact + NPSP Data Importer + en_US + false + bdiErrorNonHHAccountContact + This Contact matched an existing Contact that's associated with a non-Household Account. The Data Import Tool can only update Contacts that are part of a Household Account. + + + bdiErrorNonHHAccountContactWithAdv + NPSP Data Importer + en_US + true + bdiErrorNonHHAccountContactWithAdv + This Contact matched an existing Contact that's associated with a non-Household, non-Administrative Account. The Gift Entry Tool can only update Contacts that are part of a Household or Administrative Account. + + + bdiErrorOneToOneMultiContact + NPSP Data Importer + en_US + true + bdiErrorOneToOneMultiContact + A Data Import for a One-to-one or Administrative Contact cannot be associated with a second Contact. + + + bdiErrorPaymentMultiMatch + Data Importer + en_US + true + error message if the donation matched multiple pmts + The Donation information matched against multiple Payments, so the NPSP Data Importer did not import it. The Payment Possible Matches field contains the Salesforce Ids of the matched Payments. + + + bdiFailed + Data Importer + en_US + false + bdiFailed + Failed + + + bdiFieldMapping + Advanced Mapping + en_US + true + bdiFieldMapping + Field Mapping + + + bdiFieldMappings + Advanced Mapping + en_US + true + bdiFieldMappings + Field Mappings + + + bdiFMUIBackToMapGroup + Advanced Mapping + en_US + true + bdiFMUIBackToMapGroup + Back to Object Group + + + bdiFMUIDatatableMapsTo + Advanced Mapping + en_US + true + bdiFMUIDatatableMapsTo + Maps To + + + bdiFMUIDataType + Advanced Mapping + en_US + true + bdiFMUIDataType + Data Type + + + bdiFMUIDescription1 + Advanced Mapping + en_US + true + bdiFMUIDescription1 + Connect the field you created on the NPSP Data Import object to the field on your target object in + the grid below. You can find fields by Field Label or the Field API Name. + + + bdiFMUIDescription2 + Advanced Mapping + en_US + true + bdiFMUIDescription2 + Fields on the NPSP Data Import object must map to compatible field types on your target object. + When you select an NPSP Data Import field, only the compatible target fields will be available. + + + bdiFMUIFieldAPIName + Advanced Mapping + en_US + true + bdiFMUIFieldAPIName + Field API Name + + + bdiFMUIFieldLabel + Advanced Mapping + en_US + true + bdiFMUIFieldLabel + Field Label + + + bdiFMUILongDeployment + Advanced Mapping + en_US + true + bdiFMUILongDeployment + Modifying this Field Mapping is taking longer than expected. + + + bdiFMUILongDeploymentLink + Advanced Mapping + en_US + true + bdiFMUILongDeploymentLink + View the deployment status here. + + + bdiFMUILongDeploymentMessage + Advanced Mapping + en_US + true + bdiFMUILongDeploymentMessage + It'll continue to process in the background. Please wait. + + + bdiFMUINewFieldMapping + Advanced Mapping + en_US + true + bdiFMUINewFieldMapping + Create New Field Mapping + + + bdiFMUINoFieldMappings + Advanced Mapping + en_US + false + bdiFMUINoFieldMappings + There are no Field Mappings for this Mapping Group yet, + + + bdiFMUISearchSourceInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchSourceInputLabel + Search for the NPSP Data Import object's field by label or API name. + + + bdiFMUISearchTargetInputLabel + Advanced Mapping + en_US + true + bdiFMUISearchTargetInputLabel + Search for the target field by label or API name. + + + bdiFMUISourceFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldDataTypeHelp + The data type of the field you chose on the NPSP Data Import object. + + + bdiFMUISourceFieldLabelHelp + Advanced Mapping + en_US + true + bdiFMUISourceFieldLabelHelp + The NPSP Data Import field you want to map. Search by either Field Label or API Name. If you can’t find the field, confirm you created the field on the NPSP Data Import object. + + + bdiFMUISourceObject + Advanced Mapping + en_US + false + bdiFMUISourceObject + Source (NPSP Data Import Object) + + + bdiFMUISuccessful + Advanced Mapping + en_US + true + bdiFMUISuccessful + successful + + + bdiFMUITarget + Advanced Mapping + en_US + true + bdiFMUITarget + Target + + + bdiFMUITargetFieldDataTypeHelp + Advanced Mapping + en_US + true + bdiFMUITargetFieldDataTypeHelp + The data type of the field you chose on the target object. + + + bdiFMUITargetFieldLabelHelp + Advanced Mapping + en_US + false + bdiFMUITargetFieldLabelHelp + The target field you want to connect to the NPSP Data Import field. Search by either Field Label or API Name. This is filtered to show only fields on your target object that are compatible with the field you chose on the NPSP Data Import object. + + + bdiFMUITryAgain + Advanced Mapping + en_US + true + bdiFMUITryAgain + Please try again. + + + bdiFMUIUnsuccessful + Advanced Mapping + en_US + true + bdiFMUIUnsuccessful + unsuccessful + + + bdiFMUIUpdate + Advanced Mapping + en_US + true + bdiFMUIUpdate + update + + + bdiHouseholdModelRequired + NPSP Data Importer + en_US + false + bdiHouseholdModelRequired + The NPSP Data Importer only works with the Household Account model. + + + bdiIgnored + Data Importer + en_US + false + bdiIgnored + Ignored + + + bdiImported + Data Importer + en_US + true + bdiImported + Imported + + + bdiInvalidBatchId + Data Import + en_US + true + error when the importData() API is given a invalid Batch ID. + The NPSP Data Import Batch Id {0} is invalid. + + + bdiInvalidDonationMatchingBehavior + Data Importer + en_US + true + error message if the Donation Matching Behavior is invalid + {0} is an invalid Donation Matching Behavior. + + + bdiMassDelete + Data Importer + en_US + true + BDI Confirm Mass Delete Button + Mass Delete + + + bdiMassDeleteWarning + Data Importer + en_US + true + Warning for Mass Delete Buttons + You are about to delete {0} record(s). + <br/> + <br/><b>IMPORTANT:</b> If you create gifts in your org using the Batch Gift Entry feature, we don''t recommend using the Mass Delete button. Please see the NPSP documentation for instructions on deleting records using the data loader. + + + bdiMatched + Data Importer + en_US + false + bdiMatched + Matched + + + bdiMatchedApplyNewPayment + Data Import + en_US + false + status on BDI object when user selected opp in BGE interface for new payment + Apply New Payment + + + bdiMatchedBest + Data Importer + en_US + false + Status on a bdi object to specify it was matched from an ambiguous set + Best Match Used + + + bdiMatchedByUser + Data Import + en_US + false + Status on a BDI object when user has selected matching record in BGE interface + User-Selected Match + + + bdiMatchedByUserNewOpp + Data Import + en_US + false + Status on a BDI object when user chose to create a new Opportunity in BGE + User-Selected New Opportunity + + + bdiMatchedId + Data Importer + en_US + false + BDI status when matching an object by its Salesforce ID + Matched by Id + + + bdiMatchedNone + Data Import + en_US + false + Status on a bdi object when no matching record found + Matched None + + + bdiMigrationLongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Converting Help Text mappings to Advanced Mapping is taking longer than expected. + + + bdiOMUIChildParentHelp + Advanced Mapping + en_US + true + Is Child/Parent Help Text + How the target object is related to the other Object Group. For example, a GAU Allocation is a Child of an Opportunity or a Recurring Donation is a Parent of an Opportunity. + + + bdiOMUIChildParentLabel + Advanced Mapping + en_US + true + Is Child/Parent Field Label/Column Name + Is Child/Parent + + + bdiOMUICreateModalTitle + Advanced Mapping + en_US + false + Title for the Create Object Group modal. + Create Object Group + + + bdiOMUICreateNewObjectGroup + Advanced Mapping + en_US + false + Create New Object Group button + Create New Object Group + + + bdiOMUIEditModalTitle + Advanced Mapping + en_US + true + Title for the Edit Object Group modal. + Edit Object Group + + + bdiOMUIErrorDupeName + Advanced Mapping + en_US + true + Error displayed when Group name is duplicate + Error: This name is already in use, please choose another. + + + bdiOMUIErrorInvalidValues + Advanced Mapping + en_US + true + Basic error which any modal field is missing or invalid. + Blank or invalid values in one or more fields. + + + bdiOMUIErrorLabelNameTooLong + Advanced Mapping + en_US + true + Error displayed when Group Name is too long. + Error: Group Name is too long, please shorten to 40 characters or fewer. + + + bdiOMUIErrorNoUnmappedFieldsPt1 + Advanced Mapping + en_US + true + First part of error displayed when there are no unmapped fields. + Error: There are no unmapped fields on the NPSP Data Import object to use for the + + + bdiOMUIErrorNoUnmappedFieldsPt2 + Advanced Mapping + en_US + true + Second part of error displayed when there are no unmapped fields. + . Create new fields on the NPSP Data Import object if needed. + + + bdiOMUIErrorNoValidThroughThisField + Advanced Mapping + en_US + true + Error displayed when there are no valid options for "Through This Field" + Error: There are no valid fields based on what you selected in "Object Name", "Is Child/Parent", and "Of This Mapping Group" + + + bdiOMUIFieldMappingProblemHeader + Advanced Mapping + en_US + true + Toast warning header about Field Mapping issues + Check Field Mappings + + + bdiOMUIFieldMappingProblemMessagePart1 + Advanced Mapping + en_US + true + Warning body, first part, about Field Mapping issues + There is a problem with the Field Mappings listed below. + + + bdiOMUIFieldMappingProblemMessagePart2 + Advanced Mapping + en_US + true + Warning body, second part, about Field Mapping issues + Make sure the NPSP Data Import and target fields still exist and edit or delete the Field Mapping. + + + bdiOMUIGroupNameHelp + Advanced Mapping + en_US + true + Object Group Name Help Text + The name of this Object Group. A common naming convention is [object name] Group. + + + bdiOMUIGroupNameLabel + Advanced Mapping + en_US + true + Object Group Name Label/Column Name + Group Name + + + bdiOMUIImportDetailsTitle + Advanced Mapping + en_US + true + Title for the Import Details section of the modal + Import Details + + + bdiOMUIImportStatusHelp + Advanced Mapping + en_US + true + Import Status Helptext + During Dry Run or when the import processes, the status of the import for the Object Group shows in this field. + + + bdiOMUIImportStatusLabel + Advanced Mapping + en_US + true + Import Status Field Label/Column Name + Import Status + + + bdiOMUILinkToRecordHelp + Advanced Mapping + en_US + true + Link to Record Helptext + When the import processes, this field will have a link to this Object Group's record or it will display the Salesforce ID of the record. + + + bdiOMUILinkToRecordLabel + Advanced Mapping + en_US + true + Link to Record Label/Column Name + Link to Record + + + bdiOMUILongDeployment + Advanced Mapping + en_US + false + Error message for long deployment + Modifying this Object Group is taking longer than expected. + + + bdiOMUIObjectGroupsTitle + Advanced Mapping + en_US + true + Object Groups Title + Object Groups + + + bdiOMUIObjectNameHelp + Advanced Mapping + en_US + true + Object Name Helptext + The target object where these data import records will be created. This is a filtered list of objects; please see the documentation for a full list of available objects. + + + bdiOMUIObjectNameLabel + Advanced Mapping + en_US + true + Object Name Label/Column Name + Object Name + + + bdiOMUIOfGroupHelp + Advanced Mapping + en_US + true + Of This Object Group Helptext + Your target object's records are related to another Object Group. Choose the related Object Group here. + + + bdiOMUIOfGroupLabel + Advanced Mapping + en_US + true + Of This Object Group Label/Column + Of This Object Group + + + bdiOMUIPageDescriptionPt1 + Advanced Mapping + en_US + true + Object groups description part 1 + Each row of this table shows your Object Groups. You'll set up individual field mappings when you click the dropdown icon for an Object Group, then click View Field Mappings. + + + bdiOMUIPageDescriptionPt2 + Advanced Mapping + en_US + true + Object groups description part 2 + Object Groups are collections of field mappings that tell the NPSP Data Import tool what types of records (e.g. Contacts, Opportunities, Payments, etc.) to create or update. NPSP is able to link related records within a single row of your import to one another because fields mappings are bundled in Object Groups in this way. + + + bdiOMUIPageDescriptionPt3 + Advanced Mapping + en_US + true + Object groups description part 3 + Let’s look at the two GAU Allocation 1 and GAU Allocation 2 Object Groups as an example. These object groups link directly to the Opportunity object. At times, + you may want to assign two GAU Allocations to a single Opportunity. To achieve this, in your import file enter the Opportunity information in the Donations columns, + then include the first GAU in the GAU Allocations 1 columns and the second GAU Allocation in the GAU Allocations 2 columns. Because of the GAU Allocation 1 and + GAU Allocation 2 Object Mappings, when you import, the two GAU Allocations are both assigned to the Opportunity. + + + bdiOMUIThroughFieldHelp + Advanced Mapping + en_US + true + Through This Field Helptext + The Lookup Relationship or Master-Detail field that connects your target object to the related Object Group. + If the target object is a child of the related object, this field will be on the target object. Alternatively, + if the target object is the parent of the related object, this field will be on the related object. + + + bdiOMUIThroughFieldLabel + Advanced Mapping + en_US + true + Through this field Label/Column Name + Through This Field + + + bdiOMUIViewFieldMappingsLabel + Advanced Mapping + en_US + true + View Field Mappings action + View Field Mappings + + + bdiPositiveNumber + Data Importer + en_US + true + error when numeric settings set to negative number + {0} must be a positive number. + + + bdiRecordsFailed + Data Importer + en_US + false + bdiRecordsFailed + Records failed: + + + bdiRecordsImported + Data Importer + en_US + false + bdiRecordsImported + Records imported: + + + bdiRecordsProcessed + Data Importer + en_US + false + bdiRecordsProcessed + Records processed: + + + bdiRunBtn + Data Importer + en_US + false + bdiRunBtn + Begin Data Import Process + + + bdiSelectCantProcessBatchDIRecords + Data Importer + en_US + true + bdiSelectCantProcessBatchDIRecords + You selected records linked to an NPSP Data Import Batch. To import records associated with an NPSP Data Import Batch, open the batch and click Process Batch. + + + bdiSelectCantProcessImportedRecords + Data Importer + en_US + true + bdiSelectCantProcessImportedRecords + You can't import records that have already been imported. Remove records with the Imported status from your selection. + + + bdiSelectNoDIRecordsSelected + Data Importer + en_US + true + bdiSelectNoDIRecordsSelected + Select one or more Data Import records. + + + bdiSelectReturnToListView + Data Importer + en_US + true + bdiSelectReturnToListView + Go Back + + + bdiSelectTooManyDIRecords + Data Importer + en_US + true + bdiSelectTooManyDIRecords + Select up to {0} Data Import records. + + + bdiSettingsSectionContactMatching + Batch Data Import + en_US + true + section label for contact matching rules in bDI + Contact & Account Matching + + + bdiSettingsSectionDonationMatching + Batch Data Import + en_US + true + section label for Donation Matching in BDI Settings + Donation Matching + + + bdiSettingsSectionExtensibility + Batch Data Import + en_US + true + section label for Extensibility in BDI Settings + Extensibility + + + bdiStatus + Data Importer + en_US + false + bdiStatus + Current Status: + + + bdiStatusProcessed + Data Importer + en_US + false + bdiStatusProcessed + processed {0} of {1} total batches. + + + bdiStatusProcessing + Data Importer + en_US + false + bdiStatusProcessing + is currently processing batch {0} of {1} total batches. + + + bdiTime + Data Importer + en_US + false + bdiTime + Time: + + + bdiUpdated + Data Importer + en_US + true + bdiUpdated + Updated + + + bgeActionDelete + en_US + true + Delete action for Batch Gift Entry + Delete + + + bgeActionView + en_US + true + View action for Batch Gift Entry + View + + + bgeBatchAvailableFields + en_US + true + bgeBatchAvailableFields + Available Fields + + + bgeBatchBatchProcessSizeHelp + en_US + true + Used as field help text since help text is not upgradeable. + The number of records to process at a time in each batch. + + + bgeBatchDonationDateRangeHelp + en_US + true + Used as field help text since help text is not upgradeable. + Enter the number of days from the Donation Date to consider when looking for a matching Opportunity or Payment. NPSP will choose the matching Opp or Payment whose date falls within the number of days AND is closest to the Donation Date. + + + bgeBatchDonationMatchingBehaviorHelp + en_US + true + Used as field help text since help text is not upgradeable. + Defines how NPSP should handle matching Donations. + + + bgeBatchDonationMatchingClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IMatching interface for Donations. Leave blank to let NPSP handle matching. + + + bgeBatchDonationMatchingRuleHelp + en_US + true + Used as field help text since help text is not upgradeable. + You can match against any of the Opportunity or Payment fields that you chose to include in this batch. + + + bgeBatchDonorLookupInfo + en_US + true + Explanation text for hidden lookup fields. + Select the fields to use for entering gifts in this batch. Donor Type and an Account or Contact lookup will always appear. You will only see fields that you have access to. + + + bgeBatchDryRun + en_US + true + Text for batch dry run in BGE. + Batch Dry Run + + + bgeBatchErrorRequiredFields + en_US + true + Error shown when required fields are missing. + The following fields are required because other fields from their object are selected. Select them before proceeding: + + + bgeBatchInfoWizard + en_US + true + Header for Batch Info in Wizard prompting user entry + Enter Batch Info + + + bgeBatchOverview + en_US + true + Header for Batch Info in View Mode + Batch Info + + + bgeBatchOverviewWizard + en_US + true + Header for Batch Info in Wizard + Enter Batch Info + + + bgeBatchPostProcessClassHelp + en_US + true + Used as field help text since help text is not upgradeable. + The developer name of an Apex class that implements the BDI_IPostProcess interface for NPSP batch records. + + + bgeBatchProcessUsingScheduledJobHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, the batch will be automatically processed based on the schedule for the associated job. + + + bgeBatchRunOpportunityRollupsWhileProcessingHelp + en_US + true + Used as field help text since help text is not upgradeable. + When checked, NPSP calculates donor rollups when donations are processed. If unchecked, donor rollups are calculated during the default nightly Scheduled Job. Note that selecting this checkbox may slow down processing of this batch. + + + bgeBatchSelectedFields + en_US + true + bgeBatchActiveFields + Selected Fields + + + bgeBatchSelectFields + en_US + true + Header and text for Field Selection + Select Fields + + + bgeBatchSetBatchOptions + en_US + true + Header for Batch Options + Set Batch Options + + + bgeBatchSetFieldOptions + en_US + true + Header for Batch Field Options + Set Field Options + + + bgeCopyBatchSetupBatchNameAppend + en_US + true + Button text for copying existing Batch setup to a new Batch. + COPY + + + bgeCopyBatchSetupButton + en_US + true + Button text for copying existing Batch setup to a new Batch. + Copy Batch Setup + + + bgeDonationSelectorHelp + en_US + true + Help text to appear in Donation Selector modal in BGE. + This screen displays unpaid Payments and open Opportunities that have no unpaid Payments. + + + bgeDryRunComplete + en_US + true + Success message when batch dry run completes in BGE. + Batch Dry Run Complete + + + bgeEditBatchFieldOptionsWarning + en_US + true + Warning message for Field Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. + + + bgeEditBatchFieldSelectionWarning + en_US + true + Warning message for Select Fields step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. If you remove fields, those fields no longer appear on the gift entry screen, but data isn't deleted from those fields on existing records. Therefore, we recommend that you do not remove fields. + + + bgeEditBatchOptionsWarning + en_US + true + Warning message for Batch Options step of BGE Config Wizard + WARNING: There are records saved to this batch. Any changes you make won't affect existing records. We will not attempt to match existing records using updated donation matching rule settings, unless those records are edited. + + + bgeEditPaymentInformation + en_US + true + Warns users to re-enter payment information when editing Elevate-connected gifts + You can't edit this Elevate-connected gift until you re-enter the payment information. Select Edit Payment Information. + + + bgeFLSError + en_US + true + Label that appears when user does not pass FLS check in BGE + You don't have the required field permissions. Contact your system administrator to inquire about getting the necessary permissions. + + + bgeFormMatchingModalText + en_US + true + Header text to prompt user to select a donation to update + Select the record you want to update. + + + bgeFormNewDonationHelptext + en_US + true + Help text to indicate user is creating a new opportunity + You are currently creating a new Opportunity. + + + bgeFormNewPaymentHelptext + en_US + true + Help text to indicate user is applying a new payment to an opportunity + You are currently applying a new Payment to Opportunity: + + + bgeFormNoneLink + en_US + true + Link to create a new opportunity + Alternatively, create a new Opportunity. + + + bgeFormSelectedOpportunity + en_US + true + Denotes donation selected in the BGE UI entry form. + Updating this Opportunity + + + bgeFormSelectedOpportunityApplyNewPayment + en_US + true + Denotes donation selected in the BGE UI entry form will receive a new payment. + Applying New Payment + + + bgeFormSelectedPayment + en_US + true + Denotes donation selected in the BGE UI entry form. + Selected Payment + + + bgeFormUpdateDonation + en_US + true + Link text to change selected donation + Update your donation selection + + + bgeFormUpdateHelptext + en_US + true + Help text to indicate that user has selected a donation + You are currently updating: + + + bgeFormUpdateOpportunity + en_US + true + Button text to select an opportunity to update in BGE + Update this Opportunity + + + bgeFormUpdatePayment + en_US + true + Button text to select a payment to update in BGE + Update this Payment + + + bgeGridAllGifts + en_US + true + Label for Gift Entry Grid + All Gifts + + + bgeGridDonorType + en_US + true + Label for Donor Type picklist + Donor Type + + + bgeGridErrorConflictingGifts + en_US + true + Message preventing user from processing batch if there are conflicting gifts. + There are conflicting gifts in this batch. You will need to resolve these conflicts before you're able to process this batch. + + + bgeGridErrorFromDryRun + en_US + true + Message preventing user from processing batch if there are errors. + There are errors on one or more entries. You must resolve all errors before you can process this batch. + + + bgeGridErrorRequiredTotalsExpected + en_US + true + Message preventing user from processing batch if totals don't match expected + Either the count of gifts or the total gifts doesn't match the expected values for this batch. These values must match before you can process the batch. + + + bgeGridGiftCountHeader + en_US + true + Label to give context to the progress bar. + Gifts Entered + + + bgeGridGiftDeleted + en_US + true + Success message when gift is deleted. + Gift successfully deleted. + + + bgeGridGiftSaved + en_US + true + Success message when gift is saved. + New gift has been added to the batch. + + + bgeGridGiftUpdated + en_US + true + Success message when gift is updated. + Gifts successfully updated. + + + bgeGridNoGiftsBody + en_US + true + Body message when no gifts are associated with batch. + Enter a new gift and it will appear here. + + + bgeGridNoGiftsHeader + en_US + true + Header message when no gifts are associated with batch. + Looks like you haven't entered any gifts yet! + + + bgeGridTotalAmount + en_US + true + Total amount matching expected amount. + Total Amount: + + + bgeGridTotalCount + en_US + true + Total count versus expected count. + Total Count: + + + bgeGridWarningRequiredTotalsExpected + en_US + true + Message warning user if totals don't match expected + Require Expected Totals Match is selected but the Expected Count of Gifts and Expected Total Batch Amount fields are blank. Edit the batch details and either uncheck Require Expected Totals Match or add values in the related fields. + + + bgeMatchingAlert + en_US + true + Alerts user that there are matched donations + This donor has pending donations. + + + bgeMatchingSelect + en_US + true + Label for Select Open Donation text and modal header + Review Donations + + + bgeNewBatch + en_US + true + Button to create a new batch. + New Batch + + + bgeNewGift + en_US + true + Label for Gift Entry Form + New Gift + + + bgeNotSupportedBody + Batch Gift Entry + en_US + true + Batch Gift Entry + As of July 13, 2021, Batch Gift Entry is no longer supported and has been replaced by Gift Entry. + If you have any in-progress batches, you can still access those records, but you can't process them using Batch Gift Entry. + Contact support if you need to access in-progress batches. + You may want to explore Gift Entry as an alternative to Batch Gift Entry. + + + bgeNotSupportedHeader + Batch Gift Entry + en_US + true + Batch Gift Entry + Batch Gift Entry Not Supported + + + bgeProcessBatch + en_US + true + Button to process a batch. + Process Batch + + + bgeProcessBatchAndPayments + en_US + true + Button to process a batch and payments through {0} + Process Batch & Payments + + + bgeRetirementWarningBody + Batch Data Entry + en_US + true + Explanation of Batch Gift Entry retirement & recommendations + On July 13, 2021, legacy Batch Gift Entry will be retired and will no longer work in NPSP. If you have any in-progress batches at that time, you can still access those records, but you can't process them using Batch Gift Entry. To ensure a smooth transition, enable and use the newer Gift Entry in advance of July 13th. + + + bgeRetirementWarningHeader + Batch Data Entry + en_US + true + Header for warning about Batch Gift Entry retiring + Retiring Batch Gift Entry + + + bgeTabHeader + en_US + true + Header used for Batch Gift Entry tab + Batch Gift Entry + + + bgeUnmappedFieldsNoticeHeader + en_US + true + Header used for the Batch Gift Entry tab unmapped fields notice. + Field Mapping Changed + + + bgeUnmappedFieldsNoticeMessageAdvancedMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping enabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to Advanced Mapping in NPSP Settings and map the fields again. + + + bgeUnmappedFieldsNoticeMessageHelpTextMapping + en_US + true + Message for Batch Gift Entry unmapped fields when Advanced Mapping disabled. + The following fields are included in this Batch, but their Field Mappings were deleted: {0}. To fix this, go to the NPSP Data Import object and map the fields again using Help Text. + + + bgeUnmappedFieldsNoticeTitle + en_US + true + Title used for the Batch Gift Entry tab unmapped fields notice. + Batch Includes Unmapped Fields + + + bgeWizardHideAdvancedOptions + en_US + true + Label for link to hide advanced options in the Wizard + Hide Advanced Options + + + bgeWizardShowAdvancedOptions + en_US + true + Label for link to show advanced options in the Wizard + Show Advanced Options + + + btnContinue + en_US + true + button label to Continue an action + Continue + + + btnRemove + Manage Household UI + en_US + false + button label on the Remove Contact popup + Remove + + + CallableApiJobScheduleInvalidClass + API + en_US + true + CallableApi Job.Schedule Invalid Class + The Apex class {0} doesn''t exist or doesn''t implement the Schedulable interface. + + + CallableApiMaximumRecordsExceeded + API + en_US + true + CallableApi Method Maximum Records Exceeded + {0} is the maximum number of records this CallableApi method can process in one API request. Use a batch or queueable job. + + + CallableApiMethodNotImplemented + API + en_US + true + CallableApi Method Not Implemented + {0} is not implemented + + + CallableApiParameterError + API + en_US + true + Error parsing/type casting a parameter + Error parsing {0} parameter: {1} + + + CallableApiProcessingError + API + en_US + true + Error completing the specified API call + Error completing the {0} api: {1} + + + campaignMemberStatusDefault + Campaign Member + en_US + false + campaignMemberStatusDefault + campaignMemberStatusDefault + + + campaignMemberStatusNonResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusNonResponded + campaignMemberStatusNonResponded + + + CampaignMemberStatusOmit + Opportunity, Campaign Member + en_US + false + CampaignMemberStatusOmit + omit + + + campaignMemberStatusResponded + Opportunity, Campaign Member + en_US + false + campaignMemberStatusResponded + campaignMemberStatusResponded + + + CascadeDeletionError + Error + en_US + true + Cascade Deletion Error Message In Classic + You can''t delete {0} because it''s associated with the following records. Delete or re-associate these records and then try again.<br/><br/>{1} + + + CascadeDeletionErrorLightning + Error + en_US + true + Cascade Deletion Error Message In Lightning Experience + You can''t delete {0} because it''s associated with these records: {1}. Delete or re-associate these records and then try again. + + + changeAmountOrFrequency + RDAction + en_US + true + Label for change amount and frequency Recurring Donations Action + Change Amount or Frequency + + + ClosedWonOpportunities + Error + en_US + true + ClosedWonOpportunities + Closed Won Opportunities + + + CMT_DeleteConfirm + Settings + en_US + true + Confirmation message when a user wants to delete something. + Are you sure you want to delete this {0}? + + + CMT_FilterGroupActiveRollupsHelpText + Settings + en_US + true + Help text for the rollups tree + The list of rollups that are using this filter group. As long as there are rollups listed here, you can't delete this filter group. + + + CMT_FilterGroupDeleteError + Settings + en_US + true + Error message when a user wants to delete a filter group with rollups. + You can't delete this filter group because there is at least one rollup using it. To delete this filter group, either remove it from the associated rollups or delete the rollups. + + + CMT_FilterGroupDescriptionHelpText + Settings + en_US + true + Help text for the filter group description + It's important to enter a detailed description that explains the filter rules in this group so that users in your org can understand if this filter group is right for their rollup. + + + CMT_FilterGroupNameHelpText + Settings + en_US + true + Help text for the filter group name + A unique name for this filter group. + + + CMT_FilterGroupNameLimitError + Settings + en_US + true + New filter group button + Filter group name is limited to 40 characters. + + + CMT_FilterNew + Settings + en_US + true + New filter group button + New Filter Group + + + CMT_FilterRuleDeleteWarning + Settings + en_US + true + Warning message when a user wants to delete a filter rule. + There are rollups using the filter group that this rule is part of. If you delete this filter rule, it will affect those rollup calculations. Are you sure you want to delete? + + + CMT_FilterRuleDuplicateError + Settings + en_US + true + Warning message when a user creates a duplicate filter rule. + This filter rule already exists in this filter group. Edit one or more fields to create a unique filter rule. + + + CMT_FilterRuleFieldsMissing + Settings + en_US + true + Error message preventing a user from saving a filter rule with fields missing. + One or more fields are missing. Complete all fields to save this filter rule. + + + CMT_FilterRulesHelpText + Settings + en_US + true + Help text for the filter rules + The list of rules included in this filter group. The filter rules set the criteria to ensure that you only get the data you need. Keep in mind that filter groups use AND criteria for filter rules, so if the data doesn't match ALL filter rules within a filter group, it won't be included in the rollup. + + + CMT_FilterRulesValueHelpText + Settings + en_US + true + Help text for the filter rule value field + If the Operator is In List or Not in List and you don't see a picklist, enter values separated by semi-colons. + + + commonAccessErrorMessage + Error + en_US + true + Page-level error for database-level security check + You don't have the required permissions to perform this action. Contact your system administrator for assistance. + + + commonAccountNumber + Gift Entry + en_US + true + Common label for Account Number + Account Number + + + commonACHLast4 + Gift Entry + en_US + true + Common label for ach last 4 + ACH Last 4 + + + commonActivate + Auto Number + en_US + true + Activate + Activate + + + commonAdminPermissionErrorMessage + Gift Entry + en_US + true + Page-level error message about permissions + You must be a System Administrator to access this page. + + + commonAdminPermissionErrorTitle + Gift Entry + en_US + true + Page-level error title about permissions + Check Your Permissions + + + commonAmount + Gift Entry + en_US + true + Amount + Amount + + + commonAssistiveError + Gift Entry + en_US + true + Assistive text for the header of an error page level message. + error + + + commonAssistiveInfo + Gift Entry + en_US + true + Assistive text for the header of an info page level message. + info + + + commonAssistiveSuccess + Gift Entry + en_US + true + Assistive text for the header of a success page level message. + success + + + commonAssistiveWarning + Gift Entry + en_US + true + Assistive text for the header of a warning page level message. + warning + + + commonBack + Gift Entry + en_US + true + Back + Back + + + commonBatches + Gift Entry + en_US + true + Batches + Batches + + + commonCancel + Gift Entry + en_US + true + Cancel + Cancel + + + commonCancelAndClose + Button + en_US + true + Cancel and close label + Cancel and close + + + commonCardholderName + Gift Entry, Recurring Donations + en_US + true + Label for the cardholder name during credit card entry + Cardholder Name + + + commonCardLast4 + Gift Entry + en_US + true + Common label for card last 4 + Card Last 4 + + + commonCardType + Gift Entry + en_US + true + Common label for credit card type + Card Type + + + commonClone + Gift Entry + en_US + true + Clone + Clone + + + commonClose + Button + en_US + true + Close button label + Close + + + commonConcurrentBatchError + Settings + en_US + true + Error when a batch job is executed while the same batch job is already running. + There''s already a job running on the {0} Apex class. The job must complete before it can be run again. + + + commonContactCount + Contact Merge + en_US + true + Contact Count + Contact Count + + + commonContactSystemAdminMessage + Entry-Form + en_US + true + Message indicating user should contact the system administrator for help + Contact your system administrator for help. + + + commonCreditNumber + Gift Entry + en_US + true + Common label for credit card number + Card Number + + + commonCriticalError + Gift Entry + en_US + true + Critical Error + Critical Error + + + commonCVC + Gift Entry + en_US + true + Common label for CVC code + CVC + + + commonCVV + Gift Entry + en_US + true + Common label for CVV code + CVV + + + commonDate + Donation + en_US + true + Date + Date + + + commonDeactivate + Auto Number + en_US + true + Deactivate + Deactivate + + + commonDefaultValue + Gift Entry + en_US + true + Default Value + Default Value + + + commonDelete + Gift Entry + en_US + true + Delete + Delete + + + commonEdit + Gift Entry + en_US + true + Edit + Edit + + + commonEditPaymentInformation + Recurring-Donations, Gift Entry + en_US + true + Text to edit payment information + Edit payment information. + + + commonElevateFailedOnboarding + Gift Entry + en_US + true + Failure message if a customer fails to get onboarded + An error has occurred with onboarding this elevate customer + + + commonError + Gift Entry + en_US + true + Error + Error + + + commonErrorPrefix + Recurring Donations + en_US + true + Error prefix + Error: {0} + + + commonFieldLabel + Gift Entry + en_US + true + Field Label + Field Label + + + commonFieldNotFound + Gift Entry + en_US + true + Field not found + Field not found + + + commonFieldsNotFound + Gift Entry + en_US + true + Fields Not Found + Fields Not Found + + + commonGauAllocations + Gift Entry + en_US + true + Common label for GAU Allocations + GAU Allocations + + + commonGeneralAccountUnit + Gift Entry + en_US + true + Common label for General Accounting Unit + General Account Unit + + + commonInsufficientPermissions + Error + en_US + true + Indicates user does not have permissions for the action + Insufficient Permissions + + + commonJWTInvalidKey + Gift Entry + en_US + true + Failure message if an invalid key was provided + The key must contain a value and use the base64 format. + + + commonJWTInvalidPayload + Gift Entry + en_US + true + Failure message if an invalid JSON payload was provided + The JSON payload must contain a value. + + + commonMissingRequiredFields + Gift Entry + en_US + true + Page-level error message about missing required fields + These required fields must be completed: {0} + + + commonMMYY + Gift Entry + en_US + true + Common label for expiration date (MM/YY) + Exp. Date + + + commonNewGift + Gift Entry + en_US + true + New Gift + New Gift + + + commonNext + Gift Entry + en_US + true + Next + Next + + + commonNo + Gift Entry + en_US + true + No + No + + + commonNoItems + Gift Entry + en_US + true + Notification for empty tables + No items to display. + + + commonNoneSpecified + Settings + en_US + true + None specified + None specified + + + commonOkay + Batch Data Entry + en_US + true + Okay + Okay + + + commonOpen + Gift Entry + en_US + true + Open + Open + + + commonPaymentProcessingErrors + Gift Entry + en_US + true + Payment Processing Errors + Payment Processing Errors + + + commonPaymentServices + Gift Entry + en_US + true + Common label for Elevate Payment Services + Salesforce.org Elevate + + + commonPercent + Gift Entry + en_US + true + Percent + Percent + + + commonPermissionErrorMessage + Gift Entry + en_US + true + Page-level error for database-level security check + You don't have the necessary access to use this feature. Please check with your Salesforce Administrator. + + + commonReadMore + Gift Entry + en_US + true + Read More + Read More + + + commonRecordsFailed + Gift Entry + en_US + true + Records Failed + Records Failed + + + commonRecordsProcessed + Gift Entry + en_US + true + Records Processed + Records Processed + + + commonRefreshPage + Payment + en_US + true + Refresh page to show the latest updates. + Refresh page to show the latest updates. + + + commonRequired + Gift Entry + en_US + true + Required + Required + + + commonReviewForm + Gift Entry + en_US + true + Review Form + Review Form + + + commonRoutingNumber + Gift Entry + en_US + true + Common label for Routing Number + Routing Number + + + commonSave + Gift Entry + en_US + true + Save + Save + + + commonSaveAndClose + Gift Entry + en_US + true + Save and Close + Save & Close + + + commonSelectOptionPlaceholder + Combobox + en_US + true + Contains value for a placeholder on a dropdown field + Select an Option + + + commonSoftCredits + Gift Entry + en_US + true + Common label for Soft Credits + Soft Credits + + + commonTemplate + Gift Entry + en_US + true + Template + Template + + + commonTemplates + Gift Entry + en_US + true + Templates + Templates + + + commonUnknownError + Gift Entry + en_US + true + Unknown Error + Unknown Error + + + commonUpdate + Gift Entry + en_US + true + Update + Update + + + commonViewAll + Gift Entry + en_US + true + View All + View All + + + commonViewErrorLog + Recurring Donation + en_US + true + Link value displaying error logs for a record + View Error Log + + + commonViewMore + Gift Entry + en_US + true + View More + View More + + + commonWaitMessage + Entry-Form + en_US + true + Spinner text displayed to indicate process might take long time + Please wait... + + + commonWarning + Gift Entry + en_US + true + Warning + Warning + + + commonYes + Gift Entry + en_US + true + Yes + Yes + + + conFailedAccountCreate + Data Import, Contacts + en_US + true + Used when NPSP hits an error trying to create an account for a contact + Failed to create Account for Contact {0} {1}. {2} + + + ConfirmDeleteAccount + Error, Delete + en_US + true + ConfirmDeleteAccount + {0} is the only Contact in the {1} Account. Deleting this Contact would leave an empty Account. Would you like to delete {1}, including {0}, instead? + + + ConfirmDeleteLeaveAccountEmpty + Error, Delete + en_US + true + ConfirmDeleteLeaveAccountEmpty + {0} is the only Contact in the Account. Deleting this Contact would leave an empty Account. + + + conMergeBtnLabel + Contact Merge + en_US + true + conMergeBtnLabel + Merge + + + conMergeDRSPickBtnLabel + Contact Merge + en_US + true + conMergeDRSPickBtnLabel + Pick + + + conMergeDRSStep1 + Contact Merge + en_US + true + DRS Contact Merge Step 1 + Select the Duplicate Record Sets you want to merge + + + conMergeErrNoPersonAccounts + Contact Merge + en_US + false + conMergeErrNoPersonAccounts + Person accounts are not supported. + + + conMergeErrorNoDeleteObjPermission + Contact Merge + en_US + true + Delete permission on the Contact object is required to for merging + You must have Delete permissions on Contacts in order to merge Contacts. + + + conMergeErrorNoDeleteRecAccess + Contact Merge + en_US + true + Record sharing permission on the Contact object is required to for merging + You don't have the record sharing permissions to merge these Contacts. Select other Contact records or your system administrator may need to adjust sharing permissions. + + + conMergeErrorNoDRSFound + Contact Merge + en_US + true + Error to be displayed when no DRS records are found + <b>No Duplicate Record Sets.</b></br></br> No Duplicate Record Sets found. Make sure duplicate rules are enabled. <a href="https://help.salesforce.com/articleView?id=duplicate_rules_map_of_reference.htm&type=5" target="_blank">More Info</a>. + + + conMergeErrorNoReadDSRObjPermission + Contact Merge + en_US + true + Read permission on the Contact object is required to for merging + You must have Read permissions on Duplicate Record Sets in order to merge Contacts. + + + conMergeFirstContactLabel + Contact Merge + en_US + true + Name of First Contact in the Duplicate Record Set + First Contact Name + + + conMergeFoundContacts + Contact Merge + en_US + true + conMergeFoundContacts + Found Contacts + + + conMergeFoundDRS + Contact Merge + en_US + true + conMergeFoundDRS + Duplicate Record Sets + + + conMergePageTitle + Contact Merge + en_US + true + conMergePageTitle + Contact Merge + + + conMergePageTitleDetail + Contact Merge + en_US + true + conMergePageTitleDetail + Merge Duplicate Contact Records + + + conMergePortalUser + Contact Merge + en_US + true + Label for Is Portal/Community User + Is a Portal/Community User + + + conMergeSearchConText + Contact Merge + en_US + true + Text to be display before the 'Search Contact' button + Search for specific Contacts to see if they have duplicates + + + conMergeSearchPlaceholder + Contact Merge + en_US + true + conMergeSearchPlaceholder + Search Contacts + + + conMergeSeeDupConDRS + Contact Merge + en_US + true + conMergeSeeDupConDRS + See Duplicate Contacts + + + conMergeSeeDupConText + Contact Merge + en_US + true + Text to be display before the "See Duplicate Contact" button + See all duplicate Contacts found using matching rules. <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Merge_Contacts.htm&type=5" target="_blank"><b> Tell Me More </b></a> + + + conMergeSelectAll + Contact Merge + en_US + true + conMergeSelectAll + Select All + + + conMergeSelectContact + Contact Merge + en_US + true + conMergeSelectContact + Select Contact + + + conMergeSelectedContacts + Contact Merge + en_US + true + conMergeSelectedContacts + Selected Contacts + + + conMergeStageComplete + Contact Merge + en_US + true + conMergeStageComplete + Stage Complete + + + conMergeStageCurrent + Contact Merge + en_US + true + conMergeStageCurrent + Current Stage + + + conMergeStageNotStarted + Contact Merge + en_US + true + conMergeStageNotStarted + Stage Not Started + + + conMergeTooManyContactError + Contact Merge + en_US + true + Error to be displayed when there are to many contact records + Too many duplicate contacts. Please use Search contact option to merge contacts + + + conMergeWinnerAsstText + Contact Merge + en_US + true + conMergeWinnerAsstText + Choose this column as the master record + + + CONV_Accept_Risk + en_US + false + Risk Accepted + I accept the risk associated with using this tool, including data loss and inconsistent data. + + + CONV_Account_Field + en_US + false + Account Field + Account Field + + + CONV_Account_Field_For_Old_HH_ID + en_US + false + Account Field For Old HH ID + Select a field to store the original Household object Id. + + + CONV_Activities_Reparented + en_US + false + Activites Reparented + Transfers Activities and Tasks associated with One-to-One or Individual Accounts to new Household Accounts. + + + CONV_Address_Overrides_Set + en_US + false + Address Overrides + Selects Address Override for any Contact whose address is different from the Household Address. + + + CONV_Addresses_Mapped + en_US + false + Addresses Mapped + Creates Address records based on existing Household and Contact addresses, and associates the new Address records with the new Household Accounts. + + + CONV_All_Backed_Up + en_US + false + All Data Backed Up + I've backed up my data using the Export Data tool in Setup | Data Management. + + + CONV_All_Dup_Rules_Disabled + en_US + false + CONV_All_Dup_Rules_Disabled + I have disabled all Data.com Duplication Management Rules. + + + CONV_All_Households_Selected + en_US + false + All Households Selected + Runs the conversion process for all existing Household objects and related Contacts. (Does not run conversion for Contacts not currently associated with a Household.) + + + CONV_All_Required_Removed + en_US + false + All Required Removed + I have removed required field restrictions for all custom fields. + + + CONV_All_Triggers_Disabled + en_US + false + All Triggers disabled + Disables all NPSP triggers. NOTE: The tool does not disable your custom triggers. You should manually disable any custom triggers before proceeding. + + + CONV_All_Users_Logged_Out + en_US + false + All Users Logged Out + All users have logged out of my Salesforce instance. + + + CONV_All_WFR_Disabled + en_US + false + All WFR and VR Disabled + I have disabled all workflows and custom validation rules. + + + CONV_Batching_Explanation + en_US + false + Batching Explanation + This tool will process your existing Contacts with Households in batches of 200 Households at a time, attempting to convert them to Household Accounts. Any errors during the conversion will result in one or more failed batches of Contacts while other batches may succeed. This could leave your data in an inconsistent state. If this occurs, you will need to immediately resolve the issue and re-run the conversion utility. This tool takes the following actions in converting your data: + + + CONV_Begin + en_US + false + Begin Conversion + Begin Conversion Process + + + CONV_Cancel + en_US + false + Cancel + Cancel + + + CONV_Configuration_Options + en_US + false + Configuration Options + Configuration Options + + + CONV_Contacts_Attached + en_US + false + Contacts Attached to Household + Disconnects Contacts from their One-to-One or Individual Account, and attaches them to their newly created Household Account. + + + CONV_Conversion_Process + en_US + false + Account Model Conversion Progress + Account Model Conversion Progress + + + CONV_ConversionAccessDenied + en_US + true + Error displayed when user does not have permissions for the conversion process + You don't have the required system permissions to convert. Contact your system administrator for assistance. + + + CONV_Fundamental_Changes + en_US + false + Fundamental Changes + You are about to make fundamental changes to your Salesforce data and data model. Reports, dashboards, and more may have to be modified to account for these changes. Salesforce.com and Salesforce.org are not responsible for any data or data integrity loss. Do you still wish to proceed? + + + CONV_Important_Info_Header + en_US + false + Important Information Header + Important Information + + + CONV_Local_Expert + en_US + false + Local Expert + I've consulted with my local Salesforce expert. + + + CONV_Master_Address_Set + en_US + false + Master Address Set + Sets the Household Account address. Uses the current Household address if it exists, or one of the Contact addresses based on frequency of use or highest Contact giving. + + + CONV_New_Affiliations + en_US + false + New Affiliations Created + Restructures Contact and org Account associations by creating Affiliation records, and sets the Primary Affiliation field on Contact. + + + CONV_New_Households_Created + en_US + false + New Households Created + Creates a new Household Account for each Household object record. + + + CONV_Non_NPSP_Apps + en_US + false + Non-NPSP Apps + I have disabled or temporarily uninstalled all non-NPSP apps. + + + CONV_Old_Household_Objects + en_US + false + Old Household Objects + Does NOT delete Household objects after conversion is complete. You should manually delete these after you've verified the conversion. + + + CONV_Only_Household_Contacts + en_US + false + Only Household Contacts + I am aware this tool will only work for Contacts that currently have a Household associated. + + + CONV_Opportunities_Reparented + en_US + false + Opportunities Reparented + Removes Opportunities from One-to-One or Individual Accounts and associates them with the new Household Accounts. + + + CONV_Original_HH_Id + en_US + false + Original HH Id + You can optionally select a custom field on Account to store the original Household object Id. Storing this Id can be useful if you later want to reparent any lookups or child objects originally on the Household object to the new Household Account. Account Field selections are limited to unused custom text or text area fields. + + + CONV_Page_Description + en_US + false + Page Description + This page is designed to help you convert your organization from an existing One-to-One or Individual Account Model to the Household Account Model. + + + CONV_Page_Title + en_US + false + Page Title + Account Model Conversion Utility + + + CONV_Permanent_Change + en_US + false + Permanent Change Info + Account Model Conversion is a permanent change. Please consider this action carefully before proceeding. While the conversion is in process, your database functionality will be temporarily disabled. Salesforce.com and Salesforce.org are not responsible for any data loss, modifications, or corruption that occur as a result of this operation. Please proceed at YOUR OWN RISK. You'll need to confirm that you've taken the following steps before beginning the conversion: + + + CONV_Primary_Contacts_Set + en_US + false + Primary Contacts Set + Sets Primary Contact values for all Household Accounts. + + + CONV_Proceed + en_US + false + Proceed + Proceed with Conversion + + + CONV_Record_Ownership_Transferred + en_US + false + Record Ownership Transferred + I have transferred any records owned by inactive users to active users. + + + CONV_Reload + en_US + false + Reload + Reload the Converter + + + CONV_Selected_Field_Bad + en_US + false + Selected Field Not Able to Hold ID + The field you selected to store the Household Id is of the wrong datatype or invalid in some way. Please select a different Account field. + + + CONV_Selected_Field_Verification_Failure + en_US + false + Selected Field Not Verified for Id + The conversion tool encountered an error when attempting to verify the validity of your selected Account field. Without this verification, the conversion tool can't determine if your field mapping, and therefore your conversion, will be successful. You may proceed at your own risk, or select a different field to hold the Household Id. + + + CONV_Tested_in_Sandbox + en_US + false + Tested in Sandbox + I have tested the conversion process in a fresh sandbox. + + + CONV_Triggers_Reenabled + en_US + false + Triggers ReEnabled + Re-enables all NPSP triggers. NOTE: You'll need to manually re-enable any custom triggers you disabled for the conversion. Also, the utility re-enables <b>all</b> NPSP triggers, so if you selectively disabled any of them beforehand, you'll need to manually disable them again. + + + CONV_Warning + en_US + false + Warning + Warning! + + + CONV_What_This_Tool_Does + en_US + false + What This Tool Does + What This Tool Does + + + CRLP_AdvancedCustomizationHeader + Settings + en_US + true + Label for the advanced customization section on a Rollup__mdt record. + Advanced Customization + + + CRLP_AdvancedCustomizationText + Settings + en_US + true + Context for when to add a date, amount, or detail field to a Rollup__mdt record. + These fields determine what information is being summarized and provide the normal defaults for Donations. You can edit them as needed. + + + CRLP_AvailableRollupType + Settings + en_US + true + Label to be used for table describing rollup types. + Available Rollup Types + + + CRLP_BatchCalculating + Settings + en_US + true + Displays on page when "Recalculate Rollups" button is hit on Acc/Con/GAU/RD. + The rollups batch job is calculating and may take a few moments to complete. Go back to the {0} and refresh to see updated rollup values. + + + CRLP_BatchSkipped + Settings + en_US + true + Error logged when a scheduled batch is skipped b/c yesterday's still running. + Today''s scheduled {0} batch job was skipped because a previous {0} job was still running. The next batch job will run as scheduled. No action is required; this error is for information purposes only. + + + CRLP_CreateRollupActiveHelpText + Settings + en_US + true + Tooltip help text for the active flag. + Indicates that the rollup is active. Inactive rollups won't be calculated along with active rollups. + + + CRLP_CreateRollupAmountFieldHelpText + Settings + en_US + true + Tooltip help text for amount field picklist. + The amount field to use when calculating the rollup. + + + CRLP_CreateRollupDateFieldHelpText + Settings + en_US + true + Tooltip help text for date field picklist. + The date field to use when calculating the rollup. This is the date that the Time Frame uses to figure out whether to include this record or not. + + + CRLP_CreateRollupDaysBackHelpText + Settings + en_US + true + Tooltip help text for days back integer. + Choose the number of days back (from today) that you want to roll up data for. + + + CRLP_CreateRollupDescriptionHelpText + Settings + en_US + true + Tooltip help text for description. + It's important to enter a detailed description so that you (or other users) understand exactly what this rollup calculates. The description will show when you hover over the rollup in the list view. + + + CRLP_CreateRollupDetailFieldHelpText + Settings + en_US + true + Tooltip help text for detail field picklist. + The field from the result of the rollup operation that you want to copy to the Target Field. Only available if the Operation is a single result operation (First, Last, Largest, or Smallest). This list only shows fields whose field types are compatible with the selected Target field. + + + CRLP_CreateRollupFilterGroupHelpText + Settings + en_US + true + Tooltip help text for filter group. + The field shows which filter group to apply to this rollup. A filter group is a collection of filter rules that determine which records get rolled up. + + + CRLP_CreateRollupFiscalYearHelpText + Settings + en_US + true + Tooltip help text for fiscal year. + Calculates rollups based on fiscal year settings (instead of calendar year). + + + CRLP_CreateRollupIntroHelpText + Settings + en_US + true + Help text for user adding a summary object, field, and a description. + Select the Target Object to determine the available fields, then select the Target Field that this information should roll up to. Be sure to enter a detailed description that will help you (and others) understand exactly what this rollup does. + + + CRLP_CreateRollupNameHelpText + Settings + en_US + true + Tooltip help text for name. + TODO: REMOVE ME + + + CRLP_CreateRollupOperationHelpText + Settings + en_US + true + Tooltip help text for operation. + Determines how the donation data will roll up. Is it a sum, an average, or a best year total (to name just a few)? Available values are determined by the type of the Target Field. + + + CRLP_CreateRollupTargetFieldHelpText + Settings + en_US + true + Tooltip help text for target field. + Custom field on the selected Target Object that you are rolling up donation data to. Note that a Target Field can only be associated with one rollup. + + + CRLP_CreateRollupTargetObjectHelpText + Settings + en_US + true + Tooltip help text for target object. + The object determines which Target Fields are available for you to roll up donation data to. The available Target Objects are Account, Contact, General Accounting Unit, and Recurring Donation. + + + CRLP_CreateRollupTimeBoundOperationHelpText + Settings + en_US + true + Tooltip help text for time bound operation. + The time period for this rollup. You can roll up data for all time, a certain number of days, or a specific year. + + + CRLP_CreateRollupTypeHelpText + Settings + en_US + true + Tooltip help text for rollup type. + The combination of which object you're rolling up data from and whether the rollup is a hard credit or soft credit. + + + CRLP_CreateRollupYearsAgoHelpText + Settings + en_US + true + Tooltip help text for years ago picklist. + Choose the number of years ago that you want to roll up data for. Keep in mind that only the data for that calendar (or fiscal) year will roll up. So, if the current year is 2018 and you choose 2 years ago, the roll up will include data for 2016. + + + CRLP_CreditType + Settings + en_US + true + Credit Type + Credit Type + + + CRLP_DaysBack + Settings + en_US + true + Days back error message for integers with any characters other than numbers. + You must enter a positive whole number that is less than 10000. + + + CRLP_DeleteError + Settings + en_US + true + Successfully Deleted + Error deleting the {0} + + + CRLP_DeleteProgress + Settings + en_US + true + Delete Progress Message + Deleting the {0} + + + CRLP_DeleteSuccess + Settings + en_US + true + Successfully Deleted + {0} Successfully Deleted + + + CRLP_DeleteTimeout + Settings + en_US + true + Timeout error message + Deleting the {0} has timed out. Please try again. + + + CRLP_DisabledMessage + Settings + en_US + true + Message for CRLP Disabled Toast + You don't have Customizable Rollups enabled. Return to NPSP Settings for information on how to enable these. + + + CRLP_DisabledTitle + Settings + en_US + true + Title for CRLP Disabled Toast + These aren't the rollups you're looking for. + + + CRLP_DisplayError + Settings + en_US + true + Error loading Customizable Rollup data + Error displaying the {0} + + + CRLP_DuplicateTargetField + Settings + en_US + true + Error when user tries to save a Rollup with a duplicate Target Field. + This Target field is already in use by an active Customizable Rollup. + + + CRLP_HardCredit + Settings + en_US + true + Hard Credit + Hard Credit + + + CRLP_NoAvailableDetailFieldsMessage + Settings + en_US + true + Message when user doesn't have available detail fields on a custom rollup. + There are no available fields. Only fields whose field types are compatible with the Target field appear in the Field to Roll Up picklist. + + + CRLP_NoAvailableTargetFieldsMessage + Settings + en_US + true + Label when user doesn't have available summary fields on a custom rollup + There are no available Target fields. You need to create a writeable, custom field that your data can roll up to. + + + CRLP_NoFilterGroupSelected + Settings + en_US + true + Label when user doesn't select a filter group. + No Filter Group (Include All Records) + + + CRLP_PleaseWait + Settings + en_US + true + Message to indicate in-progress operation for metadata deployments + Please wait a moment + + + CRLP_RecalculatingRollups + Settings + en_US + true + Header for interstitial page on rollup recalc buttons + Recalculating Rollups + + + CRLP_ResetRollupsWarning + Settings + en_US + true + Warning before complete reset of Customizable Rollups + Are you sure you want to reset Customizable Rollups? This will delete any new Customizable Rollups, Filter Rules, and Filter Groups you created, as well as reset all NPSP rollups to their default behavior. + + + CRLP_Return + Settings + en_US + true + Breadcrumb text to return to the specified location. + Back to {0} + + + CRLP_RollupNew + Settings + en_US + true + Create new rollup button + New Rollup + + + CRLP_RollupsByFilterGroup + Settings + en_US + true + Shows rollups using a specific filter group. + Rollups Using this Filter Group + + + CRLP_RollupSummary + Settings + en_US + true + Rollup Summary Page Title + Customizable Rollups + + + CRLP_RollupType + Settings + en_US + true + Type of custom rollup + Rollup Type + + + CRLP_SaveError + Settings + en_US + true + Error deploying Customizable Rollup data + Error saving the {0} + + + CRLP_SaveProgress + Settings + en_US + true + Saving Progress Message + Saving the {0} + + + CRLP_SaveSuccess + Settings + en_US + true + Successfully Saved + {0} Successfully Saved + + + CRLP_SaveTimeout + Settings + en_US + true + Timeout error message + Saving the {0} has timed out. Please see the Customizable Rollups documentation for more information. + + + CRLP_SoftCredit + Settings + en_US + true + Soft Credit + Soft Credit + + + DeleteAccount + en_US + true + DeleteAccount + Delete Account + + + DeleteContactLeaveAccount + en_US + true + DeleteContactLeaveAccount + Delete Contact and Leave Empty Account + + + donationHistoryDatatableAriaLabel + Donation + en_US + true + Label to define aria-label on donation history datatable + Donation History + + + donationHistoryFilterSelectAYear + Donors + en_US + true + label for select a year in donations filter + Select a year + + + donationHistoryGivingSummaryTitle + Donors + en_US + true + Component title + Giving Summary + + + donationHistoryLabelLifetime + Donors + en_US + true + label for lifetime donations + Lifetime + + + donationHistoryLabelPreviousYear + Donors + en_US + true + label for previous years donations + Previous Year + + + donationHistoryLabelThisYear + Donors + en_US + true + label for this years donations + This Year + + + elevateAdNotificationFor234Body + en_US + true + Elevate Advert Notification Body + With Elevate connected to NPSP, donations from your online forms automatically flow into NPSP. Elevate also processes payments and updates donor records in NPSP. + + + elevateAdNotificationFor234Title + en_US + true + Elevate Advert Notification Title + Streamline donation processing with Salesforce.org Elevate and NPSP + + + engagementPlanCantEdit + Engagement Plans + en_US + false + engagementPlanCantEdit + You can't change the Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for an Engagement Plan. Create a new Engagement Plan instead. + + + engagementPlanMissingField + Engagement Plans + en_US + true + engagementPlanMissingField + Unable to create an Engagement Plan while applying a Level. Engagement Plan is missing the field + + + engagementPlanNoLookups + Engagement Plans + en_US + false + engagementPlanNoLookups + You must enter either an Account, Contact, Campaign, Case, Opportunity, or Recurring Donation for this Engagement Plan. + + + engagementPlanTwoLookups + Engagement Plans + en_US + false + engagementPlanTwoLookups + You can enter a value for only one of the following fields: Account, Contact, Campaign, Case, Opportunity, or Recurring Donation. + + + EPAddDependentTask + Engagement Plans + en_US + true + EPAddDependentTask + Add Dependent Task + + + EPAddTask + Engagement Plans + en_US + true + Engagement Plan's Add Task button label + Add Task + + + EPDeleteTask + Engagement Plans + en_US + false + EPDeleteTask + Delete Task + + + EPManageTasks + Engagement Plans + en_US + false + EPManageTasks + Manage Engagement Plan Tasks + + + EPManageTemplate + Engagement Plans + en_US + false + EPManageTemplate + Manage Engagement Plan Template + + + EPTaskDependency + Engagement Plan, Error + en_US + true + EPTaskDependency + Please choose a different Parent Task. This Task is already set as a prerequisite for the Parent Task you selected. + + + EPTaskTemplate + Engagement Plan, Error + en_US + true + EPTaskTemplate + The Parent Task you selected belongs to a different Engagement Plan Template. Please select an Engagement Plan Task that's part of this Engagement Plan Template. + + + EPTo + Engagement Plans + en_US + false + to, as in "Add depend task to task 1" + to + + + ERR_RecordLogTitle + Error Log + en_US + true + Title on a page displaying error logs for a record + Error Log + + + errErrorNoContext + Error + en_US + true + errErrorNoContext + No process context supplied to constructor + + + errErrorTypeOther + Error + en_US + true + errErrorTypeOther + Other + + + errErrorTypeRequiredFieldMissing + Error + en_US + true + errErrorTypeRequiredFieldMissing + Required Field Missing + + + errErrorTypeValidationFailed + Error + en_US + true + errErrorTypeValidationFailed + Custom Validation Rule Failed + + + errErrorUnsupportedDMLType + Error + en_US + true + errErrorUnsupportedDMLType + Unsupported Operation: Unable to log an Error for this type of DML operation. + + + ErrorEmailMessage + Error + en_US + true + ErrorEmailMessage + Salesforce encountered these NPSP errors. If you're unsure how to resolve the errors, post a message in the Nonprofit Success Pack group: https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE + + + exceptionDeletePermission + Error + en_US + true + exceptionDeletePermission + You don''t have the permissions required to delete {0} records. + + + exceptionRequiredField + Error + en_US + false + exceptionRequiredField + Required fields are missing: + + + exceptionValidationRule + Error + en_US + false + exceptionValidationRule + A validation rule is preventing the record from saving: + + + fflib_QueryFactory_crossobject_fieldsets_not_allowed_error + en_US + false + Error when selecting a cross-object fieldsset is not allowed and attempted. + Cross-object fields not allowed and field "{0}" is a cross-object field. + + + fflib_QueryFactory_fieldset_wrong_sobject_error + en_US + false + Error when selecting a field set for a different sobject type. + Field set "{0}" is not for SObject type "{1}" + + + fflib_QueryFactory_recursive_subquery_error + en_US + false + Presented when attempting to nest subqueries. + Invalid call to subselectQuery. You may not add a subselect query to a subselect query. + + + fflib_QueryFactory_subquery_invalid_relationship + en_US + false + Presented when attempting to create a subquery from an invalid relationship. + Invalid call to subselectQuery. Invalid relationship for table. + + + fflib_security_error_field_not_insertable + security,error + en_US + true + fflib_security_error_field_not_insertable + You do not have permission to insert field {1} on {0} + + + fflib_security_error_field_not_readable + security,error + en_US + true + fflib_security_error_field_not_readable + You do not have permission to read the field {1} on {0} + + + fflib_security_error_field_not_updateable + security,error + en_US + true + fflib_security_error_field_not_updateable + You do not have permission to update the field {1} on {0} + + + fflib_security_error_object_not_deletable + en_US + true + fflib_security_error_object_not_deletable + You do not have permission to delete {0} + + + fflib_security_error_object_not_insertable + security,error + en_US + true + fflib_security_error_object_not_insertable + You do not have permission to insert {0} + + + fflib_security_error_object_not_readable + security,error + en_US + true + fflib_security_error_object_not_readable + You do not have permission to read {0} + + + fflib_security_error_object_not_updateable + security,error + en_US + true + fflib_security_error_object_not_updateable + You do not have permission to update {0} + + + FieldSetRelatedFieldError + Error + en_US + true + Error when including Related Fields in a managed Field Set + Related field {0} not supported in field set {1}. You can only include fields directly on object {2}. + + + flsError + Batch Data Import + en_US + false + flsError + You do not have permissions to modify {0}. + + + flsReadAccessError + Batch Data Import + en_US + false + flsReadAccessError + You do not have permissions to access {0}. + + + gauAllocationErrorGeneral + Gift Entry + en_US + true + General error for accessbility text when an error occurs in the GAU widget + GAU Allocation Error + + + geA11ySection + Gift Entry + en_US + true + Used as a part of a screen reader message when a form section is unnamed. + section + + + geA11yTemplateBuilderAddNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to named section. + {0} added to the {1} section. + + + geA11yTemplateBuilderAddUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is added to unnamed section.{0} added to {1} {2}. + + + geA11yTemplateBuilderRemoveNamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from named section. + {0} removed from the {1} section. + + + geA11yTemplateBuilderRemoveUnnamedSection + Gift Entry + en_US + true + Screen reader message when a form field/bundle is removed from unnamed section.{0} removed from {1} {2}. + + + geAddNewAllocation + Gift Entry + en_US + true + GAU Widget: Add New Allocation + Add New Allocation + + + geAddSchedule + Gift Entry + en_US + true + Button for adding a schedule to a gift + Add Recurring Schedule + + + geAddSoftCredit + Gift Entry + en_US + true + Soft Credit Widget: Add Soft Credit + Add Soft Credit + + + geAssistiveActiveSection + Gift Entry + en_US + true + Alt text: Active section icon + Active Section. + + + geAssistiveBatchHeaderRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from batch headerRemove the {0} field from the batch header. + + + geAssistiveDescriptionFieldOptional + Gift Entry + en_US + true + Alt text: indicates a form field is optional{0} is marked as optional. + + + geAssistiveDescriptionFieldRequired + Gift Entry + en_US + true + Alt text: indicates a form field has been set as required{0} is marked as required. + + + geAssistiveFieldDown + Gift Entry + en_US + true + Alt text: Arrow button to move field downMove the {0} field down. + + + geAssistiveFieldUp + Gift Entry + en_US + true + Alt text: Arrow button to move field upMove the {0} field up. + + + geAssistiveFormFieldsCollapseAll + Gift Entry + en_US + true + Alt text: Button to collapse all Object Groups and Template Components + Collapse all Object Groups and Template Components. + + + geAssistiveFormFieldsExpandAll + Gift Entry + en_US + true + Alt text: Button to expand all Object Groups and Template Components + Expand all Object Groups and Template Components. + + + geAssistiveFormFieldsRemoveField + Gift Entry + en_US + true + Alt text: Trash can button to remove field from templateRemove the {0} field from the template. + + + geAssistiveFormFieldsSectionEdit + Gift Entry + en_US + true + Gift Entry Template Builder Form Fields section edit button alt textEdit the {0} section settings. + + + geAssistiveModalCancelAndDiscard + Gift Entry + en_US + true + Alt text: Button to cancel and discard changes to section settings + Cancel and discard changes to Section Settings. + + + geAssistiveRemoveSelectedOption + en_US + true + Alt Text: Button to remove selected option + Remove selected option + + + geAssistiveRequireField + Gift Entry + en_US + true + Alt text: explains the function of the required checkboxRequire {0}. + + + geAssistiveSectionDown + Gift Entry + en_US + true + Alt text: Arrow button to move section downMove the {0} section down. + + + geAssistiveSectionUp + Gift Entry + en_US + true + Alt text: Arrow button to move section upMove the {0} section up. + + + geAssistiveShowMenu + Gift Entry + en_US + true + Alt text: Button/Picklist for selecting a list view + Show menu. + + + geAssistiveSpinner + Gift Entry + en_US + true + Alt text: lightning-spinner + Content is loading. + + + geAuthorizedCreditCardSuccess + en_US + true + Message about card being authorized + Card authorized. + + + geAuthorizingCreditCard + en_US + true + Text indicating the payment is being Authorized + Authorizing... + + + geBatchGiftsCount + Gift Entry + en_US + true + Label for displaying the number of gifts in the batch + Count of Gifts + + + geBatchGiftsExpectedCountOrTotalMessage + Gift Entry + en_US + true + Notification about either number or total of gifts not matching expected + The expected doesn't match either the count of gifts or the amount of gifts. These values must match before you can process this batch. + + + geBatchGiftsExpectedTotalsMessage + Gift Entry + en_US + true + Notification about number and total of gifts not matching expected + The expected and total number of gifts and amount of gifts must match before you can process this batch. + + + geBatchGiftsHeader + Gift Entry + en_US + true + Header for number of gifts entered in batch + Gifts Entered for {0} + + + geBatchGiftsTotal + Gift Entry + en_US + true + Label for displaying the total value of the gifts in the batch + Total Batch Amount + + + geBatchProcessingIncomplete + Gift Entry + en_US + true + Batch processing incomplete message + Import process stopped before it could complete. Contact your system administrator for assistance. + + + geBatchProcessingSuccess + Gift Entry + en_US + true + Batch processing success message + {0} was processed. + + + geBodyAdvancedFieldMapping + Gift Entry + en_US + true + Body below the Advanced Form Fields header + For more advanced gift entry options, select fields from the following Object Groups. + + + geBodyBatchDefaultValues + Gift Entry + en_US + true + Info about setting default values on New Batch screen + Set default values for this batch. You can override default values when you enter gifts. + + + geBodyBatchFieldBundleInfo + Gift Entry + en_US + true + Text block about inability to set default values for Field Bundles + You can't set default values for fields included in this section. + + + geBodyBatchHeaderLeftCol + Gift Entry + en_US + true + Text block about adding or removing fields in the batch header + Choose fields to include in your Batch Header. Select the checkbox to add a field and deselect to remove the field from the form. If you'd like additional custom fields available for the Batch Header, add them in the NPSP Data Import Batch object. + + + geBodyBatchHeaderRightCol + Gift Entry + en_US + true + Text block about setting up batch header fields + For each field, you can edit the field label, mark it as required, or assign a default value. Default values can be overwritten by the person who creates the batch. + + + geBodyBatchHeaderWarning + Gift Entry + en_US + true + Warning body of required field added to Batch Header + These required fields were automatically added to the Batch Header: + + + geBodyBatchTableColumnsPart1 + Gift Entry + en_US + true + Description for Batch Table Columns, part 1 + The batch table appears under your gift entry form and lists the gifts included in the batch. + + + geBodyBatchTableColumnsPart2 + Gift Entry + en_US + true + Description for Batch Table Columns, part 2 + We recommend including the following fields: + </br> + <ul> + <li> Donor Name—links to the Organization Account or Contact giving the donation. </li> + <li> Donation Name—links to the Opportunity or Payment for the donation. </li> + <li> Status and Failure Information—information about batch processing. </li> + </ul> + + + geBodyEmptyFormSection + Gift Entry + en_US + true + Body for illustration card when a form section is empty + Select fields to add to this section. + + + geBodyFieldBundlesLeftCol + Gift Entry + en_US + true + Body below the Field Bundles header + Each field bundle is a managed set of fields that allow users to perform different gift entry actions. + + + geBodyFormFieldsDescLeftCol + Gift Entry + en_US + true + Body below the Form Fields header + These fields are commonly included in gift entry forms. Custom Object Groups are also found in this section. + + + geBodyFormFieldsLeftCol + Gift Entry + en_US + true + Form Fields sidebar text block + Choose fields to include in your form. Before adding fields, click the section in the main Configure Form Fields screen where you want the fields to go. In this Form Fields & Field Bundles sidebar, select the checkbox to add a field, and deselect it to remove the field from the form. If the object or field you want to use isn't listed, make sure you've set up the field with Advanced Mapping. + + + geBodyFormFieldsLeftColAdditional + Gift Entry + en_US + true + More information about adding and mapping fields + Set up a field by completing the following steps: + </br> + </br> + <ol> + <li> Create the field on the target object. </li> + <li> Create the field on the NPSP Data Import object. </li> + <li> If this is part of a new Object Group, create additional fields for a new Object group and create the new Object Group in NPSP Settings. </li> + <li> Add Field Mapping in NPSP Settings to connect the NPSP Data Import field to the target field. </li> + </ol> + See NPSP documentation about Advanced Mapping for additional details. + + + geBodyFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section without required fields + Deleting this section also removes any fields in it. + + + geBodyFormFieldsRightCol + Gift Entry + en_US + true + Form Fields main section text block + Select a section, then select a field in the Form Fields & Field Bundles sidebar to add it to this section in the main Configure Form Fields screen. For each field, you can edit the field label, mark it as required, assign a default value or remove it from the section. Adjust the layout of the Gift Entry form by creating sections and reordering sections or fields. + + + geBodyGiftEntryHelp + Gift Entry + en_US + true + Information about enabling Gift Entry in NPSP Settings + Before you enable Gift Entry, you must enable Advanced Mapping. +<br/><br/> +Use Gift Entry templates to enter single gifts or batches of gifts. All gifts entered through the older Batch Gift Entry tool are not displayed in Gift Entry and vice versa. +<br/><br/> +If preferred, you can disable Gift Entry and instead use older Batch Gift Entry (or Single Gift Entry, if using GEM). + + + geBodyMatchingApplyNewPayment + Gift Entry + en_US + true + Message about applying a new Payment to an Opportunity + You are currently adding a new Payment to Opportunity: + + + geBodyMatchingNewOpportunity + Gift Entry + en_US + true + Message about creating a new Opportunity + You are currently creating a new Opportunity. + + + geBodyMatchingNoPayments + Gift Entry + en_US + true + Message when an Opportunity has no Payments that are not paid + This Opportunity does not have any Payments that are not paid. + + + geBodyMatchingPendingDonation + Gift Entry + en_US + true + Message when an existing gift found + This donor has pending donations. + + + geBodyMatchingSelectRecord + Gift Entry + en_US + true + Body for modal to review matching Opportunities and Payments + Select the record you want to update. + + + geBodyMatchingUpdatingDonation + Gift Entry + en_US + true + Message about Payment or Opportunity that will be updated + You are currently updating: + + + geBodyPaymentNotProcessingTransaction + Gift Entry + en_US + true + Text indicating payment isn't being charged + You aren't entering payment information to be processed by Elevate. + + + geBodyPaymentProcessedDuringBatchProcessing + Gift Entry + en_US + true + Payment(s) will not be processed until batch is processed + The donor's payment will be processed when you process the batch. + + + geBodyTemplateInfoLeftCol + Gift Entry + en_US + true + Template Info sidebar text block + Enter details about this Gift Entry Template. + + + geBodyTemplatesTabDescription + Gift Entry + en_US + true + Template landing screen text block + A template is a reusable layout of fields for data entry. Edit a template by clicking the template name. Alternatively, create a new template or click any template's dropdown menu for more options. Any templates that are in use can't be deleted. + + + geBodyWidgetFields + Gift Entry + en_US + true + Field bundle body before list of fields + {0} field bundle includes the following fields: + + + geButtonBuilderNavBackFormFields + Gift Entry + en_US + true + Button to go back to form fields + Back: Form Fields + + + geButtonBuilderNavBackTemplateInfo + Gift Entry + en_US + true + Button to go back to configure template information + Back: Template Info + + + geButtonBuilderNavBatchHeader + Gift Entry + en_US + true + Button to continue and configure the batch settings + Next: Batch Settings + + + geButtonBuilderNavFormFields + Gift Entry + en_US + true + Button to choose fields to include on your form + Next: Form Fields + + + geButtonCancelAndClear + Gift Entry + en_US + true + Cancel and clear form + Cancel & Clear Form + + + geButtonFormFieldsAddSection + Gift Entry + en_US + true + Button to add new section to template + Add Section + + + geButtonFormFieldsCollapseAll + Gift Entry + en_US + true + Button to collapse all + Collapse All + + + geButtonFormFieldsDisplayOptionCollapsed + Gift Entry + en_US + true + Radial label for the Collapse section option + Collapsed: All fields hidden + + + geButtonFormFieldsDisplayOptionExpanded + Gift Entry + en_US + true + Radial label for the Expand section option + Expanded: All fields visible + + + geButtonFormFieldsExpandAll + Gift Entry + en_US + true + Button to expand all + Expand All + + + geButtonFormFieldsModalDeleteSectionAndFields + Gift Entry + en_US + true + Button to delete a section and remove its fields + Delete Section and Fields + + + geButtonMatchingNewOpportunity + Gift Entry + en_US + true + Button in Review Donations modal to create a new Opportunity + Alternatively, create a new Opportunity. + + + geButtonMatchingNewPayment + Gift Entry + en_US + true + Button to add a new Payment to an Opportunity + Add new Payment + + + geButtonMatchingReviewDonations + Gift Entry + en_US + true + Button to open Review Donations modal + Review Donations + + + geButtonMatchingUpdateDonationSelection + Gift Entry + en_US + true + Button to open Review Donations modal and change Opportunity/Payment selection + Select a different donation. + + + geButtonMatchingUpdateOpportunity + Gift Entry + en_US + true + Button to select an existing Opportunity to update + Update this Opportunity + + + geButtonMatchingUpdatePayment + Gift Entry + en_US + true + Button to select an existing Payment to update + Update this Payment + + + geButtonNewBatch + Gift Entry + en_US + true + Enter batch of gifts button + New Batch + + + geButtonNewSingleGift + Gift Entry + en_US + true + Enter a single gift button + New Single Gift + + + geButtonPaymentAlternate + Gift Entry + en_US + true + Link to toggle and reactivate payment processing fields + Alternatively, enter payment now. + + + geButtonPaymentDoNotCharge + Gift Entry + en_US + true + Link to toggle payment processing off + Don't enter payment information. + + + geButtonSaveNewGift + Gift Entry + en_US + true + Create gift and enter another one + Save & Enter New Gift + + + geButtonTemplatesTabCreateTemplate + Gift Entry + en_US + true + Create Template button + Create Template + + + geDisableGiftEntryInfo + Gift Entry + en_US + true + Toast reporting Gift Entry is disabled + Gift Entry Disabled + + + geDonationColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to gift (Opportunity or Payment) + Donation Name + + + geDonorColumnLabel + Gift Entry + en_US + true + Label for batch gift table column that links to the Account or Contact. + Donor Name + + + geEditBatchInfo + Gift Entry + en_US + true + Button to edit batch information + Edit Batch Info + + + geEditSchedule + Gift Entry + en_US + true + Button for editing a gift's schedule + Edit Recurring Schedule + + + geElevateDeleteErrorLog + Gift Entry + en_US + true + Error log entry for gift removed from Elevate by not removed from Gift Entry. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Remove the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateUpdateErrorLog + Gift Entry + en_US + true + Error log entry for gift updated in Elevate by not updated in Gift Entry. + Gift updated in {0}, but Gift Entry cannot update the gift. Update the gift's NPSP Data Import record with ID: {1} from the batch with ID {2} in NPSP Data Import Batches. + + + geElevateWidgetPaymentServiceUnavailable + Gift Entry + en_US + true + Message within Elevate field bundle when not connected to Elevate. + Disconnected from {0}. Payment processing unavailable. + + + geEnableGiftEntrySuccess + Gift Entry + en_US + true + Toast reporting Gift Entry is enabled + Gift Entry Enabled + + + geErrorAmountDoesNotMatch + Gift Entry + en_US + true + Common error when a total doesn't match Donation Amount. + Total amount doesn't match the {0} + + + geErrorBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Error when currency for gift doesn't match batch. + Unable to save the gift to the batch. Gifts must be in the same currency as the batch. Change your currency to {0} to save the gift. + + + geErrorBatchGiftEntryReauthRequired + Gift Entry + en_US + true + Instructions to reenter payment details when updating authorized attributes + To update donor, date or amount, reenter card details to reauthorize the payment. + + + geErrorCardChargedBDIFailed + Gift Entry + en_US + true + Failure msg when transaction is processed but record isn't created in Salesforce + Elevate successfully processed the payment, but NPSP didn't create the record for the transaction in Salesforce. Please correct the errors and resubmit the form to create the Salesforce record. + + + geErrorCompleteThisField + Gift Entry + en_US + true + Field level validation error message when a required field is not filled in + Complete this field. + + + geErrorDonorMismatch + Gift Entry + en_US + true + Error for entering household info in Account1 + For a household gift, select Contact1 for Donor Type and complete the Contact fields. + + + geErrorDonorTypeInvalid + Gift Entry + en_US + true + Page-level error for when Donation Donor doesn't match fields on the form + You've selected {0} for {1}, but the required {0} fields aren't available on your form. Please check with your administrator. + + + geErrorDonorTypeValidation + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 2 fields present + When you select {0} for {1}, you must enter information in at least one of the following fields: {2} or {3} + + + geErrorDonorTypeValidationSingle + Gift Entry + en_US + true + Page-level error for gift entered without required donor info, 1 field presentWhen you select {0} for {1}, you must enter information in {2} + + + geErrorElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Gift Entry but not deleted from Elevate batch. + Cannot delete gift in {0}. We don't recommend processing this batch, as the payment for this gift can still be charged. Refresh and try deleting again. + + + geErrorElevateUpdate + Gift Entry + en_US + true + Error when gift updated in Gift Entry but not fixed in Elevate batch. + Cannot update gift in {0}. Refresh and try updating the gift again. + + + geErrorExistingTemplateName + Gift Entry + en_US + true + Field-level error message when template name is not unique + This name has been used by another template. Please enter a unique name. + + + geErrorFieldPermission + Gift Entry + en_US + true + Field-level error message for insufficient field access + You don't have permission to edit this field. + + + geErrorFLSBatchTableColumns + Gift Entry + en_US + true + Additional information about why a user can't update batch table columns + You're unable to modify your Batch Table Columns. + + + geErrorFLSBody + Gift Entry + en_US + true + Body of full page error when insufficient field access to what's on the form + Check with your Salesforce admin about your field-level access. You must have permission to edit the following fields: {0} + + + geErrorFLSHeader + Gift Entry + en_US + true + Header of full page error when insufficient field access to what's on the form + Check Your Field Permissions + + + geErrorObjectCRUDBody + Gift Entry + en_US + true + Body of full page error when insufficient access to all objects on the form + Check with your Salesforce admin about your object access. You must have permission to edit the following objects: {0} + + + geErrorObjectCRUDHeader + Gift Entry + en_US + true + Header of full page error when insufficient access to all objects on the form + Check Your Object Permissions + + + geErrorPageLevelAdvancedMappingBody + Gift Entry + en_US + true + Page-level error message body when Advanced Mapping and Gift Entry are off + This feature requires both Advanced Mapping and Gift Entry. Please enable them in NPSP Settings. + + + geErrorPageLevelAdvancedMappingHeader + Gift Entry + en_US + true + Page-level error message header when Advanced Mapping and Gift Entry are off + Enable Advanced Mapping and Gift Entry + + + geErrorPageLevelFieldPermission1 + Gift Entry + en_US + true + Page-level error for insufficient field access with fields listedTo save changes to this template you must have permission to edit all of the fields in the form. Please remove the following fields: {0} + + + geErrorPageLevelFieldPermission2 + Gift Entry + en_US + true + Page-level error for insufficient field access about exiting without saving + Alternatively, exit this form without saving and check your permissions on both the target object and on the NPSP Data Import object. + + + geErrorPageLevelMissingRequiredFields + Gift Entry + en_US + true + Page-level error message for required field missing on templateYou must include all required fields in your template. Review the source fields (NPSP Data Import object) for the following fields: + + + geErrorPageLevelMissingRequiredGroupFields + Gift Entry + en_US + true + Page-level error message for required group of fields is missing + At least one of the following fields is required: {0} + + + geErrorRecordFailAfterElevateDelete + Gift Entry + en_US + true + Error when gift deleted in Elevate but not deleted from Gift Entry batch. + Gift deleted from {0}, but Gift Entry cannot delete the gift. Contact your Salesforce admin for help. + + + geErrorRequestTimedout + Gift Entry + en_US + true + Reason for system error when uncertain if payment was processed + Request to process payment timed out. + + + geErrorRequiredField + Gift Entry + en_US + true + Field-level error message for required field missing on NPSP Data Import object + Required field + + + geErrorUncertainCardChargePart1 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 1A system error occurred for the {0} donation by {1}. Your admin should review transactions in {2} and determine if the payment was processed. + + + geErrorUncertainCardChargePart2 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 2 + If the payment was not processed, reenter the gift and payment information in Gift Entry. + + + geErrorUncertainCardChargePart3 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 3If the payment was processed, note the Payment ID in {0}, and search for records with that ID in Salesforce. Update the gift and donor records as needed. + + + geErrorUncertainCardChargePart4 + Gift Entry + en_US + true + Failure msg description for system error & uncertain if payment processed - Pt 4For more information, please see {0} troubleshooting documentation. + + + geFieldsNotFoundMessage + Gift Entry + en_US + true + Message when field/Field Mapping not found and user might not have access to it. + This form contains fields that can't be found. Please check with your administrator. + + + geFixedGiftSchedule + Gift Entry + en_US + true + Describes fixed recurring gift schedule + {0} {1} donation starting on {2} and ending after {3} installments. + + + geHeaderAdvancedFormFields + Gift Entry + en_US + true + Header for advanced form fields + Advanced Form Fields + + + geHeaderBatchEnterInfo + Gift Entry + en_US + true + Header to enter batch info + Enter Batch Info + + + geHeaderBatchGiftEntry + Gift Entry + en_US + true + Batch Gift Entry header + Batch Gift Entry + + + geHeaderBatchHeaderLeftCol + Gift Entry + en_US + true + Header to select batch header fields + Select Batch Header Fields + + + geHeaderBatchHeaderRightCol + Gift Entry + en_US + true + Header to configure batch header fields + Configure Batch Header Fields + + + geHeaderBatchSelectTemplate + Gift Entry + en_US + true + Header to select template + Select Template + + + geHeaderBatchSetDefaultValues + Gift Entry + en_US + true + Header to set default values + Set Default Values + + + geHeaderCustomTableHeaders + Gift Entry + en_US + true + Label for selecting fields to include as columns + Select Fields to Display + + + geHeaderEmptyFormSection + Gift Entry + en_US + true + Header for illustration card when a form section is empty + No fields yet + + + geHeaderFieldBundles + Gift Entry + en_US + true + Header for field bundles (aka widgets) + Field Bundles + + + geHeaderFormFieldsDefaultSectionName + Gift Entry + en_US + true + Name of default form section in a new template + Gift Entry Form + + + geHeaderFormFieldsLeftCol + Gift Entry + en_US + true + Header for Form Fields sidebar + Form Fields & Field Bundles + + + geHeaderFormFieldsModalDeleteSection + Gift Entry + en_US + true + Header for deleting section in settings modal + Delete Section + + + geHeaderFormFieldsModalDisplayOptionsSection + Gift Entry + en_US + true + Header for section display options + Display Options + + + geHeaderFormFieldsModalRenameSection + Gift Entry + en_US + true + Header for renaming section in settings modal + Rename Section + + + geHeaderFormFieldsModalSectionSettings + Gift Entry + en_US + true + Header for form fields section settings modal + Section Settings + + + geHeaderFormFieldsRightCol + Gift Entry + en_US + true + Header for Form Fields body + Configure Form Fields + + + geHeaderGiftEntry + Gift Entry + en_US + true + Gift Entry + Gift Entry + + + geHeaderMatchingGiftBy + Gift Entry + en_US + true + Donor InformationGift by {0} + + + geHeaderMatchingOpportunity + Gift Entry + en_US + true + Label with key Opportunity information{0} on {1} ({2}) + + + geHeaderMatchingPayment + Gift Entry + en_US + true + Label with key Payment information{0} on {1} + + + geHeaderMatchingReviewDonations + Gift Entry + en_US + true + Header for modal to review matching Opportunities and PaymentsReview Donations for {0} + + + geHeaderNewSection + Gift Entry + en_US + true + Header for a new section + New Section + + + geHeaderNewTemplate + Gift Entry + en_US + true + Template header + New Template + + + geHeaderPageLevelError + Gift Entry + en_US + true + Header for page level errors + Review the errors on this page. + + + geHeaderPaymentServices + Gift Entry + en_US + true + iFrame header for Payment Services information + Powered by {0} + + + geHeaderSingleGiftEntry + Gift Entry + en_US + true + Single Gift Entry Header + Single Gift Entry + + + geHeaderTemplateInfoLeftCol + Gift Entry + en_US + true + Header for gift entry template information + Gift Entry Template Information + + + geHelpTextAccount1Mapping + Gift Entry + en_US + true + Help text for Account1 Object Group + The fields in this section are only for Organization Accounts. This organization can be the donor or have an Affiliation with Contact1. + + + geHelpTextAccount2Mapping + Gift Entry + en_US + true + Help text for Account2 Object Group + The fields in this section are only for Organization Accounts. This organization can have an Affiliation with Contact2. + + + geHelpTextAddressMapping + Gift Entry + en_US + true + Help text for Address Object Group + The Address record that's associated with Contact1's Household Account. NPSP automation may also populate this address to Contact1's household and all contacts within the same household. If you're using the EDA Address object, you should create a new Object Group for the object and use its fields on your template. + + + geHelpTextAllocation1Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 1 object group + This Object Group only allows you to enter a single GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocation2Mapping + Gift Entry + en_US + true + Help text for GAU Allocation 2 object group + This Object Group only allows you to enter a second GAU Allocation. Use these fields only if mapping custom fields on GAU Allocations. If not, use the GAU Allocations Field Bundle. + + + geHelpTextAllocationBundle + Gift Entry + en_US + true + Help text about GAU Allocation field bundle + Use this field bundle to allocate donations across multiple General Accounting Units. + + + geHelpTextBatchHeaderFieldLabelLabel + Gift Entry + en_US + true + Help text for Batch Header Field Label + You can rename the user-facing field labels. + + + geHelpTextContact1Mapping + Gift Entry + en_US + true + Help text for Contact1 Object Group + The primary Contact in a Household Account. This Contact can be the donor or have an Affiliation with the organization in Account1. + + + geHelpTextContact2Mapping + Gift Entry + en_US + true + Help text for Contact2 Object Group + The secondary Contact in Contact1's Household Account. This Contact could also have an Affiliation with the organization in Account2. + + + geHelpTextFormFieldsFieldCustomLabel + Gift Entry + en_US + true + Form Fields individual field help textThis field uses the {0} Object Group to target the {1} field on the {2} object. + + + geHelpTextFormFieldsFieldLabelLabel + Gift Entry + en_US + true + Help text for Form Fields Field Label + This shows the Object Group and target field API Name. You can edit the user-facing label below. + + + geHelpTextHouseholdMapping + Gift Entry + en_US + true + Help text for Household Object Group + Additional information about Contact1's Household Account. + + + geHelpTextPaymentServices + Gift Entry + en_US + true + Temporary note about only being able to use Payment Services with single gifts + Note: This field bundle is only available for single gifts and will not show up when entering batches of gifts. + + + geJWTUtilInvalidBase64Message + Gift Entry + en_US + true + Failure message if an invalid base64 string was provided + The base64 format is invalid. The number of characters must be a multiple of 4 and can only contain these characters: [a-z A-Z 0-9 + / =] + + + geJWTUtilInvalidBase64UrlMessage + Gift Entry + en_US + true + Failure message if an invalid base64 url was provided + The base64url format is invalid. It can only contain these characters: [a-z A-Z 0-9 _ -] + + + geLabelCustomTableSelectedFields + Gift Entry + en_US + true + Label for fields that are included as columns + Visible Fields + + + geLabelCustomTableSourceFields + Gift Entry + en_US + true + Label for fields that aren't included as columns + Available Fields + + + geLabelDisplaySections + Gift Entry + en_US + true + Setting text for how to display sections + Display section as + + + geLabelSectionName + Gift Entry + en_US + true + Label for the Section Name field + Section Name + + + geLabelTemplateInfoDescriptionField + Gift Entry + en_US + true + Label for the Description field + Description + + + geLabelTemplateInfoNameField + Gift Entry + en_US + true + Label for the Template Name field + Template Name + + + geMakeRecurring + Gift Entry + en_US + true + Button to toggle recurring behavior for a gift + Make Recurring + + + geOpenEndedGiftSchedule + Gift Entry + en_US + true + Describes open ended recurring gift schedule + {0} {1} donation starting on {2}. + + + gePaymentAuthExpiredHeader + Gift Entry + en_US + true + Header text for payment authorization warning + Payment Authorization Expired + + + gePaymentAuthExpiredWarningText + Gift Entry + en_US + true + Warning about processing batch when authorizations have expired + One or more card authorizations expired. To ensure these payments are charged when processing the batch, reenter the payment information for donations with an Elevate Payment Status of Expired Authorization. + + + gePaymentProcessedWarning + Gift Entry + en_US + true + Warning about editing fields when transaction already processed + {0} successfully processed the payment. Changing the donor, date, amount, or payment method will result in inconsistent records for the same transaction in {0} and NPSP. + + + gePaymentProcessError + Gift Entry + en_US + true + Failure message description for tokenization or purchase errors + There was an error processing the payment. Please review the error and try again. Alternatively, + select "Don't enter payment information." to enter a donation without processing a payment. {0} errors: + /0x0A/ {1} + + + gePaymentProcessingErrorBanner + Gift Entry + en_US + true + Field Bundle banner failure message for tokenization or purchase errors + There was an error processing the transaction. + + + gePaymentRequestTimedOut + Gift Entry + en_US + true + Failure message description for when the tokenization request times out + The request timed out. Please try again or contact your Salesforce administrator. + + + gePaymentServicesUnavailableBody + Gift Entry + en_US + true + Warning about batch when Elevate isn't connected + Disconnected from {0}. This batch includes authorized gifts that haven't been charged. To charge authorized gifts, reconnect to {0}. Alternatively, remove payment information. + + + gePaymentServicesUnavailableFailureMessage + Gift Entry + en_US + true + NPSP Data Import Failure Information for when Elevate not connected + Donation not created because {0} is disconnected and can't charge payment. + + + gePaymentServicesUnavailableHeader + Gift Entry + en_US + true + Header for when Elevate not connected. + {0} Can't Charge Payments + + + geProcessAnyway + Gift Entry + en_US + true + Button to Process Anyway + Process Anyway + + + geProcessingBatch + Gift Entry + en_US + true + Status of batch being processed + Processing Batch... + This can take a while. Check back in a bit! + + + geProcessingErrors + Gift Entry + en_US + true + Processing Errors + Processing Errors + + + gePS_IntegrationTestInvalidAPIKey + Gift Entry + en_US + true + Failure messge if an invalid apiKey was provided + An invalid api key has been provided for this elevate customer + + + gePS_IntegrationTestInvalidConfigParams + Gift Entry + en_US + true + Failure message if invalid configuration params was provided for onboarding + Invalid configuration parameters were provided + + + geRD2FirstInstallmentPaid + Gift Entry, Recurring Donations + en_US + true + Label for First Installment paid checkbox in BGE + First installment paid + + + geRecurringGiftModalWarning + Gift Entry + en_US + true + Recurring modal text when adding a schedule is not supported + Applying a Recurring Donation schedule to an existing Opportunity, Payment, or adding soft credits is not supported in Gift Entry. + + + geRecurringScheduleInformation + Gift Entry + en_US + true + Header for the recurring gift schedule card + Recurring Schedule Information + + + geRemoveSchedule + Gift Entry + en_US + true + Button for removing a gift's schedule + Remove Recurring Schedule + + + geSearchPlaceholder + en_US + true + Gift Entry lookup placeholder text + Search... + + + geSelectBatchTableColumns + en_US + true + Link to select batch table columns + Select Batch Table Columns + + + geSelectPlaceholder + en_US + true + Placeholder text for a picklist field + Select... + + + geServiceLevelErrorAdvancedMapping + Gift Entry + en_US + true + Service-level error message when advanced mapping is not enabled. + You must enable Advanced Mapping before you can enable Gift Entry. + + + geSoftCreditsWarning + Gift Entry + en_US + true + Warning message in the soft credits field bundle when a gift has a schedule + Soft credits in Gift Entry is not supported for Recurring Donations. + + + geTabBatchHeader + Gift Entry + en_US + true + Label for Batch Header navigation subtab + Batch Header + + + geTabBatchSettings + Gift Entry + en_US + true + Label for Batch Settings tab + Batch Settings + + + geTabBatchTableColumns + Gift Entry + en_US + true + Label for Batch Table Columns + Batch Table Columns + + + geTabFormFields + Gift Entry + en_US + true + Label for Form Fields navigation subtab + Form Fields + + + geTabTemplateInfo + Gift Entry + en_US + true + Label for Template Info navigation subtab + Template Info + + + geTextChargingCard + Gift Entry + en_US + true + Text indicating the payment is being charged + Charging payment... + + + geTextFieldBundlePaymentMethod + Gift Entry + en_US + true + Instructions to add Payment Method + Salesforce.org Elevate field bundle includes fields for entering payment information. Allow users to switch payment types by adding Payment Method from the Payment object to the form before this field bundle. + + + geTextListViewItemCount + Gift Entry + en_US + true + Text to show the record count in the list view, one record + {0} item + + + geTextListViewItemsCount + Gift Entry + en_US + true + Text to show the record count in the list view, more than one record + {0} items + + + geTextListViewSortedBy + Gift Entry + en_US + true + Text to display what the table is currently sorted by• Sorted By {0} + + + geTextListViewUpdatedAgo + Gift Entry + en_US + true + Displays how long ago the last record in the current list view was updated• Updated {0} + + + geTextNavigateToOpportunity + Gift Entry + en_US + true + Text telling the user they're being taken to the Opportunity + Let's go look at the Opportunity... + + + geTextPaymentsSaveNotice + Gift Entry + en_US + true + Notification user will process a payment and record donation when clicking Save + Click Save to process the payment and record the donation in Salesforce. + + + geTextProcessing + Gift Entry + en_US + true + Text indicating the Data Import record is being processed + Processing... + + + geTextSaving + Gift Entry + en_US + true + Text indicating the Data Import record is being saved + Saving... + + + geTextUpdating + Gift Entry + en_US + true + Text indicating the Data Import record is being updated + Updating... + + + geToastListViewUpdated + Gift Entry + en_US + true + List view successfully updated + List view updated. + + + geToastSaveFailed + Gift Entry + en_US + true + Error when trying to save and system error isn't displayed + Your changes cannot be saved. Please try again. + + + geToastSelectActiveSection + Gift Entry + en_US + true + Warning when attempting to add a gift field and a section hasn't been selected. + Please select a section. + + + geToastTemplateCreateSuccess + Gift Entry + en_US + true + Template successfully createdThe "{0}" template was created. + + + geToastTemplateDeleteError + Gift Entry + en_US + true + Body for toast error if deleting template used by a batch or is set as default + This template is in use and cannot be deleted. + + + geToastTemplateDeleteSuccess + Gift Entry + en_US + true + Template successfully deletedThe "{0}" template was deleted. + + + geToastTemplateTabsError + Gift Entry + en_US + true + Error when trying to save a template with errorsPlease review the following: {0} + + + geToastTemplateUpdateSuccess + Gift Entry + en_US + true + Template successfully updatedThe "{0}" template was updated. + + + geUpdateSchedule + Gift Entry + en_US + true + Button for updating a gift's schedule + Update Recurring Schedule + + + geUtilJWTTestInvalidKey + Gift Entry + en_US + true + Unit test error: An invalid key (empty) was provided but no exception was thrown + An invalid key (empty) was provided but no exception was thrown + + + geUtilJWTTestInvalidPayload + Gift Entry + en_US + true + Unit test error: An invalid payload provided but no exception was thrown + An invalid payload provided but no exception was thrown + + + geUtilJWTTestInvalidString + Gift Entry + en_US + true + Unit test error: An invalid string was provided but no exception was thrown + An invalid string was provided but no exception was thrown + + + geWarningBatchGiftEntryCurrencyMismatch + Gift Entry + en_US + true + Warning when currency for gift doesn't match batch. + The currency for this batch is {0}. Gifts must be in the same currency as the batch. Change your currency to {0} to save a new gift to the batch. + + + geWarningFormFieldsModalDeleteSection + Gift Entry + en_US + true + Warning message for deleting a section if it contains required fields + Warning: By deleting this section, you are also removing required fields from the template. These fields need to be added into another section before you can save the template. + + + geWarningGauAllocFieldUpdatesDisabled + Gift Entry + en_US + true + Warning about some fields when donation already has a GAU Allocation assigned + Since this donation has at least one GAU Allocation assigned, you can't update certain fields. + + + giftProcessingAccountException + en_US + true + Gift Processing account model error + Gift Processing doesn't support the Individual ("Bucket") account model. + + + giftProcessingConfigException + en_US + true + Gift Processing configuration error + Your org is missing required configuration for Gift Processing. Contact your admin for help. + + + gsAdminSetupTitle + Get Started Page + en_US + true + Title in Get Started + ADMIN SETUP CHECKLIST + + + gsApplicationStatus + Get Started Page + en_US + true + Application Status label for the application status component + Application Status: + + + gsApplicationStatusModalHeader + Get Started Page + en_US + true + Header of the modal label for the application status component + Check Application Status + + + gsApplyForFreeLicenses + Get Started Page + en_US + true + Apply for licenses button label for the application status component + Apply for Salesforce Licenses + + + gsChecklistExploreNPSPDesc + Get Started Page + en_US + true + Description of checklist Explore Nonprofit in Get Started + Get comfortable with key concepts and features. + + + gsChecklistExploreNPSPTitle + Get Started Page + en_US + true + Title of checklist Explore Nonprofit in Get Started + Explore the Nonprofit Success Pack (NPSP) + + + gsChecklistItemAddUserDesc + Get Started Page + en_US + true + Description of checklist item Add User in Get Started + Give users access to NPSP and manage permissions for your org to ensure the right people have access to just what they need to keep things running smoothly. + + + gsChecklistItemAddUserLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Add User in Get Started + Learn more about adding users in Trailhead + + + gsChecklistItemAddUserTitle + Get Started Page + en_US + true + Title of checklist item Add User in Get Started + Add Users + + + gsChecklistItemCommunicateWithUserskDesc + Get Started Page + en_US + true + Description of checklist item Communicate with Users in Get Started + Long before you flip the switch and start using Salesforce, you should make a plan for communicating clearly, compassionately, and transparently with your organization about the shift. + + + gsChecklistItemCommunicateWithUserskLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Communicate with Users in Get Started + Learn more about Chatter in Trailhead + + + gsChecklistItemCommunicateWithUserskTitle + Get Started Page + en_US + true + Title of checklist item Communicate with Users in Get Started + Communicate with Your Users + + + gsChecklistItemCreateDonationDesc + Get Started Page + en_US + true + Description of checklist item Create Donation in Get Started + Keep track of donations, grants, or any other type of revenue so you can identify giving patterns and understand what drives giving at the constituent level. Start by learning how to enter donations into NPSP. + + + gsChecklistItemCreateDonationLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Create Donation in Get Started + Learn more about Donations in Trailhead + + + gsChecklistItemCreateDonationPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Create Donation in Get Started + Create Donations + + + gsChecklistItemCreateDonationTitle + Get Started Page + en_US + true + Title of checklist item Create Donation in Get Started + Create a Donation + + + gsChecklistItemCustomFieldsDesc + Get Started Page + en_US + true + Description of checklist item Custom Fields in Get Started + Learn best practices for using picklists, filters, formulas, and other tools in the Object Manager to customize objects in your org. + + + gsChecklistItemCustomFieldsLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Custom Fields in Get Started + Learn more about Object Manager in Trailhead + + + gsChecklistItemCustomFieldsTitle + Get Started Page + en_US + true + Title of checklist item Custom Fields in Get Started + Customize Objects + + + gsChecklistItemExtraFourMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '4 Minute Video' + 4 Minute Video + + + gsChecklistItemExtraOneMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '1 Minute Video' + 1 Minute Video + + + gsChecklistItemExtraSixtyMinuteVideo + Get Started Page + en_US + true + Extra Info in the Item '60 Minute Video' + 60 Minute Video + + + gsChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minutes Video' + 2 Minute Video + + + gsChecklistItemFundraisingProcessDesc + Get Started Page + en_US + true + Description of checklist item FundraisingProcess in Get Started + Learn how to leverage built-in tools like list views and Path to effectively manage your fundraising and donation processes. + + + gsChecklistItemFundraisingProcessLinkLabel + Get Started Page + en_US + true + Link label of checklist item FundraisingProcess in Get Started + Learn more about list views and Path in Trailhead + + + gsChecklistItemFundraisingProcessPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item FundraisingProcess in Get Started + Create List Views + + + gsChecklistItemFundraisingProcessTitle + Get Started Page + en_US + true + Title of checklist item FundraisingProcess in Get Started + Visualize Your Fundraising Processes + + + gsChecklistItemGoFurtherDesc + Get Started Page + en_US + true + Description of checklist item Go Further in Get Started + These initial steps will get you started, but keep in mind that the possibilities within Salesforce are limitless. Learn more about additional features as well as some of the incredible things other organizations have accomplished with the platform. + + + gsChecklistItemGoFurtherLinkLabel + Get Started Page + en_US + true + Link label of checklist item Go Further in Get Started + Discover more about NPSP in Trailhead + + + gsChecklistItemGoFurtherTitle + Get Started Page + en_US + true + Title of checklist item Go Further in Get Started + Go Further + + + gsChecklistItemImportDataDesc + Get Started Page + en_US + true + Description of checklist item Import Data in Get Started + Use the NPSP Data Importer to get your records into Salesforce. + + + gsChecklistItemImportDataLinkLabel + Get Started Page + en_US + true + Link label of checklist item Import Data in Get Started + Learn more about importing data in Trailhead + + + gsChecklistItemImportDataPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemImportDataSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Import Data in Get Started + See Documentation + + + gsChecklistItemImportDataTitle + Get Started Page + en_US + true + Title of checklist item Import Data in Get Started + Import Data + + + gsChecklistItemManageChangeDesc + Get Started Page + en_US + true + Description of checklist item Manage Change in Get Started + Salesforce is updated frequently to address issues and add new features. Understanding these changes and how to manage the update process will ensure your organization is always ready to take full advantage of the platform. + + + gsChecklistItemManageChangeLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Manage Change in Get Started + Learn more about Release Readiness in Trailhead + + + gsChecklistItemManageChangePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Manage Change in Get Started + View Release Readiness Group + + + gsChecklistItemManageChangeTitle + Get Started Page + en_US + true + Title of checklist item Manage Change in Get Started + Manage Changes to Your Org + + + gsChecklistItemNPSPCloudDesc + Get Started Page + en_US + true + Description of checklist item NPSP Cloud in Get Started + This brief overview is meant to dip your toes into what's possible with NPSP, but you can dive deeper and discover the many other features available to your organization. + + + gsChecklistItemNPSPCloudLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Cloud in Get Started + Learn more about NPSP Features in Trailhead + + + gsChecklistItemNPSPCloudPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Cloud in Get Started + See Features + + + gsChecklistItemNPSPCloudTitle + Get Started Page + en_US + true + Title of checklist item NPSP Cloud in Get Started + Learn about Other Nonprofit Cloud Features + + + gsChecklistItemNPSPGuideDesc + Get Started Page + en_US + true + Description of checklist item NPSP Guide in Get Started + Take the time to carefully plan your implementation and ensure your Salesforce org meets the needs of your nonprofit. + + + gsChecklistItemNPSPGuidePriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Guide in Get Started + Download PDF + + + gsChecklistItemNPSPGuideTitle + Get Started Page + en_US + true + Title of checklist item NPSP Guide in Get Started + NPSP Planning Guide + + + gsChecklistItemNPSPSettingsDesc + Get Started Page + en_US + true + Description of checklist item NPSP Settings in Get Started + Navigate to the NPSP Settings page and do a thorough review to confirm the settings are correct for your organization and are functioning the way you expect them to. + + + gsChecklistItemNPSPSettingsLinkLabel + Get Started Page + en_US + true + Link label of checklist item NPSP Settings in Get Started + Learn more about NPSP Settings in the Planning Guide + + + gsChecklistItemNPSPSettingsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item NPSP Settings in Get Started + NPSP Settings + + + gsChecklistItemNPSPSettingsTitle + Get Started Page + en_US + true + Title of checklist item NPSP Settings in Get Started + Adjust NPSP Settings + + + gsChecklistItemPageLayoutsDesc + Get Started Page + en_US + true + Description of checklist item Page Layouts in Get Started + Take the time to customize your org's look and feel, so you can be sure your users can easily find the data they need. + + + gsChecklistItemPageLayoutsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Page Layouts in Get Started + Learn more about Page Layouts in Trailhead + + + gsChecklistItemPageLayoutsTitle + Get Started Page + en_US + true + Title of checklist item Page Layouts in Get Started + Customize Page Layouts + + + gsChecklistItemPrepareNPSPDesc + Get Started Page + en_US + true + Description of checklist item Prepare NPSP in Get Started + Set specific goals and learn best practices for implementing Nonprofit Cloud. + + + gsChecklistItemPrepareNPSPLinkLabel + Get Started Page + en_US + true + Link label of checklist item Prepare NPSP in Get Started + Learn more about NPSP Success in Trailhead + + + gsChecklistItemPrepareNPSPPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Prepare NPSP in Get Started + Set Goals + + + gsChecklistItemPrepareNPSPTitle + Get Started Page + en_US + true + Title of checklist item Prepare NPSP in Get Started + Prepare for Success with Nonprofit Cloud + + + gsChecklistItemReviewCompanyDesc + Get Started Page + en_US + true + Description of checklist item Review Company in Get Started + Within Salesforce, organizational information is referred to as "Company Information." Here you'll set up your org's default time zone, currency locale, and fiscal year start month. You can also find information about your license usage. + + + gsChecklistItemReviewCompanyLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Review Company in Get Started + Learn more about Company Information settings in Trailhead + + + gsChecklistItemReviewCompanyTitle + Get Started Page + en_US + true + Title of checklist item Review Company in Get Started + Review Company Information + + + gsChecklistItemRunningReportsDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Learn how to build reports and dashboards to bring your data to life and help tell the story of your organization's impact. + + + gsChecklistItemRunningReportsLinkLabel + Get Started Page + en_US + true + Link label of checklist item Running Reports in Get Started + Learn how to customize NPSP Reports & Dashboards in Trailhead + + + gsChecklistItemRunningReportsPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Running Reports in Get Started + Explore Reports + + + gsChecklistItemRunningReportsTitle + Get Started Page + en_US + true + Title of checklist item Running Reports in Get Started + Run Reports on Constituent Data + + + gsChecklistItemSetupContactDesc + Get Started Page + en_US + true + Description of checklist item Setup Contact in Get Started + Learn how to add relevant constituent data (for example a name, address, or employer) into your Salesforce instance. + + + gsChecklistItemSetupContactLinkLabel + Get Started Page + en_US + true + Link label of checklist item Setup Contact in Get Started + Learn more about Contacts and Accounts + + + gsChecklistItemSetupContactPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Create Households + + + gsChecklistItemSetupContactSecBtnLabel + Get Started Page + en_US + true + Button label of checklist item Setup Contact in Get Started + Explore Contacts + + + gsChecklistItemSetupContactTitle + Get Started Page + en_US + true + Title of checklist item Setup Contact in Get Started + Set Up a Contact and Household Account + + + gsChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of checklist item Stay Track in Get Started + Activities are tasks, events, or other interactions tracked in the Activity Timeline. Activities allow you to keep track of each time you have contact with a constituent. Learn how to leverage activities to log constituent interactions and assign tasks. + + + gsChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Stay Track in Get Started + Learn more about Activities in Trailhead + + + gsChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of checklist item Stay Track in Get Started + Create Activities + + + gsChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of checklist item Stay Track in Get Started + Stay on Track with Activities + + + gsChecklistItemTrainUsersDesc + Get Started Page + en_US + true + Description of checklist item Train Users in Get Started + When the day to launch your Salesforce org arrives, you want every user in your organization to be ready. That's why it's important to make a plan for onboarding your users and helping them get the most out of Salesforce. + + + gsChecklistItemTrainUsersLinkLabel + Get Started Page + en_US + true + Link Label of checklist item Train Users in Get Started + Learn more about training your users in Trailhead + + + gsChecklistItemTrainUsersTitle + Get Started Page + en_US + true + Title of checklist item Train Users in Get Started + Train Your users + + + gsChecklistMakeItYourDesc + Adoption, Group, Description + en_US + true + Description of checklist Make Your in Get Started + Customize Salesforce with information that's unique to your organization. + + + gsChecklistMakeItYourTitle + Get Started Page + en_US + true + Title of checklist Make Your in Get Started + Make it Your Own + + + gsChecklistOnboardUsersDesc + Get Started Page + en_US + true + Description of checklist User Onboard in Get Started + Add your users to Salesforce and plan your rollout. + + + gsChecklistOnboardUsersTitle + Get Started Page + en_US + true + Title of checklist User Onboard in Get Started + Onboard Your Users + + + gsCheckStatus + Get Started Page + en_US + true + Check Status label for the application status component + Check Status + + + gsDaysAdded + Get Started Page + en_US + true + Days added label for the application status component + 30 Days Added + + + gsDaysRemainingInFreeTrial + Get Started Page + en_US + true + Days remaining in the free trial label for the application status component + Days Remaining in Free Trial + + + gseuChecklistCreateConstituentRecordsDesc + Get Started Page + en_US + true + Description for Create Constituent Records section in Get Started + People are the heart of any nonprofit. Explore Nonprofit Success Pack features to learn how to manage your constituents and their household, personal, and professional connections. + + + gseuChecklistCreateConstituentRecordsTitle + Get Started Page + en_US + true + Title for Create Constituent Records section in Get Started + Create Constituent Records + + + gseuChecklistItemCaptureDonorIntentDesc + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + When you raise funds for a specific purpose, you want to be sure you are honoring the donor intent. Ensure donations are allocated correctly with General Allocation Units. + + + gseuChecklistItemCaptureDonorIntentLinkLabel + Get Started Page + en_US + true + Link label of Capture Donor Intent checklist item in Get Started for End Users + Learn more about Donation Allocations in Trailhead + + + gseuChecklistItemCaptureDonorIntentPriBtnLabel + Get Started Page + en_US + true + Button label of Capture Donor Intent checklist item in Get Started for End Users + Create Allocations + + + gseuChecklistItemCaptureDonorIntentTitle + Get Started Page + en_US + true + Description of Capture Donor Intent checklist item in Get Started for End Users + Capture Donor Intent with Donation Allocations + + + gseuChecklistItemCollectGiftsDesc + Get Started Page + en_US + true + Description of Collect Gifts checklist item in Get Started for End Users + Monthly giving can provide a predictable source of nonprofit revenue, and sustaining donors are often a nonprofit's most loyal and committed supporters. Track monthly giving by creating a Recurring Donation. + + + gseuChecklistItemCollectGiftsLinkLabel + Get Started Page + en_US + true + Link label of Collect Gifts checklist item in Get Started for End Users + Learn more about Recurring Donations in Trailhead + + + gseuChecklistItemCollectGiftsPriBtnLabel + Get Started Page + en_US + true + Button label of Collect Gifts checklist item in Get Started for End Users + Create Recurring Donations + + + gseuChecklistItemCollectGiftsTitle + Get Started Page + en_US + true + Title of Collect Gifts checklist item in Get Started for End Users + Collect Sustaining Gifts with Recurring Donations + + + gseuChecklistItemConnectContactOrganizationBlueButton + Get Started Page + en_US + true + Button text for Connect Contacts to Organization checklist item + Create Affiliations + + + gseuChecklistItemConnectContactOrganizationDesc + Get Started Page + en_US + true + Description for Connect Contact to Organization checklist item in Get Started + Affiliations in NPSP let you capture important connections between your constituents and related organizations such as work, school, or business. Connect a Contact to an Organization using Organization Affiliations. + + + gseuChecklistItemConnectContactOrganizationLink + Get Started Page + en_US + true + Link text for Connect Contacts to Organization checklist item in Get Started + Learn more about Affiliations in Trailhead + + + gseuChecklistItemConnectContactOrganizationTitle + Get Started Page + en_US + true + Title for Connect Contact to Organization checklist item in Get Started + Connect a Contact to an Organization with Affiliations + + + gseuChecklistItemConnectContactsRelationshipsBlueButton + Get Started Page + en_US + true + Button text for Connect Two Contacts with Relationships checklist item + Create Relationships + + + gseuChecklistItemConnectContactsRelationshipsDesc + Get Started Page + en_US + true + Description for Connect Two Contacts with Relationships checklist item + Relationships in NPSP let you capture important connections between your constituents. Connect Contacts using the Relationships related list on the Contact records. + + + gseuChecklistItemConnectContactsRelationshipsLink + Get Started Page + en_US + true + Link text for Connect Two Contacts with Relationships checklist item + Learn more about Relationships in Trailhead + + + gseuChecklistItemConnectContactsRelationshipsTitle + Get Started Page + en_US + true + Title for Connect Two Contacts with Relationships checklist item in Get Started + Connect Two Contacts with Relationships + + + gseuChecklistItemCreateContactAndAccountBlueButton + Get Started Page + en_US + true + Button text for Create Contacts and Account checklist item in Get Started + Create Contacts + + + gseuChecklistItemCreateContactAndAccountDesc + Get Started Page + en_US + true + Description for Contacts and Account checklist item in Get Started + People are the most important resource for a nonprofit, so understanding how we use the Contact object to track them in NPSP is key. The Contact object stores constituent data such as name, address, and employer. + + + gseuChecklistItemCreateContactAndAccountLink + Get Started Page + en_US + true + Link text for Contacts and Accounts checklist item in Get Started + Learn more about Contacts and Accounts in Trailhead + + + gseuChecklistItemCreateContactAndAccountTitle + Get Started Page + en_US + true + Title for Contacts and Accounts checklist item in Get Started + Create Contacts and Household Accounts + + + gseuChecklistItemDonationIndividualDesc + Get Started Page + en_US + true + Description of Individual Donation checklist item in Get Started for End Users + For most nonprofits, donations come from individual contributions. Track individual donations by creating an Opportunity from a Contact record. + + + gseuChecklistItemDonationIndividualLinkLabel + Get Started Page + en_US + true + Link label of Individual Donation checklist item in Get Started for End Users + Learn more about Individual Donations in Trailhead + + + gseuChecklistItemDonationIndividualPriBtnLabel + Get Started Page + en_US + true + Button label of Individual Donation checklist item in Get Started for End Users + Enter Individual Donations + + + gseuChecklistItemDonationIndividualTitle + Get Started Page + en_US + true + Title of Individual Donation checklist item in Get Started for End Users + Enter a Donation from an Individual + + + gseuChecklistItemDonationOrganizationDesc + Get Started Page + en_US + true + Description of Organization Donation checklist item in Get Started for End Users + Institutional and corporate giving are an important source of nonprofit support. Track organizational giving by creating an Opportunity from an Account record. + + + gseuChecklistItemDonationOrganizationLinkLabel + Get Started Page + en_US + true + Link label of Organization Donation checklist item in Get Started for End Users + Learn more about Organization Donations in Trailhead + + + gseuChecklistItemDonationOrganizationPriBtnLabel + Get Started Page + en_US + true + Button label of Org Donation checklist item in Get Started for End Users + Enter Organization Donations + + + gseuChecklistItemDonationOrganizationTitle + Get Started Page + en_US + true + Title of Organization Donation checklist item in Get Started for End Users + Enter a Donation from an Organization + + + gseuChecklistItemExtraTwoMinutesVideo + Get Started Page + en_US + true + Extra Info in the Item '2 Minute Video' + 2 Minute Video + + + gseuChecklistItemGlobalSearchDesc + Get Started Page + en_US + true + Description of Global Search checklist item in Get Started for End Users + When you're just getting started with NPSP, finding records can be tricky. Use global search to search across your entire Salesforce org and find what you need fast. + + + gseuChecklistItemGlobalSearchLinkLabel + Get Started Page + en_US + true + Link label of Global Search checklist item in Get Started for End Users + Learn more about Search Results in Trailhead + + + gseuChecklistItemGlobalSearchPriBtnLabel + Get Started Page + en_US + true + Button label of Global Search checklist item in Get Started for End Users + Find Records + + + gseuChecklistItemGlobalSearchTitle + Get Started Page + en_US + true + Title of Global Search checklist item in Get Started for End Users + Find Records with Global Search + + + gseuChecklistItemPrebuiltNPSPReportDesc + Get Started Page + en_US + true + Description of Prebuilt NPSP Report checklist item in Get Started for End Users + NPSP includes 87 of the most commonly-used constituent and fundraising reports. Use these reports as is, or customize them. + + + gseuChecklistItemPrebuiltNPSPReportLinkLabel + Get Started Page + en_US + true + Link label of Prebuilt NPSP Report checklist item in Get Started for End Users + Learn more about NPSP Reports in Trailhead + + + gseuChecklistItemPrebuiltNPSPReportPriBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Run Reports + + + gseuChecklistItemPrebuiltNPSPReportSecBtnLabel + Get Started Page + en_US + true + Button label of Prebuilt NPSP Report checklist item in Get Started for End Users + Reports Workbook + + + gseuChecklistItemPrebuiltNPSPReportTitle + Get Started Page + en_US + true + Title of Prebuilt NPSP Report checklist item in Get Started for End Users + Run a Prebuilt NPSP Report + + + gseuChecklistItemStandardReportTypeDesc + Get Started Page + en_US + true + Description of Standard Report Type checklist item in Get Started for End Users + The Lightning Report Builder gives you the ability to create your own custom reports using standard report types. The report type you choose determines the objects and fields available in your report. + + + gseuChecklistItemStandardReportTypeLinkLabel + Get Started Page + en_US + true + Link label of Standard Report Type checklist item in Get Started for End Users + Learn more about Standard Report Types in Trailhead + + + gseuChecklistItemStandardReportTypePriBtnLabel + Get Started Page + en_US + true + Button label of Standard Report Type checklist item in Get Started for End Users + Create Reports + + + gseuChecklistItemStandardReportTypeTitle + Get Started Page + en_US + true + Title of Standard Report Type checklist item in Get Started for End Users + Create a Report from a Standard Report Type + + + gseuChecklistItemStayTrackDesc + Get Started Page + en_US + true + Description of Stay on Track checklist item in Get Started for End Users + The activities panel helps you and your colleagues capture all work related to a particular Contact, Organization, or Opportunity. Log calls, assign tasks, send an email, and create calendar events right from the record you're working on. + + + gseuChecklistItemStayTrackLinkLabel + Get Started Page + en_US + true + Link label of Stay on Track checklist item in Get Started for End Users + Learn more about Activities in Trailhead + + + gseuChecklistItemStayTrackPriBtnLabel + Get Started Page + en_US + true + Button label of Stay on Track checklist item in Get Started for End Users + Track Activities + + + gseuChecklistItemStayTrackTitle + Get Started Page + en_US + true + Title of Stay on Track checklist item in Get Started for End Users + Stay on Track with Activities + + + gseuChecklistItemTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist item in Get Started for End Users + Campaigns let you to track your constituent outreach in Salesforce. Use the Primary Campaign field on Opportunities to better evaluate your fundraising efforts. + + + gseuChecklistItemTrackDonationLinkLabel + Get Started Page + en_US + true + Link label of Track Donation checklist item in Get Started for End Users + Learn more about Campaigns in Trailhead + + + gseuChecklistItemTrackDonationPriBtnLabel + Get Started Page + en_US + true + Button label of Track Donation checklist item in Get Started for End Users + Track Constituent Outreach + + + gseuChecklistItemTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist item in Get Started for End Users + Track Donation Sources with Campaigns + + + gseuChecklistItemViewDashboardDesc + Get Started Page + en_US + true + Description of View Dashboard checklist item in Get Started for End Users + Dashboards pull data from one or more reports and display it side by side in the same window. NPSP includes three dashboards that you can use as is or customize. + + + gseuChecklistItemViewDashboardLinkLabel + Get Started Page + en_US + true + Link label of View Dashboard checklist item in Get Started for End Users + Learn more about Dashboards in Trailhead + + + gseuChecklistItemViewDashboardPriBtnLabel + Get Started Page + en_US + true + Button label of View Dashboard checklist item in Get Started for End Users + View Dashboards + + + gseuChecklistItemViewDashboardTitle + Get Started Page + en_US + true + Title of View Dashboard checklist item in Get Started for End Users + View a Dashboard + + + gseuChecklistItemWhatIsNPCloudLink + Get Started Page + en_US + true + Link text for What is Nonprofit Cloud checklist item in Welcome section + Learn more about the Nonprofit Cloud in Trailhead + + + gseuChecklistItemWhatIsNPCloudTitle + Get Started Page + en_US + true + Title for What is Nonprofit Cloud checklist item in Welcome section + What is Nonprofit Cloud? + + + gseuChecklistItemWhatIsNPCloudTitleDesc + Get Started Page + en_US + true + Description for What is Nonprofit Cloud checklist item in Welcome section + Nonprofit Cloud includes apps, tools, features, services, and technology designed to meet the unique needs of nonprofits. + + + gseuChecklistItemWhatIsNPSPDesc + Get Started Page + en_US + true + Description for What is NPSP checklist item in Welcome section + The foundation of Nonprofit Cloud is the Nonprofit Success Pack (NPSP) app. NPSP helps you manage your constituents and fundraising efforts. If someone says they're using the "nonprofit version" of Salesforce, they're usually talking about NPSP. + + + gseuChecklistItemWhatIsNPSPLink + Get Started Page + en_US + true + Link text for What is NPSP checklist item in Welcome section + Learn more about Nonprofit Success Pack in Trailhead + + + gseuChecklistItemWhatIsNPSPTitle + Get Started Page + en_US + true + Title for What is NPSP checklist item in Welcome section + What is Nonprofit Success Pack? + + + gseuChecklistItemWorkMultipleRecordsDesc + Get Started Page + en_US + true + Description of Multiple Records checklist item in Get Started for End Users + List views help you easily find what you need by providing filtered groups of Contacts, Accounts, Opportunities, and other objects. + + + gseuChecklistItemWorkMultipleRecordsLinkLabel + Get Started Page + en_US + true + Link label of Multiple Records checklist item in Get Started for End Users + Learn more about List Views in Trailhead + + + gseuChecklistItemWorkMultipleRecordsPriBtnLabel + Get Started Page + en_US + true + Button label of Multiple Records checklist item in Get Started for End Users + Visualize Processes + + + gseuChecklistItemWorkMultipleRecordsTitle + Get Started Page + en_US + true + Title of Work with Multiple Records checklist item in Get Started for End Users + Work with Multiple Records Using List Views + + + gseuChecklistTrackDonationDesc + Get Started Page + en_US + true + Description of Track Donation checklist in Get Started for End Users + In NPSP, you track donations, grants, pledges, and other types of revenue using the Opportunity object. You can create donations from an individual or from an organization such as a foundation, business, or government entity. + + + gseuChecklistTrackDonationTitle + Get Started Page + en_US + true + Title of Track Donation checklist in Get Started for End Users + Track Donations and Other Income Types with NPSP + + + gseuChecklistWelcomeNPSPDesc + Get Started Page + en_US + true + Description of Welcome to Nonprofit checklist section in Get Started + Use these essential resources to help you get started with your NPSP journey. + + + gseuChecklistWelcomeNPSPTitle + Get Started Page + en_US + true + Title of Welcome to Nonprofit checklist section in Get Started + Welcome to Nonprofit Success Pack and Nonprofit Cloud + + + gseuChecklistWorkRecordsDesc + Get Started Page + en_US + true + Description of Work with Records checklist in Get Started for End Users + After you get your constituent and donation data into NPSP, you need to be able to easily find and interact with the records you're working on. + + + gseuChecklistWorkRecordsTitle + Get Started Page + en_US + true + Title of Work with Records checklist in Get Started for End Users + Work with Records + + + gseuChecklistYourDataDesc + Get Started Page + en_US + true + Description of Understand Your Data checklist item in Get Started for End Users + Reports and Dashboards help organize your data so that you can tell the story of your organization's impact. NPSP includes out-of-the-box reports, or you can create your own. + + + gseuChecklistYourDataTitle + Get Started Page + en_US + true + Title of Understand Your Data checklist item in Get Started for End Users + Understand Your Data + + + gseuExploreTrailheadButton + End User Get Started Page + en_US + true + Text displayed in the button on the Trailhead component. + Explore Trailhead + + + gseuPageTitle + Get Started Page + en_US + true + Title of the End User Get Started Page + SETUP CHECKLIST + + + gseuResourcesItemAboutNPSPLabel + Get Started Page + en_US + true + About NPSP label in Get Started Resources section for End Users + Learn More About NPSP + + + gseuResourcesItemAboutNPSPLinkLabel + Get Started Page + en_US + true + About NPSP link label in Get Started Resources section for End Users + NPSP Documentation + + + gseuResourcesItemCommunityGroupLabel + Get Started Page + en_US + true + Community Group label in Get Started Resources section for End Users + Find a Community Group + + + gseuResourcesItemCommunityGroupLinkLabel + Get Started Page + en_US + true + Community Group link label in Get Started Resources section for End Users + Trailhead Community + + + gseuResourcesItemQuestionsAnsweredLabel + Get Started Page + en_US + true + Questions Answered label in Get Started Resources section for End Users + Get Your Questions Answered + + + gseuResourcesItemQuestionsAnsweredLinkLabel + Get Started Page + en_US + true + Questions Answered link label in Get Started Resources section for End Users + Trailblazer Community + + + gseuResourcesItemWatchVideosLabel + Get Started Page + en_US + true + Watch Videos label in Get Started Resources section for End Users + Watch How-To Videos + + + gseuResourcesItemWatchVideosLinkLabel + Get Started Page + en_US + true + Watch Videos link label in Get Started Resources section for End Users + NPSP Videography Channel + + + gseuResourcesItemWebinarsLabel + Get Started Page + en_US + true + Webinars label in Get Started Resources section for End Users + Find Events and Webinars + + + gseuResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Webinars link label in Get Started Resources section for End Users + Salesforce Calendar + + + gseuTrailheadLogoText + End User Get Started Page + en_US + true + Text displayed in the trailhead component for logo + Trailhead Logo + + + gseuTrailheadText + End User Get Started Page + en_US + true + Text displayed in the trailhead component + Learn even more about Nonprofit Cloud and Salesforce. + + + gsFollowUpApplicationStatus + Get Started Page + en_US + true + Follow up Application Status label for the application status component + To follow up on your application status, please email us at: + + + gsLearnMore + Get Started Page + en_US + true + Learn more label for the application status component + Learn More + + + gsNoApplicationSubmitted + Get Started Page + en_US + true + No application submitted label for the application status component + No Application Submitted + + + gsResourcesItemFundraisingLabel + Get Started Page + en_US + true + Resource Fundraising label in Get Started Resources section + Fundraising Learning Path + + + gsResourcesItemFundraisingLinkLabel + Get Started Page + en_US + true + Resource Fundraising link label in Get Started Resources section + Start Fundraising + + + gsResourcesItemHubLabel + Get Started Page + en_US + true + Resource Hub label in Get Started Resources section + Trailblazer Community + + + gsResourcesItemHubLinkLabel + Get Started Page + en_US + true + Resource Hub link label in Get Started Resources section + Learn from Other Nonprofits + + + gsResourcesItemMarketingEngagementLabel + Get Started Page + en_US + true + Resource Marketing Engagement label in Get Started Resources section + Engagement Learning Path + + + gsResourcesItemMarketingEngagementLinkLabel + Get Started Page + en_US + true + Resource Marketing Engagement link label in Get Started Resources section + Engage Constituents + + + gsResourcesItemNonprofitCloudLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud label in Get Started Resources section + Nonprofit Cloud Basics + + + gsResourcesItemNonprofitCloudLinkLabel + Get Started Page + en_US + true + Resource Nonprofit Cloud link label in Get Started Resources section + Get to Know Nonprofit Cloud + + + gsResourcesItemPartnersLabel + Get Started Page + en_US + true + Resource Partners label in Get Started Resources section + Implementation Partners + + + gsResourcesItemPartnersLinkLabel + Get Started Page + en_US + true + Resource Partners link label in Get Started Resources section + Find a Partner + + + gsResourcesItemProgramManagementLabel + Get Started Page + en_US + true + Resource Program Management label in Get Started Resources section + Program Management Learning Path + + + gsResourcesItemProgramManagementLinkLabel + Get Started Page + en_US + true + Resource Program Management link label in Get Started Resources section + Manage Programs + + + gsResourcesItemWebinarsLabel + Get Started Page + en_US + true + Resource Webinars label in Get Started Resources section + Salesforce Events Calendar + + + gsResourcesItemWebinarsLinkLabel + Get Started Page + en_US + true + Resource Webinars link label in Get Started Resources section + Find Events and Webinars + + + gsResourcesTitle + Get Started Page + en_US + true + The page title in the Get Started Resources section + Resources + + + gsResourcesVideographyLabel + Get Started Page + en_US + true + Resource Videography label in Get Started Resources section + NPSP Videography Channel + + + gsResourcesVideographyLinkLabel + Get Started Page + en_US + true + Resource Videography link label in Get Started Resources section + Watch Videos + + + gsSubmitted + Get Started Page + en_US + true + Submitted Status label for the application status component + Submitted + + + gsVideoHeaderLength + Get Started Page + en_US + true + Video Duration displayed in the Video Header Component + in 2 minutes + + + gsVideoHeaderTitle + Get Started Page + en_US + true + Video header title in Get Started + Get Started on NPSP + + + healthButtonRun + Health Check + en_US + false + healthButtonRun + Run Health Check + + + healthDetailsAccOne2OneNoContacts + Health Check + en_US + false + healthDetailsAccOne2OneNoContacts + There are {0} One-to-One Accounts that have no Contacts. + + + healthDetailsAccountDefaultRTInvalid + Health Check + en_US + true + healthDetailsAccountDefaultRTInvalid + The Account Model record type isn't valid. + + + healthDetailsAccountDefaultRTIssue + Health Check + en_US + true + healthDetailsAccountDefaultRTIssue + The Account Model record type, {0} (set in NPSP Settings) is currently set as your Profile's default Account record type. + + + healthDetailsAccountModel + Health Check + en_US + false + healthDetailsAccountModel + There is no valid Account Model specified. + + + healthDetailsAccountProcessor + HealthCheck + en_US + false + healthDetailsAccountProcessor + The Account Model is set to {0}, but Health Check has found that you're using a mixture of Account types. + + + healthDetailsAccountRTIssue + Health Check + en_US + false + healthDetailsAccountRTIssue + {0} Account records using the {1} record type do not have their System fields correctly set. + + + healthDetailsAutoRelCampaignTypeMissing + Health Check + en_US + true + healthDetailsAutoRelCampaignTypeMissing + You must specify a Campaign Type for Relationship Autocreation records with Campaign Members. + + + healthDetailsAutoRelFieldsMissing + Health Check + en_US + false + healthDetailsAutoRelFieldsMissing + You must specify a valid Object, Field, and Relationship Type. + + + healthDetailsAutoRelInvalidLookupField + en_US + false + healthDetailsAutoRelInvalidLookupField + Field {0} is not a lookup field. + + + healthDetailsBadRDField + Health Check + en_US + false + healthDetailsBadRDField + Recurring Donation field {0} does not exist. + + + healthDetailsBadReportId + Health Check + en_US + false + healthDetailsBadReportId + Invalid Report {0} specified. + + + healthDetailsContactData + Health Check + en_US + false + healthDetailsContactData + There are {0} Contacts that have no Account. Contacts with no Account are private to the User who created them and can't be seen by other Users. + + + healthDetailsDuplicateAcctRT + Health Check + en_US + false + healthDetailsDuplicateAcctRT + You cannot specify the same Account record type for the Household Account record type and the One-to-One record type. + + + healthDetailsGenderField + Health Check + en_US + false + healthDetailsGenderField + Gender field {0} does not exist on Contact. + + + healthDetailsHHAccountModel + Health Check + en_US + false + healthDetailsHHAccountModel + When using the Household Account Model, you must set Household Object Rules to "No Contacts". You can set the Household Object Rules field on the NPSP Settings Page under People | Households. + + + healthDetailsHHActNoContacts + Health Check + en_US + false + healthDetailsHHActNoContacts + There are {0} Household Accounts that have no Contacts. + + + healthDetailsHHObNoContacts + Health Check + en_US + false + healthDetailsHHObNoContacts + There are {0} Household object records that have no Contacts. + + + healthDetailsInvalidCMField + Health Check + en_US + false + healthDetailsInvalidCMField + Campaign Member field {0} does not exist. + + + healthDetailsInvalidContactField + Health Check + en_US + false + healthDetailsInvalidContactField + Contact field {0} does not exist. + + + healthDetailsInvalidErrorChatterGroup + Health Check + en_US + false + healthDetailsInvalidErrorChatterGroup + Invalid Chatter Group {0}. + + + healthDetailsInvalidErrorRecipient + Health Check + en_US + false + healthDetailsInvalidErrorRecipient + Invalid Error Notification recipient. + + + healthDetailsInvalidErrorUser + Health Check + en_US + false + healthDetailsInvalidErrorUser + Invalid User {0}. + + + healthDetailsInvalidFieldNumeric + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid numeric field {1} on {2}. + + + healthDetailsInvalidFiscalYears + Health Check + en_US + false + healthDetailsInvalidFiscalYears + Your organization is using Custom Fiscal Years. NPSP does not support Fiscal Year Rollups with Custom Fiscal Years. + + + healthDetailsInvalidLevelField + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid field {1} on {2}. + + + healthDetailsInvalidLevelFieldReference + Health Check + en_US + false + Health Check error if a Level refers to an invalid field + Level {0} refers to an invalid Level Lookup field {1} on {2}. + + + healthDetailsInvalidObjectField + Health Check + en_US + false + healthDetailsInvalidObjectField + {0} field {1} does not exist. + + + healthDetailsInvalidOppField + Health Check + en_US + false + healthDetailsInvalidOppField + Opportunity field {0} does not exist. + + + healthDetailsInvalidOppStage + Health Check + en_US + false + healthDetailsInvalidOppStage + The Opportunity stage {0} does not exist or is not active. + + + healthDetailsInvalidPaymentField + Health Check + en_US + false + healthDetailsInvalidPaymentField + Payment field {0} does not exist. + + + healthDetailsInvalidPicklistValue + Health Check + en_US + true + The picklist value is not supported + The picklist value "{0}" is not supported. + + + healthDetailsInvalidRDCustomPeriod + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriod + Custom Installment Period {0} is not included in the picklist values for Recurring Donation field Installment Period. + + + healthDetailsInvalidRDCustomPeriodPIcklist + Health Check + en_US + true + healthDetailsInvalidRDCustomPeriodPIcklist + Recurring Donation Installment Period picklist value {0} is not a valid Custom Installment Period. + + + healthDetailsInvalidRecordtypeId + Health Check + en_US + false + healthDetailsInvalidRecordtypeId + Recordtype Id {0} is invalid. + + + healthDetailsInvalidRecordtypeName + Health Check + en_US + false + healthDetailsInvalidRecordtypeName + Recordtype Name {0} is invalid. + + + healthDetailsInvalidScheduledJob + Health Check + en_US + false + healthDetailsInvalidScheduledJob + The record {0} in the Schedulable__c object is not valid. + + + healthDetailsMailingListReportMissing + Health Check + en_US + false + healthDetailsMailingListReportMissing + The NPSP Campaign Household Mailing List Report is missing. This report is run when you click the Household Mailing List button from a Campaign record. + + + healthDetailsMissingOppPayments + Health Check + en_US + false + healthDetailsMissingOppPayments + {0} Opportunities that should have Payments are missing those Payments. + + + healthDetailsMissingRequiredPicklistValue + Health Check + en_US + true + The picklist value is not supported + The required picklist value "{0}" is missing. + + + healthDetailsNothingScheduled + Health Check + en_US + false + healthDetailsNothingScheduled + The NPSP default jobs are not scheduled. Scheduled jobs update summary fields on records every night. + + + healthDetailsOCR + Health Check + en_US + true + healthDetailsOCR + {0} and {1} cannot use the same Role value. + + + healthDetailsOCRDupPrimary + Health Check + en_US + false + healthDetailsOCRDupPrimary + Health Check found {0} Opportunities that had more than one Opportunity Contact Role marked as Primary. + + + healthDetailsOCRDupPrimaryValid + Health Check + en_US + false + healthDetailsOCRDupPrimaryValid + No Opportunities were found with multiple Primary Opportunity Contact Roles. + + + healthDetailsOCRSettingsResolution + Health Check + en_US + true + healthDetailsOCRSettingsResolution + On the NPSP Settings tab, click Donations | Contact Roles, and edit the values of the above settings. + + + healthDetailsOCRSettingsValid + Health Check + en_US + true + healthDetailsOCRSettingsValid + NPSP Opportunity Contact Roles settings are valid. + + + healthDetailsPaymentMappingBadDataTypes + Health Check + en_US + false + healthDetailsPaymentMappingBadDataTypes + Payment field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRDFieldsBadDatatypes + Health Check + en_US + false + healthDetailsRDFieldsBadDatatypes + Recurring Donation field {0} and Opportunity field {1} are not of compatible data types. + + + healthDetailsRelReciprocalInvalid + Health Check + en_US + false + healthDetailsRelReciprocalInvalid + Reciprocal Relationship {0} should have a value in at least one of the fields for Male, Female, or Neutral. + + + healthDetailsSaveAcctFailed + Health Check + en_US + false + healthDetailsSaveAcctFailed + Unable to create a new Account. + + + healthDetailsSaveOppsFailed + Health Check + en_US + false + healthDetailsSaveOppsFailed + Unable to create new Opportunities. + + + healthDetailsScheduleJobs + Health Check + en_US + false + healthDetailsScheduleJobs + One or more of the Opportunity Rollup, Recurring Donation, and Seasonal Address jobs are missing from the Schedulable__c object. + + + healthDetailsTriggerHandlerDuplicate + Health Check + en_US + false + healthDetailsTriggerHandlerDuplicate + Health Check found more than one Trigger Handler {0} on object {1} with the same field values. Duplicate Trigger Handlers will affect NPSP behavior. + + + healthDetailsTriggerHandlerMismatch + Health Check + en_US + false + healthDetailsTriggerHandlerMismatch + Trigger Handler {0} on object {1} does not match the default NPSP configuration. + + + healthDetailsTriggerHandlerMissing + Health Check + en_US + false + healthDetailsTriggerHandlerMissing + Trigger Handler {0} on object {1} is missing and will affect NPSP behavior. + + + healthDetailsUDFBadDatatypes + Health Check + en_US + false + healthDetailsUDFBadDatatypes + Opportunity field {0} and {1} field {2} are not of compatible data types. + + + healthDetailsValidRDCustomPeriod + Health Check + en_US + true + healthDetailsValidRDCustomPeriod + Recurring Donation Custom Installment Periods are valid. + + + healthLabelAccountData + Health Check + en_US + false + healthLabelAccountData + Account Data + + + healthLabelAccountDefaultRT + Health Check + en_US + true + healthLabelAccountDefaultRT + Account Model Record Type + + + healthLabelAccountModelData + Health Check + en_US + false + healthLabelAccountModelData + Account Model Data + + + healthLabelAccountRTIssueValid + Health Check + en_US + false + healthLabelAccountRTIssueValid + Account system fields for any Household Accounts and One-to-One Accounts are set correctly. + + + healthLabelAllTestsPassed + Health Check + en_US + false + healthLabelAllTestsPassed + All Health Check tests have successfully passed. + + + healthLabelAutoRelValid + Health Check + en_US + false + healthLabelAutoRelValid + Automatic Relationships are valid. + + + healthLabelContactData + Health Check + en_US + false + healthLabelContactData + Contact Data + + + healthLabelDataBatchNotRun + Health Check + en_US + true + Error message when Data Health Check does not run + Record data health checks were not run. + + + healthLabelDisableRecordBatch + Health Check + en_US + true + Custom Setting label to disable Sobject batch + Disable Record Data Health Checks + + + healthLabelDisableRecordBatchDescription + Health Check + en_US + true + Description for Disable Health Check Record Batch Setting + If selected, Health Check only checks your NPSP configuration settings for problems. Select this option if your organization has a large volume of records and Health Check is having problems completing. + + + healthLabelErrorRecipientValid + Health Check + en_US + false + healthLabelErrorRecipientValid + The Error Notification recipient is valid. + + + healthLabelFailed + Health Check + en_US + false + healthLabelFailed + Failed + + + healthLabelFiscalYearsValid + Health Check + en_US + false + healthLabelFiscalYearsValid + Your organization is not using Custom Fiscal Years. + + + healthLabelHHAccData + Health Check + en_US + false + healthLabelHHAccData + Household Account Data + + + healthLabelHHData + Health Check + en_US + false + healthLabelHHData + Household Data + + + healthLabelHHObjData + Health Check + en_US + false + healthLabelHHObjData + Household Object Data + + + healthLabelIntro + Health Check + en_US + false + healthLabelIntro + Health Check verifies that all of your NPSP Settings are valid and looks for problems in your record data. When complete, you can view the results below, including detailed information for any failures. + + + healthLabelLastRun + Health Check + en_US + false + healthLabelLastRun + Last run: {0} + + + healthLabelNoMissingOppPayments + Health Check + en_US + false + healthLabelNoMissingOppPayments + All Opportunities with Payments have expected Payments. + + + healthLabelNone + Health Check + en_US + false + healthLabelNone + (none) + + + healthLabelOCRCheck + Health Check + en_US + false + healthLabelOCRCheck + Opportunity Contact Roles + + + healthLabelOCRSettings + Health Check + en_US + true + healthLabelOCRSettings + Opportunity Contact Roles Settings + + + healthLabelOppPayments + Health Check + en_US + false + healthLabelOppPayments + Opportunity Payments + + + healthLabelPassed + Health Check + en_US + false + healthLabelPassed + Passed + + + healthLabelPaymentMappingsValid + Health Check + en_US + false + healthLabelPaymentMappingsValid + Payment Mappings are valid. + + + healthLabelRDOppsValid + Health Check + en_US + false + healthLabelRDOppsValid + New Opportunities can be saved. + + + healthLabelRDValid + Health Check + en_US + false + healthLabelRDValid + Recurring Donation Field Mappings are valid. + + + healthLabelRelReciprocalValid + Health Check + en_US + false + healthLabelRelReciprocalValid + Reciprocal Relationships are valid. + + + healthLabelScheduler + Health Check + en_US + false + healthLabelScheduler + NPSP Default Scheduler + + + healthLabelSchedulerValid + Health Check + en_US + false + healthLabelSchedulerValid + NPSP Recurring Jobs are scheduled. + + + healthLabelShowPassedTests + Health Check + en_US + false + healthLabelShowPassedTests + Show Passed Tests + + + healthLabelTime + Health Check + en_US + false + healthLabelTime + Detection time in seconds: {0} + + + healthLabelTriggerHandlerCheck + Health Check + en_US + false + healthLabelTriggerHandlerCheck + Trigger Configuration + + + healthLabelTriggerHandlersValid + Health Check + en_US + false + healthLabelTriggerHandlersValid + Triggers are configured for NPSP default triggers. + + + healthLabelUDFValid + Health Check + en_US + false + healthLabelUDFValid + User Defined Rollups are valid. + + + healthLabelVerifyLevels + Health Check + en_US + false + Health Check title for Levels + Levels + + + healthLabelVerifyLevelsSuccess + Health Check + en_US + false + Health Check message when all Levels verify ok + All field references on all Levels are valid. + + + healthLabelWarning + Health Check + en_US + false + healthLabelWarning + Warning + + + healthPaymentAutoCloseStageInvalid + Health Check + en_US + true + healthPaymentAutoCloseStageInvalid + Select an active Closed/Won stage in the Opportunity stage to be transitioned to when all Payments are Paid setting. + + + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Health Check + en_US + true + healthPaymentAutoCloseStageMustBeActiveClosedWonOrBlank + Select an active Closed/Won stage in the Opportunity Stage for When Fully Paid setting. You can also leave the value blank, which prevents NPSP from automatically updating the Opportunity stage when all Payments are received. + + + healthPaymentAutoCloseStageValid + Health Check + en_US + true + healthPaymentAutoCloseStageValid + The selected value in the Opportunity Stage for When Fully Paid setting is valid. This value is either an active Closed/Won stage, or blank. + + + healthSolutionAccOne2OneNoContacts + Health Check + en_US + false + healthSolutionAccOne2OneNoContacts + Consider deleting these unused One-to-One Accounts to save storage space. + + + healthSolutionAccountDefaultRTInvalid + Health Check + en_US + true + healthSolutionAccountDefaultRTInvalid + Go to <b>People | Account Model</b> and select a valid record type. + + + healthSolutionAccountDefaultRTIssue + Health Check + en_US + true + healthSolutionAccountDefaultRTIssue + The record type selected for the Account Model should not be used as the default Account record type for any Profile. Doing so can cause various data issues. + + + healthSolutionAccountModel + Health Check + en_US + false + healthSolutionAccountModel + All of your Accounts should use the same Account Model. View all of your Accounts and their types by running the <b>Individual Accounts by Account Type</b> report in the NPSP Health Check reports folder. + + + healthSolutionAccountRTIssue + Health Check + en_US + false + healthSolutionAccountRTIssue + For Household Accounts, make sure npe01__SYSTEM_AccountType__c is 'Household Account'. For One-to-One Accounts, make sure npe01__SYSTEM_AccountType__c is 'One-to-One Individual'. Also make sure for both, npe01__SYSTEMISINDIVIDUAL__c is true. + + + healthSolutionAutoRelFieldsMissing + Health Check + en_US + false + healthSolutionAutoRelFieldsMissing + Click {0} | {1} on the NPSP Settings tab, and delete the invalid Relationships Autocreation record. + + + healthSolutionAutoRelInvalidCMField + Health Check + en_US + false + healthSolutionAutoRelInvalidCMField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidContactField + en_US + false + healthSolutionAutoRelInvalidContactField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionAutoRelInvalidLookupField + Health Check + en_US + false + healthSolutionAutoRelInvalidLookupField + Click {0} | {1} on the NPSP Settings tab and delete the Relationships Autocreation record that references this field. + + + healthSolutionBadRDField + Health Check + en_US + false + healthSolutionBadRDField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionContactData + Health Check + en_US + false + healthSolutionContactData + View these Contacts by running the <b>Contacts without Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionEditSetting + Health Check + en_US + false + healthSolutionEditSetting + On the NPSP Settings tab, click {1} | {2}, and edit the {0} setting. + + + healthSolutionHHAccNoContacts + Health Check + en_US + false + healthSolutionHHAccNoContacts + Consider deleting these unused Household Account records to save space. View these Household Account records by running the <b>Empty Household Accounts</b> report in the NPSP Health Check reports folder. + + + healthSolutionHHObjNoContacts + Health Check + en_US + false + healthSolutionHHObjNoContacts + Consider deleting these unused Household objects to save space. If you have completed a conversion to the Household Account model and no longer need the data on the Household object records they can be deleted. View these Household objects by running the <b>Empty Household Objects</b> report in the NPSP Health Check reports folder. + + + healthSolutionInvalidFiscalYears + Health Check + en_US + false + healthSolutionInvalidFiscalYears + Since Salesforce does not support turning off Custom Fiscal Years, NPSP Rollups will default to Calendar Year. + + + healthSolutionInvalidLevelField + Health Check + en_US + false + Health Check Solution for an invalid Level field + Go to the Levels Tab, and update the invalid field reference on Level {0}. + + + healthSolutionInvalidOppField + Health Check + en_US + false + healthSolutionInvalidOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidOppStage + Health Check + en_US + false + healthSolutionInvalidOppStage + Add this Opportunity Stage value in Salesforce Setup. + + + healthSolutionInvalidPaymentField + Health Check + en_US + false + healthSolutionInvalidPaymentField + On the NPSP Settings tab click {0} | {1}, and delete the Payment Mapping record that references this field. + + + healthSolutionInvalidRDCustomPeriod + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriod + Add this Recurring Donation Installment Period picklist value in Salesforce Setup. + + + healthSolutionInvalidRDCustomPeriodPicklist + Health Check + en_US + true + healthSolutionInvalidRDCustomPeriodPicklist + On the NPSP Settings tab, click {0} | {1}, and add the missing Recurring Donation Custom Installment Period, or delete the picklist value from the Installment Period field. + + + healthSolutionInvalidScheduledJob + Health Check + en_US + false + healthSolutionInvalidScheduledJob + You must update the record to have a valid Class the implements the UTIL_MasterSchedulableHelper.UTIL_IRecurring interface. + + + healthSolutionInvalidUDFObjectField + Health Check + en_US + false + healthSolutionInvalidUDFObjectField + On the NPSP Settings tab, click {0} | {1} and delete the User Rollup record that references this field. + + + healthSolutionMailingListReportMissing + Health Check + en_US + false + healthSolutionMailingListReportMissing + Create a Campaigns with Contacts report, and add a filter for Member Status does not contain "Duplicate". Then specify this report on the {0} | {1} tab in NPSP Settings. + + + healthSolutionMissingOppPayments + Health Check + en_US + false + healthSolutionMissingOppPayments + View these Opportunities by running the <b>Opportunities without Payments</b> report in the NPSP Health Check reports folder. Note that you should add filter criteria on the report to exclude any Opportunity types and Opportunity record types you've excluded in NPSP Payments Settings. You can create the missing Payment records using the Create Missing Payments button on NPSP Settings | Bulk Data Processes | Create Missing Payments. + + + healthSolutionMissingPicklistValue + Health Check + en_US + true + A Required picklist value is missing for this specific field + Add the required picklist value "{0}" on the "{1}" field. + + + healthSolutionNothingScheduled + Health Check + en_US + false + healthSolutionNothingScheduled + To reschedule the default NPSP jobs, go to NPSP Settings | Bulk Data Processes | Process Scheduler. Click Edit. Make sure Don't Enable Auto Schedule Default NPSP Job is not selected. Click Save. + + + healthSolutionOCRDupPrimary + Health Check + en_US + false + healthSolutionOCRDupPrimary + If you have more than one Opportunity Contact Role marked Primary, it can cause NPSP to incorrectly calculate Opportunity Rollups, such as Total Gifts. To see which Opportunities have more than one Opportunity Contact Role marked Primary, run the <b>Opportunities with Primary Contact Roles</b> report in the NPSP Health Checks report folder. + + + healthSolutionOCRException + Health Check + en_US + false + healthSolutionOCRException + If you have more than 50,000 Opportunities and Opportunity Contact Roles, you can safely ignore any errors dealing with SOQL limits. + + + healthSolutionPaymentMappingBadDataTypes + en_US + false + healthSolutionPaymentMappingBadDataTypes + On the NPSP Settings tab, click {0} | {1}, and delete the Payment Mapping record that references these fields. + + + healthSolutionRDBadOppField + Health Check + en_US + false + healthSolutionRDBadOppField + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references this field. + + + healthSolutionRDFieldsBadDatatypes + Health Check + en_US + false + healthSolutionRDFieldsBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the Recurring Donation Field Mapping record that references these fields. + + + healthSolutionRelReciprocalInvalid + Health Check + en_US + false + healthSolutionRelReciprocalInvalid + On the NPSP Settings tab, click {0} | {1}, and delete the Reciprocal Relationship record. Then create a new one with the required information. + + + healthSolutionSaveOppsFailed + Health Check + en_US + false + healthSolutionSaveOppsFailed + Make sure you have no Validation Rules, Required Fields, or Workflow Rules that would prevent an Opportunity or Account from being saved. + + + healthSolutionScheduleJobs + Health Check + en_US + false + healthSolutionScheduleJobs + All NPSP scheduled classes should have records in Schedulable__c in order for these features to work correctly. + + + healthSolutionTriggerHandlerMismatch + Health Check + en_US + false + healthSolutionTriggerHandlerMismatch + Changes to triggers can affect core NPSP functionality in unexpected ways, and should be thoroughly tested before deployment to production. If these changes were unintentional, you should reset your Trigger Handlers to match the default NPSP configuration. + + + healthSolutionUDFBadDatatypes + Health Check + en_US + false + healthSolutionUDFBadDatatypes + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references these two fields. + + + healthSolutionUDFOppField + Health Check + en_US + false + healthSolutionUDFOppField + On the NPSP Settings tab, click {0} | {1}, and delete the User Rollup record that references this field. + + + healthSolutionUnsupportedPicklistValue + Health Check + en_US + true + The picklist value is not supported in this specific field + Deactivate or delete the picklist value "{0}" on the "{1}" field. + + + hhCmpDedupeBatchMessage + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchMessage + Due to the large number of Campaign Members on this Campaign, NPSP is using a batch process to identify Household Members, which may take several minutes to complete. When it's done, you can view the Household Mailing report by clicking on the Household Mailing Report link. + + + hhCmpDedupeBatchProgressTitle + Household Campaign Dedupe + en_US + false + hhCmpDedupeBatchProgressTitle + Campaign Household Deduplication + + + hhCmpDedupeLabelOpenReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeLabelOpenReport + Open Report + + + hhCmpDedupeNoReport + Household Campaign Dedupe + en_US + false + hhCmpDedupeNoReport + Could not find the report. Create a report and save it with the Report Unique Name of 'NPSP_Campaign_Household_Mailing_List_V2'. Use the Campaigns with Contacts report type and add filters for CampaignId equals blank and Member Status does not contain 'Duplicate'. + + + hhCmpDedupeStatus + Household Campaign Dedupe + en_US + false + hhCmpDedupeStatus + - Household Duplicate + + + hhCmpDedupLabelReturnToCmp + Household Campaign Dedupe + en_US + false + hhCmpDedupLabelReturnToCmp + Return to Campaign + + + HiddenForSecurity + settings + en_US + false + HiddenForSecurity + Hidden for security + + + InactiveScheduledJobsOwnerErrMsg + User + en_US + true + InactiveScheduledJobsOwnerErrMsg + There are Scheduled Jobs owned by an inactive User. Review your Scheduled Jobs and ensure the owner of each one is an active User. + + + installmentPeriod + RDAction + en_US + true + Label for installment frequency for Recurring Donations Action + Installment Period + + + isARequiredField + en_US + false + isARequiredField + is a required field. + + + labelBooleanFalse + Settings + en_US + true + Translatable label for False + False + + + labelBooleanTrue + Settings + en_US + true + Translatable label for True + True + + + labelListViewFirst + SoqlListView + en_US + false + label for First link in list view + First + + + labelListViewLast + SoqlListView + en_US + false + label for Last link in list view + Last + + + labelListViewNext + SoqlListView + en_US + false + label for Next link in list view + Next + + + labelListViewPageInfo + SoqlListView + en_US + false + label for page info in list view + &nbsp;&nbsp;&nbsp;Page {0} of {1} &nbsp;&nbsp;({2} records) + + + labelListViewPrevious + SoqlListView + en_US + false + label for Previous link in list view + Previous + + + labelMessageLoading + SoqlListView, Settings + en_US + false + label for the loading... message used in some pages + Loading... + + + labelShowMore + SoqlListView + en_US + false + label for Show More on list views + Show more + + + lblAddressOverride + Manage Household UI + en_US + false + lblAddressOverride + (address override) + + + lblBtnAddAllHHMembers + Manage Household UI + en_US + false + lblBtnAddAllHHMembers + Add All Members + + + lblBtnAddContact + Manage Household UI + en_US + false + lblBtnAddContact + Add {0} + + + lblCCardExcludeFrom + Manage Household UI + en_US + false + lblCCardExcludeFrom + Exclude from: + + + lblCity + Manage Household UI + en_US + false + lblCity + City + + + lblCloned + en_US + false + lblCloned + Cloned + + + lblCountry + Manage Household UI + en_US + false + lblCountry + Country + + + lblCurrency + Recurring-Donations, Entry-Form + en_US + true + Override CurrencyIsoCode label + Currency + + + lblDeleteContact + Manage Household UI + en_US + false + caption of Remove Contact popup + Remove Contact + + + lblDeleteContactPrompt + Manage Household UI + en_US + false + prompt for the Remove Contact Popup + Do you want to remove this Contact from this Household on Save? + + + lblDeprecated + en_US + true + Notify user component has been deprecated. + This component has been deprecated. + + + lblEmpty + Contact Merge + en_US + true + Label to display Empty. + empty + + + lblExtendedStatus + UTIL_JobProgressLightning + en_US + true + lblExtendedStatus + Extended Status + + + lblFindInContacts + Manage Household UI + en_US + false + autocomplete's label for "smith in Contacts" + in Contacts + + + lblFindOrAddContact + Manage Household UI + en_US + false + string displayed in the autocomplete control when empty + Find a Contact or add a new Contact to the Household. + + + lblFirstName + Manage Household UI + en_US + false + lblFirstName + First Name + + + lblFormalGreeting + Manage Household UI + en_US + false + lblFormalGreeting + Formal Greeting + + + lblHousehold + Manage Household UI + en_US + false + lblHousehold + Household + + + lblHouseholdName + Manage Household UI + en_US + false + lblHouseholdName + Household Name + + + lblInformalGreeting + Manage Household UI + en_US + false + lblInformalGreeting + Informal Greeting + + + lblLastName + Manage Household UI + en_US + false + lblLastName + Last Name + + + lblMergeHHPrompt + Manage Household UI + en_US + false + lblMergeHHPrompt + {0} is in a Household with other members. Do you want to just add {0}, or add all members from the Household? + + + lblMergeHHTitle + Manage Household UI + en_US + false + lblMergeHHTitle + Merge Households + + + lblNoHHMergePermissions + Manage Household UI + en_US + false + error displayed when required perms missing to add a contact and its household + You must have Edit and Delete permissions on Households (Accounts) in order to add an existing Contact to the Household. + + + lblNPSPSettings + Payment Wizard + en_US + false + lblNPSPSettings + NPSP Settings + + + lblPostalCode + Manage Household UI + en_US + false + lblPostalCode + Postal Code + + + lblProgress + UTIL_JobProgressLightning + en_US + true + lblProgress + Progress + + + lblRequired + Engagement Plan, UTIL_FormField + en_US + true + lblRequired + Required + + + lblSalutation + Manage Household UI + en_US + false + lblSalutation + Salutation + + + lblState + Manage Household UI + en_US + false + lblState + State + + + lblStatus + UTIL_JobProgressLightning + en_US + true + lblStatus + Status + + + lblStreet + Manage Household UI + en_US + false + lblStreet + Street + + + lblToday + UTIL_InputField + en_US + true + lblToday + Today + + + lblYouAreHere + UTIL_PageHeader + en_US + true + lblYouAreHere + You are here: + + + leadConvertAccountName + Lead Converter + en_US + false + leadConvertAccountName + Account + + + leadConvertAffilationName + Lead Converter + en_US + false + leadConvertAffilationName + Affiliated Account + + + leadConvertAffiliatedAccount + Lead Convert + en_US + false + leadConvertAffiliatedAccount + Affiliated Account + + + leadConvertAffiliateExistingAccount + Lead Convert + en_US + false + leadConvertAffiliateExistingAccount + Affiliate with Existing Account: + + + leadConvertAffiliateNewAccount + Lead Convert + en_US + false + leadConvertAffiliateNewAccount + Affiliate with New Account: + + + leadConvertAttachBucketAccount + Lead Converter + en_US + false + leadConvertAttachBucketAccount + Attach to Individual Bucket Account + + + leadConvertAttachExistingAccount + Lead Converter + en_US + false + leadConvertAttachExistingAccount + Attach with Existing Account: + + + leadConvertAutocreateHHAccount + Lead Converter + en_US + false + leadConvertAutocreateHHAccount + Create Household Account + + + leadConvertAutocreateOne2OneAccount + Lead Converter + en_US + false + leadConvertAutocreateOne2OneAccount + Create One-to-One Account + + + leadConvertBtnCancel + Lead Converter + en_US + false + leadConvertBtnCancel + Cancel + + + leadConvertBtnConvert + Lead Converter + en_US + false + leadConvertBtnConvert + Convert + + + leadConvertContactAccount + Lead Convert + en_US + false + leadConvertContactAccount + Contact Account + + + leadConvertContactSelection + Lead Converter + en_US + true + leadConvertContactSelection + You must select an option for Contact. + + + leadConvertCreateAccount + Lead Converter + en_US + false + leadConvertCreateAccount + Create New Account: + + + leadConvertCreateNewContact + Lead Converter + en_US + false + leadConvertCreateNewContact + Create New: + + + leadConvertMergeExistingContact + Lead Converter + en_US + false + leadConvertMergeExistingContact + Merge with Existing: + + + leadConvertNewOpp + Lead Converter + en_US + false + leadConvertNewOpp + Do not create a new {0} upon conversion. + + + leadConvertOwner + Lead Converter + en_US + false + leadConvertOwner + Record Owner + + + leadConvertPageTitle + Lead Converter + en_US + false + leadConvertPageTitle + Convert Lead: + + + leadConvertRecordTypeWarning + Lead Converter + en_US + true + leadConvertRecordTypeWarning + The default Account Record Type for your Profile is the same Record Type set as the Account Model in NPSP Settings, which could cause various data issues. We recommend changing the Account Record Type default to a different value for all profile(s). + + + leadConvertSectionTitle + Lead Converter + en_US + false + leadConvertSectionTitle + Convert Lead + + + leadConvertSendEmail + Lead Converter + en_US + false + leadConvertSendEmail + Send Email to the Owner + + + leadConvertStatus + Lead Converter + en_US + false + leadConvertStatus + Converted Status + + + leadConvertViewContactError + Lead Converter + en_US + false + leadConvertViewContactError + You can only view existing Contacts. + + + lvlBtnSaveAndNew + UTIL_PageHeader + en_US + true + Save & New button on the Level Edit page + Save & New + + + lvlErrorDuplicateLookups + Levels + en_US + true + Error when the Level has the same lookup field specified for level and previous + You must specify different values for Level Field and Previous Level Field. + + + lvlErrorDuplicateName + Levels + en_US + false + error when a name of a level is duplicated + Level name {0} already exists. Names for the same Target and Level Field must be unique. + + + lvlErrorInvalidLookupField + Levels + en_US + false + error when Level Assignment fails to save its current or previous level + Field {0} specified in Level {1} is not a valid lookup to a Level object. + + + lvlErrorInvalidSourceField + Levels + en_US + false + error if level's source field isn't valid + Field {0} specified in Level {1} is not a valid number field. + + + lvlErrorMinGTMax + Levels + en_US + true + error if the Level Minimum is > than Level Maximum + The Minimum Amount must be less than the Maximum Amount on level {0}. + + + lvlErrorMinOverlap + Levels + en_US + true + error when we detect the minimum amount overlaps another level + The Minimum Amount to Maximum Amount range on Level {0} overlaps with the Minimum Amount to Maximum Amount range on Level {1} + + + lvlErrorNoMinMax + Levels + en_US + true + error if both min and max are empty on a level + The {0} level must have either a Minimum Amount or a Maximum Amount. + + + mtchBtnSearch + Find Matched Gifts + en_US + false + mtchBtnSearch + Search + + + mtchCloseDateEnd + Find Matched Gifts + en_US + false + mtchCloseDateEnd + Close Date End + + + mtchCloseDateStart + Find Matched Gifts + en_US + false + mtchCloseDateStart + Close Date Start + + + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + en_US + false + mtchFindMatchedGiftsSectionHeader + Find Matched Gifts + + + mtchFindMoreGifts + Find Matched Gifts + en_US + false + mtchFindMoreGifts + Find More Gifts + + + mtchFindMoreGiftsInfo + Find Matched Gifts + en_US + false + mtchFindMoreGiftsInfo + Enter your search criteria and click Search. + + + mtchItems + Find Matching Gifts, Manage Soft Credits + en_US + false + mtchItems + {0} items + + + mtchSearchCriteriaEmpty + Find Matching Gifts + en_US + false + mtchSearchCriteriaEmpty + Please enter a value for at least one of the search criteria fields. + + + mtchSelectCbxTitle + Find Matched Gifts + en_US + false + mtchSelectCbxTitle + Select + + + mtchTotalMatchingGift + Find Matched Gifts + en_US + false + mtchTotalMatchingGift + Total Matching Gift + + + mtchTotalSelected + Find Matched Gifts + en_US + false + mtchTotalSelected + Total Selected + + + mtchTotalUnaccounted + Find Matched Gifts + en_US + false + mtchTotalUnaccounted + Total Unaccounted + + + NameRequired + Engagement Plans, Errors + en_US + false + NameRequired + Subject is a required field. + + + OCRRemovePrimaryDuplicateBatchErrorText + Opportunity + en_US + true + OCR Remove Primary Duplicate Batch Error Text + Unable to remove the duplicate primary OCRs from the Opportunity {0}. Review the Contact Roles on the Opportunity record, choose which is the correct one, and delete the others. + + + opensInNewLink + Accessibility + en_US + true + Aria Label for the links which open in a new window + (opens in a new window) + + + oppInstallmentsOf + OppNaming + en_US + false + oppInstallmentsOf + of + + + oppNamingBoth + OppNaming + en_US + false + oppNamingBoth + Both + + + oppNamingIndividual + OppNaming + en_US + false + oppNamingIndividual + Contact Donations + + + oppNamingOrganizational + OppNaming + en_US + false + oppNamingOrganizational + Organization Donations + + + OrganizationalOpportunities + Error + en_US + true + OrganizationalOpportunities + Organizational Opportunities + + + PageMessagesConfirm + PageMessages + en_US + true + Confirm + Success + + + PageMessagesError + PageMessages + en_US + true + Error + Error + + + PageMessagesFatal + PageMessages + en_US + true + Fatal + Error + + + PageMessagesInfo + PageMessages + en_US + true + Info + Info + + + PageMessagesProcessing + PageMessages + en_US + true + Processing + Processing + + + PageMessagesWarning + PageMessages + en_US + true + Warning + Warning + + + pmtElevatePermissionRequired + Payment, Error + en_US + true + Error when user does not have permission to change Elevate Payment. + Manage this payment in Elevate. + + + pmtModifyCurrency + Payment, Error + en_US + true + pmtModifyCurrency + You can't modify Payment currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related Payment records. + + + pmtNoRefundPermissionMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Refund + You don't have permissions to refund Payments. Contact your Salesforce admin for help. + + + pmtOriginalPaymentNotCompleted + Payment, Error + en_US + true + Refund error message when Elevate hasn't processed the payment yet. + Payment can't be refunded because Elevate hasn't processed the payment yet. + + + pmtOriginalPaymentNotFound + Payment, Error + en_US + true + Error message when the original payment is missing. + You can't edit a refund without an Original Payment. + + + pmtOriginalPaymentNotPaid + Payment, Error + en_US + true + Refund error message when the payment hasnt't processed + This payment's still processing and can't be refunded yet. + + + pmtPaidPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtPaidPaymentDateRequired + A paid Payment must have a Payment Date. + + + pmtPaymentNotFound + Payment + en_US + true + Error message for missing Elevate payment record + The corresponding Elevate payment record couldn't be found. Contact your Salesforce admin for help. + + + pmtPaymentNotRefundable + Payment + en_US + true + Refund error when the payment has already been refund, or is a refund itself + This payment has already been refunded, or is a refund itself. + + + pmtRefundAllocationHelpText + Payment, Refund + en_US + true + Refund Amount Allocation help text + Fixed GAU Allocations are changed to percentages to adjust for this refund. + + + pmtRefundAmount + Payment + en_US + true + Refund Amount + Refund Amount + + + pmtRefundAmountInvalid + Payment + en_US + true + Refund error when the refund amount is invalid + Enter a refund that's less than or equal to the remaining balance. + + + pmtRefundAmountTooHigh + Payment + en_US + true + Error message when refund amount is too high + Refund can't be more than {{AMOUNT}}. + + + pmtRefundAmountTooLow + Payment + en_US + true + Error message when refund amount is too low + Enter a refund that's more than 0. + + + pmtRefundPaymentConfirmedButton + Payment, Refund + en_US + true + Refund Payment Button + Refund Payment + + + pmtRefundPaymentDate + Payment + en_US + true + Payment Date + Payment Date + + + pmtRefundPaymentErrorMessage + Payment + en_US + true + Error message title for refund + There was an error processing the refund. + + + pmtRefundPaymentSuccessMessage + Payment + en_US + true + Success message for refund + Refund was successful. + + + pmtRefundPaymentTitle + Payment, Refund + en_US + true + Refund Payment Title + Refund Payment? + + + pmtRefundProcessing + Payment + en_US + true + Refund submitted for processing. + Refund submitted for processing. Check for the refunded Payment on the Opportunity record. + + + pmtRemainingBalance + Payment, Refund + en_US + true + Remaining Balance + Remaining Balance + + + pmtUnpaidPaymentScheduledDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtUnpaidPaymentScheduledDateRequired + An unpaid Payment must have a Scheduled Date. + + + pmtWizardBtnCalcPayments + Payment Wizard + en_US + false + pmtWizardBtnCalcPayments + Calculate Payments + + + pmtWizardBtnCreatePayments + Payment Wizard + en_US + false + pmtWizardBtnCreatePayments + Create Payments + + + pmtWizardBtnRemovePaidPayments + Payment Wizard + en_US + false + pmtWizardBtnRemovePaidPayments + Remove Paid and Written Off Payments + + + pmtWizardClosedLost + Payment Wizard + en_US + false + pmtWizardClosedLost + NOTE: This Opportunity is marked Closed/Lost. To create Payments, first edit the Opportunity record and change the stage to an open or Closed/Won stage. + + + pmtWizardCreateSchedule + Payment Wizard + en_US + false + pmtWizardCreateSchedule + Create a Payment Schedule + + + pmtWizardFirstPaymentDate + Payment Wizard + en_US + false + pmtWizardFirstPaymentDate + Date of First Payment + + + pmtWizardInterval + Payment Wizard + en_US + false + pmtWizardInterval + Interval + + + pmtWizardIntervalNumber + Payment Wizard + en_US + true + pmtWizardIntervalNumber + Number + + + pmtWizardIntervalPeriod + Payment Wizard + en_US + true + pmtWizardIntervalPeriod + Period + + + pmtWizardInvalidRecords + Payment Wizard + en_US + true + pmtWizardInvalidRecords + NOTE: This Opportunity has payment record(s) that are both Paid and Written Off. You must deselect one or both checkboxes. + + + pmtWizardMonth + Payment Wizard + en_US + true + pmtWizardMonth + Month + + + pmtWizardMsgNoOppFound + Payment Wizard + en_US + false + pmtWizardMsgNoOppFound + No opportunity found. + + + pmtWizardNoUnpaidAmount + Payment Wizard + en_US + false + pmtWizardNoUnpaidAmount + All Payments for this Opportunity are either paid or written off. To create a new Payment schedule, click Delete Paid and Written Off Payments. + + + pmtWizardNoWriteoffAmount + Payment Wizard + en_US + false + pmtWizardNoWriteoffAmount + All Payments for this Opportunity are either paid or written off. If you need to make changes to the Payment records, edit them directly. + + + pmtWizardNumberOfPayments + Payment Wizard + en_US + false + pmtWizardNumberOfPayments + # of Payments + + + pmtWizardPaymentNumber + Payment Wizard + en_US + false + pmtWizardPaymentNumber + Payment Number + + + pmtWizardPaymentsDisabled + Payment Wizard + en_US + false + pmtWizardPaymentsDisabled + You do not have NPSP Payments Enabled. To use the Payment Scheduling Wizard, please enable Payments on the NPSP Settings page under Donations | Payments. + + + pmtWizardPaymentsDisabledTitle + Payment Wizard + en_US + false + pmtWizardPaymentsDisabledTitle + NPSP Payments Not Enabled + + + pmtWizardPaymentsNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to manage payments + You do not have permissions to manage Payments. + + + pmtWizardScheduleInvalidRecords + Payment Wizard + en_US + true + pmtWizardScheduleInvalidRecords + One or more existing Payment records are both paid and written off. To create a new Payment schedule, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardScheduleNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can schedule Payments. + + + pmtWizardSectionTitle + Payment Wizard + en_US + false + pmtWizardSectionTitle + Current Opportunity Info + + + pmtWizardSectionWriteoff + Payment Wizard + en_US + false + pmtWizardSectionWriteoff + Write Off Remaining Balance + + + pmtWizardSectionWriteoffPayments + Payment Wizard + en_US + false + pmtWizardSectionWriteoffPayments + Write Off Payments + + + pmtWizardSubtitle + Payment Wizard + en_US + false + pmtWizardSubtitle + Create one or more Payments for this Opportunity + + + pmtWizardToBeCreated + Payment Wizard + en_US + false + pmtWizardToBeCreated + Payments to be Created + + + pmtWizardWarning + Payment Wizard + en_US + false + pmtWizardWarning + Warning + + + pmtWizardWeek + Payment Wizard + en_US + true + pmtWizardWeek + Week + + + pmtWizardWriteoffDate + Payment Wizard + en_US + false + pmtWizardWriteoffDate + Which date would you like to use? + + + pmtWizardWriteOffInvalidRecords + Payment Wizard + en_US + true + pmtWizardWriteOffInvalidRecords + One or more existing Payment records are both paid and written off. To write off Payments, you must first deselect one or both checkboxes for these Payments. + + + pmtWizardWriteoffMessage + Payment Wizard + en_US + false + pmtWizardWriteoffMessage + You are preparing to write off {0} Payment(s) totaling {1} + + + pmtWizardWriteoffNoAccessMessage + Payment Wizard + en_US + true + Message displayed when the user has no permission to apply the Write Off + You do not have permissions to Write Off Payments. + + + pmtWizardWriteOffNoAmount + Payment Wizard + en_US + true + pmtWizardNoAmount + NOTE: This Opportunity has no Amount. You must enter an Amount before you can write off Payments. + + + pmtWizardYear + Payment Wizard + en_US + true + pmtWizardYear + Year + + + pmtWriteOffPaidPayment + Payment, Error + en_US + true + pmtWriteOffPaidPayment + A Payment can't be both paid and written off. You must deselect one or both checkboxes. + + + pmtWrittenOffPaymentDateRequired + Payment, Accounting Data Consistency + en_US + true + pmtWrittenOffPaymentDateRequired + A written off Payment must have a Payment Date. + + + potentialDuplicatesFoundMultiple + Potential Duplicates + en_US + false + Number of potential duplicates found + We found {0} potential duplicates of this Contact. + + + potentialDuplicatesFoundNone + Potential Duplicates + en_US + false + No duplicates found + We found no potential duplicates of this Contact. + + + potentialDuplicatesFoundOne + Potential Duplicates + en_US + false + One potential duplicate found + We found 1 potential duplicate of this Contact. + + + ProgressMarkerAssistiveTextProgress + AlternativeText + en_US + true + ProgressMarkerAssistiveTextProgress + Progress: + + + psACH + Payment Gateway Management + en_US + true + Label for ACH payment method. + ACH (bank account) + + + pscDeleteRow + Manage Soft Credits + en_US + true + pscDeleteRow + Delete Row + + + pscManageSoftCreditsAdd + Manage Soft Credits + en_US + false + pscManageSoftCreditsAdd + Add another soft credit + + + pscManageSoftCreditsAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmount + Amount + + + pscManageSoftCreditsAmountMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountMissing + Please enter an amount or percent for each soft credit. + + + pscManageSoftCreditsAmountOrPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsAmountOrPercent + Amount or Percent + + + pscManageSoftCreditsCantChangeCurrency + Manage Soft Credits + en_US + false + pscManageSoftCreditsCantChangeCurrency + You can't modify soft credit currencies directly. Update the parent Opportunity's currency, and NPSP will automatically update the currency of all related soft credits. + + + pscManageSoftCreditsContactMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsContactMissing + You must enter a Contact for each soft credit. + + + pscManageSoftCreditsFull + Manage Soft Credits + en_US + false + pscManageSoftCreditsFull + Full + + + pscManageSoftCreditsInvalidContact + Manage Soft Credits + en_US + false + pscManageSoftCreditsInvalidContact + {0} is the Primary Contact for this Opportunity. You can't add soft credit to this Contact. + + + pscManageSoftCreditsNoRoles + Manage Soft Credits + en_US + false + pscManageSoftCreditsNoRoles + You have no Roles specified as Soft Credit Roles. In NPSP Settings under Donations | Contact Roles, select at least one Role in the Soft Credit Roles setting. + + + pscManageSoftCreditsOppAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsOppAmount + Total Amount + + + pscManageSoftCreditsPartial + Manage Soft Credits + en_US + false + pscManageSoftCreditsPartial + Partial + + + pscManageSoftCreditsPercent + Manage Soft Credits + en_US + false + pscManageSoftCreditsPercent + Percent + + + pscManageSoftCreditsPermissionDenied + Manage Soft Credits, Error + en_US + true + You do not have permission to manage soft credits + You do not have permissions to manage Partial Soft Credits. Please contact your system administrator for more information. + + + pscManageSoftCreditsPrimaryDonor + Manage Soft Credits + en_US + false + pscManageSoftCreditsPrimaryDonor + Primary Donor + + + pscManageSoftCreditsPSCAmount + Manage Soft Credits + en_US + false + pscManageSoftCreditsPSCAmount + Soft Credit Amount + + + pscManageSoftCreditsReconcileFail + Manage Soft Credits + en_US + false + pscManageSoftCreditsReconcileFail + The total Soft Credit Amount can't exceed the Opportunity Amount. Select Allow Soft Credit Amount more than Total Amount to override this restriction. + + + pscManageSoftCreditsRestrictions + Manage Soft Creditds + en_US + false + pscManageSoftCreditsRestrictions + Soft Credit Restrictions + + + pscManageSoftCreditsRoleMissing + Manage Soft Credits + en_US + false + pscManageSoftCreditsRoleMissing + You must specify a Role Name for all soft credits. + + + pscManageSoftCreditsTitle + Manage Soft Credits + en_US + false + pscManageSoftCreditsTitle + Manage Soft Credits + + + pscManageSoftCreditsType + Manage Soft Credits + en_US + false + pscManageSoftCreditsType + Type + + + pscManageSoftCreditsUnaccounted + Manage Soft Credits + en_US + false + pscManageSoftCreditsUnaccounted + Total Unaccounted + + + pscManageSoftCreditsValidateTotals + Manage Soft Credits + en_US + false + pscManageSoftCreditsValidateTotals + Allow Soft Credit Amount more than Total Amount + + + psElevateConnectionTimeout + Payment Gateway Management + en_US + true + Error message for timeout connecting to Elevate. + The connection to Elevate timed out. Try again later. + + + psEnableGatewayAssignment + Payment Gateway Management + en_US + true + Label to show Gateway Assignment is enabled. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHeader + Payment Gateway Management + en_US + true + Label for Gateway Assignment Header. + Enable Gateway Assignment + + + psEnableGatewayAssignmentHelp + Payment Gateway Management + en_US + true + Label for Gateway Assignment Help Message. + Enabling gateway assignment allows you to select the payment gateway and respective payment methods when modifying Gift Entry Templates. + + + psGatewayDefault + Payment Gateway Management + en_US + true + Picklist option label for default gateway. + Always Use Default Gateway + + + psGatewayIDHeader + Payment Gateway Management + en_US + true + Label for Gateway ID Header. + Gateway ID + + + psGatewayIDHelp + Payment Gateway Management + en_US + true + Label for Gateway ID Help Message. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To change the gateway NPSP usess, click Edit, enter the gateway ID, and save your work. Find the gateway ID in the Elevate Admin Console | Gateway Management. + + + psGatewayManagementHelp + Payment Gateway Management + en_US + true + Label for Gateway Management Help Message. + These settings manage the payment gateways for Elevate transactions. + + + psGatewayNotValid + Payment Gateway Management + en_US + true + Error message for saved Elevate Payment Gateway not found. + We can't validate the previously saved gateway. Select a different gateway. + + + psGatewaySelectionLabel + Payment Gateway Management + en_US + true + Label for Gateway selection in settings. + NPSP uses the gateway that was added to Elevate most recently unless you override it. To set a default Elevate payment gateway, select it here. + + + psGatewaysNotFound + Payment Gateway Management + en_US + true + Error message for Elevate Payment Gateways not found. + No Payment Gateways were found. Check your Elevate Account. + + + psHideGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to hide Elevate Gateways and Payment Methods. + Hide Elevate Gateways and Payment Methods + + + psHidePaymentMethods + Payment Gateway Management + en_US + true + Label to hide Payment Methods. + Hide Payment Methods + + + psPaymentGateway + Payment Gateway Management + en_US + true + Label to identify selected Payment Gateway. + Payment Gateway: + + + psSelectPaymentGateway + Payment Gateway Management + en_US + true + Label to select Payment Gateway. + Select Payment Gateway + + + psSelectPaymentMethods + Payment Gateway Management + en_US + true + Label to select Payment Methods. + Select Payment Methods + + + psSelectValidPaymentMethod + Gift Entry, Recurring Donations + en_US + true + How to activate the Elevate field bundle to enter payment information + To enter payment, select a valid Payment Method. + + + psShowGatewaysAndMethods + Payment Gateway Management + en_US + true + Label to show Elevate Gateways and Payment Methods. + Show Elevate Gateways and Payment Methods + + + psShowPaymentMethods + Payment Gateway Management + en_US + true + Label to show Payment Methods. + Show Payment Methods + + + psUnableToConnect + Payment Gateway Management + en_US + true + Error message for unable to connect to Elevate. + Unable to connect to Elevate. Check your connection and try again. + + + RD_achElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and ACH payment. + {0}, *{1} + + + RD_ContactMustBelongToAccount + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact is not found with HH Account + You must select a Contact associated with this Household Account. + + + RD_creditCardElevatePayment + Recurring Donations + en_US + true + Used to show the Payment Method using Elevate RD and Credit Card payment. + {0}, *{1} Exp.{2}/{3} + + + RD_DonorIsRequired + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if contact and account are missing + You must select an Account or Contact. + + + RD_ErrorAddDonationHeaderText + Recurring-Donations, Error + en_US + true + Refresh Opportunities + Refresh Opportunities + + + RD_ErrorAddDonationLimitedToLegacyMode + Recurring-Donations, Error + en_US + true + Refresh Opportunities button action can be executed in the legacy mode only + The Refresh Opportunities button has no function in Enhanced Recurring Donations. Ask your administrator to remove this button from Recurring Donation page layouts. + + + RD_ErrorAddDonationMissingId + Recurring-Donations, Error + en_US + true + Recurring Donation ID missing + Recurring Donation ID missing. Please select a valid recurring donation record. + + + RD_ErrorAddDonationPermissionDenied + Recurring-Donations, Error + en_US + true + You do not have permission to Refresh opportunities + You don't have the required permissions to Refresh Opportunities. Contact your system administrator for assistance. + + + RD_ErrorLegacyBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The legacy RD Batch job cannot be executed when Enhanced RD is enabled + The legacy Recurring Donations batch job cannot be executed because Enhanced Recurring Donations is enabled in this org. + + + RD_ErrorMoreClosedWonOpportunitiesThanInstallments + Recurring-Donations, Error + en_US + true + More ClosedWon donations than Installments + There are more Closed Won Opportunities associated with this Recurring Donation than the number of Installments defined. + + + RD_ErrorNotEnoughClosedValueForFixedLength + Recurring-Donations, Error + en_US + true + The total Amount of all Closed Won Opps is not equal to the RD Amount. + The combined Amount of all related Closed Won and Pledged Opportunities must match the Amount of a Fixed Length Recurring Donation. + + + RD_finalDonation + Recurring Donations + en_US + true + Final Donation + Final Donation + + + RD_firstDonation + Recurring Donations + en_US + true + First Donation + First Donation + + + RD_firstOrdinalNumber + Recurring Donations + en_US + true + First ordinal number + st + + + RD_frequencyFirstAndFifteenth + Recurring Donations + en_US + true + Frequency processed text + Every {0} {1} + + + RD_frequencyMonthly + Recurring Donations + en_US + true + Frequency processed text + Every {0} months on the {1} + + + RD_frequencyOnThePeriod + Recurring Donations + en_US + true + Frequency processed text + On the {0} + + + RD_frequencyPeriodOnTheDayOfTheMonth + Recurring Donations + en_US + true + Frequency processed text + {0} on the {1} + + + RD_frequencyWeekly + Recurring Donations + en_US + true + Frequency processed text + Every {0} weeks + + + RD_frequencyYearly + Recurring Donations + en_US + true + Frequency processed text + Every {0} years + + + RD_lastModified + Recurring Donations + en_US + true + Last Modified + Last Modified + + + RD_mostRecentDonation + Recurring Donations + en_US + true + Most Recent Donation + Most Recent Donation + + + RD_nextDonation + Recurring Donations + en_US + true + Next Donation + Next Donation + + + RD_otherOrdinalNumber + Recurring Donations + en_US + true + Other ordinal number + th + + + RD_RefreshOppsContinueMessage + Recurring-Donations, Error + en_US + true + Confirmation message displayed to user before the process runs + This process updates all future installment Opportunities to match the current data for this Recurring Donation. For some installments, NPSP may delete and recreate new installments. +<br/><br/>Click Continue to start the process or Cancel to return to the Recurring Donation page. + + + RD_secondOrdinalNumber + Recurring Donations + en_US + true + Second ordinal number + nd + + + RD_thirdOrdinalNumber + Recurring Donations + en_US + true + Third ordinal number + rd + + + RD2_ACH_Payment_Method_Label + Recurring-Donations + en_US + true + ACH Payment Method label + Bank Account + + + RD2_Actions + RDAction + en_US + true + Label for Recurring Donation Actions + Actions + + + RD2_AmountMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if value on the amount is valid or not + Enter a valid Amount. The Amount cannot be zero, negative, or blank. + + + RD2_ContactChangeIsRestricted + Recurring-Donations, Error + en_US + true + Validate RD Contact/Account update when a closed opportunity exists on the RD + You can't change the Household Account or Contact on a Recurring Donation that has Closed Opportunities. + + + RD2_Credit_Card_Payment_Method_Label + Recurring-Donations + en_US + true + Credit Card Payment Method label + Credit Card + + + RD2_CurrencyChangeIsRestrictedOnOpp + Recurring-Donations, Error + en_US + true + Currency change restriction on an Opportunity + You can't change the Opportunity currency to a different currency than the related Recurring Donation. + + + RD2_CurrencyChangeIsRestrictedOnRD + Recurring-Donations, Error + en_US + true + Currency change restriction on a Recurring Donation + You can't change the Recurring Donation currency when there is a related closed Opportunity. + + + RD2_CurrentScheduleTitle + Recurring-Donations, Component + en_US + true + Details of the schedule which is currently in effect + Current Schedule + + + RD2_DataMigrationInvalidCloseAction + Recurring-Donations, Error + en_US + true + Open Opportunities cannot be migrated due to No_Action configuration + In NPSP Settings | Recurring Donations, select any value other than "No_Action" for Open Opportunity Behavior on RD Close. After data migration is complete, you may change the setting back to the previous value. + + + RD2_DataMigrationInvalidInstallmentPeriod + Recurring-Donations, Error + en_US + true + Installment Period cannot be converted to enhanced Recurring Donation format + Recurring Donation Installment Period "{0}" cannot be converted to the Enhanced Recurring Donations format. Make sure the Installment Period is defined in NPSP Settings -> Recurring Donations -> Recurring Donation Custom Installment Periods. + + + RD2_DataMigrationInvalidOpenEndedStatus + Recurring-Donations, Error + en_US + true + Open Ended Status cannot be converted to enhanced Recurring Donation format + Recurring Donation Open Ended Status "{0}" cannot be converted to the Enhanced Recurring Donations format. You must use one of these values: Open, Closed, or None. + + + RD2_DataMigrationInvalidPlannedInstallments + Recurring-Donations, Error + en_US + true + Planned Installments cannot be migrated to enhanced Recurring Donation format + When Open Ended Status is Closed and Schedule Type is not populated, Number of Planned Installments must be 1. + + + RD2_DayOfMonthIsRequiredForMonthlyInstallment + Recurring-Donations, Error + en_US + true + Validate RD data if day of month is blank when installment is monthly + You must enter a value for Day of Month when Installment Period is Monthly. + + + RD2_DayOfMonthMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid day of month + {0} is not a supported value for Day of Month. Select a value between 1 and 30 or select Last Day of Month. + + + RD2_DisableCustomizableRollupWarning + Settings + en_US + true + Warning displayed on Customizable Rollups page when enhanced RDs are enabled + <b>WARNING: You have Enhanced Recurring Donations enabled. If you disable Customizable Rollups, rollups to Recurring Donations will no longer function.</b> + + + RD2_DisabledAdvancedMappingError + Recurring Donation + en_US + true + Error for DIs with populated RD fields when Advanced Mapping is disabled. + You must enable Advanced Mapping before you can process Recurring Donations. + + + RD2_DisabledRD2Error + Recurring Donation + en_US + true + Error for DIs with populated RD fields when RD2 is disabled. + You must enable Enhanced Recurring Donations before you can process Recurring Donations. + + + RD2_ElevateCancelInProgress + Recurring-Donations + en_US + true + Indicates Elevate recurring commitment cancel is in progress + Recurring Payment Cancel in Progress + + + RD2_ElevateDisableButtonLabel + Recurring Donation + en_US + true + Label indicating user can hide the credit card and not use Elevate + Don't enter payment information. + + + RD2_ElevateDisabledHeader + Recurring Donation + en_US + true + Header indicating the org is not connected to Elevate + Elevate is not enabled for your Salesforce org + + + RD2_ElevateDisabledMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation will not be committed to Elevate + You aren't entering payment information to be processed by Elevate. + + + RD2_ElevateEnableButtonLabel + Recurring Donation + en_US + true + Link text to toggle and enable commitment creation in Elevate + Alternatively, enter payment details now. + + + RD2_ElevateInformationHeader + Recurring Donation + en_US + true + Elevate information widget header + Elevate Information + + + RD2_ElevateInformationStatusSuccess + Recurring Donation + en_US + true + Status description displayed when no error is active + No Errors + + + Recurring-Donations, Error + RD2_ElevateInstallmentPeriodMustBeValid + en_US + true + Validation message for installment period on Elevate Recurring Donations + {0} is not a supported Installment Period for Elevate connected Recurring Donations. + + + RD2_ElevateNotSupported + Recurring-Donations, Error + en_US + true + Error when the functionality is not supported for Elevate Recurring Donation. + This functionality is currently not supported for Recurring Donations generated from Elevate Payment Services. + + + RD2_ElevatePauseInstallmentDateErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause an RD a day from installment date + We can't pause an Elevate-connected Recurring Donation less than two days before the installment date. + + + RD2_ElevatePaymentMethodChangeError + Recurring-Donations, Error + en_US + true + Cannot change payment method to a non-Elevate payment method + Valid Payment Methods for an active Elevate-connected Recurring Donation are Credit Card or ACH. + + + RD2_ElevatePendingStatus + Recurring-Donations, Error + en_US + true + Status Reason to indicates Elevate Service is in progress. + Pending Elevate Process + + + RD2_ElevatePermissionRequired + Recurring-Donations, Error + en_US + true + Error when user does not have a permission to change an RD originated in Elevate + Manage this Recurring Donation in Elevate. + + + RD2_ElevateRDAmountMustBeValid + Recurring-Donations + en_US + true + Checks if an Elevate Recurring Donation's amount is valid or not + Please enter a valid Amount. The Amount cannot be less than 1. + + + RD2_ElevateRDCampaignCannotUpdateToNull + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Campaign update is valid or not + You can't remove the Campaign on an active Elevate-connected Recurring Donation. To remove the Campaign, close the Recurring Donation and create a new one. + + + RD2_ElevateRDCancellingMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + This can take some time. Refresh the page to check the status. Contact us if you need help. + + + RD2_ElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation would be cancelled + Your request to stop your Recurring Donation was submitted. + + + RD2_ElevateRDCannotBeFixedLength + Recurring-Donations, Error + en_US + true + Error when trying to change an Elevate RD to Recurring Type Fixed + An Elevate-connected Recurring Donation cannot have a Recurring Type of Fixed. + + + RD2_ElevateRDCannotBePaused + Recurring-Donations, Error + en_US + true + Elevate RD cannot be paused + You can't pause Elevate connected Recurring Donations. + + + RD2_ElevateRDCannotChangeElevateFields + Recurring-Donations + en_US + true + Checks if Closed Elevate Recurring Donation's Elevate fields have been modified + You can't edit the donor, amount, schedule, or campaign fields on a Closed Elevate-connected Recurring Donation. + + + RD2_ElevateRDClosedStatusCannotBeChanged + Recurring-Donations, Error + en_US + true + Error when an attempt is made to change the Status of a Closed Elevate RD + You can't edit the Status for an Elevate connected Recurring Donation when Status is Closed. + + + RD2_ElevateRDDayOfMonthCannotChange + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Day of Month Changed + You can't change Day of Month for an Elevate-connected Recurring Donation. + + + RD2_ElevateRDEffectiveDateMustBeValid + Recurring-Donations + en_US + true + Checks if Elevate Recurring Donation's Effective Date is valid or not + Please enter a new Effective Date. The Effective Date for an Elevate Recurring Donation cannot be in the future. + + + RD2_ElevateRDStopDonationMessage + Recurring Donation + en_US + true + Text indicating the Recurring Donation is cancelled + The nonprofit won't process any future donations for this Recurring Donation. + + + RD2_ElevateRecordCreateFailed + Recurring Donation + en_US + true + Text indicating the Recurring Donation could not be created in Elevate + An Elevate recurring payment could not be created. Contact your system administrator for assistance. + + + RD2_EnablementDisabledHeader + Settings + en_US + true + Enablement page header displayed due to missing prerequisites + Almost there! Just need you to check on a couple of things first . . . + + + RD2_EnablementDisabledMessage + Settings + en_US + true + Enablement page message displayed due to missing prerequisites + (1) If you're not already using Lightning Experience, click Switch to Lightning Experience at the top of your screen.<br/>(2) Enable Customizable Rollups by going to NPSP Settings | Donations | Customizable Rollups.<br/><br/>Return here to the Upgrade to Enhanced Recurring Donations page. + + + RD2_EnablementDryRunBatchTitle + Settings + en_US + true + Validation batch job title + Validate Migration + + + RD2_EnablementDryRunButton + Settings + en_US + true + Validation button label + Validate Migration + + + RD2_EnablementDryRunComplete + Settings + en_US + true + Validation section message displayed on a successful validation + Validation completed successfully. + + + RD2_EnablementDryRunIntro + Settings + en_US + true + Validation section introduction and guidelines + NPSP simulates migrating your existing data to the Enhanced Recurring Donations model and identifies errors. If there are errors, go to NPSP Settings | System Tools | Error Log. After you fix the errors, return here and validate the migration again. Once the validation completes without errors, you can proceed to the next step.<br/><br/>The validation process may take some time to complete. You can leave this page and return later to check the progress. + + + RD2_EnablementDryRunNextButton + Settings + en_US + true + Button label displayed to enable the migration context + Ready to Migrate + + + RD2_EnablementDryRunOutdatedError + Settings + en_US + true + Error displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Refresh the page and click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunOutdatedInfo + Settings + en_US + true + Information displayed when migration validation is outdated + It's been longer than 7 days since you completed a migration validation. Click Validate Migration to confirm that your data will migrate without errors. + + + RD2_EnablementDryRunSkipButton + Settings + en_US + true + Button label displayed when validation can be skipped + Skip Validation + + + RD2_EnablementDryRunStopButton + Settings + en_US + true + Button label displayed when validation batch can be stopped + Stop Validation + + + RD2_EnablementDryRunTitle + Settings + en_US + true + Validation section title + Validate Migration + + + RD2_EnablementEnableConfirm + Settings + en_US + true + Enablement section confirmation message + I confirm that I have completed the preparation and validation tasks above and I'm ready to enable Enhanced Recurring Donations. + + + RD2_EnablementEnableIntro + Settings + en_US + true + Enablement section introduction and details + This step replaces the current Recurring Donations processing logic with Enhanced Recurring Donations logic. + + + RD2_EnablementEnableMessage + Settings + en_US + true + Enablement section enable guidelines + Enable the Enhanced Recurring Donations functionality. + + + RD2_EnablementEnableSimpleIntro + Settings + en_US + true + Simple enablement section introduction and details + This step changes the processing logic for Recurring Donations to use Enhanced Recurring Donations logic. Recurring Donations will not function the same way as before. + + + RD2_EnablementEnableTitle + Settings + en_US + true + Enablement section title + Enable Enhanced Recurring Donations + + + RD2_EnablementEnableWarning + Settings + en_US + true + Enablement section warning + <b>WARNING: NPSP doesn't provide a way to revert back to legacy Recurring Donations.</b> + + + RD2_EnablementIncomplete + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations enablement incomplete + You cannot create or update Recurring Donations because you haven't finished enabling Enhanced Recurring Donations. Go to NPSP Settings | Recurring Donations | Upgrade to Enhanced Recurring Donations and complete all enablement steps. + + + RD2_EnablementIntro + Settings + en_US + true + Enablement page introduction and guidelines + Greetings! Enhanced Recurring Donations is our redesigned and improved Recurring Donations feature for the Nonprofit Success Pack (NPSP). A big thanks to our community members who offered their feedback and helped make Enhanced Recurring Donations possible. + <br/><br/>Since there's already a Recurring Donations feature in NPSP, you'll need to perform several upgrade tasks and move your existing data to the Enhanced Recurring Donations model. We've outlined the required tasks for you below. + + + RD2_EnablementMetaDeployConfirm + Settings + en_US + true + MetaDeploy section confirmation message + Confirm that you have installed the Enhanced Recurring Donations metadata. + + + RD2_EnablementMetaDeployConfirmError + Settings + en_US + true + Error message on confirmation check when org does not have metadata deployed + You have not yet installed the Enhanced Recurring Donations metadata. Click Launch MetaDeploy and follow the instructions. + + + RD2_EnablementMetaDeployIntro + Settings + en_US + true + MetaDeploy section introduction and guidelines + Use MetaDeploy to install new metadata (picklist values, help text, etc.) for Enhanced Recurring Donations. MetaDeploy is a service that exists outside of your Salesforce org. Once you've installed the metadata, return to this page to continue the upgrade to Enhanced Recurring Donations. + + + RD2_EnablementMetaDeployLaunch + Settings + en_US + true + MetaDeploy section launch guidelines + Install the Enhanced Recurring Donations metadata using the MetaDeploy service. + + + RD2_EnablementMetaDeployLaunchLinkLabel + Settings + en_US + true + MetaDeploy link label + Launch MetaDeploy + + + RD2_EnablementMetaDeploySimpleIntro + Settings + en_US + true + Simple metaDeploy section introduction and guidelines + Use our MetaDeploy service to install the Enhanced Recurring Donations metadata. The metadata includes: new picklist values, updated help text, and a new page layout. MetaDeploy is a service that exists outside of your Salesforce org. + + + RD2_EnablementMetaDeployTitle + Settings + en_US + true + MetaDeploy section title + Install Enhanced Recurring Donations Metadata + + + RD2_EnablementMigrationButton + Settings + en_US + true + Migration button label + Run Migration + + + RD2_EnablementMigrationCompleteMessage + Settings + en_US + true + Message displayed on a successful migration + <b>Upgrade process complete!</b><br/> + <br/>Before your organization starts using Enhanced Recurring Donations:<br/> + <ul><li>Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.</li> + <li>Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.</li> + <li>Assign the NPSP Recurring Donation Lightning record page as the Org Default.</li> + <li>Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.</li> + <li>Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.</li> + <li>Adjust Recurring Donations reports to work with Enhanced Recurring Donations.</li> + <li>Educate your staff about Enhanced Recurring Donations.</li> + + + RD2_EnablementMigrationErrorMessage + Settings + en_US + true + Message displayed on a migration error + Your migration run has errors, these will need to be fixed to complete a successful Migration. See the errors by going to NPSP Settings > System Tools > Error Logs. + + + RD2_EnablementMigrationIntro + Settings + en_US + true + Migration section introduction and guidelines + Migrate your existing Recurring Donations data to the Enhanced Recurring Donations data model. This process may take some time. You can leave this page and return later to check the progress. + + + RD2_EnablementMigrationSkipButton + Settings + en_US + true + Button label displayed enabling move back to the validation context + Back to Validate + + + RD2_EnablementMigrationStepDryRun + Settings + en_US + true + Migration section validation context guidelines + You may validate the data migration again by clicking Validate Migration. + + + RD2_EnablementMigrationStepFinal + Settings + en_US + true + Migration section migration context guidelines + Click Run Migration to begin the data migration process. + + + RD2_EnablementMigrationStopButton + Settings + en_US + true + Button label displayed when migration can be stopped + Stop Migration + + + RD2_EnablementMigrationTitle + Settings + en_US + true + Migration section title + Run Data Migration + + + RD2_EnablementMigrationWarning + Settings + en_US + true + Migration section warning + <b>WARNING: Run Migration modifies existing Recurring Donation data to match the Enhanced Recurring Donations model. Backup your database if you haven't already done so.</b> + + + RD2_EnablementPermissionRequired + Settings + en_US + true + Error displayed when user does not have System Admin permissions + Only System Administrators can perform Enhanced Recurring Donations upgrade actions. + + + RD2_EnablementPrepIntro + Settings + en_US + true + Enablement preparation task introduction and guidelines + To limit potential errors and to protect your data, perform these preparation tasks before you begin the upgrade to Enhanced Recurring Donations: + + + RD2_EnablementPrepTasks + Settings + en_US + true + Enablement preparation tasks introduction and guidelines + <ul><li>Disable workflows, processes, validation rules and triggers on the Recurring Donations, Opportunity, and Payment objects.</li> +<li>Backup your database, including all Recurring Donations and their related records.</li></ul> + + + RD2_EnablementPrepTitle + Settings + en_US + true + Enablement preparation tasks title + Preparation Tasks + + + RD2_EnablementSimpleIntro + Settings + en_US + true + Simple enablement page introduction and guidelines + Enhanced Recurring Donations makes Recurring Donations more flexible and easier to manage than ever before. To enable Enhanced Recurring Donations, follow the steps below. You must complete ALL the steps to fully enable Enhanced Recurring Donations. + <br/><br/><b>Because you have no Recurring Donation records, you don't need to validate or migrate any data.</b> + + + RD2_EndDateElevateCannotBeInFuture + Recurring-Donations, Error + en_US + true + Elevate connected Recurring Donation End Date must be valid. + End Date can't be in the future for Elevate connected Recurring Donations. + + + RD2_EndDateMustBeLaterThanCloseWonOpp + Recurring Donations Error + en_US + true + Recurring Donation End Date must be valid. + End Date must be later than the last Closed Won Opportunity's Close Date. + + + RD2_EndDateMustBeValidForFixedLength + Recurring-Donations, Error + en_US + true + Fixed Length Recurring Donation End Date must be valid + End Date can't be in the future when Recurring Type is Fixed. + + + RD2_EnhancedRecurringDonationsNotEnabled + Recurring-Donations, Error + en_US + true + Enhanced Recurring Donations Not Enabled + Enhanced Recurring Donations is not enabled. + + + RD2_EntryFormCustomFieldsSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Custom Field section header + Custom Fields + + + RD2_EntryFormDonationSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donation Information section header + Donation Information + + + RD2_EntryFormDonorSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Donor Information section header + Donor Information + + + RD2_EntryFormDonorTypeHelpText + Recurring-Donations, Entry-Form + en_US + true + The Inline HelpText for the Donor Type picklist + Select the type of donor for this Recurring Donation. If you select Account, enter an Organization Account, and optionally a related Contact. If you select Contact, enter a Contact related to a Household Account. + + + RD2_EntryFormDonorTypeLabel + Recurring-Donations, Entry-Form + en_US + true + The Label for the Donor Type picklist + Donor Type + + + RD2_EntryFormHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form header + New Recurring Donation + + + RD2_EntryFormInsertSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is inserted + Recurring Donation "{0}" was created. + + + RD2_EntryFormMissingPermissions + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Field Permissions Error + You don't have the required Recurring Donations field permissions. Contact your system administrator for assistance. + + + RD2_EntryFormOtherSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Other Information section header + Other Information + + + RD2_EntryFormPeriodAdvanced + Recurring-Donations, Entry-Form + en_US + true + Picklist value for the RD2 Entry Form custom period picklist + Advanced + + + RD2_EntryFormPeriodHelpText + Recurring-Donations, Entry-Form + en_US + true + Inline Help Text for the Monthly and Advanced Picklist + Select Advanced to enter other schedule types such as weekly, yearly, every 6 months, etc. + + + RD2_EntryFormPeriodLabel + Recurring-Donations, Entry-Form + en_US + true + Custom Label for the Monthly and Advanced Picklist + Recurring Period + + + RD2_EntryFormPeriodPluralDaily + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Daily + Days + + + RD2_EntryFormPeriodPluralMonthly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Monthly + Months + + + RD2_EntryFormPeriodPluralWeekly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Weekly + Weeks + + + RD2_EntryFormPeriodPluralYearly + Recurring-Donations, Entry-Form + en_US + true + Plural Picklist substitute for Yearly + Years + + + RD2_EntryFormSaveACHMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Sending ACH information to Elevate... + + + RD2_EntryFormSaveCommitmentFailedMessage + Recurring-Donations, Entry-Form + en_US + true + Message displayed as prefix to errors returned from Elevate API + A recurring payment has been created in Elevate. Elevate Recurring Id: {0}. + + However, a matching Recurring Donation wasn't created in NPSP due to the following error: + ● {1} + + You can keep this form open, fix the error, and save the Recurring Donation again. Alternatively, cancel and contact your System Administrator for help. + + + RD2_EntryFormSaveCommitmentMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Elevate Commitment is being created or updated + Saving Elevate recurring payment...This may take a few minutes. + + + RD2_EntryFormSaveCreditCardValidationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when credit card is validated on Recurring Donation save + Validating credit card... + + + RD2_EntryFormSaveRecurringDonationMessage + Recurring-Donations, Entry-Form + en_US + true + Spinner text when Recurring Donation record is being saved + Saving Recurring Donation... + + + RD2_EntryFormScheduleEveryLabel + Recurring-Donations, Entry-Form + en_US + true + Label to show as Every + Every + + + RD2_EntryFormStatusSectionHeader + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form Status Information section header + Status Information + + + RD2_EntryFormUpdateSuccessMessage + Recurring-Donations, Entry-Form + en_US + true + Recurring Donation Entry Form message when record is updated + Recurring Donation "{0}" was saved. + + + RD2_ErrorDataMigrationJobCannotBeRun + Recurring-Donations, Error + en_US + true + The job can only be executed when Enhanced RD is enabled in the org + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations Data Migration job. + + + RD2_ErrorEnhancedRDBatchJobCannotBeRun + Recurring-Donations, Error + en_US + true + The RD2 Batch job can only be executed when Enhanced RD is enabled + You must enable Enhanced Recurring Donations before you can run the Enhanced Recurring Donations batch job. + + + RD2_ErrorRDIdIsMissingForCommitment + Recurring-Donations, Error + en_US + true + Recurring Donation Id must be specified + There was an error creating the Recurring Donation record. No Recurring payment request was sent to Elevate. Contact your system administrator for assistance. + + + RD2_InstallmentFrequencyMustBeValid + Recurring-Donations, Error + en_US + true + Displayed when Installment Frequency on a Recurring Donation is not valid + Installment Frequency is required. Enter a value between 1 and 20. + + + RD2_InstallmentPeriodMustBeValid + Recurring-Donations, Error + en_US + true + Validate Recurring Donations data if it is valid install period + {0} is not a supported value for Installment Period. Select Daily, Weekly, 1st and 15th, Monthly, or Yearly. + + + RD2_InstallmentStatusSkipped + Recurring-Donations, Info + en_US + true + Status of an installment that is skipped + Paused + + + RD2_InvalidRecurringDonationId + Recurring-Donation + en_US + true + error when the Recurring Donation Id provided is invalid. + The Recurring Donation Id {0} is invalid. + + + RD2_NextACHPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's ACH payment information will be sent to their bank on {{DATE}}. Payments begin after the bank verifies and processes the information. + + + RD2_NextDonationDate + Recurring Donation + en_US + true + Label for next donation mapping. + Next Installment Date: + + + RD2_NextPaymentDonationDateInfo + Recurring-Donations, Elevate + en_US + true + Detail for the next payment charging date + The donor's credit card will be charged on the next donation date: {{DATE}} + + + RD2_NonElevateRDCancellingTitle + Recurring Donation + en_US + true + Text indicating the Recurring Donation Non Elevat would be cancelled + Your Recurring Donation was stopped. + + + RD2_NumberInstallmentsCannotBeLessThanPaid + Recurring-Donations, Error + en_US + true + Validate Planned Installments field is greater than number of Paid Installments + Number of Planned Installments can't be less than the Number of Paid Installments. + + + RD2_NumberInstallmentsNotAllowedWhenOpen + Recurring-Donations, Error + en_US + true + Disallow a value in Planned Installments on the RD for Recurring Type is Open + Number of Planned Installments is for Fixed Recurring Donations only. Remove the value in Number of Planned Installments or change the Recurring Type to Fixed. + + + RD2_NumberInstallmentsRequiredWhenFixed + Recurring-Donations, Error + en_US + true + Require Planned Installments field on the RD when Recurring Type is Fixed + Number of Planned Installments is required when Recurring Type is Fixed. + + + RD2_PageNotAvailableHeader + Settings + en_US + true + Header displayed indicating data is not available when enhanced RDs are enabled + Page Not Available + + + RD2_PageNotAvailableMessage + Settings + en_US + true + Message displayed indicating data is not available when enhanced RDs are enabled + This page is not available in Enhanced Recurring Donations. Refresh your browser and return to NPSP Settings. + + + RD2_PaidInstallments + Recurring Donation + en_US + true + Label for next donation mapping. + Paid Installments: + + + RD2_PauseCannotExistOnScheduleChange + Recurring-Donations, Error + en_US + true + Cannot change specific fields causing schedule change when a pause exists + You can''t update the following field(s) because this Recurring Donation is paused: {0}. If you''d like to update the field(s), you must deactivate the pause. + + + RD2_PauseClosedRDErrorMessage + Recurring-Donations, Pause + en_US + true + Error message when trying to pause Closed Recurring Donation. + You can't Pause a Closed Recurring Donation + + + RD2_PauseDeactivationSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been removed successfully + Pause on {0} was removed. + + + RD2_PauseDescription + Recurring-Donations, Pause + en_US + true + Recurring Donation Pause description + Select installments from the list below. You can pause for up to 12 consecutive installments. + + + RD2_PausedReasonLabel + Recurring-Donations, Pause + en_US + true + Paused Reason field label on the Recurring Donation Pause page + Paused Reason + + + RD2_PauseEndDateCannotBeMoreThanTwelveMonths + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be 1 year or less from start date + You can't pause Recurring Donations for more than a year. The pause End Date must be less than one year after the Start Date. + + + RD2_PauseEndDateMustBeGreaterThanStartDate + Recurring-Donations, Pause + en_US + true + RD2 Pause end date must be greater than start date + The pause End Date must be greater than the Start Date. + + + RD2_PauseFirstDonationDateDynamicText + Recurring-Donations, Pause + en_US + true + RD2 Pause first donation date after the pause + The first donation date after the pause period will be {0}. + + + RD2_PauseHeader + Recurring-Donations, Pause + en_US + true + RD2 Pause Header containing the Recurring Donation name + Pause {0} + + + RD2_PausePermissionRequired + Recurring-Donations, Error + en_US + true + User does not have a permission to edit or create Recurring Donations + You don't have the required permissions to pause a Recurring Donation. Contact your system administrator for assistance. + + + RD2_PauseRequestMustIncludeBothStartDateAndEndDate + Recurring-Donations, Pause + en_US + true + RD2 Pause start date and end date must be populated + A pause request must include both Start Date and End Date. + + + RD2_PauseSaveSuccessMessage + Recurring-Donations, Pause + en_US + true + Contains message indicating a pause has been saved successfully + Pause on {0} was saved. + + + RD2_PauseSelectedInstallmentTextPlural + Recurring-Donations, Pause + en_US + true + Contains message indicating multiple installments have been selected to skip + You've selected {0} installments. + + + RD2_PauseSelectedInstallmentTextSingular + Recurring-Donations, Pause + en_US + true + Contains message indicating one installment has been selected to skip + You've selected 1 installment. + + + RD2_PauseStartDateMustBeTodayOrLater + Recurring-Donations, Pause + en_US + true + RD2 Pause start date must be today or later + You can't set a pause Start Date in the past. The pause Start Date must be today or later. + + + RD2_PauseStatusMustExist + Recurring-Donations, Error + en_US + true + Error when Recurring Donation Status picklist value Paused does not exist + NPSP is unable to update Status and Status Reason on Paused Recurring Donations. You must add the picklist value 'Paused' to the Status field. + + + RD2_Payment_Details + Recurring-Donations + en_US + true + Payment Details label + Payment Details + + + RD2_Payment_Method + Recurring-Donations + en_US + true + Payment Method label + Payment Method + + + RD2_Payment_method_was_updated + Recurring-Donations + en_US + true + Payment method was updated label + Payment method was updated. + + + RD2_PaymentInformation + Recurring-Donations, Elevate + en_US + true + Elevate Payment Information Title + Payment Information + + + RD2_Recurring_Donation_was_updated + Recurring-Donations + en_US + true + Recurring Donation was updated label + Recurring Donation was updated. + + + RD2_ScheduleLWCEndDate + Recurring-Donations, Component + en_US + true + The end date of the recurring donation schedule + Schedule End Date + + + RD2_ScheduleLWCFutureSchedule + Recurring-Donations, Component + en_US + true + Details of a schedule that will take effect at a future date + Future Schedule + + + RD2_ScheduleLWCTitle + Recurring-Donations, Component + en_US + true + Title of the Active Schedules Component + Active Schedules + + + RD2_ScheduleVisualizerColumnDate + Recurring-Donations, Component + en_US + true + Date Column Header + Date + + + RD2_ScheduleVisualizerErrorEnhancedRDNot + Recurring-Donations, Error, Component + en_US + true + Error when Enhanced RD is not enabled + This component must be used on a Recurring Donations record page. + + + RD2_ScheduleVisualizerErrorInvalidUsage + Recurring-Donations, Error, Component + en_US + true + Error when the component is used on a Non-Recurring Donations page + You must enable Enhanced Recurring Donations to use this component. + + + RD2_ScheduleVisualizerFLSInstallment + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the upcoming installments + You don't have permissions to view Upcoming Installments. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerFLSSchedule + Recurring-Donations, Error, Component + en_US + true + Error when no field can be displayed on the active schedules + You don't have permissions to view Active Schedules. Please contact your system administrator for more information. + + + RD2_ScheduleVisualizerMessageNoActiveSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no active schedule to render + There is no active schedule for this Recurring Donation. + + + RD2_ScheduleVisualizerMessageNoSchedule + Recurring-Donations, Error, Component + en_US + true + Message when there is no future schedule to render + There are no scheduled installment Opportunities. + + + RD2_ScheduleVisualizerTitle + Recurring-Donations, Component + en_US + true + Title of the Schedule Visualizer Component + Upcoming Installments + + + RD2_StatusAutomationClosedDefinition + Settings + en_US + true + Status Automation Closed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Closed Status Value if donations aren't being received as expected. This value must be higher than the Number of Days for Lapsed. NPSP does not create installment Opportunities for Closed Recurring Donations. + + + RD2_StatusAutomationConfigurationSection + Settings + en_US + true + Status Automation configuration section header + Status Automation Settings + + + RD2_StatusAutomationDaysForClosed + Settings + en_US + true + Status Automation Number of Days for Closed + Number of Days for Closed + + + RD2_StatusAutomationDaysForLapsed + Settings + en_US + true + Status Automation Number of Days for Lapsed + Number of Days for Lapsed + + + RD2_StatusAutomationIntro + Settings + en_US + true + Status Automation introduction + These settings automate changing the Recurring Donation Status when donors miss installment payments.<br/><br/>For example, given a monthly Recurring Donation started on January 1st, and Number of Days for Lapsed is set to 10 days, the Recurring Donation becomes Lapsed on February 12th if no installment payment is received. If Number of Days for Closed is set to 20 days, the Recurring Donation becomes Closed on February 22nd.<br/><br/>Salesforce begins counting Number of Days for Lapsed and Number of Days for Closed on the day after the expected installment date (February 2nd in our example). + + + RD2_StatusAutomationInvalidClosedStatus + Settings + en_US + true + Error when Automation Closed Status is not mapped correctly + The Status Automation Closed Status should map to Closed State + + + RD2_StatusAutomationInvalidLapsedStatus + Settings + en_US + true + Error when Automation Lapsed Status is not mapped correctly + The Status Automation Lapsed Status should map to Lapsed State + + + RD2_StatusAutomationInvalidNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed is smaller than Number of Days For Closed + Number of Days for Closed must be higher than the Number of Days for Lapsed. + + + RD2_StatusAutomationInvalidNumberOfDaysForClosed + Settings + en_US + true + Error when Number of Days for Closed is too small + Must be greater than Number of Days for Lapsed + + + RD2_StatusAutomationInvalidNumberOfDaysForLapsed + Settings + en_US + true + Error when Number of Days for Lapsed is too large + Must be less than Number of Days for Closed + + + RD2_StatusAutomationLapsedDefinition + Settings + en_US + true + Status Automation Lapsed definition + After the specified number of days, NPSP updates the Recurring Donation Status to the Lapsed Status Value if donations aren't being received as expected. NPSP continues to create installment Opportunities for Lapsed Recurring Donations as defined by the schedule. + + + RD2_StatusAutomationNegativeNumberOfDays + Settings + en_US + true + Error when Number of Days for Lapsed or Number of Days for Closed is negative. + Number of Days for Lapsed and Number of Days for Closed cannot be negative. + + + RD2_StatusAutomationSetClosedStatus + Settings + en_US + true + Status Automation Closed Status Label + Closed Status Value + + + RD2_StatusAutomationSetLapsedStatus + Settings + en_US + true + Status Automation Lapsed Status Label + Lapsed Status Value + + + RD2_StatusMappingColumnState + Settings + en_US + true + Mapping datatable State field label + State + + + RD2_StatusMappingColumnStatusAPIName + Settings + en_US + true + Mapping datatable Status field containing the API Name + API Name + + + RD2_StatusMappingDefinitions + Settings + en_US + true + Status to state mapping definitions + <b>State Definitions</b><br/><ul><li>Active: The donor is actively donating. NPSP creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Lapsed: Donations aren't being received as expected, but NPSP still creates installment Opportunities as defined by the Recurring Donation schedule.</li> +<li>Closed: The donor has stopped making donations for this Recurring Donation. NPSP doesn't create any new installment Opportunities.</li></ul> + + + RD2_StatusMappingDeploymentAlreadyInProgress + Settings + en_US + true + Message displayed when save action cannot start due to another deployment + You can't save a mapping while NPSP is processing another Status to State mapping. + + + RD2_StatusMappingInProgressMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Saving Status to State mapping. + + + RD2_StatusMappingIntro + Settings + en_US + true + Status to state mapping page introduction and guidelines + When you create custom picklist values for Recurring Donation Status, you must map them to a State so that NPSP knows how to process records with those custom Status values. + <br/><br/>If you haven't created any custom picklist values for Recurring Donation Status, there's nothing you need to map. + + + RD2_StatusMappingStateUnmapped + Settings + en_US + true + State label displayed when status is unmapped + -- Unmapped -- + + + RD2_StatusMappingSuccessMessage + Settings + en_US + true + Message displayed when mapping save action succeeds + Status to State mapping saved. + + + RD2_StatusMustBeActiveOrPause + Recurring-Donations, Error + en_US + true + Pause request requires Active or Paused status + A pause request requires that the Recurring Donation Status is Active or Paused. + + + RD2_StatusMustBeMapped + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check error message when status is not mapped to a state. + The Status "{0}" hasn''t been mapped to a State. + + + RD2_StatusMustBeMappedSolution + Recurring-Donations, Error, Health Check + en_US + true + Validation and health check solution when status is not mapped to a state. + Go to NPSP Settings | Recurring Donations | Status to State Mappings, or contact your administrator for help. + + + RD2_UnPauseRequestCannotIncludeDates + Recurring-Donations, Pause + en_US + true + UnPause requests cannot include dates + UnPause requests cannot include Start Date or End Date. + + + RD2_ViewLessDetails + Recurring Donation + en_US + true + Label for view less info on recurring donation table component + View Less Details + + + RD2_ViewMoreDetails + Recurring Donation + en_US + true + Label for view more info on recurring donation table component + View More Details + + + RDCL_Annual_Value + RD2_ChangeLog + en_US + true + Annual Value change field label + Annual Value + + + RDCL_Change_Log + RD2_ChangeLog + en_US + true + Header on the Change Log component + Change Log + + + RDCL_Disabled + RD2_ChangeLog + en_US + true + Displayed in the change log component when RDCL is disabled + Recurring Donation Change Log is currently disabled. + + + RDCL_Expected_Total_Value + RD2_ChangeLog + en_US + true + Expected Total Value change field label + Expected Total Value + + + RDCL_Frequency + RD2_ChangeLog + en_US + true + Frequency change field label + Frequency + + + RDCL_No_Records + RD2_ChangeLog + en_US + true + Displayed when no changes are available for a recurring donation + There are no Change Logs for this Recurring Donation. + + + RecurringDonationAccountAndContactError + Recurring Donations + en_US + false + RecurringDonationAccountAndContactError + You can specify either an Organization or Contact for a Recurring Donation, but not both. + + + RecurringDonationNameSuffix + Recurring Donations + en_US + true + Recurring Donation Name Suffix + Recurring + + + recurringDonationSchedule + RDAction + en_US + true + Label for modal title for Recurring Donation table actions + Recurring Donation Schedule + + + REL_Create_New_Relationship + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Create + Create New Relationship + + + REL_Former + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Former + Former + + + REL_No_Relationships + Relationships, relationship-viewer + en_US + false + Relationship Viewer - No Relationship + There are no Relationships for this Contact. + + + REL_RECenter + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Re-center + Re-Center on This Contact + + + REL_Return_to_Contact + Relationships, relationship-viewer + en_US + false + Relationship Viewer - Return to Contact + Return to Contact + + + REL_View_Contact_Record + Relationships, relationship-viewer + en_US + false + Relationship Viewer - View Contact Record + View Contact Record + + + REL_ViewerGraphical + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading graphical view + Graphical View + + + REL_ViewerTabular + Relationships, relationship-viewer + en_US + true + Header / A11y Text for loading tabular view + Tabular View + + + RP_CustomerJourneyLinkLabel + en_US + true + Resources Page - Customer Journey link + Salesforce.org Webinars and Events + + + RP_DeeperParagraph + en_US + true + Resources Page - Deeper Paragraph + Dive deeper into Salesforce and learn everything you need to be successful. + + + RP_DeeperSubtitle + en_US + true + Resources Page - Deeper Subtitle + 3. Dive Deeper + + + RP_GettingStarted + en_US + true + Resources Page - Getting Started component title + Getting Started + + + RP_GitHubSubtitle + en_US + true + Resources Page - GitHub Subtitle + updates are pushed automatically; no installation needed! + + + RP_GitHubTitle + en_US + true + Resources Page - GitHub title + Latest Release Notes + + + RP_NpspLinkLabel + en_US + true + Resources Page - Npsp Link + Getting Started with Salesforce for Nonprofits + + + RP_ProductNameLabel + en_US + true + Resources Page - Product Name + Nonprofit Success Pack (NPSP) + + + RP_ReleaseGitHub + deprecated + en_US + true + DEPRECATED - Resources Page - Release GitHub + Released: + + + RP_ReleaseNotesLink + deprecated + en_US + true + DEPRECATED - Resources Page - Release Notes Link + Read full release notes > + + + RP_Remote_Site_Settings_Deactivated + deprecated + en_US + true + DEPRECATED - RP Remote Site Settings Deactivated + To take advantage of all the new functionality on the Getting Started page, go to Setup, search for Remote Site Settings, and ensure that the SFDOEndpoints site is active. If it isn't, click Edit, check the Active box, and click Save. + + + RP_SalesforceOrgLinkLabel + en_US + true + Resources Page - Salesforce Org Link + Hub Community Weekly Office Hours + + + RP_SubTitle + en_US + true + Resources Page - SubTitle + You now have access to ALL the powerful features of Salesforce Enterprise Edition PLUS the ability to better manage donors with the Nonprofit Success Pack application. Now let's get started. + + + RP_Title + en_US + true + Resources Page - Title + Welcome to Salesforce and the Nonprofit Success Pack (NPSP)! + + + RP_TrailheadLinkLabel + en_US + true + Resources Page - Trailhead Link + Getting Started with Salesforce and NPSP Trailmix + + + RP_TrailheadParagraph + en_US + true + Resources Page - Trailhead Paragraph + Get started with the Nonprofit Success Pack by learning the basics of Salesforce and donor and volunteer management. + + + RP_TrailheadSubtitle + en_US + true + Resources Page - Trailhead Subtitle + 1. Learn with Trailhead + + + RP_UsHubLinkLabel + en_US + true + Resources Page - Trailblazer Link + Trailblazer Community + + + RP_USParagraph + en_US + true + Resources Page - Trailblazer Paragraph + Get help from our active community of fellow NPSP users, or reach out to Salesforce.org. + + + RP_UsSubtitle + en_US + true + Resources Page - Trailblazer Subtitle + 2. Join the Community + + + RP_Videos + en_US + true + Nonprofit Success Pack (NPSP) Resources Page - Youtube Videos + How-To videos + + + RP_WebinarLinkLabel + en_US + true + Resources Page - Webinar Link + NPSP Product Documentation + + + RP_YoutubeChannel + en_US + true + Resources Page - Salesforce Foundation Youtube Channel + View more on our youtube channel > + + + Saved + en_US + true + Saved + Saved. + + + sendAcknowledgmentFailedStatus + Send Acknowledgment button + en_US + false + sendAcknowledgmentFailedStatus + Email Acknowledgment Not Sent + + + sendAcknowledgmentFailureReasons + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFailureReasons + NPSP did not send acknowledgements for the following records. Acknowledgements can fail if there is no workflow rule (Acknowledgement Status EQUALS 'Send Acknowledgement') activated to send the acknowledgement, or if the records did not meet additional criteria to trigger the workflow rule. For example, if Primary Contact is not set, or if the Primary Contact's email field is empty or invalid. + + + sendAcknowledgmentFireStatus + Send Acknowledgment Button + en_US + false + sendAcknowledgmentFireStatus + Email Acknowledgment Now + + + sendAcknowledgmentNoneSelected + Send Acknowledgment button + en_US + false + sendAcknowledgmentNoneSelected + You must select one or more Opportunities before clicking Email Acknowledgments. + + + sendAcknowledgmentNumberAlreadySent + Send Acknowledgment Button + en_US + true + sendAcknowledgmentNumberAlreadySent + {0} acknowledgment(s) already sent. + + + sendAcknowledgmentNumberNoEmail + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberNoEmail + NPSP failed to send {0} acknowledgement(s). + + + sendAcknowledgmentNumberSent + Send Acknowledgment Button + en_US + false + sendAcknowledgmentNumberSent + {0} acknowledgment(s) sent. + + + sendAcknowledgmentPageTitle + Send Acknowledgment Button + en_US + false + sendAcknowledgmentPageTitle + Email Acknowledgments + + + sendAcknowledgmentReturnLinkLabel + Send Acknowledgment Button + en_US + false + sendAcknowledgmentReturnLinkLabel + Return to Opportunity + + + sendAcknowledgmentSucceeded + Send Acknowledgment button + en_US + false + sendAcknowledgmentSucceeded + Acknowledged + + + Settings_not_Saved + en_US + true + Settings not Saved + Settings not saved + + + SmartyStreets_Help_Text + en_US + true + SmartyStreets Help Test + Make sure you have entered both the Auth ID and Auth Token provided to you by SmartyStreets. You will find them in your SmartyStreets API Keys page. + + + statusCompleted + Status + en_US + false + statusCompleted + Completed + + + statusInProgress + Status + en_US + false + statusInProgress + In Progress + + + statusNotStarted + Status + en_US + false + statusNotStarted + Not Started + + + stgActive + Settings + en_US + true + stgActive + Active + + + stgAdd + Settings + en_US + true + To add to a list + Add + + + stgAddrGeneralSettingsIntro + Settings, address + en_US + false + stgAddrGeneralSettingsIntro + Household and Organization Account Management lets you add multiple Addresses to an Account, specify default Addresses, and specify seasonal Addresses. Address Management is only available in NPSP3 and later with the Household Account model. + + + stgAddrMustChooseClass + Settings, address + en_US + false + stgAddrMustChooseClass + You must choose a verification service in order to enable automatic verification. + + + stgAddrPermissionDenied + Settings, address + en_US + true + Permission Denied on Address Verification Panel + You do not have permissions to manage Address settings. Please contact your system administrator for more information. + + + stgAllocationLevel + Settings + en_US + true + stgAllocationLevel + Allocation Type + + + stgBDIGoToSetup + Settings + en_US + true + stgBDIGoToSetup + Configure Advanced Mapping + + + stgBtnBack + Settings + en_US + true + Button to go back to a previous page + Back + + + stgBtnCancel + Settings, UTIL_PageHeader + en_US + false + stgBtnCancel + Cancel + + + stgBtnClearErrorLog + Settings + en_US + false + stgBtnClearErrorLog + Clear Error Log + + + stgBtnClone + Settings + en_US + true + stgBtnClone + Clone + + + stgBtnCreateAutoRel + Settings + en_US + false + stgBtnCreateAutoRel + Create Automatic Relationship + + + stgBtnCreateMapping + Settings + en_US + false + stgBtnCreateMapping + Create Custom Mapping + + + stgBtnCreateRDPeriod + Settings + en_US + false + stgBtnCreateRDPeriod + Create Custom Installment Period + + + stgBtnCreateRelReciprocal + Settings + en_US + false + stgBtnCreateRelReciprocal + Create Reciprocal Relationship + + + stgBtnCreateTH + Settings + en_US + false + stgBtnCreateTH + Create Trigger Handler + + + stgBtnCreateUDR + Settings + en_US + false + stgBtnCreateUDR + Create Rollup + + + stgBtnEdit + Settings + en_US + false + stgBtnEdit + Edit + + + stgBtnHHAutoName + Settings + en_US + false + stgBtnHHAutoName + Refresh All Household Names + + + stgBtnNew + Settings + en_US + false + stgBtnNew + New + + + stgBtnNewAutoRel + Settings + en_US + false + stgBtnNewAutoRel + New Automatic Relationship + + + stgBtnNewONS + Settings + en_US + false + stgBtnNewONS + New Opportunity Name + + + stgBtnNewPaymentMap + Settings + en_US + false + stgBtnNewPaymentMap + New Payment Field Mapping + + + stgBtnNewRDFieldMap + Settings + en_US + false + stgBtnNewRDFieldMap + New Custom Field Mapping + + + stgBtnNewRDPeriod + Settings + en_US + false + stgBtnNewRDPeriod + New Custom Installment Period + + + stgBtnNewRelReciprocal + Settings + en_US + false + stgBtnNewRelReciprocal + New Reciprocal Relationship + + + stgBtnNewTH + Settings + en_US + false + stgBtnNewTH + New Trigger Handler + + + stgBtnNewUDR + Settings + en_US + false + stgBtnNewUDR + New User Defined Rollup + + + stgBtnRDCreateNewMap + Settings + en_US + false + stgBtnRDCreateNewMap + Create Custom Field Mapping + + + stgBtnRefreshOpportunityNames + Settings + en_US + false + stgBtnRefreshOpportunityNames + Refresh All Opportunity Names + + + stgBtnRefreshPrimaryContacts + Settings + en_US + false + stgBtnRefreshPrimaryContacts + Refresh All Opportunity Primary Contacts + + + stgBtnRunBatch + Settings + en_US + false + stgBtnRunBatch + Run Batch + + + stgBtnRunHHDeceasedBatch + Settings + en_US + false + stgBtnRunHHDeceasedBatch + Run Household Deceased Batch + + + stgBtnSave + Settings, UTIL_PageHeader + en_US + false + stgBtnSave + Save + + + stgCheckboxFalse + Settings + en_US + true + For alternative text when a boolean is not selected. + Not Selected + + + stgCheckboxTrue + Settings + en_US + true + For alternative text when a boolean is selected. + Selected + + + stgClearErrors + en_US + true + Error shown when errors must be removed before something else can occur. + Clear errors before proceeding. + + + stgCountOf + Settings + en_US + false + stgCountOf + Count of + + + stgCreatedBy + Settings + en_US + false + stgCreatedBy + Created By + + + stgCRLPGoToSetup + Settings + en_US + true + stgCRLPGoToSetup + Configure Customizable Rollups + + + stgCRLPHouseholdAccountError + Settings + en_US + true + stgCRLPHouseholdAccountError + You must be using the Household Account Model in order to use Customizable Rollups. + + + stgCRLPInfoOnUDRBody + Settings + en_US + true + stgCRLPInfoOnUDRBody + Customizable Rollups offer all the functionality of User Defined Rollups and so much more:<br/> + <br/> + ● Roll up Payments in addition to Opportunities<br/> + ● Use filters to easily exclude certain records or data<br/> + ● Roll up data for more than 2 years back<br/> + <br/> + Go to NPSP Settings | Donations | Customizable Rollups to enable Customizable Rollups and get started using them! + + + stgCRLPInfoOnUDRHeading + Settings + en_US + true + stgCRLPInfoOnUDRHeading + Why not try Customizable Rollups instead? + + + stgCRLPNonAdminError + Settings + en_US + true + stgCRLPNonAdminError + Only System Administrators can enable or disable Customizable Rollups. + + + stgCRLPReset + Settings + en_US + true + stgCRLPReset + Reset to Defaults + + + stgDefaultValue + Settings + en_US + false + stgDefaultValue + Default Value + + + stgDeletePermissionError + Error + en_US + true + The user do not have delete permission to delete custom setting. + You don't have the required system permissions to delete this setting. Contact your system administrator for assistance. + + + stgDeploymentCustomMetadataMappingEnabled + Settings + en_US + true + stgDeploymentCustomMetadataMappingEnabled + Advanced Mapping is enabled. + + + stgDeploymentHasInvalidHelpTextMappings + Settings + en_US + true + stgDeploymentHasInvalidHelpTextMappings + Advanced Mapping is enabled, but we found some invalid Help Text mappings that couldn't be migrated. <b>Take a screenshot of the table below; it will not be displayed again after you leave this page.</b> + + + stgDeploymentHelpTextMappingEnabled + Settings + en_US + true + stgDeploymentHelpTextMappingEnabled + Help Text mapping is enabled. + + + stgDeploymentInProgress + Settings + en_US + true + stgDeploymentInProgress + Deployment in progress. You can leave this page. The page will reload when deployment is finished. + + + stgDeploymentTimedOut + Settings + en_US + true + stgDeploymentInProgress + Page timed out. + + + stgDeploymentTryAgain + Settings + en_US + true + stgDeploymentTryAgain + You can try again immediately. + + + stgDIFMNonAdminError + Settings + en_US + true + stgDIFMNonAdminError + Only System Administrators can enable or disable Data Import Advanced Mapping. + + + stgDocumentation + Settings + en_US + false + stgDocumentation + Documentation + + + stgDontAutoScheduleHelpText + Settings + en_US + false + stgDontAutoScheduleHelpText + NPSP has a number of Scheduled Jobs that calculate rollups, update Recurring Donations and Seasonal Addresses, and perform error handling. +<br/> +<br/> +When Don't Auto Schedule Default NPSP Jobs is not selected, whenever you load the NPSP Settings page, NPSP checks that all the default NPSP Jobs are scheduled. If they're not scheduled, NPSP reschedules them. NPSP will reschedule only missing NPSP Jobs; it will not overwrite Jobs that have been updated. +<br/> +<br/> +To view these Jobs, search for Scheduled Jobs in Salesforce Setup. +<br/> +<br/> +Selecting Don't Auto Schedule Default NPSP Jobs tells NPSP not to check for or reschedule the default Jobs. + + + stgEditPermissionError + Error + en_US + true + The user do not have edit permission to edit custom setting. + You don't have the required system permissions to edit this setting. Contact your system administrator for assistance. + + + stgErrorINaming + Settings + en_US + false + stgErrorINaming + The Apex class you selected in the Implementing Class field does not implement the HH_INaming interface. Select a different Apex class, or use the default NPSP class HH_NameSpec. + + + stgErrorInvalidClass + Settings + en_US + false + stgErrorInvalidClass + Invalid Implementing Class. + + + stgErrorInvalidNameFormat + Settings + en_US + false + stgErrorInvalidNameFormat + Error in {0}: {1} + + + stgErrorMissingDefaultGauRecord + Validation Error + en_US + true + stgErrorMissingDefaultGauRecord + The previously configured Default General Accounting Unit no longer exists and has been removed. To re-enable Default Allocations, open the GAU Allocations page in NPSP Settings. + + + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + Validation Error + en_US + true + stgErrorMissingDefaultGauRecordWithPmtAllocEnabled + The previously configured Default General Accounting Unit no longer exists and has been removed. You must re-enable Default Allocations and select a Default General Accounting Unit in order to use payment allocations. Open the GAU Allocations page in NPSP Settings to update the Default Allocation Settings. + + + stgHelpAccountModel + Settings + en_US + false + stgHelpAccountModel + The Account model used by the Nonprofit Success Pack. This option controls what happens when you create a Contact with a blank Account field value. WARNING: You should not use the Account Model record type you select as the default Account record type for any Profile. Doing so can cause various data issues. + + + stgHelpAdvancedMapping1 + Settings + en_US + false + stgHelpAdvancedMapping1 + When you enable Advanced Mapping, we convert your existing Help Text field mappings to Advanced Mapping. Once enabled, you'll edit mappings and create new ones on this page. + + + stgHelpAdvancedMapping2 + Settings + en_US + false + stgHelpAdvancedMapping2 + You can disable Advanced Mapping and go back to Help Text mapping, but any changes you made with Advanced Mapping will be lost. + + + stgHelpAdvancedMapping3 + Settings + en_US + false + stgHelpAdvancedMapping3 + Find complete Advanced Mapping setup documentation <a href="https://powerofus.force.com/NPSP_Advanced_Mapping" target="_blank">here</a>. + + + stgHelpAdvancedMapping4 + Settings + en_US + false + stgHelpAdvancedMapping4 + <b>This message won't be displayed if you leave this page! Take a screenshot of this page or copy the information in the table below to track the Help Text mappings you need correct. </b> + <br/> + <br/> + We couldn't convert some of your existing Help Text mappings because they're invalid. We recommend disabling Advanced Mapping, correcting the invalid Help Text mappings, then re-enabling Advanced Mapping. Alternatively, you could add these mappings when you configure Advanced Mapping on the next screen, but these additional mappings will revert to the original invalid Help Text if you disable Advanced Mapping. + + + stgHelpAdvancedMappingInvalidHelpText + Settings + en_US + false + stgHelpAdvancedMappingInvalidHelpText + Invalid Help Text Mappings + + + stgHelpAdvancedMappingTableHeader1 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader1 + NPSP Data Import Field + + + stgHelpAdvancedMappingTableHeader2 + Settings + en_US + false + stgHelpAdvancedMappingTableHeader2 + Current Help Text Value + + + stgHelpAllocationLevel + Settings + en_US + true + stgHelpAllocationLevel + An allocation is the specific amount of a gift that goes to a designated General Accounting Unit (GAU). This setting determines whether funds are allocated based on the Amount on the Opportunity or the Amount on the Payment.<br/><br/> + +<b>WARNING:</b> Choosing to use Payment Allocations changes the way Opportunity Allocations work in your org. It's important that you understand these changes and the additional requirements that exist before enabling them.<br/><br/> + +If you enable and start using Payment Allocations and then disable them, you will need to manually reconcile your data and update Opportunity Allocation records to reflect the information previously assigned in Payment Allocations. Review the Payment Allocations documentation to better understand the potential impact.<br/><br/> + +When you enable Payment Allocations, existing rollups remain the same. We do not modify rollups or create new Custom Rollups. You can create new rollups based only on Payments, if you want to. + + + stgHelpAlloFiscalYearRollups + Allocation, Settings + en_US + false + stgHelpAlloFiscalYearRollups + When selected, this option enables fiscal year settings, rather than calendar year settings, for Allocation rollup totals. To set Fiscal Year information, go to Setup and search for Fiscal Year. NOTE: Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpAlloNDayValue + Allocation, Settings + en_US + false + stgHelpAlloNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to roll up GAU Allocations over the past 365 days. + + + stgHelpAutoAffil + Settings + en_US + false + stgHelpAutoAffil + When selected, this option tells Salesforce to create or update Affiliations for Contacts connected to Organization Accounts whenever the Contact's Account field or Primary Affiliation field changes. Organizations Accounts include all Record Types except those defined as Household or One-to-One Account Record Types. + + + stgHelpAutoRelCampaignRT + Settings + en_US + false + stgHelpAutoRelCampaignRT + Select the Campaign Type(s) you'd like this Automatic Relationship to be created for. + + + stgHelpAutoRelField + Settings + en_US + false + stgHelpAutoRelField + The field that triggers the auto-creation of the Relationship. + + + stgHelpAutoRelObject + Settings + en_US + false + stgHelpAutoRelObject + The Salesforce object associated with this auto-created Relationship.. + + + stgHelpAutoRelType + Settings + en_US + false + stgHelpAutoRelType + The Relationship Type that you want to create between the base Contact or Campaign Member, and the corresponding Contact or Campaign Member. The corresponding Contact or Campaign Member will receive a Reciprocal Relationship value, if one is available. + + + stgHelpBatchAlloRollup + Allocation, Settings + en_US + false + stgHelpBatchAlloRollup + This utility calculates rollup totals for all Closed Opportunities with Allocations and updates the relevant General Accounting Unit (GAU) records. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBatchCreateDefault + Allocation, Settings + en_US + false + stgHelpBatchCreateDefault + Clicking this button starts a batch process that creates default allocations for all existing opportunities, except opportunities excluded in the Allocations Rollup Settings. Default allocations must be enabled and a default General Accounting Unit selected to run this tool. + + + stgHelpBatchOppRollup + Settings + en_US + false + stgHelpBatchOppRollup + This utility calculates rollup totals for all Closed Opportunities and updates the relevant Contacts, Households, and Accounts. +This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpBDEAllowBlankOppNames + Settings + en_US + false + stgHelpBDEAllowBlankOppNames + If selected, Batch Data Entry will not name Opportunities, even if you leave the Name field blank on the Batch Data Entry page. + + + stgHelpBDEOppNaming + Settings + en_US + false + stgHelpBDEOppNaming + When selected, NPSP uses the default naming convention for batch-entered Opportunities, regardless of the value you enter in the Name field of the batch entry screen. NOTE: This setting has no effect if custom Opportunity Names are configured. + + + stgHelpBtnHHNaming + Settings + en_US + false + stgHelpBtnHHNaming + <b>WARNING:</b> Clicking this button will activate Automatic Household Naming, and populate your existing Household Names, Formal Greetings, and Informal Greetings with new names, according to the formats you've chosen. Every single Household Account (or Household object) in your Salesforce organization will be renamed (except those Households that do not have automatic naming enabled.)<br/><br/> + +<b>This is an irreversible process.</b> While you can deactivate Automatic Household Naming at any time, all newly populated names will remain. <br/><br/> + +Before starting this process, we recommend disabling the following when they affect Households: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpBtnOppNaming + Settings + en_US + false + stgHelpBtnOppNaming + <b>WARNING:</b> Clicking this button will activate batch Opportunity renaming, and refresh all Opportunity Names according to the formats you've chosen. Salesforce will rename every Opportunity in your organization except those Opportunities whose Opportunity Name Formats you've specified as "Do Not Rename."<br/><br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpChatterGroup + Settings + en_US + false + stgHelpChatterGroup + Chatter group where error notifications will be posted. + + + stgHelpCiceroAddrVerification + Address Verification Settings page + en_US + true + stgHelpCiceroAddrVerification + Make sure you enter your Cicero API Key in the Auth Token settings field. You will find your API Key on your Cicero My Profile page at cicero.azavea.com + + + stgHelpContactRTExcluded + Settings + en_US + false + stgHelpContactRTExcluded + The Contact Record Types you want to exclude from automatic Household Member Contact Role creation. For example, you might want to create a "child" record type for children Contacts in the Household, and enter it here. Salesforce would then exclude those Contacts from receiving the Household Member Contact Role when the Opportunity is created. + + + stgHelpCreateMissingPayments + Settings + en_US + false + stgHelpCreateMissingPayments + <b>WARNING:</b> Clicking this button will activate batch Payment creation. NPSP will create a Payment for each Opportunity without Payments that: +<br/> +<br/> +● has an amount greater than zero<br/> +● is not marked Do Not Automatically Create Payment<br/> +● is not excluded in the Donations | Payments settings<br/> +<br/> + +<b>This is an irreversible process.</b> +Before starting this process, we recommend disabling the following when they affect Payments: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/> + +<br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpCustomizableRollupsEnable1 + Settings + en_US + true + stgHelpCustomizableRollupsEnable1 + You can find complete Customizable Rollups documentation <a href="https://powerofus.force.com/NPSP_Customizable_Rollups_Overview" target="_blank">here</a>. + + + stgHelpCustomizableRollupsEnable2 + Settings + en_US + true + stgHelpCustomizableRollupsEnable2 + When you enable Customizable Rollups for the first time, we will automatically convert your existing rollups and the 87 out-of-box NPSP rollups into Customizable Rollups. + <br/><br/> + You can disable and go back to legacy rollups, but any new rollups or rollup/filter changes made in Customizable Rollups won't be applied to your legacy rollup settings. + + + stgHelpCustomizableRollupsEnable3 + Settings + en_US + true + stgHelpCustomizableRollupsEnable + Removes any new rollups, filter groups, and filter rules you created while using Customizable Rollups AND resets all NPSP legacy rollups back to their default behavior. + + + stgHelpDeceasedBatch + NPSP Settings + en_US + true + Content of the "Recalculate Deceased Household Accounts" page + This utility recalculates the value in the All Household Members Deceased field on Household Accounts. Run this utility to ensure that the value correctly reflects the status of the Deceased field on related Contacts. This process may take some time, but you can safely close this page and the process will continue in the background. + + + stgHelpDefaultAllocationsEnabled + Allocation, Settings + en_US + false + stgHelpDefaultAllocationsEnabled + When selected, NPSP automatically creates GAU Allocation records allocated to the General Accounting Unit specified in the Default General Accounting Unit field below. This feature enables better reporting on the Default General Accounting Unit, but uses more data storage. + + + stgHelpDefaultGAU + Settings + en_US + false + stgHelpDefaultGAU + When Default Allocations Enabled is selected, NPSP creates a GAU Allocation for all new Opportunities not excluded in GAU Allocations Rollup Settings, and assigns them to this General Accounting Unit. NOTE: This doesn't include existing unallocated Opportunities. You can allocate them to the default General Accounting Unit in NPSP Settings under Bulk Data Processes | Batch Create Default Allocations. + + + stgHelpDisableHHAccountAddr + Settings + en_US + false + stgHelpDisableHHAccountAddr + Disables Address management for Household Accounts when selected. + + + stgHelpEnableSoftCreditRollups + Settings + en_US + false + stgHelpEnableSoftCreditRollups + When selected, rolls up Closed/Won Opportunity totals to Contact records based on assigned Opportunity Contact Roles. Soft credit rollups only happen in nightly batches, but you can run them manually from the Rollup Donations Batch settings. + + + stgHelpEnhancedRDBatch + Settings + en_US + true + Page description displayed when enhanced RD batch is to be run + This utility runs a batch process that creates the next scheduled installment Opportunities for Recurring Donations and updates the Recurring Donation Statistics fields. + <br/><br/> + This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpErrorLog + Settings + en_US + false + stgHelpErrorLog + The Error Log shows a detailed list of errors for debugging purposes. Errors are logged only if Error Handling and the Store Errors options are enabled in System Tools | Error Notifications. + + + stgHelpErrorNotifyOn + Settings + en_US + false + stgHelpErrorNotifyOn + When selected, NPSP will display notifications for certain types of errors. + + + stgHelpErrorNotifyTo + Settings + en_US + false + stgHelpErrorNotifyTo + Select the type of user to send notifications to. + + + stgHelpExampleHHNames + NPSP Settings + en_US + true + displayed in the Example household names box + <b>NOTE:</b> The above preview examples cannot preview information for fields other than First Name, Last Name, or Salutation. (For example, if you've created a custom field for nickname that you want to use in the Informal Greeting, that custom field would not show up here.) Fields other than First Name, Last Name, and Salutation don't show up in the greetings fields of the Manage Household page either, but when you save Contact information from the Manage Household page, your Household naming conventions will appear correctly. + + + stgHelpFGFormat + Settings + en_US + false + stgHelpFGFormat + The format Salesforce uses for the Formal Greeting. + + + stgHelpFiscalYearRollups + Settings + en_US + false + stgHelpFiscalYearRollups + When checked, this option enables fiscal year settings, rather than calendar year settings, for Opportunity rollup totals. To set fiscal year information, go to Setup | Company Profile | Fiscal Year. NOTE: The Nonprofit Success Pack does not support custom fiscal year settings. + + + stgHelpHealthCheck + Settings + en_US + false + stgHelpHealthCheck + Use <a href="#" onclick="ShowPanel('idPanelHealthCheck');return false;">Health Check</a> to verify your NPSP configuration! + + + stgHelpHHAccountRTID + Settings + en_US + false + stgHelpHHAccountRTID + The Account record type you want to use for new Accounts if you've selected the Household Account model above. You can select the default Household Account record type, or your own record type. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated Account). + + + stgHelpHHData + Settings + en_US + false + stgHelpHHData + Use these bulk data processes to refresh Household names and recalculate data for the All Household Members Deceased field. After running one of these processes, refresh your browser to run the other one. + + + stgHelpHHExcludedRT + Settings + en_US + false + stgHelpHHExcludedRT + Specifies which Contact record types Salesforce will exclude from Household object creation. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpHHMailingListReport + Settings + en_US + false + stgHelpHHMailingListReport + The Household Mailing List Report deduplicates a Campaign that contains multiple Contacts from the same household in order to help prevent sending multiples of the same mailing to the same address. NPSP includes a report you can select called "NPSP Campaign Household Mailing List V2". If that report has been renamed or deleted, select a report that uses the Campaigns with Contacts report type, with filters for Member Status does not contain "Duplicate", and Campaign Id = blank. + + + stgHelpHHNameFormat + Settings + en_US + false + stgHelpHHNameFormat + The format Salesforce uses for the Household Name. + + + stgHelpHHNaming + Settings + en_US + false + stgHelpHHNaming + If selected, Salesforce automatically creates a name for the Household Account (or Household object), based on the name of the Contacts in the Household. Salesforce also automatically generates formal and informal greetings. + + + stgHelpHHObjectOverview + Settings + en_US + false + stgHelpHHObjectOverview + To learn more about the recommended Household Account model, see the <a href="https://powerofus.force.com/NPSP_Account_Model" target="_blank">NPSP Documentation</a>. + + + stgHelpHHOCROn + Settings + en_US + false + stgHelpHHOCROn + When selected, NPSP automatically creates Contact Roles on Individual gifts for Household members of the Opportunity's Primary Contact. + + + stgHelpHHRules + Settings + en_US + false + stgHelpHHRules + Specifies for which Contacts Salesforce will automatically create separate Household objects. (Applies to One-to-One or Individual Account Models only.) + + + stgHelpIGFormat + Settings + en_US + false + stgHelpIGFormat + The format Salesforce uses for the Informal Greeting. + + + stgHelpINamingClass + Settings + en_US + false + stgHelpINamingClass + The Apex Class that implements the HH_INaming interface for Household naming. + + + stgHelpLeadConvert + Settings + en_US + false + stgHelpLeadConvert + Specifies the default behavior for Opportunity creation when you convert a Lead to a Contact. If left unselected, Salesforce will NOT automatically create an Opportunity when you convert Leads to Contacts. + + + stgHelpLvlAssignBatch + NPSP Settings + en_US + true + help text displayed on the Level Assignment Batch page + This utility calculates Level Assignments for all Salesforce objects (typically Accounts and Contacts, but also any custom objects) that have Levels assigned to them. This process may take some time, but you can safely close this page and the process will continue in the background. +<br/><br/> + +<b>IMPORTANT:</b> Since Salesforce is often evaluating Levels against updated fields from other bulk data processes, you may want to run those processes first. + + + stgHelpMatchedDonorRole + Settings + en_US + false + stgHelpMatchedDonorRole + The Contact Role you want to use for matched donors. We recommend using "Matched Donor." + + + stgHelpMaxPayments + Settings + en_US + true + stgHelpMaxPayments + Sets the maximum number of Payments allowed when scheduling Payments for an Opportunity. If no value is entered, the default is 12. + + + stgHelpMembershipGracePeriod + Settings + en_US + false + stgHelpMembershipGracePeriod + After a Membership ends, the length of the grace period (in days) before the Membership Status on the Account moves from Grace Period to Expired. Defaults to 30 days. + + + stgHelpMembershipRT + Settings + en_US + false + stgHelpMembershipRT + The Record Type used when creating Opportunities that track Membership Donations. We recommend using Membership. Opportunities with this record type roll up separately from other Opportunity Record Types. + + + stgHelpNameConnector + Settings + en_US + false + stgHelpNameConnector + Specifies the name or character (such as &) that Salesforce uses to connect pairs in a name. + + + stgHelpNameOverrun + Settings + en_US + false + stgHelpNameOverrun + Specifies the text Salesforce uses to replace longer lists of names. + + + stgHelpNewRDFieldMap + Settings + en_US + false + stgHelpNewRDFieldMap + Select the Recurring Donation field you want to map, and the Opportunity field you want to map it to. NPSP will copy the value of the Recurring Donation field you select to your selected Opportunity field on all child Opportunities for the Recurring Donation. +IMPORTANT: Both of these fields must have the same data type. + + + stgHelpNewUDR + Settings + en_US + false + stgHelpNewUDR + Select the Opportunity field and corresponding rollup operation, then select the object and field to roll up to. + + + stgHelpNoUDR + Settings + en_US + false + stgHelpNoUDR + No User Defined Rollups Have Been Defined + + + stgHelpNPSPDoc + Settings + en_US + false + stgHelpNPSPDoc + NPSP Documentation + + + stgHelpNPSPSettings + Settings + en_US + false + stgHelpNPSPSettings + Configure the Nonprofit Success Pack to meet your organization's needs. You can also monitor the health of your Salesforce organization, or run batch processes to update data. + + + stgHelpOCR + Settings + en_US + false + stgHelpOCR + Soft Credits, Contact Roles, and Matching Gifts relate to each other in important ways. If you're not familiar with these concepts and how they interact, you should read through the <a href="https://help.salesforce.com/s/articleView?id=sfdo.NPSP_Automated_Soft_Credits.htm&type=5" target="_blank">NPSP Documentation</a> before making any adjustments to these settings. + + + stgHelpOCRDefaultRole + Settings + en_US + false + stgHelpOCRDefaultRole + The default Contact Role automatically assigned to the Primary Contact when the Opportunity Account is a Household, One-to-One, or Individual Account. + + + stgHelpOCRRoleForHH + Settings + en_US + false + stgHelpOCRRoleForHH + The Contact Role you want to use for Household Members. + + + stgHelpOneToOneRTID + Settings + en_US + false + stgHelpOneToOneRTID + The Account record type you want to use for new Accounts if you've selected the One-to-One Account model above. NPSP does not come with a default record type for One-to-One Accounts, so you should create one (such as "Individual") before selecting this model. If you select --None--, then Salesforce will use the default Account record type for the user who's creating the new Contact (and associated One-to-One Account). + + + stgHelpOppNamingAttribution + Settings + en_US + false + stgHelpOppNamingAttribution + Specifies whether you want to apply these settings to Contact Donations (i.e. Opportunities associated with Household, 1-to-1, or Individual "Bucket" Accounts), Organization Donations, or both Contact and Organization Donations. + + + stgHelpOppNamingDateFormat + Settings + en_US + false + stgHelpOppNamingDateFormat + The date format used for any Date or DateTime fields referenced in the Opportunity Name Format. Choose a format, or choose "other" to create your own custom format following the Java SimpleDateFormat specification. + + + stgHelpOppNamingFormat + Settings + en_US + false + stgHelpOppNamingFormat + The Opportunity Name format. Choose "other" to create your own. + + + stgHelpOppNamingRecTypes + Settings + en_US + false + stgHelpOppNamingRecTypes + The Opportunity record type(s) to which you want to apply this Opportunity Name. Control or Command click to select more than one record type. "--None--" applies the new naming to ALL record types. + + + stgHelpOppRecTypesNoPayments + Settings + en_US + false + stgHelpOppRecTypesNoPayments + Salesforce won't automatically create Payments for the selected Opportunity record types. Control or Command click to select more than one record type. + + + stgHelpOppTypesNoPayments + Settings + en_US + false + stgHelpOppTypesNoPayments + Salesforce won't automatically create Payments for Opportunities that have this value in the Type picklist. + + + stgHelpOrgAccountAddressMgmt + Settings + en_US + false + stgHelpOrgAccountAddressMgmt + When selected, enables Address Management for non-Household Accounts such as Organizational Accounts. + + + stgHelpOrgOCRDefaultRole + Settings + en_US + false + Help text for Contact Role for Organizational Opps + The default Contact Role automatically assigned to the Opportunity's Primary Contact when the Opportunity's Account is NOT a Household, One-to-One, or Individual Account. + + + stgHelpOverrunCount + Settings + en_US + false + stgHelpOverrunCount + The number of Contacts Salesforce will explicitly name in Household names and greetings. After this number, Salesforce substitutes the Name Overrun value for names. + + + stgHelpPaymentMapOppField + Settings + en_US + false + stgHelpPaymentMapOppField + The Opportunity field to copy from. + + + stgHelpPaymentMapPaymentField + Settings + en_US + false + stgHelpPaymentMapPaymentField + The Payment field to copy to. + + + stgHelpPaymentMapping + Settings + en_US + false + stgHelpPaymentMapping + Set up a mapping by selecting an Opportunity field, and then selecting the Payment field it maps to. NOTE: Payment mapping requires that you have two fields (one on Opportunity, one on Payment) of a matching data type. + + + stgHelpPaymentMappings + Settings + en_US + false + stgHelpPaymentMappings + Map fields so that values from the Opportunity are automatically copied to the Payment. Mapping applies for auto-created Payments or Payments created through the Payment scheduler. + + + stgHelpPaymentsEnabled + Settings + en_US + false + stgHelpPaymentsEnabled + If enabled, Salesforce automatically creates Payments for new Opportunities (Donations). + + + stgHelpPowerOfUsHub + Settings + en_US + false + stgHelpPowerOfUsHub + Got questions? Try the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHitSAE" target="_blank">Nonprofit Success Pack</a> group for questions about NPSP and the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHiLSAU?tab=discussion" target="_blank">System Administrators</a> group for questions about Salesforce administration and configuration.<br/><br/>Keep up with the latest NPSP release notes in the <a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHOXSA2?tab=discussion&sort=LAST_MODIFIED_DATE_DESC.htm" target="_blank">NPSP Release Announcements</a> group. + + + stgHelpPrimaryContactBatch + Settings + en_US + false + stgHelpPrimaryContactBatch + <b>WARNING:</b> Clicking this button will activate a batch Opportunity update to refresh the Primary Contact field. Salesforce will update Opportunity records where the Primary Contact field isn't the same value as the Opportunity Contact Role record marked Primary.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Content of the "Bulk Data Processes - Remove Duplicate Primary OCRs" page + <b>WARNING:</b> Clicking this button will activate a batch that permanently removes any duplicate Primary Opportunity Contact Roles that exist in your org. These records won't be recoverable in the recycle bin, so be careful to review expected changes in advance.<br/><br/> + +<b>This is an irreversible process.</b> +This change updates Opportunity Contact Role records. Before starting this process, we recommend that you back up your data. We also recommend disabling the following when they affect Opportunities: +<br/> +<br/> +● Custom Validation Rules<br/> +● Workflow Rules<br/> +● Process Builder<br/> +● Visual Workflows<br/> +● Custom Triggers<br/><br/> +Once the process is 100% complete, you can safely leave or refresh this page. + + + stgHelpRDAddCampaign + Settings + en_US + false + stgHelpRDAddCampaign + When selected, NPSP copies the Campaign you specified on the Recurring Donation to its installment Opportunities. + + + stgHelpRDBatch + Settings + en_US + false + stgHelpRDBatch + This utility runs a batch process for all open-ended Recurring Donations, and based on the number of Opportunity Forecast Months: +<br/> +<br/> +● creates new opportunities<br/> +● updates the number of Installments and Paid Amount<br/> +<br/> +This process may take some time, but you can close this page and the process will continue in the background. + + + stgHelpRDBatchSize + Settings + en_US + true + RD Batch Size Settings Help Text + The number of records to process at a time when running the Recurring Donations batch job. The default size is 50. Reduce to a smaller number if the batch job is failing due to system limits. + + + stgHelpRDDisableScheduling + Settings + en_US + false + stgHelpRDDisableScheduling + Prevents the scheduling of the nightly update to Recurring Donations. + + + stgHelpRDFailures + Settings + en_US + false + stgHelpRDFailures + The number of Recurring Donations that failed to update in the last batch operation. + + + stgHelpRDFieldMap + Settings + en_US + false + stgHelpRDFieldMap + This setting lets you map fields from the Recurring Donation record to the Recurring Donation's child Opportunities. + + + stgHelpRDFieldMapOppField + Settings + en_US + false + stgHelpRDFieldMapOppField + no longer used. + + + stgHelpRDFieldMapRDField + Settings + en_US + false + stgHelpRDFieldMapRDField + no longer used. + + + stgHelpRDInstallmentCreateOptionMessage + Settings + en_US + true + Help Text for Recurring Donation Setting Installment Opportunity Auto-Creation + Specifies when NPSP will create installment Opportunities for Recurring Donations. The default is Always Create Next Installment. + + + stgHelpRDLastRun + Settings + en_US + false + stgHelpRDLastRun + The date and time of the last batch update of Recurring Donations. + + + stgHelpRDMaxDonations + Settings + en_US + false + stgHelpRDMaxDonations + Restricts the total number of Donations (installments) for Fixed-Length Recurring Donations. The default is 50. + + + stgHelpRDOpenOppBehavior + Settings + en_US + false + stgHelpRDOpenOppBehavior + Tells NPSP what to do with any remaining open Opportunities when you mark the status of an Open-Ended Recurring Donation as Closed. + + + stgHelpRDOppForecastMonths + Settings + en_US + false + stgHelpRDOppForecastMonths + Number of months' worth of open Opportunities that NPSP maintains on Open-Ended Recurring Donations. NPSP makes sure there are always this many months' worth of Opportunities by creating the appropriate number of new Opportunities every month. + + + stgHelpRDOppRT + Settings + en_US + false + stgHelpRDOppRT + The Opportunity record type assigned to the Recurring Donation's installment Opportunities. + + + stgHelpRDPeriodFrequency + Settings + en_US + false + stgHelpRDPeriodFrequency + The amount of time the Custom Installment Period covers. + + + stgHelpRDPeriodName + Settings + en_US + false + stgHelpRDPeriodName + The name of the new Custom Installment Period. + + + stgHelpRDPeriodType + Settings + en_US + false + stgHelpRDPeriodType + The unit of time (days, weeks, months, years) for the Custom Installment Period. + + + stgHelpRDSuccesses + Settings + en_US + false + stgHelpRDSuccesses + Number of Recurring Donations successfully updated in the last batch run. + + + stgHelpRecDon + Settings + en_US + false + stgHelpRecDon + This setting lets you create Custom Installment Periods for Recurring Donations, different from the default Installment Periods (monthly, quarterly, yearly, and so on) that come with NPSP. + + + stgHelpRelAutoCreatedDup + Settings + en_US + false + stgHelpRelAutoCreatedDup + NPSP deduplicates auto-created Relationships. Select this option if you want to disable automatic deduplication, and allow multiple Relationships of the same Type to exist between two Contacts. + + + stgHelpRelFieldSyncToggle + Settings + en_US + true + stgHelpRelFieldSyncToggle + Select this option to sync custom Relationships fields between the two Contacts in a relationship pair. + + + stgHelpRelGenderField + Settings + en_US + false + stgHelpRelGenderField + Custom field that specifies the gender of a Contact. Salesforce uses the value in this field to determine reciprocal relationships. + + + stgHelpRelReciprocalFemale + Settings + en_US + false + stgHelpRelReciprocalFemale + The value Salesforce uses if the Contact's Gender field value is Female, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMale + Settings + en_US + false + stgHelpRelReciprocalMale + The value Salesforce uses if the Contact's Gender field value is Male, or if the Contact's Salutation indicates gender. + + + stgHelpRelReciprocalMethod + Settings + en_US + false + stgHelpRelReciprocalMethod + Specifies the method used for generating reciprocal relationships. + + + stgHelpRelReciprocalName + Settings + en_US + false + stgHelpRelReciprocalName + The name of the Relationship. The name will be an option Users can select in the Type picklist when creating a Relationship between Contacts. + + + stgHelpRelReciprocalNeutral + Settings + en_US + false + stgHelpRelReciprocalNeutral + The value Salesforce uses if it cannot determine the Contact's gender based on Gender field value or Salutation. + + + stgHelpRelSyncFields + Settings + en_US + true + stgHelpRelSyncFields + Select the custom Relationship fields you do not want synchronized between the two Contacts in a Relationship pair. Control or command click to select more than one field. + + + stgHelpRespectDuplicateRuleSettings + Settings + en_US + true + Respect the settings on a Duplicate Rule that control allowing duplicates. + Respect the settings on a Duplicate Rule that control whether duplicate records are allowed. +To check your existing settings, go to Duplicate Rules under Setup. For any rule, when the Action On Create or Action On Edit fields are set to "Allow," duplicates will be saved. + + + stgHelpReviewErrorLog + Settings + en_US + false + stgHelpReviewErrorLog + Review <a href="#" onclick="ShowPanel('idPanelErrorLog');return false;">Error Logs</a> to see if there are issues. + + + stgHelpRollupBatchSize + Settings + en_US + false + stgHelpRollupBatchSize + The number of records processed at a time when calculating donor statistics. The default size is 200. Reduce to a smaller number if the Opportunity Rollups are failing due to system limits. + + + stgHelpRollupExcludeAccountOppRT + Settings + en_US + false + stgHelpRollupExcludeAccountOppRT + Opportunities with the selected record types won't be included in rollups to the Account. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeAccountOppType + Settings + en_US + false + stgHelpRollupExcludeAccountOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Account. + + + stgHelpRollupExcludeAlloOppRecType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppRecType + GAU Allocations from Opportunities with the selected record types won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeAlloOppType + Allocation, Settings + en_US + false + stgHelpRollupExcludeAlloOppType + GAU Allocations from Opportunities that have this value in the Type picklist won't be included when rolling up to the General Accounting Unit record. + + + stgHelpRollupExcludeContactOppRT + Settings + en_US + false + stgHelpRollupExcludeContactOppRT + Opportunities with the selected record types won't be included in rollups to the Contact. Control or Command click to select more than one record type. + + + stgHelpRollupExcludeContactOppType + Settings + en_US + false + stgHelpRollupExcludeContactOppType + Opportunities that have this value in the Type picklist won't be included in rollups to the Contact. + + + stgHelpRollupNDayValue + Settings + en_US + false + stgHelpRollupNDayValue + Sets the value for 'N day' rollups, where 'N' is the number of days from today into the past. This value defaults to rollup over the past 365 days. + + + stgHelpRollupPrimaryContact + Settings + en_US + false + stgHelpRollupPrimaryContact + When this option is selected, Salesforce will ALWAYS roll up donor data to the Opportunity's Primary Contact. Note that only the Account on the Opportunity will receive hard credit. So, if the Account Name on the Opportunity is an Organization, that Organization and the Primary Contact will receive hard credit; the Contact's Household or 1:1 Account will NOT receive hard credit. If left unselected, and the Opportunity's Account is an Organization, only the Organization will receive credit for the Opportunity. + + + stgHelpRollupSkewLimit + Settings + en_US + false + stgHelpRollupSkewLimit + The maximum number of related Opportunities on an Account or Contact allowed in the non-Skew Mode Rollup Batch Jobs. An Account or Contact with more than this number of related Opportunities will always be rolled up using Skew Mode. + + + stgHelpSalesforceSetup + Settings + en_US + false + stgHelpSalesforceSetup + Looking to customize page layouts, add fields, or add users? Try the <a href="/setup/forcecomHomepage.apexp?setupid=ForceCom" target="_blank">Salesforce Setup</a> pages. + + + stgHelpSimpleAddrChangeIsUpdate + NPSP Settings + en_US + false + stgHelpSimpleAddrChangeIsUpdate + A simple address change is a change (such as correcting a typo, or deleting white space) to a single Contact or Account address field. When this option is selected, Salesforce treats these changes as updates to the existing address (i.e., no new Address object is created). + + + stgHelpSoftCreditRoles + Settings + en_US + false + stgHelpSoftCreditRoles + Opportunity Contact Roles you want to include in Soft Credit rollups. Control or Command click to select multiple roles. + + + stgHelpStoreErrorsOn + Settings + en_US + false + stgHelpStoreErrorsOn + When selected, NPSP will store errors. You can view stored errors in System Tools | Error Log on the NPSP Settings page. + + + stgHelpTDTM + Settings + en_US + false + stgHelpTDTM + Trigger Handlers contain the actual business logic that needs to be executed for a particular trigger event. + + + stgHelpTHActive + Settings + en_US + false + stgHelpTHActive + Indicates that this Trigger Handler is active and will run when Trigger Action criteria is met. + + + stgHelpTHAsync + Settings + en_US + false + stgHelpTHAsync + Indicates that this trigger handler's After Events should run asynchronously. WARNING: If the specified Apex Class doesn't support asynchronous processing and you select this checkbox, the class may not work properly. + + + stgHelpTHClass + Settings + en_US + false + stgHelpTHClass + The Apex class to run. + + + stgHelpTHLoadOrder + Settings + en_US + false + stgHelpTHLoadOrder + Order in which this trigger should be run. If the records that this trigger handler processes have related records, the load order ensures that they're created or updated in the correct order. + + + stgHelpTHObject + Settings + en_US + false + stgHelpTHObject + The object related to this trigger handler. + + + stgHelpTHTriggerAction + Settings + en_US + false + stgHelpTHTriggerAction + Actions that fire this trigger. Ctrl and Command click to select more than one action. + + + stgHelpTriggerHandlers + Settings + en_US + false + stgHelpTriggerHandlers + These triggers control core functionality in the Nonprofit Success Pack, so please exercise extreme caution when creating or modifying them. + + + stgHelpTriggerHandlersAsync + Health Check + en_US + false + stgHelpTriggerHandlersAsync + If you select the Asynchronous After Events option for a Trigger Handler, it can have unintended consequences. You should test the Trigger Handler thoroughly in a sandbox environment before deploying it to production. + + + stgHelpUDROperation + Settings + en_US + false + stgHelpUDROperation + Determines how the field should roll up. Only operations that are valid for the selected Opportunity field are listed. + + + stgHelpUDROppField + Settings + en_US + false + stgHelpUDROppField + The Opportunity field to roll up. + + + stgHelpUDRTargetObject + Settings + en_US + false + stgHelpUDRTargetObject + The object on which the rollup information will appear. + + + stgHelpUseDatedConvRates + Settings + en_US + false + stgHelpUseDatedConvRates + When checked, Dated Exchange Rates are used for currency conversion. If unchecked, the standard exchange rate is used even if Advanced Currency Management is enabled. + + + stgHHDataRefreshTitle + Settings + en_US + false + stgHHDataRefreshTitle + Refresh Household Data + + + stgHHNameRefreshTitle + Settings + en_US + false + stgHHNameRefreshTitle + Refresh Household Names + + + stgInstallmentOppDisableAll + Settings + en_US + true + Disable Installments Auto-Creation process + Disable All Installments + + + stgInstallmentOppDisableFirst + Settings + en_US + true + Disable First Installment Auto-Creation on Create + Disable First Installment on Create + + + stgInstallmentOppEnableAll + Settings + en_US + true + Always Create Next Installment + Always Create Next Installment + + + stgInstallScriptError + en_US + true + stgInstallScriptError + Your installation was successful, but we detected a slight problem. To fix the problem, simply load the NPSP Settings page in Salesforce. + +Note: The NPSP Settings tab is visible in the Nonprofit Success Pack application. If you don't see the tab, select Nonprofit Success Pack from the app menu in the upper-right corner. + + + stgLabelActionColumn + Settings + en_US + false + stgLabelActionColumn + Action + + + stgLabelAddressVerification + Settings + en_US + false + stgLabelAddressVerification + Address Settings + + + stgLabelAfflSettings + Settings + en_US + false + stgLabelAfflSettings + Affiliations Settings + + + stgLabelAlloBatchProgress + Allocation, Settings + en_US + false + stgLabelAlloBatchProgress + Rollup Allocations Batch Progress + + + stgLabelAllocationBehaviorSettings + Allocation, Settings + en_US + true + stgLabelAllocationsRollupSettings + Allocation Behavior Settings + + + stgLabelAllocationsRollupSettings + Allocation, Settings + en_US + false + stgLabelAllocationsRollupSettings + GAU Allocations Rollup Settings + + + stgLabelAllocationsSettings + Allocation, Settings + en_US + false + stgLabelAllocationsSettings + Default Allocations Settings + + + stgLabelAllRecordTypes + Settings + en_US + false + stgLabelAllRecordTypes + - all record types - + + + stgLabelAreYouSure + Settings + en_US + false + stgLabelAreYouSure + Are you sure? + + + stgLabelAutoContactRoles + Settings + en_US + false + stgLabelAutoContactRoles + Default Contact Roles + + + stgLabelBatchJobRollupSkewSizes + Settings + en_US + false + stgLabelBatchJobRollupSkewSizes + Rollup Batch Job Skew Mode Sizes + + + stgLabelBatchJobSizes + Settings + en_US + false + stgLabelBatchJobSizes + Rollup Batch Job Sizes + + + stgLabelBatchProcessingOptions + Settings + en_US + true + stgLabelBatchProcessingOptions + Batch Processing Options + + + stgLabelBatchStatus + Settings + en_US + false + stgLabelBatchStatus + Batch Status + + + stgLabelBDESettings + Settings + en_US + false + stgLabelBDESettings + Batch Data Entry Settings + + + stgLabelCreateMissingPayments + Settings + en_US + false + stgLabelCreateMissingPayments + Create Missing Payments + + + stgLabelCurrentUDR + Settings + en_US + false + stgLabelCurrentUDR + Current User Defined Rollups + + + stgLabelDeceasedBatch + NPSP Settings + en_US + true + Menu title for the Batch job to recalculate All Members Deceased + Recalculate Deceased Household Accounts + + + stgLabelDoNotRename + Settings + en_US + false + stgLabelDoNotRename + - do not rename - + + + stgLabelErrorNotify + Settings + en_US + false + stgLabelErrorNotify + Error Notification Settings + + + stgLabelExamplesFGFormat + Settings + en_US + false + stgLabelExamplesFGFormat + Examples for Formal Greeting Format + + + stgLabelExamplesHHNameFOrmat + Settings + en_US + false + stgLabelExamplesHHNameFOrmat + Examples for Household Name Format + + + stgLabelExamplesIGFormat + Settings + en_US + false + stgLabelExamplesIGFormat + Examples for Informal Greeting Format + + + stgLabelField + Settings + en_US + false + stgLabelField + Field + + + stgLabelFieldValueNone + Recurring-Donations, Component + en_US + true + Display the value None + None + + + stgLabelHHGeneral + Settings + en_US + false + stgLabelHHGeneral + General Settings + + + stgLabelHHNaming + Settings + en_US + false + stgLabelHHNaming + Household Name Settings + + + stgLabelHHNamingProgress + Settings + en_US + false + stgLabelHHNamingProgress + Naming Activation Progress + + + stgLabelHHObject + Settings + en_US + false + stgLabelHHObject + Household Object + + + stgLabelHHOCR + Settings + en_US + false + stgLabelHHOCR + Household Opportunity Contact Roles + + + stgLabelHHSettings + Settings + en_US + false + stgLabelHHSettings + Household Settings + + + stgLabelHidden + Settings + en_US + true + stgLabelHidden + Hidden + + + stgLabelHonoreeNotificationHelpText + Settings + en_US + false + stgLabelHonoreeNotificationHelpText + Auto-create Opportunity Contact Roles for Honoree and Notification Recipient Contacts. + + + stgLabelHonoreeNotificationOCR + Settings + en_US + false + stgLabelHonoreeNotificationOCR + Honoree and Notification Recipient Opportunity Contact Roles + + + stgLabelLeadSettings + Settings + en_US + false + stgLabelLeadSettings + Lead Settings + + + stgLabelLvlAssignBatchTitle + NPSP Settings + en_US + true + menu title for the Level Assignment Batch in NPSP Settings + Level Assignment Batch + + + stgLabelMembershipSettings + Settings + en_US + false + stgLabelMembershipSettings + Membership Settings + + + stgLabelName + Settings + en_US + false + Intended for the name of a metadata record and not a person. + Name + + + stgLabelNewAutoRel + Settings + en_US + false + stgLabelNewAutoRel + New Automatic Relationship + + + stgLabelNewPaymentMapping + Settings + en_US + false + stgLabelNewPaymentMapping + New Payment Field Mapping + + + stgLabelNewRDFieldMap + Settings + en_US + false + stgLabelNewRDFieldMap + New Custom Field Mapping + + + stgLabelNewRelReciprocal + Settings + en_US + false + stgLabelNewRelReciprocal + New Reciprocal Relationship + + + stgLabelNewTH + Settings + en_US + false + stgLabelNewTH + New Trigger Handler + + + stgLabelNewUDR + Settings + en_US + false + stgLabelNewUDR + New User Defined Rollup + + + stgLabelNone + Settings + en_US + true + --None-- picklist value + --None-- + + + stgLabelObject + Settings + en_US + false + stgLabelObject + Object + + + stgLabelOK + Settings + en_US + false + stgLabelOK + OK + + + stgLabelONS + Settings + en_US + false + stgLabelONS + Opportunity Name Settings + + + stgLabelOppBatchProgress + Settings + en_US + false + stgLabelOppBatchProgress + Rollup Donations Batch Progress + + + stgLabelOppCampMembers + Settings + en_US + false + stgLabelOppCampMembers + Campaign Members + + + stgLabelOppNamingRefreshTitle + Settings + en_US + false + stgLabelOppNamingRefreshTitle + Refresh Opportunity Names + + + stgLabelOppNamingSettings + Settings + en_US + false + stgLabelOppNamingSettings + Opportunity Names + + + stgLabelOppPrimaryContactTitle + Settings + en_US + false + stgLabelOppPrimaryContactTitle + Refresh Opportunity Primary Contact + + + stgLabelOppRollupRT + Settings + en_US + false + stgLabelOppRollupRT + Opportunity Rollup Record Types + + + stgLabelOppRollups + Settings + en_US + false + stgLabelOppRollups + Opportunity Rollups + + + stgLabelOppUpdatePrimaryContact + Settings + en_US + false + stgLabelOppUpdatePrimaryContact + Batch Update Primary Contact + + + stgLabelOther + Settings + en_US + false + stgLabelOther + other + + + stgLabelOtherDateFormat + Settings + en_US + false + stgLabelOtherDateFormat + Other Date Format + + + stgLabelOtherFormalGreetingFormat + Settings + en_US + false + stgLabelOtherFormalGreetingFormat + Other Formal Greeting Format + + + stgLabelOtherHHNameFormat + Settings + en_US + true + stgLabelOtherHHNameFormat + Other Household Name Format + + + stgLabelOtherInformalGreetingFormat + Settings + en_US + false + stgLabelOtherInformalGreetingFormat + Other Informal Greeting Format + + + stgLabelOtherOpportunigyNamingFormat + Settings + en_US + false + stgLabelOtherOpportunigyNamingFormat + Other Opportunigy Naming Format + + + stgLabelPaymentMapNoValidFields + Settings + en_US + false + stgLabelPaymentMapNoValidFields + No Valid Field Available + + + stgLabelPaymentSettings + Settings + en_US + false + stgLabelPaymentSettings + Payment Settings + + + stgLabelPrimaryContactRoleMergeBatch + NPSP Settings + en_US + true + Menu title for the Duplicate Primary OCRs in NPSP Settings + Remove Duplicate Primary OCRs + + + stgLabelRDFieldMap + Settings + en_US + false + stgLabelRDFieldMap + Custom Field Mappings + + + stgLabelRDNewPeriod + Settings + en_US + false + stgLabelRDNewPeriod + New Installment Period + + + stgLabelRDPeriod + Settings + en_US + false + stgLabelRDPeriod + Custom Installment Periods + + + stgLabelRDSettings + Settings + en_US + false + stgLabelRDSettings + Recurring Donation Settings + + + stgLabelRDStatus + Settings + en_US + false + stgLabelRDStatus + Updating Recurring Donation Opportunities + + + stgLabelRelationshipSyncNoValidFields + Settings + en_US + true + stgLabelRelationshipSyncNoValidFields + No Valid Field Available + + + stgLabelRelSettings + Settings + en_US + false + stgLabelRelSettings + General Settings + + + stgLabelSelectChatterGroup + Settings + en_US + false + stgLabelSelectChatterGroup + Select Chatter Group + + + stgLabelSoftCredit + Settings + en_US + false + stgLabelSoftCredit + Soft Credit Settings + + + stgLabelTriggerHandlers + Settings + en_US + false + stgLabelTriggerHandlers + Trigger Handlers + + + stgLabelTypeAhead + Settings + en_US + false + stgLabelTypeAhead + Start typing... + + + stgLabelUDRNoOppFields + Settings + en_US + false + stgLabelUDRNoOppFields + No valid Opportunity fields found. + + + stgLabelUDROp + Settings + en_US + false + stgLabelUDROp + Rollup Operation + + + stgLabelUDROppField + Settings + en_US + false + stgLabelUDROppField + Opportunity Field + + + stgLabelUDRTargetField + Settings + en_US + false + stgLabelUDRTargetField + Target Field + + + stgLabelUDRTargetFieldHelp + Settings + en_US + true + stgLabelUDRTargetFieldHelp + The custom field on the target object that will display your custom rollup summary. This field must be of the same type as the Opportunity field you're rolling up. + + + stgLabelUDRTargetObject + Settings + en_US + false + stgLabelUDRTargetObject + Target Object + + + stgLabelView + Settings + en_US + false + stgLabelView + View + + + stgLabelYearPicklistLastYear + Settings + en_US + true + Label for previous year + Last Year + + + stgLabelYearPicklistThisYear + Settings + en_US + true + Label for current year + This Year + + + stgLabelYearPicklistYearsAgo + Settings + en_US + true + Label for dynamic number of years ago + {0} Years Ago + + + stgLastModifiedBy + Settings + en_US + true + Last Modified By + Last Modified By + + + stgLinkDelete + Settings + en_US + false + stgLinkDelete + Del + + + stgNavAccountModel + Settings + en_US + false + stgNavAccountModel + Account Model + + + stgNavAddressVerification + Settings + en_US + false + stgNavAddressVerification + Addresses + + + stgNavAffiliations + Settings + en_US + false + stgNavAffiliations + Affiliations + + + stgNavAllocations + Allocation, Settings + en_US + false + stgNavAllocations + GAU Allocations + + + stgNavBatchProcessSettings + Settings + en_US + false + stgNavBatchProcessSettings + Batch Process Settings + + + stgNavBDE + Settings + en_US + false + stgNavBDE + Batch Data Entry + + + stgNavBulkProcesses + Settings + en_US + false + stgNavBulkProcesses + Bulk Data Processes + + + stgNavConnections + Settings + en_US + false + stgNavConnections + Connections + + + stgNavContactRoles + Settings + en_US + false + stgNavContactRoles + Contact Roles + + + stgNavContacts + Settings + en_US + false + stgNavContacts + Contacts + + + stgNavDonations + Settings + en_US + false + stgNavDonations + Donations + + + stgNavDonorStatistics + Settings + en_US + false + stgNavDonorStatistics + Donor Statistics + + + stgNavErrorLog + Settings + en_US + false + stgNavErrorLog + Error Log + + + stgNavErrorNotify + Settings + en_US + false + stgNavErrorNotify + Error Notifications + + + stgNavHealthCheck + Settings + en_US + false + stgNavHealthCheck + Health Check + + + stgNavHouseholds + Settings + en_US + false + stgNavHouseholds + Households + + + stgNavLeads + Settings + en_US + false + stgNavLeads + Leads + + + stgNavMembership + Settings + en_US + false + stgNavMembership + Membership + + + stgNavPaymentMappings + Settings + en_US + false + stgNavPaymentMappings + Payment Mappings + + + stgNavPayments + Settings + en_US + false + stgNavPayments + Payments + + + stgNavPeople + Settings + en_US + false + stgNavPeople + People + + + stgNavRD2Enablement + Settings + en_US + true + stgNavRD2Enablement + Upgrade to Enhanced Recurring Donations + + + stgNavRD2StatusAutomation + Settings + en_US + true + Menu name for the Status Automation settings + Status Automation + + + stgNavRD2StatusMapping + Settings + en_US + true + Menu name for the status to state mapping settings + Status to State Mapping + + + stgNavRDBatch + Settings + en_US + false + stgNavRDBatch + Recurring Donations Batch + + + stgNavRDFieldMap + Settings + en_US + false + stgNavRDFieldMap + Recurring Donation Custom Field Mappings + + + stgNavRDInstallmentPeriods + Settings + en_US + false + stgNavRDInstallmentPeriods + Recurring Donation Custom Installment Periods + + + stgNavRecurringDonations + Settings + en_US + false + stgNavRecurringDonations + Recurring Donations + + + stgNavRelationships + Settings + en_US + false + stgNavRelationships + Relationships + + + stgNavRelAutoCreate + Settings + en_US + false + stgNavRelAutoCreate + Relationships Autocreation + + + stgNavRelReciprocal + Settings + en_US + false + stgNavRelReciprocal + Relationship Reciprocal Settings + + + stgNavRollupAlloBatch + Allocation, Settings + en_US + false + stgNavRollupAlloBatch + Rollup Allocations Batch + + + stgNavRollupBatch + Settings + en_US + false + stgNavRollupBatch + Rollup Donations Batch + + + stgNavRollups + Settings + en_US + true + stgNavRollups + Rollups + + + stgNavSchedule + Settings + en_US + false + stgNavSchedule + Process Scheduler + + + stgNavSystem + Settings + en_US + false + stgNavSystem + System Tools + + + stgNavTriggerConfig + Settings + en_US + false + stgNavTriggerConfig + Trigger Configuration + + + stgNavUserDefinedRollups + Settings + en_US + false + stgNavUserDefinedRollups + User Defined Rollups + + + stgNoObjectsFound + Settings + en_US + true + No records of an object found. Pass in the object's plural label. + No {0} found. + + + stgNotApplicable + Settings + en_US + false + stgNotApplicable + N/A + + + stgNPSPGuideImportData + Settings + en_US + false + stgNPSPGuideImportData + NPSP Guide to Importing Data + + + stgNPSPSettings + Settings + en_US + false + stgNPSPSettings + Nonprofit Success Pack Application Settings + + + stgNPSPSettingsTitle + Settings + en_US + false + stgNPSPSettingsTitle + Nonprofit Success Pack Settings + + + stgNPSPWorkbook + Settings + en_US + false + stgNPSPWorkbook + NPSP Fundraising Trail + + + stgOppNamingDescription + Settings, OppNaming + en_US + false + stgOppNamingDescription + When you create an Opportunity, the Name is automatically populated using a default naming convention. You can customize the naming convention by creating custom Opportunity Names. + + + stgPowerOfUsHub + Settings + en_US + false + stgPowerOfUsHub + Trailblazer Community + + + stgRDNamingDescription + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Description + When you create a Recurring Donation, NPSP automatically populates the Name using the specified name format. Choose Disable Automatic Naming to turn this feature off. + + + stgRDNamingDisable + Settings RDNaming + en_US + true + Recurring Donation Auto Naming disable option + Disable Auto Naming + + + stgRDNamingOptionLabel + Settings RDNaming + en_US + true + Recurring Donation Auto Naming Option Label + Recurring Donation Name Format + + + stgReset + Settings + en_US + true + stgReset + Reset + + + stgSelectOne + Settings + en_US + false + stgSelectOne + Select one + + + stgStatusDisabled + Settings + en_US + true + stgStatusDisabled + Disabled + + + stgStatusEnabled + Settings + en_US + true + stgStatusEnabled + Enabled + + + stgTools + Settings + en_US + false + stgTools + Tools + + + stgUnknownError + Settings + en_US + true + stgUnknownError + Unknown error. Please try again. + + + stgValidationHHAccountHHRules + Settings + en_US + false + stgValidationHHAccountHHRules + The Account Model is set to 'Household Account', which requires Household Rules to be set to 'No Contacts'. When using Household Accounts, there is no need to have an additional Household Object. + + + stopRecurringDonation + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop Recurring Donation + + + stopRecurringDonationModalTitle + RDAction + en_US + true + Label for Stop Recurring Donation Recurring Donations Action + Stop this Recurring Donation? + + + updatePaymentMethod + RDAction + en_US + true + Label for update payment method option on Recurring Donations Action + Update Payment Method + + + updateRecurringDonation + RDAction + en_US + true + Label for modifications on Recurring Donations + Update Recurring Donation + + + UTIL_InputFormFormFieldAltLabelDate + Alt Label + en_US + true + Alt Text for the Date Picker icon + Date Picker + + + UTIL_InputFormFormFieldAltLabelLookup + Alt Label + en_US + true + Alt Text for the Lookup icon + Lookup + + + viewDuplicates + Potential Duplicates + en_US + true + Label for View Duplicates link + View Duplicates + + + Zip_Not_Found + address, verification + en_US + true + Zip Not Found + Zip code not found. + + + Zipcode_Verification_Limit + address, verification + en_US + true + Zipcode Verification Limit + You cannot verify more than 100 zipcodes at a time. + + diff --git a/test/snapshot/sampleProjects/customLabels-multiple/sfdx-project.json b/test/snapshot/sampleProjects/customLabels-multiple/sfdx-project.json new file mode 100644 index 0000000000..7ab4f1247b --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/sfdx-project.json @@ -0,0 +1,17 @@ +{ + "name": "customLabelsMultipleProject", + "namespace": "", + "packageDirectories": [ + { + "default": true, + "path": "core" + }, + { + "path": "app1" + }, + { + "path": "app2" + } + ], + "sourceApiVersion": "59.0" +} diff --git a/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts b/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts new file mode 100644 index 0000000000..dfb9b2009f --- /dev/null +++ b/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts @@ -0,0 +1,68 @@ +/* + * Copyright (c) 2023, salesforce.com, inc. + * All rights reserved. + * Licensed under the BSD 3-Clause license. + * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause + */ +import * as fs from 'node:fs'; +import * as path from 'node:path'; +import { expect } from 'chai'; +import { dirEntsToPaths, fileSnap, dirsAreIdentical } from '../../helper/conversions'; +import { MetadataConverter } from '../../../../src/convert/metadataConverter'; +import { ComponentSetBuilder } from '../../../../src/collections/componentSetBuilder'; + +// we don't want failing tests outputting over each other +/* eslint-disable no-await-in-loop */ + +describe('Multiple large custom labels files', () => { + const testDir = path.join('test', 'snapshot', 'sampleProjects', 'customLabels-multiple'); + + // The directory containing metadata in source format to be converted + const sourceDir = path.join(testDir, 'originalSource'); + + // The directory of snapshots containing expected conversion results + const snapshotsDir = path.join(testDir, '__snapshots__'); + + // The directory where metadata is converted as part of testing + const testOutput = path.join(testDir, 'testOutput'); + + /** Return only the files involved in the conversion */ + const getConvertedFilePaths = async (outputDir: string): Promise => + dirEntsToPaths( + await fs.promises.readdir(outputDir, { + recursive: true, + withFileTypes: true, + }) + ); + + // Verifies that multiple, large custom labels files can be converted + // without running out of memory. The directory names in the "originalSource" + // directory are intentionally named "first-app", "second-app", "third-app" + // to ensure custom labels files are found and converted in a certain order. + // If running this test causes out of memory crashes it means there was a + // regression in the conversion code; most likely recompositionFinalizer. + it('verify source convert', async () => { + const cs = await ComponentSetBuilder.build({ + sourcepath: [sourceDir], + projectDir: testDir, + }); + const convertStartTime = Date.now(); + await new MetadataConverter().convert(cs, 'metadata', { + type: 'directory', + outputDirectory: testOutput, + genUniqueDir: false, + }); + // Longer than 2 seconds could indicate a regression + expect(Date.now() - convertStartTime, 'conversion should take less than 2 seconds').to.be.lessThan(2000); + + const convertedFiles = await getConvertedFilePaths(testOutput); + for (const file of convertedFiles) { + await fileSnap(file, testDir); + } + dirsAreIdentical(path.join(snapshotsDir, 'testOutput'), testOutput); + }); + + after(async () => { + await fs.promises.rm(testOutput, { recursive: true, force: true }); + }); +});