r31795 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r31794‎ | r31795 | r31796 >
Date:16:34, 11 March 2008
Author:raymond
Status:old
Tags:
Comment:
* Add description message for [[Special:Version]]
Modified paths:
  • /trunk/extensions/NewUserNotif/NewUserNotif.i18n.php (modified) (history)
  • /trunk/extensions/NewUserNotif/NewUserNotif.php (modified) (history)

Diff [purge]

Index: trunk/extensions/NewUserNotif/NewUserNotif.i18n.php
@@ -7,12 +7,13 @@
88
99 $messages = array();
1010
11 -/* English
 11+/** English
1212 * @author Rob Church
1313 */
1414 $messages['en'] = array(
15 - 'newusernotifsubj' => 'New User Notification for $1',
16 - 'newusernotifbody' => "Hello $1,\n\nA new user account, $2, has been created on $3 at $4.",
 15+ 'newusernotifsubj' => 'New User Notification for $1',
 16+ 'newusernotif-desc' => 'Sends email notification when user accounts are created',
 17+ 'newusernotifbody' => "Hello $1,\n\nA new user account, $2, has been created on $3 at $4.",
1718 );
1819
1920 $messages['ar'] = array(
@@ -42,9 +43,15 @@
4344 В $3 беше регистрирана нова потребителска сметка, $2, на $4.',
4445 );
4546
 47+/** German (Deutsch)
 48+ * @author Raimond Spekking
 49+ */
4650 $messages['de'] = array(
47 - 'newusernotifsubj' => 'Benachrichtung für $1 über die Einrichtung eines neuen Benutzerskontos',
48 - 'newusernotifbody' => "Hallo $1,\n\nEin neues Benutzerkonto, $2, wurde am $4 auf $3 angelegt.",
 51+ 'newusernotifsubj' => 'Benachrichtung für $1 über die Einrichtung eines neuen Benutzerskontos',
 52+ 'newusernotif-desc' => 'Versendet E-Mail-Benachrichtigungen bei Erstellung neuer Benutzerkonten',
 53+ 'newusernotifbody' => "Hallo $1,
 54+
 55+Ein neues Benutzerkonto, $2, wurde am $4 auf $3 angelegt.",
4956 );
5057
5158 $messages['fr'] = array(
Index: trunk/extensions/NewUserNotif/NewUserNotif.php
@@ -8,15 +8,16 @@
99 * @author Rob Church <robchur@gmail.com>
1010 * @addtogroup Extensions
1111 * @copyright © 2006 Rob Church
12 - * @licence GNU General Public Licence 2.0 or later
 12+ * @license GNU General Public Licence 2.0 or later
1313 */
1414
1515 $wgExtensionCredits['other'][] = array(
16 - 'name' => 'New User Email Notification',
17 - 'version' => '1.5',
18 - 'author' => 'Rob Church',
19 - 'url' => 'http://www.mediawiki.org/wiki/Extension:New_User_Email_Notification',
20 - 'description' => 'Sends email notification when user accounts are created',
 16+ 'name' => 'New User Email Notification',
 17+ 'version' => '1.5.1',
 18+ 'author' => 'Rob Church',
 19+ 'url' => 'http://www.mediawiki.org/wiki/Extension:New_User_Email_Notification',
 20+ 'description' => 'Sends email notification when user accounts are created',
 21+ 'descriptionmsg' => 'newusernotif-desc',
2122 );
2223
2324 $dir = dirname(__FILE__) . '/';

Status & tagging log