MediaWiki
fundraising/REL1_35
MessagesCa.php
Go to the documentation of this file.
1
<?php
11
$fallback
=
'oc'
;
12
13
$namespaceNames
= [
14
NS_MEDIA
=>
'Media'
,
15
NS_SPECIAL
=>
'Especial'
,
16
NS_TALK
=>
'Discussió'
,
17
NS_USER
=>
'Usuari'
,
18
NS_USER_TALK
=>
'Usuari_Discussió'
,
19
NS_PROJECT_TALK
=>
'$1_Discussió'
,
20
NS_FILE
=>
'Fitxer'
,
21
NS_FILE_TALK
=>
'Fitxer_Discussió'
,
22
NS_MEDIAWIKI
=>
'MediaWiki'
,
23
NS_MEDIAWIKI_TALK
=>
'MediaWiki_Discussió'
,
24
NS_TEMPLATE
=>
'Plantilla'
,
25
NS_TEMPLATE_TALK
=>
'Plantilla_Discussió'
,
26
NS_HELP
=>
'Ajuda'
,
27
NS_HELP_TALK
=>
'Ajuda_Discussió'
,
28
NS_CATEGORY
=>
'Categoria'
,
29
NS_CATEGORY_TALK
=>
'Categoria_Discussió'
,
30
];
31
32
$namespaceAliases
= [
33
'Imatge'
=>
NS_FILE
,
34
'Imatge_Discussió'
=>
NS_FILE_TALK
,
35
];
36
37
$namespaceGenderAliases
= [
38
NS_USER
=> [
'male'
=>
'Usuari'
,
'female'
=>
'Usuària'
],
39
NS_USER_TALK
=> [
'male'
=>
'Usuari_Discussió'
,
'female'
=>
'Usuària_Discussió'
],
40
];
// T113616
41
42
$specialPageAliases
= [
43
'Activeusers'
=> [
'Usuaris_actius'
],
44
'Allmessages'
=> [
'Missatges'
,
'MediaWiki'
],
45
'Allpages'
=> [
'Llista_de_pàgines'
],
46
'Ancientpages'
=> [
'Pàgines_velles'
],
47
'Badtitle'
=> [
'Títol_incorrecte'
],
48
'Blankpage'
=> [
'Pàgina_en_blanc'
,
'Blanc'
],
49
'Block'
=> [
'Bloca'
],
50
'Booksources'
=> [
'Fonts_bibliogràfiques'
],
51
'BrokenRedirects'
=> [
'Redireccions_rompudes'
],
52
'ChangeEmail'
=> [
'Canvia_adreça_electrònica'
],
53
'ChangePassword'
=> [
'Reinicia_contrasenya'
],
54
'Confirmemail'
=> [
'Confirma_adreça'
],
55
'Contributions'
=> [
'Contribucions'
],
56
'CreateAccount'
=> [
'Crea_compte'
],
57
'Deadendpages'
=> [
'Atzucacs'
],
58
'DeletedContributions'
=> [
'Contribucions_esborrades'
],
59
'DoubleRedirects'
=> [
'Redireccions_dobles'
],
60
'Emailuser'
=> [
'Envia_missatge'
],
61
'ExpandTemplates'
=> [
'Expansió_de_plantilles'
],
62
'Export'
=> [
'Exporta'
],
63
'Fewestrevisions'
=> [
'Pàgines_menys_editades'
],
64
'FileDuplicateSearch'
=> [
'Cerca_fitxers_duplicats'
],
65
'Import'
=> [
'Importa'
],
66
'BlockList'
=> [
'Usuaris_blocats'
],
67
'LinkSearch'
=> [
'Enllaços_web'
,
'Busca_enllaços'
,
'Recerca_d\'enllaços_web'
],
68
'Listadmins'
=> [
'Administradors'
],
69
'Listbots'
=> [
'Bots'
],
70
'Listfiles'
=> [
'Imatges'
,
'Fitxers'
],
71
'Listgrouprights'
=> [
'Drets_dels_grups_d\'usuaris'
],
72
'Listredirects'
=> [
'Redireccions'
],
73
'Listusers'
=> [
'Usuaris'
],
74
'Lockdb'
=> [
'Bloca_bd'
],
75
'Log'
=> [
'Registre'
],
76
'Lonelypages'
=> [
'Pàgines_òrfenes'
],
77
'Longpages'
=> [
'Pàgines_llargues'
],
78
'MergeHistory'
=> [
'Fusiona_historial'
],
79
'MIMEsearch'
=> [
'Cerca_MIME'
],
80
'Mostcategories'
=> [
'Pàgines_amb_més_categories'
],
81
'Mostimages'
=> [
'Imatges_més_útils'
],
82
'Mostlinked'
=> [
'Pàgines_més_enllaçades'
],
83
'Mostlinkedcategories'
=> [
'Categories_més_útils'
],
84
'Mostlinkedtemplates'
=> [
'Plantilles_més_útils'
],
85
'Mostrevisions'
=> [
'Pàgines_més_editades'
],
86
'Movepage'
=> [
'Reanomena'
],
87
'Mycontributions'
=> [
'Contribucions_pròpies'
],
88
'Mypage'
=> [
'Pàgina_personal'
],
89
'Mytalk'
=> [
'Discussió_personal'
],
90
'Newimages'
=> [
'Imatges_noves'
,
'Fitxers_nous'
],
91
'Newpages'
=> [
'Pàgines_noves'
],
92
'Preferences'
=> [
'Preferències'
],
93
'Prefixindex'
=> [
'Cerca_per_prefix'
],
94
'Protectedpages'
=> [
'Pàgines_protegides'
],
95
'Protectedtitles'
=> [
'Títols_protegits'
],
96
'Randompage'
=> [
'Article_aleatori'
,
'Atzar'
,
'Aleatori'
],
97
'Randomredirect'
=> [
'Redirecció_aleatòria'
],
98
'Recentchanges'
=> [
'Canvis_recents'
],
99
'Recentchangeslinked'
=> [
'Seguiment'
],
100
'Revisiondelete'
=> [
'Esborra_versió'
],
101
'Search'
=> [
'Cerca'
],
102
'Shortpages'
=> [
'Pàgines_curtes'
],
103
'Specialpages'
=> [
'Pàgines_especials'
],
104
'Statistics'
=> [
'Estadístiques'
],
105
'Unblock'
=> [
'Desbloca'
,
'Desbloqueja'
],
106
'Uncategorizedcategories'
=> [
'Categories_sense_categoria'
],
107
'Uncategorizedimages'
=> [
'Imatges_sense_categoria'
],
108
'Uncategorizedpages'
=> [
'Pàgines_sense_categoria'
],
109
'Uncategorizedtemplates'
=> [
'Plantilles_sense_categoria'
],
110
'Undelete'
=> [
'Restaura'
],
111
'Unlockdb'
=> [
'Desbloca_bd'
],
112
'Unusedcategories'
=> [
'Categories_no_usades'
],
113
'Unusedimages'
=> [
'Imatges_no_usades'
],
114
'Unusedtemplates'
=> [
'Plantilles_no_usades'
],
115
'Unwatchedpages'
=> [
'Pàgines_desateses'
],
116
'Upload'
=> [
'Carrega'
],
117
'Userlogin'
=> [
'Registre_i_entrada'
],
118
'Userlogout'
=> [
'Finalitza_sessió'
],
119
'Userrights'
=> [
'Drets'
],
120
'Version'
=> [
'Versió'
],
121
'Wantedcategories'
=> [
'Categories_demanades'
],
122
'Wantedfiles'
=> [
'Arxius_demanats'
],
123
'Wantedpages'
=> [
'Pàgines_demanades'
],
124
'Wantedtemplates'
=> [
'Plantilles_demanades'
],
125
'Watchlist'
=> [
'Llista_de_seguiment'
],
126
'Whatlinkshere'
=> [
'Enllaços'
],
127
'Withoutinterwiki'
=> [
'Sense_interwiki'
],
128
];
129
130
$magicWords
= [
131
'redirect'
=> [
'0'
,
'#REDIRECCIÓ'
,
'#REDIRECCIO'
,
'#REDIRECT'
],
132
'notoc'
=> [
'0'
,
'__CAPTAULA__'
,
'__NOTAULA__'
,
'__NOTOC__'
],
133
'nogallery'
=> [
'0'
,
'__CAPGALERIA__'
,
'__NOGALERIA__'
,
'__NOGALLERY__'
],
134
'forcetoc'
=> [
'0'
,
'__FORÇATAULA__'
,
'__FORCETOC__'
],
135
'toc'
=> [
'0'
,
'__TAULA__'
,
'__RESUM__'
,
'__TDM__'
,
'__TOC__'
],
136
'noeditsection'
=> [
'0'
,
'__SECCIÓNOEDITABLE__'
,
'__SECCIONOEDITABLE__'
,
'__NOEDITSECTION__'
],
137
'currentmonth'
=> [
'1'
,
'MESACTUAL'
,
'CURRENTMONTH'
,
'CURRENTMONTH2'
],
138
'currentmonthname'
=> [
'1'
,
'NOMMESACTUAL'
,
'CURRENTMONTHNAME'
],
139
'currentmonthnamegen'
=> [
'1'
,
'NOMGENMESACTUAL'
,
'CURRENTMONTHNAMEGEN'
],
140
'currentmonthabbrev'
=> [
'1'
,
'ABREVMESACTUAL'
,
'CURRENTMONTHABBREV'
],
141
'currentday'
=> [
'1'
,
'DIAACTUAL'
,
'CURRENTDAY'
],
142
'currentday2'
=> [
'1'
,
'DIAACTUAL2'
,
'CURRENTDAY2'
],
143
'currentdayname'
=> [
'1'
,
'NOMDIAACTUAL'
,
'CURRENTDAYNAME'
],
144
'currentyear'
=> [
'1'
,
'ANYACTUAL'
,
'CURRENTYEAR'
],
145
'currenttime'
=> [
'1'
,
'HORARICTUAL'
,
'CURRENTTIME'
],
146
'currenthour'
=> [
'1'
,
'HORAACTUAL'
,
'CURRENTHOUR'
],
147
'localmonth'
=> [
'1'
,
'MESLOCAL'
,
'LOCALMONTH'
,
'LOCALMONTH2'
],
148
'localmonthname'
=> [
'1'
,
'NOMMESLOCAL'
,
'LOCALMONTHNAME'
],
149
'localmonthnamegen'
=> [
'1'
,
'NOMGENMESLOCAL'
,
'LOCALMONTHNAMEGEN'
],
150
'localmonthabbrev'
=> [
'1'
,
'ABREVMESLOCAL'
,
'LOCALMONTHABBREV'
],
151
'localday'
=> [
'1'
,
'DIALOCAL'
,
'LOCALDAY'
],
152
'localday2'
=> [
'1'
,
'DIALOCAL2'
,
'LOCALDAY2'
],
153
'localdayname'
=> [
'1'
,
'NOMDIALOCAL'
,
'LOCALDAYNAME'
],
154
'localyear'
=> [
'1'
,
'ANYLOCAL'
,
'LOCALYEAR'
],
155
'localtime'
=> [
'1'
,
'HORARILOCAL'
,
'LOCALTIME'
],
156
'localhour'
=> [
'1'
,
'HORALOCAL'
,
'LOCALHOUR'
],
157
'numberofarticles'
=> [
'1'
,
'NOMBREARTICLES'
,
'NOMBRED\'ARTICLES'
,
'NUMBEROFARTICLES'
],
158
'numberoffiles'
=> [
'1'
,
'NOMBREFITXERS'
,
'NOMBRED\'ARXIUS'
,
'NUMBEROFFILES'
],
159
'numberofusers'
=> [
'1'
,
'NOMBREUSUARIS'
,
'NOMBRED\'USUARIS'
,
'NUMBEROFUSERS'
],
160
'numberofedits'
=> [
'1'
,
'NOMBREEDICIONS'
,
'NOMBRED\'EDICIONS'
,
'NUMBEROFEDITS'
],
161
'pagename'
=> [
'1'
,
'NOMPÀGINA'
,
'NOMPAGINA'
,
'NOMDELAPLANA'
,
'PAGENAME'
],
162
'img_thumbnail'
=> [
'1'
,
'miniatura'
,
'thumb'
,
'thumbnail'
],
163
'img_manualthumb'
=> [
'1'
,
'miniatura=$1'
,
'thumbnail=$1'
,
'thumb=$1'
],
164
'img_right'
=> [
'1'
,
'dreta'
,
'right'
],
165
'img_left'
=> [
'1'
,
'esquerra'
,
'left'
],
166
'img_none'
=> [
'1'
,
'cap'
,
'none'
],
167
'img_width'
=> [
'1'
,
'$1px'
],
168
'img_center'
=> [
'1'
,
'center'
,
'centre'
],
169
'img_framed'
=> [
'1'
,
'marc'
,
'frame'
,
'framed'
,
'enframed'
],
170
'img_frameless'
=> [
'1'
,
'sense marc'
,
'frameless'
],
171
'img_lang'
=> [
'1'
,
'lang=$1'
,
'llengua=$1'
,
'idioma=$1'
],
172
'img_page'
=> [
'1'
,
'pàgina=$1'
,
'pàgina $1'
,
'page=$1'
,
'page $1'
],
173
'img_upright'
=> [
'1'
,
'redreçat'
,
'upright'
,
'redreçat=$1'
,
'upright=$1'
,
'redreçat $1'
,
'upright $1'
],
174
'img_border'
=> [
'1'
,
'vora'
,
'border'
],
175
'img_baseline'
=> [
'1'
,
'línia de base'
,
'baseline'
],
176
'img_sub'
=> [
'1'
,
'sub'
],
177
'img_super'
=> [
'1'
,
'super'
,
'sup'
],
178
'img_top'
=> [
'1'
,
'dalt'
,
'top'
],
179
'img_text_top'
=> [
'1'
,
'dalt-text'
,
'text-top'
],
180
'img_middle'
=> [
'1'
,
'mitjà'
,
'middle'
],
181
'img_bottom'
=> [
'1'
,
'baix'
,
'bottom'
],
182
'img_text_bottom'
=> [
'1'
,
'baix-text'
,
'text-bottom'
],
183
'img_link'
=> [
'1'
,
'enllaç=$1'
,
'link=$1'
],
184
'img_alt'
=> [
'1'
,
'alt=$1'
],
185
'img_class'
=> [
'1'
,
'class=$1'
],
186
'displaytitle'
=> [
'1'
,
'TÍTOL'
,
'TITOL'
,
'DISPLAYTITLE'
],
187
'currentversion'
=> [
'1'
,
'VERSIÓACTUAL'
,
'VERSIOACTUAL'
,
'CURRENTVERSION'
],
188
'language'
=> [
'0'
,
'#IDIOMA:'
,
'#LLENGUA:'
,
'#LANGUAGE:'
],
189
'contentlanguage'
=> [
'1'
,
'IDIOMACONTINGUT'
,
'LLENGUACONTINGUT'
,
'CONTENTLANGUAGE'
,
'CONTENTLANG'
],
190
'pagesinnamespace'
=> [
'1'
,
'PÀGINESENESPAINOMS:'
,
'PAGESINNAMESPACE:'
,
'PAGESINNS:'
],
191
'numberofadmins'
=> [
'1'
,
'NOMBREADMINS'
,
'NUMBEROFADMINS'
],
192
'formatnum'
=> [
'0'
,
'FORMATNOMBRE'
,
'FORMATNUM'
],
193
'padleft'
=> [
'0'
,
'SEPARACIÓESQUERRA'
,
'SEPARACIOESQUERRA'
,
'PADLEFT'
],
194
'padright'
=> [
'0'
,
'SEPARACIÓDRETA'
,
'SEPARACIODRETA'
,
'PADRIGHT'
],
195
'special'
=> [
'0'
,
'especial'
,
'special'
],
196
'defaultsort'
=> [
'1'
,
'ORDENA:'
,
'DEFAULTSORT:'
,
'DEFAULTSORTKEY:'
,
'DEFAULTCATEGORYSORT:'
],
197
'filepath'
=> [
'0'
,
'CAMÍ:'
,
'CAMI:'
,
'FILEPATH:'
],
198
'tag'
=> [
'0'
,
'etiqueta'
,
'marcador'
,
'tag'
],
199
'hiddencat'
=> [
'1'
,
'__CATAMAGADA__'
,
'__HIDDENCAT__'
],
200
'pagesincategory'
=> [
'1'
,
'PÀGINESENCATEGORIA'
,
'PAGINESENCATEGORIA'
,
'PAGINESENCAT'
,
'PAGESINCATEGORY'
,
'PAGESINCAT'
],
201
'pagesize'
=> [
'1'
,
'MIDAPÀGINA'
,
'MIDAPAGINA'
,
'MIDADELAPLANA'
,
'PAGESIZE'
],
202
'noindex'
=> [
'1'
,
'__CAPINDEX__'
,
'__NOINDEX__'
],
203
'staticredirect'
=> [
'1'
,
'__REDIRECCIÓESTATICA__'
,
'__REDIRECCIOESTATICA__'
,
'__STATICREDIRECT__'
],
204
'protectionlevel'
=> [
'1'
,
'NIVELLPROTECCIÓ'
,
'NIVELLPROTECCIO'
,
'PROTECTIONLEVEL'
],
205
];
206
207
$separatorTransformTable
= [
','
=>
'.'
,
'.'
=>
','
];
208
209
$dateFormats
= [
210
'mdy time'
=>
'H:i'
,
211
'mdy date'
=>
'M j, Y'
,
212
'mdy both'
=>
'H:i, M j, Y'
,
213
214
'dmy time'
=>
'H:i'
,
215
'dmy date'
=>
'j M Y'
,
216
'dmy both'
=>
'H:i, j M Y'
,
217
218
'ymd time'
=>
'H:i'
,
219
'ymd date'
=>
'Y M j'
,
220
'ymd both'
=>
'H:i, Y M j'
,
221
];
222
223
$datePreferences
= [
224
'default'
,
225
'dmy'
,
226
'ymd'
,
227
'ISO 8601'
,
228
];
229
$defaultDateFormat
=
'dmy'
;
230
231
$bookstoreList
= [
232
'Catàleg Col·lectiu de les Universitats de Catalunya'
=>
'http://ccuc.cbuc.cat/search*cat/X?SEARCH=$1'
,
233
'inherit'
=>
true
,
234
];
235
236
$linkTrail
=
"/^((?:[a-zàèéíòóúç·ïü]|'(?!'))+)(.*)$/sDu"
;
$fallback
$fallback
Definition
MessagesCa.php:11
$defaultDateFormat
$defaultDateFormat
Definition
MessagesCa.php:229
$namespaceGenderAliases
$namespaceGenderAliases
Definition
MessagesCa.php:37
$dateFormats
$dateFormats
Definition
MessagesCa.php:209
$namespaceAliases
$namespaceAliases
Definition
MessagesCa.php:32
$linkTrail
$linkTrail
Definition
MessagesCa.php:236
$bookstoreList
$bookstoreList
Definition
MessagesCa.php:231
$datePreferences
$datePreferences
Definition
MessagesCa.php:223
$namespaceNames
$namespaceNames
Definition
MessagesCa.php:13
$separatorTransformTable
$separatorTransformTable
Definition
MessagesCa.php:207
$specialPageAliases
$specialPageAliases
Definition
MessagesCa.php:42
$magicWords
$magicWords
Definition
MessagesCa.php:130
NS_HELP
const NS_HELP
Definition
Defines.php:82
NS_USER
const NS_USER
Definition
Defines.php:72
NS_FILE
const NS_FILE
Definition
Defines.php:76
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition
Defines.php:79
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition
Defines.php:75
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition
Defines.php:78
NS_TEMPLATE
const NS_TEMPLATE
Definition
Defines.php:80
NS_SPECIAL
const NS_SPECIAL
Definition
Defines.php:59
NS_FILE_TALK
const NS_FILE_TALK
Definition
Defines.php:77
NS_HELP_TALK
const NS_HELP_TALK
Definition
Defines.php:83
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition
Defines.php:85
NS_MEDIA
const NS_MEDIA
Definition
Defines.php:58
NS_TALK
const NS_TALK
Definition
Defines.php:71
NS_USER_TALK
const NS_USER_TALK
Definition
Defines.php:73
NS_CATEGORY
const NS_CATEGORY
Definition
Defines.php:84
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition
Defines.php:81
languages
messages
MessagesCa.php
Generated on Mon Nov 25 2024 16:16:09 for MediaWiki by
1.10.0