summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesAk.php
blob: bb3265bc48174439ebd98e61ddcc369422b537b7 (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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?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
 */

$namespaceNames = array(
	NS_MEDIA            => 'Medya',
	NS_SPECIAL          => 'Spesial',
	NS_TALK             => 'Nkɔmbɔ',
	NS_USER             => 'User',
	NS_USER_TALK        => 'User_nkɔmbɔ',
	NS_PROJECT_TALK     => '$1_nkɔmbɔ',
	NS_FILE             => 'Fayl',
	NS_FILE_TALK        => 'Fayl_nkɔmbɔ',
	NS_MEDIAWIKI        => 'MediaWiki',
	NS_MEDIAWIKI_TALK   => 'MediaWiki_nkɔmbɔ',
	NS_TEMPLATE         => 'Şablon',
	NS_TEMPLATE_TALK    => 'Şablon_nkɔmbɔ',
	NS_HELP             => 'Help',
	NS_HELP_TALK        => 'Help_nkɔmbɔ',
	NS_CATEGORY         => 'Kategori',
	NS_CATEGORY_TALK    => 'Kategori_nkɔmbɔ',
);

$messages = array(
# User preference toggles
'tog-underline' => 'Twa lenk nyina ase:',
'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' => 'Abakɔsɛm',
'talkpagelinktext' => 'Kasa',
'talk' => 'Nkɔmbɔ',
'jumptosearch' => 'hwehwɛ',

# 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' => 'Fa {{SITENAME}} ho',
'mainpage' => 'Krataafa Titiriw',

'editsection' => 'sesa',
'editsectionhint' => 'Sesa sɛkhyɛn: $1',
'red-link-title' => '$1 (krataafa nni hɔ)',

# Login and logout pages
'login' => 'Bra mu',
'nav-login-createaccount' => 'Bra mu / yɛ akawnt',
'userlogin' => 'Bra mu / yɛ akawnt',
'logout' => 'Pue',
'userlogout' => 'Pue',
'notloggedin' => 'Mmbaa mu',
'nologin' => 'Wo nni akawnt anaa? $1.',

# Search results
'powersearch' => 'Hwehwɛ',

# Preferences page
'searchresultshead' => 'Hwehwɛ',

# Recent changes
'hist' => 'abakɔsɛm',

# Watchlist
'watch' => 'Hwɛ',

'sp-contributions-talk' => 'Kasa',

);