diff options
author | Friendika <info@friendika.com> | 2011-04-14 20:37:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-14 20:37:42 -0700 |
commit | 44c47f118c20a22c1540c6c88823b48a357e5ca3 (patch) | |
tree | f2332bbfec210ca17c2ffb489ebf1b575262e593 /util/strings.php | |
parent | b5ccb8e2055bf08d282ebb0cba2cac0d850fdc5a (diff) | |
download | volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.tar.gz volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.tar.bz2 volse-hubzilla-44c47f118c20a22c1540c6c88823b48a357e5ca3.zip |
"profile locator/address" is now called "Identity Address" to reduce confusion
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/strings.php b/util/strings.php index 42615fb5d..5a8c0f649 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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'; |