summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-12-16 16:33:39 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-12-16 16:33:39 +0100
commitae65f93b2b1c21d0030ff2be03eb5f2d1bfa89cb (patch)
tree6f8c1a3977365be0ad53447109f25a6efd647025
parentcf824621b9a06d5245393f28fe529f2837a95416 (diff)
L10n updates and removal of superfluous whitespace.
-rw-r--r--plugins/Awesomeness/AwesomenessPlugin.php30
-rw-r--r--plugins/Awesomeness/locale/Awesomeness.pot6
2 files changed, 17 insertions, 19 deletions
diff --git a/plugins/Awesomeness/AwesomenessPlugin.php b/plugins/Awesomeness/AwesomenessPlugin.php
index 294f09438..46a70a83f 100644
--- a/plugins/Awesomeness/AwesomenessPlugin.php
+++ b/plugins/Awesomeness/AwesomenessPlugin.php
@@ -2,7 +2,7 @@
/**
* StatusNet, the distributed open-source microblogging tool
*
- * Plugin to add adittional awesomenss to StatusNet
+ * Plugin to add additional awesomenss to StatusNet
*
* PHP version 5
*
@@ -42,9 +42,8 @@ if (!defined('STATUSNET')) {
class AwesomenessPlugin extends Plugin
{
-
const VERSION = '0.0.42';
-
+
public function onPluginVersion(&$versions)
{
$versions[] = array(
@@ -52,14 +51,15 @@ class AwesomenessPlugin extends Plugin
'version' => self::VERSION,
'author' => 'Jeroen De Dauw',
'homepage' => 'http://status.net/wiki/Plugin:Awesomeness',
+ // TRANS: Plugin description for a sample plugin.
'rawdescription' => _m(
- 'The Awesomeness plugin adds adittional awesomeness ' .
- 'to your StatusNet install. '
+ 'The Awesomeness plugin adds aditional awesomeness ' .
+ 'to a StatusNet installation.'
)
);
return true;
}
-
+
/**
* Add the conrnify button
*
@@ -67,12 +67,11 @@ class AwesomenessPlugin extends Plugin
*
* @return void
*/
-
function onEndShowSections(Action $action)
- {
+ {
$action->elementStart('div', array('id' => 'cornify_section',
- 'class' => 'section'));
-
+ 'class' => 'section'));
+
$action->raw(
<<<EOT
<a href="http://www.cornify.com" onclick="cornify_add();return false;">
@@ -86,15 +85,15 @@ class AwesomenessPlugin extends Plugin
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(js);
})();</script>
EOT
- );
-
+ );
+
$action->elementEnd('div');
}
-
+
/**
* Hook for new-notice form processing to take our HTML goodies;
* won't affect API posting etc.
- *
+ *
* @param NewNoticeAction $action
* @param User $user
* @param string $content
@@ -106,5 +105,4 @@ EOT
$content = htmlspecialchars($content);
$options['rendered'] = preg_replace("/(^|\s|-)((?:awesome|awesomeness)[\?!\.\,]?)(\s|$)/i", " <b>$2</b> ", $content);
}
-
-} \ No newline at end of file
+}
diff --git a/plugins/Awesomeness/locale/Awesomeness.pot b/plugins/Awesomeness/locale/Awesomeness.pot
index fa4df7e28..0ff3732de 100644
--- a/plugins/Awesomeness/locale/Awesomeness.pot
+++ b/plugins/Awesomeness/locale/Awesomeness.pot
@@ -16,8 +16,8 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: AwesomenessPlugin.php:56
+#: AwesomenessPlugin.php:55
msgid ""
-"The Awesomeness plugin adds adittional awesomeness to your StatusNet "
-"install. "
+"The Awesomeness plugin adds additional awesomeness to a StatusNet "
+"installation."
msgstr ""