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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<?php
/** Akan (Akan)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Kasahorow
* @author Natsubee
* @author Paa.kwesi
*/
$messages = array(
# User preference toggles
'tog-underline' => 'Twa lenk nyina ase:',
'tog-highlightbroken' => 'Fɔɔmat nlink a wɔnnyɛ edwuma <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>)',
'tog-justify' => 'Gyastefae mparagraf',
'tog-hideminor' => 'Suma nsesae a wɔakɔ so a wɔnnkyɛree koraa',
'tog-hidepatrolled' => 'Suma nsesae a wɔapatrole wɔn ndansa yi ara',
'tog-newpageshidepatrolled' => 'Suma nkrataafa a wɔapatrole wɔn fi krataafa-foforo lest no so',
'tog-extendwatchlist' => 'San list-nhwɛso no mu ama wo ehu nsesae nyinara a wɔakɔ so',
'tog-usenewrc' => 'Fa ndansa nsesae a woetu mpon fa di dwuma (wo hia JavaScript)',
'tog-numberheadings' => 'Ma ti-nsɛm no ara ankasa mma wɔn ho nɔmba',
'tog-showtoolbar' => 'Kyerɛ tulbaa a wɔde yɛ nsesa (wo hia JavaScript)',
'tog-editondblclick' => 'Sesa nkrataafa sɛ womia klik mpɛn mienu a (wo hia JavaScript)',
# 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',
# Categories related messages
'listingcontinuesabbrev' => 'toa so',
'search' => 'Hwehwɛ',
'searchbutton' => 'Hwehwɛ',
'go' => 'Kɔ',
'searcharticle' => 'Kɔ',
'history' => 'Krataafa abakɔsɛm',
'history_short' => 'Beeme',
'talkpagelinktext' => 'Kasa',
'talk' => 'Kasa',
'jumptosearch' => 'hwehwɛ',
# Login and logout pages
'login' => 'Bra mu',
'nav-login-createaccount' => 'Bra mu / yɛ akawnt',
'userlogin' => 'Bra mu',
'logout' => 'Pue',
'userlogout' => 'Pue',
'notloggedin' => 'Mmbaa mu',
'nologin' => "Wo nni akawnt anaa? '''$1'''.",
# Search results
'powersearch' => 'Hwehwɛ',
# Preferences page
'searchresultshead' => 'Hwehwɛ',
# Recent changes
'hist' => 'beeme',
# Watchlist
'watch' => 'Hwɛ',
);
|