Localisation updates Cantonese, Chinese and Literary Chinese
[lhc/web/wiklou.git] / languages / messages / MessagesLbe.php
1 <?php
2 /** Лакку (Лакку)
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 */
11
12 $fallback = 'ru';
13
14 $separatorTransformTable = array(
15 ',' => "\xc2\xa0", # nbsp
16 '.' => ','
17 );
18
19 $fallback8bitEncoding = 'windows-1251';
20 $linkPrefixExtension = true;
21
22 $namespaceNames = array(
23 NS_MEDIA => 'Медиа',
24 NS_SPECIAL => 'Къуллугъирал_лажин',
25 NS_TALK => 'Ихтилат',
26 NS_USER => 'Гьуртту_хьума',
27 NS_USER_TALK => 'Гьуртту_хьуминнал_ихтилат',
28 NS_PROJECT_TALK => '$1лиясса_ихтилат',
29 NS_FILE => 'Сурат',
30 NS_FILE_TALK => 'Суратраясса_ихтилат',
31 NS_MEDIAWIKI => 'MediaWiki',
32 NS_MEDIAWIKI_TALK => 'MediaWikiлиясса_ихтилат',
33 NS_TEMPLATE => 'Шаблон',
34 NS_TEMPLATE_TALK => 'Шаблондалиясса_ихтилат',
35 NS_HELP => 'Кумаг',
36 NS_HELP_TALK => 'Кумаграясса_ихтилат',
37 NS_CATEGORY => 'Категория',
38 NS_CATEGORY_TALK => 'Категориялиясса_ихтилат',
39 );
40
41 $linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяӀ1“»]+)(.*)$/sDu';
42
43 $messages = array(
44 'article' => 'Тарих',
45
46 # Cologne Blue skin
47 'qbedit' => 'Дакьин дуван',
48
49 'history' => 'Макьала',
50 'history_short' => 'Макьала',
51 'edit' => 'Дакьин дуван',
52 'talkpagelinktext' => 'Ихтилат',
53 'talk' => 'Ихтилат',
54
55 # 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).
56 'currentevents' => 'Нанисса ишру',
57 'currentevents-url' => 'Project:Нанисса ишру',
58 'mainpage' => 'Агьаммур лажин',
59 'mainpage-description' => 'Агьаммур лажин',
60
61 'editsection' => 'дакьин дуван',
62 'editold' => 'дакьин дуван',
63
64 # Short words for each namespace, by default used in the namespace tab in monobook
65 'nstab-main' => 'Тарих',
66 'nstab-user' => 'Гьуртту хьума',
67 'nstab-special' => 'Къуллугъирал лажин',
68 'nstab-image' => 'Сурат',
69 'nstab-template' => 'Шаблон',
70 'nstab-category' => 'Категория',
71
72 # Recent changes
73 'recentchanges' => 'Махъсса дахханашивурту',
74
75 # File description page
76 'file-anchor-link' => 'Сурат',
77 'filehist-user' => 'Гьурттучув',
78
79 # Miscellaneous special pages
80 'move' => 'ЦIа даххана дан',
81
82 # Special:Log
83 'specialloguserlabel' => 'Гьурттучув:',
84
85 'sp-contributions-talk' => 'Ихтилат',
86
87 );