-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from SalesforceFoundation/feature/translation-…
…summer21 Adding en-gb and missing translations for Summer21
- Loading branch information
Showing
22 changed files
with
404 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/objectTranslations/Custom_Field_Mapping__c-en_GB.objectTranslation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Custom Field Mapping</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Custom Field Mapping</value> | ||
</caseValues> | ||
<fields> | ||
<help>The Opportunity field to receive the value from the Recurring Donation field. Note that these fields must have the same data type.</help> | ||
<label>Opportunity Field</label> | ||
<name>Opportunity_Field__c</name> | ||
</fields> | ||
<fields> | ||
<help>The Recurring Donation field to copy to the Opportunity field. Note that these fields must have the same data type.</help> | ||
<label>Recurring Donation Field</label> | ||
<name>Recurring_Donation_Field__c</name> | ||
</fields> | ||
<startsWith>Consonant</startsWith> | ||
</CustomObjectTranslation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/objectTranslations/Custom_Installment_Settings__c-en_GB.objectTranslation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<caseValues> | ||
<plural>false</plural> | ||
<value>Custom Installment Settings</value> | ||
</caseValues> | ||
<caseValues> | ||
<plural>true</plural> | ||
<value>Custom Installment Settings</value> | ||
</caseValues> | ||
<fields> | ||
<help>The type of time period the Custom Installment Period covers.</help> | ||
<label>Time Period Type</label> | ||
<name>Increment__c</name> | ||
</fields> | ||
<fields> | ||
<help>The amount of time the Custom Installment Period covers.</help> | ||
<label>Time Period Frequency</label> | ||
<name>Value__c</name> | ||
</fields> | ||
<startsWith>Consonant</startsWith> | ||
</CustomObjectTranslation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fields> | ||
<label>Recurring Donation</label> | ||
<name>Recurring_Donation__c</name> | ||
<relationshipLabel>Opportunities</relationshipLabel> | ||
</fields> | ||
</CustomObjectTranslation> |
Oops, something went wrong.