-
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 #22 from SalesforceFoundation/feature/jen-hebrew
Feature/jen hebrew
- Loading branch information
Showing
4 changed files
with
126 additions
and
0 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
src/objectTranslations/Affiliation__c-iw.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,75 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<caseValues> | ||
<article>None</article> | ||
<plural>false</plural> | ||
<value><!-- Affiliation --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>Definite</article> | ||
<plural>false</plural> | ||
<value><!-- הAffiliation --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>None</article> | ||
<plural>true</plural> | ||
<value><!-- Affiliation --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>Definite</article> | ||
<plural>true</plural> | ||
<value><!-- הAffiliation --></value> | ||
</caseValues> | ||
<fields> | ||
<label>איש קשר</label> | ||
<name>Contact__c</name> | ||
<relationshipLabel>השתייכות לארגונים</relationshipLabel> | ||
</fields> | ||
<fields> | ||
<label>תיאור</label> | ||
<name>Description__c</name> | ||
</fields> | ||
<fields> | ||
<label>תאריך סיום</label> | ||
<name>EndDate__c</name> | ||
</fields> | ||
<fields> | ||
<label>ארגון</label> | ||
<name>Organization__c</name> | ||
<relationshipLabel>אנשי קשר משתייכים</relationshipLabel> | ||
</fields> | ||
<fields> | ||
<help>אם אפשרות זו מסומנת, הארגון של הגורם המשתייך יישמר ברשומה של איש הקשר.</help> | ||
<label>ראשי</label> | ||
<name>Primary__c</name> | ||
</fields> | ||
<fields> | ||
<label>תפקיד</label> | ||
<name>Role__c</name> | ||
</fields> | ||
<fields> | ||
<label>תאריך התחלה</label> | ||
<name>StartDate__c</name> | ||
</fields> | ||
<fields> | ||
<label>מצב</label> | ||
<name>Status__c</name> | ||
<picklistValues> | ||
<masterLabel>Current</masterLabel> | ||
<translation>נוכחי</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Former</masterLabel> | ||
<translation>קודם</translation> | ||
</picklistValues> | ||
</fields> | ||
<gender><!-- Masculine --></gender> | ||
<layouts> | ||
<layout>Affiliation Layout</layout> | ||
<sections> | ||
<label>פרטי השתייכות</label> | ||
<section>Affiliation Information</section> | ||
</sections> | ||
</layouts> | ||
<nameFieldLabel><!-- Affiliation Name --></nameFieldLabel> | ||
</CustomObjectTranslation> |
29 changes: 29 additions & 0 deletions
29
src/objectTranslations/Affiliations_Settings__c-iw.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,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<caseValues> | ||
<article>None</article> | ||
<plural>false</plural> | ||
<value><!-- Affiliations Settings --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>Definite</article> | ||
<plural>false</plural> | ||
<value><!-- הAffiliations Settings --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>None</article> | ||
<plural>true</plural> | ||
<value><!-- Affiliations Settings --></value> | ||
</caseValues> | ||
<caseValues> | ||
<article>Definite</article> | ||
<plural>true</plural> | ||
<value><!-- הAffiliations Settings --></value> | ||
</caseValues> | ||
<fields> | ||
<help>צור או עדכן השתייכויות עבור אנשי קשר הקשורים לחשבונות ארגוניים, כאשר שדה הארגון או ההשתייכות הראשית שלהם עובר שינוי.</help> | ||
<label>ניהול השתייכויות אוטומטי</label> | ||
<name>Automatic_Affiliation_Creation_Turned_On__c</name> | ||
</fields> | ||
<gender><!-- Masculine --></gender> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Translations xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customLabels> | ||
<label>סמן תיבה זו כדי להעניק לאנשי קשר השתייכות אוטומטית כאשר הם נוצרים עם קשר לחשבון.</label> | ||
<name>Automatic_Affiliation_Help_Text</name> | ||
</customLabels> | ||
<customLabels> | ||
<label>נוכחי</label> | ||
<name>DefaultCurrentStatus</name> | ||
</customLabels> | ||
<customLabels> | ||
<label>קודם</label> | ||
<name>DefaultFormerStatus</name> | ||
</customLabels> | ||
<customTabs> | ||
<label>הגדרות השתייכות</label> | ||
<name>Affiliations_Settings</name> | ||
</customTabs> | ||
</Translations> |