MediaWiki REL1_31
MessagesId.php File Reference

Indonesian (Bahasa Indonesia) More...

Go to the source code of this file.

Variables

 $bookstoreList
 
 $dateFormats
 
 $datePreferences
 
 $defaultDateFormat = 'dmy'
 
 $magicWords
 
 $namespaceAliases
 
 $namespaceNames
 
 $separatorTransformTable = [ ',' => '.', '.' => ',' ]
 
 $specialPageAliases
 

Detailed Description

Indonesian (Bahasa Indonesia)

To improve a translation please visit https://translatewiki.net

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 44 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

Definition at line 52 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:80
const NS_MEDIAWIKI_TALK
Definition Defines.php:83
const NS_FILE_TALK
Definition Defines.php:81
const NS_HELP_TALK
Definition Defines.php:87
const NS_CATEGORY_TALK
Definition Defines.php:89
const NS_TALK
Definition Defines.php:75
const NS_USER_TALK
Definition Defines.php:77
const NS_TEMPLATE_TALK
Definition Defines.php:85

Definition at line 32 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:86
const NS_USER
Definition Defines.php:76
const NS_PROJECT_TALK
Definition Defines.php:79
const NS_MEDIAWIKI
Definition Defines.php:82
const NS_TEMPLATE
Definition Defines.php:84
const NS_SPECIAL
Definition Defines.php:63
const NS_MEDIA
Definition Defines.php:62
const NS_CATEGORY
Definition Defines.php:88

Definition at line 13 of file MessagesId.php.

◆ $separatorTransformTable

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

Definition at line 11 of file MessagesId.php.

◆ $specialPageAliases

$specialPageAliases

Definition at line 195 of file MessagesId.php.