]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 6 Apr 2011 00:11:09 +0000 (02:11 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 6 Apr 2011 00:11:09 +0000 (02:11 +0200)
i18n/L10n issues fixed.
Superfluous whitespace removed.

plugins/AccountManager/AccountManagementControlDocumentAction.php
plugins/AccountManager/AccountManagementSessionStatusAction.php
plugins/AccountManager/AccountManagerPlugin.php
plugins/Adsense/AdsensePlugin.php
plugins/Adsense/adsenseadminpanel.php
plugins/Aim/AimPlugin.php
plugins/Aim/Fake_Aim.php
plugins/Aim/aimmanager.php
plugins/AnonymousFave/AnonymousFavePlugin.php
plugins/AnonymousFave/anonfavorform.php
plugins/AnonymousFave/scripts/initialize_fave_tallys.php

index 3fcea5af42398d2e4210e78bcec80d22fe31585d..955779b4ee6477bdea4ba4fcaea58c237a381d9f 100644 (file)
@@ -40,7 +40,6 @@ if (!defined('STATUSNET')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class AccountManagementControlDocumentAction extends Action
 {
     /**
@@ -50,7 +49,6 @@ class AccountManagementControlDocumentAction extends Action
      *
      * @return void
      */
-
     function handle($args)
     {
         parent::handle($args);
index 48b6034ff6af22afa95d8277cc00ef7edb1ed7ed..9eeff72402658bafdc365596b1e17e79715c76a3 100644 (file)
@@ -40,7 +40,6 @@ if (!defined('STATUSNET')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class AccountManagementSessionStatusAction extends Action
 {
     /**
@@ -50,7 +49,6 @@ class AccountManagementSessionStatusAction extends Action
      *
      * @return void
      */
-
     function handle($args)
     {
         parent::handle($args);
index 52dd64a24bb0f45730e6814bae6d8ca74847f133..9563252c7363b48c2d17af84e6fa24e5f335975b 100644 (file)
@@ -33,7 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 class AccountManagerPlugin extends Plugin
 {
-
     const AM_REL = 'acct-mgmt';
 
     function __construct()
@@ -99,7 +98,6 @@ class AccountManagerPlugin extends Plugin
          default:
             return true;
         }
-
     }
 
     function onPluginVersion(&$versions)
index fec033331a9220601ff4d77ee56bd2305d6b0275..fa8afb18078fce4440ade49011f7ebf48ac7cde3 100644 (file)
@@ -193,7 +193,7 @@ class AdsensePlugin extends UAPPlugin
             // TRANS: Menu item title/tooltip
             $menu_title = _m('AdSense configuration');
             // TRANS: Menu item for site administration
-            $menu->out->menuItem(common_local_url('adsenseadminpanel'), _m('AdSense'),
+            $menu->out->menuItem(common_local_url('adsenseadminpanel'), _m('MENU','AdSense'),
                                  $menu_title, $action_name == 'adsenseadminpanel', 'nav_adsense_admin_panel');
         }
         return true;
@@ -206,6 +206,7 @@ class AdsensePlugin extends UAPPlugin
                             'author' => 'Evan Prodromou',
                             'homepage' => 'http://status.net/wiki/Plugin:Adsense',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('Plugin to add Google AdSense to StatusNet sites.'));
         return true;
     }
index 110cc9e2b7e121b4627a531d69d1863c4d3e2732..224c82b2fc1f85fceb634a0378bf95d19ccfb596 100644 (file)
@@ -161,38 +161,50 @@ class AdsenseAdminPanelForm extends AdminForm
         $this->out->elementStart('ul', 'form_data');
         $this->li();
         $this->input('client',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Client ID'),
-                     _m('Google client ID'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Google client ID.'),
                      'adsense');
         $this->unli();
         $this->li();
         $this->input('adScript',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Ad script URL'),
-                     _m('Script URL (advanced)'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Script URL (advanced).'),
                      'adsense');
         $this->unli();
         $this->li();
         $this->input('mediumRectangle',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Medium rectangle'),
-                     _m('Medium rectangle slot code'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Medium rectangle slot code.'),
                      'adsense');
         $this->unli();
         $this->li();
         $this->input('rectangle',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Rectangle'),
-                     _m('Rectangle slot code'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Rectangle slot code.'),
                      'adsense');
         $this->unli();
         $this->li();
         $this->input('leaderboard',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Leaderboard'),
-                     _m('Leaderboard slot code'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Leaderboard slot code.'),
                      'adsense');
         $this->unli();
         $this->li();
         $this->input('wideSkyscraper',
+                     // TRANS: Field label in AdSense administration panel.
                      _m('Skyscraper'),
-                     _m('Wide skyscraper slot code'),
+                     // TRANS: Field title in AdSense administration panel.
+                     _m('Wide skyscraper slot code.'),
                      'adsense');
         $this->unli();
         $this->out->elementEnd('ul');
@@ -205,6 +217,9 @@ class AdsenseAdminPanelForm extends AdminForm
      */
     function formActions()
     {
-        $this->out->submit('submit', _m('Save'), 'submit', null, _m('Save AdSense settings'));
+        // TRANS: Button text to save settings in AdSense administration panel.
+        $this->out->submit('submit', _m('BUTTON','Save'),
+        // TRANS: Button title to save settings in AdSense administration panel.
+        'submit', null, _m('Save AdSense settings.'));
     }
 }
index 3a1799a2d81aae4eabb87302238167473d3158ce..e44505b21c7cb6b3a58a93a410cef506925b7243 100644 (file)
@@ -46,7 +46,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/ext
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
  * @link      http://status.net/
  */
-
 class AimPlugin extends ImPlugin
 {
     public $user =  null;
@@ -57,6 +56,7 @@ class AimPlugin extends ImPlugin
 
     function getDisplayName()
     {
+        // TRANS: Display name.
         return _m('AIM');
     }
 
@@ -116,7 +116,7 @@ class AimPlugin extends ImPlugin
 
     function microiduri($screenname)
     {
-        return 'aim:' . $screenname;    
+        return 'aim:' . $screenname;
     }
 
     function sendMessage($screenname, $body)
@@ -145,10 +145,12 @@ class AimPlugin extends ImPlugin
 
     function initialize(){
         if(!isset($this->user)){
-            throw new Exception("must specify a user");
+            // TRANS: Exception thrown in AIM plugin when user has not been specified.
+            throw new Exception(_m('Must specify a user.'));
         }
         if(!isset($this->password)){
-            throw new Exception("must specify a password");
+            // TRANS: Exception thrown in AIM plugin when password has not been specified.
+            throw new Exception(_m('Must specify a password.'));
         }
 
         $this->fake_aim = new Fake_Aim($this->user,$this->password,4);
@@ -162,8 +164,8 @@ class AimPlugin extends ImPlugin
                             'author' => 'Craig Andrews',
                             'homepage' => 'http://status.net/wiki/Plugin:AIM',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('The AIM plugin allows users to send and receive notices over the AIM network.'));
         return true;
     }
 }
-
index 139b68f82bd3288f267c18e3ddd584ec9df510d8..e24c0f2bfbd295dbbe9c38f05320c2a2bbcdd6f7 100644 (file)
@@ -40,4 +40,3 @@ class Fake_Aim extends Aim
         $this->would_be_sent = array($sflap_type, $sflap_data, $no_null, $formatted);
     }
 }
-
index 8ff7ab7e70f8f3022dce454c0e52103a324a9373..619a9ad0a7946618bb2a835236340ed1bd7cbc7e 100644 (file)
@@ -29,10 +29,8 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
  * In a multi-site queuedaemon.php run, one connection will be instantiated
  * for each site being handled by the current process that has XMPP enabled.
  */
-
 class AimManager extends ImManager
 {
-
     public $conn = null;
     /**
      * Initialize connection to server.
@@ -77,6 +75,8 @@ class AimManager extends ImManager
             $this->conn->registerHandler("IMIn",array($this,"handle_aim_message"));
             $this->conn->myServer="toc.oscar.aol.com";
             $this->conn->signon();
+            // @todo i18n FIXME: Update translator documentation, please.
+            // TRANS: No idea what the use case for this message is.
             $this->conn->setProfile(_m('Send me a message to post a notice'),false);
         }
         return $this->conn;
index 96edf82e12d26b2d786ad1679c48a3e3be06a017..917f5a7e8c2f60bed7a38f7d4d1feed8b89bd338 100644 (file)
@@ -56,10 +56,8 @@ define('ANONYMOUS_FAVE_PLUGIN_VERSION', '0.1');
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
  * @link      http://status.net/
  */
-
 class AnonymousFavePlugin extends Plugin
 {
-
     // Array of users who should not have anon faving. The default is
     // that anonymous faving is allowed for all users.
     public $restricted = array();
@@ -327,5 +325,4 @@ class AnonymousFavePlugin extends Plugin
 
         return true;
     }
-
 }
index 2fbd015e36bdb4d7354948c7d7e4bf2eeb6ec77d..a68fdaf2b3968f1955aaf12b8e996b4bdf7acb4a 100644 (file)
@@ -46,7 +46,6 @@ require_once INSTALLDIR.'/lib/form.php';
  */
 class AnonFavorForm extends FavorForm
 {
-
     /**
      * Constructor
      *
@@ -67,5 +66,4 @@ class AnonFavorForm extends FavorForm
     {
         return common_local_url('AnonFavor');
     }
-
 }
index f7ea6d1ef7511cfa80d4ee8b00c18d35b49f2364..a955620db57b3efa636bbdc62b39df7028a3e477 100755 (executable)
@@ -35,4 +35,3 @@ $notice->find();
 while ($notice->fetch()) {
     Fave_tally::ensureTally($notice->id);
 }
-