[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** Kannada (ಕನ್ನಡ) 3 * 4 * To improve a translation please visit https://translatewiki.net 5 * 6 * @ingroup Language 7 * @file 8 * 9 * @author Akoppad 10 * @author Ashwath Mattur <[email protected]> http://en.wikipedia.org/wiki/User:Ashwatham 11 * @author Dimension10 12 * @author Dipin 13 * @author HPN 14 * @author Hari Prasad Nadig <[email protected]> http://en.wikipedia.org/wiki/User:Hpnadig 15 * @author Kaganer 16 * @author Ktkaushik 17 * @author M G Harish 18 * @author Mana 19 * @author NamwikiTL 20 * @author Nayvik 21 * @author Nk rahul14 22 * @author Omshivaprakash 23 * @author Prashwiki 24 * @author Shankar 25 * @author Shushruth 26 * @author Teju2friends 27 * @author The Evil IP address 28 * @author VASANTH S.N. 29 * @author לערי ריינהארט 30 */ 31 32 $namespaceNames = array( 33 NS_MEDIA => 'ಮೀಡಿಯ', 34 NS_SPECIAL => 'ವಿಶೇಷ', 35 NS_TALK => 'ಚರ್ಚೆಪುಟ', 36 NS_USER => 'ಸದಸ್ಯ', 37 NS_USER_TALK => 'ಸದಸ್ಯರ_ಚರ್ಚೆಪುಟ', 38 NS_PROJECT_TALK => '$1_ಚರ್ಚೆ', 39 NS_FILE => 'ಚಿತ್ರ', 40 NS_FILE_TALK => 'ಚಿತ್ರ_ಚರ್ಚೆಪುಟ', 41 NS_MEDIAWIKI => 'ಮೀಡಿಯವಿಕಿ', 42 NS_MEDIAWIKI_TALK => 'ಮೀಡೀಯವಿಕಿ_ಚರ್ಚೆ', 43 NS_TEMPLATE => 'ಟೆಂಪ್ಲೇಟು', 44 NS_TEMPLATE_TALK => 'ಟೆಂಪ್ಲೇಟು_ಚರ್ಚೆ', 45 NS_HELP => 'ಸಹಾಯ', 46 NS_HELP_TALK => 'ಸಹಾಯ_ಚರ್ಚೆ', 47 NS_CATEGORY => 'ವರ್ಗ', 48 NS_CATEGORY_TALK => 'ವರ್ಗ_ಚರ್ಚೆ', 49 ); 50 51 $digitTransformTable = array( 52 '0' => '೦', # ೦ 53 '1' => '೧', # ೧ 54 '2' => '೨', # ೨ 55 '3' => '೩', # ೩ 56 '4' => '೪', # ೪ 57 '5' => '೫', # ೫ 58 '6' => '೬', # ೬ 59 '7' => '೭', # ೭ 60 '8' => '೮', # ೮ 61 '9' => '೯', # ೯ 62 ); 63 64 $digitGroupingPattern = "##,##,###"; 65
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |