From 5a0690d9407588b7ed2c312c56290e4a9917597d Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 26 May 2011 06:46:55 -0700 Subject: add attachments to FB posts, fix paren string in statusnet, do not insert attach div into post if no attachments --- util/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/strings.php') diff --git a/util/strings.php b/util/strings.php index 659b0a2df..a9591b0c2 100644 --- a/util/strings.php +++ b/util/strings.php @@ -158,7 +158,6 @@ $a->strings["Connection accepted at %s"] = "Connection accepted at %s"; $a->strings['Administrator'] = 'Administrator'; $a->strings['noreply'] = 'noreply'; $a->strings['%s commented on an item at %s'] = '%s commented on an item at %s'; -$a->strings[" commented on an item at "] = " commented on an item at "; $a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; $a->strings['Profile location is not valid or does not contain profile information.'] = 'Profile location is not valid or does not contain profile information.'; $a->strings['Warning: profile location has no identifiable owner name.'] = 'Warning: profile location has no identifiable owner name.'; @@ -314,6 +313,7 @@ $a->strings["%d message sent."] = array( $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 posted to your profile wall at %s'] = '%s posted to your profile wall at %s'; $a->strings['System error. Post not saved.'] = 'System error. Post not saved.'; $a->strings['This message was sent to you by %s, a member of the Friendika social network.'] = 'This message was sent to you by %s, a member of the Friendika social network.'; $a->strings['You may visit them online at %s'] = 'You may visit them online at %s'; @@ -787,7 +787,7 @@ $a->strings['We could not contact the StatusNet API with the Path you entered.'] $a->strings['StatusNet settings updated.'] = 'StatusNet settings updated.'; $a->strings['StatusNet Posting Settings'] = 'StatusNet Posting Settings'; $a->strings['Globally Available StatusNet OAuthKeys'] = 'Globally Available StatusNet OAuthKeys'; -$a->strings['There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below] = 'There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below; +$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance \x28see below\x29."] = "There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance \x28see below\x29."; $a->strings['Provide your own OAuth Credentials'] = 'Provide your own OAuth Credentials'; $a->strings['No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.'] = 'No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.'; $a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key'; -- cgit v1.2.3