r22791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22790‎ | r22791 | r22792 >
Date:09:21, 6 June 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 22747-22790 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r22748 | raymond | 2007-06-05 02:07:41 -0700 (Tue, 05 Jun 2007) | 2 lines

* Removing 3 unused messages (since ages?), formerly used in ProtectionForm
* Update German
........
r22751 | raymond | 2007-06-05 03:15:22 -0700 (Tue, 05 Jun 2007) | 3 lines

Housekeeping:
* (bug 10067) Translations for former skins removed from message files
........
r22752 | rotem | 2007-06-05 03:28:33 -0700 (Tue, 05 Jun 2007) | 1 line

Update.
........
r22753 | wegge | 2007-06-05 03:52:58 -0700 (Tue, 05 Jun 2007) | 1 line

Remove unused messages
........
r22756 | robchurch | 2007-06-05 05:54:13 -0700 (Tue, 05 Jun 2007) | 1 line

Add missing $hint to 'EditSectionLink' hook call
........
r22757 | robchurch | 2007-06-05 06:02:18 -0700 (Tue, 05 Jun 2007) | 2 lines

* (bug 10145) Wrap the tool links on Special:Whatlinkshere in a classed span to allow for user customisation via scripts and CSS
* Avoid using the "sub page form" when generating links to special pages with other titles as parameters, it causes problems for long target titles
........
r22758 | robchurch | 2007-06-05 06:30:48 -0700 (Tue, 05 Jun 2007) | 1 line

(bug 10055) Populate email address and real name properties of User objects passed to the 'AbortNewAccount' hook
........
r22759 | robchurch | 2007-06-05 07:39:03 -0700 (Tue, 05 Jun 2007) | 6 lines

* (bug 9993) Force $wgShowExceptionDetails on during installation
* (bug 9980) Validate administrator username and password during installation
* Some dependencies initialised during installer (some extra includes, should be harmless, $wgContLang and $wgLang, which are re-initialised later in the script, and a stub $wgAuth)
* Re-enable error reporting
* Fix an undefined variable notice
* A few other minor bits and pieces
........
r22760 | robchurch | 2007-06-05 08:03:18 -0700 (Tue, 05 Jun 2007) | 1 line

(bug 9383) Don't set a default value for BLOB column in patch-rc-deleted.sql, it's not valid for STRICT mode. Allow a NULL value.
........
r22768 | tstarling | 2007-06-05 10:53:28 -0700 (Tue, 05 Jun 2007) | 1 line

LocalFile::restore(): roll back the DB transaction if the file is missing
........
r22771 | avar | 2007-06-05 11:34:14 -0700 (Tue, 05 Jun 2007) | 1 line

Expand a bit on the comment for Parser::stripToc, make it clearer what it does
........
r22772 | robchurch | 2007-06-05 11:39:02 -0700 (Tue, 05 Jun 2007) | 1 line

Don't bug out if no files were found
........
r22773 | raymond | 2007-06-05 11:42:54 -0700 (Tue, 05 Jun 2007) | 2 lines

* (bug 10146) Update Chinese translations
Patch by Shinjiman
........
r22774 | brion | 2007-06-05 11:44:49 -0700 (Tue, 05 Jun 2007) | 3 lines

* Add an Image::newFromName for additional compat
* Add 'static' markers on the static factory methods
........
r22775 | raymond | 2007-06-05 11:45:37 -0700 (Tue, 05 Jun 2007) | 1 line

(bug 10129) small change in Farsi translation of magic words
........
r22776 | brion | 2007-06-05 11:59:19 -0700 (Tue, 05 Jun 2007) | 2 lines

Fix regression in section edit links - broken XML output
........
r22777 | brion | 2007-06-05 12:06:32 -0700 (Tue, 05 Jun 2007) | 2 lines

* Fix minor regression in media links to images that don't exist yet -- use dbkey form (with _ instead of space) when passing wpDestFile parameter. This matches previous behavior and avoids a warning on upload when the name is normalized. Fixes another parser test case regression.
........
r22778 | brion | 2007-06-05 12:32:09 -0700 (Tue, 05 Jun 2007) | 3 lines

Update test case for 'Template with thumb image (with link in description)'.
Change in behavior for thumb rendering of a nonexistent image: instead of using the icon size (120px) the hardcoded default thumb size (180px) is now used. Since this isn't really defined behavior there doesn't seem to be a pressing reason to change it back.
........
r22779 | brion | 2007-06-05 14:17:59 -0700 (Tue, 05 Jun 2007) | 7 lines

* (bug 10149) Don't show full template list on section-0 edit
Oh PHP, how do I loathe thee? Let me count the ways:
1) 0 == '0'
2) 0 == ''
3) '0' != ''
Q.E.D.
........
r22781 | avar | 2007-06-05 16:25:38 -0700 (Tue, 05 Jun 2007) | 1 line

ok 1 => pass; ok 0 => fail and report the path in the test
........
r22785 | aaron | 2007-06-05 20:57:14 -0700 (Tue, 05 Jun 2007) | 1 line

*Fill in rc_old_len and rc_new_len (bug 9542)
........
r22786 | aaron | 2007-06-05 21:38:10 -0700 (Tue, 05 Jun 2007) | 1 line

*Try to use rev_len first to avoid hitting text table as much
........
r22787 | yurik | 2007-06-05 21:41:35 -0700 (Tue, 05 Jun 2007) | 1 line

API: help message fix - bug 10148 generator and/or help page errors
........
r22788 | raymond | 2007-06-06 01:19:44 -0700 (Wed, 06 Jun 2007) | 1 line

Housekeeping: rebuild message file with rebuildMessages.php to be consistent with messages.inc
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/config/index.php (modified) (history)
  • /branches/liquidthreads/docs/hooks.txt (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/Linker.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUserlogin.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWhatlinkshere.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuery.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/ForeignDBFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/LocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/OldLocalFile.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/UnregisteredLocalFile.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe_tarask.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds_nl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_ec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_el.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTyv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_classical.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-rc_deleted.sql (modified) (history)
  • /branches/liquidthreads/maintenance/importImages.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/parserTests.txt (modified) (history)
  • /branches/liquidthreads/maintenance/rebuildrecentchanges.inc (modified) (history)
  • /branches/liquidthreads/t/maint/php-lint.t (modified) (history)

Diff [purge]

Index: branches/liquidthreads/maintenance/importImages.php
@@ -43,39 +43,41 @@
4444
4545 # Batch "upload" operation
4646 global $wgUploadDirectory;
47 - foreach( $files as $file ) {
48 - $base = wfBaseName( $file );
49 -
50 - # Validate a title
51 - $title = Title::makeTitleSafe( NS_IMAGE, $base );
52 - if( !is_object( $title ) ) {
53 - echo( "{$base} could not be imported; a valid title cannot be produced\n" );
54 - continue;
 47+ if( count( $files ) > 0 ) {
 48+ foreach( $files as $file ) {
 49+ $base = wfBaseName( $file );
 50+
 51+ # Validate a title
 52+ $title = Title::makeTitleSafe( NS_IMAGE, $base );
 53+ if( !is_object( $title ) ) {
 54+ echo( "{$base} could not be imported; a valid title cannot be produced\n" );
 55+ continue;
 56+ }
 57+
 58+ # Check existence
 59+ $image = wfLocalFile( $title );
 60+ if( $image->exists() ) {
 61+ echo( "{$base} could not be imported; a file with this name exists in the wiki\n" );
 62+ continue;
 63+ }
 64+
 65+ # Stash the file
 66+ echo( "Saving {$base}..." );
 67+
 68+ $archive = $image->publish( $file );
 69+ if ( WikiError::isError( $archive ) ) {
 70+ echo( "failed.\n" );
 71+ continue;
 72+ }
 73+ echo( "importing..." );
 74+
 75+ if ( $image->recordUpload( $archive, $comment, $license ) ) {
 76+ # We're done!
 77+ echo( "done.\n" );
 78+ } else {
 79+ echo( "failed.\n" );
 80+ }
5581 }
56 -
57 - # Check existence
58 - $image = wfLocalFile( $title );
59 - if( $image->exists() ) {
60 - echo( "{$base} could not be imported; a file with this name exists in the wiki\n" );
61 - continue;
62 - }
63 -
64 - # Stash the file
65 - echo( "Saving {$base}..." );
66 -
67 - $archive = $image->publish( $file );
68 - if ( WikiError::isError( $archive ) ) {
69 - echo( "failed.\n" );
70 - continue;
71 - }
72 - echo( "importing..." );
73 -
74 - if ( $image->recordUpload( $archive, $comment, $license ) ) {
75 - # We're done!
76 - echo( "done.\n" );
77 - } else {
78 - echo( "failed.\n" );
79 - }
8082 }
8183
8284 } else {
Index: branches/liquidthreads/maintenance/language/messages.inc
@@ -1168,9 +1168,6 @@
11691169 'protect_expiry_invalid',
11701170 'protect_expiry_old',
11711171 'unprotectsub',
1172 - 'confirmunprotecttext',
1173 - 'confirmunprotect',
1174 - 'unprotectcomment',
11751172 'protect-unchain',
11761173 'protect-text',
11771174 'protect-locked-blocked',
Index: branches/liquidthreads/maintenance/parserTests.txt
@@ -2267,7 +2267,7 @@
22682268 {{paramtest|
22692269 param =[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}}
22702270 !! result
2271 -This is a test template with parameter <div class="thumb tright"><div class="thumbinner" style="width:122px;"><a href="https://www.mediawiki.org/index.php?title=Special:Upload&amp;wpDestFile=Noimage.png" class="new" title="Image:Noimage.png">Image:Noimage.png</a> <div class="thumbcaption"><a href="https://www.mediawiki.org/index.php?title=No_link&amp;action=edit" class="new" title="No link">link</a> <a href="https://www.mediawiki.org/index.php?title=No_link&amp;action=edit" class="new" title="No link">caption</a></div></div></div>
 2271+This is a test template with parameter <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="https://www.mediawiki.org/index.php?title=Special:Upload&amp;wpDestFile=Noimage.png" class="new" title="Image:Noimage.png">Image:Noimage.png</a> <div class="thumbcaption"><a href="https://www.mediawiki.org/index.php?title=No_link&amp;action=edit" class="new" title="No link">link</a> <a href="https://www.mediawiki.org/index.php?title=No_link&amp;action=edit" class="new" title="No link">caption</a></div></div></div>
22722272
22732273 !! end
22742274
Index: branches/liquidthreads/maintenance/archives/patch-rc_deleted.sql
@@ -5,4 +5,4 @@
66 ADD rc_logid int(10) unsigned NOT NULL default '0',
77 ADD rc_log_type varchar(255) binary NULL default NULL,
88 ADD rc_log_action varchar(255) binary NULL default NULL,
9 - ADD rc_params blob NOT NULL default '';
 9+ ADD rc_params BLOB NULL;
Index: branches/liquidthreads/maintenance/rebuildrecentchanges.inc
@@ -49,10 +49,9 @@
5050 $dbw = wfGetDB( DB_MASTER );
5151 list ($recentchanges, $revision) = $dbw->tableNamesN( 'recentchanges', 'revision' );
5252
53 - print( "Updating links...\n" );
 53+ print( "Updating links and size differences...\n" );
5454
5555 # Fill in the rc_last_oldid field, which points to the previous edit
56 - #
5756 $sql = "SELECT rc_cur_id,rc_this_oldid,rc_timestamp FROM $recentchanges " .
5857 "ORDER BY rc_cur_id,rc_timestamp";
5958 $res = $dbw->query( $sql, DB_MASTER );
@@ -65,15 +64,19 @@
6665 # Switch! Look up the previous last edit, if any
6766 $lastCurId = intval( $obj->rc_cur_id );
6867 $emit = $obj->rc_timestamp;
69 - $sql2 = "SELECT rev_id FROM $revision " .
 68+ $sql2 = "SELECT rev_id, rev_len, rev_text_id FROM $revision " .
7069 "WHERE rev_page={$lastCurId} ".
7170 "AND rev_timestamp<'{$emit}' ORDER BY rev_timestamp DESC LIMIT 1";
7271 $res2 = $dbw->query( $sql2 );
7372 if( $row = $dbw->fetchObject( $res2 ) ) {
7473 $lastOldId = intval( $row->rev_id );
 74+ $lastTextId = intval( $row->rev_text_id );
 75+ $lastSize = $row->rev_len; # Grab the last text size
7576 } else {
7677 # No previous edit
7778 $lastOldId = 0;
 79+ $lastTextId = 0;
 80+ $lastSize = NULL;
7881 $new = 1;
7982 }
8083 $dbw->freeResult( $res2 );
@@ -81,9 +84,31 @@
8285 if( $lastCurId == 0 ) {
8386 print "Uhhh, something wrong? No curid\n";
8487 } else {
85 - $sql3 = "UPDATE $recentchanges SET rc_last_oldid=$lastOldId,rc_new=$new,rc_type=$new " .
 88+ # Check the text if not in rev_len for the last entry's text size
 89+ if( !$lastSize ) {
 90+ $lastText = $dbw->selectField( 'text', 'old_text', array('old_id' => $lastTextId ) );
 91+ $lastSize = $lastText ? strlen($lastText) : 'NULL';
 92+ }
 93+ # Grab the entry's text size
 94+ $res3 = $dbw->select( 'revision', array('rev_len','rev_text_id'), array('rev_id' => $obj->rc_this_oldid ) );
 95+ if( $row = $dbw->fetchObject( $res3 ) ) {
 96+ $textId = $row->rev_text_id;
 97+ $size = $row->rev_len;
 98+ } else {
 99+ $textId = 0;
 100+ $size = NULL;
 101+ }
 102+ # Check the text if not in rev_len for the entry's text size
 103+ if( !$size ) {
 104+ $text = $dbw->selectField( 'text', 'old_text', array('old_id' => $textId ) );
 105+ $size = $text ? strlen($text) : 'NULL';
 106+ }
 107+
 108+ $sql3 = "UPDATE $recentchanges SET rc_last_oldid=$lastOldId,rc_new=$new,rc_type=$new," .
 109+ "rc_old_len='$lastSize',rc_new_len='$size' " .
86110 "WHERE rc_cur_id={$lastCurId} AND rc_this_oldid={$obj->rc_this_oldid}";
87111 $dbw->query( $sql3 );
 112+
88113 $lastOldId = intval( $obj->rc_this_oldid );
89114 }
90115 }
Index: branches/liquidthreads/config/index.php
@@ -45,10 +45,17 @@
4646
4747 require_once( "includes/Defines.php" );
4848 require_once( "includes/DefaultSettings.php" );
 49+require_once( "includes/AutoLoader.php" );
4950 require_once( "includes/MagicWord.php" );
5051 require_once( "includes/Namespace.php" );
5152 require_once( "includes/ProfilerStub.php" );
 53+require_once( "includes/GlobalFunctions.php" );
 54+require_once( "includes/Hooks.php" );
5255
 56+# If we get an exception, the user needs to know
 57+# all the details
 58+$wgShowExceptionDetails = true;
 59+
5360 ## Databases we support:
5461
5562 $ourdb = array();
@@ -269,12 +276,11 @@
270277 $conf = new ConfigData;
271278
272279 install_version_checks();
 280+$self = 'Installer'; # Maintenance script name, to please Setup.php
273281
274282 print "<li>PHP " . phpversion() . " installed</li>\n";
275283
276 -## Temporarily turn off all errors as we try to discover installed databases
277 -$olderrnum = error_reporting(0);
278 -
 284+error_reporting( 0 );
279285 $phpdatabases = array();
280286 foreach (array_keys($ourdb) as $db) {
281287 $compname = $ourdb[$db]['compile'];
@@ -283,9 +289,8 @@
284290 $ourdb[$db]['havedriver'] = 1;
285291 }
286292 }
 293+error_reporting( E_ALL );
287294
288 -error_reporting($olderrornum);
289 -
290295 if (!$phpdatabases) {
291296 print "Could not find a suitable database driver!<ul>";
292297 foreach (array_keys($ourdb) AS $db) {
@@ -547,11 +552,11 @@
548553 $conf->RootUser = importPost( "RootUser", "root" );
549554 $conf->RootPW = importPost( "RootPW", "" );
550555 $useRoot = importCheck( 'useroot', false );
 556+ $conf->LanguageCode = importPost( "LanguageCode", "en" );
551557
552558 ## MySQL specific:
553559 $conf->DBprefix = importPost( "DBprefix" );
554560 $conf->setSchema( importPost( "DBschema", "mysql4" ) );
555 - $conf->LanguageCode = importPost( "LanguageCode", "en" );
556561
557562 ## Postgres specific:
558563 $conf->DBport = importPost( "DBport", "5432" );
@@ -580,12 +585,48 @@
581586 $errs["DBprefix"] = "Invalid table prefix";
582587 }
583588
584 -if( $conf->SysopPass == "" ) {
585 - $errs["SysopPass"] = "Must not be blank";
 589+error_reporting( E_ALL );
 590+
 591+/**
 592+ * Initialise $wgLang and $wgContLang to something so we can
 593+ * call case-folding methods. Per Brion, this is English for
 594+ * now, although we could be clever and initialise to the
 595+ * user-selected language.
 596+ */
 597+$wgContLang = Language::factory( 'en' );
 598+$wgLang = $wgContLang;
 599+
 600+/**
 601+ * We're messing about with users, so we need a stub
 602+ * authentication plugin...
 603+ */
 604+$wgAuth = new AuthPlugin();
 605+
 606+/**
 607+ * Validate the initial administrator account; username,
 608+ * password checks, etc.
 609+ */
 610+if( $conf->SysopName ) {
 611+ # Check that the user can be created
 612+ $u = User::newFromName( $conf->SysopName );
 613+ if( $u instanceof User ) {
 614+ # Various password checks
 615+ if( $conf->SysopPass != '' ) {
 616+ if( $conf->SysopPass == $conf->SysopPass2 ) {
 617+ if( !$u->isValidPassword( $conf->SysopPass ) ) {
 618+ $errs['SysopPass'] = "Bad password";
 619+ }
 620+ } else {
 621+ $errs['SysopPass2'] = "Passwords don't match";
 622+ }
 623+ } else {
 624+ $errs['SysopPass'] = "Cannot be blank";
 625+ }
 626+ unset( $u );
 627+ } else {
 628+ $errs['SysopName'] = "Bad username";
 629+ }
586630 }
587 -if( $conf->SysopPass != $conf->SysopPass2 ) {
588 - $errs["SysopPass2"] = "Passwords don't match!";
589 -}
590631
591632 $conf->License = importRequest( "License", "none" );
592633 if( $conf->License == "gfdl" ) {
@@ -1088,6 +1129,9 @@
10891130 An admin can lock/delete pages, block users from editing, and do other maintenance tasks.<br />
10901131 A new account will be added only when creating a new wiki database.
10911132 </p>
 1133+ <p class="config-desc">
 1134+ The password cannot be the same as the username.
 1135+ </p>
10921136
10931137 <div class="config-input">
10941138 <label class='column'>Shared memory caching:</label>
Index: branches/liquidthreads/docs/hooks.txt
@@ -402,6 +402,7 @@
403403 $skin: Skin rendering the UI
404404 $title: Title being linked to
405405 $section: Section to link to
 406+$hint: Anchor title/tooltip attributes
406407 $link: Default link
407408 $result: Result (alter this to override the generated links)
408409
Index: branches/liquidthreads/t/maint/php-lint.t
@@ -26,8 +26,8 @@
2727 waitpid $pid, 0;
2828
2929 if ( $? == 0 ) {
30 - ok 1 => "Looks fine";
 30+ pass($file);
3131 } else {
32 - ok 0 => "$file does not pass php linter. Error was: $res";
 32+ fail("$file does not pass php -l. Error was: $res");
3333 }
3434 }
Index: branches/liquidthreads/RELEASE-NOTES
@@ -59,6 +59,8 @@
6060 see docs/hooks.txt for details
6161 * (bug 9769) Provide "watch this page" toggle on protection form
6262 * (bug 9886) Provide clear example "stub link" in Special:Preferences
 63+* (bug 10055) Populate email address and real name properties of User objects
 64+ passed to the 'AbortNewAccount' hook
6365
6466 == Bugfixes since 1.10 ==
6567
@@ -124,7 +126,15 @@
125127 * (bug 9978) Fixed session.save_path validation when using extended
126128 configuration format, e.g. "5;/tmp"
127129 * Don't generate a diff link in the patrol log if the page doesn't exist
 130+* (bug 10067) Translations for former skins removed from message files
 131+* (bug 9993) Force $wgShowExceptionDetails on during installation
 132+* (bug 9980) Validate administrator username and password during
 133+ installation
 134+* (bug 9383) Don't set a default value for BLOB column in rc-deleted
 135+ database patch
 136+* (bug 10149) Don't show full template list on section-0 edit
128137
 138+
129139 == MediaWiki API changes since 1.10 ==
130140
131141 (For ongoing development discussion, see http://www.mediawiki.org/wiki/API)
Index: branches/liquidthreads/includes/SpecialWhatlinkshere.php
@@ -230,12 +230,14 @@
231231 $wgOut->addHTML( ' (' . implode( ', ', $props ) . ') ' );
232232 }
233233
234 - //add whatlinkshere link
235 - $whatlink = $this->skin->makeKnownLinkObj(
236 - SpecialPage::getTitleFor( 'Whatlinkshere', $nt->getPrefixedDBkey() ),
237 - wfMsgHtml( 'whatlinkshere-links' ) );
238 - $wgOut->addHTML(" ($whatlink)" );
239 -
 234+ # Space for utilities links, with a what-links-here link provided
 235+ $wlh = $this->skin->makeKnownLinkObj(
 236+ SpecialPage::getTitleFor( 'Whatlinkshere' ),
 237+ wfMsgHtml( 'whatlinkshere-links' ),
 238+ 'target=' . $nt->getPrefixedUrl()
 239+ );
 240+ $wgOut->addHtml( ' <span class="mw-whatlinkshere-tools">(' . $wlh . ')</span>' );
 241+
240242 if ( $row->page_is_redirect ) {
241243 if ( $level < 2 ) {
242244 $this->showIndirectLinks( $level + 1, $nt, 500 );
Index: branches/liquidthreads/includes/filerepo/OldLocalFile.php
@@ -11,15 +11,15 @@
1212 const CACHE_VERSION = 1;
1313 const MAX_CACHE_ROWS = 20;
1414
15 - function newFromTitle( $title, $repo, $time ) {
 15+ static function newFromTitle( $title, $repo, $time ) {
1616 return new self( $title, $repo, $time, null );
1717 }
1818
19 - function newFromArchiveName( $title, $repo, $archiveName ) {
 19+ static function newFromArchiveName( $title, $repo, $archiveName ) {
2020 return new self( $title, $repo, null, $archiveName );
2121 }
2222
23 - function newFromRow( $row, $repo ) {
 23+ static function newFromRow( $row, $repo ) {
2424 $title = Title::makeTitle( NS_IMAGE, $row->oi_name );
2525 $file = new self( $title, $repo, null, $row->oi_archive_name );
2626 $file->loadFromRow( $row, 'oi_' );
Index: branches/liquidthreads/includes/filerepo/LocalFile.php
@@ -52,7 +52,7 @@
5353 * Create a LocalFile from a title
5454 * Do not call this except from inside a repo class.
5555 */
56 - function newFromTitle( $title, $repo ) {
 56+ static function newFromTitle( $title, $repo ) {
5757 return new self( $title, $repo );
5858 }
5959
@@ -60,7 +60,7 @@
6161 * Create a LocalFile from a title
6262 * Do not call this except from inside a repo class.
6363 */
64 - function newFromRow( $row, $repo ) {
 64+ static function newFromRow( $row, $repo ) {
6565 $title = Title::makeTitle( NS_IMAGE, $row->img_name );
6666 $file = new self( $title, $repo );
6767 $file->loadFromRow( $row );
@@ -1261,6 +1261,7 @@
12621262 } catch( MWException $e ) {
12631263 wfDebug( __METHOD__." caught error, aborting\n" );
12641264 $transaction->rollback();
 1265+ $dbw->rollback();
12651266 throw $e;
12661267 }
12671268
@@ -1332,7 +1333,7 @@
13331334 * Do not use in core code.
13341335 * @deprecated
13351336 */
1336 - function newFromTitle( $title, $time = false ) {
 1337+ static function newFromTitle( $title, $time = false ) {
13371338 $img = wfFindFile( $title, $time );
13381339 if ( !$img ) {
13391340 $img = wfLocalFile( $title );
@@ -1341,6 +1342,27 @@
13421343 }
13431344
13441345 /**
 1346+ * Wrapper for wfFindFile(), for backwards-compatibility only.
 1347+ * Do not use in core code.
 1348+ *
 1349+ * @param string $name name of the image, used to create a title object using Title::makeTitleSafe
 1350+ * @return image object or null if invalid title
 1351+ * @deprecated
 1352+ */
 1353+ static function newFromName( $name ) {
 1354+ $title = Title::makeTitleSafe( NS_IMAGE, $name );
 1355+ if ( is_object( $title ) ) {
 1356+ $img = wfFindFile( $title );
 1357+ if ( !$img ) {
 1358+ $img = wfLocalFile( $title );
 1359+ }
 1360+ return $img;
 1361+ } else {
 1362+ return NULL;
 1363+ }
 1364+ }
 1365+
 1366+ /**
13451367 * Return the URL of an image, provided its name.
13461368 *
13471369 * Backwards-compatibility for extensions.
Index: branches/liquidthreads/includes/filerepo/UnregisteredLocalFile.php
@@ -13,11 +13,11 @@
1414 class UnregisteredLocalFile extends File {
1515 var $title, $path, $mime, $handler, $dims;
1616
17 - function newFromPath( $path, $mime ) {
 17+ static function newFromPath( $path, $mime ) {
1818 return new UnregisteredLocalFile( false, false, $path, $mime );
1919 }
2020
21 - function newFromTitle( $title, $repo ) {
 21+ static function newFromTitle( $title, $repo ) {
2222 return new UnregisteredLocalFile( $title, $repo, false, false );
2323 }
2424
Index: branches/liquidthreads/includes/filerepo/ForeignDBFile.php
@@ -1,7 +1,7 @@
22 <?php
33
44 class ForeignDBFile extends LocalFile {
5 - function newFromTitle( $title, $repo ) {
 5+ static function newFromTitle( $title, $repo ) {
66 return new self( $title, $repo );
77 }
88
Index: branches/liquidthreads/includes/Linker.php
@@ -684,7 +684,7 @@
685685 $class = 'internal';
686686 } else {
687687 $upload = SpecialPage::getTitleFor( 'Upload' );
688 - $url = $upload->getLocalUrl( 'wpDestFile=' . urlencode( $title->getText() ) );
 688+ $url = $upload->getLocalUrl( 'wpDestFile=' . urlencode( $title->getDbKey() ) );
689689 $class = 'new';
690690 }
691691 $alt = htmlspecialchars( $title->getText() );
@@ -1064,7 +1064,7 @@
10651065 $result = null;
10661066 wfRunHooks( 'EditSectionLinkForOther', array( &$this, $title, $section, $url, &$result ) );
10671067 return is_null( $result )
1068 - ? "<span class=\"editsection\"[{$url}]</span>"
 1068+ ? "<span class=\"editsection\">[{$url}]</span>"
10691069 : "<span class=\"editsection\">[{$result}]</span>";
10701070 }
10711071
@@ -1079,7 +1079,7 @@
10801080 $hint = ( $hint=='' ) ? '' : ' title="' . wfMsgHtml( 'editsectionhint', htmlspecialchars( $hint ) ) . '"';
10811081 $url = $this->makeKnownLinkObj( $nt, wfMsg('editsection'), 'action=edit'.$editurl, '', '', '', $hint );
10821082 $result = null;
1083 - wfRunHooks( 'EditSectionLink', array( &$this, $nt, $section, $url, &$result ) );
 1083+ wfRunHooks( 'EditSectionLink', array( &$this, $nt, $section, $hint, $url, &$result ) );
10841084 return is_null( $result )
10851085 ? "<span class=\"editsection\">[{$url}]</span>"
10861086 : "<span class=\"editsection\">[{$result}]</span>";
Index: branches/liquidthreads/includes/Parser.php
@@ -3405,7 +3405,13 @@
34063406 }
34073407
34083408 /**
3409 - * Detect __TOC__ magic word and set a placeholder
 3409+ * Find the first __TOC__ magic word and set a <!--MWTOC-->
 3410+ * placeholder that will then be replaced by the real TOC in
 3411+ * ->formatHeadings, this works because at this points real
 3412+ * comments will have already been discarded by the sanitizer.
 3413+ *
 3414+ * Any additional __TOC__ magic words left over will be discarded
 3415+ * as there can only be one TOC on the page.
34103416 */
34113417 function stripToc( $text ) {
34123418 # if the string __NOTOC__ (not case-sensitive) occurs in the HTML,
Index: branches/liquidthreads/includes/SpecialUserlogin.php
@@ -265,6 +265,11 @@
266266 $this->mainLoginForm( wfMsg( 'passwordtooshort', $wgMinimalPasswordLength ) );
267267 return false;
268268 }
 269+
 270+ # Set some additional data so the AbortNewAccount hook can be
 271+ # used for more than just username validation
 272+ $u->setEmail( $this->mEmail );
 273+ $u->setRealName( $this->mRealName );
269274
270275 $abortError = '';
271276 if( !wfRunHooks( 'AbortNewAccount', array( $u, &$abortError ) ) ) {
Index: branches/liquidthreads/includes/EditPage.php
@@ -1127,7 +1127,7 @@
11281128 if( !$this->preview && !$this->diff ) {
11291129 $wgOut->setOnloadHandler( 'document.editform.wpTextbox1.focus()' );
11301130 }
1131 - $templates = ($this->preview || $this->section) ? $this->mPreviewTemplates : $this->mArticle->getUsedTemplates();
 1131+ $templates = ($this->preview || $this->section != '') ? $this->mPreviewTemplates : $this->mArticle->getUsedTemplates();
11321132 $formattedtemplates = $sk->formatTemplates( $templates, $this->preview, $this->section != '');
11331133
11341134 global $wgUseMetadataEdit ;
Index: branches/liquidthreads/includes/api/ApiQuery.php
@@ -100,6 +100,9 @@
101101 $this->mAllowedGenerators = array_merge($this->mListModuleNames, $this->mPropModuleNames);
102102 }
103103
 104+ /**
 105+ * Helper function to append any add-in modules to the list
 106+ */
104107 private static function appendUserModules(&$modules, $newModules) {
105108 if (is_array( $newModules )) {
106109 foreach ( $newModules as $moduleName => $moduleClass) {
@@ -108,6 +111,9 @@
109112 }
110113 }
111114
 115+ /**
 116+ * Gets a default slave database connection object
 117+ */
112118 public function getDB() {
113119 if (!isset ($this->mSlaveDB)) {
114120 $this->profileDBIn();
@@ -132,6 +138,9 @@
133139 return $this->mNamedDB[$name];
134140 }
135141
 142+ /**
 143+ * Gets the set of pages the user has requested (or generated)
 144+ */
136145 public function getPageSet() {
137146 return $this->mPageSet;
138147 }
@@ -381,12 +390,12 @@
382391 */
383392 public function makeHelpMsg() {
384393
385 - // Use parent to make default message for the query module
386 - $msg = parent :: makeHelpMsg();
 394+ $msg = '';
387395
388396 // Make sure the internal object is empty
389397 // (just in case a sub-module decides to optimize during instantiation)
390398 $this->mPageSet = null;
 399+ $this->mAllowedGenerators = array(); // Will be repopulated
391400
392401 $astriks = str_repeat('--- ', 8);
393402 $msg .= "\n$astriks Query: Prop $astriks\n\n";
@@ -396,6 +405,11 @@
397406 $msg .= "\n$astriks Query: Meta $astriks\n\n";
398407 $msg .= $this->makeHelpMsgHelper($this->mQueryMetaModules, 'meta');
399408
 409+ // Perform the base call last because the $this->mAllowedGenerators
 410+ // will be updated inside makeHelpMsgHelper()
 411+ // Use parent to make default message for the query module
 412+ $msg = parent :: makeHelpMsg() . $msg;
 413+
400414 return $msg;
401415 }
402416
@@ -413,8 +427,10 @@
414428 $msg2 = $module->makeHelpMsg();
415429 if ($msg2 !== false)
416430 $msg .= $msg2;
417 - if ($module instanceof ApiQueryGeneratorBase)
 431+ if ($module instanceof ApiQueryGeneratorBase) {
 432+ $this->mAllowedGenerators[] = $moduleName;
418433 $msg .= "Generator:\n This module may be used as a generator\n";
 434+ }
419435 $moduleDscriptions[] = $msg;
420436 }
421437
Index: branches/liquidthreads/languages/messages/MessagesZh_yue.php
@@ -9,8 +9,6 @@
1010 'standard' => '傳統', /* "Classic, Standard" */
1111 'nostalgia' => '懷舊', /* "Nostalgia" */
1212 'cologneblue' => '科隆藍', /* "Cologne Blue" */
13 - 'davinci' => '達文西', /* "DaVinci" */
14 - 'mono' => '簡單', /* "Mono" */
1513 'monobook' => 'MonoBook',
1614 'myskin' => '我嘅皮', /* "MySkin" */
1715 'chick' => '小妞', /* "Chick" */
@@ -698,7 +696,12 @@
699697 'nocreatetitle' => '頁面建立被限制',
700698 'nocreatetext' => '呢個網站已經限制咗起新版嘅能力。
701699 你可以番轉頭去編輯一啲已經存在嘅頁面,或者[[Special:Userlogin|登入或開個新戶口]]。',
 700+'recreate-deleted-warn' => "'''警告: 你而家重開一版係先前曾經刪除過嘅。'''
702701
 702+你應該要考慮吓繼續編輯呢一版係唔係適合嘅。
 703+為咗方便起見,呢一版嘅刪除記錄已經響下面提供:",
 704+'recreate-deleted-dismiss' => '(閂咗佢)',
 705+
703706 # "Undo" feature
704707 'undo-success' => '呢個編輯可以取消。請檢查一下個差異去確認呢個係你要去做嘅,跟住儲存下面嘅更改去完成編輯。',
705708 'undo-failure' => '呢個編輯唔能夠取消,由於同途中嘅編輯有衝突。',
@@ -883,7 +886,7 @@
884887 'resultsperpage' => '每頁顯示嘅擊中數:',
885888 'contextlines' => '每一擊顯示嘅行數:',
886889 'contextchars' => '每一行嘅字數:',
887 -'stubthreshold' => '楔位文章門檻:',
 890+'stub-threshold' => '<a href="#" class="stub">楔位連結</a>格式門檻:',
888891 'recentchangesdays' => '最近更改中嘅顯示日數:',
889892 'recentchangescount' => '最近更改中嘅編輯數:',
890893 'savedprefs' => '你嘅喜好設定已經儲存。',
@@ -1154,7 +1157,7 @@
11551158 'nmembers' => '$1 位成員',
11561159 'nrevisions' => '$1 次修訂',
11571160 'nviews' => '$1 次瀏覽',
1158 -'specialpage-empty' => '呢一版係空嘅。',
 1161+'specialpage-empty' => '呢個報告嘅結果係空嘅。',
11591162 'lonelypages' => '孤立咗嘅頁面',
11601163 'lonelypagestext' => '以下嘅面頁係響呢個wiki度未有連結到其它頁面。',
11611164 'uncategorizedpages' => '未有分類嘅頁面',
@@ -1167,6 +1170,7 @@
11681171 'wantedpages' => '被徵求嘅頁面',
11691172 'mostlinked' => '有最多連結嘅頁面',
11701173 'mostlinkedcategories' => '有最多連結嘅分類',
 1174+'mostlinkedtemplates' => '有最多連結嘅模',
11711175 'mostcategories' => '有最多分類嘅面頁',
11721176 'mostimages' => '有最多連結嘅圖像',
11731177 'mostrevisions' => '有最多修改嘅文章',
@@ -1401,14 +1405,11 @@
14021406 'confirmprotecttext' => '你係唔係真係要保護呢個頁面?',
14031407 'confirmprotect' => '確認保護',
14041408 'protectmoveonly' => '只保護頁面嘅移動',
1405 -'protectcomment' => '保護原因',
1406 -'protectexpiry' => '到期',
 1409+'protectcomment' => '註解:',
 1410+'protectexpiry' => '到期:',
14071411 'protect_expiry_invalid' => '到期時間唔正確。',
14081412 'protect_expiry_old' => '到期時間係響之前過去嘅。',
14091413 'unprotectsub' =>"(解除緊\"$1\"嘅保護)",
1410 -'confirmunprotecttext' => '你係唔係真係要解除呢個頁面嘅保護?',
1411 -'confirmunprotect' => '確認解除保護',
1412 -'unprotectcomment' => '解除保護嘅原因',
14131414 'protect-unchain' => '解除移動權限嘅鎖定',
14141415 'protect-text' => '你可以喺呢度睇到同修改頁面<strong>$1</strong>嘅保護等級。',
14151416 'protect-locked-blocked' => '當你響被封鎖嗰陣唔可以改呢版嘅保護等級。
@@ -1423,7 +1424,7 @@
14241425 'protect-level-sysop' => '只限操作員',
14251426 'protect-summary-cascade' => '連串保護',
14261427 'protect-expiring' => '響 $1 (UTC) 到期',
1427 -'protect-cascade' => '連串保護 - 保護包含響呢一版嘅任何頁面。',
 1428+'protect-cascade' => '保護包含響呢一版嘅頁面 (連串保護)',
14281429 'restriction-type' => '許可:',
14291430 'restriction-level' => '限制等級:',
14301431 'minimum-size' => '最小大細',
Index: branches/liquidthreads/languages/messages/MessagesLt.php
@@ -30,7 +30,6 @@
3131 'standard' => 'Klasikinė',
3232 'nostalgia' => 'Nostalgija',
3333 'cologneblue' => 'Kelno mėlyna',
34 - 'davinci' => 'Da Vinči',
3534 'monobook' => 'MonoBook',
3635 'myskin' => 'Mano išvaizda',
3736 'chick' => 'Chick',
Index: branches/liquidthreads/languages/messages/MessagesKsh.php
@@ -98,10 +98,6 @@
9999 'standard' => 'Standaad',
100100 'nostalgia' => 'Nostaljesch',
101101 'cologneblue' => 'Kölsch Blau',
102 - 'smarty' => 'Päddington',
103 - 'montparnasse' => 'Mont Panass',
104 - 'davinci' => 'Da_Vintschi',
105 - 'mono' => 'Mono',
106102 'monobook' => 'MonoBoch',
107103 'myskin' => 'Ming Skin',
108104 'chick' => 'Höhnche'
Index: branches/liquidthreads/languages/messages/MessagesZh_tw.php
@@ -48,7 +48,6 @@
4949 'standard' => '標準',
5050 'nostalgia' => '懷舊',
5151 'cologneblue' => '科隆香水藍',
52 - 'davinci' => '達芬奇',
5352 );
5453
5554 $bookstoreList = array(
@@ -595,7 +594,12 @@
596595 'edittools' => '<!-- 此處的文字將被顯示在以下編輯和上傳表單中。 -->',
597596 'nocreatetitle' => '創建頁面受限',
598597 'nocreatetext' => '此網站限制了創建新頁面的功能。你可以返回並編輯已有的頁面,或者[[Special:Userlogin|登錄或創建新賬戶]]。',
 598+'recreate-deleted-warn' => "'''警告: 你現在重新創建一個先前曾經刪除過的頁面。'''
599599
 600+你應該要考慮一下繼續編輯這一個頁面是否合適。
 601+為方便起見,這一個頁面的刪除記錄已經在下面提供:",
 602+'recreate-deleted-dismiss' => '(關閉)',
 603+
600604 # "Undo" feature
601605 'undo-success' => '該編輯可以被撤銷。請檢查以下對比以核實這正是您想做的,然後儲存以下更改以完成撤銷編輯。',
602606 'undo-failure' => '由於中途的編輯不一致,此編輯不能撤銷。',
@@ -766,7 +770,7 @@
767771 'resultsperpage' => '每頁顯示連結數',
768772 'contextlines' => '每連結行數:',
769773 'contextchars' => '每行字數:',
770 -'stubthreshold' => '短文章顯示基本限制',
 774+'stub-threshold' => '<a href="#" class="stub">短文章連結</a>格式門檻值:',
771775 'recentchangesdays' => '最近更改中的顯示日數:',
772776 'recentchangescount' => '最近更改中的編輯數:',
773777 'savedprefs' => '您的個人參數設置已經保存。',
@@ -1030,7 +1034,7 @@
10311035 'nmembers' => '$1個成員',
10321036 'nrevisions' => '$1個修訂',
10331037 'nviews' => '$1次瀏覽',
1034 -'specialpage-empty' => '本頁面沒有內容。',
 1038+'specialpage-empty' => '這個報告的結果為空。',
10351039 'lonelypages' => '孤立頁面',
10361040 'lonelypagestext' => '以下頁面沒有連結這個wiki中的其它頁面。',
10371041 'uncategorizedpages' => '待分類頁面',
@@ -1043,6 +1047,7 @@
10441048 'wantedpages' => '待撰頁面',
10451049 'mostlinked' => '最多連結頁面',
10461050 'mostlinkedcategories' => '最多連結分類',
 1051+'mostlinkedtemplates' => '最多連結模版',
10471052 'mostcategories' => '最多分類文章',
10481053 'mostimages' => '最多連結圖像',
10491054 'mostrevisions' => '最多修訂文章',
@@ -1274,14 +1279,11 @@
12751280 'confirmprotecttext' => '確認要保護這頁?',
12761281 'confirmprotect' => '確認保護',
12771282 'protectmoveonly' => '只針對移動做保護',
1278 -'protectcomment' => '保護的原因',
1279 -'protectexpiry' => '終止時間',
 1283+'protectcomment' => '註解:',
 1284+'protectexpiry' => '到期:',
12801285 'protect_expiry_invalid' => '輸入的終止時間無效。',
12811286 'protect_expiry_old' => '終止時間已過去。',
12821287 'unprotectsub' => '(正在解除保護"$1")',
1283 -'confirmunprotecttext' => '您是否真的想解除保護這頁?',
1284 -'confirmunprotect' => '確認解除保護',
1285 -'unprotectcomment' => '解除保護原因',
12861288 'protect-unchain' => '移動權限解鎖',
12871289 'protect-text' => '你可以在這裡瀏覽和修改對頁面<strong>$1</strong>的保護級別。',
12881290 'protect-locked-blocked' => '您不能在被查封時更改保護級別。
@@ -1296,7 +1298,7 @@
12971299 'protect-level-sysop' => '僅操作員',
12981300 'protect-summary-cascade' => '連鎖',
12991301 'protect-expiring' => '終止於 $1 (UTC)',
1300 -'protect-cascade' => '連鎖保護 - 本頁包含的所有頁面均一併保護。',
 1302+'protect-cascade' => '保護本頁中包含的頁面 (連鎖保護)',
13011303 'restriction-type' => '權限:',
13021304 'restriction-level' => '限制級別:',
13031305 'minimum-size' => '最小大小',
Index: branches/liquidthreads/languages/messages/MessagesZh_classical.php
@@ -13,8 +13,6 @@
1414 'standard' => '經典',
1515 'nostalgia' => '懷古',
1616 'cologneblue' => '古龍水藍',
17 - 'davinci' => 'DaVinci',
18 - 'mono' => '素',
1917 'monobook' => '單書',
2018 'myskin' => '吾風',
2119 'chick' => '窈窕'
Index: branches/liquidthreads/languages/messages/MessagesAr.php
@@ -171,8 +171,6 @@
172172 'standard' => array( "كلاسيك" ),
173173 'nostalgia' => array( "نوستالجيا" ),
174174 'cologneblue' => array( "كولون بلو" ),
175 - 'davinci' => array( "دافنشي" ),
176 - 'mono' => array( "مونو" ),
177175 'monobook' => array( "مونوبوك" ),
178176 'myskin' => array( "واجهتي" ),
179177 'chick' => array( "تشيك" ),
Index: branches/liquidthreads/languages/messages/MessagesEo.php
@@ -24,7 +24,6 @@
2525 'standard' => 'Klasika',
2626 'nostalgia' => 'Nostalgio',
2727 'cologneblue' => 'Kolonja Bluo',
28 - 'mono' => 'Senkolora',
2928 'monobook' => 'Librejo',
3029 'chick' => 'Kokido',
3130 );
Index: branches/liquidthreads/languages/messages/MessagesMk.php
@@ -8,8 +8,6 @@
99 'standard' => 'Класика',
1010 'nostalgia' => 'Носталгија',
1111 'cologneblue' => 'Келнско сино',
12 - 'davinci' => 'ДаВинчи',
13 - 'mono' => 'Моно',
1412 'monobook' => 'Monobook',
1513 'myskin' => 'Моја маска',
1614 'chick' => 'Шик'
Index: branches/liquidthreads/languages/messages/MessagesEu.php
@@ -8,8 +8,6 @@
99 'standard' => 'Lehenetsia',
1010 'nostalgia' => 'Nostalgia',
1111 'cologneblue' => 'Cologne Blue',
12 - 'smarty' => 'Paddington',
13 - 'montparnasse' => 'Montparnasse'
1412 );
1513 $namespaceNames = array(
1614 NS_MEDIA => 'Media',
Index: branches/liquidthreads/languages/messages/MessagesUk.php
@@ -49,8 +49,6 @@
5050 'standard' => 'Стандартне',
5151 'nostalgia' => 'Ностальгія',
5252 'cologneblue' => 'Кельнське Синє',
53 - 'davinci' => 'Да Вінчі',
54 - 'mono' => 'Моно',
5553 'monobook' => 'Моно-книга',
5654 'myskin' => 'Своє',
5755 'chick' => 'Ціпка'
Index: branches/liquidthreads/languages/messages/MessagesBe.php
@@ -8,8 +8,6 @@
99 'standard' => 'Клясычны',
1010 'nostalgia' => 'Настальгія',
1111 'cologneblue' => 'Кёльнскі смутак',
12 - 'davinci' => 'Да Вінчы',
13 - 'mono' => 'Мона',
1412 'monobook' => 'Монакніга',
1513 'myskin' => 'MySkin',
1614 'chick' => 'Цыпа'
Index: branches/liquidthreads/languages/messages/MessagesBg.php
@@ -28,10 +28,6 @@
2929 'standard' => 'Класика',
3030 'nostalgia' => 'Носталгия',
3131 'cologneblue' => 'Кьолнско синьо',
32 - 'smarty' => 'Падингтън',
33 - 'montparnasse' => 'Монпарнас',
34 - 'davinci' => 'ДаВинчи',
35 - 'mono' => 'Моно',
3632 'monobook' => 'Монобук',
3733 'myskin' => 'Мой облик',
3834 'chick' => 'Пиленце'
Index: branches/liquidthreads/languages/messages/MessagesBs.php
@@ -22,7 +22,7 @@
2323 );
2424
2525 $skinNames = array(
26 - 'Obična', 'Nostalgija', 'Kelnsko plavo', 'Pedington', 'Monparnas'
 26+ 'Obična', 'Nostalgija', 'Kelnsko plavo'
2727 );
2828
2929 $magicWords = array(
Index: branches/liquidthreads/languages/messages/MessagesNv.php
@@ -5,7 +5,6 @@
66 */
77
88 $skinNames = array(
9 - 'mono' => 'Łáa\'ígíí',
109 'monobook' => 'NaaltsoosŁáa\'ígíí'
1110 );
1211
Index: branches/liquidthreads/languages/messages/MessagesRu.php
@@ -48,8 +48,6 @@
4949 'nostalgia' => 'Ностальгия',
5050 'cologneblue' => 'Кёльнская тоска',
5151 'davinci' => 'Да Винчи',
52 - 'mono' => 'Моно',
53 - 'monobook' => 'Моно-книга',
5452 'myskin' => 'Своё',
5553 'chick' => 'Цыпа'
5654 );
Index: branches/liquidthreads/languages/messages/MessagesGa.php
@@ -8,10 +8,6 @@
99 'standard' => 'Gnáth',
1010 'nostalgia' => 'Sean-nós',
1111 'cologneblue' => 'Gorm na Colóna',
12 - 'smarty' => 'Paddington',
13 - 'montparnasse' => 'Montparnasse',
14 - 'davinci' => 'DaVinci',
15 - 'mono' => 'Mono',
1612 'monobook' => 'MonoBook',
1713 'myskin' => 'MySkin',
1814 'chick' => 'Chick'
Index: branches/liquidthreads/languages/messages/MessagesSr_ec.php
@@ -44,7 +44,7 @@
4545 );
4646
4747 $skinNames = array(
48 - "Обична", "Носталгија", "Келнско плаво", "Педингтон", "Монпарнас"
 48+ "Обична", "Носталгија", "Келнско плаво"
4949 );
5050
5151 $extraUserToggles = array(
Index: branches/liquidthreads/languages/messages/MessagesBe_tarask.php
@@ -8,8 +8,6 @@
99 'standard' => 'Клясычны',
1010 'nostalgia' => 'Настальгія',
1111 'cologneblue' => 'Кёльнскі смутак',
12 - 'davinci' => 'Да Вінчы',
13 - 'mono' => 'Мона',
1412 'monobook' => 'Монакніга',
1513 'myskin' => 'MySkin',
1614 'chick' => 'Цыпа'
Index: branches/liquidthreads/languages/messages/MessagesOs.php
@@ -9,8 +9,6 @@
1010 'standard' => 'Стандартон',
1111 'nostalgia' => 'Æнкъард',
1212 'cologneblue' => 'Кёльны æрхæндæг',
13 - 'davinci' => 'Да Винчи',
14 - 'mono' => 'Моно',
1513 'monobook' => 'Моно-чиныг',
1614 'myskin' => 'Мæхи',
1715 'chick' => 'Карк'
Index: branches/liquidthreads/languages/messages/MessagesNds.php
@@ -44,7 +44,6 @@
4545 'standard' => 'Klassik',
4646 'nostalgia' => 'Nostalgie',
4747 'cologneblue' => 'Kölsch Blau',
48 - 'smarty' => 'Paddington',
4948 'chick' => 'Küken'
5049 );
5150
Index: branches/liquidthreads/languages/messages/MessagesDa.php
@@ -1395,9 +1395,6 @@
13961396 'protect_expiry_invalid' => 'Udløbstiden er ugyldig.',
13971397 'protect_expiry_old' => 'Udløbstiden ligger i fortiden.',
13981398 'unprotectsub' => '(Fjern beskyttelse af "$1")',
1399 -'confirmunprotecttext' => 'Vil du virkelig fjerne spærringen af denne side?',
1400 -'confirmunprotect' => 'Bekræft ophævelse af spærringen',
1401 -'unprotectcomment' => 'Årsage til ophævelse af spærringen',
14021399 'protect-unchain' => 'Ændre flytningsbeskyttelse',
14031400 'protect-text' => "Her kan beskyttelsesstatus for siden '''$1''' ses og ændres.",
14041401 'protect-locked-blocked' => 'Du kan ikke ændre sidens status, da din brugerkonto er spærret. Her er de aktuelle beskyttelsesindstillinger for siden <strong>„$1“:</strong>',
Index: branches/liquidthreads/languages/messages/MessagesDe.php
@@ -34,13 +34,10 @@
3535 'standard' => 'Klassik',
3636 'nostalgia' => 'Nostalgie',
3737 'cologneblue' => 'Kölnisch Blau',
38 - 'smarty' => 'Paddington',
39 - 'montparnasse' => 'Montparnasse',
40 - 'davinci' => 'DaVinci',
41 - 'mono' => 'Mono',
4238 'monobook' => 'MonoBook',
4339 'myskin' => 'MySkin',
44 - 'chick' => 'Küken'
 40+ 'chick' => 'Küken',
 41+ 'simple' => 'Einfach'
4542 );
4643
4744
@@ -710,6 +707,11 @@
711708 'edittools' => '<!-- Dieser Text wird unter dem „Bearbeiten“-Formular sowie dem "Hochladen"-Formular angezeigt. -->',
712709 'nocreatetitle' => 'Die Erstellung neuer Seiten ist eingeschränkt.',
713710 'nocreatetext' => 'Der Server hat das Erstellen neuer Seiten eingeschränkt. Sie können bestehende Seiten ändern oder sich [[Special:Userlogin|anmelden]].',
 711+'recreate-deleted-warn' => "'''Achtung: Sie erstellen eine Seite, die bereits früher gelöscht wurde.'''
 712+
 713+Bitte prüfen Sie sorgfältig, ob die erneute Seitenerstellung den Richtlinien entspricht.
 714+Zu Ihrer Information folgt das Lösch-Logbuch mit der Begründung für die vorhergende Löschung:",
 715+'recreate-deleted-dismiss' => '(Schließen)',
714716
715717 # "Undo" feature
716718 'undo-success' => 'Die Änderung konnte erfolgreich rückgängig gemacht werden. Bitte die Bearbeitung in der Vergleichsansicht kontrollieren und dann auf „Seite speichern“ klicken, um sie zu speichern.',
@@ -886,7 +888,7 @@
887889 'resultsperpage' => 'Treffer pro Seite:',
888890 'contextlines' => 'Zeilen pro Treffer:',
889891 'contextchars' => 'Zeichen pro Zeile:',
890 -'stubthreshold' => 'Kleine Seiten markieren bis (Byte):',
 892+'stub-threshold' => 'Linkformatierung <a href="#" class="stub">kleiner Seiten</a> (in Byte):',
891893 'recentchangesdays' => 'Anzahl der Tage, die die Liste der „Letzten Änderungen“ standardmäßig umfassen soll:',
892894 'recentchangescount' => 'Anzahl der Einträge in „Letzte Änderungen“ und „Neue Artikel“:',
893895 'savedprefs' => 'Ihre Einstellungen wurden gespeichert.',
@@ -1419,18 +1421,15 @@
14201422 'protectlogtext' => 'Dies ist das Seitenschutz-Logbuch. Siehe die [[{{ns:special}}:Protectedpages|Liste der geschützten Seiten]] für alle aktuell geschützten Seiten.',
14211423 'protectedarticle' => 'änderte den Seitenschutzstatus von [[$1]]',
14221424 'unprotectedarticle' => 'hob den Schutz von $1 auf',
1423 -'protectsub' => '(Sperren von „$1“)',
 1425+'protectsub' => '(Schutz ändern von „$1“)',
14241426 'confirmprotecttext' => 'Soll diese Seite wirklich geschützt werden?',
14251427 'confirmprotect' => 'Seitenschutzstatus ändern',
14261428 'protectmoveonly' => 'Nur vor dem Verschieben schützen',
1427 -'protectcomment' => 'Grund der Sperrung/Entsperrung:',
 1429+'protectcomment' => 'Grund:',
14281430 'protectexpiry' => 'Sperrdauer:',
14291431 'protect_expiry_invalid' => 'Die eingegebene Dauer ist ungültig.',
14301432 'protect_expiry_old' => 'Die Sperrzeit liegt in der Vergangenheit.',
14311433 'unprotectsub' => '(Aufhebung der Sperrung von „$1“)',
1432 -'confirmunprotecttext' => 'Wollen Sie wirklich die Sperrung dieser Seite aufheben?',
1433 -'confirmunprotect' => 'Aufhebung der Sperrung bestätigen',
1434 -'unprotectcomment' => 'Grund für das Aufheben der Sperrung',
14351434 'protect-unchain' => 'Verschiebeschutz ändern',
14361435 'protect-text' => "Hier können Sie den Schutzstatus für die Seite '''$1''' einsehen und ändern.",
14371436 'protect-locked-blocked' => 'Sie können den Seitenschutz nicht ändern, da Ihr Benutzerkonto gesperrt ist. Hier sind die aktuellen Seitenschutz-Einstellungen für die Seite <strong>„$1“:</strong>',
Index: branches/liquidthreads/languages/messages/MessagesTa.php
@@ -9,8 +9,6 @@
1010 'standard' => "இயல்பான",
1111 'nostalgia' => "பசுமை நினைவு (Nostalgia)",
1212 'cologneblue' => "கொலோன் (Cologne) நீலம் Blue",
13 - 'smarty' => "பாடிங்டன் (Paddington)",
14 - 'montparnasse' => "மொண்ட்பார்னாசே (Montparnasse)",
1513 );
1614
1715 $namespaceNames = array(
Index: branches/liquidthreads/languages/messages/MessagesHr.php
@@ -8,10 +8,6 @@
99 'standard' => 'Standardna',
1010 'nostalgia' => 'Nostalgija',
1111 'cologneblue' => 'Kölnska plava',
12 - 'smarty' => 'Paddington',
13 - 'montparnasse' => 'Montparnasse',
14 - 'davinci' => 'DaVinci',
15 - 'mono' => 'Mono',
1612 'monobook' => 'MonoBook',
1713 'myskin' => 'MySkin',
1814 'chick' => 'Chick'
Index: branches/liquidthreads/languages/messages/MessagesNds_nl.php
@@ -14,7 +14,6 @@
1515 'standard' => 'Klassiek',
1616 'nostalgia' => 'Nostalgie',
1717 'cologneblue' => 'Keuls blauw',
18 - 'smarty' => 'Paddington',
1918 'chick' => 'Sjiek'
2019 );
2120
Index: branches/liquidthreads/languages/messages/MessagesPt.php
@@ -39,8 +39,6 @@
4040 'standard' => 'Clássico',
4141 'nostalgia' => 'Nostalgia',
4242 'cologneblue' => 'Azul colonial',
43 - 'davinci' => 'DaVinci',
44 - 'mono' => 'Mono',
4543 'monobook' => 'MonoBook',
4644 'myskin' => 'MySkin',
4745 'chick' => 'Chick'
Index: branches/liquidthreads/languages/messages/MessagesEn.php
@@ -118,14 +118,13 @@
119119 * Skin names. If any key is not specified, the English one will be used.
120120 */
121121 $skinNames = array(
122 - 'standard' => 'Classic',
123 - 'nostalgia' => 'Nostalgia',
 122+ 'standard' => 'Classic',
 123+ 'nostalgia' => 'Nostalgia',
124124 'cologneblue' => 'Cologne Blue',
125 - 'davinci' => 'DaVinci',
126 - 'mono' => 'Mono',
127 - 'monobook' => 'MonoBook',
128 - 'myskin' => 'MySkin',
129 - 'chick' => 'Chick'
 125+ 'monobook' => 'MonoBook',
 126+ 'myskin' => 'MySkin',
 127+ 'chick' => 'Chick',
 128+ 'simple' => 'Simple'
130129 );
131130
132131 /**
@@ -379,7 +378,7 @@
380379 'Wantedcategories' => array( 'Wantedcategories' ),
381380 'Mostlinked' => array( 'Mostlinked' ),
382381 'Mostlinkedcategories' => array( 'Mostlinkedcategories' ),
383 - 'Mostlinkedtemplates' => array( 'Mostlinkedtemplates' ),
 382+ 'Mostlinkedtemplates' => array( 'Mostlinkedtemplates' ),
384383 'Mostcategories' => array( 'Mostcategories' ),
385384 'Mostimages' => array( 'Mostimages' ),
386385 'Mostrevisions' => array( 'Mostrevisions' ),
@@ -462,119 +461,117 @@
463462 ** recentchanges-url|recentchanges
464463 ** randompage-url|randompage
465464 ** helppage|help
466 -** sitesupport-url|sitesupport',
 465+** sitesupport-url|sitesupport', # don't translate or duplicate this message to other languages
467466
468467 # User preference toggles
469 -'tog-underline' => 'Underline links:',
470 -'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
471 -'tog-justify' => 'Justify paragraphs',
472 -'tog-hideminor' => 'Hide minor edits in recent changes',
473 -'tog-extendwatchlist' => 'Expand watchlist to show all applicable changes',
474 -'tog-usenewrc' => 'Enhanced recent changes (JavaScript)',
475 -'tog-numberheadings' => 'Auto-number headings',
476 -'tog-showtoolbar' => 'Show edit toolbar (JavaScript)',
477 -'tog-editondblclick' => 'Edit pages on double click (JavaScript)',
478 -'tog-editsection' => 'Enable section editing via [edit] links',
479 -'tog-editsectiononrightclick' => 'Enable section editing by right clicking<br /> on section titles (JavaScript)',
480 -'tog-showtoc' => 'Show table of contents (for pages with more than 3 headings)',
481 -'tog-rememberpassword' => 'Remember my login on this computer',
482 -'tog-editwidth' => 'Edit box has full width',
483 -'tog-watchcreations' => 'Add pages I create to my watchlist',
484 -'tog-watchdefault' => 'Add pages I edit to my watchlist',
485 -'tog-watchmoves' => 'Add pages I move to my watchlist',
486 -'tog-watchdeletion' => 'Add pages I delete to my watchlist',
487 -'tog-minordefault' => 'Mark all edits minor by default',
488 -'tog-previewontop' => 'Show preview before edit box',
489 -'tog-previewonfirst' => 'Show preview on first edit',
490 -'tog-nocache' => 'Disable page caching',
491 -'tog-enotifwatchlistpages' => 'E-mail me when a page I\'m watching is changed',
492 -'tog-enotifusertalkpages' => 'E-mail me when my user talk page is changed',
493 -'tog-enotifminoredits' => 'E-mail me also for minor edits of pages',
494 -'tog-enotifrevealaddr' => 'Reveal my e-mail address in notification mails',
495 -'tog-shownumberswatching' => 'Show the number of watching users',
496 -'tog-fancysig' => 'Raw signatures (without automatic link)',
497 -'tog-externaleditor' => 'Use external editor by default',
498 -'tog-externaldiff' => 'Use external diff by default',
499 -'tog-showjumplinks' => 'Enable "jump to" accessibility links',
500 -'tog-uselivepreview' => 'Use live preview (JavaScript) (Experimental)',
501 -'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary',
502 -'tog-watchlisthideown' => 'Hide my edits from the watchlist',
503 -'tog-watchlisthidebots' => 'Hide bot edits from the watchlist',
504 -'tog-watchlisthideminor' => 'Hide minor edits from the watchlist',
505 -'tog-nolangconversion' => 'Disable variants conversion',
506 -'tog-ccmeonemails' => 'Send me copies of emails I send to other users',
507 -'tog-diffonly' => "Don't show page content below diffs",
 468+'tog-underline' => 'Underline links:',
 469+'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>).',
 470+'tog-justify' => 'Justify paragraphs',
 471+'tog-hideminor' => 'Hide minor edits in recent changes',
 472+'tog-extendwatchlist' => 'Expand watchlist to show all applicable changes',
 473+'tog-usenewrc' => 'Enhanced recent changes (JavaScript)',
 474+'tog-numberheadings' => 'Auto-number headings',
 475+'tog-showtoolbar' => 'Show edit toolbar (JavaScript)',
 476+'tog-editondblclick' => 'Edit pages on double click (JavaScript)',
 477+'tog-editsection' => 'Enable section editing via [edit] links',
 478+'tog-editsectiononrightclick' => 'Enable section editing by right clicking<br /> on section titles (JavaScript)',
 479+'tog-showtoc' => 'Show table of contents (for pages with more than 3 headings)',
 480+'tog-rememberpassword' => 'Remember my login on this computer',
 481+'tog-editwidth' => 'Edit box has full width',
 482+'tog-watchcreations' => 'Add pages I create to my watchlist',
 483+'tog-watchdefault' => 'Add pages I edit to my watchlist',
 484+'tog-watchmoves' => 'Add pages I move to my watchlist',
 485+'tog-watchdeletion' => 'Add pages I delete to my watchlist',
 486+'tog-minordefault' => 'Mark all edits minor by default',
 487+'tog-previewontop' => 'Show preview before edit box',
 488+'tog-previewonfirst' => 'Show preview on first edit',
 489+'tog-nocache' => 'Disable page caching',
 490+'tog-enotifwatchlistpages' => "E-mail me when a page I'm watching is changed",
 491+'tog-enotifusertalkpages' => 'E-mail me when my user talk page is changed',
 492+'tog-enotifminoredits' => 'E-mail me also for minor edits of pages',
 493+'tog-enotifrevealaddr' => 'Reveal my e-mail address in notification mails',
 494+'tog-shownumberswatching' => 'Show the number of watching users',
 495+'tog-fancysig' => 'Raw signatures (without automatic link)',
 496+'tog-externaleditor' => 'Use external editor by default',
 497+'tog-externaldiff' => 'Use external diff by default',
 498+'tog-showjumplinks' => 'Enable "jump to" accessibility links',
 499+'tog-uselivepreview' => 'Use live preview (JavaScript) (Experimental)',
 500+'tog-forceeditsummary' => 'Prompt me when entering a blank edit summary',
 501+'tog-watchlisthideown' => 'Hide my edits from the watchlist',
 502+'tog-watchlisthidebots' => 'Hide bot edits from the watchlist',
 503+'tog-watchlisthideminor' => 'Hide minor edits from the watchlist',
 504+'tog-nolangconversion' => 'Disable variants conversion',
 505+'tog-ccmeonemails' => 'Send me copies of emails I send to other users',
 506+'tog-diffonly' => "Don't show page content below diffs",
508507
509 -'underline-always' => 'Always',
510 -'underline-never' => 'Never',
 508+'underline-always' => 'Always',
 509+'underline-never' => 'Never',
511510 'underline-default' => 'Browser default',
512511
513512 'skinpreview' => '(Preview)',
514513
515 -# dates
516 -'sunday' => 'Sunday',
517 -'monday' => 'Monday',
518 -'tuesday' => 'Tuesday',
519 -'wednesday' => 'Wednesday',
520 -'thursday' => 'Thursday',
521 -'friday' => 'Friday',
522 -'saturday' => 'Saturday',
523 -'sun' => 'Sun',
524 -'mon' => 'Mon',
525 -'tue' => 'Tue',
526 -'wed' => 'Wed',
527 -'thu' => 'Thu',
528 -'fri' => 'Fri',
529 -'sat' => 'Sat',
530 -'january' => 'January',
531 -'february' => 'February',
532 -'march' => 'March',
533 -'april' => 'April',
534 -'may_long' => 'May',
535 -'june' => 'June',
536 -'july' => 'July',
537 -'august' => 'August',
538 -'september' => 'September',
539 -'october' => 'October',
540 -'november' => 'November',
541 -'december' => 'December',
542 -'january-gen' => 'January',
543 -'february-gen' => 'February',
544 -'march-gen' => 'March',
545 -'april-gen' => 'April',
546 -'may-gen' => 'May',
547 -'june-gen' => 'June',
548 -'july-gen' => 'July',
549 -'august-gen' => 'August',
 514+# Dates
 515+'sunday' => 'Sunday',
 516+'monday' => 'Monday',
 517+'tuesday' => 'Tuesday',
 518+'wednesday' => 'Wednesday',
 519+'thursday' => 'Thursday',
 520+'friday' => 'Friday',
 521+'saturday' => 'Saturday',
 522+'sun' => 'Sun',
 523+'mon' => 'Mon',
 524+'tue' => 'Tue',
 525+'wed' => 'Wed',
 526+'thu' => 'Thu',
 527+'fri' => 'Fri',
 528+'sat' => 'Sat',
 529+'january' => 'January',
 530+'february' => 'February',
 531+'march' => 'March',
 532+'april' => 'April',
 533+'may_long' => 'May',
 534+'june' => 'June',
 535+'july' => 'July',
 536+'august' => 'August',
 537+'september' => 'September',
 538+'october' => 'October',
 539+'november' => 'November',
 540+'december' => 'December',
 541+'january-gen' => 'January',
 542+'february-gen' => 'February',
 543+'march-gen' => 'March',
 544+'april-gen' => 'April',
 545+'may-gen' => 'May',
 546+'june-gen' => 'June',
 547+'july-gen' => 'July',
 548+'august-gen' => 'August',
550549 'september-gen' => 'September',
551 -'october-gen' => 'October',
552 -'november-gen' => 'November',
553 -'december-gen' => 'December',
554 -'jan' => 'Jan',
555 -'feb' => 'Feb',
556 -'mar' => 'Mar',
557 -'apr' => 'Apr',
558 -'may' => 'May',
559 -'jun' => 'Jun',
560 -'jul' => 'Jul',
561 -'aug' => 'Aug',
562 -'sep' => 'Sep',
563 -'oct' => 'Oct',
564 -'nov' => 'Nov',
565 -'dec' => 'Dec',
566 -# Bits of text used by many pages:
567 -#
568 -'categories' => 'Categories',
569 -'pagecategories' => '{{PLURAL:$1|Category|Categories}}',
570 -'pagecategorieslink' => 'Special:Categories',
571 -'category_header' => 'Articles in category "$1"',
572 -'subcategories' => 'Subcategories',
 550+'october-gen' => 'October',
 551+'november-gen' => 'November',
 552+'december-gen' => 'December',
 553+'jan' => 'Jan',
 554+'feb' => 'Feb',
 555+'mar' => 'Mar',
 556+'apr' => 'Apr',
 557+'may' => 'May',
 558+'jun' => 'Jun',
 559+'jul' => 'Jul',
 560+'aug' => 'Aug',
 561+'sep' => 'Sep',
 562+'oct' => 'Oct',
 563+'nov' => 'Nov',
 564+'dec' => 'Dec',
 565+
 566+# Bits of text used by many pages
 567+'categories' => 'Categories',
 568+'pagecategories' => '{{PLURAL:$1|Category|Categories}}',
 569+'pagecategorieslink' => 'Special:Categories', # don't translate or duplicate this message to other languages
 570+'category_header' => 'Articles in category "$1"',
 571+'subcategories' => 'Subcategories',
573572 'category-media-header' => 'Media in category "$1"',
574573
575 -
576 -'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD',
577 -'mainpage' => 'Main Page',
578 -'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
 574+'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', # only translate this message to other languages if you have to change it
 575+'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
579576 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
580577
581578 == Getting started ==
@@ -583,278 +580,277 @@
584581 * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
585582 * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",
586583
587 -'portal' => 'Community portal',
588 -'portal-url' => 'Project:Community Portal',
589 -'about' => 'About',
590 -'aboutsite' => 'About {{SITENAME}}',
591 -'aboutpage' => 'Project:About',
592 -'article' => 'Content page',
593 -'help' => 'Help',
594 -'helppage' => 'Help:Contents',
595 -'bugreports' => 'Bug reports',
596 -'bugreportspage' => 'Project:Bug reports',
597 -'sitesupport' => 'Donations',
598 -'sitesupport-url' => 'Project:Site support',
599 -'faq' => 'FAQ',
600 -'faqpage' => 'Project:FAQ',
601 -'edithelp' => 'Editing help',
602 -'newwindow' => '(opens in new window)',
603 -'edithelppage' => 'Help:Editing',
604 -'cancel' => 'Cancel',
605 -'qbfind' => 'Find',
606 -'qbbrowse' => 'Browse',
607 -'qbedit' => 'Edit',
608 -'qbpageoptions' => 'This page',
609 -'qbpageinfo' => 'Context',
610 -'qbmyoptions' => 'My pages',
611 -'qbspecialpages' => 'Special pages',
612 -'moredotdotdot' => 'More...',
613 -'mypage' => 'My page',
614 -'mytalk' => 'My talk',
615 -'anontalk' => 'Talk for this IP',
616 -'navigation' => 'Navigation',
 584+'about' => 'About',
 585+'article' => 'Content page',
 586+'newwindow' => '(opens in new window)',
 587+'cancel' => 'Cancel',
 588+'qbfind' => 'Find',
 589+'qbbrowse' => 'Browse',
 590+'qbedit' => 'Edit',
 591+'qbpageoptions' => 'This page',
 592+'qbpageinfo' => 'Context',
 593+'qbmyoptions' => 'My pages',
 594+'qbspecialpages' => 'Special pages',
 595+'moredotdotdot' => 'More...',
 596+'mypage' => 'My page',
 597+'mytalk' => 'My talk',
 598+'anontalk' => 'Talk for this IP',
 599+'navigation' => 'Navigation',
617600
618601 # Metadata in edit box
619602 'metadata_help' => 'Metadata:',
620603
621 -'currentevents' => 'Current events',
622 -'currentevents-url' => 'Current events',
623 -
624 -'disclaimers' => 'Disclaimers',
625 -'disclaimerpage' => 'Project:General disclaimer',
626 -'privacy' => 'Privacy policy',
627 -'privacypage' => 'Project:Privacy policy',
628 -'errorpagetitle' => 'Error',
629 -'returnto' => 'Return to $1.',
630 -'tagline' => 'From {{SITENAME}}',
631 -'search' => 'Search',
632 -'searchbutton' => 'Search',
633 -'go' => 'Go',
634 -'searcharticle' => 'Go',
635 -'history' => 'Page history',
636 -'history_short' => 'History',
637 -'updatedmarker' => 'updated since my last visit',
638 -'info_short' => 'Information',
639 -'printableversion' => 'Printable version',
640 -'permalink' => 'Permanent link',
641 -'print' => 'Print',
642 -'edit' => 'Edit',
643 -'editthispage' => 'Edit this page',
644 -'delete' => 'Delete',
645 -'deletethispage' => 'Delete this page',
646 -'undelete_short' => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
647 -'protect' => 'Protect',
648 -'protect_change' => 'change protection',
649 -'protectthispage' => 'Protect this page',
650 -'unprotect' => 'unprotect',
 604+'errorpagetitle' => 'Error',
 605+'returnto' => 'Return to $1.',
 606+'tagline' => 'From {{SITENAME}}',
 607+'help' => 'Help',
 608+'search' => 'Search',
 609+'searchbutton' => 'Search',
 610+'go' => 'Go',
 611+'searcharticle' => 'Go',
 612+'history' => 'Page history',
 613+'history_short' => 'History',
 614+'updatedmarker' => 'updated since my last visit',
 615+'info_short' => 'Information',
 616+'printableversion' => 'Printable version',
 617+'permalink' => 'Permanent link',
 618+'print' => 'Print',
 619+'edit' => 'Edit',
 620+'editthispage' => 'Edit this page',
 621+'delete' => 'Delete',
 622+'deletethispage' => 'Delete this page',
 623+'undelete_short' => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
 624+'protect' => 'Protect',
 625+'protect_change' => 'change protection',
 626+'protectthispage' => 'Protect this page',
 627+'unprotect' => 'unprotect',
651628 'unprotectthispage' => 'Unprotect this page',
652 -'newpage' => 'New page',
653 -'talkpage' => 'Discuss this page',
654 -'talkpagelinktext' => 'Talk',
655 -'specialpage' => 'Special Page',
656 -'personaltools' => 'Personal tools',
657 -'postcomment' => 'Post a comment',
658 -'addsection' => '+',
659 -'articlepage' => 'View content page',
660 -'talk' => 'Discussion',
661 -'views' => 'Views',
662 -'toolbox' => 'Toolbox',
663 -'userpage' => 'View user page',
664 -'projectpage' => 'View project page',
665 -'imagepage' => 'View image page',
666 -'mediawikipage' => 'View message page',
667 -'templatepage' => 'View template page',
668 -'viewhelppage' => 'View help page',
669 -'categorypage' => 'View category page',
670 -'viewtalkpage' => 'View discussion',
671 -'otherlanguages' => 'In other languages',
672 -'redirectedfrom' => '(Redirected from $1)',
673 -'redirectpagesub' => 'Redirect page',
674 -'lastmodifiedat' => 'This page was last modified $2, $1.', //$1 date, $2 time
675 -'viewcount' => 'This page has been accessed {{PLURAL:$1|one time|$1 times}}.',
676 -'copyright' => 'Content is available under $1.',
677 -'protectedpage' => 'Protected page',
678 -'jumpto' => 'Jump to:',
679 -'jumptonavigation' => 'navigation',
680 -'jumptosearch' => 'search',
 629+'newpage' => 'New page',
 630+'talkpage' => 'Discuss this page',
 631+'talkpagelinktext' => 'Talk',
 632+'specialpage' => 'Special Page',
 633+'personaltools' => 'Personal tools',
 634+'postcomment' => 'Post a comment',
 635+'addsection' => '+', # don't translate or duplicate this message to other languages
 636+'articlepage' => 'View content page',
 637+'talk' => 'Discussion',
 638+'views' => 'Views',
 639+'toolbox' => 'Toolbox',
 640+'userpage' => 'View user page',
 641+'projectpage' => 'View project page',
 642+'imagepage' => 'View image page',
 643+'mediawikipage' => 'View message page',
 644+'templatepage' => 'View template page',
 645+'viewhelppage' => 'View help page',
 646+'categorypage' => 'View category page',
 647+'viewtalkpage' => 'View discussion',
 648+'otherlanguages' => 'In other languages',
 649+'redirectedfrom' => '(Redirected from $1)',
 650+'redirectpagesub' => 'Redirect page',
 651+'lastmodifiedat' => 'This page was last modified $2, $1.', # $1 date, $2 time
 652+'viewcount' => 'This page has been accessed {{PLURAL:$1|one time|$1 times}}.',
 653+'protectedpage' => 'Protected page',
 654+'jumpto' => 'Jump to:',
 655+'jumptonavigation' => 'navigation',
 656+'jumptosearch' => 'search',
681657
 658+# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
 659+'aboutsite' => 'About {{SITENAME}}',
 660+'aboutpage' => 'Project:About',
 661+'bugreports' => 'Bug reports',
 662+'bugreportspage' => 'Project:Bug reports',
 663+'copyright' => 'Content is available under $1.',
 664+'copyrightpagename' => '{{SITENAME}} copyright',
 665+'copyrightpage' => 'Project:Copyrights',
 666+'currentevents' => 'Current events',
 667+'currentevents-url' => 'Current events',
 668+'disclaimers' => 'Disclaimers',
 669+'disclaimerpage' => 'Project:General disclaimer',
 670+'edithelp' => 'Editing help',
 671+'edithelppage' => 'Help:Editing',
 672+'faq' => 'FAQ',
 673+'faqpage' => 'Project:FAQ',
 674+'helppage' => 'Help:Contents',
 675+'mainpage' => 'Main Page',
 676+'policy-url' => 'Project:Policy',
 677+'portal' => 'Community portal',
 678+'portal-url' => 'Project:Community Portal',
 679+'privacy' => 'Privacy policy',
 680+'privacypage' => 'Project:Privacy policy',
 681+'sitesupport' => 'Donations',
 682+'sitesupport-url' => 'Project:Site support',
 683+
682684 'badaccess' => 'Permission error',
683685 'badaccess-group0' => 'You are not allowed to execute the action you have requested.',
684686 'badaccess-group1' => 'The action you have requested is limited to users in the group $1.',
685687 'badaccess-group2' => 'The action you have requested is limited to users in one of the groups $1.',
686688 'badaccess-groups' => 'The action you have requested is limited to users in one of the groups $1.',
687689
688 -'versionrequired' => 'Version $1 of MediaWiki required',
 690+'versionrequired' => 'Version $1 of MediaWiki required',
689691 'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page. See [[Special:Version|version page]].',
690692
691 -'ok' => 'OK',
692 -'sitetitle' => '{{SITENAME}}',
693 -'pagetitle' => '$1 - {{SITENAME}}',
694 -'sitesubtitle' => '',
695 -'retrievedfrom' => 'Retrieved from "$1"',
696 -'youhavenewmessages' => 'You have $1 ($2).',
697 -'newmessageslink' => 'new messages',
 693+'ok' => 'OK',
 694+'sitetitle' => '{{SITENAME}}', # don't translate or duplicate this message to other languages
 695+'pagetitle' => '$1 - {{SITENAME}}',
 696+'sitesubtitle' => '', # don't translate or duplicate this message to other languages
 697+'retrievedfrom' => 'Retrieved from "$1"',
 698+'youhavenewmessages' => 'You have $1 ($2).',
 699+'newmessageslink' => 'new messages',
698700 'newmessagesdifflink' => 'last change',
699 -'editsection'=>'edit',
700 -'editold'=>'edit',
701 -'editsectionhint' => 'Edit section: $1',
702 -'toc' => 'Contents',
703 -'showtoc' => 'show',
704 -'hidetoc' => 'hide',
705 -'thisisdeleted' => 'View or restore $1?',
706 -'viewdeleted' => 'View $1?',
707 -'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
708 -'feedlinks' => 'Feed:',
709 -'feed-invalid' => 'Invalid subscription feed type.',
710 -'feed-atom' => 'Atom',
711 -'feed-rss' => 'RSS',
712 -'sitenotice' => '-', # the equivalent to wgSiteNotice
713 -'anonnotice' => '-',
 701+'editsection' => 'edit',
 702+'editold' => 'edit',
 703+'editsectionhint' => 'Edit section: $1',
 704+'toc' => 'Contents',
 705+'showtoc' => 'show',
 706+'hidetoc' => 'hide',
 707+'thisisdeleted' => 'View or restore $1?',
 708+'viewdeleted' => 'View $1?',
 709+'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
 710+'feedlinks' => 'Feed:',
 711+'feed-invalid' => 'Invalid subscription feed type.',
 712+'feed-atom' => 'Atom', # only translate this message to other languages if you have to change it
 713+'feed-rss' => 'RSS', # only translate this message to other languages if you have to change it
 714+'sitenotice' => '-', # the equivalent to wgSiteNotice; don't translate or duplicate this message to other languages
 715+'anonnotice' => '-', # don't translate or duplicate this message to other languages
714716
715717 # Short words for each namespace, by default used in the 'article' tab in monobook
716 -'nstab-main' => 'Article',
717 -'nstab-user' => 'User page',
718 -'nstab-media' => 'Media page',
719 -'nstab-special' => 'Special',
720 -'nstab-project' => 'Project page',
721 -'nstab-image' => 'File',
 718+'nstab-main' => 'Article',
 719+'nstab-user' => 'User page',
 720+'nstab-media' => 'Media page',
 721+'nstab-special' => 'Special',
 722+'nstab-project' => 'Project page',
 723+'nstab-image' => 'File',
722724 'nstab-mediawiki' => 'Message',
723 -'nstab-template' => 'Template',
724 -'nstab-help' => 'Help page',
725 -'nstab-category' => 'Category',
 725+'nstab-template' => 'Template',
 726+'nstab-help' => 'Help page',
 727+'nstab-category' => 'Category',
726728
727729 # Main script and global functions
728 -#
729 -'nosuchaction' => 'No such action',
730 -'nosuchactiontext' => 'The action specified by the URL is not
 730+'nosuchaction' => 'No such action',
 731+'nosuchactiontext' => 'The action specified by the URL is not
731732 recognized by the wiki',
732733 'nosuchspecialpage' => 'No such special page',
733734 'nospecialpagetext' => 'You have requested an invalid special page, a list of valid special pages may be found at [[Special:Specialpages|special pages list]].',
734735
735736 # General errors
736 -#
737 -'error' => 'Error',
738 -'databaseerror' => 'Database error',
739 -'dberrortext' => 'A database query syntax error has occurred.
 737+'error' => 'Error',
 738+'databaseerror' => 'Database error',
 739+'dberrortext' => 'A database query syntax error has occurred.
740740 This may indicate a bug in the software.
741741 The last attempted database query was:
742742 <blockquote><tt>$1</tt></blockquote>
743743 from within function "<tt>$2</tt>".
744744 MySQL returned error "<tt>$3: $4</tt>".',
745 -'dberrortextcl' => 'A database query syntax error has occurred.
 745+'dberrortextcl' => 'A database query syntax error has occurred.
746746 The last attempted database query was:
747747 "$1"
748748 from within function "$2".
749749 MySQL returned error "$3: $4"',
750 -'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
 750+'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. <br />
751751 $1',
752 -'nodb' => 'Could not select database $1',
753 -'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
754 -'laggedslavemode' => 'Warning: Page may not contain recent updates.',
755 -'readonly' => 'Database locked',
756 -'enterlockreason' => 'Enter a reason for the lock, including an estimate
 752+'nodb' => 'Could not select database $1',
 753+'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
 754+'laggedslavemode' => 'Warning: Page may not contain recent updates.',
 755+'readonly' => 'Database locked',
 756+'enterlockreason' => 'Enter a reason for the lock, including an estimate
757757 of when the lock will be released',
758 -'readonlytext' => 'The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.
 758+'readonlytext' => 'The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.
759759
760760 The administrator who locked it offered this explanation: $1',
761 -'missingarticle' => 'The database did not find the text of a page that it should have found, named "$1".
 761+'missingarticle' => 'The database did not find the text of a page that it should have found, named "$1".
762762
763763 This is usually caused by following an outdated diff or history link to a
764764 page that has been deleted.
765765
766766 If this is not the case, you may have found a bug in the software.
767767 Please report this to an administrator, making note of the URL.',
768 -'readonly_lag' => 'The database has been automatically locked while the slave database servers catch up to the master',
769 -'internalerror' => 'Internal error',
770 -'filecopyerror' => 'Could not copy file "$1" to "$2".',
771 -'filerenameerror' => 'Could not rename file "$1" to "$2".',
772 -'filedeleteerror' => 'Could not delete file "$1".',
773 -'filenotfound' => 'Could not find file "$1".',
774 -'unexpected' => 'Unexpected value: "$1"="$2".',
775 -'formerror' => 'Error: could not submit form',
776 -'badarticleerror' => 'This action cannot be performed on this page.',
777 -'cannotdelete' => 'Could not delete the page or file specified. (It may have already been deleted by someone else.)',
778 -'badtitle' => 'Bad title',
779 -'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.',
780 -'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
781 -'perfdisabledsub' => 'Here is a saved copy from $1:', # obsolete?
782 -'perfcached' => 'The following data is cached and may not be up to date.',
783 -'perfcachedts' => 'The following data is cached, and was last updated $1.',
 768+'readonly_lag' => 'The database has been automatically locked while the slave database servers catch up to the master',
 769+'internalerror' => 'Internal error',
 770+'filecopyerror' => 'Could not copy file "$1" to "$2".',
 771+'filerenameerror' => 'Could not rename file "$1" to "$2".',
 772+'filedeleteerror' => 'Could not delete file "$1".',
 773+'filenotfound' => 'Could not find file "$1".',
 774+'unexpected' => 'Unexpected value: "$1"="$2".',
 775+'formerror' => 'Error: could not submit form',
 776+'badarticleerror' => 'This action cannot be performed on this page.',
 777+'cannotdelete' => 'Could not delete the page or file specified. (It may have already been deleted by someone else.)',
 778+'badtitle' => 'Bad title',
 779+'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.',
 780+'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
 781+'perfdisabledsub' => 'Here is a saved copy from $1:', # obsolete?
 782+'perfcached' => 'The following data is cached and may not be up to date.',
 783+'perfcachedts' => 'The following data is cached, and was last updated $1.',
784784 'querypage-no-updates' => 'Updates for this page are currently disabled. Data here will not presently be refreshed.',
785785 'wrong_wfQuery_params' => 'Incorrect parameters to wfQuery()<br />
786786 Function: $1<br />
787787 Query: $2',
788 -'viewsource' => 'View source',
789 -'viewsourcefor' => 'for $1',
790 -'protectedpagetext' => 'This page has been locked to prevent editing.',
791 -'viewsourcetext' => 'You can view and copy the source of this page:',
792 -'protectedinterface' => 'This page provides interface text for the software, and is locked to prevent abuse.',
793 -'editinginterface' => "'''Warning:''' You are editing a page which is used to provide interface text for the software. Changes to this page will affect the appearance of the user interface for other users.",
794 -'sqlhidden' => '(SQL query hidden)',
795 -'cascadeprotected' => 'This page has been protected from editing, because it is included in the following {{PLURAL:$1|page|pages}}, which are protected with the "cascading" option turned on:',
 788+'viewsource' => 'View source',
 789+'viewsourcefor' => 'for $1',
 790+'protectedpagetext' => 'This page has been locked to prevent editing.',
 791+'viewsourcetext' => 'You can view and copy the source of this page:',
 792+'protectedinterface' => 'This page provides interface text for the software, and is locked to prevent abuse.',
 793+'editinginterface' => "'''Warning:''' You are editing a page which is used to provide interface text for the software. Changes to this page will affect the appearance of the user interface for other users.",
 794+'sqlhidden' => '(SQL query hidden)',
 795+'cascadeprotected' => 'This page has been protected from editing, because it is included in the following {{PLURAL:$1|page|pages}}, which are protected with the "cascading" option turned on:',
796796
797797 # Login and logout pages
798 -#
799 -'logouttitle' => 'User logout',
800 -'logouttext' => '<strong>You are now logged out.</strong><br />
 798+'logouttitle' => 'User logout',
 799+'logouttext' => '<strong>You are now logged out.</strong><br />
801800 You can continue to use {{SITENAME}} anonymously, or you can log in
802801 again as the same or as a different user. Note that some pages may
803802 continue to be displayed as if you were still logged in, until you clear
804803 your browser cache.',
 804+'welcomecreation' => "== Welcome, $1! ==
805805
806 -'welcomecreation' => "== Welcome, $1! ==
807 -
808806 Your account has been created. Don't forget to change your {{SITENAME}} preferences.",
809 -
810 -'loginpagetitle' => 'User login',
811 -'yourname' => 'Username:',
812 -'yourpassword' => 'Password:',
813 -'yourpasswordagain' => 'Retype password:',
814 -'remembermypassword' => 'Remember my login on this computer',
815 -'yourdomainname' => 'Your domain:',
816 -'externaldberror' => 'There was either an external authentication database error or you are not allowed to update your external account.',
817 -'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
818 -'alreadyloggedin' => "<strong>User $1, you are already logged in!</strong><br />",
819 -
820 -'login' => 'Log in',
821 -'loginprompt' => 'You must have cookies enabled to log in to {{SITENAME}}.',
822 -'userlogin' => 'Log in / create account',
823 -'logout' => 'Log out',
824 -'userlogout' => 'Log out',
825 -'notloggedin' => 'Not logged in',
826 -'nologin' => 'Don\'t have a login? $1.',
827 -'nologinlink' => 'Create an account',
828 -'createaccount' => 'Create account',
829 -'gotaccount' => 'Already have an account? $1.',
830 -'gotaccountlink' => 'Log in',
831 -'createaccountmail' => 'by e-mail',
832 -'badretype' => 'The passwords you entered do not match.',
833 -'userexists' => 'Username entered already in use. Please choose a different name.',
834 -'youremail' => 'E-mail:',
835 -'username' => 'Username:',
836 -'uid' => 'User ID:',
837 -'yourrealname' => 'Real name:',
838 -'yourlanguage' => 'Language:',
839 -'yourvariant' => 'Variant',
840 -'yournick' => 'Nickname:',
841 -'badsig' => 'Invalid raw signature; check HTML tags.',
842 -'email' => 'E-mail',
843 -'prefs-help-realname' => 'Real name is optional and if you choose to provide it this will be used for giving you attribution for your work.',
844 -'loginerror' => 'Login error',
845 -'prefs-help-email' => 'E-mail address is optional, but it enables others to contact you through your user or user_talk page without needing to reveal your identity.',
846 -'nocookiesnew' => 'The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.',
847 -'nocookieslogin' => '{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.',
848 -'noname' => 'You have not specified a valid user name.',
849 -'loginsuccesstitle' => 'Login successful',
850 -'loginsuccess' => "'''You are now logged in to {{SITENAME}} as \"$1\".'''",
851 -'nosuchuser' => 'There is no user by the name "$1". Check your spelling, or create a new account.',
852 -'nosuchusershort' => 'There is no user by the name "$1". Check your spelling.',
853 -'nouserspecified' => 'You have to specify a username.',
854 -'wrongpassword' => 'Incorrect password entered. Please try again.',
855 -'wrongpasswordempty' => 'Password entered was blank. Please try again.',
856 -'mailmypassword' => 'E-mail password',
857 -'passwordremindertitle' => 'Password reminder from {{SITENAME}}',
858 -'passwordremindertext' => 'Someone (probably you, from IP address $1)
 807+'loginpagetitle' => 'User login',
 808+'yourname' => 'Username:',
 809+'yourpassword' => 'Password:',
 810+'yourpasswordagain' => 'Retype password:',
 811+'remembermypassword' => 'Remember my login on this computer',
 812+'yourdomainname' => 'Your domain:',
 813+'externaldberror' => 'There was either an external authentication database error or you are not allowed to update your external account.',
 814+'loginproblem' => '<b>There has been a problem with your login.</b><br />Try again!',
 815+'alreadyloggedin' => '<strong>User $1, you are already logged in!</strong><br />',
 816+'login' => 'Log in',
 817+'loginprompt' => 'You must have cookies enabled to log in to {{SITENAME}}.',
 818+'userlogin' => 'Log in / create account',
 819+'logout' => 'Log out',
 820+'userlogout' => 'Log out',
 821+'notloggedin' => 'Not logged in',
 822+'nologin' => "Don't have a login? $1.",
 823+'nologinlink' => 'Create an account',
 824+'createaccount' => 'Create account',
 825+'gotaccount' => 'Already have an account? $1.',
 826+'gotaccountlink' => 'Log in',
 827+'createaccountmail' => 'by e-mail',
 828+'badretype' => 'The passwords you entered do not match.',
 829+'userexists' => 'Username entered already in use. Please choose a different name.',
 830+'youremail' => 'E-mail:',
 831+'username' => 'Username:',
 832+'uid' => 'User ID:',
 833+'yourrealname' => 'Real name:',
 834+'yourlanguage' => 'Language:',
 835+'yourvariant' => 'Variant',
 836+'yournick' => 'Nickname:',
 837+'badsig' => 'Invalid raw signature; check HTML tags.',
 838+'email' => 'E-mail',
 839+'prefs-help-realname' => 'Real name is optional and if you choose to provide it this will be used for giving you attribution for your work.',
 840+'loginerror' => 'Login error',
 841+'prefs-help-email' => 'E-mail address is optional, but it enables others to contact you through your user or user_talk page without needing to reveal your identity.',
 842+'nocookiesnew' => 'The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.',
 843+'nocookieslogin' => '{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.',
 844+'noname' => 'You have not specified a valid user name.',
 845+'loginsuccesstitle' => 'Login successful',
 846+'loginsuccess' => "'''You are now logged in to {{SITENAME}} as \"\$1\".'''",
 847+'nosuchuser' => 'There is no user by the name "$1". Check your spelling, or create a new account.',
 848+'nosuchusershort' => 'There is no user by the name "$1". Check your spelling.',
 849+'nouserspecified' => 'You have to specify a username.',
 850+'wrongpassword' => 'Incorrect password entered. Please try again.',
 851+'wrongpasswordempty' => 'Password entered was blank. Please try again.',
 852+'mailmypassword' => 'E-mail password',
 853+'passwordremindertitle' => 'Password reminder from {{SITENAME}}',
 854+'passwordremindertext' => 'Someone (probably you, from IP address $1)
859855 requested that we send you a new password for {{SITENAME}} ($4).
860856 The password for user "$2" is now "$3".
861857 You should log in and change your password now.
@@ -862,85 +858,83 @@
863859 If someone else made this request or if you have remembered your password and
864860 you no longer wish to change it, you may ignore this message and continue using
865861 your old password.',
866 -'noemail' => 'There is no e-mail address recorded for user "$1".',
867 -'passwordsent' => 'A new password has been sent to the e-mail address
 862+'noemail' => 'There is no e-mail address recorded for user "$1".',
 863+'passwordsent' => 'A new password has been sent to the e-mail address
868864 registered for "$1".
869865 Please log in again after you receive it.',
870 -'blocked-mailpassword' => 'Your IP address is blocked from editing, and so
 866+'blocked-mailpassword' => 'Your IP address is blocked from editing, and so
871867 is not allowed to use the password recovery function to prevent abuse.',
872 -'eauthentsent' => 'A confirmation e-mail has been sent to the nominated e-mail address.
 868+'eauthentsent' => 'A confirmation e-mail has been sent to the nominated e-mail address.
873869 Before any other mail is sent to the account, you will have to follow the instructions in the e-mail,
874870 to confirm that the account is actually yours.',
875 -'throttled-mailpassword' => 'A password reminder has already been sent, within the
 871+'throttled-mailpassword' => 'A password reminder has already been sent, within the
876872 last $1 hours. To prevent abuse, only one password reminder will be sent per
877873 $1 hours.',
878 -'loginend' => '',
879 -'signupend' => '{{int:loginend}}',
880 -'mailerror' => 'Error sending mail: $1',
881 -'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts. You can\'t make any more.',
882 -'emailauthenticated' => 'Your e-mail address was authenticated on $1.',
883 -'emailnotauthenticated' => 'Your e-mail address is not yet authenticated. No e-mail
 874+'loginend' => '', # don't translate or duplicate this message to other languages
 875+'signupend' => '{{int:loginend}}', # don't translate or duplicate this message to other languages
 876+'mailerror' => 'Error sending mail: $1',
 877+'acct_creation_throttle_hit' => "Sorry, you have already created $1 accounts. You can't make any more.",
 878+'emailauthenticated' => 'Your e-mail address was authenticated on $1.',
 879+'emailnotauthenticated' => 'Your e-mail address is not yet authenticated. No e-mail
884880 will be sent for any of the following features.',
885 -'noemailprefs' => 'Specify an e-mail address for these features to work.',
886 -'emailconfirmlink' => 'Confirm your e-mail address',
887 -'invalidemailaddress' => 'The e-mail address cannot be accepted as it appears to have an invalid
 881+'noemailprefs' => 'Specify an e-mail address for these features to work.',
 882+'emailconfirmlink' => 'Confirm your e-mail address',
 883+'invalidemailaddress' => 'The e-mail address cannot be accepted as it appears to have an invalid
888884 format. Please enter a well-formatted address or empty that field.',
889 -'accountcreated' => 'Account created',
890 -'accountcreatedtext' => 'The user account for $1 has been created.',
 885+'accountcreated' => 'Account created',
 886+'accountcreatedtext' => 'The user account for $1 has been created.',
891887
892888 # Password reset dialog
893 -'resetpass' => 'Reset account password',
894 -'resetpass_announce' => 'You logged in with a temporary e-mailed code. To finish logging in, you must set a new password here:',
895 -'resetpass_text' => "<!-- Add text here -->",
896 -'resetpass_header' => 'Reset password',
897 -'resetpass_submit' => 'Set password and log in',
898 -'resetpass_success' => 'Your password has been changed successfully! Now logging you in...',
 889+'resetpass' => 'Reset account password',
 890+'resetpass_announce' => 'You logged in with a temporary e-mailed code. To finish logging in, you must set a new password here:',
 891+'resetpass_text' => '<!-- Add text here -->', # only translate this message to other languages if you have to change it
 892+'resetpass_header' => 'Reset password',
 893+'resetpass_submit' => 'Set password and log in',
 894+'resetpass_success' => 'Your password has been changed successfully! Now logging you in...',
899895 'resetpass_bad_temporary' => 'Invalid temporary password. You may have already successfully changed your password or requested a new temporary password.',
900 -'resetpass_forbidden' => 'Passwords cannot be changed on this wiki',
901 -'resetpass_missing' => 'No form data.',
 896+'resetpass_forbidden' => 'Passwords cannot be changed on this wiki',
 897+'resetpass_missing' => 'No form data.',
902898
903 -
904899 # Edit page toolbar
905 -'bold_sample'=>'Bold text',
906 -'bold_tip'=>'Bold text',
907 -'italic_sample'=>'Italic text',
908 -'italic_tip'=>'Italic text',
909 -'link_sample'=>'Link title',
910 -'link_tip'=>'Internal link',
911 -'extlink_sample'=>'http://www.example.com link title',
912 -'extlink_tip'=>'External link (remember http:// prefix)',
913 -'headline_sample'=>'Headline text',
914 -'headline_tip'=>'Level 2 headline',
915 -'math_sample'=>'Insert formula here',
916 -'math_tip'=>'Mathematical formula (LaTeX)',
917 -'nowiki_sample'=>'Insert non-formatted text here',
918 -'nowiki_tip'=>'Ignore wiki formatting',
919 -'image_sample'=>'Example.jpg',
920 -'image_tip'=>'Embedded image',
921 -'media_sample'=>'Example.ogg',
922 -'media_tip'=>'Media file link',
923 -'sig_tip'=>'Your signature with timestamp',
924 -'hr_tip'=>'Horizontal line (use sparingly)',
 900+'bold_sample' => 'Bold text',
 901+'bold_tip' => 'Bold text',
 902+'italic_sample' => 'Italic text',
 903+'italic_tip' => 'Italic text',
 904+'link_sample' => 'Link title',
 905+'link_tip' => 'Internal link',
 906+'extlink_sample' => 'http://www.example.com link title',
 907+'extlink_tip' => 'External link (remember http:// prefix)',
 908+'headline_sample' => 'Headline text',
 909+'headline_tip' => 'Level 2 headline',
 910+'math_sample' => 'Insert formula here',
 911+'math_tip' => 'Mathematical formula (LaTeX)',
 912+'nowiki_sample' => 'Insert non-formatted text here',
 913+'nowiki_tip' => 'Ignore wiki formatting',
 914+'image_sample' => 'Example.jpg',
 915+'image_tip' => 'Embedded image',
 916+'media_sample' => 'Example.ogg',
 917+'media_tip' => 'Media file link',
 918+'sig_tip' => 'Your signature with timestamp',
 919+'hr_tip' => 'Horizontal line (use sparingly)',
925920
926921 # Edit pages
927 -#
928 -'summary' => 'Summary',
929 -'subject' => 'Subject/headline',
930 -'minoredit' => 'This is a minor edit',
931 -'watchthis' => 'Watch this page',
932 -'savearticle' => 'Save page',
933 -'preview' => 'Preview',
934 -'showpreview' => 'Show preview',
935 -'showlivepreview' => 'Live preview',
936 -'showdiff' => 'Show changes',
937 -'anoneditwarning' => "'''Warning:''' You are not logged in. Your IP address will be recorded in this page's edit history.",
938 -'missingsummary' => "'''Reminder:''' You have not provided an edit summary. If you click Save again, your edit will be saved without one.",
939 -'missingcommenttext' => 'Please enter a comment below.',
940 -'missingcommentheader' => "'''Reminder:''' You have not provided a subject/headline for this comment. If you click Save again, your edit will be saved without one.",
941 -'summary-preview' => 'Summary preview',
942 -'subject-preview' => 'Subject/headline preview',
943 -'blockedtitle' => 'User is blocked',
944 -'blockedtext' => "<big>'''Your user name or IP address has been blocked.'''</big>
 922+'summary' => 'Summary',
 923+'subject' => 'Subject/headline',
 924+'minoredit' => 'This is a minor edit',
 925+'watchthis' => 'Watch this page',
 926+'savearticle' => 'Save page',
 927+'preview' => 'Preview',
 928+'showpreview' => 'Show preview',
 929+'showlivepreview' => 'Live preview',
 930+'showdiff' => 'Show changes',
 931+'anoneditwarning' => "'''Warning:''' You are not logged in. Your IP address will be recorded in this page's edit history.",
 932+'missingsummary' => "'''Reminder:''' You have not provided an edit summary. If you click Save again, your edit will be saved without one.",
 933+'missingcommenttext' => 'Please enter a comment below.',
 934+'missingcommentheader' => "'''Reminder:''' You have not provided a subject/headline for this comment. If you click Save again, your edit will be saved without one.",
 935+'summary-preview' => 'Summary preview',
 936+'subject-preview' => 'Subject/headline preview',
 937+'blockedtitle' => 'User is blocked',
 938+'blockedtext' => "<big>'''Your user name or IP address has been blocked.'''</big>
945939
946940 The block was made by $1. The reason given is ''$2''.
947941
@@ -950,7 +944,7 @@
951945 You can contact $1 or another [[{{MediaWiki:grouppage-sysop}}|administrator]] to discuss the block.
952946 You cannot use the 'email this user' feature unless a valid email address is specified in your
953947 [[Special:Preferences|account preferences]]. Your current IP address is $3, and the block ID is #$5. Please include either or both of these in any queries.",
954 -'autoblockedtext' => 'Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.
 948+'autoblockedtext' => 'Your IP address has been automatically blocked because it was used by another user, who was blocked by $1.
955949 The reason given is this:
956950
957951 :\'\'$2\'\'
@@ -963,101 +957,100 @@
964958 Note that you may not use the "e-mail this user" feature unless you have a valid e-mail address registered in your [[Special:Preferences|user preferences]].
965959
966960 Your block ID is $5. Please include this ID in any queries you make.',
967 -'blockedoriginalsource' => "The source of '''$1''' is shown below:",
968 -'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:",
969 -'whitelistedittitle' => 'Login required to edit',
970 -'whitelistedittext' => 'You have to $1 to edit pages.',
971 -'whitelistreadtitle' => 'Login required to read',
972 -'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
973 -'whitelistacctitle' => 'You are not allowed to create an account',
974 -'whitelistacctext' => 'To be allowed to create accounts in this wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
975 -'confirmedittitle' => 'E-mail confirmation required to edit',
976 -'confirmedittext' => 'You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].',
977 -'nosuchsectiontitle' => 'No such section',
978 -'nosuchsectiontext' => "You tried to edit a section that doesn't exist. Since there is no section \$1, there's no place to save your edit.",
979 -'loginreqtitle' => 'Login Required',
980 -'loginreqlink' => 'log in',
981 -'loginreqpagetext' => 'You must $1 to view other pages.',
982 -'accmailtitle' => 'Password sent.',
983 -'accmailtext' => 'The password for "$1" has been sent to $2.',
984 -'newarticle' => '(New)',
985 -'newarticletext' =>
986 -"You've followed a link to a page that doesn't exist yet.
 961+'blockedoriginalsource' => "The source of '''$1''' is shown below:",
 962+'blockededitsource' => "The text of '''your edits''' to '''$1''' is shown below:",
 963+'whitelistedittitle' => 'Login required to edit',
 964+'whitelistedittext' => 'You have to $1 to edit pages.',
 965+'whitelistreadtitle' => 'Login required to read',
 966+'whitelistreadtext' => 'You have to [[Special:Userlogin|login]] to read pages.',
 967+'whitelistacctitle' => 'You are not allowed to create an account',
 968+'whitelistacctext' => 'To be allowed to create accounts in this wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.',
 969+'confirmedittitle' => 'E-mail confirmation required to edit',
 970+'confirmedittext' => 'You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].',
 971+'nosuchsectiontitle' => 'No such section',
 972+'nosuchsectiontext' => "You tried to edit a section that doesn't exist. Since there is no section $1, there's no place to save your edit.",
 973+'loginreqtitle' => 'Login Required',
 974+'loginreqlink' => 'log in',
 975+'loginreqpagetext' => 'You must $1 to view other pages.',
 976+'accmailtitle' => 'Password sent.',
 977+'accmailtext' => 'The password for "$1" has been sent to $2.',
 978+'newarticle' => '(New)',
 979+'newarticletext' => "You've followed a link to a page that doesn't exist yet.
987980 To create the page, start typing in the box below
988981 (see the [[{{MediaWiki:helppage}}|help page]] for more info).
989982 If you are here by mistake, just click your browser's '''back''' button.",
990 -'newarticletextanon' => '{{int:newarticletext}}',
991 -'talkpagetext' => '<!-- MediaWiki:talkpagetext -->',
992 -'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical IP address to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.''",
993 -'noarticletext' => 'There is currently no text in this page, you can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].',
994 -'noarticletextanon' => '{{int:noarticletext}}',
995 -'clearyourcache' => "'''Note:''' After saving, you may have to bypass your browser's cache to see the changes. '''Mozilla / Firefox / Safari:''' hold down ''Shift'' while clicking ''Reload'', or press ''Ctrl-Shift-R'' (''Cmd-Shift-R'' on Apple Mac); '''IE:''' hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''; '''Konqueror:''': simply click the ''Reload'' button, or press ''F5''; '''Opera''' users may need to completely clear their cache in ''Tools→Preferences''.",
996 -'usercssjsyoucanpreview' => '<strong>Tip:</strong> Use the \'Show preview\' button to test your new CSS/JS before saving.',
997 -'usercsspreview' => '\'\'\'Remember that you are only previewing your user CSS, it has not yet been saved!\'\'\'',
998 -'userjspreview' => '\'\'\'Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!\'\'\'',
999 -'userinvalidcssjstitle' => "'''Warning:''' There is no skin \"$1\". Remember that custom .css and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/monobook.css as opposed to {{ns:user}}:Foo/Monobook.css.",
1000 -'updated' => '(Updated)',
1001 -'note' => '<strong>Note:</strong>',
1002 -'previewnote' => '<strong>This is only a preview; changes have not yet been saved!</strong>',
1003 -'session_fail_preview' => '<strong>Sorry! We could not process your edit due to a loss of session data.
1004 -Please try again. If it still doesn\'t work, try logging out and logging back in.</strong>',
1005 -'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
1006 -'session_fail_preview_html' => '<strong>Sorry! We could not process your edit due to a loss of session data.</strong>
 983+'newarticletextanon' => '{{int:newarticletext}}', # don't translate or duplicate this message to other languages
 984+'talkpagetext' => '<!-- MediaWiki:talkpagetext -->', # don't translate or duplicate this message to other languages
 985+'anontalkpagetext' => "----''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical IP address to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.''",
 986+'noarticletext' => 'There is currently no text in this page, you can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].',
 987+'noarticletextanon' => '{{int:noarticletext}}', # don't translate or duplicate this message to other languages
 988+'clearyourcache' => "'''Note:''' After saving, you may have to bypass your browser's cache to see the changes. '''Mozilla / Firefox / Safari:''' hold down ''Shift'' while clicking ''Reload'', or press ''Ctrl-Shift-R'' (''Cmd-Shift-R'' on Apple Mac); '''IE:''' hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''; '''Konqueror:''': simply click the ''Reload'' button, or press ''F5''; '''Opera''' users may need to completely clear their cache in ''Tools→Preferences''.",
 989+'usercssjsyoucanpreview' => "<strong>Tip:</strong> Use the 'Show preview' button to test your new CSS/JS before saving.",
 990+'usercsspreview' => "'''Remember that you are only previewing your user CSS, it has not yet been saved!'''",
 991+'userjspreview' => "'''Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!'''",
 992+'userinvalidcssjstitle' => "'''Warning:''' There is no skin \"\$1\". Remember that custom .css and .js pages use a lowercase title, e.g. {{ns:user}}:Foo/monobook.css as opposed to {{ns:user}}:Foo/Monobook.css.",
 993+'updated' => '(Updated)',
 994+'note' => '<strong>Note:</strong>',
 995+'previewnote' => '<strong>This is only a preview; changes have not yet been saved!</strong>',
 996+'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
 997+'session_fail_preview' => "<strong>Sorry! We could not process your edit due to a loss of session data.
 998+Please try again. If it still doesn't work, try logging out and logging back in.</strong>",
 999+'session_fail_preview_html' => "<strong>Sorry! We could not process your edit due to a loss of session data.</strong>
10071000
1008 -\'\'Because this wiki has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.\'\'
 1001+''Because this wiki has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.''
10091002
1010 -<strong>If this is a legitimate edit attempt, please try again. If it still doesn\'t work, try logging out and logging back in.</strong>',
1011 -'importing' => 'Importing $1',
1012 -'editing' => 'Editing $1',
1013 -'editinguser' => 'Editing user <b>$1</b>',
1014 -'editingsection' => 'Editing $1 (section)',
1015 -'editingcomment' => 'Editing $1 (comment)',
1016 -'editconflict' => 'Edit conflict: $1',
1017 -'explainconflict' => 'Someone else has changed this page since you started editing it.
 1003+<strong>If this is a legitimate edit attempt, please try again. If it still doesn't work, try logging out and logging back in.</strong>",
 1004+'importing' => 'Importing $1',
 1005+'editing' => 'Editing $1',
 1006+'editinguser' => 'Editing user <b>$1</b>',
 1007+'editingsection' => 'Editing $1 (section)',
 1008+'editingcomment' => 'Editing $1 (comment)',
 1009+'editconflict' => 'Edit conflict: $1',
 1010+'explainconflict' => 'Someone else has changed this page since you started editing it.
10181011 The upper text area contains the page text as it currently exists.
10191012 Your changes are shown in the lower text area.
10201013 You will have to merge your changes into the existing text.
10211014 <b>Only</b> the text in the upper text area will be saved when you
10221015 press "Save page".<br />',
1023 -'yourtext' => 'Your text',
1024 -'storedversion' => 'Stored version',
1025 -'nonunicodebrowser' => "<strong>WARNING: Your browser is not unicode compliant. A workaround is in place to allow you to safely edit articles: non-ASCII characters will appear in the edit box as hexadecimal codes.</strong>",
1026 -'editingold' => "<strong>WARNING: You are editing an out-of-date
 1016+'yourtext' => 'Your text',
 1017+'storedversion' => 'Stored version',
 1018+'nonunicodebrowser' => '<strong>WARNING: Your browser is not unicode compliant. A workaround is in place to allow you to safely edit articles: non-ASCII characters will appear in the edit box as hexadecimal codes.</strong>',
 1019+'editingold' => '<strong>WARNING: You are editing an out-of-date
10271020 revision of this page.
1028 -If you save it, any changes made since this revision will be lost.</strong>",
1029 -'yourdiff' => 'Differences',
1030 -'copyrightwarning' => 'Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don\'t want your writing to be edited mercilessly and redistributed at will, then don\'t submit it here.<br />
 1021+If you save it, any changes made since this revision will be lost.</strong>',
 1022+'yourdiff' => 'Differences',
 1023+'copyrightwarning' => "Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.<br />
10311024 You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
1032 -<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>',
1033 -'copyrightwarning2' => 'Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don\'t want your writing to be edited mercilessly, then don\'t submit it here.<br />
 1025+<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
 1026+'copyrightwarning2' => "Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.<br />
10341027 You are also promising us that you wrote this yourself, or copied it from a
10351028 public domain or similar free resource (see $1 for details).
1036 -<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>',
1037 -'longpagewarning' => "<strong>WARNING: This page is $1 kilobytes long; some
 1029+<strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
 1030+'longpagewarning' => '<strong>WARNING: This page is $1 kilobytes long; some
10381031 browsers may have problems editing pages approaching or longer than 32kb.
1039 -Please consider breaking the page into smaller sections.</strong>",
1040 -'longpageerror' => "<strong>ERROR: The text you have submitted is $1 kilobytes
1041 -long, which is longer than the maximum of $2 kilobytes. It cannot be saved.</strong>",
1042 -'readonlywarning' => '<strong>WARNING: The database has been locked for maintenance,
 1032+Please consider breaking the page into smaller sections.</strong>',
 1033+'longpageerror' => '<strong>ERROR: The text you have submitted is $1 kilobytes
 1034+long, which is longer than the maximum of $2 kilobytes. It cannot be saved.</strong>',
 1035+'readonlywarning' => '<strong>WARNING: The database has been locked for maintenance,
10431036 so you will not be able to save your edits right now. You may wish to cut-n-paste
10441037 the text into a text file and save it for later.</strong>',
1045 -'protectedpagewarning' => "<strong>WARNING: This page has been locked so that only users with sysop privileges can edit it.</strong>",
1046 -'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.",
1047 -'cascadeprotectedwarning' => "'''Warning:''' This page has been locked so that only users with sysop privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:",
1048 -'templatesused' => 'Templates used on this page:',
1049 -'templatesusedpreview' => 'Templates used in this preview:',
1050 -'templatesusedsection' => 'Templates used in this section:',
1051 -'template-protected' => '(protected)',
1052 -'template-semiprotected' => '(semi-protected)',
1053 -'edittools' => '<!-- Text here will be shown below edit and upload forms. -->',
1054 -'nocreatetitle' => 'Page creation limited',
1055 -'nocreatetext' => 'This site has restricted the ability to create new pages.
 1038+'protectedpagewarning' => '<strong>WARNING: This page has been locked so that only users with sysop privileges can edit it.</strong>',
 1039+'semiprotectedpagewarning' => "'''Note:''' This page has been locked so that only registered users can edit it.",
 1040+'cascadeprotectedwarning' => "'''Warning:''' This page has been locked so that only users with sysop privileges can edit it, because it is included in the following cascade-protected {{PLURAL:$1|page|pages}}:",
 1041+'templatesused' => 'Templates used on this page:',
 1042+'templatesusedpreview' => 'Templates used in this preview:',
 1043+'templatesusedsection' => 'Templates used in this section:',
 1044+'template-protected' => '(protected)',
 1045+'template-semiprotected' => '(semi-protected)',
 1046+'edittools' => '<!-- Text here will be shown below edit and upload forms. -->',
 1047+'nocreatetitle' => 'Page creation limited',
 1048+'nocreatetext' => 'This site has restricted the ability to create new pages.
10561049 You can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].',
1057 -'recreate-deleted-warn' => "'''Warning: You are recreating a page that was previously deleted.'''
 1050+'recreate-deleted-warn' => "'''Warning: You are recreating a page that was previously deleted.'''
10581051
10591052 You should consider whether it is appropriate to continue editing this page.
10601053 The deletion log for this page is provided here for convenience:",
1061 -'recreate-deleted-dismiss' => '(dismiss)',
 1054+'recreate-deleted-dismiss' => '(dismiss)',
10621055
10631056 # "Undo" feature
10641057 'undo-success' => 'The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.',
@@ -1065,54 +1058,51 @@
10661059 'undo-summary' => 'Undo revision $1 by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]])',
10671060
10681061 # Account creation failure
1069 -'cantcreateaccounttitle' => 'Can\'t create account',
1070 -'cantcreateaccounttext' => 'Account creation from this IP address (<b>$1</b>) has been blocked.
 1062+'cantcreateaccounttitle' => "Can't create account",
 1063+'cantcreateaccounttext' => 'Account creation from this IP address (<b>$1</b>) has been blocked.
10711064 This is probably due to persistent vandalism from your school or Internet service
10721065 provider.',
10731066
10741067 # History pages
1075 -#
1076 -'revhistory' => 'Revision history',
1077 -'viewpagelogs' => 'View logs for this page',
1078 -'nohistory' => 'There is no edit history for this page.',
1079 -'revnotfound' => 'Revision not found',
1080 -'revnotfoundtext' => "The old revision of the page you asked for could not be found.
1081 -Please check the URL you used to access this page.",
1082 -'loadhist' => 'Loading page history',
1083 -'currentrev' => 'Current revision',
1084 -'revisionasof' => 'Revision as of $1',
1085 -'revision-info' => 'Revision as of $1 by $2',
1086 -'revision-nav' => '($1) $2 | $3 ($4) | $5 ($6)',
1087 -'previousrevision' => '←Older revision',
1088 -'nextrevision' => 'Newer revision→',
1089 -'currentrevisionlink' => 'Current revision',
1090 -'cur' => 'cur',
1091 -'next' => 'next',
1092 -'last' => 'last',
1093 -'orig' => 'orig',
1094 -'page_first' => 'first',
1095 -'page_last' => 'last',
1096 -'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
 1068+'revhistory' => 'Revision history',
 1069+'viewpagelogs' => 'View logs for this page',
 1070+'nohistory' => 'There is no edit history for this page.',
 1071+'revnotfound' => 'Revision not found',
 1072+'revnotfoundtext' => 'The old revision of the page you asked for could not be found.
 1073+Please check the URL you used to access this page.',
 1074+'loadhist' => 'Loading page history',
 1075+'currentrev' => 'Current revision',
 1076+'revisionasof' => 'Revision as of $1',
 1077+'revision-info' => 'Revision as of $1 by $2',
 1078+'revision-nav' => '($1) $2 | $3 ($4) | $5 ($6)', # don't translate or duplicate this message to other languages
 1079+'previousrevision' => '←Older revision',
 1080+'nextrevision' => 'Newer revision→',
 1081+'currentrevisionlink' => 'Current revision',
 1082+'cur' => 'cur',
 1083+'next' => 'next',
 1084+'last' => 'last',
 1085+'orig' => 'orig',
 1086+'page_first' => 'first',
 1087+'page_last' => 'last',
 1088+'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
10971089 Legend: (cur) = difference with current version,
10981090 (last) = difference with preceding version, M = minor edit.',
1099 -'history_copyright' => '-',
1100 -'deletedrev' => '[deleted]',
1101 -'histfirst' => 'Earliest',
1102 -'histlast' => 'Latest',
1103 -'historysize' => '($1 bytes)',
1104 -'historyempty' => '(empty)',
 1091+'history_copyright' => '-', # don't translate or duplicate this message to other languages
 1092+'deletedrev' => '[deleted]',
 1093+'histfirst' => 'Earliest',
 1094+'histlast' => 'Latest',
 1095+'historysize' => '($1 bytes)',
 1096+'historyempty' => '(empty)',
11051097
11061098 # Revision feed
1107 -#
11081099 'history-feed-title' => 'Revision history',
11091100 'history-feed-description' => 'Revision history for this page on the wiki',
11101101 'history-feed-item-nocomment' => '$1 at $2', # user at time
1111 -'history-feed-empty' => 'The requested page doesn\'t exist.
 1102+'history-feed-empty' => "The requested page doesn't exist.
11121103 It may have been deleted from the wiki, or renamed.
1113 -Try [[Special:Search|searching on the wiki]] for relevant new pages.',
 1104+Try [[Special:Search|searching on the wiki]] for relevant new pages.",
11141105
11151106 # Revision deletion
1116 -#
11171107 'rev-deleted-comment' => '(comment removed)',
11181108 'rev-deleted-user' => '(username removed)',
11191109 'rev-deleted-event' => '(entry removed)',
@@ -1131,16 +1121,16 @@
11321122 'revdelete-nooldid-text' => 'You have not specified target revision or revisions to perform this function on.',
11331123 'revdelete-selected' => "{{PLURAL:$2|Selected revision|Selected revisions}} of '''$1:'''",
11341124 'logdelete-selected' => "{{PLURAL:$2|Selected log event|Selected log events}} for '''$1:'''",
1135 -'revdelete-text' => "Deleted revisions and events will still appear in the page history and logs,
 1125+'revdelete-text' => 'Deleted revisions and events will still appear in the page history and logs,
11361126 but parts of their content will be inaccessible to the public.
11371127
11381128 Other admins on this wiki will still be able to access the hidden content and can
1139 -undelete it again through this same interface, unless additional restrictions are set.",
 1129+undelete it again through this same interface, unless additional restrictions are set.',
11401130 'revdelete-legend' => 'Set restrictions:',
11411131 'revdelete-hide-text' => 'Hide revision text',
11421132 'revdelete-hide-name' => 'Hide action and target',
11431133 'revdelete-hide-comment' => 'Hide edit comment',
1144 -'revdelete-hide-user' => 'Hide editor\'s username/IP',
 1134+'revdelete-hide-user' => "Hide editor's username/IP",
11451135 'revdelete-hide-restricted' => 'Apply these restrictions to sysops as well as others',
11461136 'revdelete-suppress' => 'Suppress data from sysops as well as others',
11471137 'revdelete-hide-image' => 'Hide file content',
@@ -1155,57 +1145,53 @@
11561146 'logdelete-success' => 'Event visibility successfully set.',
11571147
11581148 # Oversight log
1159 -#
1160 -'oversightlog' => 'Oversight log',
 1149+'oversightlog' => 'Oversight log',
11611150 'overlogpagetext' => 'Below is a list of the most recent deletions and blocks involving content
11621151 hidden from Sysops. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks.',
11631152
11641153 # Diffs
1165 -#
1166 -'difference' => '(Difference between revisions)',
1167 -'loadingrev' => 'loading revision for diff',
1168 -'lineno' => "Line $1:",
1169 -'editcurrent' => 'Edit the current version of this page',
 1154+'difference' => '(Difference between revisions)',
 1155+'loadingrev' => 'loading revision for diff',
 1156+'lineno' => 'Line $1:',
 1157+'editcurrent' => 'Edit the current version of this page',
11701158 'selectnewerversionfordiff' => 'Select a newer version for comparison',
11711159 'selectolderversionfordiff' => 'Select an older version for comparison',
1172 -'compareselectedversions' => 'Compare selected versions',
1173 -'editundo' => 'undo',
1174 -'diff-multi' => "({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} not shown.)",
 1160+'compareselectedversions' => 'Compare selected versions',
 1161+'editundo' => 'undo',
 1162+'diff-multi' => '({{PLURAL:$1|One intermediate revision|$1 intermediate revisions}} not shown.)',
11751163
11761164 # Search results
1177 -#
1178 -'searchresults' => 'Search results',
1179 -'searchresulttext' => "For more information about searching {{SITENAME}}, see [[{{MediaWiki:helppage}}|{{int:help}}]].",
1180 -'searchsubtitle' => "You searched for '''[[:$1]]'''",
 1165+'searchresults' => 'Search results',
 1166+'searchresulttext' => 'For more information about searching {{SITENAME}}, see [[{{MediaWiki:helppage}}|{{int:help}}]].',
 1167+'searchsubtitle' => "You searched for '''[[:$1]]'''",
11811168 'searchsubtitleinvalid' => "You searched for '''$1'''",
1182 -'badquery' => 'Badly formed search query',
1183 -'badquerytext' => 'We could not process your query.
 1169+'badquery' => 'Badly formed search query',
 1170+'badquerytext' => 'We could not process your query.
11841171 This is probably because you have attempted to search for a
11851172 word fewer than three letters long, which is not yet supported.
11861173 It could also be that you have mistyped the expression, for
11871174 example "fish and and scales".
11881175 Please try another query.',
1189 -'matchtotals' => "The query \"$1\" matched $2 page titles
1190 -and the text of $3 pages.",
1191 -'noexactmatch' => "'''There is no page titled \"$1\".''' You can [[:$1|create this page]].",
1192 -'titlematches' => 'Article title matches',
1193 -'notitlematches' => 'No page title matches',
1194 -'textmatches' => 'Page text matches',
1195 -'notextmatches' => 'No page text matches',
1196 -'prevn' => "previous $1",
1197 -'nextn' => "next $1",
1198 -'viewprevnext' => "View ($1) ($2) ($3).",
1199 -'showingresults' => "Showing below up to {{PLURAL:$1|'''1''' result|'''$1''' results}} starting with #'''$2'''.",
1200 -'showingresultsnum' => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.",
1201 -'nonefound' => "'''Note''': Unsuccessful searches are
 1176+'matchtotals' => 'The query "$1" matched $2 page titles
 1177+and the text of $3 pages.',
 1178+'noexactmatch' => "'''There is no page titled \"\$1\".''' You can [[:\$1|create this page]].",
 1179+'titlematches' => 'Article title matches',
 1180+'notitlematches' => 'No page title matches',
 1181+'textmatches' => 'Page text matches',
 1182+'notextmatches' => 'No page text matches',
 1183+'prevn' => 'previous $1',
 1184+'nextn' => 'next $1',
 1185+'viewprevnext' => 'View ($1) ($2) ($3).',
 1186+'showingresults' => "Showing below up to {{PLURAL:$1|'''1''' result|'''$1''' results}} starting with #'''$2'''.",
 1187+'showingresultsnum' => "Showing below {{PLURAL:$3|'''1''' result|'''$3''' results}} starting with #'''$2'''.",
 1188+'nonefound' => "'''Note''': Unsuccessful searches are
12021189 often caused by searching for common words like \"have\" and \"from\",
12031190 which are not indexed, or by specifying more than one search term (only pages
12041191 containing all of the search terms will appear in the result).",
1205 -'powersearch' => 'Search',
1206 -'powersearchtext' => "Search in namespaces:<br />$1<br />$2 List redirects<br />Search for $3 $9",
1207 -'searchdisabled' => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.',
1208 -
1209 -'googlesearch' => '
 1192+'powersearch' => 'Search',
 1193+'powersearchtext' => 'Search in namespaces:<br />$1<br />$2 List redirects<br />Search for $3 $9',
 1194+'searchdisabled' => '{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.',
 1195+'googlesearch' => '
12101196 <form method="get" action="http://www.google.com/search" id="googlesearch">
12111197 <input type="hidden" name="domains" value="{{SERVER}}" />
12121198 <input type="hidden" name="num" value="50" />
@@ -1218,96 +1204,95 @@
12191205 <input type="radio" name="sitesearch" id="gwiki" value="{{SERVER}}" checked="checked" /><label for="gwiki">{{SITENAME}}</label>
12201206 <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label>
12211207 </div>
1222 -</form>',
1223 -'blanknamespace' => '(Main)',
 1208+</form>', # don't translate or duplicate this message to other languages
 1209+'blanknamespace' => '(Main)',
12241210
12251211 # Preferences page
1226 -#
1227 -'preferences' => 'Preferences',
1228 -'preferences-summary' => '',
1229 -'mypreferences' => 'My preferences',
1230 -'prefsnologin' => 'Not logged in',
1231 -'prefsnologintext' => "You must be [[Special:Userlogin|logged in]] to set user preferences.",
1232 -'prefsreset' => 'Preferences have been reset from storage.',
1233 -'qbsettings' => 'Quickbar',
1234 -'qbsettings-none' => 'None',
1235 -'qbsettings-fixedleft' => 'Fixed left',
1236 -'qbsettings-fixedright' => 'Fixed right',
1237 -'qbsettings-floatingleft' => 'Floating left',
1238 -'qbsettings-floatingright' => 'Floating right',
1239 -'changepassword' => 'Change password',
1240 -'skin' => 'Skin',
1241 -'math' => 'Math',
1242 -'dateformat' => 'Date format',
1243 -'datedefault' => 'No preference',
1244 -'datetime' => 'Date and time',
1245 -'math_failure' => 'Failed to parse',
1246 -'math_unknown_error' => 'unknown error',
1247 -'math_unknown_function' => 'unknown function',
1248 -'math_lexing_error' => 'lexing error',
1249 -'math_syntax_error' => 'syntax error',
1250 -'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
1251 -'math_bad_tmpdir' => 'Can\'t write to or create math temp directory',
1252 -'math_bad_output' => 'Can\'t write to or create math output directory',
1253 -'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
1254 -'prefs-personal' => 'User profile',
1255 -'prefs-rc' => 'Recent changes',
1256 -'prefs-watchlist' => 'Watchlist',
1257 -'prefs-watchlist-days' => 'Number of days to show in watchlist:',
1258 -'prefs-watchlist-edits' => 'Number of edits to show in expanded watchlist:',
1259 -'prefs-misc' => 'Misc',
1260 -'saveprefs' => 'Save',
1261 -'resetprefs' => 'Reset',
1262 -'oldpassword' => 'Old password:',
1263 -'newpassword' => 'New password:',
1264 -'retypenew' => 'Retype new password:',
1265 -'textboxsize' => 'Editing',
1266 -'rows' => 'Rows:',
1267 -'columns' => 'Columns:',
1268 -'searchresultshead' => 'Search',
1269 -'resultsperpage' => 'Hits per page:',
1270 -'contextlines' => 'Lines per hit:',
1271 -'contextchars' => 'Context per line:',
1272 -'stub-threshold' => 'Threshold for <a href="#" class="stub">stub link</a> formatting:',
1273 -'recentchangesdays' => 'Days to show in recent changes:',
1274 -'recentchangescount' => 'Number of edits to show in recent changes:',
1275 -'savedprefs' => 'Your preferences have been saved.',
1276 -'timezonelegend' => 'Time zone',
1277 -'timezonetext' => 'The number of hours your local time differs from server time (UTC).',
1278 -'localtime' => 'Local time',
1279 -'timezoneoffset' => 'Offset¹',
1280 -'servertime' => 'Server time',
1281 -'guesstimezone' => 'Fill in from browser',
1282 -'allowemail' => 'Enable e-mail from other users',
1283 -'defaultns' => 'Search in these namespaces by default:',
1284 -'default' => 'default',
1285 -'files' => 'Files',
 1212+'preferences' => 'Preferences',
 1213+'preferences-summary' => '', # only translate this message to other languages if you have to change it
 1214+'mypreferences' => 'My preferences',
 1215+'prefsnologin' => 'Not logged in',
 1216+'prefsnologintext' => 'You must be [[Special:Userlogin|logged in]] to set user preferences.',
 1217+'prefsreset' => 'Preferences have been reset from storage.',
 1218+'qbsettings' => 'Quickbar',
 1219+'qbsettings-none' => 'None',
 1220+'qbsettings-fixedleft' => 'Fixed left',
 1221+'qbsettings-fixedright' => 'Fixed right',
 1222+'qbsettings-floatingleft' => 'Floating left',
 1223+'qbsettings-floatingright' => 'Floating right',
 1224+'changepassword' => 'Change password',
 1225+'skin' => 'Skin',
 1226+'math' => 'Math',
 1227+'dateformat' => 'Date format',
 1228+'datedefault' => 'No preference',
 1229+'datetime' => 'Date and time',
 1230+'math_failure' => 'Failed to parse',
 1231+'math_unknown_error' => 'unknown error',
 1232+'math_unknown_function' => 'unknown function',
 1233+'math_lexing_error' => 'lexing error',
 1234+'math_syntax_error' => 'syntax error',
 1235+'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
 1236+'math_bad_tmpdir' => "Can't write to or create math temp directory",
 1237+'math_bad_output' => "Can't write to or create math output directory",
 1238+'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
 1239+'prefs-personal' => 'User profile',
 1240+'prefs-rc' => 'Recent changes',
 1241+'prefs-watchlist' => 'Watchlist',
 1242+'prefs-watchlist-days' => 'Number of days to show in watchlist:',
 1243+'prefs-watchlist-edits' => 'Number of edits to show in expanded watchlist:',
 1244+'prefs-misc' => 'Misc',
 1245+'saveprefs' => 'Save',
 1246+'resetprefs' => 'Reset',
 1247+'oldpassword' => 'Old password:',
 1248+'newpassword' => 'New password:',
 1249+'retypenew' => 'Retype new password:',
 1250+'textboxsize' => 'Editing',
 1251+'rows' => 'Rows:',
 1252+'columns' => 'Columns:',
 1253+'searchresultshead' => 'Search',
 1254+'resultsperpage' => 'Hits per page:',
 1255+'contextlines' => 'Lines per hit:',
 1256+'contextchars' => 'Context per line:',
 1257+'stub-threshold' => 'Threshold for <a href="#" class="stub">stub link</a> formatting:',
 1258+'recentchangesdays' => 'Days to show in recent changes:',
 1259+'recentchangescount' => 'Number of edits to show in recent changes:',
 1260+'savedprefs' => 'Your preferences have been saved.',
 1261+'timezonelegend' => 'Time zone',
 1262+'timezonetext' => 'The number of hours your local time differs from server time (UTC).',
 1263+'localtime' => 'Local time',
 1264+'timezoneoffset' => 'Offset¹',
 1265+'servertime' => 'Server time',
 1266+'guesstimezone' => 'Fill in from browser',
 1267+'allowemail' => 'Enable e-mail from other users',
 1268+'defaultns' => 'Search in these namespaces by default:',
 1269+'default' => 'default',
 1270+'files' => 'Files',
12861271
12871272 # User rights
1288 -'userrights-lookup-user' => 'Manage user groups',
1289 -'userrights-user-editname' => 'Enter a username:',
1290 -'editusergroup' => 'Edit User Groups',
1291 -'userrights-editusergroup' => 'Edit user groups',
1292 -'saveusergroups' => 'Save User Groups',
1293 -'userrights-groupsmember' => 'Member of:',
 1273+'userrights-lookup-user' => 'Manage user groups',
 1274+'userrights-user-editname' => 'Enter a username:',
 1275+'editusergroup' => 'Edit User Groups',
 1276+'userrights-editusergroup' => 'Edit user groups',
 1277+'saveusergroups' => 'Save User Groups',
 1278+'userrights-groupsmember' => 'Member of:',
12941279 'userrights-groupsavailable' => 'Available groups:',
1295 -'userrights-groupshelp' => 'Select groups you want the user to be removed from or added to.
 1280+'userrights-groupshelp' => 'Select groups you want the user to be removed from or added to.
12961281 Unselected groups will not be changed. You can deselect a group with CTRL + Left Click',
1297 -'userrights-reason' => 'Reason for change:',
 1282+'userrights-reason' => 'Reason for change:',
12981283
12991284 # Groups
1300 -'group' => 'Group:',
1301 -'group-bot' => 'Bots',
1302 -'group-sysop' => 'Sysops',
1303 -'group-bureaucrat' => 'Bureaucrats',
1304 -'group-all' => '(all)',
 1285+'group' => 'Group:',
 1286+'group-bot' => 'Bots',
 1287+'group-sysop' => 'Sysops',
 1288+'group-bureaucrat' => 'Bureaucrats',
 1289+'group-all' => '(all)',
13051290
13061291 'group-bot-member' => 'Bot',
13071292 'group-sysop-member' => 'Sysop',
13081293 'group-bureaucrat-member' => 'Bureaucrat',
13091294
1310 -'grouppage-bot' => '{{ns:project}}:Bots',
1311 -'grouppage-sysop' => '{{ns:project}}:Administrators',
 1295+'grouppage-bot' => '{{ns:project}}:Bots',
 1296+'grouppage-sysop' => '{{ns:project}}:Administrators',
13121297 'grouppage-bureaucrat' => '{{ns:project}}:Bureaucrats',
13131298
13141299 # User rights log
@@ -1317,462 +1302,453 @@
13181303 'rightsnone' => '(none)',
13191304
13201305 # Recent changes
1321 -#
1322 -'nchanges' => '$1 {{PLURAL:$1|change|changes}}',
1323 -'recentchanges' => 'Recent changes',
1324 -'recentchanges-url' => 'Special:Recentchanges',
1325 -'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
1326 -'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.',
1327 -'rcnote' => "Below {{PLURAL:$1|is '''1''' change|are the last '''$1''' changes}} in the last {{PLURAL:$2|day|'''$2''' days}}, as of $3.",
1328 -'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
1329 -'rclistfrom' => "Show new changes starting from $1",
1330 -'rcshowhideminor' => '$1 minor edits',
1331 -'rcshowhidebots' => '$1 bots',
1332 -'rcshowhideliu' => '$1 logged-in users',
1333 -'rcshowhideanons' => '$1 anonymous users',
1334 -'rcshowhidepatr' => '$1 patrolled edits',
1335 -'rcshowhidemine' => '$1 my edits',
1336 -'rclinks' => "Show last $1 changes in last $2 days<br />$3",
1337 -'diff' => 'diff',
1338 -'hist' => 'hist',
1339 -'hide' => 'Hide',
1340 -'show' => 'Show',
1341 -'minoreditletter' => 'm',
1342 -'newpageletter' => 'N',
1343 -'boteditletter' => 'b',
1344 -'sectionlink' => '→',
1345 -'number_of_watching_users_RCview' => '[$1]',
1346 -'number_of_watching_users_pageview' => '[$1 watching user/s]',
1347 -'rc_categories' => 'Limit to categories (separate with "|")',
1348 -'rc_categories_any' => 'Any',
1349 -'rc-change-size' => '$1',
 1306+'nchanges' => '$1 {{PLURAL:$1|change|changes}}',
 1307+'recentchanges' => 'Recent changes',
 1308+'recentchanges-url' => 'Special:Recentchanges', # don't translate or duplicate this message to other languages
 1309+'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
 1310+'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.',
 1311+'rcnote' => "Below {{PLURAL:$1|is '''1''' change|are the last '''$1''' changes}} in the last {{PLURAL:$2|day|'''$2''' days}}, as of $3.",
 1312+'rcnotefrom' => 'Below are the changes since <b>$2</b> (up to <b>$1</b> shown).',
 1313+'rclistfrom' => 'Show new changes starting from $1',
 1314+'rcshowhideminor' => '$1 minor edits',
 1315+'rcshowhidebots' => '$1 bots',
 1316+'rcshowhideliu' => '$1 logged-in users',
 1317+'rcshowhideanons' => '$1 anonymous users',
 1318+'rcshowhidepatr' => '$1 patrolled edits',
 1319+'rcshowhidemine' => '$1 my edits',
 1320+'rclinks' => 'Show last $1 changes in last $2 days<br />$3',
 1321+'diff' => 'diff',
 1322+'hist' => 'hist',
 1323+'hide' => 'Hide',
 1324+'show' => 'Show',
 1325+'minoreditletter' => 'm',
 1326+'newpageletter' => 'N',
 1327+'boteditletter' => 'b',
 1328+'sectionlink' => '→', # only translate this message to other languages if you have to change it
 1329+'number_of_watching_users_RCview' => '[$1]', # don't translate or duplicate this message to other languages
 1330+'number_of_watching_users_pageview' => '[$1 watching user/s]',
 1331+'rc_categories' => 'Limit to categories (separate with "|")',
 1332+'rc_categories_any' => 'Any',
 1333+'rc-change-size' => '$1', # only translate this message to other languages if you have to change it
13501334
1351 -# Recentchangeslinked
1352 -'recentchangeslinked' => 'Related changes',
1353 -'recentchangeslinked-noresult' => 'No changes on linked pages during the given period.',
1354 -'recentchangeslinked-summary' => "This special page lists the last changes on pages who are linked. Pages on your watchlist are '''bold'''.",
 1335+# Recent changes linked
 1336+'recentchangeslinked' => 'Related changes',
 1337+'recentchangeslinked-noresult' => 'No changes on linked pages during the given period.',
 1338+'recentchangeslinked-summary' => "This special page lists the last changes on pages who are linked. Pages on your watchlist are '''bold'''.", # only translate this message to other languages if you have to change it
13551339
13561340 # Upload
1357 -#
1358 -'upload' => 'Upload file',
1359 -'uploadbtn' => 'Upload file',
1360 -'reupload' => 'Re-upload',
1361 -'reuploaddesc' => 'Return to the upload form.',
1362 -'uploadnologin' => 'Not logged in',
1363 -'uploadnologintext' => "You must be [[Special:Userlogin|logged in]]
1364 -to upload files.",
1365 -'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
1366 -'uploaderror' => 'Upload error',
1367 -'uploadtext' => "Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
 1341+'upload' => 'Upload file',
 1342+'uploadbtn' => 'Upload file',
 1343+'reupload' => 'Re-upload',
 1344+'reuploaddesc' => 'Return to the upload form.',
 1345+'uploadnologin' => 'Not logged in',
 1346+'uploadnologintext' => 'You must be [[Special:Userlogin|logged in]]
 1347+to upload files.',
 1348+'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
 1349+'uploaderror' => 'Upload error',
 1350+'uploadtext' => "Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
13681351
13691352 To include the image in a page, use a link in the form
13701353 '''<nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.jpg]]</nowiki>''',
13711354 '''<nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.png|alt text]]</nowiki>''' or
13721355 '''<nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki>''' for directly linking to the file.",
1373 -'uploadlog' => 'upload log',
1374 -'uploadlogpage' => 'Upload log',
1375 -'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
1376 -'filename' => 'Filename',
1377 -'filedesc' => 'Summary',
1378 -'fileuploadsummary' => 'Summary:',
1379 -'filestatus' => 'Copyright status',
1380 -'filesource' => 'Source',
1381 -'copyrightpage' => "Project:Copyrights",
1382 -'copyrightpagename' => "{{SITENAME}} copyright",
1383 -'uploadedfiles' => 'Uploaded files',
1384 -'ignorewarning' => 'Ignore warning and save file anyway.',
1385 -'ignorewarnings' => 'Ignore any warnings',
1386 -'minlength' => 'File names must be at least three letters.',
1387 -'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
1388 -'badfilename' => 'File name has been changed to "$1".',
 1356+'uploadlog' => 'upload log',
 1357+'uploadlogpage' => 'Upload log',
 1358+'uploadlogpagetext' => 'Below is a list of the most recent file uploads.',
 1359+'filename' => 'Filename',
 1360+'filedesc' => 'Summary',
 1361+'fileuploadsummary' => 'Summary:',
 1362+'filestatus' => 'Copyright status',
 1363+'filesource' => 'Source',
 1364+'uploadedfiles' => 'Uploaded files',
 1365+'ignorewarning' => 'Ignore warning and save file anyway.',
 1366+'ignorewarnings' => 'Ignore any warnings',
 1367+'minlength' => 'File names must be at least three letters.',
 1368+'illegalfilename' => 'The filename "$1" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.',
 1369+'badfilename' => 'File name has been changed to "$1".',
13891370 'filetype-badmime' => 'Files of the MIME type "$1" are not allowed to be uploaded.',
1390 -'filetype-badtype' => "'''\".$1\"''' is an unwanted file type
1391 -: List of allowed file types: $2",
 1371+'filetype-badtype' => "'''\".\$1\"''' is an unwanted file type
 1372+: List of allowed file types: \$2",
13921373 'filetype-missing' => 'The file has no extension (like ".jpg").',
1393 -'large-file' => 'It is recommended that files are no larger than $1; this file is $2.',
1394 -'largefileserver' => 'This file is bigger than the server is configured to allow.',
1395 -'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
1396 -'fileexists' => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
 1374+'large-file' => 'It is recommended that files are no larger than $1; this file is $2.',
 1375+'largefileserver' => 'This file is bigger than the server is configured to allow.',
 1376+'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
 1377+'fileexists' => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
13971378 'fileexists-extension' => 'A file with a similar name exists:<br />
13981379 Name of the uploading file: <strong><tt>$1</tt></strong><br />
13991380 Name of the existing file: <strong><tt>$2</tt></strong><br />
14001381 Please choose a different name.',
1401 -'fileexists-thumb' => "'''<center>Existing image</center>'''",
1402 -'fileexists-thumbnail-yes' => "The file seems to be an image of reduced size <i>(thumbnail)</i>. Please check the file <strong><tt>$1</tt></strong>.<br />
1403 -If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.",
1404 -'file-thumbnail-no' => "The filename begins with <strong><tt>$1</tt></strong>. It seems to be an image of reduced size <i>(thumbnail)</i>.
1405 -If you have this image in full resolution upload this one, otherwise change the file name please.",
1406 -'fileexists-forbidden' => 'A file with this name exists already; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
1407 -'fileexists-shared-forbidden' => 'A file with this name exists already in the shared file repository; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
1408 -'successfulupload' => 'Successful upload',
1409 -'fileuploaded' => "File $1 uploaded successfully.
 1382+'fileexists-thumb' => "'''<center>Existing image</center>'''",
 1383+'fileexists-thumbnail-yes' => 'The file seems to be an image of reduced size <i>(thumbnail)</i>. Please check the file <strong><tt>$1</tt></strong>.<br />
 1384+If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.',
 1385+'file-thumbnail-no' => 'The filename begins with <strong><tt>$1</tt></strong>. It seems to be an image of reduced size <i>(thumbnail)</i>.
 1386+If you have this image in full resolution upload this one, otherwise change the file name please.',
 1387+'fileexists-forbidden' => 'A file with this name exists already; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
 1388+'fileexists-shared-forbidden' => 'A file with this name exists already in the shared file repository; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]',
 1389+'successfulupload' => 'Successful upload',
 1390+'fileuploaded' => 'File $1 uploaded successfully.
14101391 Please follow this link: $2 to the description page and fill
14111392 in information about the file, such as where it came from, when it was
1412 -created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[</nowiki>{{ns:image}}<nowiki>:$1|thumb|Description]]</nowiki></tt>",
1413 -'uploadwarning' => 'Upload warning',
1414 -'savefile' => 'Save file',
1415 -'uploadedimage' => "uploaded \"[[$1]]\"",
1416 -'uploaddisabled' => 'Uploads disabled',
1417 -'uploaddisabledtext' => 'File uploads are disabled on this wiki.',
1418 -'uploadscripted' => 'This file contains HTML or script code that may be erroneously be interpreted by a web browser.',
1419 -'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.',
1420 -'uploadvirus' => 'The file contains a virus! Details: $1',
1421 -'sourcefilename' => 'Source filename',
1422 -'destfilename' => 'Destination filename',
1423 -'watchthisupload' => 'Watch this page',
1424 -'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.',
 1393+created and by whom, and anything else you may know about it. If this is an image, you can insert it like this: <tt><nowiki>[[</nowiki>{{ns:image}}<nowiki>:$1|thumb|Description]]</nowiki></tt>',
 1394+'uploadwarning' => 'Upload warning',
 1395+'savefile' => 'Save file',
 1396+'uploadedimage' => 'uploaded "[[$1]]"',
 1397+'uploaddisabled' => 'Uploads disabled',
 1398+'uploaddisabledtext' => 'File uploads are disabled on this wiki.',
 1399+'uploadscripted' => 'This file contains HTML or script code that may be erroneously be interpreted by a web browser.',
 1400+'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.',
 1401+'uploadvirus' => 'The file contains a virus! Details: $1',
 1402+'sourcefilename' => 'Source filename',
 1403+'destfilename' => 'Destination filename',
 1404+'watchthisupload' => 'Watch this page',
 1405+'filewasdeleted' => 'A file of this name has been previously uploaded and subsequently deleted. You should check the $1 before proceeding to upload it again.',
14251406
1426 -'upload-proto-error' => 'Incorrect protocol',
 1407+'upload-proto-error' => 'Incorrect protocol',
14271408 'upload-proto-error-text' => 'Remote upload requires URLs beginning with <code>http://</code> or <code>ftp://</code>.',
1428 -'upload-file-error' => 'Internal error',
1429 -'upload-file-error-text' => 'An internal error occurred when attempting to create a temporary file on the server. Please contact a system administrator.',
1430 -'upload-misc-error' => 'Unknown upload error',
1431 -'upload-misc-error-text' => 'An unknown error occurred during the upload. Please verify that the URL is valid and accessible and try again. If the problem persists, contact a system administrator.',
1432 -# Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
1433 -'upload-curl-error6' => "Couldn't reach URL",
1434 -'upload-curl-error6-text' => 'The URL provided could not be reached. Please double-check that the URL is correct and the site is up.',
1435 -'upload-curl-error28' => 'Upload timeout',
 1409+'upload-file-error' => 'Internal error',
 1410+'upload-file-error-text' => 'An internal error occurred when attempting to create a temporary file on the server. Please contact a system administrator.',
 1411+'upload-misc-error' => 'Unknown upload error',
 1412+'upload-misc-error-text' => 'An unknown error occurred during the upload. Please verify that the URL is valid and accessible and try again. If the problem persists, contact a system administrator.',
 1413+
 1414+# Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>
 1415+'upload-curl-error6' => "Couldn't reach URL",
 1416+'upload-curl-error6-text' => 'The URL provided could not be reached. Please double-check that the URL is correct and the site is up.',
 1417+'upload-curl-error28' => 'Upload timeout',
14361418 'upload-curl-error28-text' => 'The site took too long to respond. Please check the site is up, wait a short while and try again. You may want to try at a less busy time.',
14371419
1438 -'license' => 'Licensing',
1439 -'nolicense' => 'None selected',
1440 -'licenses' => '-', # Don't duplicate this in translations
1441 -'upload_source_url' => ' (a valid, publicly accessible URL)',
 1420+'license' => 'Licensing',
 1421+'nolicense' => 'None selected',
 1422+'licenses' => '-', # don't translate or duplicate this message to other languages
 1423+'upload_source_url' => ' (a valid, publicly accessible URL)',
14421424 'upload_source_file' => ' (a file on your computer)',
14431425
14441426 # Image list
1445 -#
1446 -'imagelist' => 'File list',
1447 -'imagelist-summary' => '',
1448 -'imagelisttext' => "Below is a list of '''$1''' {{PLURAL:$1|file|files}} sorted $2.",
1449 -'imagelistforuser' => "This shows only images uploaded by $1.",
1450 -'getimagelist' => 'fetching file list',
1451 -'ilsubmit' => 'Search',
1452 -'showlast' => 'Show last $1 files sorted $2.',
1453 -'byname' => 'by name',
1454 -'bydate' => 'by date',
1455 -'bysize' => 'by size',
1456 -'imgdelete' => 'del',
1457 -'imgdesc' => 'desc',
1458 -'imgfile' => 'file',
1459 -'imglegend' => 'Legend: (desc) = show/edit file description.',
1460 -'imghistory' => 'File history',
1461 -'revertimg' => 'rev',
1462 -'deleteimg' => 'del',
1463 -'deleteimgcompletely' => 'Delete all revisions of this file',
1464 -'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete
 1427+'imagelist' => 'File list',
 1428+'imagelist-summary' => '', # only translate this message to other languages if you have to change it
 1429+'imagelisttext' => "Below is a list of '''$1''' {{PLURAL:$1|file|files}} sorted $2.",
 1430+'imagelistforuser' => 'This shows only images uploaded by $1.',
 1431+'getimagelist' => 'fetching file list',
 1432+'ilsubmit' => 'Search',
 1433+'showlast' => 'Show last $1 files sorted $2.',
 1434+'byname' => 'by name',
 1435+'bydate' => 'by date',
 1436+'bysize' => 'by size',
 1437+'imgdelete' => 'del',
 1438+'imgdesc' => 'desc',
 1439+'imgfile' => 'file',
 1440+'imglegend' => 'Legend: (desc) = show/edit file description.',
 1441+'imghistory' => 'File history',
 1442+'revertimg' => 'rev',
 1443+'deleteimg' => 'del',
 1444+'deleteimgcompletely' => 'Delete all revisions of this file',
 1445+'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete
14651446 this old version, (rev) = revert to this old version.
14661447 <br /><i>Click on date to see the file uploaded on that date</i>.',
1467 -'imagelinks' => 'Links',
1468 -'linkstoimage' => 'The following pages link to this file:',
1469 -'nolinkstoimage' => 'There are no pages that link to this file.',
1470 -'sharedupload' => 'This file is a shared upload and may be used by other projects.',
1471 -'shareduploadwiki' => 'Please see the $1 for further information.',
 1448+'imagelinks' => 'Links',
 1449+'linkstoimage' => 'The following pages link to this file:',
 1450+'nolinkstoimage' => 'There are no pages that link to this file.',
 1451+'sharedupload' => 'This file is a shared upload and may be used by other projects.',
 1452+'shareduploadwiki' => 'Please see the $1 for further information.',
14721453 'shareduploadwiki-linktext' => 'file description page',
1473 -'shareddescriptionfollows' => '-',
1474 -'noimage' => 'No file by this name exists, you can $1.',
1475 -'noimage-linktext' => 'upload it',
 1454+'shareddescriptionfollows' => '-', # don't translate or duplicate this message to other languages
 1455+'noimage' => 'No file by this name exists, you can $1.',
 1456+'noimage-linktext' => 'upload it',
14761457 'uploadnewversion-linktext' => 'Upload a new version of this file',
1477 -'imagelist_date' => 'Date',
1478 -'imagelist_name' => 'Name',
1479 -'imagelist_user' => 'User',
1480 -'imagelist_size' => 'Size',
1481 -'imagelist_description' => 'Description',
1482 -'imagelist_search_for' => 'Search for image name:',
 1458+'imagelist_date' => 'Date',
 1459+'imagelist_name' => 'Name',
 1460+'imagelist_user' => 'User',
 1461+'imagelist_size' => 'Size',
 1462+'imagelist_description' => 'Description',
 1463+'imagelist_search_for' => 'Search for image name:',
14831464
1484 -# Mime search
1485 -#
1486 -'mimesearch' => 'MIME search',
 1465+# MIME search
 1466+'mimesearch' => 'MIME search',
14871467 'mimesearch-summary' => 'This page enables the filtering of files for its MIME-type. Input: contenttype/subtype, e.g. <tt>image/jpeg</tt>.',
1488 -'mimetype' => 'MIME type:',
1489 -'download' => 'download',
 1468+'mimetype' => 'MIME type:',
 1469+'download' => 'download',
14901470
1491 -# Unwatchedpages
1492 -#
1493 -'unwatchedpages' => 'Unwatched pages',
1494 -'unwatchedpages-summary' => '',
 1471+# Unwatched pages
 1472+'unwatchedpages' => 'Unwatched pages',
 1473+'unwatchedpages-summary' => '', # only translate this message to other languages if you have to change it
14951474
14961475 # List redirects
1497 -'listredirects' => 'List redirects',
1498 -'listredirects-summary' => '',
 1476+'listredirects' => 'List redirects',
 1477+'listredirects-summary' => '', # only translate this message to other languages if you have to change it
14991478
15001479 # Unused templates
1501 -'unusedtemplates' => 'Unused templates',
1502 -'unusedtemplates-summary' => '',
1503 -'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. Remember to check for other links to the templates before deleting them.',
1504 -'unusedtemplateswlh' => 'other links',
 1480+'unusedtemplates' => 'Unused templates',
 1481+'unusedtemplates-summary' => '', # only translate this message to other languages if you have to change it
 1482+'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. Remember to check for other links to the templates before deleting them.',
 1483+'unusedtemplateswlh' => 'other links',
15051484
15061485 # Random redirect
1507 -'randomredirect' => 'Random redirect',
 1486+'randomredirect' => 'Random redirect',
15081487 'randomredirect-nopages' => 'There are no redirects in this namespace.',
15091488
15101489 # Statistics
1511 -#
1512 -'statistics' => 'Statistics',
1513 -'sitestats' => '{{SITENAME}} statistics',
1514 -'userstats' => 'User statistics',
1515 -'sitestatstext' => "There {{PLURAL:$1|is '''1''' page|are '''$1''' total pages}} in the database.
 1490+'statistics' => 'Statistics',
 1491+'sitestats' => '{{SITENAME}} statistics',
 1492+'userstats' => 'User statistics',
 1493+'sitestatstext' => "There {{PLURAL:\$1|is '''1''' page|are '''\$1''' total pages}} in the database.
15161494 This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
15171495 pages, redirects, and others that probably don't qualify as content pages.
1518 -Excluding those, there {{PLURAL:$2|is '''1''' page that is a|are '''$2''' pages that are}} probably legitimate
1519 -content {{PLURAL:$2|page|pages}}.
 1496+Excluding those, there {{PLURAL:\$2|is '''1''' page that is a|are '''\$2''' pages that are}} probably legitimate
 1497+content {{PLURAL:\$2|page|pages}}.
15201498
1521 -'''$8''' {{PLURAL:$8|file|files}} have been uploaded.
 1499+'''\$8''' {{PLURAL:\$8|file|files}} have been uploaded.
15221500
1523 -There have been a total of '''$3''' {{PLURAL:$3|page view|page views}}, and '''$4''' {{PLURAL:$4|page edit|page edits}}
 1501+There have been a total of '''\$3''' {{PLURAL:\$3|page view|page views}}, and '''\$4''' {{PLURAL:\$4|page edit|page edits}}
15241502 since {{SITENAME}} was setup.
1525 -That comes to '''$5''' average edits per page, and '''$6''' views per edit.
 1503+That comes to '''\$5''' average edits per page, and '''\$6''' views per edit.
15261504
1527 -The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''$7'''.",
1528 -'userstatstext' => "There {{PLURAL:$1|is '''1''' registered user|are '''$1''' registered users}}, of which
 1505+The [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is '''\$7'''.",
 1506+'userstatstext' => "There {{PLURAL:$1|is '''1''' registered user|are '''$1''' registered users}}, of which
15291507 '''$2''' (or '''$4%''') {{PLURAL:$2|has|have}} $5 rights.",
15301508 'statistics-mostpopular' => 'Most viewed pages',
1531 -'statistics-footer' => '',
 1509+'statistics-footer' => '', # don't translate or duplicate this message to other languages
15321510
1533 -'disambiguations' => 'Disambiguation pages',
1534 -'disambiguations-summary' => '',
1535 -'disambiguationspage' => 'Template:disambig',
1536 -'disambiguations-text' => "The following pages link to a '''disambiguation page'''. They should link to the appropriate topic instead.<br />A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:disambiguationspage]]",
 1511+'disambiguations' => 'Disambiguation pages',
 1512+'disambiguations-summary' => '', # only translate this message to other languages if you have to change it
 1513+'disambiguationspage' => 'Template:disambig',
 1514+'disambiguations-text' => "The following pages link to a '''disambiguation page'''. They should link to the appropriate topic instead.<br />A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:disambiguationspage]]",
15371515
1538 -'doubleredirects' => 'Double redirects',
1539 -'doubleredirects-summary' => '',
1540 -'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.",
 1516+'doubleredirects' => 'Double redirects',
 1517+'doubleredirects-summary' => '', # only translate this message to other languages if you have to change it
 1518+'doubleredirectstext' => 'Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the "real" target page, which the first redirect should point to.',
15411519
1542 -'brokenredirects' => 'Broken redirects',
1543 -'brokenredirects-summary' => '',
1544 -'brokenredirectstext' => 'The following redirects link to non-existent pages:',
1545 -'brokenredirects-edit' => '(edit)',
1546 -'brokenredirects-delete' => '(delete)',
 1520+'brokenredirects' => 'Broken redirects',
 1521+'brokenredirects-summary' => '', # only translate this message to other languages if you have to change it
 1522+'brokenredirectstext' => 'The following redirects link to non-existent pages:',
 1523+'brokenredirects-edit' => '(edit)',
 1524+'brokenredirects-delete' => '(delete)',
15471525
1548 -'withoutinterwiki' => 'Pages without language links',
1549 -'withoutinterwiki-header' => 'The following pages do not link to other language versions:',
1550 -'withoutinterwiki-summary' => '',
 1526+'withoutinterwiki' => 'Pages without language links',
 1527+'withoutinterwiki-header' => 'The following pages do not link to other language versions:',
 1528+'withoutinterwiki-summary' => '', # only translate this message to other languages if you have to change it
15511529
1552 -'fewestrevisions' => 'Articles with the fewest revisions',
1553 -'fewestrevisions-summary' => '',
 1530+'fewestrevisions' => 'Articles with the fewest revisions',
 1531+'fewestrevisions-summary' => '', # only translate this message to other languages if you have to change it
15541532
15551533 # Miscellaneous special pages
1556 -#
1557 -'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
1558 -'ncategories' => '$1 {{PLURAL:$1|category|categories}}',
1559 -'nlinks' => '$1 {{PLURAL:$1|link|links}}',
1560 -'nmembers' => '$1 {{PLURAL:$1|member|members}}',
1561 -'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}',
1562 -'nviews' => '$1 {{PLURAL:$1|view|views}}',
1563 -'specialpage-empty' => 'There are no results for this report.',
1564 -'lonelypages' => 'Orphaned pages',
1565 -'lonelypages-summary' => '',
1566 -'lonelypagestext' => 'The following pages are not linked from other pages in this wiki.',
1567 -'uncategorizedpages' => 'Uncategorized pages',
1568 -'uncategorizedpages-summary' => '',
1569 -'uncategorizedcategories' => 'Uncategorized categories',
1570 -'uncategorizedcategories-summary' => '',
1571 -'uncategorizedimages' => 'Uncategorized images',
1572 -'uncategorizedimages-summary' => '',
1573 -'unusedcategories' => 'Unused categories',
1574 -'unusedimages' => 'Unused files',
1575 -'popularpages' => 'Popular pages',
1576 -'popularpages-summary' => '',
1577 -'wantedcategories' => 'Wanted categories',
1578 -'wantedcategories-summary' => '',
1579 -'wantedpages' => 'Wanted pages',
1580 -'wantedpages-summary' => '',
1581 -'mostlinked' => 'Most linked to pages',
1582 -'mostlinked-summary' => '',
1583 -'mostlinkedcategories' => 'Most linked to categories',
1584 -'mostlinkedcategories-summary' => '',
1585 -'mostlinkedtemplates' => 'Most linked-to templates',
1586 -'mostlinkedtemplates-summary' => '',
1587 -'mostcategories' => 'Articles with the most categories',
1588 -'mostcategories-summary' => '',
1589 -'mostimages' => 'Most linked to images',
1590 -'mostimages-summary' => '',
1591 -'mostrevisions' => 'Articles with the most revisions',
1592 -'mostrevisions-summary' => '',
1593 -'allpages' => 'All pages',
1594 -'allpages-summary' => '',
1595 -'prefixindex' => 'Prefix index',
1596 -'prefixindex-summary' => '',
1597 -'randompage' => 'Random page',
1598 -'randompage-nopages' => 'There are no pages in this namespace.',
1599 -'randompage-url'=> 'Special:Random',
1600 -'shortpages' => 'Short pages',
1601 -'shortpages-summary' => '',
1602 -'longpages' => 'Long pages',
1603 -'longpages-summary' => '',
1604 -'deadendpages' => 'Dead-end pages',
1605 -'deadendpages-summary' => '',
1606 -'deadendpagestext' => 'The following pages do not link to other pages in this wiki.',
1607 -'protectedpages' => 'Protected pages',
1608 -'protectedpages-summary' => '',
1609 -'protectedpagestext' => 'The following pages are protected from moving or editing',
1610 -'protectedpagesempty' => 'No pages are currently protected with these parameters.',
1611 -'listusers' => 'User list',
1612 -'listusers-summary' => '',
1613 -'specialpages' => 'Special pages',
1614 -'specialpages-summary' => '',
1615 -'spheading' => 'Special pages for all users',
1616 -'restrictedpheading' => 'Restricted special pages',
1617 -'rclsub' => "(to pages linked from \"$1\")",
1618 -'newpages' => 'New pages',
1619 -'newpages-summary' => '',
1620 -'newpages-username' => 'Username:',
1621 -'ancientpages' => 'Oldest pages',
1622 -'ancientpages-summary' => '',
1623 -'intl' => 'Interlanguage links',
1624 -'move' => 'Move',
1625 -'movethispage' => 'Move this page',
1626 -'unusedimagestext' => '<p>Please note that other web sites may link to an image with
 1534+'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
 1535+'ncategories' => '$1 {{PLURAL:$1|category|categories}}',
 1536+'nlinks' => '$1 {{PLURAL:$1|link|links}}',
 1537+'nmembers' => '$1 {{PLURAL:$1|member|members}}',
 1538+'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}',
 1539+'nviews' => '$1 {{PLURAL:$1|view|views}}',
 1540+'specialpage-empty' => 'There are no results for this report.',
 1541+'lonelypages' => 'Orphaned pages',
 1542+'lonelypages-summary' => '', # only translate this message to other languages if you have to change it
 1543+'lonelypagestext' => 'The following pages are not linked from other pages in this wiki.',
 1544+'uncategorizedpages' => 'Uncategorized pages',
 1545+'uncategorizedpages-summary' => '', # only translate this message to other languages if you have to change it
 1546+'uncategorizedcategories' => 'Uncategorized categories',
 1547+'uncategorizedcategories-summary' => '', # only translate this message to other languages if you have to change it
 1548+'uncategorizedimages' => 'Uncategorized images',
 1549+'uncategorizedimages-summary' => '', # only translate this message to other languages if you have to change it
 1550+'unusedcategories' => 'Unused categories',
 1551+'unusedimages' => 'Unused files',
 1552+'popularpages' => 'Popular pages',
 1553+'popularpages-summary' => '', # only translate this message to other languages if you have to change it
 1554+'wantedcategories' => 'Wanted categories',
 1555+'wantedcategories-summary' => '', # only translate this message to other languages if you have to change it
 1556+'wantedpages' => 'Wanted pages',
 1557+'wantedpages-summary' => '', # only translate this message to other languages if you have to change it
 1558+'mostlinked' => 'Most linked to pages',
 1559+'mostlinked-summary' => '', # only translate this message to other languages if you have to change it
 1560+'mostlinkedcategories' => 'Most linked to categories',
 1561+'mostlinkedcategories-summary' => '', # only translate this message to other languages if you have to change it
 1562+'mostlinkedtemplates' => 'Most linked-to templates',
 1563+'mostlinkedtemplates-summary' => '', # only translate this message to other languages if you have to change it
 1564+'mostcategories' => 'Articles with the most categories',
 1565+'mostcategories-summary' => '', # only translate this message to other languages if you have to change it
 1566+'mostimages' => 'Most linked to images',
 1567+'mostimages-summary' => '', # only translate this message to other languages if you have to change it
 1568+'mostrevisions' => 'Articles with the most revisions',
 1569+'mostrevisions-summary' => '', # only translate this message to other languages if you have to change it
 1570+'allpages' => 'All pages',
 1571+'allpages-summary' => '', # only translate this message to other languages if you have to change it
 1572+'prefixindex' => 'Prefix index',
 1573+'prefixindex-summary' => '', # only translate this message to other languages if you have to change it
 1574+'randompage' => 'Random page',
 1575+'randompage-nopages' => 'There are no pages in this namespace.',
 1576+'randompage-url' => 'Special:Random', # don't translate or duplicate this message to other languages
 1577+'shortpages' => 'Short pages',
 1578+'shortpages-summary' => '', # only translate this message to other languages if you have to change it
 1579+'longpages' => 'Long pages',
 1580+'longpages-summary' => '', # only translate this message to other languages if you have to change it
 1581+'deadendpages' => 'Dead-end pages',
 1582+'deadendpages-summary' => '', # only translate this message to other languages if you have to change it
 1583+'deadendpagestext' => 'The following pages do not link to other pages in this wiki.',
 1584+'protectedpages' => 'Protected pages',
 1585+'protectedpages-summary' => '', # only translate this message to other languages if you have to change it
 1586+'protectedpagestext' => 'The following pages are protected from moving or editing',
 1587+'protectedpagesempty' => 'No pages are currently protected with these parameters.',
 1588+'listusers' => 'User list',
 1589+'listusers-summary' => '', # only translate this message to other languages if you have to change it
 1590+'specialpages' => 'Special pages',
 1591+'specialpages-summary' => '', # only translate this message to other languages if you have to change it
 1592+'spheading' => 'Special pages for all users',
 1593+'restrictedpheading' => 'Restricted special pages',
 1594+'rclsub' => '(to pages linked from "$1")',
 1595+'newpages' => 'New pages',
 1596+'newpages-summary' => '', # only translate this message to other languages if you have to change it
 1597+'newpages-username' => 'Username:',
 1598+'ancientpages' => 'Oldest pages',
 1599+'ancientpages-summary' => '', # only translate this message to other languages if you have to change it
 1600+'intl' => 'Interlanguage links',
 1601+'move' => 'Move',
 1602+'movethispage' => 'Move this page',
 1603+'unusedimagestext' => '<p>Please note that other web sites may link to an image with
16271604 a direct URL, and so may still be listed here despite being
16281605 in active use.</p>',
1629 -'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
 1606+'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
16301607
16311608 # Book sources
1632 -'booksources' => 'Book sources',
1633 -'booksources-summary' => '',
 1609+'booksources' => 'Book sources',
 1610+'booksources-summary' => '', # only translate this message to other languages if you have to change it
16341611 'booksources-search-legend' => 'Search for book sources',
1635 -'booksources-isbn' => 'ISBN:',
1636 -'booksources-go' => 'Go',
1637 -'booksources-text' => 'Below is a list of links to other sites that sell new and used books, and may also have
 1612+'booksources-isbn' => 'ISBN:',
 1613+'booksources-go' => 'Go',
 1614+'booksources-text' => 'Below is a list of links to other sites that sell new and used books, and may also have
16381615 further information about books you are looking for:',
16391616
16401617 'categoriespagetext' => 'The following categories exist in the wiki.',
1641 -'data' => 'Data',
1642 -'userrights' => 'User rights management',
1643 -'userrights-summary' => '',
1644 -'groups' => 'User groups',
 1618+'data' => 'Data',
 1619+'userrights' => 'User rights management',
 1620+'userrights-summary' => '', # only translate this message to other languages if you have to change it
 1621+'groups' => 'User groups',
 1622+'isbn' => 'ISBN',
 1623+'rfcurl' => 'http://tools.ietf.org/html/rfc$1', # don't translate or duplicate this message to other languages
 1624+'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1', # don't translate or duplicate this message to other languages
 1625+'alphaindexline' => '$1 to $2',
 1626+'version' => 'Version',
16451627
1646 -'isbn' => 'ISBN',
1647 -'rfcurl' => 'http://tools.ietf.org/html/rfc$1',
1648 -'pubmedurl' => 'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1',
1649 -'alphaindexline' => "$1 to $2",
1650 -'version' => 'Version',
1651 -
1652 -# Special:Logs
 1628+# Special:Log
16531629 'specialloguserlabel' => 'User:',
16541630 'speciallogtitlelabel' => 'Title:',
16551631 'log' => 'Logs',
1656 -'log-search-legend' => 'Search for logs',
1657 -'log-search-submit' => 'Go',
 1632+'log-search-legend' => 'Search for logs',
 1633+'log-search-submit' => 'Go',
16581634 'alllogstext' => 'Combined display of all available logs of {{SITENAME}}.
16591635 You can narrow down the view by selecting a log type, the user name, or the affected page.',
16601636 'logempty' => 'No matching items in log.',
1661 -'log-title-wildcard' => 'Search titles starting with this text',
 1637+'log-title-wildcard' => 'Search titles starting with this text',
16621638
16631639 # Special:Allpages
16641640 'nextpage' => 'Next page ($1)',
16651641 'prevpage' => 'Previous page ($1)',
1666 -'allpagesfrom' => 'Display pages starting at:',
1667 -'allarticles' => 'All articles',
1668 -'allinnamespace' => 'All pages ($1 namespace)',
1669 -'allnotinnamespace' => 'All pages (not in $1 namespace)',
1670 -'allpagesprev' => 'Previous',
1671 -'allpagesnext' => 'Next',
1672 -'allpagessubmit' => 'Go',
1673 -'allpagesprefix' => 'Display pages with prefix:',
1674 -'allpagesbadtitle' => 'The given page title was invalid or had an inter-language or inter-wiki prefix. It may contain one or more characters which cannot be used in titles.',
 1642+'allpagesfrom' => 'Display pages starting at:',
 1643+'allarticles' => 'All articles',
 1644+'allinnamespace' => 'All pages ($1 namespace)',
 1645+'allnotinnamespace' => 'All pages (not in $1 namespace)',
 1646+'allpagesprev' => 'Previous',
 1647+'allpagesnext' => 'Next',
 1648+'allpagessubmit' => 'Go',
 1649+'allpagesprefix' => 'Display pages with prefix:',
 1650+'allpagesbadtitle' => 'The given page title was invalid or had an inter-language or inter-wiki prefix. It may contain one or more characters which cannot be used in titles.',
16751651
16761652 # Special:Listusers
16771653 'listusersfrom' => 'Display users starting at:',
16781654 'listusers-submit' => 'Show',
16791655 'listusers-noresult' => 'No user found.',
16801656
1681 -# Email this user
1682 -#
1683 -'mailnologin' => 'No send address',
1684 -'mailnologintext' => "You must be [[Special:Userlogin|logged in]]
 1657+# E-mail user
 1658+'mailnologin' => 'No send address',
 1659+'mailnologintext' => 'You must be [[Special:Userlogin|logged in]]
16851660 and have a valid e-mail address in your [[Special:Preferences|preferences]]
1686 -to send e-mail to other users.",
1687 -'emailuser' => 'E-mail this user',
1688 -'emailpage' => 'E-mail user',
1689 -'emailpagetext' => 'If this user has entered a valid e-mail address in
 1661+to send e-mail to other users.',
 1662+'emailuser' => 'E-mail this user',
 1663+'emailpage' => 'E-mail user',
 1664+'emailpagetext' => 'If this user has entered a valid e-mail address in
16901665 his or her user preferences, the form below will send a single message.
16911666 The e-mail address you entered in your user preferences will appear
16921667 as the "From" address of the mail, so the recipient will be able
16931668 to reply.',
16941669 'usermailererror' => 'Mail object returned error:',
1695 -'defemailsubject' => "{{SITENAME}} e-mail",
1696 -'noemailtitle' => 'No e-mail address',
1697 -'noemailtext' => 'This user has not specified a valid e-mail address,
 1670+'defemailsubject' => '{{SITENAME}} e-mail',
 1671+'noemailtitle' => 'No e-mail address',
 1672+'noemailtext' => 'This user has not specified a valid e-mail address,
16981673 or has chosen not to receive e-mail from other users.',
1699 -'emailfrom' => 'From',
1700 -'emailto' => 'To',
1701 -'emailsubject' => 'Subject',
1702 -'emailmessage' => 'Message',
1703 -'emailsend' => 'Send',
1704 -'emailccme' => 'E-mail me a copy of my message.',
1705 -'emailccsubject'=> 'Copy of your message to $1: $2',
1706 -'emailsent' => 'E-mail sent',
1707 -'emailsenttext' => 'Your e-mail message has been sent.',
 1674+'emailfrom' => 'From',
 1675+'emailto' => 'To',
 1676+'emailsubject' => 'Subject',
 1677+'emailmessage' => 'Message',
 1678+'emailsend' => 'Send',
 1679+'emailccme' => 'E-mail me a copy of my message.',
 1680+'emailccsubject' => 'Copy of your message to $1: $2',
 1681+'emailsent' => 'E-mail sent',
 1682+'emailsenttext' => 'Your e-mail message has been sent.',
17081683
17091684 # Watchlist
1710 -'watchlist' => 'My watchlist',
1711 -'mywatchlist' => 'My watchlist',
1712 -'watchlistfor' => "(for '''$1''')",
1713 -'nowatchlist' => 'You have no items on your watchlist.',
1714 -'watchlistanontext' => 'Please $1 to view or edit items on your watchlist.',
1715 -'watchlistcount' => "'''You have {{PLURAL:$1|$1 item|$1 items}} on your watchlist, including talk pages.'''",
1716 -'clearwatchlist' => 'Clear watchlist',
1717 -'watchlistcleartext' => 'Are you sure you wish to remove them?',
 1685+'watchlist' => 'My watchlist',
 1686+'mywatchlist' => 'My watchlist',
 1687+'watchlistfor' => "(for '''$1''')",
 1688+'nowatchlist' => 'You have no items on your watchlist.',
 1689+'watchlistanontext' => 'Please $1 to view or edit items on your watchlist.',
 1690+'watchlistcount' => "'''You have {{PLURAL:$1|$1 item|$1 items}} on your watchlist, including talk pages.'''",
 1691+'clearwatchlist' => 'Clear watchlist',
 1692+'watchlistcleartext' => 'Are you sure you wish to remove them?',
17181693 'watchlistclearbutton' => 'Clear watchlist',
1719 -'watchlistcleardone' => 'Your watchlist has been cleared. {{PLURAL:$1|$1 item was|$1 items were}} removed.',
1720 -'watchnologin' => 'Not logged in',
1721 -'watchnologintext' => 'You must be [[Special:Userlogin|logged in]] to modify your watchlist.',
1722 -'addedwatch' => 'Added to watchlist',
1723 -'addedwatchtext' => "The page \"[[:$1]]\" has been added to your [[Special:Watchlist|watchlist]].
 1694+'watchlistcleardone' => 'Your watchlist has been cleared. {{PLURAL:$1|$1 item was|$1 items were}} removed.',
 1695+'watchnologin' => 'Not logged in',
 1696+'watchnologintext' => 'You must be [[Special:Userlogin|logged in]] to modify your watchlist.',
 1697+'addedwatch' => 'Added to watchlist',
 1698+'addedwatchtext' => "The page \"[[:\$1]]\" has been added to your [[Special:Watchlist|watchlist]].
17241699 Future changes to this page and its associated Talk page will be listed there,
17251700 and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to
17261701 make it easier to pick out.
17271702
17281703 If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.",
1729 -'removedwatch' => 'Removed from watchlist',
1730 -'removedwatchtext' => "The page \"[[:$1]]\" has been removed from your watchlist.",
1731 -'watch' => 'Watch',
1732 -'watchthispage' => 'Watch this page',
1733 -'unwatch' => 'Unwatch',
1734 -'unwatchthispage' => 'Stop watching',
1735 -'notanarticle' => 'Not a content page',
1736 -'watchnochange' => 'None of your watched items was edited in the time period displayed.',
1737 -'watchdetails' => '* {{PLURAL:$1|$1 page|$1 pages}} watched not counting talk pages
 1704+'removedwatch' => 'Removed from watchlist',
 1705+'removedwatchtext' => 'The page "[[:$1]]" has been removed from your watchlist.',
 1706+'watch' => 'Watch',
 1707+'watchthispage' => 'Watch this page',
 1708+'unwatch' => 'Unwatch',
 1709+'unwatchthispage' => 'Stop watching',
 1710+'notanarticle' => 'Not a content page',
 1711+'watchnochange' => 'None of your watched items was edited in the time period displayed.',
 1712+'watchdetails' => '* {{PLURAL:$1|$1 page|$1 pages}} watched not counting talk pages
17381713 * [[Special:Watchlist/edit|Show and edit complete watchlist]]
17391714 * [[Special:Watchlist/clear|Remove all pages]]',
1740 -'wlheader-enotif' => "* E-mail notification is enabled.",
1741 -'wlheader-showupdated' => "* Pages which have been changed since you last visited them are shown in '''bold'''",
1742 -'watchmethod-recent'=> 'checking recent edits for watched pages',
1743 -'watchmethod-list' => 'checking watched pages for recent edits',
1744 -'removechecked' => 'Remove checked items from watchlist',
1745 -'watchlistcontains' => "Your watchlist contains $1 {{PLURAL:$1|page|pages}}.",
1746 -'watcheditlist' => 'Here\'s an alphabetical list of your
1747 -watched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button
1748 -at the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).',
1749 -'removingchecked' => 'Removing requested items from watchlist...',
1750 -'couldntremove' => "Couldn't remove item '$1'...",
1751 -'iteminvalidname' => "Problem with item '$1', invalid name...",
1752 -'wlnote' => "Below {{PLURAL:$1|is the last change|are the last '''$1''' changes}} in the last {{PLURAL:$2|hour|'''$2''' hours}}.",
1753 -'wlshowlast' => 'Show last $1 hours $2 days $3',
1754 -'wlsaved' => 'This is a saved version of your watchlist.',
1755 -'watchlist-show-bots' => 'Show bot edits',
1756 -'watchlist-hide-bots' => 'Hide bot edits',
1757 -'watchlist-show-own' => 'Show my edits',
1758 -'watchlist-hide-own' => 'Hide my edits',
 1715+'wlheader-enotif' => '* E-mail notification is enabled.',
 1716+'wlheader-showupdated' => "* Pages which have been changed since you last visited them are shown in '''bold'''",
 1717+'watchmethod-recent' => 'checking recent edits for watched pages',
 1718+'watchmethod-list' => 'checking watched pages for recent edits',
 1719+'removechecked' => 'Remove checked items from watchlist',
 1720+'watchlistcontains' => 'Your watchlist contains $1 {{PLURAL:$1|page|pages}}.',
 1721+'watcheditlist' => "Here's an alphabetical list of your
 1722+watched content pages. Check the boxes of pages you want to remove from your watchlist and click the 'remove checked' button
 1723+at the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).",
 1724+'removingchecked' => 'Removing requested items from watchlist...',
 1725+'couldntremove' => "Couldn't remove item '$1'...",
 1726+'iteminvalidname' => "Problem with item '$1', invalid name...",
 1727+'wlnote' => "Below {{PLURAL:$1|is the last change|are the last '''$1''' changes}} in the last {{PLURAL:$2|hour|'''$2''' hours}}.",
 1728+'wlshowlast' => 'Show last $1 hours $2 days $3',
 1729+'wlsaved' => 'This is a saved version of your watchlist.',
 1730+'watchlist-show-bots' => 'Show bot edits',
 1731+'watchlist-hide-bots' => 'Hide bot edits',
 1732+'watchlist-show-own' => 'Show my edits',
 1733+'watchlist-hide-own' => 'Hide my edits',
17591734 'watchlist-show-minor' => 'Show minor edits',
17601735 'watchlist-hide-minor' => 'Hide minor edits',
1761 -'wldone' => 'Done.',
 1736+'wldone' => 'Done.',
 1737+
17621738 # Displayed when you click the "watch" button and it's in the process of watching
1763 -'watching' => 'Watching...',
 1739+'watching' => 'Watching...',
17641740 'unwatching' => 'Unwatching...',
17651741
1766 -'enotif_mailer' => '{{SITENAME}} Notification Mailer',
1767 -'enotif_reset' => 'Mark all pages visited',
1768 -'enotif_newpagetext'=> 'This is a new page.',
1769 -'enotif_impersonal_salutation' => '{{SITENAME}} user',
1770 -'changed' => 'changed',
1771 -'created' => 'created',
1772 -'enotif_subject' => '{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR',
1773 -'enotif_lastvisited' => 'See $1 for all changes since your last visit.',
1774 -'enotif_lastdiff' => 'See $1 to view this change.',
1775 -'enotif_anon_editor' => 'anonymous user $1',
1776 -'enotif_body' => 'Dear $WATCHINGUSERNAME,
 1742+'enotif_mailer' => '{{SITENAME}} Notification Mailer',
 1743+'enotif_reset' => 'Mark all pages visited',
 1744+'enotif_newpagetext' => 'This is a new page.',
 1745+'enotif_impersonal_salutation' => '{{SITENAME}} user',
 1746+'changed' => 'changed',
 1747+'created' => 'created',
 1748+'enotif_subject' => '{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR',
 1749+'enotif_lastvisited' => 'See $1 for all changes since your last visit.',
 1750+'enotif_lastdiff' => 'See $1 to view this change.',
 1751+'enotif_anon_editor' => 'anonymous user $1',
 1752+'enotif_body' => 'Dear $WATCHINGUSERNAME,
17771753
17781754
17791755 The {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current version.
@@ -1797,148 +1773,140 @@
17981774 {{fullurl:{{MediaWiki:helppage}}}}',
17991775
18001776 # Delete/protect/revert
1801 -#
1802 -'deletepage' => 'Delete page',
1803 -'confirm' => 'Confirm',
1804 -'excontent' => "content was: '$1'",
1805 -'excontentauthor' => "content was: '$1' (and the only contributor was '[[Special:Contributions/$2|$2]]')",
1806 -'exbeforeblank' => "content before blanking was: '$1'",
1807 -'exblank' => 'page was empty',
1808 -'confirmdelete' => 'Confirm delete',
1809 -'deletesub' => "(Deleting \"$1\")",
1810 -'historywarning' => 'Warning: The page you are about to delete has a history:',
1811 -'confirmdeletetext' => "You are about to permanently delete a page
 1777+'deletepage' => 'Delete page',
 1778+'confirm' => 'Confirm',
 1779+'excontent' => "content was: '$1'",
 1780+'excontentauthor' => "content was: '$1' (and the only contributor was '[[Special:Contributions/$2|$2]]')",
 1781+'exbeforeblank' => "content before blanking was: '$1'",
 1782+'exblank' => 'page was empty',
 1783+'confirmdelete' => 'Confirm delete',
 1784+'deletesub' => '(Deleting "$1")',
 1785+'historywarning' => 'Warning: The page you are about to delete has a history:',
 1786+'confirmdeletetext' => 'You are about to permanently delete a page
18121787 or image along with all of its history from the database.
18131788 Please confirm that you intend to do this, that you understand the
18141789 consequences, and that you are doing this in accordance with
1815 -[[{{MediaWiki:policy-url}}]].",
1816 -'policy-url' => 'Project:Policy',
1817 -'actioncomplete' => 'Action complete',
1818 -'deletedtext' => "\"$1\" has been deleted.
1819 -See $2 for a record of recent deletions.",
1820 -'deletedarticle' => "deleted \"[[$1]]\"",
1821 -'dellogpage' => 'Deletion log',
1822 -'dellogpagetext' => 'Below is a list of the most recent deletions.',
1823 -'deletionlog' => 'deletion log',
1824 -'reverted' => 'Reverted to earlier revision',
1825 -'deletecomment' => 'Reason for deletion',
1826 -'imagereverted' => 'Revert to earlier version was successful.',
1827 -'rollback' => 'Roll back edits',
1828 -'rollback_short' => 'Rollback',
1829 -'rollbacklink' => 'rollback',
1830 -'rollbackfailed' => 'Rollback failed',
1831 -'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
1832 -'alreadyrolled' => "Cannot rollback last edit of [[:$1]]
 1790+[[{{MediaWiki:policy-url}}]].',
 1791+'actioncomplete' => 'Action complete',
 1792+'deletedtext' => '"$1" has been deleted.
 1793+See $2 for a record of recent deletions.',
 1794+'deletedarticle' => 'deleted "[[$1]]"',
 1795+'dellogpage' => 'Deletion log',
 1796+'dellogpagetext' => 'Below is a list of the most recent deletions.',
 1797+'deletionlog' => 'deletion log',
 1798+'reverted' => 'Reverted to earlier revision',
 1799+'deletecomment' => 'Reason for deletion',
 1800+'imagereverted' => 'Revert to earlier version was successful.',
 1801+'rollback' => 'Roll back edits',
 1802+'rollback_short' => 'Rollback',
 1803+'rollbacklink' => 'rollback',
 1804+'rollbackfailed' => 'Rollback failed',
 1805+'cantrollback' => 'Cannot revert edit; last contributor is only author of this page.',
 1806+'alreadyrolled' => 'Cannot rollback last edit of [[:$1]]
18331807 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.
18341808
1835 -Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).",
1836 -# only shown if there is an edit comment
1837 -'editcomment' => "The edit comment was: \"<i>$1</i>\".",
1838 -'revertpage' => "Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]",
1839 -'sessionfailure' => 'There seems to be a problem with your login session;
 1809+Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).',
 1810+'editcomment' => 'The edit comment was: "<i>$1</i>".', # only shown if there is an edit comment
 1811+'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]',
 1812+'sessionfailure' => 'There seems to be a problem with your login session;
18401813 this action has been canceled as a precaution against session hijacking.
18411814 Please hit "back" and reload the page you came from, then try again.',
1842 -'protectlogpage' => 'Protection log',
1843 -'protectlogtext' => "Below is a list of page locks and unlocks. See the [[Special:Protectedpages|protected pages list]] for the list of currently operational page protections.",
1844 -'protectedarticle' => 'protected "[[$1]]"',
1845 -'unprotectedarticle' => 'unprotected "[[$1]]"',
1846 -'protectsub' => '(Protecting "$1")',
1847 -'confirmprotecttext' => 'Do you really want to protect this page?',
1848 -'confirmprotect' => 'Confirm protection',
1849 -'protectmoveonly' => 'Protect from moves only',
1850 -'protectcomment' => 'Comment:',
1851 -'protectexpiry' => 'Expires:',
1852 -'protect_expiry_invalid' => 'Expiry time is invalid.',
1853 -'protect_expiry_old' => 'Expiry time is in the past.',
1854 -'unprotectsub' =>"(Unprotecting \"$1\")",
1855 -'confirmunprotecttext' => 'Do you really want to unprotect this page?',
1856 -'confirmunprotect' => 'Confirm unprotection',
1857 -'unprotectcomment' => 'Comment:',
1858 -'protect-unchain' => 'Unlock move permissions',
1859 -'protect-text' => 'You may view and change the protection level here for the page <strong>$1</strong>.',
1860 -'protect-locked-blocked' => 'You cannot change protection levels while blocked. Here are the
 1815+'protectlogpage' => 'Protection log',
 1816+'protectlogtext' => 'Below is a list of page locks and unlocks. See the [[Special:Protectedpages|protected pages list]] for the list of currently operational page protections.',
 1817+'protectedarticle' => 'protected "[[$1]]"',
 1818+'unprotectedarticle' => 'unprotected "[[$1]]"',
 1819+'protectsub' => '(Protecting "$1")',
 1820+'confirmprotecttext' => 'Do you really want to protect this page?',
 1821+'confirmprotect' => 'Confirm protection',
 1822+'protectmoveonly' => 'Protect from moves only',
 1823+'protectcomment' => 'Comment:',
 1824+'protectexpiry' => 'Expires:',
 1825+'protect_expiry_invalid' => 'Expiry time is invalid.',
 1826+'protect_expiry_old' => 'Expiry time is in the past.',
 1827+'unprotectsub' => '(Unprotecting "$1")',
 1828+'protect-unchain' => 'Unlock move permissions',
 1829+'protect-text' => 'You may view and change the protection level here for the page <strong>$1</strong>.',
 1830+'protect-locked-blocked' => 'You cannot change protection levels while blocked. Here are the
18611831 current settings for the page <strong>$1</strong>:',
1862 -'protect-locked-dblock' => 'Protection levels cannot be changed due to an active database lock.
 1832+'protect-locked-dblock' => 'Protection levels cannot be changed due to an active database lock.
18631833 Here are the current settings for the page <strong>$1</strong>:',
1864 -'protect-locked-access' => 'Your account does not have permission to change page protection levels.
 1834+'protect-locked-access' => 'Your account does not have permission to change page protection levels.
18651835 Here are the current settings for the page <strong>$1</strong>:',
1866 -'protect-cascadeon' => "This page is currently protected because it is included in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on. You can change this page's protection level, but it will not affect the cascading protection.",
1867 -'protect-default' => '(default)',
 1836+'protect-cascadeon' => "This page is currently protected because it is included in the following {{PLURAL:$1|page, which has|pages, which have}} cascading protection turned on. You can change this page's protection level, but it will not affect the cascading protection.",
 1837+'protect-default' => '(default)',
18681838 'protect-level-autoconfirmed' => 'Block unregistered users',
1869 -'protect-level-sysop' => 'Sysops only',
1870 -'protect-summary-cascade' => 'cascading',
1871 -'protect-expiring' => 'expires $1 (UTC)',
1872 -'protect-cascade' => 'Protect pages included in this page (cascading protection)',
1873 -'restriction-type' => 'Permission:',
1874 -'restriction-level' => 'Restriction level:',
1875 -'minimum-size' => 'Min size',
1876 -'maximum-size' => 'Max size',
1877 -'pagesize' => '(bytes)',
 1839+'protect-level-sysop' => 'Sysops only',
 1840+'protect-summary-cascade' => 'cascading',
 1841+'protect-expiring' => 'expires $1 (UTC)',
 1842+'protect-cascade' => 'Protect pages included in this page (cascading protection)',
 1843+'restriction-type' => 'Permission:',
 1844+'restriction-level' => 'Restriction level:',
 1845+'minimum-size' => 'Min size',
 1846+'maximum-size' => 'Max size',
 1847+'pagesize' => '(bytes)',
18781848
1879 -# restrictions (nouns)
 1849+# Restrictions (nouns)
18801850 'restriction-edit' => 'Edit',
18811851 'restriction-move' => 'Move',
18821852
1883 -# restriction levels
1884 -'restriction-level-sysop' => 'full protected',
 1853+# Restriction levels
 1854+'restriction-level-sysop' => 'full protected',
18851855 'restriction-level-autoconfirmed' => 'semi protected',
1886 -'restriction-level-all' => 'any level',
 1856+'restriction-level-all' => 'any level',
18871857
1888 -
18891858 # Undelete
1890 -'undelete' => 'View deleted pages',
1891 -'undeletepage' => 'View and restore deleted pages',
1892 -'viewdeletedpage' => 'View deleted pages',
1893 -'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
 1859+'undelete' => 'View deleted pages',
 1860+'undeletepage' => 'View and restore deleted pages',
 1861+'viewdeletedpage' => 'View deleted pages',
 1862+'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
18941863 can be restored. The archive may be periodically cleaned out.',
1895 -'undeleteextrahelp' => "To restore the entire page, leave all checkboxes deselected and
 1864+'undeleteextrahelp' => "To restore the entire page, leave all checkboxes deselected and
18961865 click '''''Restore'''''. To perform a selective restoration, check the boxes corresponding to the
18971866 revisions to be restored, and click '''''Restore'''''. Clicking '''''Reset''''' will clear the
18981867 comment field and all checkboxes.",
1899 -'undeleterevisions' => "$1 {{PLURAL:$1|revision|revisions}} archived",
1900 -'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
 1868+'undeleterevisions' => '$1 {{PLURAL:$1|revision|revisions}} archived',
 1869+'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
19011870 If a new page with the same name has been created since the deletion, the restored
19021871 revisions will appear in the prior history, and the current revision of the live page
19031872 will not be automatically replaced. Also note that restrictions on file revisions are lost upon restoration',
1904 -'undeleterevdel' => 'Undeletion will not be performed if it will result in the top page revision being
 1873+'undeleterevdel' => "Undeletion will not be performed if it will result in the top page revision being
19051874 partially deleted. In such cases, you must uncheck or unhide the newest deleted revisions. Revisions of files
1906 -that you don\'t have permission to view will not be restored.',
1907 -'undeletehistorynoadmin' => 'This article has been deleted. The reason for deletion is
 1875+that you don't have permission to view will not be restored.",
 1876+'undeletehistorynoadmin' => 'This article has been deleted. The reason for deletion is
19081877 shown in the summary below, along with details of the users who had edited this page
19091878 before deletion. The actual text of these deleted revisions is only available to administrators.',
1910 -'undelete-revision' => 'Deleted revision of $1 from $2:',
1911 -'undeleterevision-missing' => "Invalid or missing revision. You may have a bad link, or the
1912 -revision may have been restored or removed from the archive.",
1913 -'undeletebtn' => 'Restore',
1914 -'undeletereset' => 'Reset',
1915 -'undeletecomment' => 'Comment:',
1916 -'undeletedarticle' => "restored \"[[$1]]\"",
1917 -'undeletedrevisions' => "$1 {{PLURAL:$1|revision|revisions}} restored",
1918 -'undeletedrevisions-files' => "$1 {{PLURAL:$1|revision|revisions}} and $2 {{PLURAL:$2|file|files}} restored",
1919 -'undeletedfiles' => "$1 {{PLURAL:$1|file|files}} restored",
1920 -'cannotundelete' => 'Undelete failed; someone else may have undeleted the page first.',
1921 -'undeletedpage' => "<big>'''$1 has been restored'''</big>
 1879+'undelete-revision' => 'Deleted revision of $1 from $2:',
 1880+'undeleterevision-missing' => 'Invalid or missing revision. You may have a bad link, or the
 1881+revision may have been restored or removed from the archive.',
 1882+'undeletebtn' => 'Restore',
 1883+'undeletereset' => 'Reset',
 1884+'undeletecomment' => 'Comment:',
 1885+'undeletedarticle' => 'restored "[[$1]]"',
 1886+'undeletedrevisions' => '$1 {{PLURAL:$1|revision|revisions}} restored',
 1887+'undeletedrevisions-files' => '$1 {{PLURAL:$1|revision|revisions}} and $2 {{PLURAL:$2|file|files}} restored',
 1888+'undeletedfiles' => '$1 {{PLURAL:$1|file|files}} restored',
 1889+'cannotundelete' => 'Undelete failed; someone else may have undeleted the page first.',
 1890+'undeletedpage' => "<big>'''$1 has been restored'''</big>
19221891
19231892 Consult the [[Special:Log/delete|deletion log]] for a record of recent deletions and restorations.",
1924 -'undelete-header' => 'See [[Special:Log/delete|the deletion log]] for recently deleted pages.',
1925 -'undelete-search-box' => 'Search deleted pages',
1926 -'undelete-search-prefix' => 'Show pages starting with:',
1927 -'undelete-search-submit' => 'Search',
1928 -'undelete-no-results' => 'No matching pages found in the deletion archive.',
 1893+'undelete-header' => 'See [[Special:Log/delete|the deletion log]] for recently deleted pages.',
 1894+'undelete-search-box' => 'Search deleted pages',
 1895+'undelete-search-prefix' => 'Show pages starting with:',
 1896+'undelete-search-submit' => 'Search',
 1897+'undelete-no-results' => 'No matching pages found in the deletion archive.',
19291898
19301899 # Namespace form on various pages
19311900 'namespace' => 'Namespace:',
1932 -'invert' => 'Invert selection',
 1901+'invert' => 'Invert selection',
19331902
19341903 # Contributions
1935 -#
19361904 'contributions' => 'User contributions',
19371905 'mycontris' => 'My contributions',
1938 -'contribsub2' => "For $1 ($2)",
 1906+'contribsub2' => 'For $1 ($2)',
19391907 'nocontribs' => 'No changes were found matching these criteria.',
19401908 'ucnote' => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
1941 -'uclinks' => "View the last $1 changes; view the last $2 days.",
1942 -'uctop' => ' (top)' ,
 1909+'uclinks' => 'View the last $1 changes; view the last $2 days.',
 1910+'uctop' => ' (top)',
19431911
19441912 'sp-contributions-newest' => 'Newest',
19451913 'sp-contributions-oldest' => 'Oldest',
@@ -1950,16 +1918,15 @@
19511919 'sp-contributions-search' => 'Search for contributions',
19521920 'sp-contributions-username' => 'IP Address or username:',
19531921 'sp-contributions-submit' => 'Search',
1954 -'sp-contributions-footer' => '-',
1955 -'sp-contributions-footer-anon' => '-',
 1922+'sp-contributions-footer' => '-', # don't translate or duplicate this message to other languages
 1923+'sp-contributions-footer-anon' => '-', # don't translate or duplicate this message to other languages
19561924
19571925 'sp-newimages-showfrom' => 'Show new images starting from $1',
19581926
19591927 # What links here
1960 -#
19611928 'whatlinkshere' => 'What links here',
1962 -'whatlinkshere-summary' => '',
1963 -'whatlinkshere-barrow' => '&lt;',
 1929+'whatlinkshere-summary' => '', # only translate this message to other languages if you have to change it
 1930+'whatlinkshere-barrow' => '&lt;', # only translate this message to other languages if you have to change it
19641931 'notargettitle' => 'No target',
19651932 'notargettext' => 'You have not specified a target page or user
19661933 to perform this function on.',
@@ -1973,20 +1940,19 @@
19741941 'whatlinkshere-next' => '{{PLURAL:$1|next|next $1}}',
19751942 'whatlinkshere-links' => '← links',
19761943
1977 -# Block/unblock IP
1978 -#
1979 -'blockip' => 'Block user',
1980 -'blockiptext' => "Use the form below to block write access
 1944+# Block/unblock
 1945+'blockip' => 'Block user',
 1946+'blockiptext' => 'Use the form below to block write access
19811947 from a specific IP address or username.
19821948 This should be done only to prevent vandalism, and in
19831949 accordance with [[{{MediaWiki:policy-url}}|policy]].
19841950 Fill in a specific reason below (for example, citing particular
1985 -pages that were vandalized).",
1986 -'ipaddress' => 'IP Address:',
1987 -'ipadressorusername' => 'IP Address or username:',
1988 -'ipbexpiry' => 'Expiry:',
1989 -'ipbreason' => 'Reason:',
1990 -'ipbreasonotherlist' => 'Other reason',
 1951+pages that were vandalized).',
 1952+'ipaddress' => 'IP Address:',
 1953+'ipadressorusername' => 'IP Address or username:',
 1954+'ipbexpiry' => 'Expiry:',
 1955+'ipbreason' => 'Reason:',
 1956+'ipbreasonotherlist' => 'Other reason',
19911957
19921958 // These are examples only. They can be translated but should be adjusted via
19931959 // [[MediaWiki:ipbreason-list]] by the local community
@@ -1994,7 +1960,7 @@
19951961 // * defines a block reason group in the drow down menu
19961962 // ** defines a block reason
19971963 // To disable this drop down menu enter '-' in [[MediaWiki:ipbreason-dropdown]].
1998 -'ipbreason-dropdown' => '
 1964+'ipbreason-dropdown' => '
19991965 *Common block reasons
20001966 ** Inserting false information
20011967 ** Removing content from pages
@@ -2003,97 +1969,94 @@
20041970 ** Intimidating behaviour/harassment
20051971 ** Abusing multiple accounts
20061972 ** Unacceptable username',
2007 -'ipbanononly' => 'Block anonymous users only',
2008 -'ipbcreateaccount' => 'Prevent account creation',
2009 -'ipbenableautoblock' => 'Automatically block the last IP address used by this user, and any subsequent IPs they try to edit from',
2010 -'ipbsubmit' => 'Block this user',
2011 -'ipbother' => 'Other time:',
2012 -'ipboptions' => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite',
2013 -'ipbotheroption' => 'other',
2014 -'ipbotherreason' => 'Other/additional reason:',
2015 -'ipbhidename' => 'Hide username/IP from the block log, active block list and user list',
2016 -'badipaddress' => 'Invalid IP address',
2017 -'blockipsuccesssub' => 'Block succeeded',
2018 -'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.
 1973+'ipbanononly' => 'Block anonymous users only',
 1974+'ipbcreateaccount' => 'Prevent account creation',
 1975+'ipbenableautoblock' => 'Automatically block the last IP address used by this user, and any subsequent IPs they try to edit from',
 1976+'ipbsubmit' => 'Block this user',
 1977+'ipbother' => 'Other time:',
 1978+'ipboptions' => '2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite',
 1979+'ipbotheroption' => 'other',
 1980+'ipbotherreason' => 'Other/additional reason:',
 1981+'ipbhidename' => 'Hide username/IP from the block log, active block list and user list',
 1982+'badipaddress' => 'Invalid IP address',
 1983+'blockipsuccesssub' => 'Block succeeded',
 1984+'blockipsuccesstext' => '[[Special:Contributions/$1|$1]] has been blocked.
20191985 <br />See [[Special:Ipblocklist|IP block list]] to review blocks.',
2020 -'ipb-edit-dropdown' => 'Edit block reasons',
2021 -'ipb-unblock-addr' => 'Unblock $1',
2022 -'ipb-unblock' => 'Unblock a username or IP address',
2023 -'ipb-blocklist-addr' => 'View existing blocks for $1',
2024 -'ipb-blocklist' => 'View existing blocks',
2025 -'unblockip' => 'Unblock user',
2026 -'unblockiptext' => 'Use the form below to restore write access
 1986+'ipb-edit-dropdown' => 'Edit block reasons',
 1987+'ipb-unblock-addr' => 'Unblock $1',
 1988+'ipb-unblock' => 'Unblock a username or IP address',
 1989+'ipb-blocklist-addr' => 'View existing blocks for $1',
 1990+'ipb-blocklist' => 'View existing blocks',
 1991+'unblockip' => 'Unblock user',
 1992+'unblockiptext' => 'Use the form below to restore write access
20271993 to a previously blocked IP address or username.',
2028 -'ipusubmit' => 'Unblock this address',
2029 -'unblocked' => '[[User:$1|$1]] has been unblocked',
2030 -'unblocked-id' => 'Block $1 has been removed',
2031 -'ipblocklist' => 'List of blocked IP addresses and usernames',
2032 -'ipblocklist-summary' => '',
2033 -'ipblocklist-submit' => 'Search',
2034 -'blocklistline' => "$1, $2 blocked $3 ($4)",
2035 -'infiniteblock' => 'infinite',
2036 -'expiringblock' => 'expires $1',
2037 -'anononlyblock' => 'anon. only',
2038 -'noautoblockblock' => 'autoblock disabled',
2039 -'createaccountblock' => 'account creation blocked',
2040 -'ipblocklist-empty' => 'The blocklist is empty.',
2041 -'ipblocklist-no-results' => 'The requested IP address or username is not blocked.',
2042 -'blocklink' => 'block',
2043 -'unblocklink' => 'unblock',
2044 -'contribslink' => 'contribs',
2045 -'autoblocker' => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]". The reason given for $1\'s block is: "$2"',
2046 -'blocklogpage' => 'Block log',
2047 -'blocklogentry' => 'blocked "[[$1]]" with an expiry time of $2 $3',
2048 -'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically
 1994+'ipusubmit' => 'Unblock this address',
 1995+'unblocked' => '[[User:$1|$1]] has been unblocked',
 1996+'unblocked-id' => 'Block $1 has been removed',
 1997+'ipblocklist' => 'List of blocked IP addresses and usernames',
 1998+'ipblocklist-summary' => '', # only translate this message to other languages if you have to change it
 1999+'ipblocklist-submit' => 'Search',
 2000+'blocklistline' => '$1, $2 blocked $3 ($4)',
 2001+'infiniteblock' => 'infinite',
 2002+'expiringblock' => 'expires $1',
 2003+'anononlyblock' => 'anon. only',
 2004+'noautoblockblock' => 'autoblock disabled',
 2005+'createaccountblock' => 'account creation blocked',
 2006+'ipblocklist-empty' => 'The blocklist is empty.',
 2007+'ipblocklist-no-results' => 'The requested IP address or username is not blocked.',
 2008+'blocklink' => 'block',
 2009+'unblocklink' => 'unblock',
 2010+'contribslink' => 'contribs',
 2011+'autoblocker' => 'Autoblocked because your IP address has been recently used by "[[User:$1|$1]]". The reason given for $1\'s block is: "$2"',
 2012+'blocklogpage' => 'Block log',
 2013+'blocklogentry' => 'blocked "[[$1]]" with an expiry time of $2 $3',
 2014+'blocklogtext' => 'This is a log of user blocking and unblocking actions. Automatically
20492015 blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for
20502016 the list of currently operational bans and blocks.',
2051 -'unblocklogentry' => 'unblocked $1',
2052 -'block-log-flags-anononly' => 'anonymous users only',
2053 -'block-log-flags-nocreate' => 'account creation disabled',
 2017+'unblocklogentry' => 'unblocked $1',
 2018+'block-log-flags-anononly' => 'anonymous users only',
 2019+'block-log-flags-nocreate' => 'account creation disabled',
20542020 'block-log-flags-noautoblock' => 'autoblock disabled',
2055 -'range_block_disabled' => 'The sysop ability to create range blocks is disabled.',
2056 -'ipb_expiry_invalid' => 'Expiry time invalid.',
2057 -'ipb_already_blocked' => '"$1" is already blocked',
2058 -'ip_range_invalid' => 'Invalid IP range.',
2059 -'proxyblocker' => 'Proxy blocker',
2060 -'ipb_cant_unblock' => 'Error: Block ID $1 not found. It may have been unblocked already.',
2061 -'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
2062 -'proxyblocksuccess' => 'Done.',
2063 -'sorbs' => 'DNSBL',
2064 -'sorbsreason' => 'Your IP address is listed as an open proxy in the DNSBL used by this site.',
 2021+'range_block_disabled' => 'The sysop ability to create range blocks is disabled.',
 2022+'ipb_expiry_invalid' => 'Expiry time invalid.',
 2023+'ipb_already_blocked' => '"$1" is already blocked',
 2024+'ip_range_invalid' => 'Invalid IP range.',
 2025+'proxyblocker' => 'Proxy blocker',
 2026+'ipb_cant_unblock' => 'Error: Block ID $1 not found. It may have been unblocked already.',
 2027+'proxyblockreason' => 'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.',
 2028+'proxyblocksuccess' => 'Done.',
 2029+'sorbs' => 'DNSBL',
 2030+'sorbsreason' => 'Your IP address is listed as an open proxy in the DNSBL used by this site.',
20652031 'sorbs_create_account_reason' => 'Your IP address is listed as an open proxy in the DNSBL used by this site. You cannot create an account',
20662032
2067 -
20682033 # Developer tools
2069 -#
2070 -'lockdb' => 'Lock database',
2071 -'unlockdb' => 'Unlock database',
2072 -'lockdbtext' => 'Locking the database will suspend the ability of all
 2034+'lockdb' => 'Lock database',
 2035+'unlockdb' => 'Unlock database',
 2036+'lockdbtext' => 'Locking the database will suspend the ability of all
20732037 users to edit pages, change their preferences, edit their watchlists, and
20742038 other things requiring changes in the database.
20752039 Please confirm that this is what you intend to do, and that you will
20762040 unlock the database when your maintenance is done.',
2077 -'unlockdbtext' => 'Unlocking the database will restore the ability of all
 2041+'unlockdbtext' => 'Unlocking the database will restore the ability of all
20782042 users to edit pages, change their preferences, edit their watchlists, and
20792043 other things requiring changes in the database.
20802044 Please confirm that this is what you intend to do.',
2081 -'lockconfirm' => 'Yes, I really want to lock the database.',
2082 -'unlockconfirm' => 'Yes, I really want to unlock the database.',
2083 -'lockbtn' => 'Lock database',
2084 -'unlockbtn' => 'Unlock database',
2085 -'locknoconfirm' => 'You did not check the confirmation box.',
2086 -'lockdbsuccesssub' => 'Database lock succeeded',
2087 -'unlockdbsuccesssub' => 'Database lock removed',
2088 -'lockdbsuccesstext' => 'The database has been locked.
 2045+'lockconfirm' => 'Yes, I really want to lock the database.',
 2046+'unlockconfirm' => 'Yes, I really want to unlock the database.',
 2047+'lockbtn' => 'Lock database',
 2048+'unlockbtn' => 'Unlock database',
 2049+'locknoconfirm' => 'You did not check the confirmation box.',
 2050+'lockdbsuccesssub' => 'Database lock succeeded',
 2051+'unlockdbsuccesssub' => 'Database lock removed',
 2052+'lockdbsuccesstext' => 'The database has been locked.
20892053 <br />Remember to [[Special:Unlockdb|remove the lock]] after your maintenance is complete.',
20902054 'unlockdbsuccesstext' => 'The database has been unlocked.',
20912055 'lockfilenotwritable' => 'The database lock file is not writable. To lock or unlock the database, this needs to be writable by the web server.',
2092 -'databasenotlocked' => 'The database is not locked.',
 2056+'databasenotlocked' => 'The database is not locked.',
20932057
20942058 # Move page
2095 -#
2096 -'movepage' => 'Move page',
2097 -'movepagetext' => 'Using the form below will rename a page, moving all
 2059+'movepage' => 'Move page',
 2060+'movepagetext' => "Using the form below will rename a page, moving all
20982061 of its history to the new name.
20992062 The old title will become a redirect page to the new title.
21002063 Links to the old page title will not be changed; be sure to
@@ -2101,7 +2064,7 @@
21022065 You are responsible for making sure that links continue to
21032066 point where they are supposed to go.
21042067
2105 -Note that the page will \'\'\'not\'\'\' be moved if there is already
 2068+Note that the page will '''not''' be moved if there is already
21062069 a page at the new title, unless it is empty or a redirect and has no
21072070 past edit history. This means that you can rename a page back to where
21082071 it was just renamed from if you make a mistake, and you cannot overwrite
@@ -2110,49 +2073,47 @@
21112074 <b>WARNING!</b>
21122075 This can be a drastic and unexpected change for a popular page;
21132076 please be sure you understand the consequences of this before
2114 -proceeding.',
2115 -'movepagetalktext' => 'The associated talk page will be automatically moved along with it \'\'\'unless:\'\'\'
 2077+proceeding.",
 2078+'movepagetalktext' => "The associated talk page will be automatically moved along with it '''unless:'''
21162079 *A non-empty talk page already exists under the new name, or
21172080 *You uncheck the box below.
21182081
2119 -In those cases, you will have to move or merge the page manually if desired.',
2120 -'movearticle' => 'Move page',
2121 -'movenologin' => 'Not logged in',
2122 -'movenologintext' => "You must be a registered user and [[Special:Userlogin|logged in]]
2123 -to move a page.",
2124 -'newtitle' => 'To new title',
2125 -'move-watch' => 'Watch this page',
2126 -'movepagebtn' => 'Move page',
2127 -'pagemovedsub' => 'Move succeeded',
2128 -'pagemovedtext' => "Page \"[[$1]]\" moved to \"[[$2]]\".",
2129 -'articleexists' => 'A page of that name already exists, or the
 2082+In those cases, you will have to move or merge the page manually if desired.",
 2083+'movearticle' => 'Move page',
 2084+'movenologin' => 'Not logged in',
 2085+'movenologintext' => 'You must be a registered user and [[Special:Userlogin|logged in]]
 2086+to move a page.',
 2087+'newtitle' => 'To new title',
 2088+'move-watch' => 'Watch this page',
 2089+'movepagebtn' => 'Move page',
 2090+'pagemovedsub' => 'Move succeeded',
 2091+'pagemovedtext' => 'Page "[[$1]]" moved to "[[$2]]".',
 2092+'articleexists' => 'A page of that name already exists, or the
21302093 name you have chosen is not valid.
21312094 Please choose another name.',
2132 -'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.'''",
2133 -'movedto' => 'moved to',
2134 -'movetalk' => 'Move associated talk page',
2135 -'talkpagemoved' => 'The corresponding talk page was also moved.',
2136 -'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
2137 -'1movedto2' => '[[$1]] moved to [[$2]]',
2138 -'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect',
2139 -'movelogpage' => 'Move log',
2140 -'movelogpagetext' => 'Below is a list of page moved.',
2141 -'movereason' => 'Reason',
2142 -'revertmove' => 'revert',
2143 -'delete_and_move' => 'Delete and move',
2144 -'delete_and_move_text' =>
2145 -'==Deletion required==
 2095+'talkexists' => "'''The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.'''",
 2096+'movedto' => 'moved to',
 2097+'movetalk' => 'Move associated talk page',
 2098+'talkpagemoved' => 'The corresponding talk page was also moved.',
 2099+'talkpagenotmoved' => 'The corresponding talk page was <strong>not</strong> moved.',
 2100+'1movedto2' => '[[$1]] moved to [[$2]]',
 2101+'1movedto2_redir' => '[[$1]] moved to [[$2]] over redirect',
 2102+'movelogpage' => 'Move log',
 2103+'movelogpagetext' => 'Below is a list of page moved.',
 2104+'movereason' => 'Reason',
 2105+'revertmove' => 'revert',
 2106+'delete_and_move' => 'Delete and move',
 2107+'delete_and_move_text' => '==Deletion required==
21462108
21472109 The destination article "[[$1]]" already exists. Do you want to delete it to make way for the move?',
21482110 'delete_and_move_confirm' => 'Yes, delete the page',
2149 -'delete_and_move_reason' => 'Deleted to make way for move',
2150 -'selfmove' => "Source and destination titles are the same; can't move a page over itself.",
2151 -'immobile_namespace' => "Source or destination title is of a special type; cannot move pages from and into that namespace.",
 2111+'delete_and_move_reason' => 'Deleted to make way for move',
 2112+'selfmove' => "Source and destination titles are the same; can't move a page over itself.",
 2113+'immobile_namespace' => 'Source or destination title is of a special type; cannot move pages from and into that namespace.',
21522114
21532115 # Export
2154 -
2155 -'export' => 'Export pages',
2156 -'exporttext' => 'You can export the text and editing history of a particular page or
 2116+'export' => 'Export pages',
 2117+'exporttext' => 'You can export the text and editing history of a particular page or
21572118 set of pages wrapped in some XML. This can be imported into another wiki using MediaWiki
21582119 via the [[Special:Import|import page]].
21592120
@@ -2161,312 +2122,311 @@
21622123 history lines, or just the current version with the info about the last edit.
21632124
21642125 In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{MediaWiki:mainpage}}]] for the page {{MediaWiki:mainpage}}.',
2165 -'exportcuronly' => 'Include only the current revision, not the full history',
2166 -'exportnohistory' => "----
 2126+'exportcuronly' => 'Include only the current revision, not the full history',
 2127+'exportnohistory' => "----
21672128 '''Note:''' Exporting the full history of pages through this form has been disabled due to performance reasons.",
2168 -'export-submit' => 'Export',
 2129+'export-submit' => 'Export',
21692130 'export-addcattext' => 'Add pages from category:',
2170 -'export-addcat' => 'Add',
 2131+'export-addcat' => 'Add',
21712132
21722133 # Namespace 8 related
2173 -
2174 -'allmessages' => 'System messages',
2175 -'allmessagesname' => 'Name',
2176 -'allmessagesdefault' => 'Default text',
2177 -'allmessagescurrent' => 'Current text',
2178 -'allmessagestext' => 'This is a list of system messages available in the MediaWiki namespace.',
 2134+'allmessages' => 'System messages',
 2135+'allmessagesname' => 'Name',
 2136+'allmessagesdefault' => 'Default text',
 2137+'allmessagescurrent' => 'Current text',
 2138+'allmessagestext' => 'This is a list of system messages available in the MediaWiki namespace.',
21792139 'allmessagesnotsupportedUI' => 'Your current interface language <b>$1</b> is not supported by {{ns:special}}:Allmessages at this site.',
2180 -'allmessagesnotsupportedDB' => '\'\'\'{{ns:special}}:Allmessages\'\'\' cannot be used because \'\'\'$wgUseDatabaseMessages\'\'\' is switched off.',
2181 -'allmessagesfilter' => 'Message name filter:',
2182 -'allmessagesmodified' => 'Show only modified',
 2140+'allmessagesnotsupportedDB' => "'''{{ns:special}}:Allmessages''' cannot be used because '''\$wgUseDatabaseMessages''' is switched off.",
 2141+'allmessagesfilter' => 'Message name filter:',
 2142+'allmessagesmodified' => 'Show only modified',
21832143
2184 -
21852144 # Thumbnails
2186 -
2187 -'thumbnail-more' => 'Enlarge',
2188 -'missingimage' => '<b>Missing image</b><br /><i>$1</i>',
2189 -'filemissing' => 'File missing',
2190 -'thumbnail_error' => 'Error creating thumbnail: $1',
2191 -'djvu_page_error' => 'DjVu page out of range',
2192 -'djvu_no_xml' => 'Unable to fetch XML for DjVu file',
 2145+'thumbnail-more' => 'Enlarge',
 2146+'missingimage' => '<b>Missing image</b><br /><i>$1</i>',
 2147+'filemissing' => 'File missing',
 2148+'thumbnail_error' => 'Error creating thumbnail: $1',
 2149+'djvu_page_error' => 'DjVu page out of range',
 2150+'djvu_no_xml' => 'Unable to fetch XML for DjVu file',
21932151 'thumbnail_invalid_params' => 'Invalid thumbnail parameters',
21942152 'thumbnail_dest_directory' => 'Unable to create destination directory',
21952153
21962154 # Special:Import
2197 -'import' => 'Import pages',
2198 -'importinterwiki' => 'Transwiki import',
2199 -'import-interwiki-text' => 'Select a wiki and page title to import.
2200 -Revision dates and editors\' names will be preserved.
2201 -All transwiki import actions are logged at the [[Special:Log/import|import log]].',
2202 -'import-interwiki-history' => 'Copy all history versions for this page',
2203 -'import-interwiki-submit' => 'Import',
 2155+'import' => 'Import pages',
 2156+'importinterwiki' => 'Transwiki import',
 2157+'import-interwiki-text' => "Select a wiki and page title to import.
 2158+Revision dates and editors' names will be preserved.
 2159+All transwiki import actions are logged at the [[Special:Log/import|import log]].",
 2160+'import-interwiki-history' => 'Copy all history versions for this page',
 2161+'import-interwiki-submit' => 'Import',
22042162 'import-interwiki-namespace' => 'Transfer pages into namespace:',
2205 -'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
2206 -'importstart' => "Importing pages...",
2207 -'import-revision-count' => '$1 {{PLURAL:$1|revision|revisions}}',
2208 -'importnopages' => "No pages to import.",
2209 -'importfailed' => "Import failed: $1",
2210 -'importunknownsource' => "Unknown import source type",
2211 -'importcantopen' => "Couldn't open import file",
2212 -'importbadinterwiki' => "Bad interwiki link",
2213 -'importnotext' => 'Empty or no text',
2214 -'importsuccess' => 'Import succeeded!',
2215 -'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',
2216 -'importnosources' => 'No transwiki import sources have been defined and direct history uploads are disabled.',
2217 -'importnofile' => 'No import file was uploaded.',
2218 -'importuploaderror' => 'Upload of import file failed; perhaps the file is bigger than the allowed upload size.',
 2163+'importtext' => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
 2164+'importstart' => 'Importing pages...',
 2165+'import-revision-count' => '$1 {{PLURAL:$1|revision|revisions}}',
 2166+'importnopages' => 'No pages to import.',
 2167+'importfailed' => 'Import failed: $1',
 2168+'importunknownsource' => 'Unknown import source type',
 2169+'importcantopen' => "Couldn't open import file",
 2170+'importbadinterwiki' => 'Bad interwiki link',
 2171+'importnotext' => 'Empty or no text',
 2172+'importsuccess' => 'Import succeeded!',
 2173+'importhistoryconflict' => 'Conflicting history revision exists (may have imported this page before)',
 2174+'importnosources' => 'No transwiki import sources have been defined and direct history uploads are disabled.',
 2175+'importnofile' => 'No import file was uploaded.',
 2176+'importuploaderror' => 'Upload of import file failed; perhaps the file is bigger than the allowed upload size.',
22192177
2220 -# import log
2221 -'importlogpage' => 'Import log',
2222 -'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.',
2223 -'import-logentry-upload' => 'imported [[$1]] by file upload',
2224 -'import-logentry-upload-detail' => '$1 revision(s)',
2225 -'import-logentry-interwiki' => 'transwikied $1',
 2178+# Import log
 2179+'importlogpage' => 'Import log',
 2180+'importlogpagetext' => 'Administrative imports of pages with edit history from other wikis.',
 2181+'import-logentry-upload' => 'imported [[$1]] by file upload',
 2182+'import-logentry-upload-detail' => '$1 revision(s)',
 2183+'import-logentry-interwiki' => 'transwikied $1',
22262184 'import-logentry-interwiki-detail' => '$1 revision(s) from $2',
22272185
2228 -
22292186 # Keyboard access keys for power users
2230 -'accesskey-pt-userpage' => '.',
2231 -'accesskey-pt-anonuserpage' => '.',
2232 -'accesskey-pt-mytalk' => 'n',
2233 -'accesskey-pt-anontalk' => 'n',
2234 -'accesskey-pt-preferences' => '',
2235 -'accesskey-pt-watchlist' => 'l',
2236 -'accesskey-pt-mycontris' => 'y',
2237 -'accesskey-pt-login' => 'o',
2238 -'accesskey-pt-anonlogin' => 'o',
2239 -'accesskey-pt-logout' => '',
2240 -'accesskey-ca-talk' => 't',
2241 -'accesskey-ca-edit' => 'e',
2242 -'accesskey-ca-addsection' => '+',
2243 -'accesskey-ca-viewsource' => 'e',
2244 -'accesskey-ca-history' => 'h',
2245 -'accesskey-ca-protect' => '=',
2246 -'accesskey-ca-delete' => 'd',
2247 -'accesskey-ca-undelete' => 'd',
2248 -'accesskey-ca-move' => 'm',
2249 -'accesskey-ca-watch' => 'w',
2250 -'accesskey-ca-unwatch' => 'w',
2251 -'accesskey-search' => 'f',
2252 -'accesskey-p-logo' => '',
2253 -'accesskey-n-mainpage' => 'z',
2254 -'accesskey-n-portal' => '',
2255 -'accesskey-n-currentevents' => '',
2256 -'accesskey-n-recentchanges' => 'r',
2257 -'accesskey-n-randompage' => 'x',
2258 -'accesskey-n-help' => '',
2259 -'accesskey-n-sitesupport' => '',
2260 -'accesskey-t-whatlinkshere' => 'j',
2261 -'accesskey-t-recentchangeslinked' => 'k',
2262 -'accesskey-feed-rss' => '',
2263 -'accesskey-feed-atom' => '',
2264 -'accesskey-t-contributions' => '',
2265 -'accesskey-t-emailuser' => '',
2266 -'accesskey-t-permalink' => '',
2267 -'accesskey-t-print' => 'p',
2268 -'accesskey-t-upload' => 'u',
2269 -'accesskey-t-specialpages' => 'q',
2270 -'accesskey-ca-nstab-main' => 'c',
2271 -'accesskey-ca-nstab-user' => 'c',
2272 -'accesskey-ca-nstab-media' => 'c',
2273 -'accesskey-ca-nstab-special' => '',
2274 -'accesskey-ca-nstab-project' => 'a',
2275 -'accesskey-ca-nstab-image' => 'c',
2276 -'accesskey-ca-nstab-mediawiki' => 'c',
2277 -'accesskey-ca-nstab-template' => 'c',
2278 -'accesskey-ca-nstab-help' => 'c',
2279 -'accesskey-ca-nstab-category' => 'c',
2280 -'accesskey-minoredit' => 'i',
2281 -'accesskey-save' => 's',
2282 -'accesskey-preview' => 'p',
2283 -'accesskey-diff' => 'v',
2284 -'accesskey-compareselectedversions' => 'v',
2285 -'accesskey-watch' => 'w',
 2187+'accesskey-pt-userpage' => '.', # don't translate or duplicate this message to other languages
 2188+'accesskey-pt-anonuserpage' => '.', # don't translate or duplicate this message to other languages
 2189+'accesskey-pt-mytalk' => 'n', # don't translate or duplicate this message to other languages
 2190+'accesskey-pt-anontalk' => 'n', # don't translate or duplicate this message to other languages
 2191+'accesskey-pt-preferences' => '', # don't translate or duplicate this message to other languages
 2192+'accesskey-pt-watchlist' => 'l', # don't translate or duplicate this message to other languages
 2193+'accesskey-pt-mycontris' => 'y', # don't translate or duplicate this message to other languages
 2194+'accesskey-pt-login' => 'o', # don't translate or duplicate this message to other languages
 2195+'accesskey-pt-anonlogin' => 'o', # don't translate or duplicate this message to other languages
 2196+'accesskey-pt-logout' => '', # don't translate or duplicate this message to other languages
 2197+'accesskey-ca-talk' => 't', # don't translate or duplicate this message to other languages
 2198+'accesskey-ca-edit' => 'e', # don't translate or duplicate this message to other languages
 2199+'accesskey-ca-addsection' => '+', # don't translate or duplicate this message to other languages
 2200+'accesskey-ca-viewsource' => 'e', # don't translate or duplicate this message to other languages
 2201+'accesskey-ca-history' => 'h', # don't translate or duplicate this message to other languages
 2202+'accesskey-ca-protect' => '=', # don't translate or duplicate this message to other languages
 2203+'accesskey-ca-delete' => 'd', # don't translate or duplicate this message to other languages
 2204+'accesskey-ca-undelete' => 'd', # don't translate or duplicate this message to other languages
 2205+'accesskey-ca-move' => 'm', # don't translate or duplicate this message to other languages
 2206+'accesskey-ca-watch' => 'w', # don't translate or duplicate this message to other languages
 2207+'accesskey-ca-unwatch' => 'w', # don't translate or duplicate this message to other languages
 2208+'accesskey-search' => 'f', # don't translate or duplicate this message to other languages
 2209+'accesskey-p-logo' => '', # don't translate or duplicate this message to other languages
 2210+'accesskey-n-mainpage' => 'z', # don't translate or duplicate this message to other languages
 2211+'accesskey-n-portal' => '', # don't translate or duplicate this message to other languages
 2212+'accesskey-n-currentevents' => '', # don't translate or duplicate this message to other languages
 2213+'accesskey-n-recentchanges' => 'r', # don't translate or duplicate this message to other languages
 2214+'accesskey-n-randompage' => 'x', # don't translate or duplicate this message to other languages
 2215+'accesskey-n-help' => '', # don't translate or duplicate this message to other languages
 2216+'accesskey-n-sitesupport' => '', # don't translate or duplicate this message to other languages
 2217+'accesskey-t-whatlinkshere' => 'j', # don't translate or duplicate this message to other languages
 2218+'accesskey-t-recentchangeslinked' => 'k', # don't translate or duplicate this message to other languages
 2219+'accesskey-feed-rss' => '', # don't translate or duplicate this message to other languages
 2220+'accesskey-feed-atom' => '', # don't translate or duplicate this message to other languages
 2221+'accesskey-t-contributions' => '', # don't translate or duplicate this message to other languages
 2222+'accesskey-t-emailuser' => '', # don't translate or duplicate this message to other languages
 2223+'accesskey-t-permalink' => '', # don't translate or duplicate this message to other languages
 2224+'accesskey-t-print' => 'p', # don't translate or duplicate this message to other languages
 2225+'accesskey-t-upload' => 'u', # don't translate or duplicate this message to other languages
 2226+'accesskey-t-specialpages' => 'q', # don't translate or duplicate this message to other languages
 2227+'accesskey-ca-nstab-main' => 'c', # don't translate or duplicate this message to other languages
 2228+'accesskey-ca-nstab-user' => 'c', # don't translate or duplicate this message to other languages
 2229+'accesskey-ca-nstab-media' => 'c', # don't translate or duplicate this message to other languages
 2230+'accesskey-ca-nstab-special' => '', # don't translate or duplicate this message to other languages
 2231+'accesskey-ca-nstab-project' => 'a', # don't translate or duplicate this message to other languages
 2232+'accesskey-ca-nstab-image' => 'c', # don't translate or duplicate this message to other languages
 2233+'accesskey-ca-nstab-mediawiki' => 'c', # don't translate or duplicate this message to other languages
 2234+'accesskey-ca-nstab-template' => 'c', # don't translate or duplicate this message to other languages
 2235+'accesskey-ca-nstab-help' => 'c', # don't translate or duplicate this message to other languages
 2236+'accesskey-ca-nstab-category' => 'c', # don't translate or duplicate this message to other languages
 2237+'accesskey-minoredit' => 'i', # don't translate or duplicate this message to other languages
 2238+'accesskey-save' => 's', # don't translate or duplicate this message to other languages
 2239+'accesskey-preview' => 'p', # don't translate or duplicate this message to other languages
 2240+'accesskey-diff' => 'v', # don't translate or duplicate this message to other languages
 2241+'accesskey-compareselectedversions' => 'v', # don't translate or duplicate this message to other languages
 2242+'accesskey-watch' => 'w', # don't translate or duplicate this message to other languages
22862243
22872244 # Tooltip help for the actions
2288 -'tooltip-pt-userpage' => 'My user page',
2289 -'tooltip-pt-anonuserpage' => "The user page for the ip you're editing as",
2290 -'tooltip-pt-mytalk' => 'My talk page',
2291 -'tooltip-pt-anontalk' => 'Discussion about edits from this ip address',
2292 -'tooltip-pt-preferences' => 'My preferences',
2293 -'tooltip-pt-watchlist' => "The list of pages you're monitoring for changes",
2294 -'tooltip-pt-mycontris' => 'List of my contributions',
2295 -'tooltip-pt-login' => 'You are encouraged to log in, it is not mandatory however.',
2296 -'tooltip-pt-anonlogin' => 'You are encouraged to log in, it is not mandatory however.',
2297 -'tooltip-pt-logout' => 'Log out',
2298 -'tooltip-ca-talk' => 'Discussion about the content page',
2299 -'tooltip-ca-edit' => 'You can edit this page. Please use the preview button before saving.',
2300 -'tooltip-ca-addsection' => 'Add a comment to this discussion.',
2301 -'tooltip-ca-viewsource' => 'This page is protected. You can view its source.',
2302 -'tooltip-ca-history' => 'Past versions of this page.',
2303 -'tooltip-ca-protect' => 'Protect this page',
2304 -'tooltip-ca-delete' => 'Delete this page',
2305 -'tooltip-ca-undelete' => 'Restore the edits done to this page before it was deleted',
2306 -'tooltip-ca-move' => 'Move this page',
2307 -'tooltip-ca-watch' => 'Add this page to your watchlist',
2308 -'tooltip-ca-unwatch' => 'Remove this page from your watchlist',
2309 -'tooltip-search' => 'Search {{SITENAME}}',
2310 -'tooltip-p-logo' => 'Main Page',
2311 -'tooltip-n-mainpage' => 'Visit the Main Page',
2312 -'tooltip-n-portal' => 'About the project, what you can do, where to find things',
2313 -'tooltip-n-currentevents' => 'Find background information on current events',
2314 -'tooltip-n-recentchanges' => 'The list of recent changes in the wiki.',
2315 -'tooltip-n-randompage' => 'Load a random page',
2316 -'tooltip-n-help' => 'The place to find out.',
2317 -'tooltip-n-sitesupport' => 'Support us',
2318 -'tooltip-t-whatlinkshere' => 'List of all wiki pages that link here',
2319 -'tooltip-t-recentchangeslinked' => 'Recent changes in pages linked from this page',
2320 -'tooltip-feed-rss' => 'RSS feed for this page',
2321 -'tooltip-feed-atom' => 'Atom feed for this page',
2322 -'tooltip-t-contributions' => 'View the list of contributions of this user',
2323 -'tooltip-t-emailuser' => 'Send a mail to this user',
2324 -'tooltip-t-upload' => 'Upload images or media files',
2325 -'tooltip-t-specialpages' => 'List of all special pages',
2326 -'tooltip-t-print' => 'Printable version of this page',
2327 -'tooltip-t-permalink' => 'Permanent link to this version of the page',
2328 -'tooltip-ca-nstab-main' => 'View the content page',
2329 -'tooltip-ca-nstab-user' => 'View the user page',
2330 -'tooltip-ca-nstab-media' => 'View the media page',
2331 -'tooltip-ca-nstab-special' => "This is a special page, you can't edit the page itself",
2332 -'tooltip-ca-nstab-project' => 'View the project page',
2333 -'tooltip-ca-nstab-image' => 'View the image page',
2334 -'tooltip-ca-nstab-mediawiki' => 'View the system message',
2335 -'tooltip-ca-nstab-template' => 'View the template',
2336 -'tooltip-ca-nstab-help' => 'View the help page',
2337 -'tooltip-ca-nstab-category' => 'View the category page',
2338 -'tooltip-minoredit' => 'Mark this as a minor edit',
2339 -'tooltip-save' => 'Save your changes',
2340 -'tooltip-preview' => 'Preview your changes, please use this before saving!',
2341 -'tooltip-diff' => 'Show which changes you made to the text.',
 2245+'tooltip-pt-userpage' => 'My user page',
 2246+'tooltip-pt-anonuserpage' => "The user page for the ip you're editing as",
 2247+'tooltip-pt-mytalk' => 'My talk page',
 2248+'tooltip-pt-anontalk' => 'Discussion about edits from this ip address',
 2249+'tooltip-pt-preferences' => 'My preferences',
 2250+'tooltip-pt-watchlist' => "The list of pages you're monitoring for changes",
 2251+'tooltip-pt-mycontris' => 'List of my contributions',
 2252+'tooltip-pt-login' => 'You are encouraged to log in, it is not mandatory however.',
 2253+'tooltip-pt-anonlogin' => 'You are encouraged to log in, it is not mandatory however.',
 2254+'tooltip-pt-logout' => 'Log out',
 2255+'tooltip-ca-talk' => 'Discussion about the content page',
 2256+'tooltip-ca-edit' => 'You can edit this page. Please use the preview button before saving.',
 2257+'tooltip-ca-addsection' => 'Add a comment to this discussion.',
 2258+'tooltip-ca-viewsource' => 'This page is protected. You can view its source.',
 2259+'tooltip-ca-history' => 'Past versions of this page.',
 2260+'tooltip-ca-protect' => 'Protect this page',
 2261+'tooltip-ca-delete' => 'Delete this page',
 2262+'tooltip-ca-undelete' => 'Restore the edits done to this page before it was deleted',
 2263+'tooltip-ca-move' => 'Move this page',
 2264+'tooltip-ca-watch' => 'Add this page to your watchlist',
 2265+'tooltip-ca-unwatch' => 'Remove this page from your watchlist',
 2266+'tooltip-search' => 'Search {{SITENAME}}',
 2267+'tooltip-p-logo' => 'Main Page',
 2268+'tooltip-n-mainpage' => 'Visit the Main Page',
 2269+'tooltip-n-portal' => 'About the project, what you can do, where to find things',
 2270+'tooltip-n-currentevents' => 'Find background information on current events',
 2271+'tooltip-n-recentchanges' => 'The list of recent changes in the wiki.',
 2272+'tooltip-n-randompage' => 'Load a random page',
 2273+'tooltip-n-help' => 'The place to find out.',
 2274+'tooltip-n-sitesupport' => 'Support us',
 2275+'tooltip-t-whatlinkshere' => 'List of all wiki pages that link here',
 2276+'tooltip-t-recentchangeslinked' => 'Recent changes in pages linked from this page',
 2277+'tooltip-feed-rss' => 'RSS feed for this page',
 2278+'tooltip-feed-atom' => 'Atom feed for this page',
 2279+'tooltip-t-contributions' => 'View the list of contributions of this user',
 2280+'tooltip-t-emailuser' => 'Send a mail to this user',
 2281+'tooltip-t-upload' => 'Upload images or media files',
 2282+'tooltip-t-specialpages' => 'List of all special pages',
 2283+'tooltip-t-print' => 'Printable version of this page',
 2284+'tooltip-t-permalink' => 'Permanent link to this version of the page',
 2285+'tooltip-ca-nstab-main' => 'View the content page',
 2286+'tooltip-ca-nstab-user' => 'View the user page',
 2287+'tooltip-ca-nstab-media' => 'View the media page',
 2288+'tooltip-ca-nstab-special' => "This is a special page, you can't edit the page itself",
 2289+'tooltip-ca-nstab-project' => 'View the project page',
 2290+'tooltip-ca-nstab-image' => 'View the image page',
 2291+'tooltip-ca-nstab-mediawiki' => 'View the system message',
 2292+'tooltip-ca-nstab-template' => 'View the template',
 2293+'tooltip-ca-nstab-help' => 'View the help page',
 2294+'tooltip-ca-nstab-category' => 'View the category page',
 2295+'tooltip-minoredit' => 'Mark this as a minor edit',
 2296+'tooltip-save' => 'Save your changes',
 2297+'tooltip-preview' => 'Preview your changes, please use this before saving!',
 2298+'tooltip-diff' => 'Show which changes you made to the text.',
23422299 'tooltip-compareselectedversions' => 'See the differences between the two selected versions of this page.',
2343 -'tooltip-watch' => 'Add this page to your watchlist',
2344 -'tooltip-recreate' => 'Recreate the page despite it has been deleted',
 2300+'tooltip-watch' => 'Add this page to your watchlist',
 2301+'tooltip-recreate' => 'Recreate the page despite it has been deleted',
23452302
2346 -# stylesheets
2347 -'common.css' => '/** CSS placed here will be applied to all skins */',
 2303+# Stylesheets
 2304+'common.css' => '/** CSS placed here will be applied to all skins */',
23482305 'monobook.css' => '/* CSS placed here will affect users of the Monobook skin */',
23492306
23502307 # Scripts
2351 -'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */',
 2308+'common.js' => '/* Any JavaScript here will be loaded for all users on every page load. */',
23522309 'monobook.js' => '/* Deprecated; use [[MediaWiki:common.js]] */',
23532310
23542311 # Metadata
2355 -'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
 2312+'nodublincore' => 'Dublin Core RDF metadata disabled for this server.',
23562313 'nocreativecommons' => 'Creative Commons RDF metadata disabled for this server.',
2357 -'notacceptable' => 'The wiki server can\'t provide data in a format your client can read.',
 2314+'notacceptable' => "The wiki server can't provide data in a format your client can read.",
23582315
23592316 # Attribution
 2317+'anonymous' => 'Anonymous user(s) of {{SITENAME}}',
 2318+'siteuser' => '{{SITENAME}} user $1',
 2319+'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.', # $1 date, $2 time, $3 user
 2320+'and' => 'and',
 2321+'othercontribs' => 'Based on work by $1.',
 2322+'others' => 'others',
 2323+'siteusers' => '{{SITENAME}} user(s) $1',
 2324+'creditspage' => 'Page credits',
 2325+'nocredits' => 'There is no credits info available for this page.',
23602326
2361 -'anonymous' => 'Anonymous user(s) of {{SITENAME}}',
2362 -'siteuser' => '{{SITENAME}} user $1',
2363 -'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.', // $1 date, $2 time. $3 user
2364 -'and' => 'and',
2365 -'othercontribs' => 'Based on work by $1.',
2366 -'others' => 'others',
2367 -'siteusers' => '{{SITENAME}} user(s) $1',
2368 -'creditspage' => 'Page credits',
2369 -'nocredits' => 'There is no credits info available for this page.',
2370 -
23712327 # Spam protection
 2328+'spamprotectiontitle' => 'Spam protection filter',
 2329+'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.',
 2330+'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
 2331+'subcategorycount' => 'There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.',
 2332+'categoryarticlecount' => 'There {{PLURAL:$1|is one article|are $1 articles}} in this category.',
 2333+'category-media-count' => 'There {{PLURAL:$1|is one file|are $1 files}} in this category.',
 2334+'listingcontinuesabbrev' => ' cont.',
 2335+'spambot_username' => 'MediaWiki spam cleanup',
 2336+'spam_reverting' => 'Reverting to last version not containing links to $1',
 2337+'spam_blanking' => 'All revisions contained links to $1, blanking',
23722338
2373 -'spamprotectiontitle' => 'Spam protection filter',
2374 -'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.',
2375 -'spamprotectionmatch' => 'The following text is what triggered our spam filter: $1',
2376 -'subcategorycount' => "There {{PLURAL:$1|is one subcategory|are $1 subcategories}} to this category.",
2377 -'categoryarticlecount' => "There {{PLURAL:$1|is one article|are $1 articles}} in this category.",
2378 -'category-media-count' => "There {{PLURAL:$1|is one file|are $1 files}} in this category.",
2379 -'listingcontinuesabbrev' => " cont.",
2380 -'spambot_username' => 'MediaWiki spam cleanup',
2381 -'spam_reverting' => 'Reverting to last version not containing links to $1',
2382 -'spam_blanking' => 'All revisions contained links to $1, blanking',
2383 -
23842339 # Info page
2385 -'infosubtitle' => 'Information for page',
2386 -'numedits' => 'Number of edits (article): $1',
2387 -'numtalkedits' => 'Number of edits (discussion page): $1',
2388 -'numwatchers' => 'Number of watchers: $1',
2389 -'numauthors' => 'Number of distinct authors (article): $1',
 2340+'infosubtitle' => 'Information for page',
 2341+'numedits' => 'Number of edits (article): $1',
 2342+'numtalkedits' => 'Number of edits (discussion page): $1',
 2343+'numwatchers' => 'Number of watchers: $1',
 2344+'numauthors' => 'Number of distinct authors (article): $1',
23902345 'numtalkauthors' => 'Number of distinct authors (discussion page): $1',
23912346
23922347 # Math options
2393 -'mw_math_png' => 'Always render PNG',
 2348+'mw_math_png' => 'Always render PNG',
23942349 'mw_math_simple' => 'HTML if very simple or else PNG',
2395 -'mw_math_html' => 'HTML if possible or else PNG',
 2350+'mw_math_html' => 'HTML if possible or else PNG',
23962351 'mw_math_source' => 'Leave it as TeX (for text browsers)',
23972352 'mw_math_modern' => 'Recommended for modern browsers',
23982353 'mw_math_mathml' => 'MathML if possible (experimental)',
23992354
24002355 # Patrolling
2401 -'markaspatrolleddiff' => "Mark as patrolled",
2402 -'markaspatrolledlink' => "[$1]",
2403 -'markaspatrolledtext' => "Mark this article as patrolled",
2404 -'markedaspatrolled' => "Marked as patrolled",
2405 -'markedaspatrolledtext' => "The selected revision has been marked as patrolled.",
2406 -'rcpatroldisabled' => "Recent Changes Patrol disabled",
2407 -'rcpatroldisabledtext' => "The Recent Changes Patrol feature is currently disabled.",
2408 -'markedaspatrollederror' => "Cannot mark as patrolled",
2409 -'markedaspatrollederrortext' => "You need to specify a revision to mark as patrolled.",
 2356+'markaspatrolleddiff' => 'Mark as patrolled',
 2357+'markaspatrolledlink' => '[$1]', # don't translate or duplicate this message to other languages
 2358+'markaspatrolledtext' => 'Mark this article as patrolled',
 2359+'markedaspatrolled' => 'Marked as patrolled',
 2360+'markedaspatrolledtext' => 'The selected revision has been marked as patrolled.',
 2361+'rcpatroldisabled' => 'Recent Changes Patrol disabled',
 2362+'rcpatroldisabledtext' => 'The Recent Changes Patrol feature is currently disabled.',
 2363+'markedaspatrollederror' => 'Cannot mark as patrolled',
 2364+'markedaspatrollederrortext' => 'You need to specify a revision to mark as patrolled.',
24102365 'markedaspatrollederror-noautopatrol' => 'You are not allowed to mark your own changes as patrolled.',
24112366
24122367 # Patrol log
2413 -'patrol-log-page' => 'Patrol log',
2414 -'patrol-log-header' => '',
2415 -'patrol-log-line' => 'marked $1 of $2 patrolled $3',
2416 -'patrol-log-auto' => '(automatic)',
2417 -'patrol-log-diff' => 'r$1',
 2368+'patrol-log-page' => 'Patrol log',
 2369+'patrol-log-header' => '', # don't translate or duplicate this message to other languages
 2370+'patrol-log-line' => 'marked $1 of $2 patrolled $3',
 2371+'patrol-log-auto' => '(automatic)',
 2372+'patrol-log-diff' => 'r$1',
24182373
2419 -# image deletion
 2374+# Image deletion
24202375 'deletedrevision' => 'Deleted old revision $1.',
24212376
2422 -# browsing diffs
 2377+# Browsing diffs
24232378 'previousdiff' => '← Previous diff',
2424 -'nextdiff' => 'Next diff →',
 2379+'nextdiff' => 'Next diff →',
24252380
2426 -# media-info
2427 -'mediawarning' => "'''Warning''': This file may contain malicious code, by executing it your system may be compromised.<hr />",
2428 -'imagemaxsize' => 'Limit images on image description pages to:',
2429 -'thumbsize' => 'Thumbnail size:',
2430 -'widthheight' => '$1×$2',
2431 -'file-info' => '(file size: $1, MIME type: $2)',
2432 -'file-info-size' => '($1 × $2 pixel, file size: $3, MIME type: $4)',
2433 -'file-nohires' => '<small>No higher resolution available.</small>',
2434 -'file-svg' => '<small>This is a lossless scalable vector image. Base size: $1 × $2 pixels.</small>',
2435 -'show-big-image' => 'Full resolution',
2436 -'show-big-image-thumb' => '<small>Size of this preview: $1 × $2 pixels</small>',
 2381+# Media information
 2382+'mediawarning' => "'''Warning''': This file may contain malicious code, by executing it your system may be compromised.<hr />",
 2383+'imagemaxsize' => 'Limit images on image description pages to:',
 2384+'thumbsize' => 'Thumbnail size:',
 2385+'widthheight' => '$1×$2', # only translate this message to other languages if you have to change it
 2386+'file-info' => '(file size: $1, MIME type: $2)',
 2387+'file-info-size' => '($1 × $2 pixel, file size: $3, MIME type: $4)',
 2388+'file-nohires' => '<small>No higher resolution available.</small>',
 2389+'file-svg' => '<small>This is a lossless scalable vector image. Base size: $1 × $2 pixels.</small>',
 2390+'show-big-image' => 'Full resolution',
 2391+'show-big-image-thumb' => '<small>Size of this preview: $1 × $2 pixels</small>',
24372392
2438 -'newimages' => 'Gallery of new files',
2439 -'newimages-summary' => '',
2440 -'showhidebots' => '($1 bots)',
2441 -'noimages' => 'Nothing to see.',
 2393+'newimages' => 'Gallery of new files',
 2394+'newimages-summary' => '', # only translate this message to other languages if you have to change it
 2395+'showhidebots' => '($1 bots)',
 2396+'noimages' => 'Nothing to see.',
24422397
2443 -# short names for language variants used for language conversion links.
2444 -# to disable showing a particular link, set it to 'disable', e.g.
2445 -# 'variantname-zh-sg' => 'disable',
2446 -'variantname-zh-cn' => 'cn',
2447 -'variantname-zh-tw' => 'tw',
2448 -'variantname-zh-hk' => 'hk',
2449 -'variantname-zh-sg' => 'sg',
2450 -'variantname-zh' => 'zh',
2451 -# variants for Serbian language
2452 -'variantname-sr-ec' => 'sr-ec',
2453 -'variantname-sr-el' => 'sr-el',
2454 -'variantname-sr-jc' => 'sr-jc',
2455 -'variantname-sr-jl' => 'sr-jl',
2456 -'variantname-sr' => 'sr',
2457 -# variants for Kazakh language
2458 -'variantname-kk-tr' => 'kk-tr',
2459 -'variantname-kk-kz' => 'kk-kz',
2460 -'variantname-kk-cn' => 'kk-cn',
2461 -'variantname-kk' => 'kk',
 2398+/*
 2399+Short names for language variants used for language conversion links.
 2400+To disable showing a particular link, set it to 'disable', e.g.
 2401+'variantname-zh-sg' => 'disable',
 2402+Variants for Chinese language
 2403+*/
 2404+'variantname-zh-cn' => 'cn', # only translate this message to other languages if you have to change it
 2405+'variantname-zh-tw' => 'tw', # only translate this message to other languages if you have to change it
 2406+'variantname-zh-hk' => 'hk', # only translate this message to other languages if you have to change it
 2407+'variantname-zh-sg' => 'sg', # only translate this message to other languages if you have to change it
 2408+'variantname-zh' => 'zh', # only translate this message to other languages if you have to change it
24622409
 2410+# Variants for Serbian language
 2411+'variantname-sr-ec' => 'sr-ec', # only translate this message to other languages if you have to change it
 2412+'variantname-sr-el' => 'sr-el', # only translate this message to other languages if you have to change it
 2413+'variantname-sr-jc' => 'sr-jc', # only translate this message to other languages if you have to change it
 2414+'variantname-sr-jl' => 'sr-jl', # only translate this message to other languages if you have to change it
 2415+'variantname-sr' => 'sr', # only translate this message to other languages if you have to change it
 2416+
 2417+# Variants for Kazakh language
 2418+'variantname-kk-tr' => 'kk-tr', # only translate this message to other languages if you have to change it
 2419+'variantname-kk-kz' => 'kk-kz', # only translate this message to other languages if you have to change it
 2420+'variantname-kk-cn' => 'kk-cn', # only translate this message to other languages if you have to change it
 2421+'variantname-kk' => 'kk', # only translate this message to other languages if you have to change it
 2422+
24632423 'passwordtooshort' => 'Your password is invalid or too short. It must have at least $1 characters and be different from your username.',
24642424
24652425 # Metadata
2466 -'metadata' => 'Metadata',
2467 -'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.',
2468 -'metadata-expand' => 'Show extended details',
 2426+'metadata' => 'Metadata',
 2427+'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.',
 2428+'metadata-expand' => 'Show extended details',
24692429 'metadata-collapse' => 'Hide extended details',
2470 -'metadata-fields' => 'EXIF metadata fields listed in this message will
 2430+'metadata-fields' => 'EXIF metadata fields listed in this message will
24712431 be included on image page display when the metadata table
24722432 is collapsed. Others will be hidden by default.
24732433 * make
@@ -2476,160 +2436,158 @@
24772437 * fnumber
24782438 * focallength',
24792439
2480 -# Exif tags
2481 -'exif-imagewidth' =>'Width',
2482 -'exif-imagelength' =>'Height',
2483 -'exif-bitspersample' =>'Bits per component',
2484 -'exif-compression' =>'Compression scheme',
2485 -'exif-photometricinterpretation' =>'Pixel composition',
2486 -'exif-orientation' =>'Orientation',
2487 -'exif-samplesperpixel' =>'Number of components',
2488 -'exif-planarconfiguration' =>'Data arrangement',
2489 -'exif-ycbcrsubsampling' =>'Subsampling ratio of Y to C',
2490 -'exif-ycbcrpositioning' =>'Y and C positioning',
2491 -'exif-xresolution' =>'Horizontal resolution',
2492 -'exif-yresolution' =>'Vertical resolution',
2493 -'exif-resolutionunit' =>'Unit of X and Y resolution',
2494 -'exif-stripoffsets' =>'Image data location',
2495 -'exif-rowsperstrip' =>'Number of rows per strip',
2496 -'exif-stripbytecounts' =>'Bytes per compressed strip',
2497 -'exif-jpeginterchangeformat' =>'Offset to JPEG SOI',
2498 -'exif-jpeginterchangeformatlength' =>'Bytes of JPEG data',
2499 -'exif-transferfunction' =>'Transfer function',
2500 -'exif-whitepoint' =>'White point chromaticity',
2501 -'exif-primarychromaticities' =>'Chromaticities of primarities',
2502 -'exif-ycbcrcoefficients' =>'Color space transformation matrix coefficients',
2503 -'exif-referenceblackwhite' =>'Pair of black and white reference values',
2504 -'exif-datetime' =>'File change date and time',
2505 -'exif-imagedescription' =>'Image title',
2506 -'exif-make' =>'Camera manufacturer',
2507 -'exif-model' =>'Camera model',
2508 -'exif-software' =>'Software used',
2509 -'exif-artist' =>'Author',
2510 -'exif-copyright' =>'Copyright holder',
2511 -'exif-exifversion' =>'Exif version',
2512 -'exif-flashpixversion' =>'Supported Flashpix version',
2513 -'exif-colorspace' =>'Color space',
2514 -'exif-componentsconfiguration' =>'Meaning of each component',
2515 -'exif-compressedbitsperpixel' =>'Image compression mode',
2516 -'exif-pixelydimension' =>'Valid image width',
2517 -'exif-pixelxdimension' =>'Valid image height',
2518 -'exif-makernote' =>'Manufacturer notes',
2519 -'exif-usercomment' =>'User comments',
2520 -'exif-relatedsoundfile' =>'Related audio file',
2521 -'exif-datetimeoriginal' =>'Date and time of data generation',
2522 -'exif-datetimedigitized' =>'Date and time of digitizing',
2523 -'exif-subsectime' =>'DateTime subseconds',
2524 -'exif-subsectimeoriginal' =>'DateTimeOriginal subseconds',
2525 -'exif-subsectimedigitized' =>'DateTimeDigitized subseconds',
2526 -'exif-exposuretime' =>'Exposure time',
2527 -'exif-exposuretime-format' => '$1 sec ($2)',
2528 -'exif-fnumber' =>'F Number',
2529 -'exif-fnumber-format' =>'f/$1',
2530 -'exif-exposureprogram' =>'Exposure Program',
2531 -'exif-spectralsensitivity' =>'Spectral sensitivity',
2532 -'exif-isospeedratings' =>'ISO speed rating',
2533 -'exif-oecf' =>'Optoelectronic conversion factor',
2534 -'exif-shutterspeedvalue' =>'Shutter speed',
2535 -'exif-aperturevalue' =>'Aperture',
2536 -'exif-brightnessvalue' =>'Brightness',
2537 -'exif-exposurebiasvalue' =>'Exposure bias',
2538 -'exif-maxaperturevalue' =>'Maximum land aperture',
2539 -'exif-subjectdistance' =>'Subject distance',
2540 -'exif-meteringmode' =>'Metering mode',
2541 -'exif-lightsource' =>'Light source',
2542 -'exif-flash' =>'Flash',
2543 -'exif-focallength' =>'Lens focal length',
2544 -'exif-focallength-format' =>'$1 mm',
2545 -'exif-subjectarea' =>'Subject area',
2546 -'exif-flashenergy' =>'Flash energy',
2547 -'exif-spatialfrequencyresponse' =>'Spatial frequency response',
2548 -'exif-focalplanexresolution' =>'Focal plane X resolution',
2549 -'exif-focalplaneyresolution' =>'Focal plane Y resolution',
2550 -'exif-focalplaneresolutionunit' =>'Focal plane resolution unit',
2551 -'exif-subjectlocation' =>'Subject location',
2552 -'exif-exposureindex' =>'Exposure index',
2553 -'exif-sensingmethod' =>'Sensing method',
2554 -'exif-filesource' =>'File source',
2555 -'exif-scenetype' =>'Scene type',
2556 -'exif-cfapattern' =>'CFA pattern',
2557 -'exif-customrendered' =>'Custom image processing',
2558 -'exif-exposuremode' =>'Exposure mode',
2559 -'exif-whitebalance' =>'White Balance',
2560 -'exif-digitalzoomratio' =>'Digital zoom ratio',
2561 -'exif-focallengthin35mmfilm' =>'Focal length in 35 mm film',
2562 -'exif-scenecapturetype' =>'Scene capture type',
2563 -'exif-gaincontrol' =>'Scene control',
2564 -'exif-contrast' =>'Contrast',
2565 -'exif-saturation' =>'Saturation',
2566 -'exif-sharpness' =>'Sharpness',
2567 -'exif-devicesettingdescription' =>'Device settings description',
2568 -'exif-subjectdistancerange' =>'Subject distance range',
2569 -'exif-imageuniqueid' =>'Unique image ID',
2570 -'exif-gpsversionid' =>'GPS tag version',
2571 -'exif-gpslatituderef' =>'North or South Latitude',
2572 -'exif-gpslatitude' =>'Latitude',
2573 -'exif-gpslongituderef' =>'East or West Longitude',
2574 -'exif-gpslongitude' =>'Longitude',
2575 -'exif-gpsaltituderef' =>'Altitude reference',
2576 -'exif-gpsaltitude' =>'Altitude',
2577 -'exif-gpstimestamp' =>'GPS time (atomic clock)',
2578 -'exif-gpssatellites' =>'Satellites used for measurement',
2579 -'exif-gpsstatus' =>'Receiver status',
2580 -'exif-gpsmeasuremode' =>'Measurement mode',
2581 -'exif-gpsdop' =>'Measurement precision',
2582 -'exif-gpsspeedref' =>'Speed unit',
2583 -'exif-gpsspeed' =>'Speed of GPS receiver',
2584 -'exif-gpstrackref' =>'Reference for direction of movement',
2585 -'exif-gpstrack' =>'Direction of movement',
2586 -'exif-gpsimgdirectionref' =>'Reference for direction of image',
2587 -'exif-gpsimgdirection' =>'Direction of image',
2588 -'exif-gpsmapdatum' =>'Geodetic survey data used',
2589 -'exif-gpsdestlatituderef' =>'Reference for latitude of destination',
2590 -'exif-gpsdestlatitude' =>'Latitude destination',
2591 -'exif-gpsdestlongituderef' =>'Reference for longitude of destination',
2592 -'exif-gpsdestlongitude' =>'Longitude of destination',
2593 -'exif-gpsdestbearingref' =>'Reference for bearing of destination',
2594 -'exif-gpsdestbearing' =>'Bearing of destination',
2595 -'exif-gpsdestdistanceref' =>'Reference for distance to destination',
2596 -'exif-gpsdestdistance' =>'Distance to destination',
2597 -'exif-gpsprocessingmethod' =>'Name of GPS processing method',
2598 -'exif-gpsareainformation' =>'Name of GPS area',
2599 -'exif-gpsdatestamp' =>'GPS date',
2600 -'exif-gpsdifferential' =>'GPS differential correction',
 2440+# EXIF tags
 2441+'exif-imagewidth' => 'Width',
 2442+'exif-imagelength' => 'Height',
 2443+'exif-bitspersample' => 'Bits per component',
 2444+'exif-compression' => 'Compression scheme',
 2445+'exif-photometricinterpretation' => 'Pixel composition',
 2446+'exif-orientation' => 'Orientation',
 2447+'exif-samplesperpixel' => 'Number of components',
 2448+'exif-planarconfiguration' => 'Data arrangement',
 2449+'exif-ycbcrsubsampling' => 'Subsampling ratio of Y to C',
 2450+'exif-ycbcrpositioning' => 'Y and C positioning',
 2451+'exif-xresolution' => 'Horizontal resolution',
 2452+'exif-yresolution' => 'Vertical resolution',
 2453+'exif-resolutionunit' => 'Unit of X and Y resolution',
 2454+'exif-stripoffsets' => 'Image data location',
 2455+'exif-rowsperstrip' => 'Number of rows per strip',
 2456+'exif-stripbytecounts' => 'Bytes per compressed strip',
 2457+'exif-jpeginterchangeformat' => 'Offset to JPEG SOI',
 2458+'exif-jpeginterchangeformatlength' => 'Bytes of JPEG data',
 2459+'exif-transferfunction' => 'Transfer function',
 2460+'exif-whitepoint' => 'White point chromaticity',
 2461+'exif-primarychromaticities' => 'Chromaticities of primarities',
 2462+'exif-ycbcrcoefficients' => 'Color space transformation matrix coefficients',
 2463+'exif-referenceblackwhite' => 'Pair of black and white reference values',
 2464+'exif-datetime' => 'File change date and time',
 2465+'exif-imagedescription' => 'Image title',
 2466+'exif-make' => 'Camera manufacturer',
 2467+'exif-model' => 'Camera model',
 2468+'exif-software' => 'Software used',
 2469+'exif-artist' => 'Author',
 2470+'exif-copyright' => 'Copyright holder',
 2471+'exif-exifversion' => 'Exif version',
 2472+'exif-flashpixversion' => 'Supported Flashpix version',
 2473+'exif-colorspace' => 'Color space',
 2474+'exif-componentsconfiguration' => 'Meaning of each component',
 2475+'exif-compressedbitsperpixel' => 'Image compression mode',
 2476+'exif-pixelydimension' => 'Valid image width',
 2477+'exif-pixelxdimension' => 'Valid image height',
 2478+'exif-makernote' => 'Manufacturer notes',
 2479+'exif-usercomment' => 'User comments',
 2480+'exif-relatedsoundfile' => 'Related audio file',
 2481+'exif-datetimeoriginal' => 'Date and time of data generation',
 2482+'exif-datetimedigitized' => 'Date and time of digitizing',
 2483+'exif-subsectime' => 'DateTime subseconds',
 2484+'exif-subsectimeoriginal' => 'DateTimeOriginal subseconds',
 2485+'exif-subsectimedigitized' => 'DateTimeDigitized subseconds',
 2486+'exif-exposuretime' => 'Exposure time',
 2487+'exif-exposuretime-format' => '$1 sec ($2)',
 2488+'exif-fnumber' => 'F Number',
 2489+'exif-fnumber-format' => 'f/$1',
 2490+'exif-exposureprogram' => 'Exposure Program',
 2491+'exif-spectralsensitivity' => 'Spectral sensitivity',
 2492+'exif-isospeedratings' => 'ISO speed rating',
 2493+'exif-oecf' => 'Optoelectronic conversion factor',
 2494+'exif-shutterspeedvalue' => 'Shutter speed',
 2495+'exif-aperturevalue' => 'Aperture',
 2496+'exif-brightnessvalue' => 'Brightness',
 2497+'exif-exposurebiasvalue' => 'Exposure bias',
 2498+'exif-maxaperturevalue' => 'Maximum land aperture',
 2499+'exif-subjectdistance' => 'Subject distance',
 2500+'exif-meteringmode' => 'Metering mode',
 2501+'exif-lightsource' => 'Light source',
 2502+'exif-flash' => 'Flash',
 2503+'exif-focallength' => 'Lens focal length',
 2504+'exif-focallength-format' => '$1 mm',
 2505+'exif-subjectarea' => 'Subject area',
 2506+'exif-flashenergy' => 'Flash energy',
 2507+'exif-spatialfrequencyresponse' => 'Spatial frequency response',
 2508+'exif-focalplanexresolution' => 'Focal plane X resolution',
 2509+'exif-focalplaneyresolution' => 'Focal plane Y resolution',
 2510+'exif-focalplaneresolutionunit' => 'Focal plane resolution unit',
 2511+'exif-subjectlocation' => 'Subject location',
 2512+'exif-exposureindex' => 'Exposure index',
 2513+'exif-sensingmethod' => 'Sensing method',
 2514+'exif-filesource' => 'File source',
 2515+'exif-scenetype' => 'Scene type',
 2516+'exif-cfapattern' => 'CFA pattern',
 2517+'exif-customrendered' => 'Custom image processing',
 2518+'exif-exposuremode' => 'Exposure mode',
 2519+'exif-whitebalance' => 'White Balance',
 2520+'exif-digitalzoomratio' => 'Digital zoom ratio',
 2521+'exif-focallengthin35mmfilm' => 'Focal length in 35 mm film',
 2522+'exif-scenecapturetype' => 'Scene capture type',
 2523+'exif-gaincontrol' => 'Scene control',
 2524+'exif-contrast' => 'Contrast',
 2525+'exif-saturation' => 'Saturation',
 2526+'exif-sharpness' => 'Sharpness',
 2527+'exif-devicesettingdescription' => 'Device settings description',
 2528+'exif-subjectdistancerange' => 'Subject distance range',
 2529+'exif-imageuniqueid' => 'Unique image ID',
 2530+'exif-gpsversionid' => 'GPS tag version',
 2531+'exif-gpslatituderef' => 'North or South Latitude',
 2532+'exif-gpslatitude' => 'Latitude',
 2533+'exif-gpslongituderef' => 'East or West Longitude',
 2534+'exif-gpslongitude' => 'Longitude',
 2535+'exif-gpsaltituderef' => 'Altitude reference',
 2536+'exif-gpsaltitude' => 'Altitude',
 2537+'exif-gpstimestamp' => 'GPS time (atomic clock)',
 2538+'exif-gpssatellites' => 'Satellites used for measurement',
 2539+'exif-gpsstatus' => 'Receiver status',
 2540+'exif-gpsmeasuremode' => 'Measurement mode',
 2541+'exif-gpsdop' => 'Measurement precision',
 2542+'exif-gpsspeedref' => 'Speed unit',
 2543+'exif-gpsspeed' => 'Speed of GPS receiver',
 2544+'exif-gpstrackref' => 'Reference for direction of movement',
 2545+'exif-gpstrack' => 'Direction of movement',
 2546+'exif-gpsimgdirectionref' => 'Reference for direction of image',
 2547+'exif-gpsimgdirection' => 'Direction of image',
 2548+'exif-gpsmapdatum' => 'Geodetic survey data used',
 2549+'exif-gpsdestlatituderef' => 'Reference for latitude of destination',
 2550+'exif-gpsdestlatitude' => 'Latitude destination',
 2551+'exif-gpsdestlongituderef' => 'Reference for longitude of destination',
 2552+'exif-gpsdestlongitude' => 'Longitude of destination',
 2553+'exif-gpsdestbearingref' => 'Reference for bearing of destination',
 2554+'exif-gpsdestbearing' => 'Bearing of destination',
 2555+'exif-gpsdestdistanceref' => 'Reference for distance to destination',
 2556+'exif-gpsdestdistance' => 'Distance to destination',
 2557+'exif-gpsprocessingmethod' => 'Name of GPS processing method',
 2558+'exif-gpsareainformation' => 'Name of GPS area',
 2559+'exif-gpsdatestamp' => 'GPS date',
 2560+'exif-gpsdifferential' => 'GPS differential correction',
26012561
26022562 # Make & model, can be wikified in order to link to the camera and model name
 2563+'exif-make-value' => '$1', # don't translate or duplicate this message to other languages
 2564+'exif-model-value' => '$1', # don't translate or duplicate this message to other languages
 2565+'exif-software-value' => '$1', # don't translate or duplicate this message to other languages
26032566
2604 -'exif-make-value' => '$1',
2605 -'exif-model-value' =>'$1',
2606 -'exif-software-value' => '$1',
2607 -
2608 -# Exif attributes
2609 -
 2567+# EXIF attributes
26102568 'exif-compression-1' => 'Uncompressed',
26112569 'exif-compression-6' => 'JPEG',
26122570
2613 -'exif-unknowndate' => 'Unknown date',
2614 -
26152571 'exif-photometricinterpretation-2' => 'RGB',
26162572 'exif-photometricinterpretation-6' => 'YCbCr',
26172573
2618 -'exif-orientation-1' => 'Normal', // 0th row: top; 0th column: left
2619 -'exif-orientation-2' => 'Flipped horizontally', // 0th row: top; 0th column: right
2620 -'exif-orientation-3' => 'Rotated 180°', // 0th row: bottom; 0th column: right
2621 -'exif-orientation-4' => 'Flipped vertically', // 0th row: bottom; 0th column: left
2622 -'exif-orientation-5' => 'Rotated 90° CCW and flipped vertically', // 0th row: left; 0th column: top
2623 -'exif-orientation-6' => 'Rotated 90° CW', // 0th row: right; 0th column: top
2624 -'exif-orientation-7' => 'Rotated 90° CW and flipped vertically', // 0th row: right; 0th column: bottom
2625 -'exif-orientation-8' => 'Rotated 90° CCW', // 0th row: left; 0th column: bottom
 2574+'exif-unknowndate' => 'Unknown date',
26262575
 2576+'exif-orientation-1' => 'Normal', # 0th row: top; 0th column: left
 2577+'exif-orientation-2' => 'Flipped horizontally', # 0th row: top; 0th column: right
 2578+'exif-orientation-3' => 'Rotated 180°', # 0th row: bottom; 0th column: right
 2579+'exif-orientation-4' => 'Flipped vertically', # 0th row: bottom; 0th column: left
 2580+'exif-orientation-5' => 'Rotated 90° CCW and flipped vertically', # 0th row: left; 0th column: top
 2581+'exif-orientation-6' => 'Rotated 90° CW', # 0th row: right; 0th column: top
 2582+'exif-orientation-7' => 'Rotated 90° CW and flipped vertically', # 0th row: right; 0th column: bottom
 2583+'exif-orientation-8' => 'Rotated 90° CCW', # 0th row: left; 0th column: bottom
 2584+
26272585 'exif-planarconfiguration-1' => 'chunky format',
26282586 'exif-planarconfiguration-2' => 'planar format',
26292587
26302588 'exif-xyresolution-i' => '$1 dpi',
26312589 'exif-xyresolution-c' => '$1 dpc',
26322590
2633 -'exif-colorspace-1' => 'sRGB',
 2591+'exif-colorspace-1' => 'sRGB',
26342592 'exif-colorspace-ffff.h' => 'FFFF.H',
26352593
26362594 'exif-componentsconfiguration-0' => 'does not exist',
@@ -2652,35 +2610,35 @@
26532611
26542612 'exif-subjectdistance-value' => '$1 metres',
26552613
2656 -'exif-meteringmode-0' => 'Unknown',
2657 -'exif-meteringmode-1' => 'Average',
2658 -'exif-meteringmode-2' => 'CenterWeightedAverage',
2659 -'exif-meteringmode-3' => 'Spot',
2660 -'exif-meteringmode-4' => 'MultiSpot',
2661 -'exif-meteringmode-5' => 'Pattern',
2662 -'exif-meteringmode-6' => 'Partial',
 2614+'exif-meteringmode-0' => 'Unknown',
 2615+'exif-meteringmode-1' => 'Average',
 2616+'exif-meteringmode-2' => 'CenterWeightedAverage',
 2617+'exif-meteringmode-3' => 'Spot',
 2618+'exif-meteringmode-4' => 'MultiSpot',
 2619+'exif-meteringmode-5' => 'Pattern',
 2620+'exif-meteringmode-6' => 'Partial',
26632621 'exif-meteringmode-255' => 'Other',
26642622
2665 -'exif-lightsource-0' => 'Unknown',
2666 -'exif-lightsource-1' => 'Daylight',
2667 -'exif-lightsource-2' => 'Fluorescent',
2668 -'exif-lightsource-3' => 'Tungsten (incandescent light)',
2669 -'exif-lightsource-4' => 'Flash',
2670 -'exif-lightsource-9' => 'Fine weather',
2671 -'exif-lightsource-10' => 'Cloudy weather',
2672 -'exif-lightsource-11' => 'Shade',
2673 -'exif-lightsource-12' => 'Daylight fluorescent (D 5700 – 7100K)',
2674 -'exif-lightsource-13' => 'Day white fluorescent (N 4600 – 5400K)',
2675 -'exif-lightsource-14' => 'Cool white fluorescent (W 3900 – 4500K)',
2676 -'exif-lightsource-15' => 'White fluorescent (WW 3200 – 3700K)',
2677 -'exif-lightsource-17' => 'Standard light A',
2678 -'exif-lightsource-18' => 'Standard light B',
2679 -'exif-lightsource-19' => 'Standard light C',
2680 -'exif-lightsource-20' => 'D55',
2681 -'exif-lightsource-21' => 'D65',
2682 -'exif-lightsource-22' => 'D75',
2683 -'exif-lightsource-23' => 'D50',
2684 -'exif-lightsource-24' => 'ISO studio tungsten',
 2623+'exif-lightsource-0' => 'Unknown',
 2624+'exif-lightsource-1' => 'Daylight',
 2625+'exif-lightsource-2' => 'Fluorescent',
 2626+'exif-lightsource-3' => 'Tungsten (incandescent light)',
 2627+'exif-lightsource-4' => 'Flash',
 2628+'exif-lightsource-9' => 'Fine weather',
 2629+'exif-lightsource-10' => 'Cloudy weather',
 2630+'exif-lightsource-11' => 'Shade',
 2631+'exif-lightsource-12' => 'Daylight fluorescent (D 5700 – 7100K)',
 2632+'exif-lightsource-13' => 'Day white fluorescent (N 4600 – 5400K)',
 2633+'exif-lightsource-14' => 'Cool white fluorescent (W 3900 – 4500K)',
 2634+'exif-lightsource-15' => 'White fluorescent (WW 3200 – 3700K)',
 2635+'exif-lightsource-17' => 'Standard light A',
 2636+'exif-lightsource-18' => 'Standard light B',
 2637+'exif-lightsource-19' => 'Standard light C',
 2638+'exif-lightsource-20' => 'D55',
 2639+'exif-lightsource-21' => 'D65',
 2640+'exif-lightsource-22' => 'D75',
 2641+'exif-lightsource-23' => 'D50',
 2642+'exif-lightsource-24' => 'ISO studio tungsten',
26852643 'exif-lightsource-255' => 'Other light source',
26862644
26872645 'exif-focalplaneresolutionunit-2' => 'inches',
@@ -2735,11 +2693,11 @@
27362694 'exif-subjectdistancerange-2' => 'Close view',
27372695 'exif-subjectdistancerange-3' => 'Distant view',
27382696
2739 -// Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef
 2697+# Pseudotags used for GPSLatitudeRef and GPSDestLatitudeRef
27402698 'exif-gpslatitude-n' => 'North latitude',
27412699 'exif-gpslatitude-s' => 'South latitude',
27422700
2743 -// Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef
 2701+# Pseudotags used for GPSLongitudeRef and GPSDestLongitudeRef
27442702 'exif-gpslongitude-e' => 'East longitude',
27452703 'exif-gpslongitude-w' => 'West longitude',
27462704
@@ -2749,152 +2707,149 @@
27502708 'exif-gpsmeasuremode-2' => '2-dimensional measurement',
27512709 'exif-gpsmeasuremode-3' => '3-dimensional measurement',
27522710
2753 -// Pseudotags used for GPSSpeedRef and GPSDestDistanceRef
 2711+# Pseudotags used for GPSSpeedRef and GPSDestDistanceRef
27542712 'exif-gpsspeed-k' => 'Kilometres per hour',
27552713 'exif-gpsspeed-m' => 'Miles per hour',
27562714 'exif-gpsspeed-n' => 'Knots',
27572715
2758 -// Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef
 2716+# Pseudotags used for GPSTrackRef, GPSImgDirectionRef and GPSDestBearingRef
27592717 'exif-gpsdirection-t' => 'True direction',
27602718 'exif-gpsdirection-m' => 'Magnetic direction',
27612719
2762 -# external editor support
2763 -'edit-externally' => 'Edit this file using an external application',
 2720+# External editor support
 2721+'edit-externally' => 'Edit this file using an external application',
27642722 'edit-externally-help' => 'See the [http://meta.wikimedia.org/wiki/Help:External_editors setup instructions] for more information.',
27652723
27662724 # 'all' in various places, this might be different for inflected languages
27672725 'recentchangesall' => 'all',
2768 -'imagelistall' => 'all',
2769 -'watchlistall1' => 'all',
2770 -'watchlistall2' => 'all',
2771 -'namespacesall' => 'all',
 2726+'imagelistall' => 'all',
 2727+'watchlistall1' => 'all',
 2728+'watchlistall2' => 'all',
 2729+'namespacesall' => 'all',
27722730
27732731 # E-mail address confirmation
2774 -'confirmemail' => 'Confirm E-mail address',
2775 -'confirmemail_noemail' => 'You do not have a valid email address set in your [[Special:Preferences|user preferences]].',
2776 -'confirmemail_text' => "This wiki requires that you validate your e-mail address
 2732+'confirmemail' => 'Confirm E-mail address',
 2733+'confirmemail_noemail' => 'You do not have a valid email address set in your [[Special:Preferences|user preferences]].',
 2734+'confirmemail_text' => 'This wiki requires that you validate your e-mail address
27772735 before using e-mail features. Activate the button below to send a confirmation
27782736 mail to your address. The mail will include a link containing a code; load the
2779 -link in your browser to confirm that your e-mail address is valid.",
2780 -'confirmemail_pending' => '<div class="error">
 2737+link in your browser to confirm that your e-mail address is valid.',
 2738+'confirmemail_pending' => '<div class="error">
27812739 A confirmation code has already been e-mailed to you; if you recently
27822740 created your account, you may wish to wait a few minutes for it to
27832741 arrive before trying to request a new code.
27842742 </div>',
2785 -'confirmemail_send' => 'Mail a confirmation code',
2786 -'confirmemail_sent' => 'Confirmation e-mail sent.',
2787 -'confirmemail_oncreate' => 'A confirmation code was sent to your e-mail address.
 2743+'confirmemail_send' => 'Mail a confirmation code',
 2744+'confirmemail_sent' => 'Confirmation e-mail sent.',
 2745+'confirmemail_oncreate' => 'A confirmation code was sent to your e-mail address.
27882746 This code is not required to log in, but you will need to provide it before
27892747 enabling any e-mail-based features in the wiki.',
27902748 'confirmemail_sendfailed' => 'Could not send confirmation mail. Check address for invalid characters.
27912749
27922750 Mailer returned: $1',
2793 -'confirmemail_invalid' => 'Invalid confirmation code. The code may have expired.',
2794 -'confirmemail_needlogin' => 'You need to $1 to confirm your email address.',
2795 -'confirmemail_success' => 'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.',
2796 -'confirmemail_loggedin' => 'Your e-mail address has now been confirmed.',
2797 -'confirmemail_error' => 'Something went wrong saving your confirmation.',
 2751+'confirmemail_invalid' => 'Invalid confirmation code. The code may have expired.',
 2752+'confirmemail_needlogin' => 'You need to $1 to confirm your email address.',
 2753+'confirmemail_success' => 'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.',
 2754+'confirmemail_loggedin' => 'Your e-mail address has now been confirmed.',
 2755+'confirmemail_error' => 'Something went wrong saving your confirmation.',
 2756+'confirmemail_subject' => '{{SITENAME}} e-mail address confirmation',
 2757+'confirmemail_body' => 'Someone, probably you from IP address $1, has registered an
 2758+account "$2" with this e-mail address on {{SITENAME}}.
27982759
2799 -'confirmemail_subject' => '{{SITENAME}} e-mail address confirmation',
2800 -'confirmemail_body' => "Someone, probably you from IP address $1, has registered an
2801 -account \"$2\" with this e-mail address on {{SITENAME}}.
2802 -
28032760 To confirm that this account really does belong to you and activate
28042761 e-mail features on {{SITENAME}}, open this link in your browser:
28052762
28062763 $3
28072764
2808 -If this is *not* you, don't follow the link. This confirmation code
2809 -will expire at $4.",
 2765+If this is *not* you, don\'t follow the link. This confirmation code
 2766+will expire at $4.',
28102767
28112768 # Inputbox extension, may be useful in other contexts as well
2812 -'tryexact' => 'Try exact match',
 2769+'tryexact' => 'Try exact match',
28132770 'searchfulltext' => 'Search full text',
2814 -'createarticle' => 'Create article',
 2771+'createarticle' => 'Create article',
28152772
28162773 # Scary transclusion
28172774 'scarytranscludedisabled' => '[Interwiki transcluding is disabled]',
2818 -'scarytranscludefailed' => '[Template fetch failed for $1; sorry]',
2819 -'scarytranscludetoolong' => '[URL is too long; sorry]',
 2775+'scarytranscludefailed' => '[Template fetch failed for $1; sorry]',
 2776+'scarytranscludetoolong' => '[URL is too long; sorry]',
28202777
28212778 # Trackbacks
2822 -'trackbackbox' => '<div id="mw_trackbacks">
 2779+'trackbackbox' => '<div id="mw_trackbacks">
28232780 Trackbacks for this article:<br />
28242781 $1
28252782 </div>',
2826 -'trackback' => '; $4$5 : [$2 $1]',
2827 -'trackbackexcerpt' => '; $4$5 : [$2 $1]: <nowiki>$3</nowiki>',
2828 -'trackbackremove' => ' ([$1 Delete])',
2829 -'trackbacklink' => 'Trackback',
 2783+'trackback' => '; $4$5 : [$2 $1]', # don't translate or duplicate this message to other languages
 2784+'trackbackexcerpt' => '; $4$5 : [$2 $1]: <nowiki>$3</nowiki>', # don't translate or duplicate this message to other languages
 2785+'trackbackremove' => ' ([$1 Delete])',
 2786+'trackbacklink' => 'Trackback',
28302787 'trackbackdeleteok' => 'The trackback was successfully deleted.',
28312788
2832 -
2833 -# delete conflict
2834 -
 2789+# Delete conflict
28352790 'deletedwhileediting' => 'Warning: This page has been deleted after you started editing!',
2836 -'confirmrecreate' => 'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason:
2837 -: \'\'$2\'\'
2838 -Please confirm that really want to recreate this page.',
2839 -'recreate' => 'Recreate',
 2791+'confirmrecreate' => "User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this page after you started editing with reason:
 2792+: ''$2''
 2793+Please confirm that really want to recreate this page.",
 2794+'recreate' => 'Recreate',
28402795
2841 -'unit-pixel' => 'px',
 2796+'unit-pixel' => 'px', # only translate this message to other languages if you have to change it
28422797
28432798 # HTML dump
28442799 'redirectingto' => 'Redirecting to [[$1]]...',
28452800
28462801 # action=purge
2847 -'confirm_purge' => "Clear the cache of this page?\n\n$1",
 2802+'confirm_purge' => 'Clear the cache of this page?
 2803+
 2804+$1',
28482805 'confirm_purge_button' => 'OK',
28492806
2850 -'youhavenewmessagesmulti' => "You have new messages on $1",
2851 -'newtalkseperator' => ',_',
 2807+'youhavenewmessagesmulti' => 'You have new messages on $1',
 2808+'newtalkseperator' => ',_', # don't translate or duplicate this message to other languages
 2809+
28522810 'searchcontaining' => "Search for articles containing ''$1''.",
2853 -'searchnamed' => "Search for articles named ''$1''.",
2854 -'articletitles' => "Articles starting with ''$1''",
2855 -'hideresults' => 'Hide results',
 2811+'searchnamed' => "Search for articles named ''$1''.",
 2812+'articletitles' => "Articles starting with ''$1''",
 2813+'hideresults' => 'Hide results',
28562814
28572815 # DISPLAYTITLE
28582816 'displaytitle' => '(Link to this page as [[$1]])',
28592817
28602818 # Separator for categories in page lists
2861 -# Please don't localise this
2862 -'catseparator' => '|',
 2819+'catseparator' => '|', # don't translate or duplicate this message to other languages
28632820
28642821 'loginlanguagelabel' => 'Language: $1',
2865 -
2866 -# Don't duplicate this in translations; defaults should remain consistent
2867 -'loginlanguagelinks' => "* Deutsch|de
 2822+'loginlanguagelinks' => '* Deutsch|de
28682823 * English|en
28692824 * Esperanto|eo
28702825 * Français|fr
28712826 * Español|es
28722827 * Italiano|it
2873 -* Nederlands|nl",
 2828+* Nederlands|nl', # don't translate or duplicate this message to other languages
28742829
28752830 # Multipage image navigation
2876 -'imgmultipageprev' => '← previous page',
2877 -'imgmultipagenext' => 'next page →',
2878 -'imgmultigo' => 'Go!',
2879 -'imgmultigotopre' => 'Go to page',
2880 -'imgmultigotopost' => '',
 2831+'imgmultipageprev' => '← previous page',
 2832+'imgmultipagenext' => 'next page →',
 2833+'imgmultigo' => 'Go!',
 2834+'imgmultigotopre' => 'Go to page',
 2835+'imgmultigotopost' => '', # only translate this message to other languages if you have to change it
28812836 'imgmultiparseerror' => 'The image file appears to be corrupted or incorrect, so {{SITENAME}} cannot retrieve a list of pages.',
28822837
28832838 # Table pager
2884 -'ascending_abbrev' => 'asc',
2885 -'descending_abbrev' => 'desc',
2886 -'table_pager_next' => 'Next page',
2887 -'table_pager_prev' => 'Previous page',
2888 -'table_pager_first' => 'First page',
2889 -'table_pager_last' => 'Last page',
2890 -'table_pager_limit' => 'Show $1 items per page',
 2839+'ascending_abbrev' => 'asc',
 2840+'descending_abbrev' => 'desc',
 2841+'table_pager_next' => 'Next page',
 2842+'table_pager_prev' => 'Previous page',
 2843+'table_pager_first' => 'First page',
 2844+'table_pager_last' => 'Last page',
 2845+'table_pager_limit' => 'Show $1 items per page',
28912846 'table_pager_limit_submit' => 'Go',
2892 -'table_pager_empty' => 'No results',
 2847+'table_pager_empty' => 'No results',
28932848
28942849 # Auto-summaries
2895 -'autosumm-blank' => 'Removing all content from page',
2896 -'autosumm-replace' => 'Replacing page with \'$1\'',
2897 -'autoredircomment' => 'Redirecting to [[$1]]', # This should be changed to the new naming convention, but existed beforehand.
2898 -'autosumm-new' => 'New page: $1',
 2850+'autosumm-blank' => 'Removing all content from page',
 2851+'autosumm-replace' => "Replacing page with '$1'",
 2852+'autoredircomment' => 'Redirecting to [[$1]]', # This should be changed to the new naming convention, but existed beforehand
 2853+'autosumm-new' => 'New page: $1',
28992854
29002855 # Autoblock whitelist
29012856 'autoblock_whitelist' => 'AOL http://webmaster.info.aol.com/proxyinfo.html
@@ -2918,10 +2873,10 @@
29192874 *205.188.208.0/23
29202875 *205.188.112.0/20
29212876 *205.188.146.144/30
2922 -*207.200.112.0/21',
 2877+*207.200.112.0/21', # don't translate or duplicate this message to other languages
29232878
29242879 # Size units
2925 -'size-bytes' => '$1 B',
 2880+'size-bytes' => '$1 B',
29262881 'size-kilobytes' => '$1 KB',
29272882 'size-megabytes' => '$1 MB',
29282883 'size-gigabytes' => '$1 GB',
@@ -2929,12 +2884,14 @@
29302885 # Live preview
29312886 'livepreview-loading' => 'Loading…',
29322887 'livepreview-ready' => 'Loading… Ready!',
2933 -'livepreview-failed' => "Live preview failed!\nTry normal preview.",
2934 -'livepreview-error' => "Failed to connect: $1 \"$2\"\nTry normal preview.",
 2888+'livepreview-failed' => 'Live preview failed!
 2889+Try normal preview.',
 2890+'livepreview-error' => 'Failed to connect: $1 "$2"
 2891+Try normal preview.',
29352892
29362893 # Friendlier slave lag warnings
29372894 'lag-warn-normal' => 'Changes newer than $1 seconds may not be shown in this list.',
2938 -'lag-warn-high' => 'Due to high database server lag, changes newer than $1 seconds
 2895+'lag-warn-high' => 'Due to high database server lag, changes newer than $1 seconds
29392896 may not be shown in this list.',
29402897
29412898 );
Index: branches/liquidthreads/languages/messages/MessagesEt.php
@@ -31,10 +31,6 @@
3232 'standard' => 'Standard',
3333 'nostalgia' => 'Nostalgia',
3434 'cologneblue' => 'Kölni sinine',
35 - 'smarty' => 'Paddington',
36 - 'montparnasse' => 'Montparnasse',
37 - 'davinci' => 'DaVinci',
38 - 'mono' => 'Mono',
3935 'monobook' => 'MonoBook',
4036 'myskin' => 'Mu oma nahk'
4137 );
Index: branches/liquidthreads/languages/messages/MessagesTyv.php
@@ -30,8 +30,6 @@
3131 'standard' => 'Classic', //Classic
3232 'nostalgia' => 'Nostalgia', //Nostalgia
3333 'cologneblue' => 'Cologne Blue', //Cologne Blue
34 - 'davinci' => 'ДаВинчи', //DaVinci
35 - 'mono' => 'Моно', //Mono
3634 'monobook' => 'Моно-Ном', //MonoBook
3735 'myskin' => 'MySkin', //MySkin
3836 'chick' => 'Chick' //Chick
Index: branches/liquidthreads/languages/messages/MessagesFa.php
@@ -8,8 +8,6 @@
99 'standard' => 'استاندارد',
1010 'nostalgia' => 'نوستالژی',
1111 'cologneblue' => 'آبی کلون',
12 - 'smarty' => 'پدینگتون',
13 - 'montparnasse' => 'مون‌پارناس',
1412 );
1513 $namespaceNames = array(
1614 NS_MEDIA => 'مدیا',
@@ -127,7 +125,7 @@
128126 'noeditsection' => array( 0, "__بی‌بخش__", "__NOEDITSECTION__" ),
129127 'start' => array( 0, "__آغاز__", "__START__" ),
130128 'currentmonth' => array( 1, "ماه", "ماه‌کنونی", "CURRENTMONTH" ),
131 - 'currentmonthname' => array( 1, "نام_ماه", "نام‌ماه‌کنونی", "CURRENTMONTHNAME" ),
 129+ 'currentmonthname' => array( 1, "نام‌ماه", "نام_ماه", "نام‌ماه‌کنونی", "CURRENTMONTHNAME" ),
132130 'currentday' => array( 1, "روز", "CURRENTDAY" ),
133131 'currentday2' => array( 1, "روز۲", "CURRENTDAY2" ),
134132 'currentdayname' => array( 1, "نام‌روز", "CURRENTDAYNAME" ),
Index: branches/liquidthreads/languages/messages/MessagesBr.php
@@ -25,10 +25,6 @@
2626 'standard' => 'Standard',
2727 'nostalgia' => 'Melkoni',
2828 'cologneblue' => 'Glaz Kologn',
29 - 'smarty' => 'Paddington',
30 - 'montparnasse' => 'Montparnasse',
31 - 'davinci' => 'DaVinci',
32 - 'mono' => 'Mono',
3329 'monobook' => 'MonoBook',
3430 'myskin' => 'MySkin'
3531 );
Index: branches/liquidthreads/languages/messages/MessagesFo.php
@@ -5,7 +5,9 @@
66 */
77
88 $skinNames = array(
9 - 'Standardur', 'Nostalgiskur', 'Cologne-bláur', 'Paddington', 'Montparnasse'
 9+ 'standard' => 'Standardur',
 10+ 'nostalgia' => 'Nostalgiskur',
 11+ 'cologneblue' => 'Cologne-bláur'
1012 );
1113
1214 $bookstoreList = array(
Index: branches/liquidthreads/languages/messages/MessagesZh_cn.php
@@ -48,7 +48,6 @@
4949 'standard' => '标准',
5050 'nostalgia' => '怀旧',
5151 'cologneblue' => '科隆香水蓝',
52 - 'davinci' => '达芬奇',
5352 );
5453
5554 $extraUserToggles = array(
@@ -621,7 +620,12 @@
622621 'edittools' => '<!-- 此处的文本将被显示在以下编辑和上传表单中。 -->',
623622 'nocreatetitle' => '创建页面受限',
624623 'nocreatetext' => '此网站限制了创建新页面的功能。你可以返回并编辑已有的页面,或者[[Special:Userlogin|登录或创建新账户]]。',
 624+'recreate-deleted-warn' => "'''警告: 你现在重新创建一个先前曾经删除过的页面。'''
625625
 626+你应该要考虑一下继续编辑这一个页面是否合适。
 627+为方便起见,这一个页面的删除记录已经在下面提供:",
 628+'recreate-deleted-dismiss' => '(关闭)',
 629+
626630 # "Undo" feature
627631 'undo-success' => '此编辑可以被撤销。请检查以下对比以核实这正是您想做的,然后保存以下更改以完成撤销编辑。',
628632 'undo-failure' => '由于中途不一致的编辑,此编辑不能撤销。',
@@ -792,7 +796,7 @@
793797 'resultsperpage' => '每页显示链接数',
794798 'contextlines' => '每链显示行数:',
795799 'contextchars' => '每行显示字数:',
796 -'stubthreshold' => '小作品显示门限值',
 800+'stub-threshold' => '<a href="#" class="stub">短文章链接</a>格式门槛值:',
797801 'recentchangesdays' => '最近更改中的顯示日數:',
798802 'recentchangescount' => '最近更改中的編輯數:',
799803 'savedprefs' => '您的个人参数设置已经保存。',
@@ -1055,7 +1059,7 @@
10561060 'nmembers' => '$1个成员',
10571061 'nrevisions' => '$1个修订',
10581062 'nviews' => '$1次浏览',
1059 -'specialpage-empty' => '本页面没有内容。',
 1063+'specialpage-empty' => '这个报告的结果为空。',
10601064 'lonelypages' => '孤立页面',
10611065 'lonelypagestext' => '以下页面没有链接这个wiki中的其它页面。',
10621066 'uncategorizedpages' => '未归类页面',
@@ -1068,6 +1072,7 @@
10691073 'wantedpages' => '待撰页面',
10701074 'mostlinked' => '最多链接页面',
10711075 'mostlinkedcategories' => '最多链接分类',
 1076+'mostlinkedtemplates' => '最多链接模版',
10721077 'mostcategories' => '最多分类文章',
10731078 'mostimages' => '最多链接图像',
10741079 'mostrevisions' => '最多修订文章',
@@ -1296,14 +1301,11 @@
12971302 'confirmprotecttext' => '确认要保护该页?',
12981303 'confirmprotect' => '确认保护',
12991304 'protectmoveonly' => '只针对移动做保护',
1300 -'protectcomment' => '保护的原因',
1301 -'protectexpiry' => '终止时间',
 1305+'protectcomment' => '注解:',
 1306+'protectexpiry' => '到期:',
13021307 'protect_expiry_invalid' => '输入的终止时间无效。',
13031308 'protect_expiry_old' => '终止时间已过去。',
13041309 'unprotectsub' => '(正在取消保护"$1")',
1305 -'confirmunprotecttext' => '您是否真的想解除保护这页?',
1306 -'confirmunprotect' => '确认取消保护',
1307 -'unprotectcomment' => '取消保护的原因',
13081310 'protect-unchain' => '移动权限解锁',
13091311 'protect-text' => '你可以在这里浏览和修改对页面<strong>$1</strong>的保护级别。',
13101312 'protect-locked-blocked' => '您不能在被查封时更改保护级别。
@@ -1318,7 +1320,7 @@
13191321 'protect-level-sysop' => '仅操作员',
13201322 'protect-summary-cascade' => '联锁',
13211323 'protect-expiring' => '终止于 $1 (UTC)',
1322 -'protect-cascade' => '连锁保护 - 本页包含的所有页面均一并保护。',
 1324+'protect-cascade' => '保护本页中包含的页面 (连锁保护)',
13231325 'restriction-type' => '权限:',
13241326 'restriction-level' => '限制级别:',
13251327 'minimum-size' => '最小大小',
Index: branches/liquidthreads/languages/messages/MessagesSa.php
@@ -44,8 +44,6 @@
4545 'standard' => 'पूर्व',
4646 'nostalgia' => 'पुराण',
4747 'cologneblue' => 'नील',
48 - 'davinci' => 'कालिदास',
49 - 'mono' => 'Mono',
5048 'monobook' => 'पुस्तक',
5149 'myskin' => 'मे चर्मन्',
5250 'chick' => 'Chick'
Index: branches/liquidthreads/languages/messages/MessagesSr_el.php
@@ -45,7 +45,7 @@
4646 );
4747
4848 $skinNames = array(
49 - "Obična", "Nostalgija", "Kelnsko plavo", "Pedington", "Monparnas"
 49+ "Obična", "Nostalgija", "Kelnsko plavo"
5050 );
5151
5252 $extraUserToggles = array(
Index: branches/liquidthreads/languages/messages/MessagesKo.php
@@ -26,10 +26,8 @@
2727
2828 $skinNames = array(
2929 'standard' => '표준',
30 - 'davinci' => '다빈치',
31 - 'mono' => '모노',
3230 'monobook' => '모노북',
33 - 'my skin' => '내 스킨',
 31+ 'myskin' => '내 스킨',
3432 );
3533
3634 $bookstoreList = array(
Index: branches/liquidthreads/languages/messages/MessagesHe.php
@@ -21,9 +21,7 @@
2222 'standard' => 'רגיל',
2323 'nostalgia' => 'נוסטלגי',
2424 'cologneblue' => 'מים כחולים',
25 - 'davinci' => "דה־וינצ'י",
2625 'simple' => 'פשוט',
27 - 'mono' => 'מונו',
2826 'monobook' => 'מונובוק',
2927 'myskin' => 'הרקע שלי',
3028 'chick' => "צ'יק"
@@ -750,7 +748,12 @@
751749 'edittools' => '<!-- הטקסט הנכתב כאן יוצג מתחת לטפסי עריכת דפים והעלאת קבצים, ולפיכך ניתן לכתוב להציג בו תווים קשים לכתיבה, קטעים מוכנים של טקסט ועוד. -->',
752750 'nocreatetitle' => 'יצירת הדפים הוגבלה',
753751 'nocreatetext' => 'אתר זה מגביל את האפשרות ליצור דפים חדשים. באפשרותכם לחזור אחורה ולערוך דף קיים, או [[{{ns:special}}:Userlogin|להיכנס לחשבון]].',
 752+'recreate-deleted-warn' => "'''אזהרה: אתם יוצרים דף שנמחק בעבר.'''
754753
 754+אנא שיקלו האם זה נכון להמשיך לערוך את הדף.
 755+יומן המחיקות לדף זה מוצג להלן:",
 756+'recreate-deleted-dismiss' => '(הסתר)',
 757+
755758 # "Undo" feature
756759 'undo-success' => 'ניתן לבטל את העריכה. אנא בידקו את השוואת הגרסאות למטה כדי לוודא שזה מה שאתם רוצים לעשות, ואז שמרו את השינויים למטה כדי לבצע את ביטול העריכה.',
757760 'undo-failure' => 'לא ניתן היה לבטל את העריכה עקב התנגשות עם עריכות מאוחרות יותר.',
@@ -920,7 +923,7 @@
921924 'resultsperpage' => 'מספר תוצאות בעמוד',
922925 'contextlines' => 'שורות לכל תוצאה',
923926 'contextchars' => 'מספר תווי קונטקסט בשורה',
924 -'stubthreshold' => 'סף לעיצוב קישורים לקצרמרים:',
 927+'stub-threshold' => 'סף לעיצוב <a href="#" class="stub">קישורים</a> לקצרמרים:',
925928 'recentchangesdays' => 'מספר הימים שיוצגו בדף השינויים האחרונים:',
926929 'recentchangescount' => 'מספר העריכות שיוצגו בדף השינויים האחרונים:',
927930 'savedprefs' => 'העדפותיך נשמרו.',
@@ -1178,7 +1181,7 @@
11791182 'nmembers' => '{{plural:$1|דף אחד|$1 דפים}}',
11801183 'nrevisions' => '{{plural:$1|גרסה אחת|$1 גרסאות}}',
11811184 'nviews' => '{{plural:$1|צפיה אחת|$1 צפיות}}',
1182 -'specialpage-empty' => 'דף זה ריק.',
 1185+'specialpage-empty' => 'אין תוצאות.',
11831186 'lonelypages' => 'דפים יתומים',
11841187 'lonelypagestext' => 'לדפים הבאים אין קישורים מדפים אחרים באתר זה.',
11851188 'uncategorizedpages' => 'דפים חסרי קטגוריה',
@@ -1191,6 +1194,7 @@
11921195 'wantedpages' => 'דפים מבוקשים',
11931196 'mostlinked' => 'הדפים המקושרים ביותר',
11941197 'mostlinkedcategories' => 'הקטגוריות המקושרות ביותר',
 1198+'mostlinkedtemplates' => 'התבניות המקושרות ביותר',
11951199 'mostcategories' => 'הדפים מרובי־הקטגוריות ביותר',
11961200 'mostimages' => 'התמונות המקושרות ביותר',
11971201 'mostrevisions' => 'הדפים בעלי מספר העריכות הגבוה ביותר',
@@ -1412,14 +1416,11 @@
14131417 'confirmprotecttext' => 'האם אתם בטוחים שברצונכם להגן על דף זה?',
14141418 'confirmprotect' => 'מאשר את ההגנה',
14151419 'protectmoveonly' => 'הגן מפני העברת הדף בלבד',
1416 -'protectcomment' => 'הסיבה להגנה',
1417 -'protectexpiry' => 'פקיעת ההגנה',
 1420+'protectcomment' => 'הערה:',
 1421+'protectexpiry' => 'פקיעת ההגנה:',
14181422 'protect_expiry_invalid' => 'זמן פקיעת ההגנה בלתי חוקי.',
14191423 'protect_expiry_old' => 'זמן פקיעת ההגנה כבר עבר.',
14201424 'unprotectsub' => '(מבטל את ההגנה על "$1")',
1421 -'confirmunprotecttext' => 'האם אתם בטוחים שברצונכם לבטל את ההגנה על דף זה?',
1422 -'confirmunprotect' => 'מאשר את ביטול ההגנה',
1423 -'unprotectcomment' => 'הסיבה להסרת ההגנה',
14241425 'protect-unchain' => 'אפשר שינוי הרשאות העברה',
14251426 'protect-text' => 'באפשרותכם לראות ולשנות כאן את רמת ההגנה של הדף [[:$1]]. אנא ודאו שאתם פועלים בהתאם בהתאם לנהלי האתר.',
14261427 'protect-locked-blocked' => 'אינכם יכולים לשנות את רמת ההגנה של הדף בעודכם חסומים.
@@ -1434,7 +1435,7 @@
14351436 'protect-level-sysop' => 'מפעילי מערכת בלבד',
14361437 'protect-summary-cascade' => 'מדורג',
14371438 'protect-expiring' => 'פוקעת $1 (UTC)',
1438 -'protect-cascade' => 'הגנה מדורגת – הגן על כל הדפים המוכללים בדף זה.',
 1439+'protect-cascade' => 'הגן על כל הדפים המוכללים בדף זה (הגנה מדורגת).',
14391440 'restriction-type' => 'הרשאה:',
14401441 'restriction-level' => 'רמת ההגבלה:',
14411442 'minimum-size' => 'גודל מינימלי',
Property changes on: branches/liquidthreads
___________________________________________________________________
Modified: svnmerge-integrated
14421443 - /trunk/phase3:1-22746
14431444 + /trunk/phase3:1-22790

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r22702* (bug 10129) Magic words translated for Farsi by Huji...raymond13:27, 4 June 2007
r22717Merged revisions 22667-22715 via svnmerge from...david20:00, 4 June 2007
r22748* Removing 3 unused messages (since ages?), formerly used in ProtectionForm...raymond09:07, 5 June 2007
r22751Housekeeping:...raymond10:15, 5 June 2007
r22752Update.rotem10:28, 5 June 2007
r22753Remove unused messageswegge10:52, 5 June 2007
r22756Add missing $hint to 'EditSectionLink' hook callrobchurch12:54, 5 June 2007
r22757* (bug 10145) Wrap the tool links on Special:Whatlinkshere in a classed span ...robchurch13:02, 5 June 2007
r22758(bug 10055) Populate email address and real name properties of User objects p...robchurch13:30, 5 June 2007
r22759* (bug 9993) Force $wgShowExceptionDetails on during installation...robchurch14:39, 5 June 2007
r22760(bug 9383) Don't set a default value for BLOB column in patch-rc-deleted.sql,...robchurch15:03, 5 June 2007
r22768LocalFile::restore(): roll back the DB transaction if the file is missingtstarling17:53, 5 June 2007
r22771Expand a bit on the comment for Parser::stripToc, make it clearer what it doesavar18:34, 5 June 2007
r22772Don't bug out if no files were foundrobchurch18:39, 5 June 2007
r22773* (bug 10146) Update Chinese translations...raymond18:42, 5 June 2007
r22774* Add an Image::newFromName for additional compat...brion18:44, 5 June 2007
r22775(bug 10129) small change in Farsi translation of magic wordsraymond18:45, 5 June 2007
r22776Fix regression in section edit links - broken XML outputbrion18:59, 5 June 2007
r22777* Fix minor regression in media links to images that don't exist yet -- use d...brion19:06, 5 June 2007
r22778Update test case for 'Template with thumb image (with link in description)'....brion19:32, 5 June 2007
r22779* (bug 10149) Don't show full template list on section-0 edit...brion21:17, 5 June 2007
r22781ok 1 => pass; ok 0 => fail and report the path in the testavar23:25, 5 June 2007
r22785*Fill in rc_old_len and rc_new_len (bug 9542)aaron03:57, 6 June 2007
r22786*Try to use rev_len first to avoid hitting text table as muchaaron04:38, 6 June 2007
r22787API: help message fix - bug 10148 generator and/or help page errorsyurik04:41, 6 June 2007
r22788Housekeeping: rebuild message file with rebuildMessages.php to be consistent ...raymond08:19, 6 June 2007

Status & tagging log