diff options
author | Friendika <info@friendika.com> | 2011-04-13 21:14:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-13 21:14:09 -0700 |
commit | 6683560c7edc64b0eaa47ad871e3e9bef7e5ef34 (patch) | |
tree | c4067b4279be1a5b044965a0106da40829106c60 /util/strings.php | |
parent | 974077c06c8464223e26479e07a8349b8e6c509d (diff) | |
download | volse-hubzilla-6683560c7edc64b0eaa47ad871e3e9bef7e5ef34.tar.gz volse-hubzilla-6683560c7edc64b0eaa47ad871e3e9bef7e5ef34.tar.bz2 volse-hubzilla-6683560c7edc64b0eaa47ad871e3e9bef7e5ef34.zip |
upd8 readme
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index 845d25b76..42615fb5d 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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: '; |