mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
"profile locator/address" is now called "Identity Address" to reduce confusion
This commit is contained in:
parent
b5ccb8e205
commit
44c47f118c
7 changed files with 222 additions and 209 deletions
|
@ -209,17 +209,18 @@ $a->strings['Confirm'] = 'Confirm';
|
|||
$a->strings['[Name Withheld]'] = '[Name Withheld]';
|
||||
$a->strings["Introduction received at "] = "Introduction received at ";
|
||||
$a->strings['Friend/Connection Request'] = 'Friend/Connection Request';
|
||||
$a->strings['Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'] = 'Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca';
|
||||
$a->strings['Please answer the following:'] = 'Please answer the following:';
|
||||
$a->strings['Does $name know you?'] = 'Does $name know you?';
|
||||
$a->strings['Yes'] = 'Yes';
|
||||
$a->strings['No'] = 'No';
|
||||
$a->strings['Add a personal note:'] = 'Add a personal note:';
|
||||
$a->strings['Please enter your profile address from one of the following supported social networks:'] = 'Please enter your profile address from one of the following supported social networks:';
|
||||
$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Please enter your 'Identity Address' from one of the following supported social networks:";
|
||||
$a->strings['Friendika'] = 'Friendika';
|
||||
$a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
|
||||
$a->strings["Private \x28secure\x29 network"] = "Private \x28secure\x29 network";
|
||||
$a->strings["Public \x28insecure\x29 network"] = "Public \x28insecure\x29 network";
|
||||
$a->strings['Your profile address:'] = 'Your profile address:';
|
||||
$a->strings['Your Identity Address:'] = 'Your Identity Address:';
|
||||
$a->strings['Submit Request'] = 'Submit Request';
|
||||
$a->strings['Cancel'] = 'Cancel';
|
||||
$a->strings["%d required parameter was not found at the given location"] = array(
|
||||
|
@ -261,6 +262,8 @@ $a->strings['Click on a contact to add or remove.'] = 'Click on a contact to add
|
|||
$a->strings['Group Editor'] = 'Group Editor';
|
||||
$a->strings['Members'] = 'Members';
|
||||
$a->strings['All Contacts'] = 'All Contacts';
|
||||
$a->strings['Help:'] = 'Help:';
|
||||
$a->strings['Help'] = 'Help';
|
||||
$a->strings["Welcome to %s"] = "Welcome to %s";
|
||||
$a->strings['Could not create/connect to database.'] = 'Could not create/connect to database.';
|
||||
$a->strings['Connected to database.'] = 'Connected to database.';
|
||||
|
@ -314,7 +317,6 @@ $a->strings['Unable to locate original post.'] = 'Unable to locate original post
|
|||
$a->strings['Empty post discarded.'] = 'Empty post discarded.';
|
||||
$a->strings['Wall Photos'] = 'Wall Photos';
|
||||
$a->strings["%s commented on your item at %s"] = "%s commented on your item at %s";
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["%s posted on your profile wall at %s"] = "%s posted on your profile wall at %s";
|
||||
$a->strings['System error. Post not saved.'] = 'System error. Post not saved.';
|
||||
$a->strings['You may visit them online at'] = 'You may visit them online at';
|
||||
|
@ -551,7 +553,7 @@ $a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."
|
|||
$a->strings['Publish your default profile in site directory?'] = 'Publish your default profile in site directory?';
|
||||
$a->strings['Publish your default profile in global social directory?'] = 'Publish your default profile in global social directory?';
|
||||
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
||||
$a->strings['Your profile address is'] = 'Your profile address is';
|
||||
$a->strings['Your Identity Address is'] = 'Your Identity Address is';
|
||||
$a->strings['Export Personal Data'] = 'Export Personal Data';
|
||||
$a->strings['Basic Settings'] = 'Basic Settings';
|
||||
$a->strings['Full Name:'] = 'Full Name:';
|
||||
|
@ -637,11 +639,9 @@ $a->strings['Create a new group'] = 'Create a new group';
|
|||
$a->strings['Everybody'] = 'Everybody';
|
||||
$a->strings['Birthday:'] = 'Birthday:';
|
||||
$a->strings['Home'] = 'Home';
|
||||
$a->strings['Help'] = 'Help';
|
||||
$a->strings['Apps'] = 'Apps';
|
||||
$a->strings['Directory'] = 'Directory';
|
||||
$a->strings['Network'] = 'Network';
|
||||
$a->strings['Notifications'] = 'Notifications';
|
||||
$a->strings['Manage'] = 'Manage';
|
||||
$a->strings['Settings'] = 'Settings';
|
||||
$a->strings['Embedding disabled'] = 'Embedding disabled';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue