04a36e2f44995a6d6892e46a9645e061c82ca9e4
[lhc/web/wiklou.git] / languages / messages / MessagesFur.php
1 <?php
2 /** Friulian (furlan)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Helix84
11 * @author Kaganer
12 * @author Klenje
13 * @author MF-Warburg
14 * @author Reedy
15 * @author Tocaibon
16 * @author Urhixidur
17 * @author לערי ריינהארט
18 */
19
20 $fallback = 'it';
21
22
23 $namespaceNames = array(
24 NS_MEDIA => 'Media',
25 NS_SPECIAL => 'Speciâl',
26 NS_TALK => 'Discussion',
27 NS_USER => 'Utent',
28 NS_USER_TALK => 'Discussion_utent',
29 NS_PROJECT_TALK => 'Discussion_$1',
30 NS_FILE => 'Figure',
31 NS_FILE_TALK => 'Discussion_figure',
32 NS_MEDIAWIKI => 'MediaWiki',
33 NS_MEDIAWIKI_TALK => 'Discussion_MediaWiki',
34 NS_TEMPLATE => 'Model',
35 NS_TEMPLATE_TALK => 'Discussion_model',
36 NS_HELP => 'Jutori',
37 NS_HELP_TALK => 'Discussion_jutori',
38 NS_CATEGORY => 'Categorie',
39 NS_CATEGORY_TALK => 'Discussion_categorie',
40 );
41
42 $specialPageAliases = array(
43 'Allmessages' => array( 'Messaçs' ),
44 'Allpages' => array( 'DutisLisPagjinis' ),
45 'Ancientpages' => array( 'PagjinisPluiVieris' ),
46 'Block' => array( 'BlocheIP' ),
47 'Booksources' => array( 'RicercjeISBN' ),
48 'BrokenRedirects' => array( 'ReIndreçamentsSbaliâts' ),
49 'Categories' => array( 'Categoriis' ),
50 'ChangePassword' => array( 'ReimpuestePerauleClâf' ),
51 'Confirmemail' => array( 'ConfermePuesteEletroniche' ),
52 'Contributions' => array( 'Contribûts', 'ContribûtsUtent' ),
53 'CreateAccount' => array( 'CreeIdentitât' ),
54 'Deadendpages' => array( 'PagjinisCenceJessude' ),
55 'DoubleRedirects' => array( 'ReIndreçamentsDoplis' ),
56 'Emailuser' => array( 'MandeEmail' ),
57 'Export' => array( 'Espuarte' ),
58 'Import' => array( 'Impuarte' ),
59 'BlockList' => array( 'IPBlocâts' ),
60 'Listadmins' => array( 'ListeAministradôrs' ),
61 'Listbots' => array( 'ListeBots' ),
62 'Listfiles' => array( 'Figuris' ),
63 'Listredirects' => array( 'ListeReIndreçaments' ),
64 'Listusers' => array( 'Utents', 'ListeUtents' ),
65 'Lockdb' => array( 'BlocheDB' ),
66 'Log' => array( 'Regjistri', 'Regjistris' ),
67 'Lonelypages' => array( 'PagjinisSolitariis' ),
68 'Longpages' => array( 'PagjinisPluiLungjis' ),
69 'MIMEsearch' => array( 'RicercjeMIME' ),
70 'Movepage' => array( 'Môf', 'CambieNon' ),
71 'Mycontributions' => array( 'MieiContribûts' ),
72 'Mypage' => array( 'MêPagjineUtent' ),
73 'Mytalk' => array( 'MêsDiscussions' ),
74 'Newimages' => array( 'GnovisFiguris' ),
75 'Newpages' => array( 'GnovisPagjinis' ),
76 'Popularpages' => array( 'PagjinisPopolârs' ),
77 'Preferences' => array( 'Preferencis' ),
78 'Prefixindex' => array( 'Prefìs' ),
79 'Protectedpages' => array( 'PagjinisProtezudis' ),
80 'Protectedtitles' => array( 'TituiProtezûts' ),
81 'Randompage' => array( 'PagjineCasuâl' ),
82 'Randomredirect' => array( 'ReIndreçamentCasuâl' ),
83 'Recentchanges' => array( 'UltinsCambiaments' ),
84 'Recentchangeslinked' => array( 'CambiamentsLeâts' ),
85 'Revisiondelete' => array( 'ScanceleRevision' ),
86 'Search' => array( 'Ricercje', 'Cîr' ),
87 'Shortpages' => array( 'PagjinisPluiCurtis' ),
88 'Specialpages' => array( 'PagjinisSpeciâls' ),
89 'Statistics' => array( 'Statistichis' ),
90 'Uncategorizedcategories' => array( 'CategoriisCenceCategorie' ),
91 'Uncategorizedimages' => array( 'FigurisCenceCategorie' ),
92 'Uncategorizedpages' => array( 'PagjinisCenceCategorie' ),
93 'Uncategorizedtemplates' => array( 'ModeiCenceCategorie' ),
94 'Undelete' => array( 'Ripristine' ),
95 'Unlockdb' => array( 'SblocheDB' ),
96 'Unusedcategories' => array( 'CategoriisNoDopradis' ),
97 'Unusedimages' => array( 'FigurisNoDopradis' ),
98 'Unusedtemplates' => array( 'ModeiNoDoprâts' ),
99 'Unwatchedpages' => array( 'PagjinisNoTignudisDiVoli' ),
100 'Upload' => array( 'Cjame' ),
101 'Userlogin' => array( 'Jentre' ),
102 'Userlogout' => array( 'Jes' ),
103 'Userrights' => array( 'PermèsUtents' ),
104 'Wantedcategories' => array( 'CategoriisDesideradis' ),
105 'Watchlist' => array( 'TignudisDiVoli' ),
106 'Whatlinkshere' => array( 'Leams' ),
107 'Withoutinterwiki' => array( 'CenceInterwiki' ),
108 );
109
110 $datePreferences = false;
111 $defaultDateFormat = 'dmy';
112 $dateFormats = array(
113 'dmy time' => 'H:i',
114 'dmy date' => 'j "di" M Y',
115 'dmy both' => 'j "di" M Y "a lis" H:i',
116 );
117
118 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' );
119
120 $messages = array(
121 # User preference toggles
122 'tog-underline' => 'Sotlinee leams',
123 'tog-hideminor' => 'Plate lis piçulis modifichis tai ultins cambiaments',
124 'tog-hidepatrolled' => 'Plate lis modifichis controladis intai ultins cambiaments',
125 'tog-newpageshidepatrolled' => 'Plate lis pagjinis verificadis de liste des pagjinis gnovis',
126 'tog-extendwatchlist' => 'Slargje la liste des controladis specialis, no dome aes ultimis',
127 'tog-usenewrc' => 'Ragrupe lis modifichis par pagjine intes ultimis modifichis e inati oservâts speciai',
128 'tog-numberheadings' => 'Numerazion automatiche dai titui',
129 'tog-showtoolbar' => 'Mostre sbare dai imprescj pe modifiche (JavaScript)',
130 'tog-editondblclick' => 'Cambie lis pagjinis fracant dôs voltis',
131 'tog-editsectiononrightclick' => 'Modifiche une sezion fracant cul tast diestri<br /> sui titui des sezions',
132 'tog-rememberpassword' => 'Visiti di me su chest sgarfadôr (par un massim di $1 {{PLURAL:$1|zornade|zornadis}})',
133 'tog-watchcreations' => 'Zonte lis pagjinis creadis e i file cjariats aes oservadis specials',
134 'tog-watchdefault' => 'Zonte in automatic lis pagjinis che o cambii inte liste di chês tignudis di voli',
135 'tog-watchmoves' => 'Zonte in automatic lis pagjinis che o cambii inte liste di chês tignudis di voli',
136 'tog-watchdeletion' => 'Zonte in automatic lis pagjinis che o cambii inte liste di chês tignudis di voli',
137 'tog-minordefault' => 'Imposte come opzion predeterminade ducj i cambiaments come piçui',
138 'tog-previewontop' => 'Mostre anteprime parsore dal spazi pe modifiche',
139 'tog-previewonfirst' => 'Mostre anteprime te prime modifiche',
140 'tog-enotifwatchlistpages' => 'Mandimi une email se la pagjine o un file al gambie',
141 'tog-enotifusertalkpages' => 'Mandimi une email cuant che la mê pagjine di discussion e gambie',
142 'tog-enotifminoredits' => 'Mandimi une email ancje pai piçui cambiaments ae pagjine',
143 'tog-enotifrevealaddr' => 'Distapone fûr il gno recapit email tai messaçs di notifiche',
144 'tog-shownumberswatching' => 'Mostre il numar di utents che a stan tignint di voli',
145 'tog-oldsig' => 'Firme esistente',
146 'tog-fancysig' => 'Interprete lis firmis come test wiki (cence un leam automatic)',
147 'tog-uselivepreview' => 'Dopre la anteprime direte (sperimentâl)',
148 'tog-forceeditsummary' => 'Domande conferme se il cjamp ogjet al è vueit',
149 'tog-watchlisthideown' => 'Plate i miei cambiaments inte liste des pagjinis tignudis di voli',
150 'tog-watchlisthidebots' => 'Plate i bot de liste dai oservâts speciai',
151 'tog-watchlisthideminor' => 'Plate i piçui cambiaments de liste dai oservâts speciai',
152 'tog-watchlisthideliu' => 'Plate lis modifichis dai utents regjstrâts de liste dai oservâts speciai',
153 'tog-watchlisthideanons' => 'Palte lis modifichis dai utents anonims dai oservâts speciai',
154 'tog-watchlisthidepatrolled' => 'Plate lis modifichis verificadis de liste dai oservâts speciai',
155 'tog-ccmeonemails' => 'Mandimi une copie dai messaçs che o mandi ai altris utents',
156 'tog-diffonly' => 'No mostrâ la pagjine dopo il control des versions',
157 'tog-showhiddencats' => 'Mostre categoriis platadis',
158 'tog-norollbackdiff' => 'No mostrâ lis diferencis dopo vê revocât une pagjine',
159 'tog-useeditwarning' => 'Visimi cuant che o stoi par lassâ une pagjine dulà che a son cambiaments no salvâts',
160 'tog-prefershttps' => 'Dopre simpri une conession sigure par acedi',
161
162 'underline-always' => 'Simpri',
163 'underline-never' => 'Mai',
164 'underline-default' => 'Ten ilis impostazions dal Browser o de skin che tu stâs doprant',
165
166 # Font style option in Special:Preferences
167 'editfont-style' => 'Stîl di caratar de aree di scriture',
168 'editfont-default' => 'Predeterminât dal sgarfadôr',
169 'editfont-monospace' => 'Caratar a lungjece fisse',
170 'editfont-sansserif' => 'Caratar sans-serif',
171 'editfont-serif' => 'Caratar di scriture serif',
172
173 # Dates
174 'sunday' => 'Domenie',
175 'monday' => 'Lunis',
176 'tuesday' => 'Martars',
177 'wednesday' => 'Miercus',
178 'thursday' => 'Joibe',
179 'friday' => 'Vinars',
180 'saturday' => 'Sabide',
181 'sun' => 'dom',
182 'mon' => 'lun',
183 'tue' => 'mar',
184 'wed' => 'mie',
185 'thu' => 'joi',
186 'fri' => 'vin',
187 'sat' => 'sab',
188 'january' => 'Zenâr',
189 'february' => 'Fevrâr',
190 'march' => 'Març',
191 'april' => 'Avrîl',
192 'may_long' => 'Mai',
193 'june' => 'Jugn',
194 'july' => 'Lui',
195 'august' => 'Avost',
196 'september' => 'Setembar',
197 'october' => 'Otubar',
198 'november' => 'Novembar',
199 'december' => 'Dicembar',
200 'january-gen' => 'Zenâr',
201 'february-gen' => 'Fevrâr',
202 'march-gen' => 'Març',
203 'april-gen' => 'Avrîl',
204 'may-gen' => 'Mai',
205 'june-gen' => 'Jugn',
206 'july-gen' => 'Lui',
207 'august-gen' => 'Avost',
208 'september-gen' => 'Setembar',
209 'october-gen' => 'Otubar',
210 'november-gen' => 'Novembar',
211 'december-gen' => 'Dicembar',
212 'jan' => 'Zen',
213 'feb' => 'Fev',
214 'mar' => 'Mar',
215 'apr' => 'Avr',
216 'may' => 'Mai',
217 'jun' => 'Jug',
218 'jul' => 'Lui',
219 'aug' => 'Avo',
220 'sep' => 'Set',
221 'oct' => 'Otu',
222 'nov' => 'Nov',
223 'dec' => 'Dic',
224 'january-date' => '$1 di Zenâr',
225 'february-date' => '$1 di Fevrâr',
226 'march-date' => '$1 di Març',
227 'april-date' => '$1 di Avrîl',
228 'may-date' => '$1 di Mai',
229 'june-date' => '$1 di Jugn',
230 'july-date' => '$1 di Lui',
231 'august-date' => '$1 di Avost',
232 'september-date' => '$1 di Setembar',
233 'october-date' => '$1 di Otubar',
234 'november-date' => '$1 di Novembar',
235 'december-date' => '$1 di Dicembar',
236
237 # Categories related messages
238 'pagecategories' => '{{PLURAL:$1|Categorie|Categoriis}}',
239 'category_header' => 'Vôs inte categorie "$1"',
240 'subcategories' => 'Sot categoriis',
241 'category-media-header' => 'Files inte categorie "$1"',
242 'category-empty' => "''Par cumò la categorie no conten ni pagjinis ni files multimediâi.''",
243 'hidden-categories' => '{{PLURAL:$1|Categorie platade|Categoriis platadis}}',
244 'hidden-category-category' => 'Categoriis platadis',
245 'category-subcat-count' => '{{PLURAL:$2|Cheste categorie e conten une sot categorie, mostrade ca sot.|Cheste categorie e conten {{PLURAL:$1|la sot categorie|lis $1 sot categoriis}} ca sot suntun totâl di $2.}}',
246 'category-subcat-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|une sot categorie, mostrade|$1 sot categoriis, mostradis}} sot.',
247 'category-article-count' => '{{PLURAL:$2|Cheste categorie e conten dome une pagjine mostrade ca sot.|Cheste categorie e conten {{PLURAL:$1|la pagjine indicade|lis $1 pagjinis indicadis}} di seguit, suntun totâl di $2.}}',
248 'category-article-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|la pagjine|lis $1 pagjinis}} ca sot.',
249 'category-file-count' => '{{PLURAL:$2|Cheste categorie e conten dome un file, mostrât ca sot.|Cheste categorie e conten {{PLURAL:$1|un file, mostrât|$1 files, mostrâts}} ca sot, suntun totâl di $2.}}',
250 'category-file-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|il file mostrât|i $1 files mostrâts}} ca sot.',
251 'listingcontinuesabbrev' => 'cont.',
252 'index-category' => 'Pagjinis indicizadis',
253 'noindex-category' => 'Pagjinis no indicizadis',
254 'broken-file-category' => 'Pagjnis cun leams a file no corets',
255
256 'about' => 'Informazions',
257 'article' => 'Vôs',
258 'newwindow' => '(al vierç un gnûf barcon)',
259 'cancel' => 'Scancele',
260 'moredotdotdot' => 'Plui...',
261 'morenotlisted' => 'La liste no je complete',
262 'mypage' => 'Pagjine',
263 'mytalk' => 'Discussions',
264 'anontalk' => 'Discussion par chest IP',
265 'navigation' => 'somari',
266 'and' => '&#32;e',
267
268 # Cologne Blue skin
269 'qbfind' => 'Cjate',
270 'qbbrowse' => 'Sgarfe',
271 'qbedit' => 'Cambie',
272 'qbpageoptions' => 'Cheste pagjine',
273 'qbmyoptions' => 'Mês pagjinis',
274 'faq' => 'Domandis plui frecuentis',
275 'faqpage' => 'Project:FAQ',
276
277 # Vector skin
278 'vector-action-addsection' => 'Gnove sezion',
279 'vector-action-delete' => 'Elimine',
280 'vector-action-move' => 'Môf',
281 'vector-action-protect' => 'Protêç',
282 'vector-action-undelete' => 'Recupere',
283 'vector-action-unprotect' => 'Gambie la protezion',
284 'vector-view-create' => 'Cree',
285 'vector-view-edit' => 'Cambie',
286 'vector-view-history' => 'Cjale il storic',
287 'vector-view-view' => 'Lei',
288 'vector-view-viewsource' => 'Cjale risultive',
289 'actions' => 'Azions',
290 'namespaces' => 'Spazis dai nons',
291 'variants' => 'Variants',
292
293 'navigation-heading' => 'Menù di Navigazion',
294 'errorpagetitle' => 'Erôr',
295 'returnto' => 'Torne a $1.',
296 'tagline' => 'Di {{SITENAME}}',
297 'help' => 'Jutori',
298 'search' => 'Cîr',
299 'searchbutton' => 'Cîr',
300 'go' => 'Va',
301 'searcharticle' => 'Va',
302 'history' => 'Storic de pagjine',
303 'history_short' => 'Storic',
304 'updatedmarker' => 'inzornât de mê ultime visite',
305 'printableversion' => 'Version stampabil',
306 'permalink' => 'Leam permanent',
307 'print' => 'Stampe',
308 'view' => 'Viodi',
309 'edit' => 'Cambie',
310 'create' => 'Cree',
311 'editthispage' => 'Cambie cheste pagjine',
312 'create-this-page' => 'Cree cheste pagjine',
313 'delete' => 'Elimine',
314 'deletethispage' => 'Elimine cheste pagjine',
315 'undeletethispage' => 'Recupere cheste pagjine',
316 'undelete_short' => 'Recupere {{PLURAL:$1|modifiche eliminade|$1 modifichis eliminadis}}',
317 'viewdeleted_short' => 'Viôt {{PLURAL:$1|une modifiche eliminade|$1 modifichis eliminadis}}',
318 'protect' => 'Protêç',
319 'protect_change' => 'cambie',
320 'protectthispage' => 'Protêç cheste pagjine',
321 'unprotect' => 'Gambie la protezion',
322 'unprotectthispage' => 'Gambie la protezion di cheste pagjine',
323 'newpage' => 'Gnove pagjine',
324 'talkpage' => 'Fevelin di cheste pagjine',
325 'talkpagelinktext' => 'discussion',
326 'specialpage' => 'Pagjine speciâl',
327 'personaltools' => 'Imprescj personâi',
328 'postcomment' => 'Gnove sezion',
329 'articlepage' => 'Cjale la vôs',
330 'talk' => 'Discussion',
331 'views' => 'Visitis',
332 'toolbox' => 'imprescj',
333 'userpage' => 'Cjale pagjine dal utent',
334 'projectpage' => 'Cjale pagjine dal progjet',
335 'imagepage' => 'Cjale pagjine dal file',
336 'mediawikipage' => 'Cjale la pagjine dal messaç',
337 'templatepage' => 'Cjale il model',
338 'viewhelppage' => 'Cjale la pagjine di jutori',
339 'categorypage' => 'Cjale la categorie',
340 'viewtalkpage' => 'Cjale la pagjine di discussion',
341 'otherlanguages' => 'Altris lenghis',
342 'redirectedfrom' => '(Inviât ca di $1)',
343 'redirectpagesub' => 'Pagjine di redirezion',
344 'lastmodifiedat' => "Cambiât par l'ultime volte ai $2, $1",
345 'viewcount' => 'Cheste pagjine e je stade lete {{PLURAL:$1|une volte|$1 voltis}}.',
346 'protectedpage' => 'Pagjine protezude',
347 'jumpto' => 'Va a:',
348 'jumptonavigation' => 'navigazion',
349 'jumptosearch' => 'ricercje',
350 'view-pool-error' => 'Scusinus ma i server a son sovrecjariats in chest moment. Masse utents a stan cjalant cheste pagjnie. Torne a provâ fra cualchi minût.
351
352 $1',
353 'pool-timeout' => 'Timeout durant la spiete dal sbolc.',
354 'pool-queuefull' => 'La code dal pool e je plene',
355 'pool-errorunknown' => 'Erôr no cognossût',
356
357 # 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).
358 'aboutsite' => 'Informazions su {{SITENAME}}',
359 'aboutpage' => 'Project:Informazions',
360 'copyright' => 'Il contignût al è disponibil sot de licence $1 se nol è specificât in altre maniere',
361 'copyrightpage' => '{{ns:project}}:Copyrights',
362 'currentevents' => 'Lis gnovis',
363 'currentevents-url' => 'Project:Lis gnovis',
364 'disclaimers' => 'Avîs legâi',
365 'disclaimerpage' => 'Project:Avîs gjenerâi',
366 'edithelp' => 'Jutori pai cambiaments',
367 'mainpage' => 'Pagjine principâl',
368 'mainpage-description' => 'Pagjine principâl',
369 'policy-url' => 'Project:Politiche',
370 'portal' => 'Ostarie',
371 'portal-url' => 'Project:Ostarie',
372 'privacy' => 'Politiche pe privacy',
373 'privacypage' => 'Project:Politiche_pe_privacy',
374
375 'badaccess' => 'Permès no suficients',
376 'badaccess-group0' => 'No tu sês autorizât a eseguî la azion domandade',
377 'badaccess-groups' => 'La azione domandade è je pussibile dome dai utents {{PLURAL:$2|dal grup|di un di chescj grups}}: $1.',
378
379 'versionrequired' => 'E covente la version $1 di MediaWiki',
380 'versionrequiredtext' => 'La version $1 de MediaWiki a covente par doprâ cheste pagjine.
381 Cjale la [[Special:Version|pagjine de version]].',
382
383 'ok' => 'Va ben',
384 'retrievedfrom' => 'Cjapât fûr di $1',
385 'youhavenewmessages' => 'Tu âs $1 ($2).',
386 'youhavenewmessagesfromusers' => '{{PLURAL:$4|Tu âs}} $1 da {{PLURAL:$3|un altri utent|$3 utens}} ($2).',
387 'youhavenewmessagesmanyusers' => 'Tu âs $1 di tancj utents ($2)',
388 'newmessageslinkplural' => '{{PLURAL:$1|un gnûf messaç|999=gnûfs messaçs}}',
389 'newmessagesdifflinkplural' => '{{PLURAL:$1|ultin cambiament|999=ultins cambiaments}}',
390 'youhavenewmessagesmulti' => 'Tu âs gnûfs messaçs su $1',
391 'editsection' => 'cambie',
392 'editold' => 'cambie',
393 'viewsourceold' => 'cjale risultive',
394 'editlink' => 'cambie',
395 'viewsourcelink' => 'cjale risultive',
396 'editsectionhint' => 'cambie la sezion $1',
397 'toc' => 'Tabele dai contignûts',
398 'showtoc' => 'mostre',
399 'hidetoc' => 'plate',
400 'collapsible-collapse' => 'Strenç',
401 'collapsible-expand' => 'Slargje',
402 'thisisdeleted' => 'Vuelistu cjalâ o ripristinâ $1?',
403 'viewdeleted' => 'Vuelistu viodi $1?',
404 'restorelink' => '{{PLURAL:$1|une modifiche eliminade|$1 modifichis eliminadis}}',
405 'feedlinks' => 'Canâl (feed):',
406 'feed-invalid' => 'Modalitât di iscrizion al feed no valide',
407 'feed-unavailable' => 'No son disponibîi feeds',
408 'site-rss-feed' => 'Canâl RSS di $1',
409 'site-atom-feed' => 'Canâl Atom di $1',
410 'page-rss-feed' => 'Canâl RSS par "$1"',
411 'page-atom-feed' => 'Canâl Atom par "$1"',
412 'red-link-title' => '$1 (la pagjine no esist)',
413 'sort-descending' => 'Ordinament decressint',
414 'sort-ascending' => 'Ordinament cressint',
415
416 # Short words for each namespace, by default used in the namespace tab in monobook
417 'nstab-main' => 'Vôs',
418 'nstab-user' => 'Pagjine dal utent',
419 'nstab-media' => 'Media',
420 'nstab-special' => 'Pagjine speciâl',
421 'nstab-project' => 'Informazions',
422 'nstab-image' => 'Figure',
423 'nstab-mediawiki' => 'Messaç',
424 'nstab-template' => 'Model',
425 'nstab-help' => 'Jutori',
426 'nstab-category' => 'Categorie',
427
428 # Main script and global functions
429 'nosuchaction' => 'Azion no pussibile',
430 'nosuchactiontext' => "La azion specificade inte URL no je valide. Forsit la URL no je stade scrite juste o forsit il leam no l'è valit. Forsit al è un bug in {{SITENAME}}.",
431 'nosuchspecialpage' => 'Pagjine speciâl no disponibil',
432 'nospecialpagetext' => '<strong>Tu âs cirût une pagjine speciâl no valide.</strong>
433
434 Une liste des pagjinis speciâls validis a si pues cjatâ su [[Special:SpecialPages|{{int:specialpages}}]].',
435
436 # General errors
437 'error' => 'Erôr',
438 'databaseerror' => 'Erôr de base di dâts',
439 'databaseerror-text' => 'Erôr inte interogazion dal database. Forsit al è un bug intal software.',
440 'databaseerror-textcl' => 'Erôr inte interogazion dal database.',
441 'databaseerror-query' => 'Interogazion: $1',
442 'databaseerror-function' => 'Funzion $1',
443 'databaseerror-error' => 'Erôr: $1',
444 'laggedslavemode' => 'Atenzion: La pagjine podarès no segnalâ inzornaments recents.',
445 'readonly' => 'Base di dâts blocade',
446 'enterlockreason' => 'Scrivi il motîf dal bloc e indicâ cuant che al varès di jessi gjavât.',
447 'readonlytext' => "La base di dâts pal moment e je blocade e no si puedin zontâ vôs e fâ modifichis, probabilmentri pe normâl manutenzion de base di dâts, daspò de cuâl dut al tornarà normâl.
448
449 L'aministradôr ch'al à metût il bloc al à scrit cheste motivazion: $1",
450 'missing-article' => 'La base di dâts no à cjatât il test di une pagjine che e varès di vê vût cjatât, di non "$1" $2.
451
452 Chest in gjenar al è causât dal jessi lâts daûr dal leam a une pagjine che e je stade eliminade, partint dal confront di dôs versions o di un leam tal storic.
453
454 Se la cause no samee jessi cheste, tu podaressis vê cjatât un problem tal software.
455 Segnalilu par plasê a un [[Special:ListUsers/sysop|administrator]], notant la URL.',
456 'missingarticle-rev' => '(numar de revision: $1)',
457 'missingarticle-diff' => '(Dif.: $1, $2)',
458 'readonly_lag' => 'Par cumò il database al è stât blocât pe sincronizazion cul server',
459 'internalerror' => 'Erôr interni',
460 'internalerror_info' => 'Erôr interni: $1',
461 'fileappenderrorread' => 'No si pues lei "$1" durant òa zonte',
462 'fileappenderror' => 'No si pues tacâ "$1" a "$2"',
463 'filecopyerror' => 'No si pues copiâ il file "$1" in "$2"',
464 'filerenameerror' => 'No si pues rinominâ "$1" in "$2"',
465 'filedeleteerror' => 'No si pues eliminâ il file "$1".',
466 'directorycreateerror' => 'No si pues creâ la cartele "$1"',
467 'filenotfound' => 'No si pues cjatâ il file "$1".',
468 'fileexistserror' => 'No si pues scrivi il file "$1": al esist zà',
469 'unexpected' => 'Valor no proviodût: "$1" = "$2"',
470 'formerror' => 'Erôr: no si rive a mandâ il form',
471 'badarticleerror' => 'Operazion no permetude in cheste pagjine',
472 'cannotdelete' => 'La pagjine o il file "$1" no si pues concelâ.
473 Podarès jessi stât cancelât di cualchidun altri.',
474 'cannotdelete-title' => 'No si pues cancelâ la pagjine "$1"',
475 'delete-hook-aborted' => 'La cancelazion e je stade anulade di un hook.
476 No je une spigazion disponibile.',
477 'no-null-revision' => 'No si pues creâ une version vuedie de pagjine "$1"',
478 'badtitle' => 'Titul sbaliât',
479 'badtitletext' => 'Il titul de pagjine che tu âs inserît nol è valit, al è vuelit, o al veve un erôr tal colegament tra wiki diviersis o tra versions in altris lenghis.
480 Al podarès vê dentri caratars che no podin jessi doprâts tai titui.',
481 'perfcached' => 'I dats seguints a vegnin di une copie de "cache" dal database e a podaressin no jessi inzornâts. La cache e rive a tignî al massim {{PLURAL:$1|un risultâ disponibil|$1 risultats disponibii}}',
482 'perfcachedts' => 'I dats seguints a vegnin di une copie de "cache" dal database dal $1 e a podaressin no jessi inzornâts. La cache e rive a tignî al massim {{PLURAL:$1|un risultâ disponibil|$1 risultats disponibii}}',
483 'querypage-no-updates' => 'Inzornaments de pagjine a son al moment sospindûts. I dats metûts no saràn salvâts.',
484 'viewsource' => 'Cjale risultive',
485 'viewsource-title' => 'Cjale il codiç di $1',
486 'actionthrottled' => 'Azion ritardade',
487 'actionthrottledtext' => 'Come misure anti-spam tu âs des limitazion tal fâ cheste azion masse voltis in toc di timp curt. Il limit al è stât superât. Tu puedis tornâ a provâ fra cualchi minût.',
488 'protectedpagetext' => 'Pagjine protete par evitâ modifichis o altris azions.',
489 'viewsourcetext' => 'Tu puedis viodi e copiâ la risultive di cheste pagjine:',
490 'viewyourtext' => 'Tu puedis viodi o copiâ il codiç des "tôs modifichis" in cheste pagjine.',
491 'ns-specialprotected' => 'Lis pagjinis specialis no si puedin modificâ',
492 'exception-nologin' => 'No tu sês jentrât',
493
494 # Virus scanner
495 'virus-unknownscanner' => 'antivirus no cognossût:',
496
497 # Login and logout pages
498 'logouttext' => "'''Tu sës cumò lât fûr.'''
499
500 Considere che cualchi pagjine e pues mostrâti ancjemò come jentrât tal sît fin cuant che no tu netis la memorie cache dal sgarfadôr.",
501 'yourname' => 'Non utent',
502 'yourpassword' => 'Peraule clâf',
503 'yourpasswordagain' => 'Torne a scrivile',
504 'remembermypassword' => 'Visiti di me di une session a chê altre (fin a $1 {{PLURAL:$1|zornade|zornadis}})',
505 'yourdomainname' => 'Il to domini',
506 'login' => 'Jentre',
507 'nav-login-createaccount' => 'Regjistriti o jentre',
508 'loginprompt' => 'Tu âs di vê abilitâts i cookies par jentrâ in {{SITENAME}}.',
509 'userlogin' => 'Regjistriti o jentre',
510 'userloginnocreate' => 'Jentre',
511 'logout' => 'Jes',
512 'userlogout' => 'Jes',
513 'notloggedin' => 'No tu sês jentrât',
514 'nologin' => "No âstu ancjemò une identitât par jentrâ? '''$1'''.",
515 'nologinlink' => 'Creile cumò',
516 'createaccount' => 'Cree une gnove identitât',
517 'gotaccount' => "Âstu za une identitât? '''$1'''.",
518 'gotaccountlink' => 'Jentre',
519 'userlogin-resetlink' => 'Dismenteât i detais par jentrâ?',
520 'createaccountmail' => 'par pueste eletroniche',
521 'createaccountreason' => 'Reson:',
522 'badretype' => 'Lis peraulis clâfs inseridis no son compagnis.',
523 'userexists' => 'Il non utent inserît al è za doprât. Sielç par plasê un non diferent.',
524 'loginerror' => 'Erôr te jentrade',
525 'createaccounterror' => "No si à podût creâ l'identitât: $1",
526 'nocookiesnew' => "L'identitât utent e je stade creade, ma no tu sês jentrât. {{SITENAME}} al dopre i cookies par visâsi dai utents, e tu tu ju âs disabilitâts. Par plasê abilitiju, dopo jentre cul to gnûf non utent e password.",
527 'nocookieslogin' => '{{SITENAME}} e dopre i cookies par visâsi dai utents, e tu tu ju âs disabilitâts. Par plasê abilitiju e torne a provâ.',
528 'noname' => 'No tu âs inserît un non utent valit.',
529 'loginsuccesstitle' => 'Jentrât cun sucès',
530 'loginsuccess' => 'Cumò tu sês jentrât te {{SITENAME}} sicu "$1".',
531 'nosuchuser' => 'Nissun utent regjistrât cul non "$1". Controle il non inserît o [[Special:UserLogin/signup|cree tu une gnove identitât]].',
532 'nosuchusershort' => 'Nol esist nissun utent cul non "$1". Controle di no vê sbaliât di scrivi.',
533 'nouserspecified' => 'Tu scugnis specificâ un non utent.',
534 'wrongpassword' => 'La peraule clâf zontade no je juste. Torne par plasê a provâ.',
535 'wrongpasswordempty' => 'La peraule clâf inseride e je vueide. Torne a provâ.',
536 'passwordtooshort' => 'La peraule clâf e à di jessi di almancul {{PLURAL:$1|1 caratar|$1 caratars}}.',
537 'password-name-match' => 'La peraule clâf e à di jessi divierse dal to non utent.',
538 'mailmypassword' => 'Azere la password',
539 'passwordremindertitle' => 'Gnove peraule clâf temporanie par {{SITENAME}}',
540 'passwordremindertext' => 'Cualchidun (probabilmentri tu, de direzion IP $1) al à domandât une gnove peraule clâf par jentrâ in {{SITENAME}} ($4).
541 Une peraule clâf temporanie par l\'utent "$2" e je stade creade e impuestade a "$3". Se cheste e jere la tô intenzion, tu varâs di jentrâ e sielzi une gnove peraule clâf cumò. La to peraule clâf temporanie e scjadarà daspò {{PLURAL:$5|une zornade|$5 zornadis}}.
542
543 Se no tu âs domandât tu chest o se tu âs cjatât la peraule clâf e no tu vuelis plui cambiâle, tu puedis ignorâ chest messaç e continuâ a doprâ la vecje peraule clâf.',
544 'noemail' => 'Nissune direzion email regjistrade par l\'utent "$1".',
545 'passwordsent' => 'Une gnove peraule clâf e je stade mandade ae direzion di pueste eletroniche regjistrade par l\'utent "$1".
546 Par plasê torne a fâ la jentrade pene che tu la âs ricevude.',
547 'eauthentsent' => 'Un messaç di pueste eletroniche di conferme al è stât mandât ae direzion specificade.
548 Prime di ricevi cualsisei altri messaç di pueste, tu scugnis seguî lis istruzions scritis dal messaç, par confermâ che la identitât e je propi la tô.',
549 'emailauthenticated' => 'La tô direzion email e je stade autenticade ai $2 aes $3.',
550 'emailnotauthenticated' => 'La tô direzion email no je ancjemò autenticade. No vignaran mandâts messaçs pes funzions ca sot.',
551 'noemailprefs' => 'Specifiche une direzion email par fâ lâ cheste funzion.',
552 'emailconfirmlink' => 'Conferme la tô direzion email',
553 'invalidemailaddress' => 'La direzion email no pues jessi acetade parcè che no samee intun formât valit. Inserìs par plasê une direzion ben formatade o disvuede chest cjamp.',
554 'accountcreated' => 'Identitât creade',
555 'accountcreatedtext' => 'La identitât utent par $1 e je stade creade.',
556 'createaccount-title' => 'Creazion di une identitât par {{SITENAME}}',
557 'loginlanguagelabel' => 'Lenghe: $1',
558
559 # Change password dialog
560 'changepassword' => 'Gambie peraule clâf',
561 'resetpass_header' => 'Cambie peraule clâf de identitât',
562 'oldpassword' => 'Vecje peraule clâf',
563 'newpassword' => 'Gnove peraule clâf',
564 'retypenew' => 'Torne a scrivi chê gnove',
565 'resetpass-submit-cancel' => 'Scancele',
566
567 # Special:PasswordReset
568 'passwordreset-username' => 'Non utent:',
569
570 # Edit page toolbar
571 'bold_sample' => 'Test in gruessut',
572 'bold_tip' => 'Test in gruessut',
573 'italic_sample' => 'Test in corsîf',
574 'italic_tip' => 'Test in corsîf',
575 'link_sample' => 'Titul dal leam',
576 'link_tip' => 'Leams internis',
577 'extlink_sample' => 'http://www.example.com titul leam',
578 'extlink_tip' => 'Leam esterni (visiti dal prefìs http://)',
579 'headline_sample' => 'Test dal titul',
580 'headline_tip' => 'Titul di nivel 2',
581 'nowiki_sample' => 'Inserìs test no formatât culì',
582 'nowiki_tip' => 'Ignore la formatazion wiki',
583 'image_sample' => 'Esempli.jpg',
584 'image_tip' => 'Figure includude',
585 'media_sample' => 'Esempli.ogg',
586 'media_tip' => 'Leam a un file multimediâl',
587 'sig_tip' => 'La tô firme cun ore e date',
588 'hr_tip' => 'Rie orizontâl (no stâ doprâle masse spes)',
589
590 # Edit pages
591 'summary' => 'Somari:',
592 'subject' => 'Argoment (intestazion):',
593 'minoredit' => 'Chest al è un piçul cambiament',
594 'watchthis' => 'Ten di voli cheste pagjine',
595 'savearticle' => 'Salve la pagjine',
596 'preview' => 'Anteprime',
597 'showpreview' => 'Mostre anteprime',
598 'showlivepreview' => "Anteprime ''live''",
599 'showdiff' => 'Mostre cambiaments',
600 'anoneditwarning' => 'No tu sês jentrât cuntun non utent. La to direzion IP e vignarà regjistrade tal storic di cheste pagjine.',
601 'missingsummary' => "'''Atenzion:''' no tu âs specificât un ogjet par chest cambiament. Se tu tornis a fracâ su \"Salve la pagjine\", il cambiament al vignarà salvât cuntun ogjet vueit.",
602 'missingcommenttext' => 'Inserìs un coment ca sot.',
603 'missingcommentheader' => "'''Atenzion:''' no tu âs specificât un ogjet/intestazion par chest coment. Se tu tornis a fracâ su \"Salve la pagjine\", il to cambiament al vignarà salvât cuntune intestazion vueide.",
604 'summary-preview' => 'Anteprime dal somari:',
605 'subject-preview' => 'Anteprime ogjet/intestazion:',
606 'blockedtitle' => 'Utent blocât',
607 'blockedtext' => "'''Chest non utent o direzion IP a son stâts blocâts.'''
608
609 Il bloc al è stât metût di $1. La reson furnide e je: ''$2''
610
611 * Inizi dal bloc: $8
612 * Scjadencje dal blocco: $6
613 * Interval di bloc: $7
614
615 Se tu vuelis tu puedis contatâ $1 o un altri [[{{MediaWiki:Grouppage-sysop}}|aministradôr]] par fevelâ dal bloc.
616
617 Visiti che no tu puedis doprâ la funzion 'Messaç di pueste a chest utent' se no tu âs specificât une direzion di pueste eletroniche valide tes [[Special:Preferences|preferencis]] e se no tu sês stât blocât al ûs di cheste funzion.
618
619 Par plasê inclût la to direzion IP atuâl ($3) o il numar dal bloc (ID #$5) in ogni richieste di sclariments.",
620 'whitelistedittext' => 'Tu scugnis $1 par cambiâ lis pagjinis.',
621 'confirmedittext' => 'Prime di cambiâ lis pagjinis tu scugnis confermâ la to direzion di pueste eletroniche. Par impuestâ e confermâ la direzion, dopre lis [[Special:Preferences|preferencis]].',
622 'loginreqtitle' => 'Si scugne jentrâ',
623 'loginreqlink' => 'jentrâ',
624 'loginreqpagetext' => 'Tu scugnis $1 par viodi lis altris pagjinis.',
625 'accmailtitle' => 'Password mandade.',
626 'accmailtext' => "Une password gjenerade a câs par [[User talk:$1|$1]] e je stade mandade a $2.
627
628 La password par cheste identitât e pues jessi cambiade su la pagjine ''[[Special:ChangePassword|cambie password]]'' daspò de jentrade.",
629 'newarticle' => '(Gnûf)',
630 'newarticletext' => "Tu âs seguît un leam a une pagjine che no esist ancjemò. Par creâ une pagjine, scomence a scrivi tal spazi ca sot (cjale il [$1 jutori] par altris informazions). Se tu sês ca par erôr, frache semplicementri il boton '''Indaûr''' dal to sgarfadôr.",
631 'anontalkpagetext' => "----''Cheste e je la pagjine di discussion di un utent anonim, che nol à ancjemò creât une identitât, o che no la vûl doprâ. Par identificâlu/e a doprin alore la so direzion IP. Lis direzions IP a podin però jessi condividudis di plui utents. Se tu sês un utent anonim e tu crodis che ti vedin fat coments che no si riferissin a ti, par plasê [[Special:UserLogin|cree une gnove identitâ o jentre]] cun chê che tu âs za cussì tu evitarâs in futûr di jessi confondût un altris utents anonims.''",
632 'noarticletext' => 'Par cumò nol è nuie in cheste pagjine.
633 Tu puedis [[Special:Search/{{PAGENAME}}|cirî chest titul]] in altris pagjinis o <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} cirî i regjistris leâts],
634 o ben [{{fullurl:{{FULLPAGENAME}}|action=edit}} cambiâ cheste pagjine]</span>.',
635 'noarticletext-nopermission' => 'Par cumò nol è nuie in cheste pagjine.
636 Tu puedis [[Special:Search/{{PAGENAME}}|cirî chest titul]] in altris pagjinis o <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} cirî i regjistris leâts]</span>, ma no tu âs a vonde permès par creâ cheste pagjine.',
637 'userpage-userdoesnotexist' => 'La identitât "<nowiki>$1</nowiki>" no je di un utent regjistrât. Controle che tu vuelis pardabon creâ o modificâ cheste pagjine.',
638 'clearyourcache' => "'''Ocjo: dopo vê salvât, tu podaressis scugnî netâ la cache dal to sgarfadôr par viodi i cambiaments.''' Par '''Mozilla / Firefox / Safari''': frache ''Torne a cjamâ'' tignint jù ancje il tast des maiusculis, o se no frache ''Ctrl-F5'' o ''Ctrl-R'' (''Command-R'' su Mac); par '''Konqueror''': frache ''Reload'' o il tast ''F5''; par '''Opera''' al pues jessi necessari disvuedâ dal dut la cache doprant il menù ''Tools → Preferencis''; par '''Internet Explorer:''' ten fracât il tast ''Ctrl'' cuant che tu cjalcjis su ''Aggiorna'' o frache ''Ctrl-F5''.",
639 'updated' => '(Inzornât)',
640 'note' => "'''Note:'''",
641 'previewnote' => "'''Visiti che cheste e je dome une anteprime.'''
642 I tiei cambiaments no son stâts ancjemò salvâts!",
643 'editing' => 'Cambiament di $1',
644 'editingsection' => 'Cambiament di $1 (sezion)',
645 'editingcomment' => 'Cambiament di $1 (gnove sezion)',
646 'editconflict' => 'Conflit inte modifiche: $1',
647 'explainconflict' => "Cualchidun altri al à cambiât cheste pagjine di cuant che tu âs començât a modificâle.
648 La aree di test disore e conten il test de pagjine che esist cumò, i tiei cambiaments a son mostrâts inte aree disot.
649 Tu varâs di inserî di gnûf i tiei cambiaments tal test esistint.
650 '''Dome''' il test in alt al vignarà salvât cuant che tu frachis su \"{{int:savearticle}}\".",
651 'editingold' => "'''ATENZION: tu stâs cambiant une version vecje e no inzornade di cheste pagjine. Se tu la salvis, ducj i cambiaments fats di chê volte in ca a laran pierdûts.'''",
652 'yourdiff' => 'Difarencis',
653 'copyrightwarning' => "Note: ducj i contribûts a {{SITENAME}} a si considerin come dâts fûr sot de licence $2 (cjale $1 pai detais). Se no tu vuelis che i tiei tescj a podedin jessi modificâts e tornâts a dâ fûr di ognidun cence limits, no stâ mandâju a {{SITENAME}}.<br />
654 Cun di plui, inviant il test tu declaris che tu âs scrit tu chest o tu lu âs copiât di une sorzint tal domini public o di une sorzint libare.
655 '''NO STÂ MANDÂ MATERIÂL CUVIERT DAL DIRIT DI AUTÔR CENCE AUTORIZAZION!'''",
656 'readonlywarning' => "'''ATENZION: La base di dâts e je blocade par vie de manutenzion, par cui no si podin salvâ lis modifichis par cumò. Par no pierdilis, tu puedis copiâ e tacâ il test inserît fin cumò e salvâlu intun file di test.'''
657
658 L'aministradôr che al à blocât la base di dâts al à ufiert chest spiegazion: $1",
659 'templatesused' => '{{PLURAL:$1|Model doprât|Modei doprâts}} par cheste pagjine:',
660 'templatesusedpreview' => '{{PLURAL:$1|Model doprât|Modei doprâts}} in cheste anteprime:',
661 'templatesusedsection' => '{{PLURAL:$1|Model doprât|Modei doprâts}} in cheste sezion:',
662 'template-protected' => '(protezût)',
663 'template-semiprotected' => '(semi-protezût)',
664 'hiddencategories' => 'Cheste pagjine e je {{PLURAL:$1|intune categorie platade|in $1 categoriis platadis}}:',
665 'nocreatetext' => '{{SITENAME}} al à limitât la pussibilitât di creâ gnovis pagjinis ai utents regjistrâts. Tu puedis tornâ indaûr e cambiâ une pagjine che e esist o se no [[Special:UserLogin|jentrâ o creâ une gnove identitât]].',
666 'nocreate-loggedin' => 'No tu âs i permès che a coventin par creâ gnovis pagjinis.',
667 'permissionserrors' => 'Erôr tai permès',
668 'permissionserrorstext-withaction' => 'No tu âs i permès che a coventin par $2, {{PLURAL:$1|par il motîf|pai motîfs}} ca sot:',
669 'recreate-moveddeleted-warn' => "'''Atenzion: tu stâs par tornâ a creâ une pagjine che e je stade eliminade timp fa.'''
670
671 Siguriti che sedi pardabon oportun lâ indevant cul cambiament di cheste pagjine.
672 Ve ca par comoditât la liste des eliminazions e dai moviments par cheste pagjine:",
673 'moveddeleted-notice' => 'Cheste pagjine e je stade eliminade.
674 Il regjistri di eliminazion e di spostament pe pagjine a son mostrâts ca sot par informazion.',
675 'log-fulllog' => 'Viôt dut il regjistri',
676 'edit-no-change' => 'Il cambiament al è stât ignorât parcè che no tu âs cambiât nuie tal test.',
677
678 # Parser/template warnings
679 'post-expand-template-inclusion-warning' => "'''Atenzion:''' La dimension dai modei includûts e je masse grande.
680 Cualchi model nol vignarà includût.",
681 'post-expand-template-inclusion-category' => 'Pagjinis dulà che la dimension pe inclusion dai modei e je stade superade',
682 'post-expand-template-argument-warning' => "'''Avîs:''' Cheste pagjine e conten almancul un argoment di model che al à une dimension di espansion masse grande. Chescj argoments no saran includûts.",
683 'post-expand-template-argument-category' => 'Pagjinis che a contegnin argoments di modei che a mancjin',
684
685 # History pages
686 'viewpagelogs' => 'Cjale i regjistris relatîfs a cheste pagjine.',
687 'nohistory' => 'Nol è presint un storic dai cambiaments par cheste pagjine.',
688 'currentrev' => 'Version atuâl',
689 'currentrev-asof' => 'Revision atuâl dai $1',
690 'revisionasof' => 'Version dai $1',
691 'revision-info' => 'Version dal $1, autôr: $2',
692 'previousrevision' => '← Version plui vecje',
693 'nextrevision' => 'Version plui gnove →',
694 'currentrevisionlink' => 'Version atuâl',
695 'cur' => 'cor',
696 'next' => 'prossim',
697 'last' => 'ultime',
698 'page_first' => 'prime',
699 'page_last' => 'ultime',
700 'histlegend' => "Confront tra lis versions: sielç lis caselis des versions che ti interessin e frache Invio o il boton in bas.
701
702 Leiende: (cur) = difarencis cun la version atuâl, (prec) = difarencis cun la version precedente, '''p''' = piçul cambiament",
703 'history-fieldset-title' => 'Sgarfe tal storic',
704 'history-show-deleted' => 'Dome chei eliminâts',
705 'histfirst' => 'Lis plui vieris',
706 'histlast' => 'Lis plui gnovis',
707 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})',
708 'historyempty' => '(vueide)',
709
710 # Revision feed
711 'history-feed-title' => 'Storic des revisions',
712 'history-feed-description' => 'Storic des revisions de pagjine su cheste wiki',
713 'history-feed-item-nocomment' => '$1 ai $2',
714
715 # Revision deletion
716 'rev-delundel' => 'mostre/plate',
717 'rev-showdeleted' => 'mostre',
718 'revdelete-show-file-submit' => 'Sì',
719 'revdelete-radio-same' => '(no stâ cambiâ)',
720 'revdelete-radio-set' => 'Sì',
721 'revdelete-radio-unset' => 'No',
722 'revdel-restore' => 'cambie visibilitât',
723 'pagehist' => 'Storic de pagjine',
724 'revdelete-reasonotherlist' => 'Altri motîf',
725
726 # Merge log
727 'revertmerge' => 'Anule unions',
728
729 # Diffs
730 'history-title' => 'Storic dai cambiaments di "$1"',
731 'lineno' => 'Rie $1:',
732 'compareselectedversions' => 'Confronte versions selezionadis',
733 'editundo' => 'anule',
734
735 # Search results
736 'searchresults' => 'Risultâts de ricercje',
737 'searchresults-title' => 'Risultâts de ricercje di "$1"',
738 'toomanymatches' => 'Masse risultâts, prove par plasê une ricercje divierse.',
739 'titlematches' => 'Corispondencis tai titui des pagjinis',
740 'textmatches' => 'Corispondencis tal test des pagjinis',
741 'notextmatches' => 'Nissune corispondence tal test des pagjinis',
742 'prevn' => 'precedents {{PLURAL:$1|$1}}',
743 'nextn' => 'prossims {{PLURAL:$1|$1}}',
744 'prevn-title' => '$1 {{PLURAL:$1|risultât precedent|risultâts precedents}}',
745 'nextn-title' => '$1 {{PLURAL:$1|risultât sucessîf|risultâts sucessîfs}}',
746 'shown-title' => 'Mostre $1 {{PLURAL:$1|risultât|risultâts}} par pagjine',
747 'viewprevnext' => 'Cjale ($1 {{int:pipe-separator}} $2) ($3).',
748 'searchmenu-exists' => "'''E je une pagjine di non \"[[:\$1]]\" su cheste wiki'''",
749 'searchmenu-new' => "'''Cree la pagjine \"[[:\$1]]\" su cheste wiki!'''",
750 'searchprofile-articles' => 'Pagjinis di contignûts',
751 'searchprofile-project' => 'Pagjinis di jutori e sul progjet',
752 'searchprofile-images' => 'Multimedia',
753 'searchprofile-everything' => 'Dut',
754 'searchprofile-advanced' => 'Avançade',
755 'searchprofile-articles-tooltip' => 'Cîr in $1',
756 'searchprofile-project-tooltip' => 'Cîr in $1',
757 'searchprofile-images-tooltip' => 'Cîr files',
758 'searchprofile-everything-tooltip' => 'Cîr ducj i gjenars di contignûts (ancje lis pagjinis di discussion)',
759 'searchprofile-advanced-tooltip' => 'Cîr tai spazis dai nons personalizâts',
760 'search-result-size' => '$1 ({{PLURAL:$2|une peraule|$2 peraulis}})',
761 'search-result-category-size' => '{{PLURAL:$1|1 membri|$1 membris}} ({{PLURAL:$2|1 sotcategorie|$2 sotcategoriis}}, {{PLURAL:$3|1 file|$3 files}})',
762 'search-result-score' => 'Rilevance: $1%',
763 'search-redirect' => '(re-indreçament $1)',
764 'search-section' => '(sezion $1)',
765 'search-suggest' => 'Forsit tu cirivis: $1',
766 'search-interwiki-caption' => 'Progjets fradis',
767 'search-interwiki-default' => 'Risultâts di $1:',
768 'search-interwiki-more' => '(altri)',
769 'searchrelated' => 'leâts',
770 'searchall' => 'ducj',
771 'showingresults' => "Ca sot {{PLURAL:$1|al è fin a '''1''' risultât|a son fin a '''$1''' risultâts}} scomençant dal numar '''$2'''.",
772 'showingresultsnum' => "Ca sot {{PLURAL:$3|al è '''1''' risultât|a son '''$3''' risultâts}} scomençant dal numar '''$2'''.",
773 'showingresultsheader' => "{{PLURAL:$5|Risultât '''$1''' su '''$3'''|Risultâts '''$1 - $2''' su '''$3'''}} par '''$4'''",
774 'search-nonefound' => 'Nissun risultât par cheste ricercje.',
775 'powersearch-legend' => 'Ricercje avanzade',
776 'powersearch-ns' => 'Cîr tai spazis dai nons:',
777 'powersearch-redir' => 'Elenc re-indreçaments',
778 'search-external' => 'Ricercje esterne',
779 'searchdisabled' => 'La ricercje in {{SITENAME}} no je ative. Tu puedis doprâ Google intant. Sta atent che lis lôr tabelis sul contignût di {{SITENAME}} a puedin jessi pôc inzornadis.',
780
781 # Preferences page
782 'preferences' => 'Preferencis',
783 'mypreferences' => 'Preferencis',
784 'prefs-edits' => 'Numar di cambiaments fats:',
785 'prefs-skin' => 'Mascare',
786 'skin-preview' => 'Anteprime',
787 'datedefault' => 'Nissune preference',
788 'prefs-datetime' => 'Date e ore',
789 'prefs-personal' => 'Dâts utents',
790 'prefs-rc' => 'Ultins cambiaments & stubs',
791 'prefs-watchlist' => 'Tignudis di voli',
792 'prefs-watchlist-days' => 'Numar di zornadis di mostrâ inte liste des pagjinis tignudis di voli:',
793 'prefs-watchlist-days-max' => 'Massim $1 {{PLURAL:$1|zornade|zornadis}}',
794 'prefs-watchlist-edits' => 'Numar di modifichis di mostrâ inte liste slargjade:',
795 'prefs-watchlist-edits-max' => 'Numar massim: 1000',
796 'prefs-misc' => 'Variis',
797 'prefs-resetpass' => 'Cambie la peraule clâf',
798 'saveprefs' => 'Salve lis preferencis',
799 'restoreprefs' => 'Torne a lis impostazions predeterminadis',
800 'prefs-editing' => 'Cambiament',
801 'rows' => 'Riis',
802 'columns' => 'Colonis:',
803 'searchresultshead' => 'Ricercje',
804 'stub-threshold' => 'Valôr minim pe formatazion dai <a href="#" class="stub">leams aboç</a> (bytes):',
805 'recentchangesdays' => 'Numar di zornadis di mostrâ tai ultins cambiaments:',
806 'recentchangesdays-max' => '(massim $1 {{PLURAL:$1|zornade|zornadis}})',
807 'recentchangescount' => 'Numar di cambiaments di mostrâ normalmentri:',
808 'savedprefs' => 'Lis preferencis a son stadis salvadis',
809 'timezonelegend' => 'Fûs orari:',
810 'localtime' => 'Ore locâl:',
811 'timezoneuseserverdefault' => 'Dopre la ore dal servidôr ($1)',
812 'timezoneuseoffset' => 'Altri (inserìs la difarence)',
813 'servertime' => 'Ore dal servidôr:',
814 'guesstimezone' => 'Cjape impostazions dal sgarfadôr',
815 'timezoneregion-africa' => 'Afriche',
816 'timezoneregion-antarctica' => 'Antartic',
817 'timezoneregion-arctic' => 'Artic',
818 'timezoneregion-asia' => 'Asie',
819 'timezoneregion-atlantic' => 'Ocean Atlantic',
820 'timezoneregion-australia' => 'Australie',
821 'timezoneregion-europe' => 'Europe',
822 'timezoneregion-indian' => 'Ocean Indian',
823 'timezoneregion-pacific' => 'Ocean Pacific',
824 'allowemail' => 'Ative la ricezion di messaçs email di bande di altris utents¹',
825 'prefs-searchoptions' => 'Cîr',
826 'prefs-namespaces' => 'Spazis dai nons',
827 'defaultns' => 'Se no, cîr in chescj spazis dai nons:',
828 'default' => 'predeterminât',
829 'prefs-files' => 'Files',
830 'prefs-custom-css' => 'CSS personalizât',
831 'prefs-custom-js' => 'JS personalizât',
832 'prefs-emailconfirm-label' => 'Conferme de pueste eletroniche:',
833 'youremail' => 'Email *',
834 'username' => '{{GENDER:$1|Non utent}}:',
835 'uid' => 'ID utent:',
836 'prefs-memberingroups' => 'Al fâs part {{PLURAL:$1|dal grup|dai grups}}:',
837 'prefs-registration' => 'Date di regjistrazion:',
838 'yourrealname' => 'Non vêr *',
839 'yourlanguage' => 'Lenghe di mostrâ',
840 'yourvariant' => 'Varietât',
841 'yournick' => 'Stranon (nick):',
842 'badsig' => 'Firme crude invalide; controle i tags HTML.',
843 'yourgender' => 'Ses:',
844 'gender-unknown' => 'No specificât',
845 'gender-male' => 'Masculin',
846 'gender-female' => 'Feminin',
847 'prefs-help-gender' => 'Opzionâl: doprât intal software par indreçâsi ai utents cul gjenar just. Cheste informazion e sarà publiche.',
848 'email' => 'Pueste eletroniche',
849 'prefs-help-realname' => '* Non vêr (opzionâl): se tu sielzis di inserîlu al vignarà doprât par dâti un ricognossiment dal tô lavôr.',
850 'prefs-help-email' => 'La direzion di pueste eletroniche e je opzionâl, ma nus permet di mandâti une gnove peraule clâf se tu ti la dismenteis.',
851 'prefs-help-email-others' => 'Tu puedis ancje permeti a chei altris di contatâti par pueste eletroniche par mieç di un leam te tô pagjine utent o di discussion.
852 La tô direzion di pueste no ven mostrade cuant che i utents ti contatin.',
853 'prefs-help-email-required' => 'E covente une direzion di pueste eletroniche.',
854 'prefs-info' => 'Informazions di base',
855 'prefs-signature' => 'Firme',
856 'prefs-dateformat' => 'Formât de date',
857 'prefs-advancedediting' => 'Opzions avanzadis',
858 'prefs-advancedrc' => 'Opzions avanzadis',
859 'prefs-advancedrendering' => 'Opzions avanzadis',
860 'prefs-advancedsearchoptions' => 'Opzions avanzadis',
861 'prefs-advancedwatchlist' => 'Opzions avanzadis',
862
863 # User rights
864 'editinguser' => "Cambiament dai dirits par l'utent '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]]{{int:pipe-separator}}[[Special:Contributions/$1|{{int:contribslink}}]])",
865 'userrights-groupsmember' => 'Al fâs part di:',
866
867 # Groups
868 'group' => 'Grup:',
869 'group-user' => 'Utents regjistrâts',
870 'group-autoconfirmed' => 'Utents auto confermâts',
871 'group-sysop' => 'Aministradôrs',
872 'group-all' => 'Utents',
873
874 'group-user-member' => '{{GENDER:$1|Utent}}',
875
876 'grouppage-sysop' => '{{ns:project}}:Aministradôrs',
877
878 # Special:Log/newusers
879 'newuserlogpage' => 'Regjistri dai gnûfs utents',
880 'newuserlogpagetext' => 'Ca sot tu cjatis un regjistri dai gnûfs utents creâts.',
881
882 # User rights log
883 'rightslog' => 'Regjistri dai dirits dai utents',
884
885 # Associated actions - in the sentence "You do not have permission to X"
886 'action-edit' => 'cambiâ cheste pagjine',
887
888 # Recent changes
889 'nchanges' => '$1 {{PLURAL:$1|cambiament|cambiaments}}',
890 'recentchanges' => 'Ultins cambiaments',
891 'recentchanges-legend' => 'Opzions dai ultins cambiaments',
892 'recentchanges-summary' => 'Cheste pagjine e mostre i plui recents cambiaments inte {{SITENAME}}.',
893 'recentchanges-feed-description' => 'Chest canâl al ripuarte i cambiaments plui recents ai contignûts di cheste wiki.',
894 'recentchanges-label-newpage' => 'Chest cambiament al à creât une gnove pagjine',
895 'recentchanges-label-minor' => 'Chest al è un piçul cambiament',
896 'recentchanges-label-bot' => 'Chest cambiament al è stât eseguît di un bot',
897 'recentchanges-label-unpatrolled' => 'Chest cambiament nol è stât ancjemò verificât',
898 'recentchanges-label-plusminus' => 'La dimension de pagjine e je cambiade di chest numar di byte',
899 'rcnotefrom' => "Ca sot i cambiaments dal '''$2''' (fintremai al '''$1''').",
900 'rclistfrom' => 'Mostre i ultins cambiaments dal $1',
901 'rcshowhideminor' => '$1 i piçui cambiaments',
902 'rcshowhidebots' => '$1 i bots',
903 'rcshowhideliu' => '$1 utents regjstrâts',
904 'rcshowhideanons' => '$1 utents anonims',
905 'rcshowhidepatr' => '$1 cambiaments verificâts',
906 'rcshowhidemine' => '$1 miei cambiaments',
907 'rclinks' => 'Mostre i ultins $1 cambiaments tes ultimis $2 zornadis<br />$3',
908 'diff' => 'difarencis',
909 'hist' => 'stor',
910 'hide' => 'plate',
911 'show' => 'mostre',
912 'minoreditletter' => 'p',
913 'newpageletter' => 'G',
914 'boteditletter' => 'b',
915 'number_of_watching_users_pageview' => '[tignude di voli di {{PLURAL:$1|un utent|$1 utents}}]',
916 'rc_categories' => 'Limite aes categoriis (dividilis cun "|")',
917 'rc_categories_any' => 'Cualsisei',
918 'newsectionsummary' => '/* $1 */ gnove sezion',
919 'rc-enhanced-expand' => 'Cjale i detais (al covente JavaScript)',
920 'rc-enhanced-hide' => 'Plate detais',
921
922 # Recent changes linked
923 'recentchangeslinked' => 'Cambiaments leâts',
924 'recentchangeslinked-feed' => 'Cambiaments leâts',
925 'recentchangeslinked-toolbox' => 'Cambiaments leâts',
926 'recentchangeslinked-title' => 'Cambiaments leâts a "$1"',
927 'recentchangeslinked-summary' => "Cheste pagjine speciâl e mostre i cambiaments plui recents aes pagjinis leadis a chê specificade (o leadis ai elements intune categorie specificade). Lis [[Special:Watchlist|pagjinis tignudis di voli]] a son mostradis in '''gruessut'''.",
928 'recentchangeslinked-page' => 'Non de pagjine:',
929 'recentchangeslinked-to' => 'Mostre dome i cambiaments aes pagjinis leadis a chê specificade',
930
931 # Upload
932 'upload' => 'Cjame sù un file',
933 'uploadbtn' => 'Cjame sù un file',
934 'uploadnologin' => 'No jentrât',
935 'uploadnologintext' => 'Tu scugnis [[Special:UserLogin|jentrâ]] cul to non utent par cjamâ sù files.',
936 'uploaderror' => 'Erôr cjamant sù',
937 'uploadtext' => "Dopre la form ca sot par cjamâ sù un file, par cjalâ o cirî i files cjamâts sù in precedence va te [[Special:FileList|liste dai files cjamâts sù]], lis cjamadis e lis eliminazions a son ancje regjistrâts tal [[Special:Log/upload|regjistri des cjamadis]].
938
939 Par includi une figure intune pagjine, dopre un leam inte form
940 '''<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.jpg]]</nowiki>''',
941 '''<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.png|alt text]]</nowiki>''' or
942 '''<nowiki>[[</nowiki>{{ns:media}}<nowiki>:file.ogg]]</nowiki>''' par un leam diret al file.",
943 'uploadlog' => 'regjistri cjamâts sù',
944 'uploadlogpage' => 'Regjistri dai files cjamâts sù',
945 'uploadlogpagetext' => 'Ca sot e je une liste dai file cjamâts su di recent.',
946 'filename' => 'Non dal file',
947 'filedesc' => 'Descrizion',
948 'fileuploadsummary' => 'Somari:',
949 'filestatus' => 'Stât dal copyright:',
950 'filesource' => 'Sorzint:',
951 'uploadedfiles' => 'Files cjamâts sù',
952 'ignorewarning' => 'Ignore avîs e salve instès il file.',
953 'ignorewarnings' => 'Ignore i avîs',
954 'minlength1' => 'I nons dai files a àn di jessi a mancul di une letare.',
955 'badfilename' => 'File non gambiât in "$1".',
956 'filetype-missing' => 'Il file nol à une estension (par esempli ".jpg").',
957 'file-exists-duplicate' => 'Chest file al è un duplicât {{PLURAL:$1|dal file |dai files ca sot:}}',
958 'savefile' => 'Salve file',
959 'uploadedimage' => 'cjamât sù "$1"',
960 'overwroteimage' => 'al à cjamât une gnove version di «[[$1]]»',
961 'uploaddisabled' => 'Nus displâs, par cumò no si pues cjamâ sù robe.',
962 'uploaddisabledtext' => 'Lis cjamadis di files a son disativadis.',
963 'sourcefilename' => 'Non dal file origjinâl:',
964 'destfilename' => 'Non dal file di destinazion:',
965 'upload-description' => 'Descrizion dal file',
966 'watchthisupload' => 'Ten di voli chest file',
967 'upload-success-subj' => 'Cjamât sù cun sucès',
968
969 'upload-unknown-size' => 'Dimension no cognossude',
970
971 'license' => 'Licence pal ûs:',
972 'license-header' => 'Licence pal ûs',
973 'nolicense' => 'Nissune licence sielte',
974 'license-nopreview' => '(Anteprime no disponibil)',
975
976 # Special:ListFiles
977 'imgfile' => 'file',
978 'listfiles' => 'Liste des figuris',
979 'listfiles_date' => 'Date',
980 'listfiles_name' => 'Non',
981 'listfiles_user' => 'Utent',
982 'listfiles_size' => 'Dimension in bytes',
983 'listfiles_description' => 'Descrizion',
984 'listfiles_count' => 'Versions',
985
986 # File description page
987 'file-anchor-link' => 'Figure',
988 'filehist' => 'Storic dal file',
989 'filehist-help' => 'Frache suntune date/ore par viodi il file cemût che al jere in chel moment.',
990 'filehist-revert' => 'ripristine',
991 'filehist-current' => 'atuâl',
992 'filehist-datetime' => 'Date/Ore',
993 'filehist-thumb' => 'Miniature',
994 'filehist-thumbtext' => 'Miniature de version dai $1',
995 'filehist-user' => 'Utent',
996 'filehist-dimensions' => 'Dimensions',
997 'filehist-filesize' => 'Dimension dal file',
998 'filehist-comment' => 'Coment',
999 'imagelinks' => 'Ûs dal file',
1000 'linkstoimage' => '{{PLURAL:$1|La pagjine ca sot e je leade|Lis $1 pagjinis ca sot a son leadis}} a cheste figure:',
1001 'nolinkstoimage' => 'No son pagjinis leadis a chest file.',
1002 'sharedupload' => 'Chest file al è ven di $1 e al pues jessi doprât di altris progjets.',
1003 'sharedupload-desc-here' => 'Chest file al ven di $1 e al pues jessi doprât di altris progjets.
1004 La descrizion su la sô [$2 pagjine di descrizion] e je mostrade ca sot.',
1005 'uploadnewversion-linktext' => 'Cjame sù une gnove version di chest file',
1006 'shared-repo-from' => 'di $1',
1007
1008 # File reversion
1009 'filerevert-comment' => 'Reson:',
1010
1011 # File deletion
1012 'filedelete' => 'Elimine $1',
1013 'filedelete-legend' => 'Elimine il file',
1014 'filedelete-submit' => 'Elimine',
1015 'filedelete-reason-otherlist' => 'Altri motîf',
1016
1017 # MIME search
1018 'mimesearch' => 'Ricercje MIME',
1019 'mimetype' => 'Gjenar MIME:',
1020 'download' => 'discjame',
1021
1022 # List redirects
1023 'listredirects' => 'Liste des redirezions',
1024
1025 # Unused templates
1026 'unusedtemplates' => 'Modei no doprâts',
1027 'unusedtemplateswlh' => 'altris leams',
1028
1029 # Random page
1030 'randompage' => 'Une pagjine a câs',
1031
1032 # Random redirect
1033 'randomredirect' => 'Un re-indreçament casuâl',
1034
1035 # Statistics
1036 'statistics' => 'Statistichis',
1037 'statistics-header-pages' => 'Statistichis su lis pagjinis',
1038 'statistics-header-edits' => 'Statistichis sui cambiaments',
1039 'statistics-header-views' => 'Statistichis su lis viodudis',
1040 'statistics-header-users' => 'Statistichis dai utents',
1041 'statistics-header-hooks' => 'Altris statistichis',
1042 'statistics-articles' => 'Pagjinis di contignûts',
1043 'statistics-pages' => 'Pagjinis',
1044 'statistics-pages-desc' => 'Dutis lis pagjinis de wiki, includint lis pagjinis di discussion, i re-indreçaments e v.i.',
1045 'statistics-files' => 'Files cjamâts sù',
1046 'statistics-edits' => 'Cambiaments scomençant de instalazion di {{SITENAME}}',
1047 'statistics-edits-average' => 'Medie dai cambiaments par ogni pagjine',
1048 'statistics-views-total' => 'Viodudis totâls',
1049 'statistics-views-peredit' => 'Viodudis par cambiament',
1050 'statistics-users' => '[[Special:ListUsers|Utents]] regjistrâts',
1051 'statistics-users-active' => 'Utents atîfs',
1052 'statistics-users-active-desc' => 'Utents che a àn fat une azion {{PLURAL:$1|intal ultin dì|intai ultins $1 dîs}}',
1053 'statistics-mostpopular' => 'Pagjinis plui visitadis',
1054
1055 'doubleredirects' => 'Re-indreçaments doplis',
1056
1057 'brokenredirects' => 'Re-indreçaments che no funzionin',
1058 'brokenredirectstext' => 'I re-indreçaments ca sot a mandin a pagjinis che no esistin:',
1059 'brokenredirects-edit' => 'cambie',
1060 'brokenredirects-delete' => 'elimine',
1061
1062 'withoutinterwiki' => 'Pagjinis cence leams interwiki',
1063 'withoutinterwiki-legend' => 'Prefìs',
1064 'withoutinterwiki-submit' => 'Mostre',
1065
1066 'fewestrevisions' => 'Vôs con mancul revisions',
1067
1068 # Miscellaneous special pages
1069 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
1070 'ncategories' => '$1 {{PLURAL:$1|categorie|categoriis}}',
1071 'nlinks' => '$1 {{PLURAL:$1|leam|leams}}',
1072 'nmembers' => '$1 {{PLURAL:$1|element|elements}}',
1073 'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}',
1074 'nviews' => '$1 {{PLURAL:$1|viodude|viodudis}}',
1075 'nimagelinks' => 'Doprât $1 {{PLURAL:$1|intune pagjine|in $1 pagjinis}}',
1076 'lonelypages' => 'Pagjinis solitaris',
1077 'lonelypagestext' => 'Lis pagjinis ca sot no àn leams di altris pagjinis di {{SITENAME}} e no son includudis in altris pagjinis.',
1078 'uncategorizedpages' => 'Pagjinis cence categorie',
1079 'uncategorizedcategories' => 'Categoriis cence categorie',
1080 'uncategorizedimages' => 'Files cence une categorie',
1081 'uncategorizedtemplates' => 'Modei cence une categorie',
1082 'unusedcategories' => 'Categoriis no dopradis',
1083 'unusedimages' => 'Files no doprâts',
1084 'popularpages' => 'Pagjinis popolârs',
1085 'wantedcategories' => 'Categoriis desideradis',
1086 'wantedpages' => 'Pagjinis desideradis',
1087 'wantedfiles' => 'Files desiderâts',
1088 'wantedtemplates' => 'Modei desiderâts',
1089 'mostlinked' => 'Pagjinis a cui pontin il maiôr numar di leams',
1090 'mostlinkedcategories' => 'Categoriis a cui pontin il maiôr numar di leams',
1091 'mostlinkedtemplates' => 'Modei plui doprâts',
1092 'mostcategories' => 'Vôs cul maiôr numar di categoriis',
1093 'mostimages' => 'Figuris a cui pontin il maiôr numar di leams',
1094 'mostrevisions' => 'Vôs cul maiôr numar di revisions',
1095 'prefixindex' => 'Tabele des vôs par letare iniziâl',
1096 'shortpages' => 'Pagjinis curtis',
1097 'longpages' => 'Pagjinis lungjis',
1098 'deadendpages' => 'Pagjinis cence usite',
1099 'protectedpages' => 'Pagjinis protezudis',
1100 'protectedtitles' => 'Titui protezûts',
1101 'listusers' => 'Liste dai utents',
1102 'usereditcount' => '$1 {{PLURAL:$1|contribût|contribûts}}',
1103 'usercreated' => '{{GENDER:$3|Creât|Creade}} ai $1 a lis $2',
1104 'newpages' => 'Gnovis pagjinis',
1105 'newpages-username' => 'Non utent:',
1106 'ancientpages' => 'Pagjinis plui vecjis',
1107 'move' => 'Môf',
1108 'movethispage' => 'Môf cheste pagjine',
1109 'pager-newer-n' => '{{PLURAL:$1|1 plui gnûf|$1 plui gnûfs}}',
1110 'pager-older-n' => '{{PLURAL:$1|1 plui vieri|$1 plui vieris}}',
1111
1112 # Book sources
1113 'booksources' => 'Fonts librariis',
1114 'booksources-search-legend' => 'Ricercje di fonts libraris',
1115 'booksources-go' => 'Va',
1116
1117 # Special:Log
1118 'specialloguserlabel' => 'Utent:',
1119 'speciallogtitlelabel' => 'Titul:',
1120 'log' => 'Regjistris',
1121 'all-logs-page' => 'Ducj i regjistris publics',
1122 'alllogstext' => 'Viodude combinade di ducj i regjistris disponibii di {{SITENAME}}.
1123 Tu puedis strenzi la viodude sielzint un gjenar di regjistri, un non utent e/o la vôs che ti interesse (ducj e doi i cjamps a son sensibii al maiuscul/minuscul).',
1124 'logempty' => 'Nissun element corispondint tal regjistri.',
1125
1126 # Special:AllPages
1127 'allpages' => 'Dutis lis pagjinis',
1128 'alphaindexline' => 'di $1 a $2',
1129 'nextpage' => 'Prossime pagjine ($1)',
1130 'prevpage' => 'Pagjinis precedentis ($1)',
1131 'allpagesfrom' => 'Mostre pagjinis scomençant di:',
1132 'allpagesto' => 'Mostre lis pagjinis fin a:',
1133 'allarticles' => 'Dutis lis vôs',
1134 'allinnamespace' => 'Dutis lis pagjinis (non dal spazi $1)',
1135 'allpagessubmit' => 'Va',
1136 'allpagesprefix' => 'Mostre lis pagjinis che a scomencin cun:',
1137
1138 # Special:Categories
1139 'categories' => 'Categoriis',
1140 'categoriespagetext' => 'Lis categoriis ca sot a àn dentri pagjinis o elements multimediâi.
1141 Lis [[Special:UnusedCategories|categoriis no dopradis]] no son mostradis culì.
1142 Cjale ancje lis [[Special:WantedCategories|categoriis desideradis]].',
1143 'categoriesfrom' => 'Mostre lis categoriis scomençant di:',
1144 'special-categories-sort-count' => 'met in ordin par numar',
1145 'special-categories-sort-abc' => 'met in ordin alfabetichementri',
1146
1147 # Special:DeletedContributions
1148 'deletedcontributions' => 'Contribûts dal utent eliminâts',
1149 'deletedcontributions-title' => 'Contribûts dal utent eliminâts',
1150 'sp-deletedcontributions-contribs' => 'contribûts',
1151
1152 # Special:LinkSearch
1153 'linksearch' => 'Leams esternis',
1154 'linksearch-ns' => 'Spazi dai nons:',
1155 'linksearch-ok' => 'Cîr',
1156 'linksearch-line' => '$1 al à un leam di $2',
1157
1158 # Special:ListUsers
1159 'listusersfrom' => 'Mostre i utents scomençant di:',
1160 'listusers-submit' => 'Mostre',
1161 'listusers-noresult' => 'Nissun utent cjatât.',
1162 'listusers-blocked' => '({{GENDER:$1|blocât|blocade}})',
1163
1164 # Special:ActiveUsers
1165 'activeusers' => 'Liste dai utents atîfs',
1166 'activeusers-intro' => 'Cheste e je une liste dai utents che a àn vût cualchi gjenar di ativitât {{PLURAL:$1|te ultime dì|tai ultins $1 diis}}.',
1167 'activeusers-count' => '$1 {{PLURAL:$1|cambiament|cambiaments}} {{PLURAL:$3|te ultime dì|tai ultins $3 diis}}',
1168 'activeusers-from' => 'Mostre i utents scomençant di:',
1169 'activeusers-hidebots' => 'Plate i bots',
1170 'activeusers-hidesysops' => 'Plate i aministradôrs',
1171 'activeusers-noresult' => 'Nissun utent cjatât.',
1172
1173 # Special:ListGroupRights
1174 'listgrouprights' => 'Dirits dai grups di utents',
1175 'listgrouprights-group' => 'Grup',
1176 'listgrouprights-rights' => 'Dirits',
1177 'listgrouprights-members' => '(liste dai membris)',
1178
1179 # Email user
1180 'emailuser' => 'Messaç di pueste a chest utent',
1181 'emailpage' => 'Mande un messaç di pueste eletroniche al utent',
1182 'defemailsubject' => 'Messaç di {{SITENAME}}',
1183 'noemailtitle' => 'Nissune direzion email',
1184 'noemailtext' => 'Chest utent nol à specificât une direzion di pueste valide.',
1185 'email-legend' => 'Mande un messaç di pueste eletroniche a un altri utent di {{SITENAME}}',
1186 'emailfrom' => 'Di:',
1187 'emailto' => 'A:',
1188 'emailsubject' => 'Ogjet:',
1189 'emailmessage' => 'Messaç:',
1190 'emailsend' => 'Mande',
1191 'emailccme' => 'Mandimi une copie.',
1192 'emailsent' => 'Messaç mandât',
1193 'emailsenttext' => 'Il messaç di pueste eletroniche al è stât mandât.',
1194
1195 # Watchlist
1196 'watchlist' => 'Tignûts di voli',
1197 'mywatchlist' => 'Tignudis di voli',
1198 'watchlistfor2' => 'Par $1 $2',
1199 'nowatchlist' => 'Nissun element al è tignût di voli.',
1200 'watchnologin' => 'No tu sês jentrât',
1201 'watchnologintext' => "Tu 'nd âs di [[Special:UserLogin|jentrâ]] par modificâ la liste des pagjinis tignudis di voli.",
1202 'addedwatchtext' => "La pagjine \"<nowiki>\$1</nowiki>\" e je stade zontade ae [[Special:Watchlist|liste di chês tignudis di voli]].
1203 Tal futûr i cambiaments a cheste pagjine e ae pagjine di discussion relative a saran segnalâts ca,
1204 e la pagjine e sarà '''gruessute''' te [[Special:RecentChanges|liste dai ultins cambiaments]] cussì che tu puedis notâle daurman.
1205
1206 <p>Se tu vuelis gjavâle de liste pi indevant, frache su \"No stâ tignî di voli\" te sbare in alt.",
1207 'removedwatchtext' => 'La pagjine "[[:$1]]" e je stade gjavade de [[Special:Watchlist|liste di chês tignudis di voli]].',
1208 'watch' => 'Ten di voli',
1209 'watchthispage' => 'Ten di voli cheste pagjine',
1210 'unwatch' => 'No stâ tignî di voli',
1211 'unwatchthispage' => 'No stâ tignî di voli plui',
1212 'notanarticle' => 'Cheste pagjine no je une vôs',
1213 'watchlist-details' => '{{PLURAL:$1|E je $1 pagjine tignude|A son $1 pagjinis tignudis}} di voli, cence contâ lis pagjinis di discussion.',
1214 'wlheader-enotif' => 'Notifiche par pueste eletroniche ativade.',
1215 'wlheader-showupdated' => "Lis pagjinis gambiadis de ultime volte che tu lis âs cjaladis a son mostradis in '''gruessut'''",
1216 'watchlistcontains' => 'Tu stâs tignint di voli $1 {{PLURAL:$1|pagjine|pagjinis}}.',
1217 'wlshowlast' => 'Mostre ultimis $1 oris $2 zornadis $3',
1218 'watchlist-options' => 'Opzions pe liste dai tignûts di voli',
1219
1220 # Displayed when you click the "watch" button and it is in the process of watching
1221 'watching' => 'Daûr a zontâ aes pagjinis tignudis di voli...',
1222 'unwatching' => 'Daûr a gjavâ des pagjinis tignudis di voli...',
1223
1224 'enotif_mailer' => 'Sisteme di notifiche par pueste eletroniche di {{SITENAME}}',
1225 'enotif_reset' => 'Segne dutis lis pagjinis come visitadis',
1226 'enotif_impersonal_salutation' => 'Utent di {{SITENAME}}',
1227 'enotif_anon_editor' => 'utent anonim $1',
1228 'created' => 'creade',
1229 'changed' => 'cambiade',
1230
1231 # Delete
1232 'deletepage' => 'Elimine pagjine',
1233 'confirm' => 'Conferme',
1234 'excontent' => "il contignût al jere: '$1'",
1235 'excontentauthor' => "il contignût al jere: '$1' (e al veve contribuît dome '$2')",
1236 'exbeforeblank' => "il contignût prime di disvuedâ al jere: '$1'",
1237 'exblank' => 'pagjine vueide',
1238 'delete-confirm' => 'Elimine "$1"',
1239 'delete-legend' => 'Elimine',
1240 'historywarning' => "'''Atenzion:''' La pagjine che tu stâs eliminant e à un storic cun plui o mancul $1 {{PLURAL:$1|revision|revisions}}:",
1241 'confirmdeletetext' => 'Tu stâs par eliminâ par simpri une pagjine insieme cun dut il so storic.
1242 Par plasê, da la conferme che tu vuelis fâlu, che tu capissis lis conseguencis e che tu lu stâs fasint tal rispiet de [[{{MediaWiki:Policy-url}}|politiche dal progjet]].',
1243 'actioncomplete' => 'Azion completade',
1244 'actionfailed' => 'Azion falide',
1245 'deletedtext' => '"$1" al è stât eliminât.
1246 Cjale $2 par une liste des ultimis eliminazions.',
1247 'dellogpage' => 'Regjistri des eliminazions',
1248 'deletionlog' => 'regjistri eliminazions',
1249 'reverted' => 'Tornât ae version precedente',
1250 'deletecomment' => 'Reson:',
1251 'deleteotherreason' => 'Altri motîf o motîf in plui:',
1252 'deletereasonotherlist' => 'Altri motîf',
1253
1254 # Rollback
1255 'rollbacklink' => 'revoche',
1256
1257 # Protect
1258 'protectlogpage' => 'Regjistri des protezions',
1259 'protectedarticle' => '$1 protezût',
1260 'modifiedarticleprotection' => 'cambiât il nivel di protezion par "[[$1]]"',
1261 'protect-title' => 'Protezint "$1"',
1262 'prot_1movedto2' => '$1 movût in $2',
1263 'protect-legend' => 'Conferme protezion',
1264 'protectcomment' => 'Reson:',
1265 'protectexpiry' => 'Scjadence:',
1266 'protect_expiry_invalid' => 'Scjadence no valide.',
1267 'protect_expiry_old' => 'La scjadence e je za passade.',
1268 'protect-text' => "Ca tu puedis viodi e cambiâ il nivel di protezion pe pagjine '''$1'''.",
1269 'protect-locked-access' => "No tu âs i permès che a coventis par cambiâ i nivei di protezion de pagjine.
1270 Lis impuestazions atuâls pe pagjine a son '''$1''':",
1271 'protect-cascadeon' => 'Cheste pagjine e je blocade par cumò parcè che e je includude {{PLURAL:$1|inte pagjine|intes pagjinis}} culì sot, dulà che e je ative la protezion ricorsive.
1272 Tu puedis cambiâ il nivel di protezion di cheste pagjine, ma chest nol varà efiets su la protezion ricorsive.',
1273 'protect-default' => '(Autorize ducj i utents)',
1274 'protect-fallback' => 'Al covente il permès "$1"',
1275 'protect-level-autoconfirmed' => 'Bloche i utents gnûfs e no regjistrâts',
1276 'protect-level-sysop' => 'Dome aministradôrs',
1277 'protect-summary-cascade' => 'a discjadude',
1278 'protect-expiring' => 'e scjât: $1 (UTC)',
1279 'protect-expiry-indefinite' => 'indefinît',
1280 'protect-cascade' => 'Protezion ricorsive (estendude a dutis lis pagjinis includudis in cheste).',
1281 'protect-cantedit' => 'No tu puedis cambiâ i nivei di protezion par cheste pagjine, parcè che no tu âs i permès par modificâle.',
1282 'protect-expiry-options' => '1 ore:1 hour,1 zornade:1 day,1 setemane:1 week,2 setemanis:2 weeks,1 mês:1 month,3 mês:3 months,6 mês:6 months,1 an:1 year,infinît:infinite',
1283 'restriction-type' => 'Permès:',
1284 'restriction-level' => 'Nivel di restrizion:',
1285 'pagesize' => '(bytes)',
1286
1287 # Restrictions (nouns)
1288 'restriction-edit' => 'Cambie',
1289 'restriction-move' => 'Spostament',
1290 'restriction-create' => 'Creazion',
1291
1292 # Undelete
1293 'viewdeletedpage' => 'Viôt lis pagjinis eliminadis',
1294 'undeletebtn' => 'Ripristine',
1295 'undeletelink' => 'viôt/ripristine',
1296 'undeleteviewlink' => 'viôt',
1297 'undeleteinvert' => 'Invertìs selezion',
1298 'undeletecomment' => 'Reson:',
1299 'undelete-search-prefix' => 'Mostre lis pagjinis che a scomencin cun:',
1300 'undelete-search-submit' => 'Cîr',
1301 'undelete-show-file-submit' => 'Sì',
1302
1303 # Namespace form on various pages
1304 'namespace' => 'Non dal spazi:',
1305 'invert' => 'Invertìs selezion',
1306 'blanknamespace' => '(Principâl)',
1307
1308 # Contributions
1309 'contributions' => 'Contribûts {{GENDER:$1|dal utent|de utente}}',
1310 'contributions-title' => 'Contribûts di $1',
1311 'mycontris' => 'Contribûts',
1312 'contribsub2' => 'Par {{GENDER:$3|$1}} ($2)',
1313 'nocontribs' => 'Nissun cambiament che al rispiete chescj criteris cjatât.',
1314 'uctop' => 'atuâl',
1315 'month' => 'Scomençant dal mês (e prime):',
1316 'year' => 'Scomençant dal an (e prime):',
1317
1318 'sp-contributions-newbies' => 'Mostre dome i contribûts dai gnûfs utents',
1319 'sp-contributions-newbies-sub' => 'Pai gnûfs utents',
1320 'sp-contributions-blocklog' => 'Regjistri dai blocs',
1321 'sp-contributions-deleted' => 'contribûts dal utent eliminâts',
1322 'sp-contributions-uploads' => 'cjamadis',
1323 'sp-contributions-logs' => 'regjistris',
1324 'sp-contributions-talk' => 'discussion',
1325 'sp-contributions-search' => 'Cîr contribûts',
1326 'sp-contributions-username' => 'Direzion IP o non utent:',
1327 'sp-contributions-toponly' => 'Mostre dome i cambiaments che a son lis ultimis revisions pe pagjine',
1328 'sp-contributions-submit' => 'Cîr',
1329
1330 # What links here
1331 'whatlinkshere' => 'Leams a cheste vôs',
1332 'whatlinkshere-title' => 'Pagjinis che a son leadis a "$1"',
1333 'whatlinkshere-page' => 'Pagjine:',
1334 'linkshere' => "Lis pagjinis ca sot a son leadis a '''[[:$1]]''':",
1335 'nolinkshere' => "Nissune pagjine e à leams a '''[[:$1]]'''.",
1336 'nolinkshere-ns' => "No son pagjine leadis a '''[[:$1]]''' intal spazi dai nons sielt.",
1337 'isredirect' => 'pagjine di reindirizament',
1338 'istemplate' => 'includude',
1339 'isimage' => 'leam a figure',
1340 'whatlinkshere-prev' => '{{PLURAL:$1|precedent|precedents $1}}',
1341 'whatlinkshere-next' => '{{PLURAL:$1|sucessîf|sucessîfs $1}}',
1342 'whatlinkshere-links' => '← leams',
1343 'whatlinkshere-hideredirs' => '$1 re-indreçaments',
1344 'whatlinkshere-hidetrans' => '$1 inclusions',
1345 'whatlinkshere-hidelinks' => '$1 leams',
1346 'whatlinkshere-hideimages' => '$1 leams di files',
1347 'whatlinkshere-filters' => 'Filtris',
1348
1349 # Block/unblock
1350 'blockip' => 'Bloche utent',
1351 'blockip-legend' => "Bloche l'utent",
1352 'ipadressorusername' => 'Direzion IP o non utent:',
1353 'ipbexpiry' => 'Scjadence dal bloc:',
1354 'ipbreason' => 'Reson dal bloc:',
1355 'ipbsubmit' => 'Bloche chest utent',
1356 'ipboptions' => '2 oris:2 hours,1 zornade:1 day,3 zornadis:3 days,1 setemane:1 week,2 setemanis:2 weeks,1 mês:1 month,3 mês:3 months,6 mês:6 months,1 an:1 year,infinît:infinite',
1357 'badipaddress' => 'La direzion IP no je valide',
1358 'ipblocklist' => 'Utents blocâts',
1359 'ipblocklist-submit' => 'Cîr',
1360 'blocklink' => 'bloche',
1361 'unblocklink' => 'disbloche',
1362 'change-blocklink' => 'cambie bloc',
1363 'contribslink' => 'contribûts',
1364 'blocklogpage' => 'Regjistri dai blocs',
1365 'blocklogentry' => 'al à blocât "[[$1]]"; scjadence $2 $3',
1366 'unblocklogentry' => 'sblocât $1',
1367 'block-log-flags-nocreate' => 'creazion identitât blocade',
1368
1369 # Developer tools
1370 'lockdb' => 'Bloche base di dâts',
1371 'lockbtn' => 'Bloche base di dâts',
1372
1373 # Move page
1374 'move-page' => 'Spostament di $1',
1375 'move-page-legend' => 'Môf pagjine',
1376 'movepagetext' => "Cun il formulari ca sot tu puedis gambiâ il non a une pagjine, movint dut il sô storic al gnûf non.
1377 Il vieri titul al deventarà une pagjine di reindirizament al gnûf titul. I leams ae vecje pagjine no saran gambiâts; verifiche
1378 par plasê che no sedin reindirizaments [[Special:DoubleRedirects|doplis]] o [[Special:BrokenRedirects|no funzionants]].
1379 Tu sês responsabil che i leams a continui a mandâ tal puest just.
1380
1381 Note che la pagjine '''no''' sarà movude se e je za une pagjine cul gnûf titul, a mancul che no sedi vueide o un reindirizament e
1382 cence un storic. Chest al vûl dî che tu puedis tornâ a movi la pagjine tal titul precedent, se
1383 tu 'nd âs sbaliât e che no tu puedis sorescrivi une pagjine esistìnte.
1384
1385 <b>ATENZION!</b>
1386 Chest al pues jessi un cambiament drastic e surprendint par une pagjine popolâr;
1387 tu âs di cognossi lis conseguencis prime di lâ indevant.",
1388 'movepagetalktext' => "La pagjine di discussion corispuindinte e vegnarà ancje movude in automaticc, '''fûr che in chescj câs:'''
1389 * Il spostament de pagjine e je tra spazis dai nons diviers
1390 * Sot dal gnûf titul e esist za une pagjine di discussion (e no je vueide)
1391 * Tu âs gjavât la sponte te casele culì sot.
1392
1393 In chescj câs, tu varâs di movi o unî a man lis informazions contignudis te pagjine di discussion, se tu lu desideris.",
1394 'movearticle' => 'Môf la vôs',
1395 'movenologintext' => 'Tu âs di jessi un utent regjistrât e [[Special:UserLogin|jentrât]] par movi une pagjine.',
1396 'movenotallowed' => 'No tu âs i permès che a coventin par movi lis pagjinis.',
1397 'newtitle' => 'Al gnûf titul',
1398 'move-watch' => 'Ten di voli cheste pagjine',
1399 'movepagebtn' => 'Môf pagjine',
1400 'pagemovedsub' => 'Movude cun sucès',
1401 'movepage-moved' => '\'\'\'"$1" e je stade movude al titul "$2"\'\'\'',
1402 'articleexists' => 'Une pagjine cun chest non e esist za, o il non sielt nol è valit.
1403 Sielç par plasê un altri non.',
1404 'movetalk' => 'Môf ancje la pagjine di discussion, se pussibil.',
1405 'movelogpage' => 'Regjistri des pagjinis movudis',
1406 'movelogpagetext' => 'Ca sot e je une liste des pagjinis movudis.',
1407 'movereason' => 'Reson:',
1408 'revertmove' => 'ripristine',
1409 'delete_and_move' => 'Elimine e môf',
1410 'delete_and_move_confirm' => 'Sì, elimine la pagjine',
1411
1412 # Export
1413 'export' => 'Espuarte pagjinis',
1414 'exportcuronly' => 'Inclût dome la revision corinte, no dut il storic',
1415 'export-addcat' => 'Zonte',
1416 'export-addns' => 'Zonte',
1417
1418 # Namespace 8 related
1419 'allmessages' => 'Ducj i messaçs di sistem',
1420 'allmessagesname' => 'Non',
1421 'allmessagesdefault' => 'Test predeterminât',
1422 'allmessagescurrent' => 'Test curint',
1423 'allmessagestext' => 'Cheste e je une liste dai messaçs di sisteme disponibii tal non dal spazi MediaWiki.
1424 Par plasê va su [https://www.mediawiki.org/wiki/Localisation MediaWiki Localisation] e [//translatewiki.net translatewiki.net] se tu vuelis contribuî ae traduzion gjeneriche di MediaWiki.',
1425 'allmessages-filter-all' => 'Ducj',
1426 'allmessages-language' => 'Lenghe:',
1427 'allmessages-filter-submit' => 'Va',
1428
1429 # Thumbnails
1430 'thumbnail-more' => 'Slargje',
1431 'filemissing' => 'File mancjant',
1432 'thumbnail_error' => 'Erôr inte creazion de miniature: $1',
1433
1434 # Special:Import
1435 'import' => 'Impuarte pagjinis',
1436 'import-interwiki-submit' => 'Impuarte',
1437 'import-upload-filename' => 'Non dal file:',
1438 'import-comment' => 'Coment:',
1439 'import-revision-count' => '$1 {{PLURAL:$1|revision|revisions}}',
1440 'importfailed' => 'Impuartazion falide: $1',
1441 'importnotext' => 'Vueit o cence test',
1442 'importsuccess' => 'Impuartât cun sucès!',
1443
1444 # Import log
1445 'importlogpage' => 'Regjistris des impuartazions',
1446 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|revision|revisions}}',
1447 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|revision|revisions}} di $2',
1448
1449 # Tooltip help for the actions
1450 'tooltip-pt-userpage' => 'La tô pagjine utent',
1451 'tooltip-pt-anonuserpage' => 'La pagjine utent di cheste direzion IP',
1452 'tooltip-pt-mytalk' => 'La tô pagjine di discussion',
1453 'tooltip-pt-anontalk' => 'Discussions dai cambiaments fats di cheste direzion IP',
1454 'tooltip-pt-preferences' => 'Lis mês preferencis',
1455 'tooltip-pt-watchlist' => 'La liste des pagjinis che tu stâs tignint di voli',
1456 'tooltip-pt-mycontris' => 'Liste dai tiei contribûts',
1457 'tooltip-pt-login' => 'La regjistrazion e je conseade, ancje se no obligatorie.',
1458 'tooltip-pt-logout' => 'Jes (logout)',
1459 'tooltip-ca-talk' => 'Discussions su cheste pagjine',
1460 'tooltip-ca-edit' => 'Tu puedis cambiâ cheste pagjine. Par plasê dopre il boton de anteprime prime di salvâ.',
1461 'tooltip-ca-addsection' => 'Scomence une gnove sezion',
1462 'tooltip-ca-viewsource' => 'Cheste pagjine e je protezude, ma tu puedis viodi la sô risultive.',
1463 'tooltip-ca-history' => 'Versions precedentis di cheste pagjine.',
1464 'tooltip-ca-protect' => 'Protêç cheste pagjine',
1465 'tooltip-ca-unprotect' => 'No stâ plui protezi cheste pagjine',
1466 'tooltip-ca-delete' => 'Elimine cheste pagjine',
1467 'tooltip-ca-undelete' => 'Ripristine i cambiaments fats a cheste pagjine prime che e fos eliminade',
1468 'tooltip-ca-move' => 'Môf cheste pagjine (cambie il titul)',
1469 'tooltip-ca-watch' => 'Zonte cheste pagjine ae liste des pagjinis tignudis di voli',
1470 'tooltip-ca-unwatch' => 'Gjave cheste pagjine de liste des pagjinis tignudis di voli',
1471 'tooltip-search' => 'Cîr in cheste wiki',
1472 'tooltip-search-go' => 'Va a une pagjine cul titul esat inserît, se e esist',
1473 'tooltip-search-fulltext' => 'Cîr il test inserît intes pagjinis',
1474 'tooltip-p-logo' => 'Pagjine principâl',
1475 'tooltip-n-mainpage' => 'Visite la pagjine principâl',
1476 'tooltip-n-mainpage-description' => 'Visite la pagjine principâl',
1477 'tooltip-n-portal' => 'Descrizion dal progjet, ce che tu puedis fâ e dulà che tu puedis cjatâ lis robis',
1478 'tooltip-n-currentevents' => 'Informazions sui events di atualitât',
1479 'tooltip-n-recentchanges' => 'Liste dai ultins cambiaments inte wiki.',
1480 'tooltip-n-randompage' => 'Mostre une pagjine casuâl',
1481 'tooltip-n-help' => 'Pagjinis di aiût',
1482 'tooltip-t-whatlinkshere' => 'Liste di dutis lis pagjinis che a son leadis a cheste',
1483 'tooltip-t-recentchangeslinked' => 'Liste dai ultins cambiaments intes pagjinis leadis a cheste',
1484 'tooltip-feed-rss' => 'Cjanâl RSS par cheste pagjine',
1485 'tooltip-feed-atom' => 'Cjanâl Atom par cheste pagjine',
1486 'tooltip-t-contributions' => 'Liste dai contribûts di chest utent',
1487 'tooltip-t-emailuser' => 'Mande un messaç di pueste eletroniche a chest utent',
1488 'tooltip-t-upload' => 'Cjame sù files multimediâi',
1489 'tooltip-t-specialpages' => 'Liste di dutis lis pagjinis speciâls',
1490 'tooltip-t-print' => 'Version apueste pe stampe di cheste pagjine',
1491 'tooltip-t-permalink' => 'Leam permanent a cheste version de pagjine',
1492 'tooltip-ca-nstab-main' => 'Cjale la vôs',
1493 'tooltip-ca-nstab-user' => 'Cjale la pagjine dal utent',
1494 'tooltip-ca-nstab-media' => 'Cjale la pagjine dal file multimediâl',
1495 'tooltip-ca-nstab-special' => 'Cheste e je une pagjine speciâl e no pues jessi cambiade',
1496 'tooltip-ca-nstab-project' => 'Cjale la pagjine dal progjet',
1497 'tooltip-ca-nstab-image' => 'Cjale la pagjine dal file',
1498 'tooltip-ca-nstab-mediawiki' => 'Cjale il messaç di sisteme',
1499 'tooltip-ca-nstab-template' => 'Cjale il model',
1500 'tooltip-ca-nstab-help' => 'Cjale la pagjine dal jutori',
1501 'tooltip-ca-nstab-category' => 'Cjale la pagjine de categorie',
1502 'tooltip-minoredit' => 'Segne cheste come une piçul cambiament',
1503 'tooltip-save' => 'Salve i tiei cambiaments',
1504 'tooltip-preview' => 'Anteprime dai tiei cambiaments, doprile par plasê prime di salvâ!',
1505 'tooltip-diff' => 'Mostre i cambiaments che tu âs fat al test.',
1506 'tooltip-compareselectedversions' => 'Viôt lis difarencis framieç lis dôs versions di cheste pagjine selezionadis.',
1507 'tooltip-watch' => 'Zonte cheste pagjine ae liste di chês tignudis di voli',
1508 'tooltip-recreate' => 'Torne a creâ la pagjine ancje se e je stade eliminade',
1509 'tooltip-upload' => 'Scomence la cjamade',
1510 'tooltip-rollback' => '"Rollback" al anule il/i cambiament/s a cheste pagjine fats dal ultin utent cuntun sôl clic',
1511 'tooltip-undo' => '"Anule" al permet di anulâ chest cambiament e al vierç il modul pal cambiament te modalitât di anteprime. Al permet cussì di zontâ une reson tal somari.',
1512 'tooltip-summary' => 'Inserìs un curt somari',
1513
1514 # Stylesheets
1515 'monobook.css' => '/* modifiche chest file par personalizâ la skin monobook par dut il sît */',
1516
1517 # Attribution
1518 'anonymous' => '{{PLURAL:$1|Utent anonim|Utents anonims}} di {{SITENAME}}',
1519 'siteuser' => 'Utent $1 di {{SITENAME}}',
1520 'anonuser' => '$1, utent anonim di {{SITENAME}}',
1521 'lastmodifiedatby' => 'Cheste pagjine e je stade cambiade pe ultime volte a lis $2, $1 di $3.',
1522 'othercontribs' => 'Basât sul lavôr di $1.',
1523 'others' => 'altris',
1524 'siteusers' => '$1, {{PLURAL:$2|utent|utents}} di {{SITENAME}}',
1525 'anonusers' => '$1, {{PLURAL:$2|utent anonim|utents anonims}} di {{SITENAME}}',
1526 'creditspage' => 'Pagjine dai ricognossiments',
1527 'nocredits' => 'Nissune informazion sui ricognossiments disponibil par cheste pagjine.',
1528
1529 # Skin names
1530 'skinname-modern' => 'Moderne',
1531
1532 # Browsing diffs
1533 'previousdiff' => '← Difarence precedente',
1534 'nextdiff' => 'Prossime difarence →',
1535
1536 # Media information
1537 'thumbsize' => 'Dimension miniature:',
1538 'widthheightpage' => '$1 × $2, $3 {{PLURAL:$3|pagjine|pagjinis}}',
1539 'file-info' => 'Dimensions: $1, gjenar MIME: $2',
1540 'file-info-size' => '$1 × $2 pixel, dimensions: $3, gjenar MIME: $4',
1541 'file-nohires' => 'No son disponibilis versions cun risoluzion plui alte.',
1542 'svg-long-desc' => 'file tal formât SVG, dimensions nominâls $1 × $2 pixels, dimensions dal file: $3',
1543 'show-big-image' => 'File origjnâl',
1544
1545 # Special:NewFiles
1546 'newimages' => 'Galarie dai gnûfs files',
1547 'imagelisttext' => 'Ca sot e je une liste di $1 {{PLURAL:$1|file|files}} ordenâts $2.',
1548 'showhidebots' => '($1 i bots)',
1549 'noimages' => 'Nuie di viodi.',
1550 'ilsubmit' => 'Cîr',
1551 'bydate' => 'par date',
1552
1553 # Bad image list
1554 'bad_image_list' => 'Il formât al è cussi:
1555
1556 a vegnin considerâts dome i elements des listis (riis che a scomencin cul catatar *).
1557 Il prin leam intune rie al à di jessi un leam aun file indesiderâtI.
1558 I leams sucessîfs, su la stesse rie, a son considerâts come ecezions (ven a stâi pagjinis dulà che il file al pues jessi inserît normalmentri).',
1559
1560 # Metadata
1561 'metadata' => 'Metadâts',
1562 'metadata-help' => 'Chest file al conten informazions in plui, probabilmentri zontadis de fotocjamare o dal scanner doprât par creâlu o digjitalizâlu.
1563 Se il file al è stât cambiât rispiet al so stât origjinâl, cualchi informazion e podarès no rifleti il file modificât.',
1564 'metadata-expand' => 'Mostre plui detais',
1565 'metadata-collapse' => 'Plate detais',
1566 'metadata-fields' => 'I cjamps relatîfs ai metadâts EXIF elencâts ca sot a vignaran mostrâts inte pagjine de figure cuant che la tabele dai metadâts e je mostrade inte forme curte. Par impostazion predeterminade, ducj chei altris cjamps a vignaran platâts.
1567 * make
1568 * model
1569 * datetimeoriginal
1570 * exposuretime
1571 * fnumber
1572 * isospeedratings
1573 * focallength
1574 * artist
1575 * copyright
1576 * imagedescription
1577 * gpslatitude
1578 * gpslongitude
1579 * gpsaltitude',
1580
1581 # Exif tags
1582 'exif-imagewidth' => 'Largjece',
1583 'exif-imagelength' => 'Altece',
1584 'exif-orientation' => 'Orientament',
1585 'exif-xresolution' => 'Risoluzion orizontâl',
1586 'exif-yresolution' => 'Risoluzion verticâl',
1587 'exif-imagedescription' => 'Titul de figure',
1588 'exif-make' => 'Produtôr machine',
1589 'exif-model' => 'Model di machine fotografiche',
1590 'exif-software' => 'Software doprât',
1591 'exif-artist' => 'Autôr',
1592 'exif-datetimeoriginal' => 'Date e ore di creazion dai dâts',
1593 'exif-exposuretime' => 'Timp di esposizion',
1594 'exif-flash' => 'Flash',
1595 'exif-focallength' => 'Lungjece focâl obietîf',
1596 'exif-contrast' => 'Control contrast',
1597 'exif-gpsaltitude' => 'Altitudin',
1598
1599 # Exif attributes
1600 'exif-compression-1' => 'Cence compression',
1601
1602 'exif-unknowndate' => 'Date no cognossude',
1603
1604 'exif-orientation-1' => 'Normâl',
1605
1606 # 'all' in various places, this might be different for inflected languages
1607 'watchlistall2' => 'dutis',
1608 'namespacesall' => 'ducj',
1609 'monthsall' => 'ducj',
1610
1611 # Email address confirmation
1612 'confirmemail' => 'Conferme direzione di pueste',
1613 'confirmemail_noemail' => 'No tu âs metût une direzion di pueste eletroniche valide intes tôs [[Special:Preferences|preferencis]].',
1614 'confirmemail_text' => 'Cheste wiki ti domande di valid la to direzion di pueste eletroniche prime di doprâ lis funzions di email. Ative il boton ca sot par inviâ un codiç di conferme ae to direzion. Chest messaç al includarà un leam cuntun codiç; cjame il leam tal to sgarfadôr par confermâ la validitât de tô direzion.',
1615 'confirmemail_send' => 'Mande un codiç di conferme',
1616 'confirmemail_sent' => 'Messaç di conferme mandât.',
1617 'confirmemail_needlogin' => 'Al covente $1 par confermâ la to direzion di pueste eletroniche.',
1618 'confirmemail_success' => 'La tô direzion di pueste e je stade confermade. Tu puedis cumò jentrâ e gjoldi la wiki.',
1619 'confirmemail_loggedin' => 'La tô direzion di pueste e je stade confermade.',
1620 'confirmemail_subject' => '{{SITENAME}}: richieste di conferme de direzion di pueste',
1621
1622 # Scary transclusion
1623 'scarytranscludedisabled' => '[Inclusion dai interwikis no ative]',
1624 'scarytranscludefailed' => '[Recupar dal model falît par $1]',
1625 'scarytranscludetoolong' => '[URL masse lungje]',
1626
1627 # Delete conflict
1628 'recreate' => 'Torne a creâ',
1629
1630 # action=purge
1631 'confirm_purge_button' => 'Va indevant',
1632
1633 # Multipage image navigation
1634 'imgmultipageprev' => '← pagjine precedente',
1635 'imgmultipagenext' => 'pagjine sucessive →',
1636 'imgmultigo' => 'Va!',
1637 'imgmultigoto' => 'Va ae pagjine $1',
1638
1639 # Table pager
1640 'ascending_abbrev' => 'asc',
1641 'descending_abbrev' => 'disc',
1642 'table_pager_next' => 'Pagjine sucessive',
1643 'table_pager_prev' => 'Pagjine precedente',
1644 'table_pager_first' => 'Prime pagjine',
1645 'table_pager_last' => 'Ultime pagjine',
1646 'table_pager_limit' => 'Mostre $1 elements in ogni pagjine',
1647 'table_pager_limit_submit' => 'Va',
1648
1649 # Auto-summaries
1650 'autosumm-blank' => 'Pagjine disvuedade fûr par fûr',
1651 'autosumm-new' => 'Creade la pagjine cun "$1"',
1652
1653 # Live preview
1654 'livepreview-loading' => 'Daûr a cjamâ…',
1655 'livepreview-ready' => 'Daûr a cjamâ… pront!',
1656
1657 # Watchlist editor
1658 'watchlistedit-numitems' => 'La liste des pagjinis tignudis di voli e conten {{PLURAL:$1|une pagjine|$1 pagjinis}}, cence contâ lis pagjinis di discussion.',
1659 'watchlistedit-noitems' => 'La liste des pagjinis tignudis di voli e je vueide.',
1660 'watchlistedit-normal-title' => 'Modifiche tignûts di voli',
1661 'watchlistedit-normal-submit' => 'Elimine pagjinis',
1662 'watchlistedit-normal-done' => '{{PLURAL:$1|1 pagjine e je stade eliminade|$1 pagjinis a son stadis eliminadis}} de liste des pagjinis tignudis di voli:',
1663 'watchlistedit-raw-titles' => 'Pagjinis:',
1664
1665 # Watchlist editing tools
1666 'watchlisttools-view' => 'Cjale i cambiaments rilevants',
1667 'watchlisttools-edit' => 'Cjale e cambie la liste des pagjinis tignudis di voli',
1668 'watchlisttools-raw' => 'Modifiche la liste des pagjinis tignudis di voli in formât testuâl',
1669
1670 # Core parser functions
1671 'duplicate-defaultsort' => "'''Avîs:''' La clâf predeterminade par l'ordenament \"\$2\" invalide la clâf predeterminade precedente \"\$1\".",
1672
1673 # Special:Version
1674 'version' => 'Version',
1675 'version-variables' => 'Variabilis',
1676 'version-version' => '(Version $1)',
1677 'version-license' => 'Licence',
1678 'version-software-version' => 'Version',
1679
1680 # Special:FileDuplicateSearch
1681 'fileduplicatesearch-filename' => 'Non dal file:',
1682 'fileduplicatesearch-submit' => 'Cîr',
1683
1684 # Special:SpecialPages
1685 'specialpages' => 'Pagjinis speciâls',
1686 'specialpages-note' => '* Pagjinis speciâls no riservadis.
1687 * <strong class="mw-specialpagerestricted">Pagjinis speciâls a ciertis categoriis di utents.</strong>',
1688 'specialpages-group-maintenance' => 'Rapuarts di manutenzion',
1689 'specialpages-group-other' => 'Altris pagjinis speciâls',
1690 'specialpages-group-login' => 'Jentrade / regjistrazion',
1691 'specialpages-group-changes' => 'Ultins cambiaments e regjistris',
1692 'specialpages-group-media' => 'Files multimediâi - cjamadis e rapuarts',
1693 'specialpages-group-users' => 'Utents e dirits',
1694 'specialpages-group-highuse' => 'Pagjinis dopradis une vore',
1695 'specialpages-group-pages' => 'Listis di pagjinis',
1696 'specialpages-group-pagetools' => 'Imprescj utii pes pagjinis',
1697 'specialpages-group-wiki' => 'Imprescj e informazions sul progjet',
1698 'specialpages-group-redirects' => 'Pagjinis speciâls di re-indreçament',
1699 'specialpages-group-spam' => 'Imprescj pal spam',
1700
1701 # Special:BlankPage
1702 'blankpage' => 'Pagjine vueide',
1703
1704 # External image whitelist
1705 'external_image_whitelist' => ' #Lasse cheste rie cemût che a je<pre>
1706 #Inserìs lis espressions regolârs (dome il toc che al va tal mieç di //) ca sot
1707 #Chestis e saran controladis cun lis URLs des figuris esternis
1708 #A vignaran mostradis dome chês che a corispuindin, di chês altris si viodarà dome un leam
1709 #Lis riis che a scomencin cun # a son consideradis come coments
1710 #Si considerin diviersis lis letaris maiusculis e minusculis
1711
1712 #Met ducj i framents regex parsore di cheste rie. Lasse cheste rie cemût che e je</pre>',
1713
1714 # Special:Tags
1715 'tag-filter' => 'Filtre par [[Special:Tags|etichetis]]:',
1716 'tag-filter-submit' => 'Filtre',
1717 'tags-edit' => 'cambie',
1718 'tags-hitcount' => '$1 {{PLURAL:$1|cambiament|cambiaments}}',
1719
1720 # Database error messages
1721 'dberr-header' => 'Cheste wiki e à un probleme',
1722 'dberr-problems' => 'Nus displâs, chest sît web al è daûr a vê dificoltâts tecnichis.',
1723 'dberr-again' => 'Prove a spietâ uns minûts e po torne a cjamâ la pagjine.',
1724 'dberr-info' => '(No si pues contatâ il servidor de base di dâts: $1)',
1725
1726 # HTML forms
1727 'htmlform-submit' => 'Invie',
1728 'htmlform-selectorother-other' => 'Altris',
1729
1730 # Search suggestions
1731 'searchsuggest-search' => 'Ricercje',
1732 'searchsuggest-containing' => 'che al à dentri...',
1733
1734 # API errors
1735 'api-error-unclassified' => 'Al è capitât un erôr no cognossût',
1736
1737 # Special:ExpandTemplates
1738 'expandtemplates' => 'Espant i modei',
1739 'expand_templates_output' => 'Risultât',
1740 'expand_templates_ok' => 'Va ben',
1741 'expand_templates_remove_comments' => 'Gjave i coments',
1742 'expand_templates_preview' => 'Anteprime',
1743
1744 );