1<?php
2
3$lang['auth url']          = 'Login instance';
4$lang['owner domain']      = 'Owners e-mail domain';
5
6$lang['callback url']      = 'Configure this URL as callback URL in your main Salesforce instance';
7$lang['consumer key']      = 'Consumer Key for the main Salesforce instance';
8$lang['consumer secret']   = 'Consumer Secret for the main Salesforce instance';
9
10$lang['callback url 2']    = 'Configure this URL as callback URL in your second Salesforce instance';
11$lang['consumer key 2']    = '(optional) Consumer Key for a second Salesforce instance';
12$lang['consumer secret 2'] = '(optional) Consumer Secret for a second Salesforce instance';
13
14$lang['callback url 3']    = 'Configure this URL as callback URL in your third Salesforce instance';
15$lang['consumer key 3']    = '(optional) Consumer Key for a third Salesforce instance';
16$lang['consumer secret 3'] = '(optional) Consumer Secret for a third Salesforce instance';
17