From 0d0848cc46bc042ffd768adcfa7db8836d19e5dc Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 1 Oct 2008 09:43:05 +0000 Subject: [PATCH] Remove "on {{SITENAME}}" for the messages below. Use of {{SITENAME}} can cause issues with languages that use grammar, and in essence it is unnecessary bloat. * 'feed-unavailable', 'resetpass_forbidden', 'nocreate-loggedin', 'uploaddisabledtext', 'filedelete-nofile', 'movenotallowed', 'moverootuserpagesnotallowed' --- languages/messages/MessagesEn.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 6a91643887..8026c7eca7 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -754,7 +754,7 @@ See [[Special:Version|version page]].', 'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}', 'feedlinks' => 'Feed:', 'feed-invalid' => 'Invalid subscription feed type.', -'feed-unavailable' => 'Syndication feeds are not available on {{SITENAME}}', +'feed-unavailable' => 'Syndication feeds are not available', 'site-rss-feed' => '$1 RSS Feed', 'site-atom-feed' => '$1 Atom Feed', 'page-rss-feed' => '"$1" RSS Feed', @@ -998,7 +998,7 @@ To finish logging in, you must set a new password here:', 'resetpass_success' => 'Your password has been changed successfully! Now logging you in...', 'resetpass_bad_temporary' => 'Invalid temporary password. You may have already successfully changed your password or requested a new temporary password.', -'resetpass_forbidden' => 'Passwords cannot be changed on {{SITENAME}}', +'resetpass_forbidden' => 'Passwords cannot be changed', 'resetpass_missing' => 'No form data.', # Edit page toolbar @@ -1177,7 +1177,7 @@ The administrator who locked it offered this explanation: $1', 'nocreatetitle' => 'Page creation limited', 'nocreatetext' => '{{SITENAME}} has restricted the ability to create new pages. You can go back and edit an existing page, or [[Special:UserLogin|log in or create an account]].', -'nocreate-loggedin' => 'You do not have permission to create new pages on {{SITENAME}}.', +'nocreate-loggedin' => 'You do not have permission to create new pages.', 'permissionserrors' => 'Permissions Errors', 'permissionserrorstext' => 'You do not have permission to do that, for the following {{PLURAL:$1|reason|reasons}}:', 'permissionserrorstext-withaction' => 'You do not have permission to $2, for the following {{PLURAL:$1|reason|reasons}}:', @@ -1761,7 +1761,7 @@ If you still want to upload your file, please go back and use a new name. [[Imag 'uploadedimage' => 'uploaded "[[$1]]"', 'overwroteimage' => 'uploaded a new version of "[[$1]]"', 'uploaddisabled' => 'Uploads disabled', -'uploaddisabledtext' => 'File uploads are disabled on {{SITENAME}}.', +'uploaddisabledtext' => 'File uploads are disabled.', 'uploadscripted' => 'This file contains HTML or script code that may be erroneously interpreted by a web browser.', 'uploadcorrupt' => 'The file is corrupt or has an incorrect extension. Please check the file and upload again.', @@ -1891,7 +1891,7 @@ A [[Special:WhatLinksHere/$2|full list]] is available.', 'filedelete-submit' => 'Delete', 'filedelete-success' => "'''$1''' has been deleted.", 'filedelete-success-old' => "The version of '''[[Media:$1|$1]]''' as of $3, $2 has been deleted.", -'filedelete-nofile' => "'''$1''' does not exist on {{SITENAME}}.", +'filedelete-nofile' => "'''$1''' does not exist.", 'filedelete-nofile-old' => "There is no archived version of '''$1''' with the specified attributes.", 'filedelete-otherreason' => 'Other/additional reason:', 'filedelete-reason-otherlist' => 'Other reason', @@ -2614,8 +2614,8 @@ please be sure you understand the consequences of this before proceeding.", In those cases, you will have to move or merge the page manually if desired.", 'movearticle' => 'Move page:', -'movenotallowed' => 'You do not have permission to move pages on {{SITENAME}}.', -'moverootuserpagesnotallowed' => 'You do not have permission to move root user pages on {{SITENAME}}.', +'movenotallowed' => 'You do not have permission to move pages.', +'moverootuserpagesnotallowed' => 'You do not have permission to move root user pages.', 'newtitle' => 'To new title:', 'move-watch' => 'Watch this page', 'movepagebtn' => 'Move page', -- 2.20.1