X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesQqq.php;h=b57ca2c2963ddc463e3c98f031be832dccc1d851;hb=b9c5a47b1774bece6c3f1a21069b13074ca9bef7;hp=eaabbfe458253d5b7c7e1cf302de92af323ea4e5;hpb=98d9684ace02085341d8c1b5c404ec14bc55e3d7;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index eaabbfe458..b57ca2c296 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -7,6 +7,7 @@ * @ingroup Language * @file * + * @author *Surak* * @author Ahonc * @author Aleator * @author AlexSm @@ -654,6 +655,8 @@ $1 is a filename, I think.', * $1 is an error message', 'nocookiesnew' => "This message is displayed when a new account was successfully created, but the browser doesn't accept cookies.", 'nocookieslogin' => "This message is displayed when someone tried to login, but the browser doesn't accept cookies.", +'nocookiesfornew' => "This message is displayed when the user tried to create a new account, but it failed the CSRF check. It could be blocking an attack, but most likely, the browser isn't accepting cookies.", +'nocookiesforlogin' => "This message is displayed when someone tried to login and the CSRF failed (most likely, the browser doesn't accept cookies). Defaults to nocookieslogin", 'loginsuccesstitle' => 'The title of the page saying that you are logged in. The content of the page is the message "[[MediaWiki:Loginsuccess/{{SUBPAGENAME}}]]".', 'loginsuccess' => 'The content of the page saying that you are logged in. The title of the page is "[[MediaWiki:Loginsuccesstitle/{{SUBPAGENAME}}|{{int:loginsuccesstitle}}]]". $1 is the name of the logged in user. @@ -841,8 +844,8 @@ See also {{msg-mw|Noarticletext-nopermission}}.', 'userjsyoucanpreview' => 'Text displayed on every js page.', 'usercsspreview' => 'Text displayed on preview of every user .css subpage', 'userjspreview' => 'Text displayed on preview of every user .js subpage', -'globalcsspreview' => 'Text displayed on preview of .css pages in MediaWiki namespace', -'globaljspreview' => 'Text displayed on preview of .js pages in MediaWiki namespace', +'sitecsspreview' => 'Text displayed on preview of .css pages in MediaWiki namespace', +'sitejspreview' => 'Text displayed on preview of .js pages in MediaWiki namespace', 'updated' => '{{Identical|Updated}}', 'previewnote' => 'Note displayed when clicking on Show preview', 'editing' => "Shown as page title when editing a page. \$1 is the name of the page that is being edited. Example: \"''Editing Main Page''\".", @@ -2125,6 +2128,7 @@ The title is {{msg-mw|nopagetitle}}.', 'booksources-go' => 'Name of button in [[Special:BookSources]] {{Identical|Go}}', +'booksources-invalid-isbn' => 'This message is displayed after an invalid ISBN is entered on Special:Booksources.', # Special:Log 'specialloguserlabel' => 'Used in [[Special:Log]]. @@ -2389,26 +2393,27 @@ $1 is the approximate number of revisions that the page has, the message {{Identical|Edit delete reasons}}', # Rollback -'rollback' => '{{Identical|Rollback}}', -'rollback_short' => '{{Identical|Rollback}}', -'rollbacklink' => '{{Identical|Rollback}}', -'rollbackfailed' => '{{Identical|Rollback}}', -'cantrollback' => '{{Identical|Revert}} +'rollback' => '{{Identical|Rollback}}', +'rollback_short' => '{{Identical|Rollback}}', +'rollbacklink' => '{{Identical|Rollback}}', +'rollbackfailed' => '{{Identical|Rollback}}', +'cantrollback' => '{{Identical|Revert}} {{Identical|Rollback}}', -'alreadyrolled' => "Appear when there's rollback and/or edit collision. +'alreadyrolled' => "Appear when there's rollback and/or edit collision. * $1: the page to be rollbacked * $2: the editor to be rollbacked of that page * $3: the editor that cause collision {{Identical|Rollback}}", -'editcomment' => 'Only shown if there is an edit comment', -'revertpage' => '{{Identical|Revert}} +'editcomment' => 'Only shown if there is an edit comment', +'revertpage' => '{{Identical|Revert}} Additionally available: * $3: revid of the revision reverted to, * $4: timestamp of the revision reverted to, * $5: revid of the revision reverted from, * $6: timestamp of the revision reverted from', -'rollback-success' => 'This message shows up on screen after successful revert (generally visible only to admins). $1 describes user whose changes have been reverted, $2 describes user which produced version, which replaces reverted version. +'revertpage-nouser' => 'This is a confirmation message a user sees after reverting.', +'rollback-success' => 'This message shows up on screen after successful revert (generally visible only to admins). $1 describes user whose changes have been reverted, $2 describes user which produced version, which replaces reverted version. {{Identical|Revert}} {{Identical|Rollback}}',