Removing single ' from linktrail as per bug 14655 and wikitech-l.
[lhc/web/wiklou.git] / languages / messages / MessagesEn.php
index 0229bc9..ca67e6f 100644 (file)
@@ -439,7 +439,7 @@ $specialPageAliases = array(
  * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as
  * the first group, and the remainder of the string as the second group.
  */
-$linkTrail = '/^(\'?\p{L&}+)(.*)$/usD';
+$linkTrail = '/^(\p{L&}+)(.*)$/usD';
 
 #-------------------------------------------------------------------
 # Default messages
@@ -2014,10 +2014,6 @@ The e-mail address you entered in your user preferences will appear as the "From
 'emailccsubject'  => 'Copy of your message to $1: $2',
 'emailsent'       => 'E-mail sent',
 'emailsenttext'   => 'Your e-mail message has been sent.',
-'emailuserfooter' => 'Sent automatically by {{SITENAME}} to $1 for $2.
-Please note, {{SITENAME}} cannot be held responsible for the content of this email.
-The option to remove yourself from these mailings is in your preferences.
-Check your preferences at $3 and uncheck "$4".',
 
 # Watchlist
 'watchlist'            => 'My watchlist',
@@ -2673,7 +2669,6 @@ All transwiki import actions are logged at the [[Special:Log/import|import log]]
 'chick.css'       => '/* CSS placed here will affect users of the Chick skin */', # only translate this message to other languages if you have to change it
 'simple.css'      => '/* CSS placed here will affect users of the Simple skin */', # only translate this message to other languages if you have to change it
 'modern.css'      => '/* CSS placed here will affect users of the Modern skin */', # only translate this message to other languages if you have to change it
-'print.css'       => '/* CSS placed here will be applied to the printable version */', # only translate this message to other languages if you have to change it
 
 # Scripts
 'common.js'      => '/* Any JavaScript here will be loaded for all users on every page load. */', # only translate this message to other languages if you have to change it
@@ -2807,7 +2802,9 @@ Variants for Chinese language
 'variantname-zh-cn'   => 'cn', # only translate this message to other languages if you have to change it
 'variantname-zh-tw'   => 'tw', # only translate this message to other languages if you have to change it
 'variantname-zh-hk'   => 'hk', # only translate this message to other languages if you have to change it
+'variantname-zh-mo'   => 'mo', # only translate this message to other languages if you have to change it
 'variantname-zh-sg'   => 'sg', # only translate this message to other languages if you have to change it
+'variantname-zh-my'   => 'my', # only translate this message to other languages if you have to change it
 'variantname-zh'      => 'zh', # only translate this message to other languages if you have to change it
 
 # Variants for Serbian language
@@ -3380,6 +3377,7 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 # Signatures
 'signature'      => '[[{{ns:user}}:$1|$2]]', # do not translate or duplicate this message to other languages
 'signature-anon' => '[[{{#special:Contributions}}/$1|$2]]', # do not translate or duplicate this message to other languages
+'timezone-utc'   => 'UTC', # only translate this message to other languages if you have to change it
 
 # Core parser functions
 'unknown_extension_tag' => 'Unknown extension tag "$1"',