languages/messages/MessagesLzh.php File Reference

Literary Chinese (文言). More...

Go to the source code of this file.

Variables

 $datePreferences
 A list of date format preference keys which can be selected in user preferences.
 $defaultDateFormat = 'zh'
 $dateFormats
 These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
 $linkTrail = '/^([a-z]+)(.*)$/sD'
 $digitTransformTable
 $messages


Detailed Description

Literary Chinese (文言).

See MessagesQqq.php for message documentation incl. usage of parameters To improve a translation please visit http://translatewiki.net

Author:
Itsmine

Omnipaedista

Shinjiman

Definition in file MessagesLzh.php.


Variable Documentation

$dateFormats

Initial value:

 array(
        'zh time' => 'H時i分',
        'zh date' => 'Y年n月j日 (l)',
        'zh both' => 'Y年n月j日 (D) H時i分',
)
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.

Definition at line 39 of file MessagesLzh.php.

$datePreferences

Initial value:

 array(
        'default',
        'ISO 8601',
)
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

Definition at line 24 of file MessagesLzh.php.

$defaultDateFormat = 'zh'

Definition at line 29 of file MessagesLzh.php.

$digitTransformTable

Initial value:

 array(
        '0' => '〇',
        '1' => '一',
        '2' => '二',
        '3' => '三',
        '4' => '四',
        '5' => '五',
        '6' => '六',
        '7' => '七',
        '8' => '八',
        '9' => '九',
        '.' => '點',
        ',' => '',
)

Definition at line 47 of file MessagesLzh.php.

$linkTrail = '/^([a-z]+)(.*)$/sD'

Definition at line 45 of file MessagesLzh.php.

$messages

Definition at line 69 of file MessagesLzh.php.


Generated on Tue Jun 22 13:54:06 2010 for MediaWiki by  doxygen 1.5.9