diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:07:17 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-16 08:07:17 +0100 |
commit | 17a0d38d8f37ac53533ed71903e785565b87b592 (patch) | |
tree | 2134bc487e6ccbca7871e119a1f76e6f6852ebf8 /util/strings.php | |
parent | 9e746b504fd0f1367cce6353ac51f71327d8fb75 (diff) | |
parent | c5f5102396cee8ec691fd22d486070ec3d5f243d (diff) | |
download | volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.tar.gz volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.tar.bz2 volse-hubzilla-17a0d38d8f37ac53533ed71903e785565b87b592.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php index 994243976..a7ef2361a 100644 --- a/util/strings.php +++ b/util/strings.php @@ -502,7 +502,7 @@ $a->strings['Enable Randplace Plugin'] = 'Enable Randplace Plugin'; $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.<br />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.<br />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'; $a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret'; -$a->strings['Base API Path \x28remember the trailing /\x29'] = 'Base API Path \x28remember the trailing /\x29'; +$a->strings["Base API Path \x28remember the trailing /\x29"] = "Base API Path \x28remember the trailing /\x29"; $a->strings['To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.'] = 'To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.'; $a->strings['Log in with StatusNet'] = 'Log in with StatusNet'; $a->strings['Copy the security code from StatusNet here'] = 'Copy the security code from StatusNet here'; |