Introduce 'deletedcontributions-title' as page title for Special:DeletedContributions...
[lhc/web/wiklou.git] / languages / messages / MessagesFur.php
1 <?php
2 /** Friulian (Furlan)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author Helix84
8 * @author Klenje
9 * @author MF-Warburg
10 * @author Urhixidur
11 * @author לערי ריינהארט
12 */
13
14 $fallback = 'it';
15
16
17 $namespaceNames = array(
18 NS_MEDIA => 'Media',
19 NS_SPECIAL => 'Speciâl',
20 NS_MAIN => '',
21 NS_TALK => 'Discussion',
22 NS_USER => 'Utent',
23 NS_USER_TALK => 'Discussion_utent',
24 # NS_PROJECT set by $wgMetaNamespace
25 NS_PROJECT_TALK => 'Discussion_$1',
26 NS_FILE => 'Figure',
27 NS_FILE_TALK => 'Discussion_figure',
28 NS_MEDIAWIKI => 'MediaWiki',
29 NS_MEDIAWIKI_TALK => 'Discussion_MediaWiki',
30 NS_TEMPLATE => 'Model',
31 NS_TEMPLATE_TALK => 'Discussion_model',
32 NS_HELP => 'Jutori',
33 NS_HELP_TALK => 'Discussion_jutori',
34 NS_CATEGORY => 'Categorie',
35 NS_CATEGORY_TALK => 'Discussion_categorie'
36 );
37
38 $specialPageAliases = array(
39 'DoubleRedirects' => array( 'ReIndreçamentsDoplis' ),
40 'BrokenRedirects' => array( 'ReIndreçamentsSbaliâts' ),
41 'Disambiguations' => array( 'Omonimiis' ),
42 'Userlogin' => array( 'Jentre', 'Login' ),
43 'Userlogout' => array( 'Jes', 'Logout' ),
44 'CreateAccount' => array( 'CreeIdentitât' ),
45 'Preferences' => array( 'Preferencis' ),
46 'Watchlist' => array( 'TignudisDiVoli' ),
47 'Recentchanges' => array( 'UltinsCambiaments' ),
48 'Upload' => array( 'Cjame' ),
49 'Listfiles' => array( 'Figuris' ),
50 'Newimages' => array( 'GnovisFiguris' ),
51 'Listusers' => array( 'Utents', 'ListeUtents' ),
52 'Statistics' => array( 'Statistichis' ),
53 'Randompage' => array( 'PagjineCasuâl' ),
54 'Lonelypages' => array( 'PagjinisSolitariis' ),
55 'Uncategorizedpages' => array( 'PagjinisCenceCategorie' ),
56 'Uncategorizedcategories' => array( 'CategoriisCenceCategorie' ),
57 'Uncategorizedimages' => array( 'FigurisCenceCategorie' ),
58 'Uncategorizedtemplates' => array( 'ModeiCenceCategorie' ),
59 'Unusedcategories' => array( 'CategoriisNoDopradis' ),
60 'Unusedimages' => array( 'FigurisNoDopradis' ),
61 'Wantedcategories' => array( 'CategoriisDesideradis' ),
62 'Shortpages' => array( 'PagjinisPluiCurtis' ),
63 'Longpages' => array( 'PagjinisPluiLungjis' ),
64 'Newpages' => array( 'GnovisPagjinis' ),
65 'Ancientpages' => array( 'PagjinisPluiVieris' ),
66 'Deadendpages' => array( 'PagjinisCenceJessude' ),
67 'Protectedpages' => array( 'PagjinisProtezudis' ),
68 'Protectedtitles' => array( 'TituiProtezûts' ),
69 'Allpages' => array( 'DutisLisPagjinis' ),
70 'Prefixindex' => array( 'Prefìs' ),
71 'Ipblocklist' => array( 'IPBlocâts' ),
72 'Specialpages' => array( 'PagjinisSpeciâls' ),
73 'Contributions' => array( 'Contribûts', 'ContribûtsUtent' ),
74 'Emailuser' => array( 'MandeEmail' ),
75 'Confirmemail' => array( 'ConfermePuesteEletroniche' ),
76 'Whatlinkshere' => array( 'Leams' ),
77 'Recentchangeslinked' => array( 'CambiamentsLeâts' ),
78 'Movepage' => array( 'Môf', 'CambieNon' ),
79 'Booksources' => array( 'RicercjeISBN' ),
80 'Categories' => array( 'Categoriis' ),
81 'Export' => array( 'Espuarte' ),
82 'Allmessages' => array( 'Messaçs' ),
83 'Log' => array( 'Regjistri', 'Regjistris' ),
84 'Blockip' => array( 'BlocheIP' ),
85 'Undelete' => array( 'Ripristine' ),
86 'Import' => array( 'Impuarte' ),
87 'Lockdb' => array( 'BlocheDB' ),
88 'Unlockdb' => array( 'SblocheDB' ),
89 'Userrights' => array( 'PermèsUtents' ),
90 'MIMEsearch' => array( 'RicercjeMIME' ),
91 'Unwatchedpages' => array( 'PagjinisNoTignudisDiVoli' ),
92 'Listredirects' => array( 'ListeReIndreçaments' ),
93 'Revisiondelete' => array( 'ScanceleRevision' ),
94 'Unusedtemplates' => array( 'ModeiNoDoprâts' ),
95 'Randomredirect' => array( 'ReIndreçamentCasuâl' ),
96 'Mypage' => array( 'MêPagjineUtent' ),
97 'Mytalk' => array( 'MêsDiscussions' ),
98 'Mycontributions' => array( 'MieiContribûts' ),
99 'Listadmins' => array( 'ListeAministradôrs' ),
100 'Listbots' => array( 'ListeBots' ),
101 'Popularpages' => array( 'PagjinisPopolârs' ),
102 'Search' => array( 'Ricercje', 'Cîr' ),
103 'Resetpass' => array( 'ReimpuestePerauleClâf' ),
104 'Withoutinterwiki' => array( 'CenceInterwiki' ),
105 );
106
107 $datePreferences = false;
108 $defaultDateFormat = 'dmy';
109 $dateFormats = array(
110 'dmy time' => 'H:i',
111 'dmy date' => 'j "di" M Y',
112 'dmy both' => 'j "di" M Y "a lis" H:i',
113 );
114
115 $separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' );
116
117 $messages = array(
118 # User preference toggles
119 'tog-underline' => 'Sotlinee leams',
120 'tog-highlightbroken' => 'Mostre leams sbaliâts <a href="" class="new">cussì</a> (invezit di cussì<a href="" class="internal">?</a>).',
121 'tog-justify' => 'Justifiche paragraf',
122 'tog-hideminor' => 'Plate lis piçulis modifichis tai ultins cambiaments',
123 'tog-usenewrc' => 'Ultins cambiaments avanzâts (JavaScript)',
124 'tog-numberheadings' => 'Numerazion automatiche dai titui',
125 'tog-showtoolbar' => 'Mostre sbare dai imprescj pe modifiche (JavaScript)',
126 'tog-editondblclick' => 'Cambie lis pagjinis fracant dôs voltis (JavaScript)',
127 'tog-editsection' => 'Inserìs un leam [cambie] pe editazion veloç di une sezion',
128 'tog-editsectiononrightclick' => 'Modifiche une sezion fracant cul tast diestri<br /> sui titui des sezions (JavaScript)',
129 'tog-showtoc' => 'Mostre la tabele dai contignûts pes pagjinis cun plui di 3 sezions',
130 'tog-rememberpassword' => 'Visiti tes prossimis sessions',
131 'tog-editwidth' => 'Il spazi pe modifiche al è larc il plui pussibil',
132 'tog-watchdefault' => 'Zonte in automatic lis pagjinis che o cambii inte liste di chês tignudis di voli',
133 'tog-minordefault' => 'Imposte come opzion predeterminade ducj i cambiaments come piçui',
134 'tog-previewontop' => 'Mostre anteprime parsore dal spazi pe modifiche',
135 'tog-previewonfirst' => 'Mostre anteprime te prime modifiche',
136 'tog-nocache' => 'No stâ tignî in memorie (caching) lis pagjinis',
137 'tog-enotifwatchlistpages' => 'Mandimi une email se la pagjine e gambie',
138 'tog-enotifusertalkpages' => 'Mandimi une email cuant che la mê pagjine di discussion e gambie',
139 'tog-enotifminoredits' => 'Mandimi une email ancje pai piçui cambiaments ae pagjine',
140 'tog-enotifrevealaddr' => 'Distapone fûr il gno recapit email tai messaçs di notifiche',
141 'tog-shownumberswatching' => 'Mostre il numar di utents che a stan tignint di voli',
142 'tog-fancysig' => 'Firmis crudis (cence leam automatic)',
143 'tog-externaleditor' => 'Dopre editôr esterni come opzion predeterminade',
144 'tog-externaldiff' => 'Dopre editôr difarencis esterni come opzion predeterminade',
145 'tog-watchlisthideown' => 'Plate i miei cambiaments inte liste des pagjinis tignudis di voli',
146 'tog-ccmeonemails' => 'Mandimi une copie dai messaçs che o mandi ai altris utents',
147 'tog-showhiddencats' => 'Mostre categoriis platadis',
148
149 'underline-always' => 'Simpri',
150 'underline-never' => 'Mai',
151 'underline-default' => 'Predeterminât dal sgarfadôr',
152
153 # Dates
154 'sunday' => 'Domenie',
155 'monday' => 'Lunis',
156 'tuesday' => 'Martars',
157 'wednesday' => 'Miercus',
158 'thursday' => 'Joibe',
159 'friday' => 'Vinars',
160 'saturday' => 'Sabide',
161 'sun' => 'dom',
162 'mon' => 'lun',
163 'tue' => 'mar',
164 'wed' => 'mie',
165 'thu' => 'joi',
166 'fri' => 'vin',
167 'sat' => 'sab',
168 'january' => 'Zenâr',
169 'february' => 'Fevrâr',
170 'march' => 'Març',
171 'april' => 'Avrîl',
172 'may_long' => 'Mai',
173 'june' => 'Jugn',
174 'july' => 'Lui',
175 'august' => 'Avost',
176 'september' => 'Setembar',
177 'october' => 'Otubar',
178 'november' => 'Novembar',
179 'december' => 'Dicembar',
180 'january-gen' => 'Zenâr',
181 'february-gen' => 'Fevrâr',
182 'march-gen' => 'Març',
183 'april-gen' => 'Avrîl',
184 'may-gen' => 'Mai',
185 'june-gen' => 'Jugn',
186 'july-gen' => 'Lui',
187 'august-gen' => 'Avost',
188 'september-gen' => 'Setembar',
189 'october-gen' => 'Otubar',
190 'november-gen' => 'Novembar',
191 'december-gen' => 'Dicembar',
192 'jan' => 'Zen',
193 'feb' => 'Fev',
194 'mar' => 'Mar',
195 'apr' => 'Avr',
196 'may' => 'Mai',
197 'jun' => 'Jug',
198 'jul' => 'Lui',
199 'aug' => 'Avo',
200 'sep' => 'Set',
201 'oct' => 'Otu',
202 'nov' => 'Nov',
203 'dec' => 'Dic',
204
205 # Categories related messages
206 'pagecategories' => '{{PLURAL:$1|Categorie|Categoriis}}',
207 'category_header' => 'Vôs inte categorie "$1"',
208 'subcategories' => 'Sot categoriis',
209 'category-media-header' => 'Files inte categorie "$1"',
210 'category-empty' => "''Par cumò la categorie no conten ni pagjinis ni files multimediâi.''",
211 'hidden-categories' => '{{PLURAL:$1|Categorie platade|Categoriis platadis}}',
212 'hidden-category-category' => 'Categoriis platadis', # Name of the category where hidden categories will be listed
213 '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.}}',
214 'category-subcat-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|une sot categorie, mostrade|$1 sot categoriis, mostradis}} sot.',
215 '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.}}',
216 'category-article-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|la pagjine|lis $1 pagjinis}} ca sot.',
217 '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.}}',
218 'category-file-count-limited' => 'Cheste categorie e conten {{PLURAL:$1|il file mostrât|i $1 files mostrâts}} ca sot.',
219 'listingcontinuesabbrev' => 'cont.',
220
221 'mainpagetext' => "'''MediaWiki e je stade instalade cun sucès.'''",
222
223 'about' => 'Informazions',
224 'article' => 'Vôs',
225 'newwindow' => '(al vierç un gnûf barcon)',
226 'cancel' => 'Scancele',
227 'qbfind' => 'Cjate',
228 'qbbrowse' => 'Sgarfe',
229 'qbedit' => 'Cambie',
230 'qbpageoptions' => 'Cheste pagjine',
231 'qbpageinfo' => 'Contest',
232 'qbmyoptions' => 'Mês pagjinis',
233 'qbspecialpages' => 'Pagjinis speciâls',
234 'moredotdotdot' => 'Plui...',
235 'mypage' => 'Mê pagjine',
236 'mytalk' => 'Mês discussions',
237 'anontalk' => 'Discussion par chest IP',
238 'navigation' => 'somari',
239 'and' => '&#32;e',
240
241 'errorpagetitle' => 'Erôr',
242 'returnto' => 'Torne a $1.',
243 'tagline' => 'Di {{SITENAME}}',
244 'help' => 'Jutori',
245 'search' => 'Cîr',
246 'searchbutton' => 'Cîr',
247 'go' => 'Va',
248 'searcharticle' => 'Va',
249 'history' => 'Storic de pagjine',
250 'history_short' => 'Storic',
251 'updatedmarker' => 'inzornât de mê ultime visite',
252 'info_short' => 'Informazions',
253 'printableversion' => 'Version stampabil',
254 'permalink' => 'Leam permanent',
255 'print' => 'Stampe',
256 'edit' => 'Cambie',
257 'create' => 'Cree',
258 'editthispage' => 'Cambie cheste pagjine',
259 'create-this-page' => 'Cree cheste pagjine',
260 'delete' => 'Elimine',
261 'deletethispage' => 'Elimine cheste pagjine',
262 'undelete_short' => 'Recupere {{PLURAL:$1|modifiche eliminade|$1 modifichis eliminadis}}',
263 'protect' => 'Protêç',
264 'protect_change' => 'cambie',
265 'protectthispage' => 'Protêç cheste pagjine',
266 'unprotect' => 'No stâ protezi',
267 'unprotectthispage' => 'No stâ plui protezi cheste pagjine',
268 'newpage' => 'Gnove pagjine',
269 'talkpage' => 'Fevelin di cheste pagjine',
270 'talkpagelinktext' => 'discussion',
271 'specialpage' => 'Pagjine speciâl',
272 'personaltools' => 'Imprescj personâi',
273 'postcomment' => 'Zonte un coment',
274 'articlepage' => 'Cjale la vôs',
275 'talk' => 'Discussion',
276 'views' => 'Visitis',
277 'toolbox' => 'imprescj',
278 'userpage' => 'Cjale pagjine dal utent',
279 'projectpage' => 'Cjale pagjine dal progjet',
280 'imagepage' => 'Cjale pagjine de figure',
281 'mediawikipage' => 'Cjale la pagjine dal messaç',
282 'templatepage' => 'Cjale il model',
283 'viewhelppage' => 'Cjale la pagjine di jutori',
284 'categorypage' => 'Cjale la categorie',
285 'viewtalkpage' => 'Cjale la pagjine di discussion',
286 'otherlanguages' => 'Altris lenghis',
287 'redirectedfrom' => '(Inviât ca di $1)',
288 'redirectpagesub' => 'Pagjine di redirezion',
289 'lastmodifiedat' => "Cambiât par l'ultime volte ai $2, $1", # $1 date, $2 time
290 'viewcount' => 'Cheste pagjine e je stade lete {{PLURAL:$1|une volte|$1 voltis}}.',
291 'protectedpage' => 'Pagjine protezude',
292 'jumpto' => 'Va a:',
293 'jumptonavigation' => 'navigazion',
294 'jumptosearch' => 'ricercje',
295
296 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
297 'aboutsite' => 'Informazions su {{SITENAME}}',
298 'aboutpage' => 'Project:Informazions',
299 'copyright' => 'Il contignût al è disponibil sot de $1',
300 'copyrightpage' => '{{ns:project}}:Copyrights',
301 'currentevents' => 'Lis gnovis',
302 'currentevents-url' => 'Project:Lis gnovis',
303 'disclaimers' => 'Avîs legâi',
304 'disclaimerpage' => 'Project:Avîs gjenerâi',
305 'edithelp' => 'Jutori pai cambiaments',
306 'edithelppage' => 'Help:Cambiaments',
307 'helppage' => 'Help:Contignûts',
308 'mainpage' => 'Pagjine principâl',
309 'mainpage-description' => 'Pagjine principâl',
310 'portal' => 'Ostarie',
311 'portal-url' => 'Project:Ostarie',
312 'privacy' => 'Politiche pe privacy',
313 'privacypage' => 'Project:Politiche_pe_privacy',
314
315 'versionrequired' => 'E covente la version $1 di MediaWiki',
316
317 'ok' => 'Va ben',
318 'retrievedfrom' => 'Cjapât fûr di $1',
319 'youhavenewmessages' => 'Tu âs $1 ($2).',
320 'newmessageslink' => 'gnûfs messaçs',
321 'newmessagesdifflink' => 'difarencis cu la penultime revision',
322 'youhavenewmessagesmulti' => 'Tu âs gnûfs messaçs su $1',
323 'editsection' => 'cambie',
324 'editold' => 'cambie',
325 'viewsourceold' => 'cjale risultive',
326 'editlink' => 'cambie',
327 'viewsourcelink' => 'cjale risultive',
328 'editsectionhint' => 'cambie la sezion $1',
329 'toc' => 'Tabele dai contignûts',
330 'showtoc' => 'mostre',
331 'hidetoc' => 'plate',
332 'thisisdeleted' => 'Vuelistu cjalâ o ripristinâ $1?',
333 'viewdeleted' => 'Vuelistu viodi $1?',
334 'restorelink' => '{{PLURAL:$1|une modifiche eliminade|$1 modifichis eliminadis}}',
335 'feedlinks' => 'Canâl (feed):',
336 'site-rss-feed' => 'Canâl RSS di $1',
337 'site-atom-feed' => 'Canâl Atom di $1',
338 'page-rss-feed' => 'Canâl RSS par "$1"',
339 'page-atom-feed' => 'Canâl Atom par "$1"',
340 'red-link-title' => '$1 (ancjemò di scrivi)',
341
342 # Short words for each namespace, by default used in the namespace tab in monobook
343 'nstab-main' => 'Vôs',
344 'nstab-user' => 'Pagjine dal utent',
345 'nstab-media' => 'Media',
346 'nstab-special' => 'Speciâl',
347 'nstab-project' => 'Informazions',
348 'nstab-image' => 'Figure',
349 'nstab-mediawiki' => 'Messaç',
350 'nstab-template' => 'Model',
351 'nstab-help' => 'Jutori',
352 'nstab-category' => 'Categorie',
353
354 # Main script and global functions
355 'nospecialpagetext' => "<big>'''Tu âs cirût une pagjine speciâl no valide.'''</big>
356
357 Une liste des pagjinis speciâls validis a si pues cjatâ su [[Special:SpecialPages|{{int:specialpages}}]].",
358
359 # General errors
360 'error' => 'Erôr',
361 'databaseerror' => 'Erôr de base di dâts',
362 'noconnect' => 'Nus displâs, ma il sît al à al moment cualchi dificoltât tecniche e nol pues conetisi al servidôr de base di dâts. <br />$1',
363 'nodb' => 'No si pues selezionâ la base di dâts $1',
364 'laggedslavemode' => 'Atenzion: La pagjine podarès no segnalâ inzornaments recents.',
365 '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.
366
367 L'aministradôr ch'al à metût il bloc al à scrit cheste motivazion: $1",
368 'filenotfound' => 'No si pues cjatâ il file "$1".',
369 'badtitle' => 'Titul sbaliât',
370 '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.
371 Al podarès vê dentri caratars che no podin jessi doprâts tai titui.',
372 'viewsource' => 'Cjale risultive',
373 'viewsourcefor' => 'di $1',
374 'viewsourcetext' => 'Tu puedis viodi e copiâ la risultive di cheste pagjine:',
375
376 # Login and logout pages
377 'logouttitle' => 'Jessude dal utent',
378 'logouttext' => '<strong>Tu sâs cumò lât fûr.</strong><br />Tu puedis continuâ a doprâ {{SITENAME}} come anonim, o tu puedis jentrâ cul stes o cuntun altri non utent. Note che cualchi pagjine e pues mostrâti ancjemò come jentrât tal sît fin cuant che no tu netis la cache dal sgarfadôr.',
379 'welcomecreation' => '== Mandi e benvignût $1! ==
380
381 La tô identitât e je stade creade. No stâ dismenteâti di gambiâ lis preferencis di {{SITENAME}}.',
382 'loginpagetitle' => 'Jentrade dal utent',
383 'yourname' => 'Non utent',
384 'yourpassword' => 'Peraule clâf',
385 'yourpasswordagain' => 'Torne a scrivile',
386 'remembermypassword' => 'Visiti di me',
387 'yourdomainname' => 'Il to domini',
388 'login' => 'Jentre',
389 'nav-login-createaccount' => 'Regjistriti o jentre',
390 'loginprompt' => 'Tu âs di vê abilitâts i cookies par jentrâ in {{SITENAME}}.',
391 'userlogin' => 'Regjistriti o jentre',
392 'logout' => 'Jes',
393 'userlogout' => 'Jes',
394 'notloggedin' => 'No tu sês jentrât',
395 'nologin' => 'No âstu ancjemò une identitât par jentrâ? $1.',
396 'nologinlink' => 'Creile cumò',
397 'createaccount' => 'Cree une gnove identitât',
398 'gotaccount' => 'Âstu za une identitât? $1.',
399 'gotaccountlink' => 'Jentre',
400 'createaccountmail' => 'par pueste eletroniche',
401 'badretype' => 'Lis peraulis clâfs inseridis no son compagnis.',
402 'userexists' => 'Il non utent inserît al è za doprât. Sielç par plasê un non diferent.',
403 'youremail' => 'Email *',
404 'username' => 'Non utent:',
405 'uid' => 'ID utent:',
406 'prefs-memberingroups' => 'Al fâs part {{PLURAL:$1|dal grup|dai grups}}:',
407 'yourrealname' => 'Non vêr *',
408 'yourlanguage' => 'Lenghe di mostrâ',
409 'yourvariant' => 'Varietât',
410 'yournick' => 'Stranon (nick):',
411 'badsig' => 'Firme crude invalide; controle i tags HTML.',
412 'email' => 'Pueste eletroniche',
413 '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.',
414 'loginerror' => 'Erôr te jentrade',
415 '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 sês dismenteade. Cun di plui, permet a chei altris di contatâti vie la tô pagjine utent o di discussion cence scugnî mostrâ a ducj la tô identitât.',
416 'prefs-help-email-required' => 'E covente une direzion di pueste eletroniche.',
417 '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.",
418 '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â.',
419 'noname' => 'No tu âs inserît un non utent valit.',
420 'loginsuccesstitle' => 'Jentrât cun sucès',
421 'loginsuccess' => 'Cumò tu sês jentrât te {{SITENAME}} sicu "$1".',
422 'nosuchuser' => 'Nissun utent regjistrât cul non "$1". Controle il non inserît o [[Special:UserLogin/signup|cree tu une gnove identitât]].',
423 'nosuchusershort' => 'Nol esist nissun utent cul non "<nowiki>$1</nowiki>". Controle di no vê sbaliât di scrivi.',
424 'nouserspecified' => 'Tu scugnis specificâ un non utent.',
425 'wrongpassword' => 'La peraule clâf zontade no je juste. Torne par plasê a provâ.',
426 'wrongpasswordempty' => 'La peraule clâf inseride e je vueide. Torne a provâ.',
427 'passwordtooshort' => 'La tô peraule clâf no je valide o e je masse curte.
428 E à di jessi di almancul {{PLURAL:$1|1 caratar|$1 caratars}} e jessi difarente dal to non utent.',
429 'mailmypassword' => 'Mande une gnove peraule clâf ae me direzion di pueste eletroniche',
430 'passwordremindertitle' => 'Gnove peraule clâf temporanie par {{SITENAME}}',
431 'passwordremindertext' => 'Cualchidun (probabilmentri tu, de direzion IP $1) al à domandât une gnove peraule clâf par jentrâ in {{SITENAME}} ($4).
432 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}}.
433
434 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.',
435 'noemail' => 'Nissune direzion email regjistrade par l\'utent "$1".',
436 'passwordsent' => 'Une gnove peraule clâf e je stade mandade ae direzion di pueste eletroniche regjistrade par l\'utent "$1".
437 Par plasê torne a fâ la jentrade pene che tu la âs ricevude.',
438 'eauthentsent' => 'Un messaç di pueste eletroniche di conferme al è stât mandât ae direzion specificade.
439 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ô.',
440 'emailauthenticated' => 'La tô direzion email e je stade autenticade ai $2 aes $3.',
441 'emailnotauthenticated' => 'La tô direzion email no je ancjemò autenticade. No vignaran mandâts messaçs pes funzions ca sot.',
442 'noemailprefs' => '<strong>Specifiche une direzion email par fâ lâ cheste funzion.</strong>',
443 'emailconfirmlink' => 'Conferme la tô direzion email',
444 '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.',
445 'accountcreated' => 'Identitât creade',
446 'accountcreatedtext' => 'La identitât utent par $1 e je stade creade.',
447 'createaccount-title' => 'Creazion di une identitât par {{SITENAME}}',
448 'loginlanguagelabel' => 'Lenghe: $1',
449
450 # Password reset dialog
451 'oldpassword' => 'Vecje peraule clâf',
452 'newpassword' => 'Gnove peraule clâf',
453 'retypenew' => 'Torne a scrivi chê gnove',
454
455 # Edit page toolbar
456 'bold_sample' => 'Test in gruessut',
457 'bold_tip' => 'Test in gruessut',
458 'italic_sample' => 'Test in corsîf',
459 'italic_tip' => 'Test in corsîf',
460 'link_sample' => 'Titul dal leam',
461 'link_tip' => 'Leams internis',
462 'extlink_sample' => 'http://www.example.com titul leam',
463 'extlink_tip' => 'Leam esterni (visiti dal prefìs http://)',
464 'headline_sample' => 'Test dal titul',
465 'headline_tip' => 'Titul di nivel 2',
466 'math_sample' => 'Inserìs la formule culì',
467 'math_tip' => 'Formule matematiche (LaTeX)',
468 'nowiki_sample' => 'Inserìs test no formatât culì',
469 'nowiki_tip' => 'Ignore la formatazion wiki',
470 'image_sample' => 'Esempli.jpg',
471 'image_tip' => 'Figure includude',
472 'media_sample' => 'Esempli.mp3',
473 'media_tip' => 'Leam a un file multimediâl',
474 'sig_tip' => 'La tô firme cun ore e date',
475 'hr_tip' => 'Rie orizontâl (no stâ doprâle masse spes)',
476
477 # Edit pages
478 'summary' => 'Somari:',
479 'subject' => 'Argoment (intestazion):',
480 'minoredit' => 'Cheste al è un piçul cambiament',
481 'watchthis' => 'Ten di voli cheste pagjine',
482 'savearticle' => 'Salve la pagjine',
483 'preview' => 'Anteprime',
484 'showpreview' => 'Mostre anteprime',
485 'showlivepreview' => "Anteprime ''live''",
486 'showdiff' => 'Mostre cambiaments',
487 'anoneditwarning' => 'No tu sês jentrât cuntun non utent. La to direzion IP e vignarà regjistrade tal storic di cheste pagjine.',
488 'missingcommenttext' => 'Inserìs un coment ca sot.',
489 'summary-preview' => 'Anteprime dal somari:',
490 'subject-preview' => 'Anteprime ogjet/intestazion:',
491 'blockedtitle' => 'Utent blocât',
492 'blockedtext' => "<big>'''Chest non utent o direzion IP a son stâts blocâts.'''</big>
493
494 Il bloc al è stât metût di $1. La reson furnide e je: ''$2''
495
496 * Inizi dal bloc: $8
497 * Scjadencje dal blocco: $6
498 * Interval di bloc: $7
499
500 Se tu vuelis tu puedis contatâ $1 o un altri [[{{MediaWiki:Grouppage-sysop}}|aministradôr]] par fevelâ dal bloc.
501
502 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.
503
504 Par plasê inclût la to direzion IP atuâl ($3) o il numar dal bloc (ID #$5) in ogni richieste di sclariments.",
505 'blockedoriginalsource' => "Ca sot tu puedis viodi la risultive de pagjine '''$1''':",
506 'whitelistedittext' => 'Tu scugnis $1 par cambiâ lis pagjinis.',
507 'confirmedittitle' => 'E covente la conferme de direzion di pueste eletroniche pe modifiche de pagjine',
508 '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]].',
509 'loginreqtitle' => 'Si scugne jentrâ',
510 'loginreqlink' => 'jentrâ',
511 'loginreqpagetext' => 'Tu scugnis $1 par viodi lis altris pagjinis.',
512 'accmailtitle' => 'Password mandade.',
513 'accmailtext' => 'La password par "$1" e je stade mandade a $2.',
514 'newarticle' => '(Gnûf)',
515 '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 [[{{MediaWiki:Helppage}}|jutori]] par altris informazions). Se tu sês ca par erôr, frache semplicementri il boton '''Indaûr''' dal to sgarfadôr.",
516 '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.''",
517 'noarticletext' => 'Par cumò nol è nuie in cheste pagjine, tu puedis [[Special:Search/{{PAGENAME}}|cirî chest titul]] in altris pagjinis o [{{fullurl:{{FULLPAGENAME}}|action=edit}} cambiâ cheste pagjine].',
518 'userpage-userdoesnotexist' => 'La identitât "$1" no je di un utent regjistrât. Controle che tu vuelis pardabon creâ o modificâ cheste pagjine.',
519 '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''.",
520 'updated' => '(Inzornât)',
521 'previewnote' => '<strong>Visiti che cheste e je dome une anteprime, e no je stade ancjemò salvade!</strong>',
522 'editing' => 'Cambiament di $1',
523 'editingsection' => 'Cambiament di $1 (sezion)',
524 'editingcomment' => 'Cambiament di $1 (coment)',
525 'editconflict' => 'Conflit inte modifiche: $1',
526 'explainconflict' => 'Cualchidun altri al à cambiât cheste pagjine di cuant che tu âs començât a modificâle.
527 La aree di test disore e conten il test de pagjine che esist cumò, i tiei cambiaments a son mostrâts inte aree disot.
528 Tu varâs di inserî di gnûf i tiei cambiaments tal test esistint.
529 <b>Dome</b> il test in alt al vignarà salvât cuant che tu frachis su "Salve pagjine".<br />',
530 'editingold' => '<strong>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.</strong>',
531 'yourdiff' => 'Difarencis',
532 '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 />
533 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.
534 <strong>NO STÂ MANDÂ MATERIÂL CUVIERT DAL DIRIT DI AUTÔR CENCE AUTORIZAZION!</strong>',
535 'longpagewarning' => '<strong>ATENZION: cheste pagjine e je grande $1 kilobytes; cualchi sgarfadôr al podarès vê problemis a modificâ pagjinis di 32 kb o plui grandis. Considere par plasê la pussibilitât di dividi la pagjine in sezions plui piçulis.</strong>',
536 'readonlywarning' => "<strong>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.</strong>
537
538 L'aministradôr che al à blocât la base di dâts al à ufiert chest spiegazion: $1",
539 'templatesused' => 'Modei doprâts par cheste pagjine:',
540 'templatesusedpreview' => 'Modei doprâts in cheste anteprime:',
541 'templatesusedsection' => 'Modei doprâts in cheste sezion:',
542 'template-protected' => '(protezût)',
543 'template-semiprotected' => '(semi-protezût)',
544 'nocreatetitle' => 'Creazion des pagjinis limitade',
545 '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]].',
546 'nocreate-loggedin' => 'No tu âs i permès che a coventin par creâ gnovis pagjinis.',
547 'permissionserrors' => 'Erôr tai permès',
548 'recreate-deleted-warn' => "'''Atenzion: tu stâs par tornâ a creâ une pagjine che e je stade eliminade timp fa.'''
549
550 Siguriti che sedi pardabon oportun lâ indevant cun la modifiche di cheste pagjine.
551 Ve ca par comoditât l'elenc des eliminazions precedentis par cheste pagjine:",
552 'edit-no-change' => 'Il cambiament al è stât ignorât parcè che no tu âs cambiât nuie tal test.',
553
554 # History pages
555 'viewpagelogs' => 'Cjale i regjistris relatîfs a cheste pagjine.',
556 'nohistory' => 'Nol è presint un storic dai cambiaments par cheste pagjine.',
557 'currentrev' => 'Version atuâl',
558 'revisionasof' => 'Version dai $1',
559 'revision-info' => 'Version dal $1, autôr: $2', # Additionally available: $3: revision id
560 'previousrevision' => '← Version plui vecje',
561 'nextrevision' => 'Version plui gnove →',
562 'currentrevisionlink' => 'Version atuâl',
563 'cur' => 'cor',
564 'next' => 'prossim',
565 'last' => 'ultime',
566 'page_first' => 'prime',
567 'page_last' => 'ultime',
568 'histlegend' => "Confront tra lis versions: sielç lis caselis des versions che ti interessin e frache Invio o il boton in bas.
569
570 Leiende: (cur) = difarencis cun la version atuâl, (prec) = difarencis cun la version precedente, '''p''' = piçul cambiament",
571 'history-fieldset-title' => 'Sgarfe tal storic',
572 'deletedrev' => '[eliminade]',
573 'histfirst' => 'Prime',
574 'histlast' => 'Ultime',
575 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})',
576 'historyempty' => '(vueide)',
577
578 # Revision feed
579 'history-feed-title' => 'Storic des revisions',
580 'history-feed-description' => 'Storic des revisions de pagjine su cheste wiki',
581 'history-feed-item-nocomment' => '$1 ai $2', # user at time
582
583 # Revision deletion
584 'rev-delundel' => 'mostre/plate',
585
586 # Diffs
587 'history-title' => 'Storic dai cambiaments di "$1"',
588 'difference' => '(Difarence jenfri des revisions)',
589 'lineno' => 'Rie $1:',
590 'compareselectedversions' => 'Confronte versions selezionadis',
591 'editundo' => 'anule',
592 'diff-multi' => '({{PLURAL:$1|Une version intermedie no mostrade|$1 versions intermediis no mostradis}}.)',
593 'diff-width' => 'largjece',
594 'diff-height' => 'altece',
595
596 # Search results
597 'searchresults' => 'Risultâts de ricercje',
598 'searchresults-title' => 'Risultâts de ricercje di "$1"',
599 'searchresulttext' => 'Par plui informazions su lis ricercjis in {{SITENAME}}, cjale [[{{MediaWiki:Helppage}}|{{int:help}}]].',
600 'searchsubtitle' => 'Pal test "[[:$1]]"',
601 'searchsubtitleinvalid' => 'Pal test "$1"',
602 'noexactmatch' => "'''No esist une pagjine cul titul \"\$1\".''' Tu podaressis [[:\$1|creâle tu]].",
603 'noexactmatch-nocreate' => "'''La pagjine cun titul \"\$1\" no esist.'''",
604 'toomanymatches' => 'Masse risultâts, prove par plasê une ricercje divierse.',
605 'titlematches' => 'Corispondencis tai titui des pagjinis',
606 'notitlematches' => 'Nissune corispondence tai titui des pagjinis',
607 'textmatches' => 'Corispondencis tal test des pagjinis',
608 'notextmatches' => 'Nissune corispondence tal test des pagjinis',
609 'prevn' => 'precedents $1',
610 'nextn' => 'prossims $1',
611 'viewprevnext' => 'Cjale ($1) ($2) ($3).',
612 'searchmenu-legend' => 'Opzions de ricercje',
613 'searchmenu-exists' => "'''E je une pagjine di non \"[[:\$1]]\" su cheste wiki'''",
614 'searchmenu-new' => "'''Cree la pagjine \"[[:\$1]]\" su cheste wiki!'''",
615 'searchhelp-url' => 'Help:Contignûts',
616 'searchprofile-articles' => 'Pagjinis di contignûts',
617 'searchprofile-articles-and-proj' => 'Contignûts & progjet',
618 'searchprofile-project' => 'Pagjinis sul progjet',
619 'searchprofile-images' => 'Files',
620 'searchprofile-everything' => 'Dut',
621 'searchprofile-advanced' => 'Avançade',
622 'searchprofile-articles-tooltip' => 'Cîr in $1',
623 'searchprofile-project-tooltip' => 'Cîr in $1',
624 'searchprofile-images-tooltip' => 'Cîr files',
625 'search-result-size' => '$1 ({{PLURAL:$2|une peraule|$2 peraulis}})',
626 'search-result-score' => 'Rilevance: $1%',
627 'search-redirect' => '(re-indreçament $1)',
628 'search-section' => '(sezion $1)',
629 'search-suggest' => 'Forsit tu cirivis: $1',
630 'search-interwiki-default' => 'Risultâts di $1:',
631 'search-interwiki-more' => '(altri)',
632 'search-mwsuggest-enabled' => 'cui sugjeriments',
633 'search-mwsuggest-disabled' => 'cence i sugjeriments',
634 'mwsuggest-disable' => 'Disative i sugjeriments AJAX',
635 'searchall' => 'ducj',
636 'showingresults' => "Ca sot {{PLURAL:$1|al è fin a '''1''' risultât|a son fin a '''$1''' risultâts}} scomençant dal numar '''$2'''.",
637 'showingresultsnum' => "Ca sot {{PLURAL:$3|al è '''1''' risultât|a son '''$3''' risultâts}} scomençant dal numar '''$2'''.",
638 'showingresultstotal' => "Ca sot {{PLURAL:$4|al ven mostrât il risultât '''$1''' su '''$3'''|a vegnin mostrâts i risultâts '''$1 - $2''' su '''$3'''}}",
639 'search-nonefound' => 'Nissun risultât par cheste ricercje.',
640 'powersearch' => 'Cîr',
641 'powersearch-legend' => 'Ricercje avanzade',
642 'powersearch-ns' => 'Cîr tai spazis dai nons:',
643 'powersearch-redir' => 'Elenc re-indreçaments',
644 'powersearch-field' => 'Cîr',
645 'search-external' => 'Ricercje esterne',
646 '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.',
647
648 # Preferences page
649 'preferences' => 'Preferencis',
650 'mypreferences' => 'mês preferencis',
651 'prefs-edits' => 'Numar di cambiaments fats:',
652 'prefsnologin' => 'No tu sês jentrât',
653 'qbsettings' => 'Sbare svelte',
654 'qbsettings-none' => 'Nissune',
655 'qbsettings-fixedleft' => 'Fis a Çampe',
656 'qbsettings-fixedright' => 'Fis a Drete',
657 'qbsettings-floatingleft' => 'Flutuant a çampe',
658 'qbsettings-floatingright' => 'Flutuant a diestre',
659 'changepassword' => 'Gambie peraule clâf',
660 'skin' => 'Mascare',
661 'skin-preview' => 'Anteprime',
662 'math' => 'Matematiche',
663 'dateformat' => 'Formât de date',
664 'datedefault' => 'Nissune preference',
665 'datetime' => 'Date e ore',
666 'prefs-personal' => 'Dâts utents',
667 'prefs-rc' => 'Ultins cambiaments & stubs',
668 'prefs-watchlist' => 'Tignudis di voli',
669 'prefs-watchlist-days' => 'Numar di zornadis di mostrâ inte liste des pagjinis tignudis di voli:',
670 'prefs-watchlist-days-max' => '(massim 7 zornadis)',
671 'prefs-watchlist-edits' => 'Numar di modifichis di mostrâ inte liste slargjade:',
672 'prefs-watchlist-edits-max' => '(numar massim: 1000)',
673 'prefs-misc' => 'Variis',
674 'prefs-resetpass' => 'Cambie la peraule clâf',
675 'saveprefs' => 'Salve lis preferencis',
676 'resetprefs' => 'Predeterminât',
677 'restoreprefs' => 'Torne a lis impostazions predeterminadis',
678 'textboxsize' => 'Cambiament',
679 'prefs-edit-boxsize' => 'Dimensions dal barcon pai cambiaments.',
680 'rows' => 'Riis',
681 'columns' => 'Colonis:',
682 'searchresultshead' => 'Ricercje',
683 'resultsperpage' => 'Risultâts par pagjine',
684 'contextlines' => 'Riis par risultât',
685 'contextchars' => 'Numar di caratars par capî il contest:',
686 'stub-threshold' => 'Valôr minim pe formatazion dai <a href="#" class="stub">leams aboç</a> (bytes):',
687 'recentchangesdays' => 'Numar di zornadis di mostrâ tai ultins cambiaments:',
688 'recentchangesdays-max' => '(massim $1 {{PLURAL:$1|zornade|zornadis}})',
689 'recentchangescount' => 'Numar di titui tai ultins cambiaments',
690 'savedprefs' => 'Lis preferencis a son stadis salvadis',
691 'timezonelegend' => 'Fûs orari',
692 'timezonetext' => 'Il numar di oris di diference rispiet ae ore dal servidôr (UTC).',
693 'localtime' => 'Ore locâl:',
694 'timezoneselect' => 'Fûs orari:',
695 'timezoneuseserverdefault' => 'Dopre la ore dal servidôr',
696 'timezoneuseoffset' => 'Altri (inserìs la difarence)',
697 'timezoneoffset' => 'Difarence¹:',
698 'servertime' => 'Ore dal servidôr:',
699 'guesstimezone' => 'Cjape impostazions dal sgarfadôr',
700 'allowemail' => 'Ative la ricezion di messaçs email di bande di altris utents¹',
701 'prefs-searchoptions' => 'Opzions de ricercje',
702 'prefs-namespaces' => 'Spazis dai nons',
703 'defaultns' => 'Cîr in chescj spazis dai nons se no specifichi nuialtri:',
704 'default' => 'predeterminât',
705 'files' => 'Files',
706
707 # User rights
708 'editinguser' => "Cambiament dai dirits par l'utent '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])",
709 'userrights-groupsmember' => 'Al fâs part di:',
710
711 # Groups
712 'group' => 'Grup:',
713 'group-user' => 'Utents regjistrâts',
714 'group-autoconfirmed' => 'Utents auto confermâts',
715 'group-all' => 'Utents',
716
717 'group-user-member' => 'Utent',
718
719 'grouppage-sysop' => '{{ns:project}}:Aministradôrs',
720
721 # User rights log
722 'rightslog' => 'Regjistri dai dirits dai utents',
723
724 # Recent changes
725 'nchanges' => '$1 {{PLURAL:$1|cambiament|cambiaments}}',
726 'recentchanges' => 'Ultins cambiaments',
727 'recentchanges-legend' => 'Opzions dai ultins cambiaments',
728 'recentchangestext' => 'Cheste pagjine e mostre i plui recents cambiaments inte {{SITENAME}}.',
729 'recentchanges-feed-description' => 'Chest canâl al ripuarte i cambiaments plui recents ai contignûts di cheste wiki.',
730 'rcnote' => "Ca sot tu cjatis {{PLURAL:$1|l'ultin cambiament|i ultins '''$1''' cambiaments}} al sît {{PLURAL:$2|intes ultimis 24 oris|tes ultimis '''$2''' zornadis}}; i dâts a son inzornâts ai $4 a lis $5.",
731 'rcnotefrom' => "Ca sot i cambiaments dal '''$2''' (fintremai al '''$1''').",
732 'rclistfrom' => 'Mostre i ultins cambiaments dal $1',
733 'rcshowhideminor' => '$1 i piçui cambiaments',
734 'rcshowhidebots' => '$1 i bots',
735 'rcshowhideliu' => '$1 utents jentrâts',
736 'rcshowhideanons' => '$1 utents anonims',
737 'rcshowhidepatr' => '$1 cambiaments verificâts',
738 'rcshowhidemine' => '$1 miei cambiaments',
739 'rclinks' => 'Mostre i ultins $1 cambiaments tes ultimis $2 zornadis<br />$3',
740 'diff' => 'difarencis',
741 'hist' => 'stor',
742 'hide' => 'plate',
743 'show' => 'mostre',
744 'minoreditletter' => 'p',
745 'newpageletter' => 'G',
746 'boteditletter' => 'b',
747 'number_of_watching_users_pageview' => '[tignude di voli di {{PLURAL:$1|un utent|$1 utents}}]',
748 'rc_categories' => 'Limite aes categoriis (dividilis cun "|")',
749 'rc_categories_any' => 'Cualsisei',
750 'newsectionsummary' => '/* $1 */ gnove sezion',
751
752 # Recent changes linked
753 'recentchangeslinked' => 'Cambiaments leâts',
754 'recentchangeslinked-title' => 'Cambiaments leâts a "$1"',
755 'recentchangeslinked-noresult' => 'Nissun cambiament aes pagjinis leadis tal periodi specificât.',
756 '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'''.",
757 'recentchangeslinked-page' => 'Non de pagjine:',
758 'recentchangeslinked-to' => 'Mostre dome i cambiaments aes pagjinis leadis a chê specificade',
759
760 # Upload
761 'upload' => 'Cjame sù un file',
762 'uploadbtn' => 'Cjame sù un file',
763 'reupload' => 'Torne a cjamâ sù',
764 'uploadnologin' => 'No jentrât',
765 'uploadnologintext' => 'Tu scugnis [[Special:UserLogin|jentrâ]] cul to non utent par cjamâ sù files.',
766 'uploaderror' => 'Erôr cjamant sù',
767 '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]].
768
769 Par includi une figure intune pagjine, dopre un leam inte form
770 '''<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.jpg]]</nowiki>''',
771 '''<nowiki>[[</nowiki>{{ns:file}}<nowiki>:file.png|alt text]]</nowiki>''' or
772 '''<nowiki>[[</nowiki>{{ns:media}}<nowiki>:file.ogg]]</nowiki>''' par un leam diret al file.",
773 'uploadlog' => 'regjistri cjamâts sù',
774 'uploadlogpage' => 'Regjistri dai files cjamâts sù',
775 'uploadlogpagetext' => 'Ca sot e je une liste dai file cjamâts su di recent.',
776 'filename' => 'Non dal file',
777 'filedesc' => 'Descrizion',
778 'fileuploadsummary' => 'Somari:',
779 'filestatus' => 'Stât dal copyright:',
780 'filesource' => 'Surzint:',
781 'uploadedfiles' => 'Files cjamâts sù',
782 'ignorewarning' => 'Ignore avîs e salve instès il file.',
783 'ignorewarnings' => 'Ignore i avîs',
784 'badfilename' => 'File non gambiât in "$1".',
785 'successfulupload' => 'Cjamât sù cun sucès',
786 'savefile' => 'Salve file',
787 'uploadedimage' => 'cjamât sù "$1"',
788 'uploaddisabled' => 'Nus displâs, par cumò no si pues cjamâ sù robe.',
789 'uploaddisabledtext' => 'Lis cjamadis a son disativâts su cheste wiki.',
790 'sourcefilename' => 'Non dal file origjinâl:',
791 'destfilename' => 'Non dal file di destinazion:',
792 'watchthisupload' => 'Ten di voli',
793
794 'license' => 'Licence pal ûs:',
795 'nolicense' => 'Nissune licence sielte',
796
797 # Special:ListFiles
798 'listfiles' => 'Liste des figuris',
799 'listfiles_date' => 'Date',
800 'listfiles_name' => 'Non',
801 'listfiles_user' => 'Utent',
802 'listfiles_size' => 'Dimension in bytes',
803 'listfiles_description' => 'Descrizion',
804 'listfiles_count' => 'Versions',
805
806 # File description page
807 'filehist' => 'Storic dal file',
808 'filehist-help' => 'Frache suntune date/ore par viodi il file cemût che al jere in chel moment.',
809 'filehist-current' => 'corint',
810 'filehist-datetime' => 'Date/Ore',
811 'filehist-user' => 'Utent',
812 'filehist-dimensions' => 'Dimensions',
813 'filehist-filesize' => 'Dimension dal file',
814 'filehist-comment' => 'Coment',
815 'imagelinks' => 'Leams de figure',
816 'linkstoimage' => '{{PLURAL:$1|La pagjine ca sot e je leade|Lis $1 pagjinis ca sot a son leadis}} a cheste figure:',
817 'nolinkstoimage' => 'No son pagjinis leadis a chest file.',
818 'sharedupload' => 'Chest file al è condivîs e al pues jessi doprât di altris progjets.',
819 'shareduploadwiki' => 'Cjale par plasê la [pagjine di descrizion dal file $1] par altris informazions.',
820 'shareduploadwiki-desc' => 'La descrizion su la $1 intal dipuesit condividût e ven mostrade ca sot.',
821 'shareduploadwiki-linktext' => 'pagjine di descrizion dal file',
822 'noimage' => 'Nol esist un file cun chest non, ma tu puedis $1 tu.',
823 'noimage-linktext' => 'cjamâlu sù',
824 'uploadnewversion-linktext' => 'Cjame sù une gnove version di chest file',
825
826 # File deletion
827 'filedelete' => 'Elimine $1',
828 'filedelete-legend' => 'Elimine il file',
829 'filedelete-submit' => 'Elimine',
830
831 # MIME search
832 'mimesearch' => 'Ricercje MIME',
833 'mimetype' => 'Gjenar MIME:',
834 'download' => 'discjame',
835
836 # List redirects
837 'listredirects' => 'Liste des redirezions',
838
839 # Unused templates
840 'unusedtemplates' => 'Modei no doprâts',
841
842 # Random page
843 'randompage' => 'Une pagjine a câs',
844
845 # Random redirect
846 'randomredirect' => 'Un re-indreçament casuâl',
847
848 # Statistics
849 'statistics' => 'Statistichis',
850 'statistics-header-pages' => 'Statistichis su lis pagjinis',
851 'statistics-header-edits' => 'Statistichis sui cambiaments',
852 'statistics-header-views' => 'Statistichis su lis viodudis',
853 'statistics-header-users' => 'Statistichis dai utents',
854 'statistics-articles' => 'Pagjinis di contignûts',
855 'statistics-pages' => 'Pagjinis',
856 'statistics-pages-desc' => 'Dutis lis pagjinis de wiki, includint lis pagjinis di discussion, i re-indreçaments e v.i.',
857 'statistics-files' => 'Files cjamâts sù',
858 'statistics-edits' => 'Cambiaments scomençant de instalazion di {{SITENAME}}',
859 'statistics-edits-average' => 'Medie dai cambiaments par ogni pagjine',
860 'statistics-views-total' => 'Viodudis totâls',
861 'statistics-views-peredit' => 'Viodudis par cambiament',
862 'statistics-jobqueue' => '[http://www.mediawiki.org/wiki/Manual:Job_queue Code dai procès] di eseguî in background',
863 'statistics-users' => '[[Special:ListUsers|Utents]] regjistrâts',
864 'statistics-users-active' => 'Utents atîfs',
865 'statistics-users-active-desc' => 'Utents che a àn fat une azion {{PLURAL:$1|intal ultin dì|intai ultins $1 dîs}}',
866 'statistics-mostpopular' => 'Pagjinis plui visitadis',
867
868 'disambiguations' => 'Pagjinis di disambiguazion',
869
870 'doubleredirects' => 'Re-indreçaments doplis',
871
872 'brokenredirects' => 'Re-indreçaments che no funzionin',
873 'brokenredirectstext' => 'I re-indreçaments ca sot a mandin a pagjinis che no esistin:',
874 'brokenredirects-edit' => '(cambie)',
875 'brokenredirects-delete' => '(elimine)',
876
877 'withoutinterwiki' => 'Pagjinis cence leams interwiki',
878 'withoutinterwiki-submit' => 'Mostre',
879
880 'fewestrevisions' => 'Vôs con mancul revisions',
881
882 # Miscellaneous special pages
883 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
884 'ncategories' => '$1 {{PLURAL:$1|categorie|categoriis}}',
885 'nlinks' => '$1 {{PLURAL:$1|leam|leams}}',
886 'nmembers' => '$1 {{PLURAL:$1|element|elements}}',
887 'nrevisions' => '$1 {{PLURAL:$1|revision|revisions}}',
888 'nviews' => '$1 {{PLURAL:$1|viodude|viodudis}}',
889 'lonelypages' => 'Pagjinis solitaris',
890 'lonelypagestext' => 'Lis pagjinis ca sot no àn leams di altris pagjinis di {{SITENAME}} e no son includudis in altris pagjinis.',
891 'uncategorizedpages' => 'Pagjinis cence categorie',
892 'uncategorizedcategories' => 'Categoriis cence categorie',
893 'uncategorizedimages' => 'Files cence une categorie',
894 'uncategorizedtemplates' => 'Modei cence une categorie',
895 'unusedcategories' => 'Categoriis no dopradis',
896 'unusedimages' => 'Files no doprâts',
897 'popularpages' => 'Pagjinis popolârs',
898 'wantedcategories' => 'Categoriis desideradis',
899 'wantedpages' => 'Pagjinis desideradis',
900 'wantedfiles' => 'Files desiderâts',
901 'wantedtemplates' => 'Modei desiderâts',
902 'mostlinked' => 'Pagjinis a cui pontin il maiôr numar di leams',
903 'mostlinkedcategories' => 'Categoriis a cui pontin il maiôr numar di leams',
904 'mostlinkedtemplates' => 'Modei plui doprâts',
905 'mostcategories' => 'Vôs cul maiôr numar di categoriis',
906 'mostimages' => 'Figuris a cui pontin il maiôr numar di leams',
907 'mostrevisions' => 'Vôs cul maiôr numar di revisions',
908 'prefixindex' => 'Tabele des vôs par letare iniziâl',
909 'shortpages' => 'Pagjinis curtis',
910 'longpages' => 'Pagjinis lungjis',
911 'deadendpages' => 'Pagjinis cence usite',
912 'protectedpages' => 'Pagjinis protezudis',
913 'listusers' => 'Liste dai utents',
914 'usereditcount' => '$1 {{PLURAL:$1|contribût|contribûts}}',
915 'newpages' => 'Gnovis pagjinis',
916 'newpages-username' => 'Non utent:',
917 'ancientpages' => 'Pagjinis plui vecjis',
918 'move' => 'Môf',
919 'movethispage' => 'Môf cheste pagjine',
920 'pager-newer-n' => '{{PLURAL:$1|1 plui gnûf|$1 plui gnûfs}}',
921 'pager-older-n' => '{{PLURAL:$1|1 plui vieri|$1 plui vieris}}',
922
923 # Book sources
924 'booksources' => 'Fonts librariis',
925 'booksources-go' => 'Va',
926
927 # Special:Log
928 'specialloguserlabel' => 'Utent:',
929 'speciallogtitlelabel' => 'Titul:',
930 'log' => 'Regjistris',
931 'all-logs-page' => 'Ducj i regjistris',
932 'alllogstext' => 'Viodude combinade di ducj i regjistris disponibii di {{SITENAME}}.
933 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).',
934 'logempty' => 'Nissun element corispondint tal regjistri.',
935
936 # Special:AllPages
937 'allpages' => 'Dutis lis pagjinis',
938 'alphaindexline' => 'di $1 a $2',
939 'nextpage' => 'Prossime pagjine ($1)',
940 'prevpage' => 'Pagjinis precedentis ($1)',
941 'allpagesfrom' => 'Mostre pagjinis scomençant di:',
942 'allarticles' => 'Dutis lis vôs',
943 'allinnamespace' => 'Dutis lis pagjinis (non dal spazi $1)',
944 'allnotinnamespace' => 'Dutis lis pagjinis (no tal non dal spazi $1)',
945 'allpagesprev' => 'Precedent',
946 'allpagesnext' => 'Prossim',
947 'allpagessubmit' => 'Va',
948 'allpagesprefix' => 'Mostre lis pagjinis che a scomencin cun:',
949
950 # Special:Categories
951 'categories' => 'Categoriis',
952 'categoriespagetext' => 'Lis categoriis ca sot a àn dentri pagjinis o elements multimediâi.
953 Lis [[Special:UnusedCategories|categoriis no dopradis]] no son mostradis culì.
954 Cjale ancje lis [[Special:WantedCategories|categoriis desideradis]].',
955 'categoriesfrom' => 'Mostre lis categoriis scomençant di:',
956
957 # Special:DeletedContributions
958 'deletedcontributions' => 'Contribûts dal utent eliminâts',
959 'deletedcontributions-title' => 'Contribûts dal utent eliminâts',
960
961 # Special:LinkSearch
962 'linksearch-ns' => 'Spazi dai nons:',
963 'linksearch-ok' => 'Cîr',
964
965 # Special:ListUsers
966 'listusersfrom' => 'Mostre i utents scomençant di:',
967 'listusers-submit' => 'Mostre',
968
969 # Special:Log/newusers
970 'newuserlogpage' => 'Regjistri dai gnûfs utents',
971 'newuserlogpagetext' => 'Ca sot tu cjatis un regjistri dai gnûfs utents creâts.',
972 'newuserlog-byemail' => 'peraule clâf mandade par pueste eletroniche',
973 'newuserlog-create-entry' => 'al è rivât il gnûf utent',
974 'newuserlog-create2-entry' => 'creade une identitât par $1',
975 'newuserlog-autocreate-entry' => 'Identitât creade in automatic',
976
977 # Special:ListGroupRights
978 'listgrouprights-group' => 'Grup',
979 'listgrouprights-rights' => 'Dirits',
980
981 # E-mail user
982 'emailuser' => 'Messaç di pueste a chest utent',
983 'emailpage' => 'Mande un messaç di pueste eletroniche al utent',
984 'defemailsubject' => 'Messaç di {{SITENAME}}',
985 'noemailtitle' => 'Nissune direzion email',
986 'noemailtext' => 'Chest utent nol à specificât une direzion di pueste valide.',
987 'email-legend' => 'Mande un messaç di pueste eletroniche a un altri utent di {{SITENAME}}',
988 'emailfrom' => 'Di:',
989 'emailto' => 'A:',
990 'emailsubject' => 'Ogjet:',
991 'emailmessage' => 'Messaç:',
992 'emailsend' => 'Mande',
993 'emailccme' => 'Mandimi une copie.',
994 'emailsent' => 'Messaç mandât',
995 'emailsenttext' => 'Il messaç di pueste eletroniche al è stât mandât.',
996
997 # Watchlist
998 'watchlist' => 'Tignûts di voli',
999 'mywatchlist' => 'Tignûts di voli',
1000 'watchlistfor' => "(par '''$1''')",
1001 'nowatchlist' => 'Nissun element al è tignût di voli.',
1002 'watchnologin' => 'No tu sês jentrât',
1003 'watchnologintext' => "Tu 'nd âs di [[Special:UserLogin|jentrâ]] par modificâ la liste des pagjinis tignudis di voli.",
1004 'addedwatch' => 'Zontât aes pagjinis tignudis di voli',
1005 'addedwatchtext' => "La pagjine \"<nowiki>\$1</nowiki>\" e je stade zontade ae [[Special:Watchlist|liste di chês tignudis di voli]].
1006 Tal futûr i cambiaments a cheste pagjine e ae pagjine di discussion relative a saran segnalâts ca,
1007 e la pagjine e sarà '''gruessute''' te [[Special:RecentChanges|liste dai ultins cambiaments]] cussì che tu puedis notâle daurman.
1008
1009 <p>Se tu vuelis gjavâle de liste pi indevant, frache su \"No stâ tignî di voli\" te sbare in alt.",
1010 'removedwatch' => 'Gjavade de liste',
1011 'removedwatchtext' => 'La pagjine "<nowiki>$1</nowiki>" e je stade gjavade de liste di chês tignudis di voli.',
1012 'watch' => 'Ten di voli',
1013 'watchthispage' => 'Ten di voli cheste pagjine',
1014 'unwatch' => 'No stâ tignî di voli',
1015 'unwatchthispage' => 'No stâ tignî di voli plui',
1016 'notanarticle' => 'Cheste pagjine no je une vôs',
1017 'watchnochange' => 'Nissun element di chei tignûts di voli al è stât cambiât tal periodi mostrât.',
1018 'watchlist-details' => '{{PLURAL:$1|E je $1 pagjine tignude|A son $1 pagjinis tignudis}} di voli, cence contâ lis pagjinis di discussion.',
1019 'wlheader-enotif' => '* Notifiche par pueste eletroniche ativade.',
1020 'wlheader-showupdated' => "* Lis pagjinis gambiadis de ultime volte che tu lis âs cjaladis a son mostradis in '''gruessut'''",
1021 'watchlistcontains' => 'Tu stâs tignint di voli $1 {{PLURAL:$1|pagjine|pagjinis}}.',
1022 'wlnote' => "Ca sot {{PLURAL:$1|al è il cambiament plui recent|a son i '''$1''' cambiaments plui recents}} {{PLURAL:$2|inte ultime ore|intes '''$2''' oris passadis}}.",
1023 'wlshowlast' => 'Mostre ultimis $1 oris $2 zornadis $3',
1024
1025 # Displayed when you click the "watch" button and it is in the process of watching
1026 'watching' => 'Daûr a zontâ aes pagjinis tignudis di voli...',
1027 'unwatching' => 'Daûr a gjavâ des pagjinis tignudis di voli...',
1028
1029 'enotif_impersonal_salutation' => 'Utent di {{SITENAME}}',
1030 'changed' => 'cambiade',
1031 'created' => 'creade',
1032 'enotif_anon_editor' => 'utent anonim $1',
1033
1034 # Delete
1035 'deletepage' => 'Elimine pagjine',
1036 'confirm' => 'Conferme',
1037 'excontent' => "il contignût al jere: '$1'",
1038 'excontentauthor' => "il contignût al jere: '$1' (e al veve contribuît dome '$2')",
1039 'exbeforeblank' => "il contignût prime di disvuedâ al jere: '$1'",
1040 'exblank' => 'pagjine vueide',
1041 'delete-confirm' => 'Elimine "$1"',
1042 'delete-legend' => 'Elimine',
1043 'historywarning' => 'Atenzion: la pagjine che tu stâs eliminant e à un storic.',
1044 'confirmdeletetext' => 'Tu stâs par eliminâ par simpri une pagjine insieme cun dut il so storic.
1045 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]].',
1046 'actioncomplete' => 'Azion completade',
1047 'deletedtext' => '"<nowiki>$1</nowiki>" al è stât eliminât.
1048 Cjale $2 par une liste des ultimis eliminazions.',
1049 'deletedarticle' => 'eliminât "$1"',
1050 'dellogpage' => 'Regjistri des eliminazions',
1051 'deletionlog' => 'regjistri eliminazions',
1052 'reverted' => 'Tornât ae version precedente',
1053 'deletecomment' => 'Reson pe eliminazion',
1054 'deleteotherreason' => 'Altri motîf o motîf in plui:',
1055 'deletereasonotherlist' => 'Altri motîf',
1056
1057 # Rollback
1058 'rollbacklink' => 'revoche',
1059
1060 # Protect
1061 'protectlogpage' => 'Regjistri des protezions',
1062 'protectedarticle' => '$1 protezût',
1063 'protect-title' => 'Protezint "$1"',
1064 'prot_1movedto2' => '$1 movût in $2',
1065 'protect-legend' => 'Conferme protezion',
1066 'protectcomment' => 'Reson pe protezion',
1067 'protectexpiry' => 'Scjadence:',
1068 'protect_expiry_invalid' => 'Scjadence no valide.',
1069 'protect_expiry_old' => 'La scjadence e je za passade.',
1070 'protect-unchain' => 'Sbloche i permès di spostament',
1071 'protect-text' => 'Ca tu puedis viodi e cambiâ il nivel di protezion pe pagjine <strong><nowiki>$1</nowiki></strong>.',
1072 'protect-locked-access' => 'No tu âs i permès che a coventis par cambiâ i nivei di protezion de pagjine.
1073 Lis impuestazions atuâls pe pagjine a son <strong>$1</strong>:',
1074 '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.
1075 Tu puedis cambiâ il nivel di protezion di cheste pagjine, ma chest nol varà efiets su la protezion ricorsive.',
1076 'protect-default' => '(predeterminât)',
1077 'protect-fallback' => 'Al covente il permès "$1"',
1078 'protect-level-autoconfirmed' => 'Dome utents regjistrâts',
1079 'protect-level-sysop' => 'Dome aministradôrs',
1080 'protect-summary-cascade' => 'a discjadude',
1081 'protect-expiring' => 'e scjât: $1 (UTC)',
1082 'protect-cascade' => 'Protezion ricorsive (estendude a dutis lis pagjinis includudis in cheste).',
1083 'protect-cantedit' => 'No tu puedis cambiâ i nivei di protezion par cheste pagjine, parcè che no tu âs i permès par modificâle.',
1084 'protect-expiry-options' => '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', # display1:time1,display2:time2,...
1085 'restriction-type' => 'Permès:',
1086 'restriction-level' => 'Nivel di restrizion:',
1087 'pagesize' => '(bytes)',
1088
1089 # Restrictions (nouns)
1090 'restriction-edit' => 'Cambie',
1091 'restriction-move' => 'Spostament',
1092 'restriction-create' => 'Creazion',
1093
1094 # Undelete
1095 'viewdeletedpage' => 'Viôt lis pagjinis eliminadis',
1096 'undeletebtn' => 'Ripristine',
1097 'undeletecomment' => 'Coment:',
1098 'undeletedarticle' => 'al à recuperât "[[$1]]"',
1099 'undelete-search-submit' => 'Cîr',
1100
1101 # Namespace form on various pages
1102 'namespace' => 'Non dal spazi:',
1103 'invert' => 'Invertìs selezion',
1104 'blanknamespace' => '(Principâl)',
1105
1106 # Contributions
1107 'contributions' => 'Contribûts dal utent',
1108 'contributions-title' => 'Contribûts di $1',
1109 'mycontris' => 'Miei contribûts',
1110 'contribsub2' => 'Par $1 ($2)',
1111 'nocontribs' => 'Nissun cambiament che al rispiete chescj criteris cjatât.',
1112 'uctop' => ' (su)',
1113 'month' => 'Scomençant dal mês (e prime):',
1114 'year' => 'Scomençant dal an (e prime):',
1115
1116 'sp-contributions-newbies' => 'Mostre dome i contribûts dai gnûfs utents',
1117 'sp-contributions-newbies-sub' => 'Pai gnûfs utents',
1118 'sp-contributions-blocklog' => 'Regjistri dai blocs',
1119 'sp-contributions-search' => 'Cîr contribûts',
1120 'sp-contributions-username' => 'Direzion IP o non utent:',
1121 'sp-contributions-submit' => 'Cîr',
1122
1123 # What links here
1124 'whatlinkshere' => 'Leams a cheste vôs',
1125 'whatlinkshere-title' => 'Pagjinis che a son leadis a "$1"',
1126 'whatlinkshere-page' => 'Pagjine:',
1127 'linkshere' => "Lis pagjinis ca sot a son leadis a '''[[:$1]]''':",
1128 'nolinkshere' => "Nissune pagjine e à leams a '''[[:$1]]'''.",
1129 'nolinkshere-ns' => "No son pagjine leadis a '''[[:$1]]''' intal spazi dai nons sielt.",
1130 'isredirect' => 'pagjine di reindirizament',
1131 'istemplate' => 'includude',
1132 'whatlinkshere-prev' => '{{PLURAL:$1|precedent|precedents $1}}',
1133 'whatlinkshere-next' => '{{PLURAL:$1|sucessîf|sucessîfs $1}}',
1134 'whatlinkshere-links' => '← leams',
1135 'whatlinkshere-hidelinks' => '$1 leams',
1136 'whatlinkshere-filters' => 'Filtris',
1137
1138 # Block/unblock
1139 'blockip' => 'Bloche utent',
1140 'blockip-legend' => "Bloche l'utent",
1141 'ipaddress' => 'Direzion IP:',
1142 'ipadressorusername' => 'Direzion IP o non utent:',
1143 'ipbexpiry' => 'Scjadence dal bloc:',
1144 'ipbreason' => 'Reson dal bloc:',
1145 'ipbsubmit' => 'Bloche chest utent',
1146 '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', # display1:time1,display2:time2,...
1147 'ipblocklist' => 'Utents e direzions IP blocadis',
1148 'blocklink' => 'bloche',
1149 'unblocklink' => 'sbloche',
1150 'contribslink' => 'contribûts',
1151 'blocklogpage' => 'Regjistri dai blocs',
1152 'blocklogentry' => 'al à blocât "[[$1]]"; scjadence $2 $3',
1153
1154 # Developer tools
1155 'lockdb' => 'Bloche base di dâts',
1156 'lockbtn' => 'Bloche base di dâts',
1157
1158 # Move page
1159 'move-page' => 'Spostament di $1',
1160 'move-page-legend' => 'Môf pagjine',
1161 'movepagetext' => "Cun il formulari ca sot tu puedis gambiâ il non a une pagjine, movint dut il sô storic al gnûf non.
1162 Il vieri titul al deventarà une pagjine di reindirizament al gnûf titul. I leams ae vecje pagjine no saran gambiâts; verifiche
1163 par plasê che no sedin reindirizaments doplis o no funzionants.
1164 Tu sês responsabil che i leams a continui a mandâ tal puest just.
1165
1166 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
1167 cence un storic. Chest al vûl dî che tu puedis tornâ a movi la pagjine tal titul precedent, se
1168 tu 'nd âs sbaliât e che no tu puedis sorescrivi une pagjine esistìnte.
1169
1170 <b>ATENZION!</b>
1171 Chest al pues jessi un cambiament drastic e surprendint par une pagjine popolâr;
1172 tu âs di cognossi lis conseguencis prime di lâ indevant.",
1173 'movepagetalktext' => "La pagjine di discussion corispuindinte e vegnarà ancje movude in automaticc, '''fûr che in chescj câs:'''
1174 * Il spostament de pagjine e je tra spazis dai nons diviers
1175 * Sot dal gnûf titul e esist za une pagjine di discussion (e no je vueide)
1176 * Tu âs gjavât la sponte te casele culì sot.
1177
1178 In chescj câs, tu varâs di movi o unî a man lis informazions contignudis te pagjine di discussion, se tu lu desideris.",
1179 'movearticle' => 'Môf la vôs',
1180 'movenologin' => 'No tu sês jentrât',
1181 'movenologintext' => 'Tu âs di jessi un utent regjistrât e <a href="{{localurl:Special:UserLogin}}">jentrât</a> par movi une pagjine.',
1182 'newtitle' => 'Al gnûf titul',
1183 'move-watch' => 'Ten di voli cheste pagjine',
1184 'movepagebtn' => 'Môf pagjine',
1185 'pagemovedsub' => 'Movude cun sucès',
1186 'movepage-moved' => '<big>\'\'\'"$1" e je stade movude al titul "$2"\'\'\'</big>', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message.
1187 'articleexists' => 'Une pagjine cun chest non e esist za, o il non sielt nol è valit.
1188 Sielç par plasê un altri non.',
1189 'talkexists' => "'''La pagjine e je stade movude cun sucès, ma no si à podût movi la pagjine di discussion parcè che e esist za tal gnûf titul. Trasferìs il contignût a man par plasê.'''",
1190 'movedto' => 'Movude in',
1191 'movetalk' => 'Môf ancje la pagjine di discussion, se pussibil.',
1192 '1movedto2' => '$1 movût in $2',
1193 'movelogpage' => 'Regjistri des pagjinis movudis',
1194 'movelogpagetext' => 'Ca sot e je une liste des pagjinis movudis.',
1195 'movereason' => 'Reson',
1196 'revertmove' => 'ripristine',
1197 'delete_and_move' => 'Elimine e môf',
1198
1199 # Export
1200 'export' => 'Espuarte pagjinis',
1201 'exportcuronly' => 'Inclût dome la revision corinte, no dut il storic',
1202
1203 # Namespace 8 related
1204 'allmessages' => 'Ducj i messaçs di sistem',
1205 'allmessagesname' => 'Non',
1206 'allmessagesdefault' => 'Test predeterminât',
1207 'allmessagescurrent' => 'Test curint',
1208 'allmessagestext' => 'Cheste e je une liste dai messaçs di sisteme disponibii tal non dal spazi MediaWiki:',
1209 'allmessagesmodified' => 'Mostre dome modificâts',
1210
1211 # Thumbnails
1212 'thumbnail-more' => 'Slargje',
1213 'filemissing' => 'File mancjant',
1214 'thumbnail_error' => 'Erôr inte creazion de miniature: $1',
1215
1216 # Special:Import
1217 'import' => 'Impuarte pagjinis',
1218 'importfailed' => 'Impuartazion falide: $1',
1219 'importnotext' => 'Vueit o cence test',
1220 'importsuccess' => 'Impuartât cun sucès!',
1221
1222 # Import log
1223 'importlogpage' => 'Regjistris des impuartazions',
1224
1225 # Tooltip help for the actions
1226 'tooltip-pt-userpage' => 'La tô pagjine utent',
1227 'tooltip-pt-anonuserpage' => 'La pagjine utent di cheste direzion IP',
1228 'tooltip-pt-mytalk' => 'La mê pagjine di discussion',
1229 'tooltip-pt-anontalk' => 'Discussions dai cambiaments fats di cheste direzion IP',
1230 'tooltip-pt-preferences' => 'Lis mês preferencis',
1231 'tooltip-pt-watchlist' => 'La liste des pagjinis che tu stâs tignint di voli',
1232 'tooltip-pt-mycontris' => 'Liste dai miei contribûts',
1233 'tooltip-pt-login' => 'La regjistrazion e je conseade, ancje se no obligatorie.',
1234 'tooltip-pt-anonlogin' => 'La regjistrazion e je conseade, ma no si scugne fâle',
1235 'tooltip-pt-logout' => 'Jes (logout)',
1236 'tooltip-ca-talk' => 'Discussions su cheste pagjine',
1237 'tooltip-ca-edit' => 'Tu puedis cambiâ cheste pagjine. Par plasê dopre il boton de anteprime prime di salvâ.',
1238 'tooltip-ca-addsection' => 'Zonte un coment a cheste discussion',
1239 'tooltip-ca-viewsource' => 'Cheste pagjine e je protezude, ma tu puedis viodi la sô risultive.',
1240 'tooltip-ca-history' => 'Versions precedentis di cheste pagjine.',
1241 'tooltip-ca-protect' => 'Protêç cheste pagjine',
1242 'tooltip-ca-delete' => 'Elimine cheste pagjine',
1243 'tooltip-ca-move' => 'Môf cheste pagjine (cambie il titul)',
1244 'tooltip-ca-watch' => 'Zonte cheste pagjine ae liste des pagjinis tignudis di voli',
1245 'tooltip-ca-unwatch' => 'Gjave cheste pagjine de liste des pagjinis tignudis di voli',
1246 'tooltip-search' => 'Cîr in cheste wiki',
1247 'tooltip-search-go' => 'Va a une pagjine cul titul esat inserît, se e esist',
1248 'tooltip-search-fulltext' => 'Cîr il test inserît intes pagjinis',
1249 'tooltip-p-logo' => 'Pagjine principâl',
1250 'tooltip-n-mainpage' => 'Visite la pagjine principâl',
1251 'tooltip-n-portal' => 'Descrizion dal progjet, ce che tu puedis fâ e dulà che tu puedis cjatâ lis robis',
1252 'tooltip-n-currentevents' => 'Informazions sui events di atualitât',
1253 'tooltip-n-recentchanges' => 'Liste dai ultins cambiaments inte wiki.',
1254 'tooltip-n-randompage' => 'Mostre une pagjine casuâl',
1255 'tooltip-n-help' => 'Pagjinis di aiût',
1256 'tooltip-t-whatlinkshere' => 'Liste di dutis lis pagjinis che a son leadis a cheste',
1257 'tooltip-t-recentchangeslinked' => 'Liste dai ultins cambiaments intes pagjinis leadis a cheste',
1258 'tooltip-feed-rss' => 'Cjanâl RSS par cheste pagjine',
1259 'tooltip-feed-atom' => 'Cjanâl Atom par cheste pagjine',
1260 'tooltip-t-contributions' => 'Liste dai contribûts di chest utent',
1261 'tooltip-t-emailuser' => 'Mande un messaç di pueste eletroniche a chest utent',
1262 'tooltip-t-upload' => 'Cjame sù files multimediâi',
1263 'tooltip-t-specialpages' => 'Liste di dutis lis pagjinis speciâls',
1264 'tooltip-t-print' => 'Version apueste pe stampe di cheste pagjine',
1265 'tooltip-t-permalink' => 'Leam permanent a cheste version de pagjine',
1266 'tooltip-ca-nstab-main' => 'Cjale la vôs',
1267 'tooltip-ca-nstab-user' => 'Cjale la pagjine dal utent',
1268 'tooltip-ca-nstab-media' => 'Cjale la pagjine dal file multimediâl',
1269 'tooltip-ca-nstab-special' => 'Cheste e je une pagjine speciâl e no pues jessi cambiade',
1270 'tooltip-ca-nstab-project' => 'Cjale la pagjine dal progjet',
1271 'tooltip-ca-nstab-image' => 'Cjale la pagjine dal file',
1272 'tooltip-ca-nstab-mediawiki' => 'Cjale il messaç di sisteme',
1273 'tooltip-ca-nstab-template' => 'Cjale il model',
1274 'tooltip-ca-nstab-help' => 'Cjale la pagjine dal jutori',
1275 'tooltip-ca-nstab-category' => 'Cjale la pagjine de categorie',
1276 'tooltip-minoredit' => 'Segne cheste come une piçul cambiament',
1277 'tooltip-save' => 'Salve i tiei cambiaments',
1278 'tooltip-preview' => 'Anteprime dai tiei cambiaments, doprile par plasê prime di salvâ!',
1279 'tooltip-diff' => 'Mostre i cambiaments che tu âs fat al test.',
1280 'tooltip-compareselectedversions' => 'Viôt lis difarencis framieç lis dôs versions di cheste pagjine selezionadis.',
1281 'tooltip-watch' => 'Zonte cheste pagjine ae liste di chês tignudis di voli',
1282
1283 # Stylesheets
1284 'monobook.css' => '/* modifiche chest file par personalizâ la skin monobook par dut il sît */',
1285
1286 # Attribution
1287 'anonymous' => '{{PLURAL:$1|Utent anonim|Utents anonims}} di {{SITENAME}}',
1288 'siteuser' => 'Utent $1 di {{SITENAME}}',
1289 'lastmodifiedatby' => 'Cheste pagjine e je stade cambiade pe ultime volte a lis $2, $1 di $3.', # $1 date, $2 time, $3 user
1290 'othercontribs' => 'Basât sul lavôr di $1.',
1291 'others' => 'altris',
1292 'siteusers' => '$1, {{PLURAL:$2|utent|utents}} di {{SITENAME}}',
1293 'creditspage' => 'Pagjine dai ricognossiments',
1294 'nocredits' => 'Nissune informazion sui ricognossiments disponibil par cheste pagjine.',
1295
1296 # Info page
1297 'infosubtitle' => 'Informazions pe pagjine',
1298 'numedits' => 'Numar di cambiaments (vôs): $1',
1299 'numtalkedits' => 'Numar di cambiaments (pagjine di discussion): $1',
1300 'numwatchers' => 'Numar di chei che e àn cjalât: $1',
1301 'numauthors' => 'Numar di autôrs diviers (vôs): $1',
1302 'numtalkauthors' => 'Numar di autôrs diviers (pagjine di discussion): $1',
1303
1304 # Skin names
1305 'skinname-standard' => 'Classiche',
1306 'skinname-nostalgia' => 'Nostalgjie',
1307 'skinname-modern' => 'Moderne',
1308
1309 # Math options
1310 'mw_math_png' => 'Torne simpri PNG',
1311 'mw_math_simple' => 'HTML se une vore sempliç, se no PNG',
1312 'mw_math_html' => 'HTML se pussibil se no PNG',
1313 'mw_math_source' => 'Lassile come TeX (par sgarfadôrs testuâi)',
1314 'mw_math_modern' => 'Racomandât pai sgarfadôrs testuâi',
1315 'mw_math_mathml' => 'MathML se pussibil (sperimentâl)',
1316
1317 # Browsing diffs
1318 'previousdiff' => '← Difarence precedente',
1319 'nextdiff' => 'Prossime difarence →',
1320
1321 # Media information
1322 'thumbsize' => 'Dimension miniature:',
1323 'widthheightpage' => '$1×$2, $3 {{PLURAL:$3|pagjine|pagjinis}}',
1324 'file-info' => 'Dimensions: $1, gjenar MIME: $2',
1325 'file-info-size' => '($1 × $2 pixel, dimensions: $3, gjenar MIME: $4)',
1326 'file-nohires' => '<small>No son disponibilis versions cun risoluzion plui alte.</small>',
1327 'svg-long-desc' => '(file tal formât SVG, dimensions nominâls $1 × $2 pixels, dimensions dal file: $3)',
1328 'show-big-image' => 'Version a risoluzion plene',
1329 'show-big-image-thumb' => '<small>Dimensions di cheste anteprime: $1 × $2 pixels</small>',
1330
1331 # Special:NewFiles
1332 'newimages' => 'Galarie dai gnûfs files',
1333 'imagelisttext' => 'Ca sot e je une liste di $1 {{PLURAL:$1|file|files}} ordenâts $2.',
1334 'showhidebots' => '($1 i bots)',
1335 'noimages' => 'Nuie di viodi.',
1336 'ilsubmit' => 'Cîr',
1337 'bydate' => 'par date',
1338
1339 # Bad image list
1340 'bad_image_list' => 'Il formât al è cussi:
1341
1342 a vegnin considerâts dome i elements des listis (riis che a scomencin cul catatar *).
1343 Il prin leam intune rie al à di jessi un leam aun file indesiderâtI.
1344 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).',
1345
1346 # Metadata
1347 'metadata' => 'Metadâts',
1348 'metadata-help' => 'Chest file al conten informazions in plui, probabilmentri zontadis de fotocjamare o dal scanner doprât par creâlu o digjitalizâlu.
1349 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.',
1350 'metadata-expand' => 'Mostre plui detais',
1351 'metadata-collapse' => 'Plate detais',
1352 '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.
1353 * make
1354 * model
1355 * datetimeoriginal
1356 * exposuretime
1357 * fnumber
1358 * focallength', # Do not translate list items
1359
1360 # EXIF tags
1361 'exif-imagewidth' => 'Largjece',
1362 'exif-imagelength' => 'Altece',
1363 'exif-orientation' => 'Orientament',
1364 'exif-xresolution' => 'Risoluzion orizontâl',
1365 'exif-yresolution' => 'Risoluzion verticâl',
1366 'exif-imagedescription' => 'Titul de figure',
1367 'exif-make' => 'Produtôr machine',
1368 'exif-model' => 'Model di machine fotografiche',
1369 'exif-software' => 'Software doprât',
1370 'exif-artist' => 'Autôr',
1371 'exif-datetimeoriginal' => 'Date e ore di creazion dai dâts',
1372 'exif-exposuretime' => 'Timp di esposizion',
1373 'exif-flash' => 'Flash',
1374 'exif-focallength' => 'Lungjece focâl obietîf',
1375 'exif-contrast' => 'Control contrast',
1376
1377 # EXIF attributes
1378 'exif-compression-1' => 'Cence compression',
1379
1380 'exif-unknowndate' => 'Date no cognossude',
1381
1382 'exif-orientation-1' => 'Normâl', # 0th row: top; 0th column: left
1383
1384 # External editor support
1385 'edit-externally' => 'Modifiche chest file cuntune aplicazion esterne',
1386 'edit-externally-help' => '(Cjale lis [http://www.mediawiki.org/wiki/Manual:External_editors istruzions] par vê altris informazions)',
1387
1388 # 'all' in various places, this might be different for inflected languages
1389 'recentchangesall' => 'ducj',
1390 'imagelistall' => 'ducj',
1391 'watchlistall2' => 'dutis',
1392 'namespacesall' => 'ducj',
1393 'monthsall' => 'ducj',
1394
1395 # E-mail address confirmation
1396 'confirmemail' => 'Conferme direzione di pueste',
1397 'confirmemail_noemail' => 'No tu âs metût une direzion di pueste eletroniche valide intes tôs [[Special:Preferences|preferencis]].',
1398 '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.',
1399 'confirmemail_send' => 'Mande un codiç di conferme',
1400 'confirmemail_sent' => 'Messaç di conferme mandât.',
1401 'confirmemail_needlogin' => 'Al covente $1 par confermâ la to direzion di pueste eletroniche.',
1402 'confirmemail_success' => 'La tô direzion di pueste e je stade confermade. Tu puedis cumò jentrâ e gjoldi la wiki.',
1403 'confirmemail_loggedin' => 'La tô direzion di pueste e je stade confermade.',
1404 'confirmemail_subject' => '{{SITENAME}}: richieste di conferme de direzion di pueste',
1405
1406 # Scary transclusion
1407 'scarytranscludedisabled' => '[Inclusion dai interwikis no ative]',
1408 'scarytranscludefailed' => '[Recupar dal model falît par $1]',
1409 'scarytranscludetoolong' => '[URL masse lungje]',
1410
1411 # Delete conflict
1412 'recreate' => 'Torne a creâ',
1413
1414 # action=purge
1415 'confirm_purge_button' => 'Va indevant',
1416
1417 # Multipage image navigation
1418 'imgmultipageprev' => '← pagjine precedente',
1419 'imgmultipagenext' => 'pagjine sucessive →',
1420 'imgmultigo' => 'Va!',
1421 'imgmultigoto' => 'Va ae pagjine $1',
1422
1423 # Table pager
1424 'ascending_abbrev' => 'asc',
1425 'descending_abbrev' => 'disc',
1426 'table_pager_next' => 'Pagjine sucessive',
1427 'table_pager_prev' => 'Pagjine precedente',
1428 'table_pager_first' => 'Prime pagjine',
1429 'table_pager_last' => 'Ultime pagjine',
1430 'table_pager_limit' => 'Mostre $1 elements in ogni pagjine',
1431 'table_pager_limit_submit' => 'Va',
1432
1433 # Auto-summaries
1434 'autosumm-blank' => 'Pagjine disvuedade fûr par fûr',
1435 'autosumm-new' => 'Gnove pagjine: $1',
1436
1437 # Live preview
1438 'livepreview-loading' => 'Daûr a cjamâ…',
1439 'livepreview-ready' => 'Daûr a cjamâ… pront!',
1440
1441 # Watchlist editor
1442 'watchlistedit-numitems' => 'La liste des pagjinis tignudis di voli e conten {{PLURAL:$1|une pagjine|$1 pagjinis}}, cence contâ lis pagjinis di discussion.',
1443 'watchlistedit-noitems' => 'La liste des pagjinis tignudis di voli e je vueide.',
1444 'watchlistedit-normal-title' => 'Modifiche tignûts di voli',
1445 'watchlistedit-normal-submit' => 'Elimine pagjinis',
1446 'watchlistedit-normal-done' => '{{PLURAL:$1|1 pagjine e je stade eliminade|$1 pagjinis a son stadis eliminadis}} de liste des pagjinis tignudis di voli:',
1447 'watchlistedit-raw-titles' => 'Pagjinis:',
1448
1449 # Watchlist editing tools
1450 'watchlisttools-view' => 'Cjale i cambiaments rilevants',
1451 'watchlisttools-edit' => 'Cjale e cambie la liste des pagjinis tignudis di voli',
1452 'watchlisttools-raw' => 'Modifiche la liste des pagjinis tignudis di voli in formât testuâl',
1453
1454 # Special:Version
1455 'version' => 'Version', # Not used as normal message but as header for the special page itself
1456 'version-version' => 'Version',
1457 'version-software-version' => 'Version',
1458
1459 # Special:FilePath
1460 'filepath-page' => 'Non dal file:',
1461
1462 # Special:SpecialPages
1463 'specialpages' => 'Pagjinis speciâls',
1464 'specialpages-note' => '----
1465 * Pagjinis speciâls no riservadis.
1466 * <span class="mw-specialpagerestricted">Pagjinis speciâls a ciertis categoriis di utents.</span>',
1467 'specialpages-group-maintenance' => 'Rapuarts di manutenzion',
1468 'specialpages-group-other' => 'Altris pagjinis speciâls',
1469 'specialpages-group-login' => 'Jentrade / regjistrazion',
1470 'specialpages-group-changes' => 'Ultins cambiaments e regjistris',
1471 'specialpages-group-media' => 'Files multimediâi - cjamadis e rapuarts',
1472 'specialpages-group-users' => 'Utents e dirits',
1473 'specialpages-group-highuse' => 'Pagjinis dopradis une vore',
1474 'specialpages-group-pages' => 'Listis di pagjinis',
1475 'specialpages-group-pagetools' => 'Imprescj utii pes pagjinis',
1476 'specialpages-group-wiki' => 'Imprescj e informazions sul progjet',
1477 'specialpages-group-redirects' => 'Pagjinis speciâls di re-indreçament',
1478 'specialpages-group-spam' => 'Imprescj pal spam',
1479
1480 # Special:BlankPage
1481 'blankpage' => 'Pagjine vueide',
1482
1483 );