* (bug 18592) Removing hardcoded brackets in 'version-version' and 'version-svn-revis...
[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_MAIN => '',
26 NS_TALK => 'Ихтилат',
27 NS_USER => 'Гьуртту_хьума',
28 NS_USER_TALK => 'Гьуртту_хьуминнал_ихтилат',
29 #NS_PROJECT set by $wgMetaNamespace
30 NS_PROJECT_TALK => '$1лиясса_ихтилат',
31 NS_FILE => 'Сурат',
32 NS_FILE_TALK => 'Суратраясса_ихтилат',
33 NS_MEDIAWIKI => 'MediaWiki',
34 NS_MEDIAWIKI_TALK => 'MediaWikiлиясса_ихтилат',
35 NS_TEMPLATE => 'Шаблон',
36 NS_TEMPLATE_TALK => 'Шаблондалиясса_ихтилат',
37 NS_HELP => 'Кумаг',
38 NS_HELP_TALK => 'Кумаграясса_ихтилат',
39 NS_CATEGORY => 'Категория',
40 NS_CATEGORY_TALK => 'Категориялиясса_ихтилат',
41 );
42
43 $linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяӀ1“»]+)(.*)$/sDu';
44
45 $messages = array(
46 'article' => 'Тарих',
47
48 # Cologne Blue skin
49 'qbedit' => 'Дакьин дуван',
50
51 'history' => 'Макьала',
52 'history_short' => 'Макьала',
53 'edit' => 'Дакьин дуван',
54 'talkpagelinktext' => 'Ихтилат',
55 'talk' => 'Ихтилат',
56
57 # 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).
58 'currentevents' => 'Нанисса ишру',
59 'currentevents-url' => 'Project:Нанисса ишру',
60 'mainpage' => 'Агьаммур лажин',
61 'mainpage-description' => 'Агьаммур лажин',
62
63 'editsection' => 'дакьин дуван',
64 'editold' => 'дакьин дуван',
65
66 # Short words for each namespace, by default used in the namespace tab in monobook
67 'nstab-main' => 'Тарих',
68 'nstab-user' => 'Гьуртту хьума',
69 'nstab-special' => 'Къуллугъирал лажин',
70 'nstab-image' => 'Сурат',
71 'nstab-template' => 'Шаблон',
72 'nstab-category' => 'Категория',
73
74 # Recent changes
75 'recentchanges' => 'Махъсса дахханашивурту',
76
77 # File description page
78 'filehist-user' => 'Гьурттучув',
79
80 # Miscellaneous special pages
81 'move' => 'ЦIа даххана дан',
82
83 # Special:Log
84 'specialloguserlabel' => 'Гьурттучув:',
85
86 'sp-contributions-talk' => 'Ихтилат',
87
88 );