MediaWiki REL1_33
MessagesKn.php
Go to the documentation of this file.
1<?php
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
52 '0' => '೦', # U+0CE6
53 '1' => '೧', # U+0CE7
54 '2' => '೨', # U+0CE8
55 '3' => '೩', # U+0CE9
56 '4' => '೪', # U+0CEA
57 '5' => '೫', # U+0CEB
58 '6' => '೬', # U+0CEC
59 '7' => '೭', # U+0CED
60 '8' => '೮', # U+0CEE
61 '9' => '೯', # U+0CEF
62];
63
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
$namespaceNames
$digitGroupingPattern
$digitTransformTable
const NS_HELP
Definition Defines.php:85
const NS_FILE
Definition Defines.php:79
const NS_MEDIAWIKI_TALK
Definition Defines.php:82
const NS_PROJECT_TALK
Definition Defines.php:78
const NS_TEMPLATE
Definition Defines.php:83
const NS_SPECIAL
Definition Defines.php:62
const NS_FILE_TALK
Definition Defines.php:80
const NS_HELP_TALK
Definition Defines.php:86
const NS_CATEGORY_TALK
Definition Defines.php:88
const NS_MEDIA
Definition Defines.php:61
const NS_TALK
Definition Defines.php:74
const NS_USER_TALK
Definition Defines.php:76
const NS_CATEGORY
Definition Defines.php:87
const NS_TEMPLATE_TALK
Definition Defines.php:84