Update translator documentation.

i18n/L10n issues fixed.
Superfluous whitespace removed.
This commit is contained in:
Siebrand Mazeland 2011-04-06 02:11:09 +02:00
parent 69778f12c8
commit cca159883a
11 changed files with 33 additions and 28 deletions

View 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);

View 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);

View 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)

View 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;
}

View 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.'));
}
}

View 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;
}
}

View File

@ -40,4 +40,3 @@ class Fake_Aim extends Aim
$this->would_be_sent = array($sflap_type, $sflap_data, $no_null, $formatted);
}
}

View 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;

View 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;
}
}

View 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');
}
}

View File

@ -35,4 +35,3 @@ $notice->find();
while ($notice->fetch()) {
Fave_tally::ensureTally($notice->id);
}