Localisation updates for core messages from Betawiki (2008-01-08 17:05 CET)
[lhc/web/wiklou.git] / languages / messages / MessagesTh.php
index 0bad90e..8696d91 100644 (file)
@@ -29,15 +29,6 @@ $namespaceNames = array(
        NS_CATEGORY_TALK    => 'คุยเรื่องหมวดหมู่',
 );
 
-/**
- * A list of date format preference keys which can be selected in user
- * preferences. New preference keys can be added, provided they are supported
- * by the language class's timeanddate(). Only the 5 keys listed below are
- * supported by the wikitext converter (DateFormatter.php).
- *
- * The special key "default" is an alias for either dmy or mdy depending on
- * $wgAmericanDates
- */
 $datePreferences = array(
        'default',
        'thai',
@@ -47,14 +38,8 @@ $datePreferences = array(
        'ISO 8601',
 );
 
-/**
- * These are formats for dates generated by MediaWiki (as opposed to the wikitext
- * DateFormatter). Documentation for the format string can be found in
- * Language.php, search for sprintfDate.
- *
- * This array is automatically inherited by all subclasses. Individual keys can be
- * overridden.
- */
+$defaultDateFormat = 'thai';
+
 $dateFormats = array(
        'thai time' => 'H:i',
        'thai date' => 'j F xkY',
@@ -77,14 +62,6 @@ $dateFormats = array(
        'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
 );
 
-/**
- * The date format to use for generated dates in the user interface.
- * This may be one of the above date preferences, or the special value
- * "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy
- * if $wgAmericanDates is false.
- */
-$defaultDateFormat = 'thai';
-
 $linkTrail = '/^([a-z]+)(.*)\$/sD';
 
 $messages = array(
@@ -926,8 +903,6 @@ $1',
 'illegalfilename'             => 'ชื่อไฟล์  "$1" มีตัวอักษรที่ไม่สามารถนำมาใช้ได้ กรุณาเปลี่ยนชื่อไฟล์และอัปโหลดอีกครั้งหนึ่ง',
 'badfilename'                 => 'ชื่อไฟล์ถูกเปลี่ยนเป็น "$1"',
 'filetype-badmime'            => 'ไม่อนุญาตให้อัปโหลดไฟล์ที่เป็นไมม์ชนิด "$1"',
-'filetype-badtype'            => "'''\".\$1\"''' เป็นรูปแบบไฟล์ที่ไม่สามารถใช้ได้
-: รายการของไฟล์ที่ให้ใช้ได้: \$2",
 'filetype-missing'            => 'นามสกุลไฟล์หายไป (เช่น ".jpg")',
 'large-file'                  => 'ไฟล์ไม่ควรมีขนาดใหญ่กว่า $1 ไฟล์นี้มีขนาด $2',
 'largefileserver'             => 'ไฟล์นี้มีขนาดใหญ่กว่าค่าที่อนุญาตให้ใช้ได้',