]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
L10n update.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 25 Mar 2011 08:55:33 +0000 (09:55 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 25 Mar 2011 08:55:33 +0000 (09:55 +0100)
Translator documentation added.
Superfluous whitespace removed.

plugins/TwitterBridge/twitter.php

index 2c68f89f169ed0259f5f5429315385572f1cb6d4..396de22b093e11f6d0469ecc804ffe0c4258ab38 100644 (file)
@@ -83,7 +83,6 @@ function save_twitter_user($twitter_id, $screen_name)
                                          $screen_name,
                                          $oldname));
         }
-
     } else {
         // Kill any old, invalid records for this screen name
         $fuser = Foreign_user::getByNickname($screen_name, TWITTER_SERVICE);
@@ -279,7 +278,6 @@ function broadcast_oauth($notice, $flink) {
     }
 
     if (empty($status)) {
-
         // This could represent a failure posting,
         // or the Twitter API might just be behaving flakey.
         $errmsg = sprintf('Twitter bridge - No data returned by Twitter API when ' .
@@ -426,10 +424,14 @@ function mail_twitter_bridge_removed($user)
 
     common_switch_locale($user->language);
 
-    $subject = sprintf(_m('Your Twitter bridge has been disabled.'));
+    // TRANS: Mail subject after forwarding notices to Twitter has stopped working.
+    $subject = sprintf(_m('Your Twitter bridge has been disabled'));
 
     $site_name = common_config('site', 'name');
 
+    // TRANS: Mail body after forwarding notices to Twitter has stopped working.
+    // TRANS: %1$ is the name of the user the mail is sent to, %2$s is a URL to the
+    // TRANS: Twitter settings, %3$s is the StatusNet sitename.
     $body = sprintf(_m('Hi, %1$s. We\'re sorry to inform you that your ' .
         'link to Twitter has been disabled. We no longer seem to have ' .
     'permission to update your Twitter status. Did you maybe revoke ' .