* typo/better English, thanks to pfctdayelise
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 30 Apr 2007 12:02:37 +0000 (12:02 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 30 Apr 2007 12:02:37 +0000 (12:02 +0000)
* typo in zh-classical

languages/messages/MessagesEn.php
languages/messages/MessagesZh_classical.php

index 40fc283..2d54aeb 100644 (file)
@@ -1365,10 +1365,10 @@ To include the image in a page, use a link in the form
 'largefileserver' => 'This file is bigger than the server is configured to allow.',
 'emptyfile'                  => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
 'fileexists'                 => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
-'fileexists-extension'        => 'A file with a similiar name exists:<br />
+'fileexists-extension'        => 'A file with a similar name exists:<br />
 Name of the uploading file: <strong><tt>$1</tt></strong><br />
 Name of the existing file: <strong><tt>$2</tt></strong><br />
-The only difference is in the lower/uppercase of the extension. Please check the files for identity.',
+Please choose a different name.',
 'fileexists-thumb'             => "'''<center>Existing image</center>'''",
 'fileexists-thumbnail-yes'     => "The file seems to be an image of reduced size <i>(thumbnail)</i>. Please check the file <strong><tt>$1</tt></strong>.<br />
 If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.",
index d348ac9..54019fe 100644 (file)
@@ -44,7 +44,7 @@ $defaultDateFormat = 'zh';
 $dateFormats = array(
         'zh time' => 'H時i分',
         'zh date' => 'Y年Fj日',
-        'zh both' => 'Y年Fj日H時i',
+        'zh both' => 'Y年Fj日H時i',
 );
 
 $linkTrail = '/^([a-z]+)(.*)$/sD';