Localisation updates from Betawiki.
[lhc/web/wiklou.git] / languages / messages / MessagesLn.php
1 <?php
2
3 /**
4 * Lingala language
5 *
6 * @addtogroup Language
7 *
8 * @author SPQRobin
9 */
10
11 $linkPrefixExtension = true;
12
13 # Same as the French (bug 8485)
14 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
15
16 $messages = array(
17 # Dates
18 'october' => 'ɔkɔtɔ́bɛ',
19 'november' => 'novɛ́mbɛ',
20 'october-gen' => 'ɔkɔtɔ́bɛ',
21 'november-gen' => 'novɛ́mbɛ',
22 'oct' => 'ɔkɔ',
23 'nov' => 'nov',
24
25 'qbspecialpages' => 'Nkásá ya ndéngé isúsu',
26 'mytalk' => 'Ntembe na ngáí',
27 'navigation' => 'Botamboli',
28
29 'search' => 'Boluki',
30 'history_short' => 'likambo',
31 'printableversion' => 'Mpɔ́ na kofínela',
32 'permalink' => 'Ekangeli ya ntángo yɔ́nsɔ',
33 'print' => 'kobimisa nkomá',
34 'edit' => 'Kokoma',
35 'delete' => 'Kolímwisa',
36 'talkpagelinktext' => 'Ntembe',
37 'talk' => 'Ntembe',
38 'otherlanguages' => 'Na nkótá isúsu',
39
40 # 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).
41 'mainpage' => 'Lokásá ya libosó',
42 'portal' => 'Bísó na bísó',
43
44 'ok' => 'Nandimi',
45 'hidetoc' => 'kobomba',
46
47 # Short words for each namespace, by default used in the 'article' tab in monobook
48 'nstab-main' => 'ekakoli',
49 'nstab-image' => 'elilingi',
50 'nstab-help' => 'Bosálisi',
51 'nstab-category' => 'loléngé',
52
53 # History pages
54 'next' => 'bolɛngɛli',
55
56 # Search results
57 'prevn' => '$1 ya libosó',
58 'nextn' => 'bolɛngɛli $1',
59
60 # Preferences page
61 'preferences' => 'Malúli',
62 'mypreferences' => 'Malúli ma ngáí',
63 'prefs-rc' => 'Mbóngwana ya nsúka',
64
65 # Recent changes
66 'recentchanges' => 'Mbóngwana ya nsúka',
67 'hist' => 'likambo',
68 'hide' => 'kobomba',
69
70 # File deletion
71 'filedelete-submit' => 'Kolímwisa',
72
73 # Miscellaneous special pages
74 'randompage' => 'Lokásá epɔní tɛ́',
75 'newpages' => 'Ekakoli ya sika',
76 'move' => 'Kobóngola nkómbó',
77
78 # Watchlist
79 'mywatchlist' => 'Nkásá nalandí',
80 'watch' => 'Kolanda',
81 'unwatch' => 'Kolanda tɛ́',
82
83 # Contributions
84 'mycontris' => 'Nkásá nakomí',
85
86 # Browsing diffs
87 'previousdiff' => '← diff ya libosó',
88
89 );