Go to ext/pgreca/pgsocial/language/en and open the file info_acp_main.php
Locate line 30 which looks like this
Code: Select all
'ACP_PG_SOCIAL_INDEX_REPLACE' => 'Replace the Home with the Ativity page',Code: Select all
'ACP_PG_SOCIAL_INDEX_REPLACE' => 'Replace the Home with the Activity page',Code: Select all
'ACP_PG_SOCIAL_CHAT_URL_ENABLED' => 'Enable URL on messagges',Code: Select all
'ACP_PG_SOCIAL_CHAT_URL_ENABLED' => 'Enable URL on messages',Code: Select all
'PAGE_APPROVED' => 'Pagine approved',
'PAGE_TO_APPROVE' => 'Page to approve',
'PAGE_TRASHED' => 'Page trashed',Code: Select all
'PAGE_APPROVED' => 'Pages approved',
'PAGE_TO_APPROVE' => 'Pages to approve',
'PAGE_TRASHED' => 'Pages trashed',Code: Select all
'NO_PAGE_APPROVE' => 'No page to approve',
'NO_PAGE_TRASHED' => 'No page to delete',
'NO_PERMESS' => 'You haven\'t permission for manage the pages.'Code: Select all
'NO_PAGE_APPROVE' => 'No pages to approve',
'NO_PAGE_TRASHED' => 'No pages to delete',
'NO_PERMESS' => 'You haven\'t permission to manage the pages.'