upd8 readme
This commit is contained in:
parent
974077c06c
commit
6683560c7e
3 changed files with 226 additions and 218 deletions
|
@ -134,6 +134,8 @@ $a->strings['Please take a moment to elaborate on this selection if you feel it
|
|||
$a->strings['Visit $name\'s profile'] = 'Visit $name\'s profile';
|
||||
$a->strings['Block/Unblock contact'] = 'Block/Unblock contact';
|
||||
$a->strings['Ignore contact'] = 'Ignore contact';
|
||||
$a->strings['Repair contact URL settings'] = 'Repair contact URL settings';
|
||||
$a->strings["Repair contact URL settings \x28WARNING: Advanced\x29"] = "Repair contact URL settings \x28WARNING: Advanced\x29";
|
||||
$a->strings['Delete contact'] = 'Delete contact';
|
||||
$a->strings['Last updated: '] = 'Last updated: ';
|
||||
$a->strings['Update public posts: '] = 'Update public posts: ';
|
||||
|
@ -151,6 +153,18 @@ $a->strings['Finding: '] = 'Finding: ';
|
|||
$a->strings['Find'] = 'Find';
|
||||
$a->strings['Visit $username\'s profile'] = 'Visit $username\'s profile';
|
||||
$a->strings['Edit contact'] = 'Edit contact';
|
||||
$a->strings['Contact settings applied.'] = 'Contact settings applied.';
|
||||
$a->strings['Contact update failed.'] = 'Contact update failed.';
|
||||
$a->strings['Repair Contact Settings'] = 'Repair Contact Settings';
|
||||
$a->strings['<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact will stop working.'] = '<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact will stop working.';
|
||||
$a->strings['Please use your browser \'Back\' button <strong>now</strong> if you are uncertain what to do on this page.'] = 'Please use your browser \'Back\' button <strong>now</strong> if you are uncertain what to do on this page.';
|
||||
$a->strings['Name'] = 'Name';
|
||||
$a->strings['Account Nickname'] = 'Account Nickname';
|
||||
$a->strings['Account URL'] = 'Account URL';
|
||||
$a->strings['Friend Request URL'] = 'Friend Request URL';
|
||||
$a->strings['Friend Confirm URL'] = 'Friend Confirm URL';
|
||||
$a->strings['Notification Endpoint URL'] = 'Notification Endpoint URL';
|
||||
$a->strings['Poll/Feed URL'] = 'Poll/Feed URL';
|
||||
$a->strings['Profile not found.'] = 'Profile not found.';
|
||||
$a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.';
|
||||
$a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: ';
|
||||
|
@ -565,6 +579,7 @@ $a->strings['New Password:'] = 'New Password:';
|
|||
$a->strings['Confirm:'] = 'Confirm:';
|
||||
$a->strings['Advanced Page Settings'] = 'Advanced Page Settings';
|
||||
$a->strings['Default Post Permissions'] = 'Default Post Permissions';
|
||||
$a->strings["\x28click to open/close\x29"] = "\x28click to open/close\x29";
|
||||
$a->strings['Tag removed'] = 'Tag removed';
|
||||
$a->strings['Remove Item Tag'] = 'Remove Item Tag';
|
||||
$a->strings['Select a tag to remove: '] = 'Select a tag to remove: ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue