~alltray-developers/alltray/website

« back to all changes in this revision

Viewing changes to mediawiki-1.14.0/languages/messages/MessagesAb.php

  • Committer: Michael B. Trausch
  • Date: 2011-07-14 20:08:10 UTC
  • Revision ID: mike@trausch.us-20110714200810-m01r8l2f3w12uu5o
Remove wiki and update front page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/** Abkhazian (Аҧсуа)
3
 
 *
4
 
 * @ingroup Language
5
 
 * @file
6
 
 *
7
 
 * @author Mzhiba
8
 
 * @author ОйЛ
9
 
 */
10
 
 
11
 
$fallback = 'ru';
12
 
 
13
 
$messages = array(
14
 
# Dates
15
 
'january'   => 'ажьырныҳәа',
16
 
'february'  => 'жәабран',
17
 
'march'     => 'хәажәкыр',
18
 
'april'     => 'мшаҧы',
19
 
'may_long'  => 'лаҵара',
20
 
'june'      => 'рашәара',
21
 
'july'      => 'ҧхынгәы',
22
 
'august'    => 'нанҳәа',
23
 
'september' => 'цәыббра',
24
 
'october'   => 'жьҭаара',
25
 
'november'  => 'абҵара',
26
 
'december'  => 'ҧхынҷкәын',
27
 
 
28
 
'search'           => 'Аҧшаара',
29
 
'searchbutton'     => 'Аҧшаара',
30
 
'printableversion' => 'Акьыҧхьразы аверсиа',
31
 
'jumptosearch'     => 'аҧшаара',
32
 
 
33
 
# 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).
34
 
'aboutsite'            => '{{SITENAME}} иазкны',
35
 
'mainpage'             => 'Ихадоу адаҟьа',
36
 
'mainpage-description' => 'Ихадоу адаҟьа',
37
 
 
38
 
# Edit pages
39
 
'summary' => 'Ятарлă саспаллисем:',
40
 
 
41
 
# Special:AllPages
42
 
'alphaindexline' => '$1 ... $2',
43
 
 
44
 
# 'all' in various places, this might be different for inflected languages
45
 
'watchlistall2' => 'зегьы',
46
 
'namespacesall' => 'зегьы',
47
 
'monthsall'     => 'зегьы',
48
 
 
49
 
);