summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesOm.php
blob: 1ce9c72df645324d27944120ffe4e3bffd30faf9 (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
<?php
/** Oromo (Oromoo)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Malafaya
 * @author Node ue
 */

$messages = array(
# Dates
'sunday'    => 'Dilbata',
'monday'    => 'Wiixata',
'tuesday'   => 'Qibxata',
'wednesday' => 'Roobii',
'thursday'  => 'Kamiisa',
'friday'    => 'Jimaata',
'saturday'  => 'Sanbata',
'sun'       => 'Dil',
'mon'       => 'Wix',
'tue'       => 'Qib',
'wed'       => 'Rob',
'thu'       => 'Kam',
'fri'       => 'Jim',
'sat'       => 'San',
'january'   => 'Amajjii',
'february'  => 'Guraandhala',
'march'     => 'Bitooteessa',
'april'     => 'Elba',
'may_long'  => 'Caamsa',
'june'      => 'Waxabajjii',
'july'      => 'Adooleessa',
'august'    => 'Hagayya',
'september' => 'Fuulbana',
'october'   => 'Onkololeessa',
'november'  => 'Sadaasa',
'december'  => 'Muddee',

# 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).
'mainpage'             => 'Fuula Dura',
'mainpage-description' => 'Fuula Dura',

);