summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesAb.php
blob: d0f53cfb58efd414a59fa641b67f4d55a4ffe6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
/** Abkhazian (Аҧсуа)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Mzhiba
 * @author ОйЛ
 */

$fallback = 'ru';

$messages = array(
# Dates
'january'   => 'ажьырныҳәа',
'february'  => 'жәабран',
'march'     => 'хәажәкыр',
'april'     => 'мшаҧы',
'may_long'  => 'лаҵара',
'june'      => 'рашәара',
'july'      => 'ҧхынгәы',
'august'    => 'нанҳәа',
'september' => 'цәыббра',
'october'   => 'жьҭаара',
'november'  => 'абҵара',
'december'  => 'ҧхынҷкәын',

'search'           => 'Аҧшаара',
'searchbutton'     => 'Аҧшаара',
'printableversion' => 'Акьыҧхьразы аверсиа',
'jumptosearch'     => 'аҧшаара',

# 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).
'aboutsite'            => '{{SITENAME}} иазкны',
'mainpage'             => 'Ихадоу адаҟьа',
'mainpage-description' => 'Ихадоу адаҟьа',

# Edit pages
'summary' => 'Ятарлă саспаллисем:',

# Special:AllPages
'alphaindexline' => '$1 ... $2',

# 'all' in various places, this might be different for inflected languages
'watchlistall2' => 'зегьы',
'namespacesall' => 'зегьы',
'monthsall'     => 'зегьы',

);