Removing single ' from linktrail as per bug 14655 and wikitech-l.
[lhc/web/wiklou.git] / languages / messages / MessagesEn.php
index c514aaf..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
@@ -3333,19 +3330,19 @@ You can also [[Special:Watchlist/edit|use the standard editor]].',
 'iranian-calendar-m11' => 'Bahman', # only translate this message to other languages if you have to change it
 'iranian-calendar-m12' => 'Esfand', # only translate this message to other languages if you have to change it
 
-#Higri month names
-+'hijri-calendar-m1' => 'Muharram', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m2' => 'Safar', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m3' => 'Rabi\' al-awwal', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m4' => 'Rabi\' al-thani', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m5' => 'Jumada al-awwal', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m6' => 'Jumada al-thani', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m7' => 'Rajab', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m8' => 'Sha\'aban', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m9' => 'Ramadan', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m10' => 'Shawwal', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m11' => 'Dhu al-Qi\'dah', # only translate this message to other languages if you have to change it
-+'hijri-calendar-m12' => 'Dhu al-Hijjah', # only translate this message to other languages if you have to change it
+# Hijri month names
+'hijri-calendar-m1'  => 'Muharram', # only translate this message to other languages if you have to change it
+'hijri-calendar-m2'  => 'Safar', # only translate this message to other languages if you have to change it
+'hijri-calendar-m3'  => "Rabi' al-awwal", # only translate this message to other languages if you have to change it
+'hijri-calendar-m4'  => "Rabi' al-thani", # only translate this message to other languages if you have to change it
+'hijri-calendar-m5'  => 'Jumada al-awwal', # only translate this message to other languages if you have to change it
+'hijri-calendar-m6'  => 'Jumada al-thani', # only translate this message to other languages if you have to change it
+'hijri-calendar-m7'  => 'Rajab', # only translate this message to other languages if you have to change it
+'hijri-calendar-m8'  => "Sha'aban", # only translate this message to other languages if you have to change it
+'hijri-calendar-m9'  => 'Ramadan', # only translate this message to other languages if you have to change it
+'hijri-calendar-m10' => 'Shawwal', # only translate this message to other languages if you have to change it
+'hijri-calendar-m11' => "Dhu al-Qi'dah", # only translate this message to other languages if you have to change it
+'hijri-calendar-m12' => 'Dhu al-Hijjah', # only translate this message to other languages if you have to change it
 
 # Hebrew month names
 'hebrew-calendar-m1'      => 'Tishrei', # only translate this message to other languages if you have to change it
@@ -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"',