From 3ad9e14bb59aaa8cf5656ad19a4db5c73cac19ab Mon Sep 17 00:00:00 2001 From: Yoshihiro OSAWA Date: Thu, 27 Oct 2011 14:31:54 +0900 Subject: [PATCH] translated --- src/classes/FindNearbyMap.cls | 6 +- src/labels/CustomLabels.labels | 318 +++++ .../Account-ja.objectTranslation | 346 +++++ .../Case-ja.objectTranslation | 178 +++ .../Contact-ja.objectTranslation | 104 ++ .../Lead-ja.objectTranslation | 278 ++++ .../Opportunity-ja.objectTranslation | 124 ++ .../findNearby__c-ja.objectTranslation | 36 + src/pages/AGeoCode.page | 2 +- src/pages/CGeoCode.page | 2 +- src/pages/FNSetup.page | 34 +- src/pages/FindNearbyMap.page | 22 +- src/pages/GeoCode.page | 2 +- src/pages/LGeoCode.page | 2 +- src/pages/MapMessage_DoneGeoCoding.page | 2 +- src/profiles/Admin.profile | 1231 ++++++++++++++++- src/translations/ja.translation | 195 +++ 17 files changed, 2836 insertions(+), 46 deletions(-) create mode 100644 src/labels/CustomLabels.labels create mode 100644 src/objectTranslations/Account-ja.objectTranslation create mode 100644 src/objectTranslations/Case-ja.objectTranslation create mode 100644 src/objectTranslations/Contact-ja.objectTranslation create mode 100644 src/objectTranslations/Lead-ja.objectTranslation create mode 100644 src/objectTranslations/Opportunity-ja.objectTranslation create mode 100644 src/objectTranslations/findNearby__c-ja.objectTranslation create mode 100644 src/translations/ja.translation diff --git a/src/classes/FindNearbyMap.cls b/src/classes/FindNearbyMap.cls index 404524b..dd4b4f4 100755 --- a/src/classes/FindNearbyMap.cls +++ b/src/classes/FindNearbyMap.cls @@ -490,7 +490,7 @@ public void setAccountTypeOptions(){ Schema.DescribeFieldResult F = Account.Type.getDescribe(); List P = F.getPicklistValues(); - AccountTypeOptions.add(new SelectOption('All','All')); + AccountTypeOptions.add(new SelectOption('All',system.label.All)); for(integer k =0; k< P.size(); k++) { @@ -530,7 +530,7 @@ public void setAccountIndustryOptions(){ Schema.DescribeFieldResult F = Account.Industry.getDescribe(); List P = F.getPicklistValues(); - AccountIndustryOptions.add(new SelectOption('All','All')); + AccountIndustryOptions.add(new SelectOption('All',system.label.All)); for(integer k =0; k< P.size(); k++) { @@ -563,7 +563,7 @@ public List getLeadStatusOptions(){ Schema.DescribeFieldResult F = Lead.Status.getDescribe(); List P = F.getPicklistValues(); - items.add(new SelectOption('All','All')); + items.add(new SelectOption('All',system.label.All)); for(integer k =0; k< P.size(); k++) { diff --git a/src/labels/CustomLabels.labels b/src/labels/CustomLabels.labels new file mode 100644 index 0000000..08ac889 --- /dev/null +++ b/src/labels/CustomLabels.labels @@ -0,0 +1,318 @@ + + + + AccountTypes + en_US + true + AccountTypes + Account Types + + + Accounts + en_US + true + Accounts + Accounts + + + Accounts30Contacts30Leads30OnAnyOneMap + en_US + true + Accounts30Contacts30Leads30OnAnyOneMap + 30, would display no more than 30 Accounts and 30 Contacts and 30 Leads on any one map. + + + Accuracy + en_US + true + Accuracy + Accuracy + + + AddTheInstalledFields + en_US + true + AddTheInstalledFields + Add the installed fields onto your page layouts. + + + AddTheMapLeadsButton + ja + true + AddTheMapLeadsButton + Add the Map Leads button to the "Select Buttons" list. + + + All + en_US + true + All + All + + + BackTo + en_US + true + BackTo + Back to + + + Contacts + en_US + true + Contacts + Contacts + + + Country1Postal5CodeBuilding9 + en_US + true + Country1Postal5CodeBuilding9 + 1= Country, 5 = Postal Code, 9= Building + + + Customize + en_US + true + Customize + Customize + + + Demo1 + en_US + true + Demo1 + Demo 1 + + + Demo2 + en_US + true + Demo2 + Demo 2 + + + Distance + en_US + true + Distance + Distance + + + Example + en_US + true + Example + Example + + + Filter + en_US + true + Filter + Filter + + + Filters + en_US + true + Filters + Filters + + + GKey + en_US + true + GKey + GKey + + + GeoCoding + en_US + true + GeoCoding + Geo Coding + + + HowMany + en_US + true + HowMany + How Many + + + HowSureOfTheAddress + en_US + true + HowSureOfTheAddress + How "sure" of the address do you need Google to be? + + + Industries + en_US + true + Industries + Industries + + + LeadStatus + en_US + true + LeadStatus + Lead Status + + + Lead_Account_Contact + en_US + true + Lead_Account_Contact + Lead/Account/Contact + + + Leads + en_US + true + Leads + Leads + + + Leads_Accounts_Contacts + en_US + true + Leads_Accounts_Contacts + Leads,Accounts,Contacts + + + ListView + en_US + true + ListView + List View + + + LocatingAccountsDon_tClosThisWindow + en_US + true + LocatingAccountsDon'tClosThisWindow + Locating Accounts... Don't close this window. + + + LocatingContactsDon_tClosThisWindow + en_US + true + LocatingContactsDon'tClosThisWindow + Locating Contacts... Don't close this window. + + + LocatingLeadsDon_tClosThisWindow + en_US + true + LocatingLeadsDon'tClosThisWindow + Locating Leads... Don't close this window. + + + MaximumNumberOf_Records + en_US + true + MaximumNumberOf Records + What is the maximum number of records per object you'd like on a map? + + + My_Records + en_US + true + My Records + My Records + + + ProblemsWithAddress + en_US + true + ProblemsWithAddress + If you find yourself with a lot of "Problems with Address" errors, try relaxing your Accuracy setting. + + + SearchLayouts + en_US + true + SearchLayouts + Search Layouts + + + Setup + en_US + true + Setup + Setup + + + SetupGuide + en_US + true + SetupGuide + Setup Guide + + + Step1GuidesYouThroughThis + en_US + true + Step1GuidesYouThroughThis + This is your Google generated key. You need this to use their services. Step 1 guides you through this. + + + Step1_SetupyourGoogleKey + en_US + true + Step1-SetupyourGoogleKey + Step 1 - Setup your Google Key + + + Step2_ChooseYourSettings + en_US + true + Step2-ChooseYourSettings + Step 2 - Choose your settings + + + Step3AddFields + en_US + true + Step3AddFields + Step 3 - Add Fields + + + Step4ListViews + en_US + true + Step4ListViews + Step 4 - List Views + + + ThereAreFieldsToAddToLAC + en_US + true + ThereAreFieldsToAddToLAC + There are fields to add to Leads, Accounts and Contacts. + + + TheseAreGlobalSettings + en_US + true + TheseAreGlobalSettings + Do you want to map Leads/Accounts/Contacts. These are global settings. + + + ThisIsYourNewPage + en_US + true + ThisIsYourNewPage + This is your new Page + + + YouReDone + en_US + true + You're Done! + You're Done! + + diff --git a/src/objectTranslations/Account-ja.objectTranslation b/src/objectTranslations/Account-ja.objectTranslation new file mode 100644 index 0000000..38dc844 --- /dev/null +++ b/src/objectTranslations/Account-ja.objectTranslation @@ -0,0 +1,346 @@ + + + + + Active__c + + No + No + + + Yes + Yes + + + + + CustomerPriority__c + + High + + + + Low + + + + Medium + + + + + + Find_Nearby__c + + + Industry + + Agriculture + + + + Apparel + + + + Banking + + + + Biotechnology + + + + Chemicals + + + + Communications + + + + Construction + + + + Consulting + + + + Education + + + + Electronics + + + + Energy + + + + Engineering + + + + Entertainment + + + + Environmental + + + + Finance + + + + Food & Beverage + + + + Government + + + + Healthcare + + + + Hospitality + + + + Insurance + + + + Machinery + + + + Manufacturing + + + + Media + + + + Not For Profit + + + + Other + + + + Recreation + + + + Retail + + + + Shipping + + + + Technology + + + + Telecommunications + + + + Transportation + + + + Utilities + + + + + + Lat__c + + + + Lon__c + + + + Mapping_Status__c + + Bad Google Key + 不明なGoogleKey + + + Google Exhausted + Googleのリソース不足 + + + Located + マッピング済 + + + Not Located Yet + 未マッピング + + + Problem with Address + 住所情報に問題有 + + + + + NumberofLocations__c + + + Ownership + + Other + その他 + + + Private + 未上場 + + + Public + 上場 + + + Subsidiary + 子会社 + + + + Rating + + Cold + + + + Hot + + + + Warm + + + + + + SLAExpirationDate__c + + + + SLASerialNumber__c + + + + SLA__c + + Bronze + ブロンズ + + + Gold + ゴールド + + + Platinum + プラチナ + + + Silver + シルバー + + + + Type + + Channel Partner / Reseller + + + + Customer - Channel + + + + Customer - Direct + + + + Installation Partner + + + + Other + + + + Prospect + + + + Technology Partner + + + + + + UpsellOpportunity__c + + Maybe + やや可能性有 + + + No + + + + Yes + + + + + + Which_Address__c + + Billing + 請求先 + + + Do Not Map + マッピングしない + + + Shipping + 納入先 + + + + Account Layout + + +
Custom Links
+
+ + +
FindNearby
+
+
+ + + Billing + + + + Map_Accounts + +
diff --git a/src/objectTranslations/Case-ja.objectTranslation b/src/objectTranslations/Case-ja.objectTranslation new file mode 100644 index 0000000..78755e7 --- /dev/null +++ b/src/objectTranslations/Case-ja.objectTranslation @@ -0,0 +1,178 @@ + + + + + EngineeringReqNumber__c + + + Origin + + Email + メール + + + Phone + 電話 + + + Web + Web + + + + + PotentialLiability__c + + No + + + + Yes + + + + + Priority + + High + + + + Low + + + + Medium + + + + + + Product__c + + GC1020 + + + + GC1040 + + + + GC1060 + + + + GC3020 + + + + GC3040 + + + + GC3060 + + + + GC5020 + + + + GC5040 + + + + GC5060 + + + + + Reason + + Breakdown + 故障 + + + Equipment Complexity + 機器の複雑さ + + + Equipment Design + 機器設計 + + + Feedback + フィードバック + + + Installation + 納品 + + + Other + その他 + + + Performance + 性能 + + + + + SLAViolation__c + + No + + + + Yes + + + + + Status + + Closed + クローズ + + + Escalated + エスカレート + + + New + 新規 + + + Working + 進行中 + + + + Type + + Electrical + 電気的問題 + + + Electronic + 電子的問題 + + + Mechanical + 機械的問題 + + + Other + その他 + + + Structural + 構造上の問題 + + + + + UpsellCrosssellOpportunity + + diff --git a/src/objectTranslations/Contact-ja.objectTranslation b/src/objectTranslations/Contact-ja.objectTranslation new file mode 100644 index 0000000..2a2689f --- /dev/null +++ b/src/objectTranslations/Contact-ja.objectTranslation @@ -0,0 +1,104 @@ + + + + + Find_Nearby__c + + + + Languages__c + + + + Lat__c + + + LeadSource + + Other + その他 + + + Partner Referral + パートナー紹介 + + + Phone Inquiry + 電話問い合わせ + + + Purchased List + 購入リスト + + + Web + Web + + + + + Level__c + + Primary + + + + Secondary + + + + Tertiary + + + + + + Lon__c + + + 取引先責任者のマッピングアドレス + + Mapping_Address__c + + Do Not Map + マッピングしない + + + Mailing + 郵送先 + + + Other + その他 + + + + 取引先責任者のマッピングステータス + + Mapping_Status__c + + Bad Google Key + 不明なGoogleKey + + + Google Exhausted + Googleのリソース不足 + + + Located + マッピング済 + + + Not Located Yet + 未マッピング + + + Problem with Address + 住所情報に問題有 + + + + + Map_Contacts + + diff --git a/src/objectTranslations/Lead-ja.objectTranslation b/src/objectTranslations/Lead-ja.objectTranslation new file mode 100644 index 0000000..802d600 --- /dev/null +++ b/src/objectTranslations/Lead-ja.objectTranslation @@ -0,0 +1,278 @@ + + + + + CurrentGenerators__c + + + + Do_Not_Map__c + + + + Find_Nearby__c + + + Industry + + Agriculture + + + + Apparel + + + + Banking + + + + Biotechnology + + + + Chemicals + + + + Communications + + + + Construction + + + + Consulting + + + + Education + + + + Electronics + + + + Energy + + + + Engineering + + + + Entertainment + + + + Environmental + + + + Finance + + + + Food & Beverage + + + + Government + + + + Healthcare + + + + Hospitality + + + + Insurance + + + + Machinery + + + + Manufacturing + + + + Media + + + + Not For Profit + + + + Other + + + + Recreation + + + + Retail + + + + Shipping + + + + Technology + + + + Telecommunications + + + + Transportation + + + + Utilities + + + + + + Lat__c + + + LeadSource + + Other + その他 + + + Partner Referral + パートナー紹介 + + + Phone Inquiry + 電話問い合わせ + + + Purchased List + 購入リスト + + + Web + Web + + + + + Lon__c + + + + Mapping_Status__c + + Located + マッピング済 + + + Not Located Yet + 未マッピング + + + Problem with Address + 住所情報に問題有 + + + + + NumberofLocations__c + + + + Primary__c + + No + No + + + Yes + Yes + + + + + ProductInterest__c + + GC1000 series + + + + GC3000 series + + + + GC5000 series + + + + + Rating + + Cold + + + + Hot + + + + Warm + + + + + + SICCode__c + + + Status + + Closed - Converted + + + + Closed - Not Converted + + + + Open - Not Contacted + + + + Working - Contacted + + + + + Lead Layout + + +
FinNearby
+
+ + +
カスタムリンク
+
+
+ + + Map_Leads + +
diff --git a/src/objectTranslations/Opportunity-ja.objectTranslation b/src/objectTranslations/Opportunity-ja.objectTranslation new file mode 100644 index 0000000..248a9be --- /dev/null +++ b/src/objectTranslations/Opportunity-ja.objectTranslation @@ -0,0 +1,124 @@ + + + + + CurrentGenerators__c + + + + DeliveryInstallationStatus__c + + Completed + 完了 + + + In progress + 進行中 + + + Yet to begin + 未開始 + + + + LeadSource + + Other + その他 + + + Partner Referral + パートナー紹介 + + + Phone Inquiry + 電話問い合わせ + + + Purchased List + 購入リスト + + + Web + Web + + + + + MainCompetitors__c + + + + OrderNumber__c + + + StageName + + Closed Lost + + + + Closed Won + + + + Id. Decision Makers + + + + Needs Analysis + + + + Negotiation/Review + + + + Perception Analysis + + + + Proposal/Price Quote + + + + Prospecting + + + + Qualification + + + + Value Proposition + + + + + + TrackingNumber__c + + + Type + + Existing Customer - Downgrade + + + + Existing Customer - Replacement + + + + Existing Customer - Upgrade + + + + New Customer + + + + + + DeliveryStatus + + diff --git a/src/objectTranslations/findNearby__c-ja.objectTranslation b/src/objectTranslations/findNearby__c-ja.objectTranslation new file mode 100644 index 0000000..dbac935 --- /dev/null +++ b/src/objectTranslations/findNearby__c-ja.objectTranslation @@ -0,0 +1,36 @@ + + + + false + findNearby + + + 取引先を地図上に表示しますか? + + Accounts__c + + + どの程度の地図精度を設定しますか?数値が高いほど住所情報に忠実にマップを表示します。値は1-9の間で設定し、推奨値は7です。例:1 - 国 / 4 - 郵便番号 / 9 - 建物 + + Accuracy__c + + + 取引先責任者を地図上に表示しますか? + + Contacts__c + + + + GKey__c + + + オブジェクト毎に何レコードまで地図上に表示しますか?(1~200の間を推奨) + + How_Many__c + + + リードを地図上に表示しますか? + + Leads__c + + diff --git a/src/pages/AGeoCode.page b/src/pages/AGeoCode.page index 14c33fc..904374a 100755 --- a/src/pages/AGeoCode.page +++ b/src/pages/AGeoCode.page @@ -30,7 +30,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. - + diff --git a/src/pages/CGeoCode.page b/src/pages/CGeoCode.page index dbf0ffa..4d722c6 100755 --- a/src/pages/CGeoCode.page +++ b/src/pages/CGeoCode.page @@ -30,7 +30,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. - + diff --git a/src/pages/FNSetup.page b/src/pages/FNSetup.page index 3aac9fe..a063f85 100755 --- a/src/pages/FNSetup.page +++ b/src/pages/FNSetup.page @@ -26,47 +26,47 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISE OF THE POSSIBILITY OF SUCH DAMAGE. --> -"Find Nearby" Setup Guide

+"Find Nearby" {!$Label.SetupGuide}

-Step 1 - Setup your Google Key
+{!$Label.Step1_SetupyourGoogleKey}

Google Maps Key


-Step 2 - Choose your settings
+{!$Label.Step2_ChooseYourSettings}


-How Many - What is the maximum number of records per object you'd like on a map?
-     Example: 30, would display no more than 30 Accounts and 30 Contacts and 30 Leads on any one map. +{!$Label.HowMany} - {!$Label.MaximumNumberOf_Records}
+     {!$Label.Example}: {!$Label.Accounts30Contacts30Leads30OnAnyOneMap}

-Leads,Accounts,Contacts - Do you want to map Leads/Accounts/Contacts. These are global settings. +{!$Label.Leads_Accounts_Contacts} - {!$Label.TheseAreGlobalSettings}

-Accuracy - How "sure" of the address do you need Google to be?
-     Example: 1= Country, 5 = Postal Code, 9= Building
-     If you find yourself with a lot of "Problems with Address" errors, try relaxing your Accuracy setting. +{!$Label.Accuracy} - {!$Label.HowSureOfTheAddress}
+     {!$Label.Example}: {!$Label.Country1Postal5CodeBuilding9}
+     {!$Label.ProblemsWithAddress}

-GKey - This is your Google generated key. You need this to use their services. Step 1 guides you through this. +{!$Label.GKey} - {!$Label.Step1GuidesYouThroughThis}



- Step 3 - Add Fields
+ {!$Label.Step3AddFields}
-
     Add the installed fields onto your page layouts. There are fields to add to Leads, Accounts and Contacts.
+
     {!$Label.AddTheInstalledFields} {!$Label.ThereAreFieldsToAddToLAC}




-Step 4 - List Views
+{!$Label.Step4ListViews}


-Setup->Customize->(Lead/Account/Contact)->Search Layouts->(Lead/Account/Contact) List View -
     Add the Map Leads button to the "Select Buttons" list. +{!$Label.Setup}->{!$Label.Customize}->({!$Label.Lead_Account_Contact})->{!$Label.SearchLayouts}->({!$Label.Lead_Account_Contact}) {!$Label.ListView} +
     {!$Label.AddTheMapLeadsButton}




-Demo 1
+{!$Label.Demo1}



-Demo 2
+{!$Label.Demo2}



diff --git a/src/pages/FindNearbyMap.page b/src/pages/FindNearbyMap.page index 0eb172a..31c0ab2 100755 --- a/src/pages/FindNearbyMap.page +++ b/src/pages/FindNearbyMap.page @@ -96,10 +96,10 @@ OF THE POSSIBILITY OF SUCH DAMAGE. color: #FF0000; } - + -
 Filters       
+
 {!$Label.Filters}       
@@ -109,7 +109,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. - + @@ -117,7 +117,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. - + @@ -126,7 +126,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
- + @@ -160,7 +160,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
Leads{!$Label.Leads}
Accounts{!$Label.Accounts}
- Distance + {!$Label.Distance} @@ -136,19 +136,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
Contacts{!$Label.Contacts}
- My Records + {!$Label.My_Records} - +
@@ -175,7 +175,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
- Industries + {!$Label.Industries}
@@ -191,7 +191,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
- Account Types + {!$Label.AccountTypes}
diff --git a/src/pages/GeoCode.page b/src/pages/GeoCode.page index c86cb88..96f3bd9 100755 --- a/src/pages/GeoCode.page +++ b/src/pages/GeoCode.page @@ -28,6 +28,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.

Congratulations

-This is your new Page +{!$Label.ThisIsYourNewPage}
\ No newline at end of file diff --git a/src/pages/LGeoCode.page b/src/pages/LGeoCode.page index 84a0f7a..21e7376 100755 --- a/src/pages/LGeoCode.page +++ b/src/pages/LGeoCode.page @@ -30,7 +30,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. - + diff --git a/src/pages/MapMessage_DoneGeoCoding.page b/src/pages/MapMessage_DoneGeoCoding.page index 4e6d487..f45cad2 100755 --- a/src/pages/MapMessage_DoneGeoCoding.page +++ b/src/pages/MapMessage_DoneGeoCoding.page @@ -26,5 +26,5 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISE OF THE POSSIBILITY OF SUCH DAMAGE. --> - You're Done! + {!$Label.YouReDone} \ No newline at end of file diff --git a/src/profiles/Admin.profile b/src/profiles/Admin.profile index beffa4a..8f43fc1 100755 --- a/src/profiles/Admin.profile +++ b/src/profiles/Admin.profile @@ -33,6 +33,41 @@ TestFindNearbyMap true + + true + Account.AccountNumber + false + + + true + Account.Active__c + false + + + true + Account.AnnualRevenue + false + + + true + Account.BillingAddress + false + + + true + Account.CustomerPriority__c + false + + + true + Account.Description + false + + + true + Account.Fax + false + false Account.Find_Nearby__c @@ -40,64 +75,809 @@ true - Account.Lat__c + Account.Industry + false + + + true + Account.Lat__c + false + + + true + Account.Lon__c + false + + + true + Account.Mapping_Status__c + false + + + true + Account.NumberOfEmployees + false + + + true + Account.NumberofLocations__c + false + + + true + Account.Ownership + false + + + true + Account.ParentId + false + + + true + Account.Phone + false + + + true + Account.Rating + false + + + true + Account.SLAExpirationDate__c + false + + + true + Account.SLASerialNumber__c + false + + + true + Account.SLA__c + false + + + true + Account.ShippingAddress + false + + + true + Account.Sic + false + + + true + Account.Site + false + + + true + Account.TickerSymbol + false + + + true + Account.Type + false + + + true + Account.UpsellOpportunity__c + false + + + true + Account.Website + false + + + true + Account.Which_Address__c + false + + + true + Asset.AccountId + false + + + true + Asset.ContactId + false + + + true + Asset.Description + false + + + true + Asset.InstallDate + false + + + true + Asset.IsCompetitorProduct + false + + + true + Asset.Price + false + + + true + Asset.Product2Id + false + + + false + Asset.ProductCode + true + + + false + Asset.ProductDescription + true + + + false + Asset.ProductFamily + true + + + true + Asset.PurchaseDate + false + + + true + Asset.Quantity + false + + + true + Asset.SerialNumber + false + + + true + Asset.Status + false + + + true + Asset.UsageEndDate + false + + + true + Campaign.ActualCost + false + + + true + Campaign.AmountAllOpportunities + false + + + true + Campaign.AmountWonOpportunities + false + + + true + Campaign.BudgetedCost + false + + + true + Campaign.Description + false + + + true + Campaign.EndDate + false + + + true + Campaign.ExpectedResponse + false + + + true + Campaign.ExpectedRevenue + false + + + false + Campaign.HierarchyActualCost + true + + + false + Campaign.HierarchyAmountAllOpportunities + true + + + false + Campaign.HierarchyAmountWonOpportunities + true + + + false + Campaign.HierarchyBudgetedCost + true + + + false + Campaign.HierarchyExpectedRevenue + true + + + false + Campaign.HierarchyNumberOfContacts + true + + + false + Campaign.HierarchyNumberOfConvertedLeads + true + + + false + Campaign.HierarchyNumberOfLeads + true + + + false + Campaign.HierarchyNumberOfOpportunities + true + + + false + Campaign.HierarchyNumberOfResponses + true + + + false + Campaign.HierarchyNumberOfWonOpportunities + true + + + false + Campaign.HierarchyNumberSent + true + + + true + Campaign.IsActive + false + + + true + Campaign.NumberOfContacts + false + + + true + Campaign.NumberOfConvertedLeads + false + + + true + Campaign.NumberOfLeads + false + + + true + Campaign.NumberOfOpportunities + false + + + true + Campaign.NumberOfResponses + false + + + true + Campaign.NumberOfWonOpportunities + false + + + true + Campaign.NumberSent + false + + + true + Campaign.ParentId + false + + + true + Campaign.StartDate + false + + + true + Campaign.Status + false + + + true + Campaign.Type + false + + + false + Case.AccountId + false + + + true + Case.AssetId + false + + + false + Case.BusinessHoursId + true + + + false + Case.ClosedDate + false + + + false + Case.ClosedOnCreate + true + + + true + Case.ContactId + false + + + true + Case.Description + false + + + true + Case.EngineeringReqNumber__c + false + + + false + Case.IsClosedOnCreate + true + + + false + Case.IsEscalated + false + + + false + Case.IsSelfClosed + true + + + false + Case.IsSelfServiceClosed + true + + + false + Case.IsVisibleInCss + true + + + false + Case.IsVisibleInSelfService + true + + + true + Case.Origin + false + + + true + Case.ParentId + false + + + true + Case.PotentialLiability__c + false + + + true + Case.Priority + false + + + true + Case.Product__c + false + + + true + Case.Reason + false + + + true + Case.SLAViolation__c + false + + + true + Case.Subject + false + + + false + Case.SuppliedCompany + false + + + false + Case.SuppliedEmail + false + + + false + Case.SuppliedName + false + + + false + Case.SuppliedPhone + false + + + true + Case.Type + false + + + true + Contact.AccountId + false + + + true + Contact.AssistantName + false + + + true + Contact.AssistantPhone + false + + + true + Contact.Birthdate + false + + + true + Contact.Department + false + + + true + Contact.Description + false + + + false + Contact.DoNotCall + true + + + true + Contact.Email + false + + + true + Contact.Fax + false + + + false + Contact.Find_Nearby__c + false + + + false + Contact.HasOptedOutOfEmail + true + + + false + Contact.HasOptedOutOfFax + true + + + true + Contact.HomePhone + false + + + true + Contact.Languages__c + false + + + true + Contact.Lat__c + false + + + true + Contact.LeadSource + false + + + true + Contact.Level__c + false + + + true + Contact.Lon__c + false + + + true + Contact.MailingAddress + false + + + true + Contact.Mapping_Address__c + false + + + true + Contact.Mapping_Status__c + false + + + true + Contact.MobilePhone + false + + + true + Contact.OtherAddress + false + + + true + Contact.OtherPhone + false + + + true + Contact.Phone + false + + + true + Contact.ReportsToId + false + + + true + Contact.Title + false + + + false + Contract.ActivatedById + false + + + false + Contract.ActivatedDate + false + + + true + Contract.BillingAddress + false + + + true + Contract.CompanySignedDate + false + + + true + Contract.CompanySignedId + false + + + true + Contract.ContractTerm + false + + + true + Contract.CustomerSignedDate + false + + + true + Contract.CustomerSignedId + false + + + true + Contract.CustomerSignedTitle + false + + + true + Contract.Description + false + + + false + Contract.EndDate + false + + + false + Contract.Name + true + + + true + Contract.OwnerExpirationNotice + false + + + false + Contract.ShippingAddress + true + + + true + Contract.SpecialTerms + false + + + true + Contract.StartDate + false + + + true + Event.Description + false + + + true + Event.IsAllDayEvent false + + false + Event.IsVisibleInSelfService + true + true - Account.Lon__c + Event.Location false + + false + Event.Type + true + true - Account.Mapping_Status__c + Event.WhatId false true - Account.Which_Address__c + Event.WhoId false - false - Contact.Find_Nearby__c + true + Idea.Status false true - Contact.Lat__c + Lead.Address false true - Contact.Lon__c + Lead.AnnualRevenue false true - Contact.Mapping_Address__c + Lead.CurrentGenerators__c false true - Contact.Mapping_Status__c + Lead.Description false + + false + Lead.DoNotCall + true + true Lead.Do_Not_Map__c false + + true + Lead.Email + false + + + true + Lead.Fax + false + false Lead.Find_Nearby__c false + + false + Lead.HasOptedOutOfEmail + true + + + false + Lead.HasOptedOutOfFax + true + + + true + Lead.Industry + false + + + false + Lead.LastTransferDate + true + true Lead.Lat__c false + + true + Lead.LeadSource + false + true Lead.Lon__c @@ -108,6 +888,388 @@ Lead.Mapping_Status__c false + + true + Lead.MobilePhone + false + + + true + Lead.NumberOfEmployees + false + + + true + Lead.NumberofLocations__c + false + + + true + Lead.Phone + false + + + true + Lead.Primary__c + false + + + true + Lead.ProductInterest__c + false + + + true + Lead.Rating + false + + + true + Lead.SICCode__c + false + + + true + Lead.Title + false + + + true + Lead.Website + false + + + true + Opportunity.AccountId + false + + + true + Opportunity.Amount + false + + + true + Opportunity.CampaignId + false + + + true + Opportunity.CurrentGenerators__c + false + + + true + Opportunity.DeliveryInstallationStatus__c + false + + + true + Opportunity.Description + false + + + true + Opportunity.ExpectedRevenue + false + + + true + Opportunity.IsPrivate + false + + + true + Opportunity.LeadSource + false + + + true + Opportunity.MainCompetitors__c + false + + + true + Opportunity.NextStep + false + + + true + Opportunity.OrderNumber__c + false + + + true + Opportunity.Probability + false + + + true + Opportunity.TotalOpportunityQuantity + false + + + true + Opportunity.TrackingNumber__c + false + + + true + Opportunity.Type + false + + + true + OpportunityLineItem.Description + false + + + false + OpportunityLineItem.Discount + true + + + false + OpportunityLineItem.ListPrice + false + + + false + OpportunityLineItem.ProductCode + false + + + true + OpportunityLineItem.ServiceDate + false + + + false + OpportunityLineItem.Subtotal + true + + + true + OpportunityLineItem.TotalPrice + false + + + true + Product2.Description + false + + + true + Product2.Family + false + + + true + Product2.ProductCode + false + + + true + Solution.IsPublished + false + + + true + Solution.IsPublishedInPublicKb + false + + + true + Solution.SolutionNote + false + + + true + Task.ActivityDate + false + + + true + Task.Description + false + + + false + Task.IsVisibleInSelfService + true + + + false + Task.Type + true + + + true + Task.WhatId + false + + + true + Task.WhoId + false + + + Account-Account Layout + + + Asset-Asset Layout + + + Campaign-Campaign Layout + + + CampaignMember-Campaign Member Page Layout + + + Case-Case Layout + + + CaseClose-Close Case Layout + + + Contact-Contact Layout + + + Contract-Contract Layout + + + Event-Event Layout + + + Idea-Idea Layout + + + Lead-Lead Layout + + + Opportunity-Opportunity Layout + + + OpportunityLineItem-Opportunity Product Layout + + + Product2-Product Layout + + + SocialPersona-Social Persona Layout + + + Solution-Solution Layout + + + Task-Task Layout + + + User-User Layout + + + 255.255.255.255 + 0.0.0.0 + + + true + true + true + true + true + Account + true + + + true + true + true + true + true + Asset + true + + + true + true + true + true + true + Campaign + true + + + true + true + true + true + true + Case + true + + + true + true + true + true + true + Contact + true + + + true + true + true + true + true + Contract + true + + + true + true + true + true + true + Idea + true + + + true + true + true + true + true + Lead + true + + + true + true + true + true + true + Opportunity + true + + + true + true + true + true + true + Product2 + true + + + true + true + true + true + true + Solution + true + AGeoCode true @@ -160,6 +1322,11 @@ MapMessage_DoneGeoCoding true + + false + Idea.InternalIdeasIdeaRecordType + false + GeoCode DefaultOn @@ -168,5 +1335,49 @@ Setup_Guide DefaultOn + + standard-Account + DefaultOn + + + standard-Campaign + DefaultOn + + + standard-Case + DefaultOn + + + standard-Contact + DefaultOn + + + standard-Contract + DefaultOn + + + standard-Idea + DefaultOn + + + standard-Lead + DefaultOn + + + standard-Opportunity + DefaultOn + + + standard-Product2 + DefaultOn + + + standard-Solution + DefaultOn + + + standard-UserLicense + DefaultOn + Salesforce diff --git a/src/translations/ja.translation b/src/translations/ja.translation new file mode 100644 index 0000000..0d3268d --- /dev/null +++ b/src/translations/ja.translation @@ -0,0 +1,195 @@ + + + + + Find_Nearby + + + + AccountTypes + + + + Accounts + + + + Accounts30Contacts30Leads30OnAnyOneMap + + + + Accuracy + + + + AddTheInstalledFields + + + + AddTheMapLeadsButton + + + + All + + + + BackTo + + + + Contacts + + + + Country1Postal5CodeBuilding9 + + + + Customize + + + + Demo1 + + + + Demo2 + + + + Distance + + + + Example + + + + Filter + + + + Filters + + + + GKey + + + + GeoCoding + + + + HowMany + + + + HowSureOfTheAddress + + + + Industries + + + + LeadStatus + + + + Lead_Account_Contact + + + + Leads + + + + Leads_Accounts_Contacts + + + + ListView + + + + LocatingAccountsDon_tClosThisWindow + + + + LocatingContactsDon_tClosThisWindow + + + + LocatingLeadsDon_tClosThisWindow + + + + MaximumNumberOf_Records + + + + My_Records + + + + ProblemsWithAddress + + + + SearchLayouts + + + + Setup + + + + SetupGuide + + + + Step1GuidesYouThroughThis + + + + Step1_SetupyourGoogleKey + + + + Step2_ChooseYourSettings + + + + Step3AddFields + + + + Step4ListViews + + + + ThereAreFieldsToAddToLAC + + + + TheseAreGlobalSettings + + + + ThisIsYourNewPage + + + + YouReDone + + + + GeoCode + + + + Setup_Guide + +
- Lead Status + {!$Label.LeadStatus}