summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesWar.php
blob: d9e6d56a2ea61b93f7708313aeac2878aa862d6b (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?php
/** Winaray
 * This is the Winaray localisation file
 *
 * @author Harvzsf (August 2007)
 * 
 * @addtogroup Language
 */

$messages = array(
# User preference toggles
'tog-underline' => 'Bagisa ha ilarom an mga sumpay:',

# Dates
'sunday'        => 'Dominggo',
'monday'        => 'Lunes',
'tuesday'       => 'Martes',
'wednesday'     => 'Miyerkoles',
'thursday'      => 'Huwebes',
'friday'        => 'Biyernes',
'saturday'      => 'Sabado',
'sun'           => 'Dom',
'mon'           => 'Lun',
'tue'           => 'Mar',
'wed'           => 'Mi',
'thu'           => 'Hu',
'fri'           => 'Bi',
'sat'           => 'Sab',
'january'       => 'Enero',
'february'      => 'Pebrero',
'march'         => 'Marso',
'april'         => 'Abril',
'may_long'      => 'Mayo',
'june'          => 'Hunyo',
'july'          => 'Hulyo',
'august'        => 'Agosto',
'september'     => 'Septyembre',
'october'       => 'Oktubre',
'november'      => 'Nobyembre',
'december'      => 'Disyembre',
'january-gen'   => 'han Enero',
'february-gen'  => 'han Pebrero',
'march-gen'     => 'han Marso',
'april-gen'     => 'han Abril',
'may-gen'       => 'han Mayo',
'june-gen'      => 'han Hunyo',
'july-gen'      => 'han Hulyo',
'august-gen'    => 'han Agosto',
'september-gen' => 'han Septyembre',
'october-gen'   => 'han Oktubre',
'november-gen'  => 'han Nobyembre',
'december-gen'  => 'han Disyembre',

# Bits of text used by many pages
'categories' => '{{PLURAL:$1|Kategorya|Mga Kategorya}}',

'navigation' => 'Paglayag',

'tagline'          => 'Tikang ha {{SITENAME}}',
'help'             => 'Bulig',
'search'           => 'Bilnga',
'searchbutton'     => 'Bilnga',
'go'               => 'Kadto-a',
'searcharticle'    => 'Kadto-a',
'history'          => 'Kaagi han pakli',
'history_short'    => 'Kaagi',
'printableversion' => 'Maipapatik nga bersyon',
'permalink'        => 'Sumpay nga unob',
'edit'             => 'Igliwat',
'editthispage'     => 'Igliwat ini nga pakli',
'delete'           => 'Para-a',
'deletethispage'   => 'Para-a ini nga pakli',
'newpage'          => 'Bag-o nga pakli',
'talkpagelinktext' => 'Hiruhimangraw',
'specialpage'      => 'Ispisyal nga Pakli',
'talk'             => 'Hiruhimangraw',
'views'            => 'Mga paglantaw',
'toolbox'          => 'Garamiton',
'otherlanguages'   => 'Ha iba nga mga yinaknan',

# 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).
'currentevents'     => 'Mga panhitabo',
'currentevents-url' => 'Project:Mga panhitabo',
'disclaimers'       => 'Mga Disclaimer',
'mainpage'          => 'Syahan nga Pakli',
'portal'            => 'Ganghaan han Komunidad',
'portal-url'        => 'Project:Ganghaan han Komunidad',
'sitesupport'       => 'Mga Donasyon',
'sitesupport-url'   => 'Project:Mga Donasyon',

'youhavenewmessages' => 'Mayda ka $1 ($2).',
'newmessageslink'    => 'bag-o nga mga mensahe',
'hidetoc'            => 'tago-a',

# Short words for each namespace, by default used in the 'article' tab in monobook
'nstab-main'      => 'Artikulo',
'nstab-mediawiki' => 'Mensahe',

# Login and logout pages
'login'              => 'Sakob',
'userlogin'          => 'Sakob/Pagrehistro',
'userlogout'         => 'Gawas',
'loginlanguagelabel' => 'Yinaknan: $1',

# Search results
'powersearch' => 'Bilnga',

# Recent changes
'recentchanges' => 'Mga kabag-ohan',
'hide'          => 'Tago-a',

# Recent changes linked
'recentchangeslinked' => 'Mga may kalabotan nga binag-o',

# Upload
'upload'    => 'Pagkarga hin file',
'uploadbtn' => 'Igkarga an file',

# Miscellaneous special pages
'randompage'   => 'Bisan ano nga pakli',
'longpages'    => 'Haglaba nga mga pakli',
'specialpages' => 'Mga Ispisyal nga Pakli',
'move'         => 'Balhina',

# Watchlist
'watchlist'     => 'Akon barantayan',
'watch'         => 'Bantayi',
'watchthispage' => 'Bantayi ini nga pakli',

# Contributions
'mycontris' => 'Akon mga ámot',

# What links here
'whatlinkshere' => 'Mga nasumpay dinhi',

);