diff --git a/altpager/altpager.php b/altpager/altpager.php
index f185e4fe..c6f537bd 100755
--- a/altpager/altpager.php
+++ b/altpager/altpager.php
@@ -88,14 +88,14 @@ function altpager_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '';
}
function altpager_plugin_admin(&$a, &$o){
$t = get_markup_template( "admin.tpl", "addon/altpager/" );
$o = replace_macros($t, array(
- '$submit' => t('Save Settings'),
+ '$submit' => t('Submit'),
'$global' => array('altpagerchoice', t('Global'), 1, t('Force global use of the alternate pager'), get_config('alt_pager', 'global') == 1),
'$individual' => array('altpagerchoice', t('Individual'), 2, t('Each user chooses whether to use the alternate pager'), get_config('alt_pager', 'global') == 0)
));
diff --git a/appnetpost/appnetpost.php b/appnetpost/appnetpost.php
index c1b1f175..d3f6c19a 100644
--- a/appnetpost/appnetpost.php
+++ b/appnetpost/appnetpost.php
@@ -52,8 +52,14 @@ function appnetpost_settings(&$a,&$s) {
$def_enabled = get_pconfig(local_user(),'appnetpost','post_by_default');
$def_checked = (($def_enabled) ? ' checked="checked" ' : '');
- $s .= '
';
+ $s .= '';
$s .= '
' . t('App.net Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('App.net Post Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
diff --git a/blackout/blackout.php b/blackout/blackout.php
index 3678969e..e629b7a3 100644
--- a/blackout/blackout.php
+++ b/blackout/blackout.php
@@ -96,7 +96,7 @@ function blackout_plugin_admin(&$a, &$o) {
$t = get_markup_template( "admin.tpl", "addon/blackout/" );
$o = replace_macros($t, array(
- '$submit' => t('Save Settings'),
+ '$submit' => t('Submit'),
'$rurl' => array("rurl", "Redirect URL", $myurl, "all your visitors from the web will be redirected to this URL"),
'$startdate' => array("startdate", "Begin of the Blackout (YYYY-MM-DD hh:mm)", $mystart, "format is YYYY year, MM month, DD day, hh hour and mm minute"),
'$enddate' => array("enddate", "End of the Blackout (YYYY-MM-DD hh:mm)", $myend, ""),
diff --git a/blockem/blockem.php b/blockem/blockem.php
index 0276e2de..339c841a 100755
--- a/blockem/blockem.php
+++ b/blockem/blockem.php
@@ -49,14 +49,20 @@ function blockem_addon_settings(&$a,&$s) {
if(! $words)
$words = '';
- $s .= '
';
+ $s .= '';
$s .= '
' . t('"Blockem" Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('"Blockem" Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
$s .= '
';
- $s .= '
';
+ $s .= '
';
return;
diff --git a/blogger/blogger.php b/blogger/blogger.php
index 67aae4a1..a182b468 100755
--- a/blogger/blogger.php
+++ b/blogger/blogger.php
@@ -70,8 +70,14 @@ function blogger_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Blogger Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Blogger Post Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
@@ -99,7 +105,7 @@ function blogger_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
}
@@ -808,10 +808,10 @@ function fbpost_post_hook(&$a,&$b) {
*/
function fbpost_enotify(&$app, &$data) {
if (x($data, 'params') && $data['params']['type'] == NOTIFY_SYSTEM && x($data['params'], 'system_type') && $data['params']['system_type'] == 'facebook_connection_invalid') {
- $data['itemlink'] = '/facebook';
+ $data['itemlink'] = '/fbpost';
$data['epreamble'] = $data['preamble'] = t('Your Facebook connection became invalid. Please Re-authenticate.');
$data['subject'] = t('Facebook connection became invalid');
- $data['body'] = sprintf( t("Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."), $data['params']['to_name'], "[url=" . $app->config["system"]["url"] . "]" . $app->config["sitename"] . "[/url]", "[url=" . $app->config["system"]["url"] . "/facebook]", "[/url]");
+ $data['body'] = sprintf( t("Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."), $data['params']['to_name'], "[url=" . $app->config["system"]["url"] . "]" . $app->config["sitename"] . "[/url]", "[url=" . $app->config["system"]["url"] . "/fbpost]", "[/url]");
}
}
diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php
index d8b1c0c7..1b2fec0a 100644
--- a/fbsync/fbsync.php
+++ b/fbsync/fbsync.php
@@ -119,8 +119,13 @@ function fbsync_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Facebook Import Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Facebook Import Settings') . '
';
+ $s .= '';
$s .= '
';
$s .= '';
@@ -134,7 +139,7 @@ function fbsync_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '
';
}
diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php
index 3e6648f9..18a59c52 100644
--- a/forumlist/forumlist.php
+++ b/forumlist/forumlist.php
@@ -154,12 +154,17 @@ function forumlist_plugin_settings(&$a,&$s) {
$network = intval(get_pconfig(local_user(),'forumlist','show_on_network'));
$network_checked = (($network) ? ' checked="checked" ' : '');
-
-
- /* Add some HTML to the existing form */
- $s .= '
';
+
+ /* Add some HTML to the existing form */
+ $s .= '';
$s .= '
' . t('Forumlist Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Forumlist Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
@@ -175,7 +180,7 @@ function forumlist_plugin_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '
';
}
diff --git a/fromapp/fromapp.php b/fromapp/fromapp.php
index 7a920dd3..9a9fa12b 100644
--- a/fromapp/fromapp.php
+++ b/fromapp/fromapp.php
@@ -74,7 +74,7 @@ function fromapp_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '
';
}
@@ -98,4 +98,4 @@ function fromapp_post_hook(&$a,&$item) {
$item['app'] = trim($apps[mt_rand(0,count($apps)-1)]);
return;
-}
+}
\ No newline at end of file
diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php
index 97213d38..6817ab22 100644
--- a/fromgplus/fromgplus.php
+++ b/fromgplus/fromgplus.php
@@ -33,8 +33,14 @@ function fromgplus_addon_settings(&$a,&$s) {
$enable_checked = (intval(get_pconfig(local_user(),'fromgplus','enable')) ? ' checked="checked"' : '');
$account = get_pconfig(local_user(),'fromgplus','account');
- $s .= '
Register an account at Hootsuite, add your G+ page and add the feed-url there. ';
$s .= 'Feed-url: '.$a->get_baseurl().'/gpluspost/'.urlencode($a->user["nickname"]).'
';
}
diff --git a/gravatar/gravatar.php b/gravatar/gravatar.php
index c23d1b30..12a8e44f 100644
--- a/gravatar/gravatar.php
+++ b/gravatar/gravatar.php
@@ -92,7 +92,7 @@ function gravatar_plugin_admin (&$a, &$o) {
// output Gravatar settings
$o .= '';
$o .= replace_macros( $t, array(
- '$submit' => t('Save Settings'),
+ '$submit' => t('Submit'),
'$default_avatar' => array('avatar', t('Default avatar image'), $default_avatar, t('Select default avatar image if none was found at Gravatar. See README'), $default_avatars),
'$rating' => array('rating', t('Rating of images'), $rating, t('Select the appropriate avatar rating for your site. See README'), $ratings),
));
diff --git a/group_text/group_text.php b/group_text/group_text.php
index 29b0675f..5ec5c9c2 100755
--- a/group_text/group_text.php
+++ b/group_text/group_text.php
@@ -81,6 +81,6 @@ function group_text_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '
';
}
diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php
index 9d7732f1..d6861f46 100644
--- a/ijpost/ijpost.php
+++ b/ijpost/ijpost.php
@@ -90,7 +90,7 @@ function ijpost_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/impressum/impressum.php b/impressum/impressum.php
index dcd6acff..6714dfc1 100755
--- a/impressum/impressum.php
+++ b/impressum/impressum.php
@@ -88,7 +88,7 @@ function impressum_plugin_admin_post (&$a) {
function impressum_plugin_admin (&$a, &$o) {
$t = get_markup_template( "admin.tpl", "addon/impressum/" );
$o = replace_macros($t, array(
- '$submit' => t('Save Settings'),
+ '$submit' => t('Submit'),
'$owner' => array('owner', t('Site Owner'), get_config('impressum','owner'), t('The page operators name.')),
'$ownerprofile' => array('ownerprofile', t('Site Owners Profile'), get_config('impressum','ownerprofile'), t('Profile address of the operator.')),
'$postal' => array('postal', t('Postal Address'), get_config('impressum','postal'), t('How to contact the operator via snail mail. You can use BBCode here.')),
diff --git a/irc/irc.php b/irc/irc.php
index ef9c3fda..bd7444a9 100644
--- a/irc/irc.php
+++ b/irc/irc.php
@@ -52,7 +52,7 @@ function irc_addon_settings(&$a,&$s) {
$s .= '';
$s .= '';
- $s .= '';
+ $s .= '';
return;
diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php
index 7b8b8596..e7b81183 100644
--- a/jappixmini/jappixmini.php
+++ b/jappixmini/jappixmini.php
@@ -294,10 +294,14 @@ function jappixmini_settings(&$a, &$s) {
$a->page['htmlhead'] .= ''."\r\n";
}
- $s .= '
Addon knows '.$address_cnt.' Jabber addresses of '.$contact_cnt.' Friendica contacts (takes some time, usually 10 minutes, to update).
';
- $s .= '';
+ $s .= '';
$s .= ' ';
$s .= '
';
diff --git a/libertree/libertree.php b/libertree/libertree.php
index 3029c60a..2783c6be 100755
--- a/libertree/libertree.php
+++ b/libertree/libertree.php
@@ -63,8 +63,14 @@ function libertree_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('libertree Post Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('libertree Post Settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '';
$s .= '';
@@ -87,7 +93,7 @@ function libertree_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
}
/* we need to add one JavaScript include command to the html output
@@ -72,7 +72,7 @@ function mathjax_plugin_admin (&$a, &$o) {
}
$o = replace_macros( $t, array(
- '$submit' => t('Save Settings'),
+ '$submit' => t('Submit'),
'$baseurl' => array('baseurl', t('MathJax Base URL'), get_config('mathjax','baseurl' ), t('The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.')),
));
}
diff --git a/notimeline/notimeline.php b/notimeline/notimeline.php
index c2bca211..7e26bf92 100644
--- a/notimeline/notimeline.php
+++ b/notimeline/notimeline.php
@@ -61,6 +61,6 @@ function notimeline_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php
index 5e7d4e9f..7e233cc1 100755
--- a/nsfw/nsfw.php
+++ b/nsfw/nsfw.php
@@ -74,8 +74,14 @@ function nsfw_addon_settings(&$a,&$s) {
if(! $words)
$words = 'nsfw,';
- $s .= '
';
+ $s .= '';
$s .= '
' . t('Not Safe For Work (General Purpose Content Filter) settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('Not Safe For Work (General Purpose Content Filter) settings') . '
';
+ $s .= '';
+
$s .= '
';
$s .= '
' . t ('This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter.') . '
'. t('No consumer key pair for StatusNet found. Register your Friendica 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 Friendica installation at your favorited StatusNet installation.') .'