From: Nemo bis Date: Fri, 9 Aug 2013 18:31:06 +0000 (+0200) Subject: Clarify info action's "search engine status" X-Git-Tag: 1.31.0-rc.0~19001^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=72f36a8bb3ec8492f82b7bd0c85109ce494acf25;p=lhc%2Fweb%2Fwiklou.git Clarify info action's "search engine status" We are using the word "indexing" anyway and I doubt the concept of internal vs. external search engine is any more complex than the concept of "robot" which also relates to robots.txt. "Allowed" or "disallowed" also seems appropriate, as it describes the permission without speaking of actual impossibility, though some describe it as "preventing" indexing. Examples: http://www.robotstxt.org/meta.html https://en.wikipedia.org/wiki/Noindex https://support.google.com/webmasters/answer/93710?hl=en http://googlewebmastercentral.blogspot.fi/2007/03/using-robots-meta-tag.html https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag http://www.w3.org/TR/html401/appendix/notes.html#h-B.4.1.2 Bug: 43935 Change-Id: I856767f9e4951b165b589a553dd84e35fc55822e --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 75e3532a23..04a21a9e5e 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3869,9 +3869,9 @@ This is probably caused by a link to a blacklisted external site.', 'pageinfo-length' => 'Page length (in bytes)', 'pageinfo-article-id' => 'Page ID', 'pageinfo-language' => 'Page content language', -'pageinfo-robot-policy' => 'Search engine status', -'pageinfo-robot-index' => 'Indexable', -'pageinfo-robot-noindex' => 'Not indexable', +'pageinfo-robot-policy' => 'Indexing by robots', +'pageinfo-robot-index' => 'Allowed', +'pageinfo-robot-noindex' => 'Disallowed', 'pageinfo-views' => 'Number of views', 'pageinfo-watchers' => 'Number of page watchers', 'pageinfo-few-watchers' => 'Fewer than $1 {{PLURAL:$1|watcher|watchers}}',