Localisation updates for core messages from Betawiki (2008-05-18 15:17 CEST)
[lhc/web/wiklou.git] / languages / messages / MessagesLn.php
1 <?php
2 /**
3 * Lingala language
4 *
5 * @addtogroup Language
6 *
7 * @author SPQRobin
8 */
9
10 $fallback = 'fr';
11
12 $linkPrefixExtension = true;
13
14 # Same as the French (bug 8485)
15 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
16
17 $messages = array(
18 # Dates
19 'october' => 'ɔkɔtɔ́bɛ',
20 'november' => 'novɛ́mbɛ',
21 'october-gen' => 'ɔkɔtɔ́bɛ',
22 'november-gen' => 'novɛ́mbɛ',
23 'oct' => 'ɔkɔ',
24 'nov' => 'nov',
25
26 'qbspecialpages' => 'Nkásá ya ndéngé isúsu',
27 'mytalk' => 'Ntembe na ngáí',
28 'navigation' => 'Botamboli',
29
30 'search' => 'Boluki',
31 'history_short' => 'likambo',
32 'printableversion' => 'Mpɔ́ na kofínela',
33 'permalink' => 'Ekangeli ya ntángo yɔ́nsɔ',
34 'print' => 'kobimisa nkomá',
35 'edit' => 'Kokoma',
36 'delete' => 'Kolímwisa',
37 'talkpagelinktext' => 'Ntembe',
38 'talk' => 'Ntembe',
39 'otherlanguages' => 'Na nkótá isúsu',
40
41 # 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).
42 'mainpage' => 'Lokásá ya libosó',
43 'mainpage-description' => '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 namespace 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 # Random page
76 'randompage' => 'Lokásá epɔní tɛ́',
77
78 # Miscellaneous special pages
79 'newpages' => 'Ekakoli ya sika',
80 'move' => 'Kobóngola nkómbó',
81
82 # Watchlist
83 'mywatchlist' => 'Nkásá nalandí',
84 'watch' => 'Kolanda',
85 'unwatch' => 'Kolanda tɛ́',
86
87 # Contributions
88 'mycontris' => 'Nkásá nakomí',
89
90 # Browsing diffs
91 'previousdiff' => '← diff ya libosó',
92
93 );