diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-15 14:41:48 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-02-15 14:41:48 +0100 |
commit | 1bb9effd383f6e174f56109606ae37fa927bad07 (patch) | |
tree | a9985b6b3ded04c08c3c0e46eb5f8f89c08420cc /util/strings.php | |
parent | 5cfefba5c8852c101ad62b0a59410705fa15b842 (diff) | |
download | volse-hubzilla-1bb9effd383f6e174f56109606ae37fa927bad07.tar.gz volse-hubzilla-1bb9effd383f6e174f56109606ae37fa927bad07.tar.bz2 volse-hubzilla-1bb9effd383f6e174f56109606ae37fa927bad07.zip |
fin un util/strings
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 b6360e971..e74922c6e 100644 --- a/util/strings.php +++ b/util/strings.php @@ -496,7 +496,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 (remember the trailing /] = 'Base API Path (remember the trailing /; +$a->strings['Base API Path (remember the trailing /)'] = 'Base API Path (remember the trailing /)'; $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'; |