r97334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97333‎ | r97334 | r97335 >
Date:21:03, 16 September 2011
Author:raymond
Status:ok
Tags:
Comment:
Per initial commit r96356: Some tweaks to the i18n file: Uppercase -> lowercase for consisteny, like in core
Add extension to translatewiki.net
Modified paths:
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)
  • /trunk/extensions/skins/Nimbus/Nimbus.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -899,6 +899,9 @@
900900
901901 New Users List
902902
 903+Nimbus
 904+ignored = morewikis, nimbus-advertise-url
 905+
903906 Notificator
904907 aliasfile = Notificator/Notificator.alias.php
905908
Index: trunk/extensions/skins/Nimbus/Nimbus.i18n.php
@@ -12,21 +12,21 @@
1313 'nimbus-advertise' => 'Advertise',
1414 'nimbus-advertise-url' => '', // set this to an URL if you want an "Advertise" link to show up in the footer
1515 'nimbus-contribute' => 'Contribute',
16 - 'nimbus-didyouknow' => 'Did You Know',
17 - 'nimbus-featuredimage' => 'Featured Image',
18 - 'nimbus-featureduser' => 'Featured User',
 16+ 'nimbus-didyouknow' => 'Did you know',
 17+ 'nimbus-featuredimage' => 'Featured image',
 18+ 'nimbus-featureduser' => 'Featured user',
1919 'nimbus-login' => 'Login',
20 - 'nimbus-logout' => 'Log Out?',
21 - 'nimbus-more-actions' => 'More Actions',
22 - 'nimbus-more-wikis' => 'More Wikis',
23 - 'nimbus-pages-can-be-edited' => "{{SITENAME}}'s pages can be edited. <br />
24 -Is this page incomplete? Is there anything wrong?<br />
 20+ 'nimbus-logout' => 'Log out?',
 21+ 'nimbus-more-actions' => 'More actions',
 22+ 'nimbus-more-wikis' => 'More wikis',
 23+ 'nimbus-pages-can-be-edited' => "{{SITENAME}}'s pages can be edited.<br />
 24+Is this page incomplete? Is there anything wrong?<br />
2525 <b>Change it!</b>",
2626 'nimbus-profile' => 'Profile',
2727 'nimbus-recent-contributors' => 'Recent contributors to this page',
2828 'nimbus-recent-contributors-info' => 'The following people recently contributed to this article.',
2929 'nimbus-search' => 'enter search',
30 - 'nimbus-signup' => 'Sign Up',
 30+ 'nimbus-signup' => 'Sign up',
3131 'nimbus-welcome' => 'Welcome $1', // <b></b> tags are passed as $1 along with the actual username
3232 );
3333
@@ -92,4 +92,4 @@
9393 'nimbus-search' => 'Wpisz szukane wyrażenie',
9494 'nimbus-signup' => 'Zarejestruj się',
9595 'nimbus-welcome' => 'Witaj, $1',
96 -);
\ No newline at end of file
 96+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r97335Forgot to press Ctrl-S: r97334 (was: Per initial commit r96356)raymond21:08, 16 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96356Nimbus -- the skin used on Halopedia (http://www.halopedian.com/). Tested aga...ashley18:09, 6 September 2011

Status & tagging log