Merge branch 'master' of git://github.com/friendika/friendika
This commit is contained in:
commit
c6a93d5cec
4 changed files with 20 additions and 1 deletions
17
addon/LICENSE
Normal file
17
addon/LICENSE
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
|
||||||
|
|
||||||
|
Friendika addons/plugins license terms are under the control of the project
|
||||||
|
author or authors.
|
||||||
|
|
||||||
|
Developers are free to set their own license terms on addons/plugins as
|
||||||
|
standalone works. These license terms apply only to the covered addon or
|
||||||
|
plugin.
|
||||||
|
|
||||||
|
Addons/plugins may be licensed under copyleft or other license terms. Although
|
||||||
|
these projects may require Friendika to operate, no addon or plugin may
|
||||||
|
mandate any changes to the Friendika project license.
|
||||||
|
|
||||||
|
If no license terms are set on an addon/plugin project, the Friendika BSD
|
||||||
|
project license will apply to the work, but with the project author as the
|
||||||
|
license owner and copyright holder.
|
||||||
|
|
|
@ -193,7 +193,7 @@ function settings_content(&$a) {
|
||||||
|
|
||||||
$r = q("SELECT * FROM `hook` WHERE `hook` = 'plugin_settings' ");
|
$r = q("SELECT * FROM `hook` WHERE `hook` = 'plugin_settings' ");
|
||||||
if(! count($r))
|
if(! count($r))
|
||||||
notice('No Plugin settings configured');
|
notice( t('No Plugin settings configured') . EOL);
|
||||||
|
|
||||||
call_hooks('plugin_settings', $o);
|
call_hooks('plugin_settings', $o);
|
||||||
$o .= '</form>';
|
$o .= '</form>';
|
||||||
|
|
|
@ -330,6 +330,7 @@ $a->strings[' Not valid email.'] = ' Not valid email.';
|
||||||
$a->strings['Settings updated.'] = 'Settings updated.';
|
$a->strings['Settings updated.'] = 'Settings updated.';
|
||||||
$a->strings['Plugin Settings'] = 'Plugin Settings';
|
$a->strings['Plugin Settings'] = 'Plugin Settings';
|
||||||
$a->strings['Account Settings'] = 'Account Settings';
|
$a->strings['Account Settings'] = 'Account Settings';
|
||||||
|
$a->strings['No Plugin settings configured'] = 'No Plugin settings configured';
|
||||||
$a->strings['OpenID: '] = 'OpenID: ';
|
$a->strings['OpenID: '] = 'OpenID: ';
|
||||||
$a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."] = " \x28Optional\x29 Allow this OpenID to login to this account.";
|
$a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."] = " \x28Optional\x29 Allow this OpenID to login to this account.";
|
||||||
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
$a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
|
||||||
|
|
|
@ -326,6 +326,7 @@ $a->strings[' Not valid email.'] = ' Email non valida.';
|
||||||
$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
|
$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
|
||||||
$a->strings['Plugin Settings'] = 'Impostazioni Plugin';
|
$a->strings['Plugin Settings'] = 'Impostazioni Plugin';
|
||||||
$a->strings['Account Settings'= = 'Impostazioni Account';
|
$a->strings['Account Settings'= = 'Impostazioni Account';
|
||||||
|
$a->strings['No Plugin settings configured'] = 'Nessuna impostazione Plugin configurato';
|
||||||
$a->strings['OpenID: '] = 'OpenID: ';
|
$a->strings['OpenID: '] = 'OpenID: ';
|
||||||
$a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."] = " \x28Opzionale\x29 Permetti a questo OpenID di accedere a questo account.";
|
$a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."] = " \x28Opzionale\x29 Permetti a questo OpenID di accedere a questo account.";
|
||||||
$a->strings['Profile is <strong>not published</strong>.'] = 'Il profilo <strong>non è pubblicato</strong>.';
|
$a->strings['Profile is <strong>not published</strong>.'] = 'Il profilo <strong>non è pubblicato</strong>.';
|
||||||
|
|
Loading…
Reference in a new issue