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