|
// Facebook integration plugin:
|
|
CBTxt::addStrings( array(
|
|
'Facebook' => 'Facebook',
|
|
'Synced from Facebook; do not change here, but at Facebook as: ' => 'Synced from Facebook; do not change here, but at Facebook as: ',
|
|
'Profile Image' => 'Profile Image',
|
|
'First, Middle, and Last Name' => 'First, Middle, and Last Name',
|
|
'First Name' => 'First Name',
|
|
'Last Name' => 'Last Name',
|
|
'About Me' => 'About Me',
|
|
'Activities' => 'Activities',
|
|
'Birthday' => 'Birthday',
|
|
'Favorite Books' => 'Favorite Books',
|
|
'Country' => 'Country',
|
|
'State' => 'State',
|
|
'City' => 'City',
|
|
'Zip' => 'Zip',
|
|
'Interests' => 'Interests',
|
|
'Looking For' => 'Looking For',
|
|
'Interested In' => 'Interested In',
|
|
'Favorite Movies' => 'Favorite Movies',
|
|
'Favorite Music' => 'Favorite Music',
|
|
'Political View' => 'Political View',
|
|
'Favorite Quotes' => 'Favorite Quotes',
|
|
'Relationship Status' => 'Relationship Status',
|
|
'Religious Views' => 'Religious Views',
|
|
'Sex' => 'Sex',
|
|
'Status' => 'Status',
|
|
'Favorite TV Shows' => 'Favorite TV Shows',
|
|
'View Facebook Profile' => 'View Facebook Profile',
|
|
'Connect this account to your Facebook account' => 'Connect this account to your Facebook account',
|
|
'Link' => 'Link',
|
|
'Login with your Facebook account' => 'Login with your Facebook account',
|
|
'Sign in' => 'Sign in',
|
|
'Are you sure you want to unlink this account from your Facebook account?' => 'Are you sure you want to unlink this account from your Facebook account?',
|
|
'Unlink this account from your Facebook account' => 'Unlink this account from your Facebook account',
|
|
'Unlink' => 'Unlink',
|
|
' Please change your password from profile edit before unlinking to allow further login after unlinked.' => ' Please change your password from profile edit before unlinking to allow further login after unlinked.',
|
|
' Please change your email from profile edit before unlinking to allow further login after unlinked.' => ' Please change your email from profile edit before unlinking to allow further login after unlinked.',
|
|
' Would you like to do this now?' => ' Would you like to do this now?',
|
|
'Facebook account successfully unlinked!' => 'Facebook account successfully unlinked!',
|
|
'Facebook account successfully linked!' => 'Facebook account successfully linked!',
|
|
'Facebook credentials failed to load.' => 'Facebook credentials failed to load.'
|
|
));
|