This commit is contained in:
Yuri Kuznetsov
2014-04-23 16:02:56 +03:00
parent 200462cb3c
commit 04c18fa6ce
10 changed files with 29 additions and 1 deletions

View File

@@ -33,5 +33,8 @@
"Finance": "Finance",
"Insurance": "Insurance"
}
},
"labels": {
"Create Account": "Create Account"
}
}

View File

@@ -24,5 +24,8 @@
"Outbound": "Outbound",
"Inbound": "Inbound"
}
},
"labels": {
"Create Call": "Create Call"
}
}

View File

@@ -31,5 +31,8 @@
"Incident": "Incident",
"Problem": "Problem"
}
},
"labels": {
"Create Case": "Create Case"
}
}

View File

@@ -15,5 +15,8 @@
"links": {
"opportunities": "Opportunities",
"cases": "Cases"
},
"labels": {
"Create Contact": "Create Contact"
}
}

View File

@@ -30,5 +30,8 @@
"Round-Robin": "Round-Robin",
"Least-Busy": "Least-Busy"
}
},
"labels": {
"Create InboundEmail": "Create Inbound Email"
}
}

View File

@@ -1,6 +1,7 @@
{
"labels": {
"Converted To": "Converted To"
"Converted To": "Converted To",
"Create Lead": "Create Lead"
},
"fields": {
"name": "Name",

View File

@@ -19,5 +19,8 @@
"Held": "Held",
"Not Held": "Not Held"
}
},
"labels": {
"Create Meeting": "Create Meeting"
}
}

View File

@@ -36,5 +36,8 @@
"Campaign": "Campaign",
"Other": "Other"
}
},
"labels": {
"Create Opportunity": "Create Opportunity"
}
}

View File

@@ -13,5 +13,8 @@
"description": "Description"
},
"links": {
},
"labels": {
"Create Prospect": "Create Prospect"
}
}

View File

@@ -24,5 +24,8 @@
"High": "High",
"Urgent": "Urgent"
}
},
"labels": {
"Create Task": "Create Task"
}
}