summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesBug.php
blob: 27c8c8f66c9f9dbfaaa60bba292307ae4fad7e05 (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<?php
/** Buginese (ᨅᨔ ᨕᨘᨁᨗ)
 *
 * @ingroup Language
 * @file
 *
 * @author Kurniasan
 */

$fallback = "id";

$messages = array(
# Dates
'sunday'        => "Āha'",
'monday'        => 'Asenéŋ',
'tuesday'       => 'Salasa',
'wednesday'     => 'Araba',
'thursday'      => "Kamisi'",
'friday'        => 'Jumā',
'saturday'      => 'Sattu',
'sun'           => 'Āha',
'mon'           => 'Ase',
'tue'           => 'Sal',
'wed'           => 'Ara',
'thu'           => 'Kam',
'fri'           => 'Jum',
'sat'           => 'Sat',
'january'       => 'Uléŋ 1',
'february'      => 'ᨙᨄᨅᨛᨑᨘᨕᨑᨗ',
'march'         => 'ᨆᨙᨑ',
'april'         => 'ᨕᨄᨛᨑᨗᨒᨗ',
'may_long'      => 'ᨙᨆᨕᨗ',
'june'          => 'ᨍᨘᨊᨗ',
'july'          => 'ᨍᨘᨒᨗ',
'august'        => 'ᨕᨁᨘᨔᨘᨈᨘᨔᨘ',
'september'     => 'ᨙᨔᨙᨈᨇᨛᨑᨛ',
'october'       => 'ᨕᨚᨀᨛᨈᨚᨅᨛᨑᨛ',
'november'      => 'Uleŋ 11',
'december'      => 'ᨉᨗᨙᨔᨇᨛᨑᨛ',
'january-gen'   => 'Uleŋ 1',
'february-gen'  => 'Uleŋ 2',
'march-gen'     => 'Uleŋ 3',
'april-gen'     => 'Uleŋ 4',
'may-gen'       => 'Uleŋ 5',
'june-gen'      => 'Uleŋ 6',
'july-gen'      => 'Uleŋ 7',
'august-gen'    => 'Uleŋ 8',
'september-gen' => 'Uleŋ 9',
'october-gen'   => 'Uleŋ 10',
'november-gen'  => 'Uleŋ 11',
'december-gen'  => 'Uleŋ 12',

# Categories related messages
'category_header' => 'Leppa rilaleŋ kategori "$1"',
'subcategories'   => 'Subkategori',

'about'          => 'Atajangeng',
'article'        => 'Lontara',
'cancel'         => 'Rusa',
'qbfind'         => 'Assapparang',
'qbbrowse'       => 'Berowoso',
'qbedit'         => 'Padécéŋ',
'qbpageoptions'  => 'Édé leppa',
'qbpageinfo'     => 'Konteks',
'qbmyoptions'    => "Leppana iya'",
'qbspecialpages' => 'Leppa spésiala',
'mypage'         => "Leppana iya'",
'mytalk'         => 'Bicarana iyya',
'anontalk'       => 'Bicarana IP édé',
'navigation'     => 'Navigasi',
'and'            => '&#32;na',

# Metadata in edit box
'metadata_help' => 'Metadata:',

'errorpagetitle'   => 'Éro',
'returnto'         => 'Lisu ri $1.',
'tagline'          => 'Polé {{SITENAME}}',
'help'             => 'Paŋinriŋ',
'search'           => 'Assapparaŋ',
'searchbutton'     => 'Sappa',
'go'               => 'Lao',
'searcharticle'    => 'Lao',
'history'          => 'Versi riolo leppaë',
'history_short'    => 'versi riolo',
'info_short'       => 'Informasi',
'permalink'        => 'Pranala permanen',
'edit'             => 'Padécéŋ',
'create'           => 'Ebbu',
'editthispage'     => 'Padécéŋiki iyé leppa',
'create-this-page' => 'Ebbuiki leppa iyé',
'delete'           => 'Peddé',
'deletethispage'   => 'Peddé iyé leppa',
'protect'          => 'Accalinruŋi',
'protect_change'   => 'pinra',
'protectthispage'  => 'Accalinruŋi leppa iyyé',
'unprotect'        => 'Téccalinruŋi',
'newpage'          => 'Leppa baru',
'talkpage'         => 'Bicara iyé leppa',
'talkpagelinktext' => 'Bicara',
'specialpage'      => 'Leppa spésiala',
'personaltools'    => 'Tool sialé-alé',
'articlepage'      => 'Ita lontara',
'talk'             => 'Bicara',
'toolbox'          => 'Toolbox',
'userpage'         => 'Ita leppa papaké',
'projectpage'      => 'Ita leppa proyék',
'imagepage'        => 'Ita leppa rapaŋ',
'mediawikipage'    => 'Ita leppa méséje',
'templatepage'     => 'Ita leppa templata',
'viewhelppage'     => 'Ita leppa panginriŋ',
'categorypage'     => 'Ita leppa kategori',
'viewtalkpage'     => 'Ita leppa bicara',
'redirectedfrom'   => '(Riredirect polé $1)',
'redirectpagesub'  => 'Leppa redirect',
'jumpto'           => 'Luppe lao:',
'jumptosearch'     => 'sappa',

# 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).
'aboutsite'            => 'Tentang {{SITENAME}}',
'currentevents'        => 'Accanjingeŋ kokkoro',
'currentevents-url'    => 'Project:Accanjingeŋ kokkoro',
'disclaimers'          => 'Diseklaima',
'edithelp'             => 'Paŋinriŋ mapadécéŋ',
'edithelppage'         => 'Help:Mapadécéŋ',
'faq'                  => 'FAQ',
'faqpage'              => 'Project:FAQ',
'helppage'             => 'Help:Lise',
'mainpage'             => 'Leppa Indoë',
'mainpage-description' => 'Leppa Indoë',
'portal'               => 'Portal komunitas',

'newmessageslink' => 'pappaseŋ baru',
'editsection'     => 'padécéŋ',
'editold'         => 'padécéŋ',
'viewsourceold'   => 'ita sumber',
'editlink'        => 'padécéŋ',
'viewsourcelink'  => 'ita sumber',

# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main'      => 'Leppa',
'nstab-user'      => 'Leppa papaké',
'nstab-media'     => 'Leppa média',
'nstab-special'   => 'Spésiala',
'nstab-project'   => 'Proyek',
'nstab-image'     => 'Rapang',
'nstab-mediawiki' => 'Pappaseŋ',
'nstab-template'  => 'Templata',
'nstab-help'      => 'Paŋinriŋ',
'nstab-category'  => 'Kategori',

# Main script and global functions
'nosuchspecialpage' => "Iyaro leppa spésiala dé'na eŋka",

# General errors
'error'               => 'Éro',
'databaseerror'       => 'Éro databése',
'readonly'            => 'Databése rikonci',
'missingarticle-diff' => '(Beda: $1, $2)',
'internalerror'       => 'Éro internal',
'internalerror_info'  => 'Éro internal: $1',
'badtitle'            => 'Judul dek essa',
'viewsource'          => 'Ita sumber',
'viewsourcefor'       => 'polé $1',

# Virus scanner
'virus-unknownscanner' => "Antivirus dé' riisseŋ:",

# Login and logout pages
'logouttitle'             => 'Log maessu papaké',
'loginpagetitle'          => 'Log mattama papaké',
'yourname'                => 'Aseŋ papaké:',
'yourpassword'            => 'Pasewodo:',
'login'                   => 'log attama',
'nav-login-createaccount' => 'Log attama / ebbu akun',
'userlogin'               => 'Log attama / ebbu akun',
'logout'                  => 'Log essu',
'userlogout'              => 'Log essu',
'notloggedin'             => 'Déppa log attama',
'nologin'                 => "Dé' gaga akaun? $1.",
'nologinlink'             => 'Ebbu akun',
'createaccount'           => 'Ebbu akun',
'gotaccount'              => 'Purani eŋka akun? $1.',
'gotaccountlink'          => 'Log attama',
'youremail'               => 'E-mail:',
'username'                => 'Aseŋ papaké:',
'uid'                     => 'ID papaké:',
'email'                   => 'E-mail',
'loginerror'              => 'Éro log attama',
'mailmypassword'          => 'E-mail pasewodo baru',

# Password reset dialog
'oldpassword' => 'Pasewodo matoa:',

# Edit page toolbar
'bold_tip'    => 'Teks maumpek',
'italic_tip'  => 'Teks Italik',
'extlink_tip' => 'Link risaliweŋ (jangan lupa awalan http:// )',

# Edit pages
'savearticle'      => 'Taro leppa',
'preview'          => 'Pribiu',
'showpreview'      => 'Ita pribiu',
'showlivepreview'  => 'Pribiu live',
'showdiff'         => 'Mita perubahan',
'summary-preview'  => 'Pribiu summary:',
'blockedtitle'     => 'Papaké riblok',
'accmailtitle'     => 'Ada sandi ni riantarak.',
'accmailtext'      => 'Ada sandi "$1" riantarak ri $2.',
'anontalkpagetext' => "----''Ini adalah halaman diskusi untuk pengguna anonim yang belum membuat rekening atau tidak menggunakannya. Karena tidak membuat rekening, kami terpaksa memakai alamat IP untuk mengenalinya. Alamat IP seperti ini dapat dipakai oleh beberapa pengguna yang berbeda. Jika Anda adalah pengguna anonim dan merasa mendapatkan komentar-komentar yang tidak berkaitan dengan anda, kami anjurkan untuk [[Special:UserLogin|membuat rekening atau masuk log]] untuk menghindari kerancuan dengan pengguna anonim lain.''",
'editing'          => 'Mapadécéŋ $1',

# History pages
'previousrevision'    => '←Revisi riolo',
'currentrevisionlink' => 'Revisi tannapa',
'page_first'          => 'séuwani',
'deletedrev'          => '[ripeddé]',
'histfirst'           => 'Poŋ loa',
'histlast'            => 'Poŋ nappa',
'historysize'         => '($1 {{PLURAL:$1|bita|bita}})',
'historyempty'        => '(kapa)',

# Revision feed
'history-feed-item-nocomment' => '$1 ri $2', # user at time

# Revision deletion
'rev-deleted-comment'    => '(komentar ripeddé)',
'rev-deleted-user'       => '(ripeddéni aseŋna papakeë)',
'rev-deleted-event'      => '(log gau ripeddéni)',
'rev-delundel'           => "pakitaï/tapo'",
'revdelete-selected'     => "'''{{PLURAL:$2|Revisi|Revisi-revisi}} ripiléna [[$1]]ë:'''",
'logdelete-selected'     => "'''{{PLURAL:$1|Log|Log-log}} ripilé:'''",
'revdelete-hide-text'    => 'Tapoïki text revisië',
'revdelete-hide-comment' => 'Tapo komentar mapadecéŋ',
'revdelete-hide-user'    => 'Tapo aseŋ papakéna/IPna papadéceŋë',
'revdelete-log'          => 'Komentarna logeë:',
'revdelete-content'      => 'lise',
'revdelete-uname'        => 'aseŋ papaké',
'revdelete-hid'          => 'tapo $1',

# Diffs
'editundo'             => 'undo',
'diff-movedto'         => 'naésu ri $1',
'diff-changedto'       => 'naséllé ri $1',
'diff-movedoutof'      => 'naéssu polé $1',
'diff-removed'         => '$1 ripeddéni',
'diff-changedfrom'     => 'naséllé polé $1',
'diff-src'             => 'sumber',
'diff-with'            => '&#32;sibawa $1 $2',
'diff-with-additional' => '$1 $2',
'diff-with-final'      => '&#32;na $1 $2',
'diff-height'          => 'lampé',
'diff-input'           => "séuwa '''input'''",
'diff-a'               => "séuwa '''linke'''",
'diff-i'               => "'''italik'''",
'diff-b'               => "'''umpek'''",
'diff-strong'          => "'''terek'''",
'diff-big'             => "'''loppo'''",
'diff-del'             => "'''ripeddé'''",

# Search results
'searchsubtitle'        => "Masappa iko '''[[:$1]]'''",
'searchsubtitleinvalid' => "Massappa iko '''$1'''",
'viewprevnext'          => 'Ita ($1) ($2) ($3)',
'searchhelp-url'        => 'Help:Lise',
'search-redirect'       => '(redirect $1)',

# Preferences page
'mypreferences'     => 'Bérékkeŋeŋna iyya',
'prefsnologin'      => "Déppa ma'log attama'",
'qbsettings-none'   => 'Dégaga',
'prefs-watchlist'   => 'Watchlist',
'prefs-misc'        => 'Misc',
'saveprefs'         => 'Taro',
'textboxsize'       => 'Mapadécéŋ',
'searchresultshead' => 'Masappa',

# Groups
'group-sysop' => 'Puŋgawa',
'group-all'   => '(sininna)',

'group-user-member'  => 'Pappaké',
'group-sysop-member' => 'Puŋgawa',

'grouppage-user'  => '{{ns:project}}:Pappaké',
'grouppage-sysop' => '{{ns:project}}:Puŋgawa',

# Rights
'right-read' => 'Mabbaca leppa',
'right-edit' => 'Mappadécéŋi leppa',

# Recent changes
'recentchanges'   => 'Pappakinra tanappa',
'rcshowhidebots'  => '$1 bot',
'rcshowhideliu'   => "$1 papaké mattama' log",
'rcshowhideanons' => '$1 papaké anon',
'diff'            => 'beda',
'hide'            => 'Tapok',
'minoreditletter' => 'k',
'newpageletter'   => 'B',
'boteditletter'   => 'b',

# Recent changes linked
'recentchangeslinked' => 'Pappakapinra terkait',

# Upload
'upload'    => 'Lureng berkas',
'uploadbtn' => 'Lureng berkas',

# Special:ListFiles
'listfiles_name' => 'Aseŋ',

# File description page
'filehist-user'       => 'Papaké',
'filehist-dimensions' => 'Dimensi',
'imagelinks'          => 'Liŋke',

# File reversion
'filerevert-backlink' => '← $1',

# File deletion
'filedelete'             => 'Mapeddé $1',
'filedelete-backlink'    => '← $1',
'filedelete-legend'      => 'Mapeddé berkas',
'filedelete-intro'       => "Iko purani mapeddé '''[[Media:$1|$1]]'''.",
'filedelete-submit'      => 'Peddé',
'filedelete-success'     => "'''$1''' purani ripeddé.",
'filedelete-success-old' => "Berkas '''[[Media:$1|$1]]''' versi $3, $2 purani ripeddé.",
'filedelete-nofile'      => "'''$1''' dé'na eŋka.",

# MIME search
'mimesearch' => 'Assapparaŋ MIME',
'mimetype'   => 'Tipe MIME:',
'download'   => 'unduh',

# Random page
'randompage'         => 'Leppa random',
'randompage-nopages' => 'Degaga leppa rilaleŋ iyyé namespaceë.',

# Statistics
'statistics-articles' => 'Leppa liseë',
'statistics-pages'    => 'Leppaë',
'statistics-files'    => 'File-file nalise menré',

# Miscellaneous special pages
'ancientpages' => 'Leppa talloa',
'move'         => 'Paleccé',
'movethispage' => 'Paleccé leppa iyyé',

# Special:Log
'specialloguserlabel' => 'Papaké:',
'log'                 => 'Log',
'all-logs-page'       => 'Maneŋ log',

# Special:AllPages
'allpages'          => 'Maneng halamang',
'alphaindexline'    => '$1 ri $2',
'allpagesfrom'      => 'Mappaitang halamang-halamang rimulai:',
'allarticles'       => 'Maneŋ leppa',
'allinnamespace'    => 'Maneŋ leppa (namespace $1)',
'allnotinnamespace' => 'Maneŋ leppa (tania rilaleŋ namespace $1)',
'allpagesnext'      => 'Selanjutnya',
'allpagessubmit'    => 'Lanre',
'allpagesprefix'    => 'Mappaitang halamang-halamang éngkalinga awang:',

# Special:Categories
'categories' => 'Maneŋ kategori',

# Watchlist
'addedwatch'     => 'Tamba ri jagaan',
'addedwatchtext' => "Halamang \"[[:\$1]]\" ni ritamba ri ida [[Special:Watchlist|watchlist]].
Halamang bicara éréngé gabungan halamang bicara pada wettu depan didaftarkan koe,
éréngé halamang akan wessi '''umpek''' ri [[Special:RecentChanges|daftar pinra tanappa]] barak lebih lemmak ita.

Apak ida ronnak mappedde halamang édé ri daftar jagaan, klik \"Mangedda jaga\" pada kolom ri sedde.",

# Delete
'actioncomplete' => 'Proses makkapo',
'dellogpage'     => 'Log peddé-peddé',

# Protect
'prot_1movedto2' => '[[$1]] ésuk ri [[$2]]',

# Namespace form on various pages
'blanknamespace' => '(Utama)',

# What links here
'whatlinkshere'          => 'Pranala ri halamang édé',
'whatlinkshere-page'     => 'Leppa:',
'whatlinkshere-backlink' => '← $1',
'whatlinkshere-links'    => '← liŋke',

# Block/unblock
'ipblocklist-submit' => 'Sappa',
'blocklink'          => 'blok',
'contribslink'       => 'kontrib',

# Move page
'articleexists'             => 'Halamang béla ida pile ni ujuk, a dek essa.
Silakan pile aseng laing.',
'1movedto2'                 => '[[$1]] ésuk ri [[$2]]',
'1movedto2_redir'           => '[[$1]] rileccé lao ri[[$2]] paké redirect',
'movelogpage'               => 'Log leccé',
'movereason'                => 'Saba:',
'delete_and_move'           => 'Peddé nappa paleccé',
'delete_and_move_text'      => '==Mapeddé riperelu==
Leppa destinasi "[[:$1]]" purani eŋka.
Eloko peddéï supaya weddiŋi mapalecé?',
'delete_and_move_confirm'   => "Iyé', peddé iyaro leppa",
'delete_and_move_reason'    => 'Ripeddé supaya weddiŋi mapalecé',
'immobile-source-namespace' => 'Leppa-leppa rilaleŋna namespace "$1"ë de\'na ullé ripaleccé',
'immobile-source-page'      => "Iyyedé leppaë de'na ullé ripaleccé.",

# Namespace 8 related
'allmessages'        => 'Maneng pappaseng',
'allmessagesname'    => 'Aseng',
'allmessagesdefault' => 'Teks totok',
'allmessagescurrent' => 'Teks kokkoro',

# Tooltip help for the actions
'tooltip-pt-userpage'    => "Leppa papaké iya'",
'tooltip-pt-mytalk'      => "Leppa bicara iya'",
'tooltip-pt-preferences' => "Preferencena iya'",
'tooltip-pt-logout'      => 'Log maessu',
'tooltip-ca-talk'        => 'Appabicaranna iyé leppa',
'tooltip-ca-move'        => 'Paléccé leppa édé',
'tooltip-search'         => 'Sappa ri {{SITENAME}}',
'tooltip-search-go'      => 'Lao ri leppa aseŋna pappada iyyé rekko eŋkaï',
'tooltip-n-mainpage'     => 'Lao ri Leppa Indoë',

# Attribution
'anonymous' => 'Pabbuak anonim {{SITENAME}}',

# Media information
'imagemaxsize' => 'Gangkai rapang pada keterangan rapang ri halamang hingga:',

# Special:NewFiles
'ilsubmit' => 'Sappa',

# 'all' in various places, this might be different for inflected languages
'imagelistall'  => 'maneng',
'watchlistall2' => 'maneŋ',
'namespacesall' => 'maneŋ',
'monthsall'     => 'maneŋ',

# Multipage image navigation
'imgmultigo'   => 'Lao!',
'imgmultigoto' => 'Lao ri leppa $1',

# Table pager
'ascending_abbrev'         => 'énré',
'descending_abbrev'        => 'no',
'table_pager_first'        => 'Leppa séuwani',
'table_pager_limit_submit' => 'Lao',

# Auto-summaries
'autosumm-replace' => "Masullé leppaë lao '$1'",
'autosumm-new'     => "Leppa baru: '$1'",

# Size units
'size-bytes'     => '$1 B',
'size-kilobytes' => '$1 KB',
'size-megabytes' => '$1 MB',
'size-gigabytes' => '$1 GB',

# Live preview
'livepreview-loading' => 'Mallise…',
'livepreview-ready'   => 'Mallise… Sokkuni!',

# Special:Version
'version-specialpages' => 'Leppa spésiala',

# Special:SpecialPages
'specialpages'                 => 'Leppa spésiala',
'specialpages-note'            => '----
* Leppa spésiala normal
* <span class="mw-specialpagerestricted">Leppa spésiala terbatas</span>',
'specialpages-group-other'     => 'Leppa spésiala laiŋë',
'specialpages-group-login'     => 'Log attama / mendaftar',
'specialpages-group-changes'   => 'Pinrana tanappaë sibawa logeë',
'specialpages-group-users'     => 'Papaké sibawa hak-hak',
'specialpages-group-pages'     => 'Sininna leppaë',
'specialpages-group-pagetools' => 'Tool leppaë',
'specialpages-group-wiki'      => 'Data sibawa tool wiki',
'specialpages-group-spam'      => 'Tool spam',

# Special:BlankPage
'blankpage' => 'Leppa kosoŋë',

);