From f816a584992d2264ae952cbf2f3c56b83ac33965 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 14 Oct 2012 20:40:41 +0200 Subject: [PATCH] Rebuild MessagesEn.php Change-Id: I7e2f1cc2c97f368f49554a6f0f68c20d7d3a7a39 --- 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 c0e80307c8..9e477e0338 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -893,7 +893,6 @@ $1', 'portal-url' => 'Project:Community portal', 'privacy' => 'Privacy policy', 'privacypage' => 'Project:Privacy policy', -'content-failed-to-parse' => "Failed to parse $2 content for $1 model: $3", 'badaccess' => 'Permission error', 'badaccess-group0' => 'You are not allowed to execute the action you have requested.', @@ -1485,9 +1484,16 @@ It already exists.', 'addsection-preload' => '', # do not translate or duplicate this message to other languages 'addsection-editintro' => '', # do not translate or duplicate this message to other languages 'defaultmessagetext' => 'Default message text', +'content-failed-to-parse' => 'Failed to parse $2 content for $1 model: $3', 'invalid-content-data' => 'Invalid content data', 'content-not-allowed-here' => '"$1" content is not allowed on page [[$2]]', +# Content models +'content-model-wikitext' => 'wikitext', +'content-model-text' => 'plain text', +'content-model-javascript' => 'JavaScript', +'content-model-css' => 'CSS', + # Parser/template warnings 'expensive-parserfunction-warning' => "'''Warning:''' This page contains too many expensive parser function calls. @@ -4948,10 +4954,4 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa 'duration-centuries' => '$1 {{PLURAL:$1|century|centuries}}', 'duration-millennia' => '$1 {{PLURAL:$1|millennium|millennia}}', -# Content model IDs for the ContentHandler facility; used by ContentHandler::getContentModel() -'content-model-wikitext' => 'wikitext', -'content-model-javascript' => 'JavaScript', -'content-model-css' => 'CSS', -'content-model-text' => 'plain text', - ); -- 2.20.1