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
53
54
55
56
57
|
<?php
/** Akan (Akan)
*
* @ingroup Language
* @file
*
* @author Natsubee
* @author Paa.kwesi
*/
$messages = array(
# User preference toggles
'tog-underline' => 'Twa lenk nyina ase:',
# Dates
'sunday' => 'Kwasiada',
'monday' => 'Ɛdwoada',
'tuesday' => 'Ɛbenada',
'wednesday' => 'Wukuada',
'thursday' => 'Yawoada',
'friday' => 'Efiada',
'saturday' => 'Memeneda',
'january' => 'Ɔpɛpɔn',
'february' => 'Ɔgyefuo',
'march' => 'Ɔbenem',
'april' => 'Oforisuo',
'may_long' => 'Kɔtonimma',
'june' => 'Ayɛwohomumu',
'july' => 'Kutawonsa',
'august' => 'Ɔsannaa',
'september' => 'Ɛbɔ',
'october' => 'Ahinime',
'november' => 'Obubuo',
'december' => 'Ɔpenimma',
'search' => 'Hwehwɛ',
'searchbutton' => 'Hwehwɛ',
'go' => 'Kɔ',
'searcharticle' => 'Kɔ',
'history_short' => 'Beeme',
'talkpagelinktext' => 'Kasa',
'talk' => 'Kasa',
'jumptosearch' => 'hwehwɛ',
# Search results
'powersearch' => 'Hwehwɛ',
# Preferences page
'searchresultshead' => 'Hwehwɛ',
# Recent changes
'hist' => 'beeme',
# Watchlist
'watch' => 'Hwɛ',
);
|