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
|
<?php
/** Sango (Sängö)
*
* @ingroup Language
* @file
*
* @author sg.wikipedia.org sysops
*/
$messages = array(
'history' => 'Mbayé',
'history_short' => 'mbayé',
'edit' => 'Fa na mbi',
'editthispage' => 'Fa na mbi sô lêmbëtï',
'talk' => 'Kpere',
'otherlanguages' => 'Na mbênî âmëngä',
'ok' => 'Habe',
'editsection' => 'fa na mbi',
'editold' => 'fa na mbi',
'editsectionhint' => 'Fa na mbi: $1',
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'Soura',
'nstab-user' => 'Lêmbëtï tî Nyîmbâ',
# Login and logout pages
'yourpassword' => 'Pafungûla',
'userlogin' => 'Linda / Yeke nyîmbâ',
'logout' => 'Woza',
'userlogout' => 'Woza',
'yournick' => 'Nyîmbâ:',
# Edit pages
'anoneditwarning' => "'''Ânge:''' Mo yeke sunga äpëe. IP-lindosînga tî mo ayeke na mbayé tî sô lêmbëtï.",
'editing' => 'Mo fa na mbi $1',
'editingsection' => 'Mo fa na mbi $1 (section)',
# Preferences page
'mypreferences' => 'tandä tî mbï',
'prefs-rc' => 'Tanga ti yé so a gbion ya ni',
# User rights
'editinguser' => "Mo fa na mbi nyîmbâ '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])",
# Recent changes
'recentchanges' => 'Tanga ti yé so a gbion ya ni',
'brokenredirects-edit' => '(fa na mbi)',
# Watchlist
'watchlist' => 'bâa lo ânde tî mbï',
'watch' => 'bâa lo ânde',
# Contributions
'mycontris' => 'kua tî mbï',
);
|