Localisation updates for core and extension messages from translatewiki.net (2010...
[lhc/web/wiklou.git] / languages / messages / MessagesBh.php
1 <?php
2 /** Bihari (भोजपुरी)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Ganesh
11 */
12
13 $digitTransformTable = array(
14 '0' => '०', # &#x0966;
15 '1' => '१', # &#x0967;
16 '2' => '२', # &#x0968;
17 '3' => '३', # &#x0969;
18 '4' => '४', # &#x096a;
19 '5' => '५', # &#x096b;
20 '6' => '६', # &#x096c;
21 '7' => '७', # &#x096d;
22 '8' => '८', # &#x096e;
23 '9' => '९', # &#x096f;
24 );
25
26 $messages = array(
27 # Dates
28 'january' => 'जनवरी',
29 'february' => 'फरवरी',
30 'march' => 'मार्च',
31 'april' => 'अप्रिल',
32 'may_long' => 'मई',
33 'june' => 'जून',
34 'july' => 'जुलाई',
35 'august' => 'अगस्त',
36 'september' => 'सितम्बर',
37 'october' => 'अक्टूबर',
38 'november' => 'नवम्बर',
39 'december' => 'दिसम्बर',
40
41 'help' => 'मदद',
42 'newpage' => 'नया पन्ना',
43 'talkpagelinktext' => 'बात-चीत',
44
45 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
46 'aboutsite' => '{{SITENAME}} के बारे में',
47 'aboutpage' => 'Project:बारे में',
48 'copyright' => 'सामग्री $1 के तहत उपलब्ध बा।',
49 'copyrightpage' => '{{ns:project}}:लेखाधिकार',
50 'currentevents' => 'हाल के घटना',
51 'currentevents-url' => 'Project:हाल के घटना',
52 'disclaimers' => 'अस्विकरण',
53 'disclaimerpage' => 'Project:सामान्य अस्विकरण',
54 'mainpage' => 'पहिलका पन्ना',
55 'mainpage-description' => 'पहिलका पन्ना',
56 'privacy' => 'गोपनीयता निती',
57 'privacypage' => 'Project:गोपनीयता निती',
58
59 'badaccess' => 'अनुमति त्रुटी',
60 'badaccess-group0' => 'रउआ जवन कार्रवाई खातिर अनुरोध कईले बानी उ के निष्पादन करे के अनुमति नईखे।',
61
62 'red-link-title' => '$1 (पन्ना मौजूद नईखे)।',
63
64 # Short words for each namespace, by default used in the namespace tab in monobook
65 'nstab-main' => 'पन्ना',
66 'nstab-user' => 'प्रयोगकर्ता पन्ना',
67 'nstab-media' => 'मिडीया पन्ना',
68 'nstab-special' => 'विशेष पन्ना',
69 'nstab-project' => 'परियोजना पन्ना',
70
71 # Login and logout pages
72 'yourname' => 'प्रयोगकर्ता नाम',
73 'yourpassword' => 'गुप्त शब्द',
74 'login' => 'लाँग इन',
75 'logout' => 'लाँग आउट',
76
77 # Search results
78 'searchresults-title' => 'खोज परिणाम',
79
80 # Recent changes linked
81 'recentchangeslinked' => 'सम्बन्धित बदलाव',
82
83 # Namespace form on various pages
84 'blanknamespace' => '(मुख्य)',
85
86 # Contributions
87 'contributions' => 'प्रयोगकर्ता योगदान',
88 'contributions-title' => ' $1 खातिर प्रयोगकर्ता योगदान',
89 'mycontris' => 'हमार योगदान',
90 'nocontribs' => 'ई मानदंड से मिलत जुलत कौनो बदलाव ना मिलल।',
91 'uctop' => '(शीर्ष)',
92 'month' => 'महिना से (आ उ से पहिले):',
93 'year' => 'साल से (आ उ से पहिले):',
94
95 'sp-contributions-newbies' => 'खाली नया खाता के योगदान देखीं।',
96 'sp-contributions-newbies-sub' => 'नया खाता खातिर',
97 'sp-contributions-newbies-title' => 'नया खाता खातिर प्रयोगकर्ता के योगदान।',
98 'sp-contributions-blocklog' => 'निष्क्रीय लौग',
99 'sp-contributions-deleted' => 'नष्ट प्रयोगकर्ता के योगदान।',
100 'sp-contributions-logs' => 'लौग',
101 'sp-contributions-talk' => 'बात-चीत',
102 'sp-contributions-userrights' => 'प्रयोगकर्ता अधिकार प्रबन्धन',
103 'sp-contributions-blocked-notice' => 'ई प्रयोगकर्ता के ई समय निष्क्रीय करल गईल बा।
104 नविनतम नष्ट लौग प्रविष्टी उद्धरण खातिर निचे दिहल बा:',
105
106 # Tooltip help for the actions
107 'tooltip-t-print' => 'ई पन्ना के छापे लायक संस्करण।',
108 'tooltip-t-permalink' => 'ई पन्ना के संसोधन खातिर स्थायी लिंक।',
109
110 );