From: Alexandre Emsenhuber Date: Sun, 14 Oct 2012 18:40:41 +0000 (+0200) Subject: Rebuild MessagesEn.php X-Git-Tag: 1.31.0-rc.0~22032 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=f816a584992d2264ae952cbf2f3c56b83ac33965;p=lhc%2Fweb%2Fwiklou.git Rebuild MessagesEn.php Change-Id: I7e2f1cc2c97f368f49554a6f0f68c20d7d3a7a39 --- 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', - );