librandi
Hi,
For social links, you need to enable Contact Links option in this contact menu item: http://prntscr.com/nf734j
With labels, you can try this way:
1- Open the file: /templates/ja_company/html/com_contact/contact/default_address.php
Look for the text 'Address'
Replace it with:
<?php echo JText::_('COM_CONTACT_ADDRESS'); ?>
http://prntscr.com/nf72do
2-Add translation for text you replace above via: Backend > Extensions > Language(s) > Overrides: http://prntscr.com/nf72lr
You can do the same with other labels.
Regards