MediaWiki master
MessagesId.php File Reference

Indonesian (Bahasa Indonesia) More...

Go to the source code of this file.

Variables

 $bookstoreList
 
 $dateFormats
 
 $datePreferences
 
 $defaultDateFormat = 'dmy'
 
 $magicWords
 @phpcs-require-sorted-array
 
 $namespaceAliases
 
 $namespaceNames
 
 $separatorTransformTable = [ ',' => '.', '.' => ',' ]
 
 $specialPageAliases
 @phpcs-require-sorted-array
 

Detailed Description

Indonesian (Bahasa Indonesia)

Definition in file MessagesId.php.

Variable Documentation

◆ $bookstoreList

$bookstoreList
Initial value:
= [
'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN',
'Amazon.com' => 'https://www.amazon.com/exec/obidos/ISBN=$1',
'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1',
'Bhinneka.com bookstore' => 'http://www.bhinneka.com/Buku/Engine/search.asp?fisbn=$1',
'Gramedia Cyberstore (via Google)' => 'http://www.google.com/search?q=%22ISBN+:+$1%22+%22product_detail%22+site:www.gramediacyberstore.com+OR+site:www.gramediaonline.com+OR+site:www.kompas.com&hl=id',
]

Definition at line 41 of file MessagesId.php.

◆ $dateFormats

$dateFormats
Initial value:
= [
'dmy time' => 'H.i',
'dmy date' => 'j F Y',
'dmy both' => 'j F Y H.i',
'ymd time' => 'H.i',
'ymd date' => 'Y F j',
'ymd both' => 'Y F j H.i',
]

Definition at line 304 of file MessagesId.php.

◆ $datePreferences

$datePreferences
Initial value:
= [
'default',
'dmy',
'ymd',
'ISO 8601',
]

Definition at line 295 of file MessagesId.php.

◆ $defaultDateFormat

$defaultDateFormat = 'dmy'

Definition at line 302 of file MessagesId.php.

◆ $magicWords

$magicWords

@phpcs-require-sorted-array

Definition at line 50 of file MessagesId.php.

◆ $namespaceAliases

$namespaceAliases
Initial value:
= [
'Gambar_Pembicaraan' => NS_FILE_TALK,
'MediaWiki_Pembicaraan' => NS_MEDIAWIKI_TALK,
'Templat_Pembicaraan' => NS_TEMPLATE_TALK,
'Bantuan_Pembicaraan' => NS_HELP_TALK,
'Kategori_Pembicaraan' => NS_CATEGORY_TALK,
'Gambar' => NS_FILE,
'Pembicaraan_Gambar' => NS_FILE_TALK,
'Bicara' => NS_TALK,
'Bicara_Pengguna' => NS_USER_TALK,
]
const NS_FILE
Definition Defines.php:70
const NS_MEDIAWIKI_TALK
Definition Defines.php:73
const NS_FILE_TALK
Definition Defines.php:71
const NS_HELP_TALK
Definition Defines.php:77
const NS_CATEGORY_TALK
Definition Defines.php:79
const NS_TALK
Definition Defines.php:65
const NS_USER_TALK
Definition Defines.php:67
const NS_TEMPLATE_TALK
Definition Defines.php:75

Definition at line 29 of file MessagesId.php.

◆ $namespaceNames

$namespaceNames
Initial value:
= [
NS_MEDIA => 'Media',
NS_SPECIAL => 'Istimewa',
NS_TALK => 'Pembicaraan',
NS_USER => 'Pengguna',
NS_USER_TALK => 'Pembicaraan_Pengguna',
NS_PROJECT_TALK => 'Pembicaraan_$1',
NS_FILE => 'Berkas',
NS_FILE_TALK => 'Pembicaraan_Berkas',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Pembicaraan_MediaWiki',
NS_TEMPLATE => 'Templat',
NS_TEMPLATE_TALK => 'Pembicaraan_Templat',
NS_HELP => 'Bantuan',
NS_HELP_TALK => 'Pembicaraan_Bantuan',
NS_CATEGORY => 'Kategori',
NS_CATEGORY_TALK => 'Pembicaraan_Kategori',
]
const NS_HELP
Definition Defines.php:76
const NS_USER
Definition Defines.php:66
const NS_PROJECT_TALK
Definition Defines.php:69
const NS_MEDIAWIKI
Definition Defines.php:72
const NS_TEMPLATE
Definition Defines.php:74
const NS_SPECIAL
Definition Defines.php:53
const NS_MEDIA
Definition Defines.php:52
const NS_CATEGORY
Definition Defines.php:78

Definition at line 10 of file MessagesId.php.

◆ $separatorTransformTable

$separatorTransformTable = [ ',' => '.', '.' => ',' ]

Definition at line 8 of file MessagesId.php.

◆ $specialPageAliases

$specialPageAliases

@phpcs-require-sorted-array

Definition at line 194 of file MessagesId.php.