summaryrefslogtreecommitdiff
path: root/languages/messages/MessagesLad.php
blob: e6149f5a874d78c1dbceea6d1aca3a36a26f4f41 (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
<?php
/** Ladino (Ladino)
 *
 * @addtogroup Language
 *
 * @author ILVI
 * @author Taichi
 * @author לערי ריינהארט
 * @author SPQRobin
 */

$messages = array(
# Dates
'april'  => 'Avril',
'august' => 'Agosto',
'apr'    => 'Avr',
'aug'    => 'Ago',

'about'    => 'Aserka de',
'article'  => 'Artikolo',
'mypage'   => 'Mi pajina',
'mytalk'   => 'Mi diskusion',
'anontalk' => 'Diskusion para esta IP',
'and'      => 'i',

'help'          => 'Ayuda',
'search'        => 'Bushkar',
'go'            => 'Ir',
'history'       => 'Istorial',
'history_short' => 'Istorial',
'edit'          => 'Editar',
'delete'        => 'Efasar',
'articlepage'   => 'Ver artikolo',
'talk'          => 'Diskusion',

# 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'         => 'Aserka de {{SITENAME}}',
'aboutpage'         => 'Project:Aserka de',
'currentevents'     => 'Aktualidad',
'currentevents-url' => 'Project:Aktualidad',
'mainpage'          => 'Kacha',
'sitesupport'       => 'Donasiones',

'badaccess' => 'Falta de permesos',

'editsection' => 'editar',

# Login and logout pages
'accountcreated'     => 'Kuenta kreada',
'accountcreatedtext' => 'La kuenta de uzuario para $1 ha sido kreada.',

# Edit pages
'showdiff'     => 'Amostrar trokos',
'accmailtitle' => 'La kontrasenya ha sido embiada.',
'accmailtext'  => 'La kontrasenya para "$1" se ha embiado a $2.',

# Preferences page
'preferences' => 'Preferensias',

# Recent changes
'recentchanges'   => 'Trokos resientes',
'rcshowhideminor' => '$1 edisiones minores',
'rcshowhideliu'   => '$1 usuarios rejistrados',
'rcshowhideanons' => '$1 usuarios anonimos',
'rcshowhidemine'  => '$1 mis edisiones',
'hist'            => 'ist',
'hide'            => 'Eskonder',
'show'            => 'Amostrar',

# Miscellaneous special pages
'allpages'     => 'Todas las pajinas',
'ancientpages' => 'Artikolos mas viejos',
'move'         => 'Trasladar',

'alphaindexline' => '$1 a $2',

# Special:Allpages
'allarticles'    => 'Todos los artikolos',
'allinnamespace' => 'Todas las pajinas (espasio $1)',
'allpagesnext'   => 'Siguiente',
'allpagessubmit' => 'Amostrar la lista',

# Watchlist
'watch' => 'Vijilar',

# Delete/protect/revert
'actioncomplete' => 'Aksion kompleta',

# Move page
'1movedto2'       => '[[$1]] trasladado a [[$2]]',
'1movedto2_redir' => '[[$1]] trasladado a [[$2]] sovre una redireksion',

# Namespace 8 related
'allmessages'        => 'Mesajes del sistema',
'allmessagesname'    => 'Nombre',
'allmessagesdefault' => 'Teksto por defekto',
'allmessagescurrent' => 'Teksto aktual',

# Attribution
'anonymous' => 'Uzuario(s) anonimo(s) de {{SITENAME}}',

);