Localisation updates for core and extension messages from translatewiki.net
[lhc/web/wiklou.git] / languages / messages / MessagesPcd.php
1 <?php
2 /** Picard (Picard)
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 Geoleplubo
11 * @author Hercule
12 */
13
14 $fallback = 'fr';
15
16 $messages = array(
17 # User preference toggles
18 'tog-underline' => 'Loïens soulinés:',
19 'tog-justify' => 'Aligner ches paragrafes',
20 'tog-hideminor' => 'Muche ches tiots edits din ches nouvieus cangemints',
21 'tog-hidepatrolled' => 'Mucher chés wardés canjemints din chés nouvieus canjemints',
22 'tog-newpageshidepatrolled' => 'Muche ches paches pormenées del lisse ed ches nouvèles paches',
23 'tog-extendwatchlist' => "Étènne l'lisse pou vir tortous ches cangemints, poin seulemint ches nouvieus",
24 'tog-numberheadings' => 'liméro automatique ed ches intétes',
25 'tog-showtoolbar' => "Afiquer chés otis pou l'édichon (i feut JavaScript)",
26 'tog-editondblclick' => 'Éditer ches paches aveuc un doube buke (i feut JavaScript)',
27 'tog-editsection' => "Pérmet l'édichion del sekchion via [edit] loïens",
28 'tog-editsectiononrightclick' => "Pérmet l'édichion del sekchion par un droé buke su ch'tite del sekchion (i feut JavaScript)",
29 'tog-showtoc' => "Aficher l'tabe ed ches étnus (pou ches paches aveuc plu ed 3 intétes)",
30 'tog-rememberpassword' => "Warder min lodjine su chl'ordinateu-lo (for a maximum of $1 {{PLURAL:$1|day|days}})",
31 'tog-watchcreations' => "Ajouter ches paches qu'éj crée su em lisse",
32 'tog-watchdefault' => "Ajouter ches paches qu'éj édite su em lisse.",
33 'tog-watchmoves' => "Ajouter ches paches qu'éj déplache su m'lisse.",
34 'tog-watchdeletion' => "Ajouter ches paches qu'éj déface su m'lisse.",
35 'tog-previewontop' => "Aficher l'prévue édvint el bouéte édite",
36 'tog-previewonfirst' => "Aficher l'prévue au preumié édite.",
37 'tog-enotifwatchlistpages' => "Éspédier din m'boéte un imèle quante eune pache su m'lisse est candgée",
38 'tog-enotifusertalkpages' => 'Éspédier un imèle su em bouéte quante m\'pache "Dvise Uzeu" est candgée.',
39 'tog-enotifminoredits' => 'Éspédier à mi étous un imèle pou ches tiots édites éd ches paches',
40 'tog-shownumberswatching' => "Aficher ch'nombe ed gins qu'ont vu.",
41 'tog-watchlisthideown' => 'Muche mes édites su el lisse',
42 'tog-watchlisthidebots' => 'Muche ches robots édites su el lisse',
43 'tog-watchlisthideminor' => 'Muche ches tiots édites su el lisse.',
44 'tog-watchlisthideliu' => 'Muche ches édites ed ches lodjés gins su el lisse.',
45 'tog-watchlisthideanons' => 'Muche ches édites ed ches gins annonimes su el lisse.',
46 'tog-watchlisthidepatrolled' => 'Muche ches édites pormenés su el lisse.',
47 'tog-ccmeonemails' => "Éspédier din m'bouéte ches copies ed ches imèles éq j'éspédie à ches autes uzeus",
48 'tog-diffonly' => "N'poin aficher chl'étnu del pache édsou diffs",
49 'tog-showhiddencats' => 'Foaire vir chés muchées catégories',
50
51 'underline-always' => 'Toudis',
52 'underline-never' => 'Janmoais',
53
54 # Dates
55 'sunday' => 'Diminche',
56 'monday' => 'Lindi',
57 'tuesday' => 'Mardi',
58 'wednesday' => 'Mérkédi',
59 'thursday' => 'Judi',
60 'friday' => 'Verdi',
61 'saturday' => 'Sinmedi',
62 'sun' => 'Dim',
63 'mon' => 'Lin',
64 'tue' => 'Mar',
65 'wed' => 'Mér',
66 'thu' => 'Jud',
67 'fri' => 'Ver',
68 'sat' => 'Sin',
69 'january' => 'ed Janvié',
70 'february' => 'ed Févrié',
71 'march' => 'ed Marche',
72 'april' => "d'Avri",
73 'may_long' => 'ed Moai',
74 'june' => 'ed Join',
75 'july' => 'ed Juillet',
76 'august' => "d'Aout",
77 'september' => 'ed Sétimbe',
78 'october' => "d'Octobe",
79 'november' => 'ed Novimbe',
80 'december' => 'ed Déchimbe',
81 'january-gen' => 'Janvié',
82 'february-gen' => 'Févrié',
83 'march-gen' => 'Marche',
84 'april-gen' => 'Avri',
85 'may-gen' => 'Moai',
86 'june-gen' => 'Join',
87 'july-gen' => 'Juillet',
88 'august-gen' => 'Aout',
89 'september-gen' => 'Sétimbe',
90 'october-gen' => 'Octobe',
91 'november-gen' => 'Novimbe',
92 'december-gen' => 'Déchimbe',
93 'jan' => 'Jan',
94 'feb' => 'Fév',
95 'mar' => 'Mar',
96 'apr' => 'Avr',
97 'may' => 'Moa',
98 'jun' => 'Joi',
99 'jul' => 'Jui',
100 'aug' => 'Aou',
101 'sep' => 'Sét',
102 'oct' => 'Oct',
103 'nov' => 'Nov',
104 'dec' => 'Déc',
105
106 # Categories related messages
107 'pagecategories' => '{{PLURAL:$1|Catégorie|Catégories}}',
108 'category_header' => 'Paches in catégorie "$1"',
109 'subcategories' => 'Dsoucatégories',
110 'category-media-header' => 'Média in catégorie "$1"',
111 'category-empty' => "''Din l'catégorie-lo, i n'y o poin d'paches ou d'média.''",
112 'hidden-categories' => '{{PLURAL:$1|Catégorie muchée|Catégories muchées}}',
113 'hidden-category-category' => 'Catégouries muchées',
114 'category-subcat-count' => "{{PLURAL:$2|Chol catégorie o seulemint el sou-catégorie-lo.|Chol catégorie o {{PLURAL:$1|l'sou-catégorie-lo|$1 sou-catégories}}, pou un total éd $2.}}",
115 'category-article-count' => "{{PLURAL:$2|Chol catégorie o seulemint chol pache-lo.|{{PLURAL:$1|El pache-lo est|$1 Chés paches-lo sont}} din l'catégorie-lo, pou un total éd $2 .}}",
116 'listingcontinuesabbrev' => 'cont.',
117
118 'about' => 'À pérpos',
119 'article' => 'Étnu del pache',
120 'newwindow' => '(ouvrir din eune nouvèle fernéte)',
121 'cancel' => 'Canchler',
122 'moredotdotdot' => 'Plu...',
123 'mypage' => 'Em pache',
124 'mytalk' => 'Mi bavouér',
125 'anontalk' => "Bavouér pou chl'IP-lo",
126 'navigation' => 'Navigachon',
127 'and' => '&#32;pi',
128
129 # Cologne Blue skin
130 'qbfind' => 'Trouvoèr',
131 'qbbrowse' => 'Trifouille',
132 'qbedit' => 'Editer',
133 'qbpageoptions' => 'Chol pache-lo',
134 'qbpageinfo' => 'Conteske',
135 'qbmyoptions' => 'Mes paches',
136 'qbspecialpages' => 'Espéciales paches',
137 'faq' => 'FAQ',
138 'faqpage' => 'Project:FAQ',
139
140 # Vector skin
141 'vector-action-addsection' => 'Rajouter un sujeut',
142 'vector-action-delete' => 'Défacer',
143 'vector-action-move' => "Canger ch'nom",
144 'vector-action-protect' => 'Garantir',
145 'vector-action-undelete' => "N'poin défacher",
146 'vector-action-unprotect' => "N'poin garantir",
147 'vector-simplesearch-preference' => "Déhousser chés avanches d'ércherche améliorées (seulemint pour Vector)",
148 'vector-view-create' => 'Créer',
149 'vector-view-edit' => 'Éditer',
150 'vector-view-history' => "Vir l'histoère",
151 'vector-view-view' => 'Lire',
152 'vector-view-viewsource' => "Vir l'source",
153 'actions' => 'Acchons',
154 'namespaces' => "Éspaces d'chés noms",
155 'variants' => 'Ércanjantes',
156
157 'errorpagetitle' => 'Bérlure',
158 'returnto' => 'Értrouve $1.',
159 'tagline' => 'Cha vient éd {{SITENAME}}',
160 'help' => 'Aïude',
161 'search' => 'Tracher',
162 'searchbutton' => 'Tracher',
163 'go' => 'Aller',
164 'searcharticle' => 'Aller',
165 'history' => 'Pache historique',
166 'history_short' => 'Histoère',
167 'updatedmarker' => 'Cangé édpui em darinne visite',
168 'printableversion' => 'Imprimabe vérchon',
169 'permalink' => 'Loïen pérmanint',
170 'print' => 'Imprimer',
171 'edit' => 'Éditer',
172 'create' => 'Créer',
173 'editthispage' => "Éditer chl'pache-lo",
174 'create-this-page' => "Créer chl'pache lo",
175 'delete' => 'Défacer',
176 'deletethispage' => "Défacer chl'pache lo",
177 'undelete_short' => 'Déface poin {{PLURAL:$1|un édite|$1 édites}}',
178 'protect' => 'Garantir',
179 'protect_change' => 'canger',
180 'protectthispage' => "Défènner l'pache",
181 'unprotect' => 'Mie défènné',
182 'unprotectthispage' => "N'poin garantir chol pache",
183 'newpage' => 'Nouvèle pache',
184 'talkpage' => "Alédjer l'pache-lo",
185 'talkpagelinktext' => 'Dviser',
186 'specialpage' => 'Pache éspéchiale',
187 'personaltools' => 'Otis dech uzeu',
188 'postcomment' => 'Nouvèle sekchion',
189 'articlepage' => 'Vir el pache ed ches étnus',
190 'talk' => 'distchuter',
191 'views' => 'Vues',
192 'toolbox' => 'Boéte à otis',
193 'userpage' => 'Vir el pache dech uzeu',
194 'projectpage' => "Vir l'pache dech prodjé",
195 'imagepage' => 'Vir el pache dech fichié',
196 'mediawikipage' => 'Vir messache pache',
197 'templatepage' => 'Vir el pache dech modéle',
198 'viewhelppage' => 'Vir aïude pache',
199 'categorypage' => "Vir l'pache éd chés catégories",
200 'viewtalkpage' => 'Vir distchussion',
201 'otherlanguages' => "Din d'eutes langaches",
202 'redirectedfrom' => '(Érdirection édpis $1)',
203 'redirectpagesub' => 'Pache érdérivée',
204 'lastmodifiedat' => "L'pache-lo ale o té modifiée l'fouos darin l' $1, à $2.",
205 'protectedpage' => 'Pache défènnée',
206 'jumpto' => 'Aler à:',
207 'jumptonavigation' => 'navigachon',
208 'jumptosearch' => 'tracher',
209
210 # 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).
211 'aboutsite' => 'à pérpos éd {{SITENAME}}',
212 'aboutpage' => 'Project:à pérpos',
213 'copyright' => "Ch'contnu, il est disponipe dsou $1.",
214 'copyrightpage' => '{{ns:project}}:Copyrights',
215 'currentevents' => 'Darinnetés picardes',
216 'currentevents-url' => 'Project:Darinnetés picardes',
217 'disclaimers' => 'Démintis',
218 'disclaimerpage' => 'Project:Déminti général',
219 'edithelp' => 'Éditer el aiyude',
220 'edithelppage' => 'Help:Édichion',
221 'helppage' => 'Help:Étnus',
222 'mainpage' => 'Moaite Pache',
223 'mainpage-description' => 'Moaite Pache',
224 'portal' => 'Portal del conmeunauté',
225 'portal-url' => 'Project:Accueul del conminnité',
226 'privacy' => "Politique d'éscrè",
227 'privacypage' => "Project:Politique d'éscrè",
228
229 'badaccess' => 'Bérlure éd pérmission',
230
231 'ok' => 'OK',
232 'retrievedfrom' => 'Érprind din "$1"',
233 'youhavenewmessages' => 'Os avez $1 ($2).',
234 'newmessageslink' => 'nouvieus messaches',
235 'newmessagesdifflink' => 'darin cangemint',
236 'youhavenewmessagesmulti' => 'Os avez des nouvieus messaches su $1',
237 'editsection' => 'éditer',
238 'editold' => 'éditer',
239 'viewsourceold' => "vir l'source",
240 'editlink' => 'édite',
241 'viewsourcelink' => 'vir el source',
242 'editsectionhint' => 'Éditer el sekchon: $1',
243 'toc' => 'Étnus',
244 'showtoc' => 'Aficher',
245 'hidetoc' => 'muche',
246 'thisisdeleted' => 'Vir ou érfoaire $1?',
247 'viewdeleted' => 'Vir $1?',
248 'restorelink' => '{{PLURAL:$1|eune édition défacée|$1 chés éditions défacées}}',
249 'feedlinks' => 'Pipe:',
250 'feed-unavailable' => "I n'y o poin ed sindicachion ed ches pipes",
251 'site-rss-feed' => '$1 RSS Fil',
252 'site-atom-feed' => '$1 Atom Fil',
253 'page-rss-feed' => '"$1" RSS Fil',
254 'page-atom-feed' => '"$1" Atom Fil',
255 'feed-atom' => 'Atom',
256 'feed-rss' => 'RSS',
257 'red-link-title' => "$1 (el pache, ale n'écsiste mie)",
258
259 # Short words for each namespace, by default used in the namespace tab in monobook
260 'nstab-main' => 'Pache',
261 'nstab-user' => 'Pache dech uzeu',
262 'nstab-media' => 'Média pache',
263 'nstab-special' => 'Pache éspéchiale',
264 'nstab-project' => 'Pache éd prodjé',
265 'nstab-image' => 'Fichié',
266 'nstab-mediawiki' => 'Messache',
267 'nstab-template' => 'Modéle',
268 'nstab-help' => "Pache d'aiyude",
269 'nstab-category' => 'Catégorie',
270
271 # Main script and global functions
272 'nosuchspecialpage' => "I n'y o poin chot éspéchiale pache-lo",
273
274 # General errors
275 'error' => 'Bérlurache',
276 'databaseerror' => "Bérlurache din l'database",
277 'laggedslavemode' => "'''Afute:''' Pététe éq l'pache-lo n'o poin chés darins canjemints.",
278 'missing-article' => "El base éd dounées n'o poin treuvé ech teske d'eune pache éq ale d'vroait treuver, aveuc ch'nom \"\$1\" \$2. <br /> Généralemint, ch'est pasqué in o sui eune anthieusse diff o bin un histourique érlié aveuc eune pache défachée.
279
280 Si s'n'est poin ch'cas-lo, pététe éq ch'est un bogue din ch'businkillache. <br /> I feut signaler ch'probléme-lo à un [[Special:ListUsers/sysop|administrateu]], aveuc l'URL.",
281 'missingarticle-rev' => '(révision#: $1)',
282 'missingarticle-diff' => '(Diff: $1, $2)',
283 'internalerror' => 'Bérlurache intérne',
284 'internalerror_info' => 'Bérlurache intérne: $1',
285 'filecopyerror' => 'Éj pux poin copier ch\'fichié "$1" su "$2".',
286 'filerenameerror' => 'Éj pux poin canger ch\'nom dech fichié "$1" su "$2".',
287 'filedeleteerror' => 'Éj pux poin défacer ch\'fichié "$1".',
288 'directorycreateerror' => 'Éj pux poin créer ch\'répértoère "$1".',
289 'filenotfound' => 'Éj pux poin trouvoér ch\'fichié "$1".',
290 'fileexistserror' => 'Éj pux poin écrire su ch\'fichié "$1": ech fichié écsiste',
291 'unexpected' => 'Valeur poin prévue: "$1"="$2".',
292 'badarticleerror' => "Os n'povez poin foaire cha su l'pache-lo.",
293 'badtitle' => 'Méchant tite',
294 'badtitletext' => "Ch'tite del pache écmindée n'est poin valabe, est vide, ou bin ch'est un tite inter-langue ou inter-proujé aveuc des méchands loïens. Pététe qu'il y o un ou des caractére(s) éq i feut poin mette din chés tites.",
295 'viewsource' => "Vir l'source",
296 'viewsourcefor' => 'pou $1',
297 'protectedpagetext' => "L'pache-lo ale o té garantie pou impétcher chés canjemints.",
298 'sqlhidden' => "(l'édminde SQL est muchée)",
299 'ns-specialprotected' => "Ches paches éspéchiales, is n'peute poin éte éditées.",
300
301 # Virus scanner
302 'virus-unknownscanner' => 'intivirus poin connu:',
303
304 # Login and logout pages
305 'yourname' => "nom d'uzeu:",
306 'yourpassword' => "Mot d'passe:",
307 'yourpasswordagain' => "Intrer à nouvieu ch'mot d'passe:",
308 'remembermypassword' => "Intrer oùtonmatiquemint l'prochaine fouos (pour un maximum éd $1 {{PLURAL:$1|jour|jours}})",
309 'yourdomainname' => 'Vote donmène:',
310 'login' => 'Intrer',
311 'nav-login-createaccount' => 'Intrer / créer vote conpte',
312 'loginprompt' => 'I feut avoèr dés coukies pou pouvoèr intrer din {{SITENAME}}.',
313 'userlogin' => 'Intrer / créer vote conpte',
314 'logout' => 'Sortir',
315 'userlogout' => 'Sortir',
316 'notloggedin' => 'Poin connékté',
317 'nologin' => "os n'avez mie un conpte? '''$1'''.",
318 'nologinlink' => 'Créer un conpte',
319 'createaccount' => 'Créer un conpte',
320 'gotaccount' => "Jou qu'os avez piécha un conpte? '''$1'''.",
321 'gotaccountlink' => 'Intrer',
322 'createaccountmail' => 'par imèle',
323 'badretype' => "Chés mots d'passe intrés, is sont poin bon.",
324 'userexists' => "ch'nom d'uzeu intré, il est piécha donné.
325
326 j'm'escuse mais i feut prinde un aute nom.",
327 'loginerror' => 'Bérlurache del intrée',
328 'noname' => "Os n'avez poin donné un nom d'uzeu valabe.",
329 'loginsuccess' => "'''Achteur os ètes intré{{GENDER:||e|(e)}} din {{SITENAME}} conme \"\$1\".'''",
330 'nouserspecified' => "Os dvez intrer un nom d'uzeu.",
331 'mailmypassword' => "Imèle un nouvieu mot d'passe",
332 'passwordremindertitle' => "Nouvieu mot d'passe tanporoère pou {{SITENAME}}",
333 'noemail' => "I n'y o poin d'adél pou echl' uzeu « $1 ».",
334 'accountcreated' => "Ch'conpte est créé",
335 'accountcreatedtext' => "Ech conpte d'uzeu pou $1 o té créé.",
336 'loginlanguagelabel' => 'Langache: $1',
337
338 # Change password dialog
339 'resetpass' => "Canger ch'mot d'passe",
340 'resetpass_header' => "Canger ch'mot d'passe dech conpte",
341 'oldpassword' => "Anthiu mot d'passe:",
342 'newpassword' => "Nouvieu mot d'passe:",
343 'resetpass_forbidden' => "Chés mots d'passe is n'peu'te poin ète cangés",
344 'resetpass-submit-loggedin' => "Canger ch'mot d'passe",
345
346 # Edit page toolbar
347 'bold_sample' => 'Cros teske',
348 'bold_tip' => 'Cros teske',
349 'italic_sample' => 'Teske italique',
350 'italic_tip' => 'Teske italique',
351 'link_sample' => 'Tite dech loïen',
352 'link_tip' => 'Loïen intérne',
353 'extlink_sample' => 'http://www.example.com tite dech loïen',
354 'extlink_tip' => "Éstérne loïen ( n'obliez mie ech préfix http:// )",
355 'headline_sample' => 'Teske dechl in-téte',
356 'headline_tip' => 'In-téte nivieu 2',
357 'nowiki_sample' => "Placher ch'teske non-formaté ichi",
358 'nowiki_tip' => "Poin d'format wiki",
359 'image_tip' => 'fichié incorporé',
360 'media_tip' => 'Loïen dech fichié',
361 'sig_tip' => "Vo pataraf aveuc l'date",
362 'hr_tip' => 'line orizontale (imploéïer aveuc modérachon)',
363
364 # Edit pages
365 'summary' => 'Résumè:',
366 'subject' => 'Sujet/in-téte:',
367 'minoredit' => "Ch'est eune tiote édition",
368 'watchthis' => "Suire l'pache-lo",
369 'savearticle' => "Seuver l'pache",
370 'preview' => 'Prévir',
371 'showpreview' => "Fouaire vir l'prévue",
372 'showdiff' => 'Montrer chés cangemints',
373 'anoneditwarning' => "'''Wàrte ! :''' Vos n'ètes poin lodjé.
374
375 Vote adrèche IP, ale sro inrégistrée din l'historique éd chol pache.",
376 'summary-preview' => 'Prévue dech résumè :',
377 'newarticle' => '(nouvieu)',
378 'newarticletext' => "Os avez sui un loïen vers eune pache qui n’essiste poin coère ou qu' o té [{{fullurl:Special:Log|type=delete&page={{FULLPAGENAMEE}}}} défacée].
379 Pou créer chol pache, intrez vote teske din l'boéte édsou (vir [[{{MediaWiki:Helppage}}|l'pache d’aïude]] ). <br />
380 Si vos ètes ichi par bérlure, bukez su l'bouton '''értour''' du navigateu.",
381 'noarticletext' => 'Achteure i n’y o nu teske su l\'pache-lo.
382 Os povez [[Special:Search/{{PAGENAME}}|foaire eune érchérche du tite del pache]] din chés eutes paches,
383 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} érchércher din chés érliées opéracions]
384 ou [{{fullurl:{{FULLPAGENAME}}|action=edit}} créer chol pache]</span>.',
385 'previewnote' => "'''Afute! ch'teske-lo ch'est seulemint eune prévue.'''
386
387 Vos cangemints, is sont poin coèr inrégistrés!",
388 'editing' => 'Éditer $1',
389 'editingsection' => '$1 éditée (sekchon)',
390 'yourtext' => 'Vote teske',
391 'copyrightwarning' => "Toutes chés contérbuchons su {{SITENAME}} ont érbéyées conme publiées dsou chés térmes del $2 (vir $1 pou pus d'détals). Si vos n'volez poin éq vos écrivures euchette canjés pi départis à volontè, mérci éd n'poin les soumétte ichi.<br />
392 Os prométtez auchi éq vos avez écrit ch'teske vous-méme, ou éq vos l’avez ércopié d’eune source din ch'donmène public, ou d’eune libe érsource.<br /> '''N’IMPLOÉYEZ POIN D'TRAVAUX ÉDSOU DROÉ D’AUTEU SINS ACOR ÉSPRÉSSE !'''",
393 'templatesused' => '{{PLURAL:$1|Modéle imploïé|Modéles imploïés}} pou chol pache:',
394 'templatesusedpreview' => '{{PLURAL:$1|Modéle imploïé|Modéles imploïés}} din chol prévue-lo:',
395 'template-protected' => '(garanti)',
396 'template-semiprotected' => '(semi-garanti)',
397 'hiddencategories' => '{{PLURAL:$1|Catégorie muchée|Catégories muchées}} pou chol pache:',
398 'permissionserrorstext-withaction' => "Vos n’avez poin l'pérmichon éd $2, pou {{PLURAL:$1|ch'motif suivant|chés motifs suivants}}:",
399
400 # History pages
401 'viewpagelogs' => 'Vir chés gasètes del pache-lo',
402 'currentrev-asof' => 'Coursaule vérchon in date du $1',
403 'revisionasof' => 'Ércordé conme $1',
404 'previousrevision' => '← érvue dvant',
405 'nextrevision' => 'Cangemint pu nouvieu →',
406 'currentrevisionlink' => 'Érvision éd qhére',
407 'cur' => 'cour',
408 'last' => 'dvant',
409 'page_first' => 'preumié',
410 'page_last' => 'darin',
411 'histlegend' => "Diff séléccion: buke chés boétes d'chés canjemints à comparète pi détriquer intrer ou ch'bouton édsou.<br />
412 Léginde : ({{MediaWiki:Cur}}) = différinches aveuc el vérchon à ch'momint-chi, ({{MediaWiki:Last}}) = différinches aveuc el vérchon édvant, <b>m</b> = tiot canjemint.",
413 'history-fieldset-title' => "S'déplacher din l'historique",
414 'histfirst' => 'preumières paches',
415 'histlast' => 'Darin',
416
417 # Revision deletion
418 'rev-delundel' => 'montrer/mucher',
419 'revdel-restore' => 'cange écmint vir',
420 'pagehist' => 'Histoère del pache',
421
422 # Merge log
423 'revertmerge' => "N'poin mélinger",
424
425 # Diffs
426 'history-title' => 'Histoère des cangemints éd "$1"',
427 'difference' => '(Diférinche intre chés érvisions)',
428 'lineno' => 'Line $1:',
429 'compareselectedversions' => 'Compérer chés couésies contérbuchons',
430 'editundo' => "n'poin foaire",
431
432 # Search results
433 'searchresults' => 'Tracher chés résultats',
434 'searchresults-title' => 'Tracher chés résultats pou "$1"',
435 'searchresulttext' => "Pou pus d'informachons quant qu'vos trachez {{SITENAME}}, vir [[{{MediaWiki:Helppage}}|{{int:help}}]].",
436 'searchsubtitle' => "Vos trachez « '''[[:$1]]''' » ([[Special:Prefixindex/$1|toutes chés paches aroutant pèr « $1 »]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|toutes chés paches qu'ont un loïen dsus « $1 »]])",
437 'searchsubtitleinvalid' => "vos trachez apreu '''$1'''",
438 'notitlematches' => "Éj déniche mie d'pache aveuc ch'tite-lo",
439 'textmatches' => 'Teske del pache déniché',
440 'notextmatches' => "I n'y o poin d'pache aveuc ch'teske-lo",
441 'prevn' => 'dvant {{PLURAL:$1|$1}}',
442 'nextn' => 'apreu {{PLURAL:$1|$1}}',
443 'prevn-title' => 'Dvant $1 {{PLURAL:$1|résultat|résultats}}',
444 'viewprevnext' => 'Vir ($1 {{int:pipe-separator}} $2) ($3)',
445 'search-result-size' => '$1 ({{PLURAL:$2|1 mot|$2 mots}})',
446 'search-redirect' => '(érdirection $1)',
447 'search-section' => '(sekchon $1)',
448 'search-suggest' => 'Cha vo ti dire: $1',
449 'search-interwiki-caption' => 'Proujé analocq',
450 'search-interwiki-default' => '$1 résultats:',
451 'search-interwiki-more' => '(pus)',
452 'search-mwsuggest-enabled' => 'aveuc avanches',
453 'search-mwsuggest-disabled' => "mie d'avanches",
454 'nonefound' => "'''Note''': il y o tasseulemint quéques éspaces éd noms éq sont trachés pèr défeut. <br /> Pou tracher din tous chés contnus (paches éd pérlache, modéles, etc... comprins) insséyer in imploéyant ch'préfixe ''all:'' o bin imploéyer echl éspace éd noms édmindé conme préfixe.",
455 'powersearch' => 'Érvue avanchée',
456 'powersearch-legend' => 'Érvue avanchée',
457 'powersearch-ns' => 'Tracher din chés éspaches éd chés noms:',
458 'powersearch-redir' => "Lisse d'chés érdirécchons",
459 'powersearch-field' => 'Tracher pou',
460
461 # Preferences page
462 'preferences' => 'Préférinches',
463 'mypreferences' => 'Mes préférinches',
464 'timezoneregion-europe' => 'Urope',
465 'youremail' => 'Imèle:',
466 'username' => "Nom d'uzeu:",
467 'uid' => 'ID dech uzeu:',
468 'prefs-memberingroups' => 'Mimbe éd {{PLURAL:$1|groupe|groupes}}:',
469 'yourrealname' => 'Vrai nom:',
470 'yourlanguage' => 'Langache:',
471 'badsiglength' => 'Vote signature est gramint longue.
472 Ale doét mie éte pu longue éq $1 {{PLURAL:$1|caracter|caractéres}}.',
473 'gender-male' => 'Marle',
474 'gender-female' => 'Femelle',
475 'email' => 'Imèle',
476 'prefs-help-email-required' => 'I feut eune iméle adérche',
477
478 # User rights
479 'userrights-groupsmember' => 'Mimbe éd:',
480
481 # Groups
482 'group-sysop' => 'Aménistrateus',
483 'group-bureaucrat' => 'Buroécrates',
484
485 'group-sysop-member' => 'Aménistrateu',
486 'group-bureaucrat-member' => 'Buroécrate',
487
488 'grouppage-sysop' => '{{ns:project}}:Aménistrateus',
489
490 # User rights log
491 'rightslog' => "Jornal d'chés droés dechl uzeu",
492
493 # Associated actions - in the sentence "You do not have permission to X"
494 'action-read' => "Vir l'pache-lo",
495 'action-edit' => "édite l'pache-lo",
496
497 # Recent changes
498 'nchanges' => '$1 {{PLURAL:$1|cange|canges}}',
499 'recentchanges' => 'Darins canjemints',
500 'recentchanges-legend' => 'Opchons éd chés nouvieus canjemints',
501 'recentchanges-feed-description' => 'Tracher chés pus darins cangemints du wiki din chol alimintachon.',
502 'rcnote' => "Vlo {{PLURAL:$1|ech darin canjemint foait|chés $1 darins canjemints foaits}} din {{PLURAL:$2|l'darinne jornèe|chés <b>$2</b> darins jours}} dusque l' $4 à $5.",
503 'rclistfrom' => "Montrer chés nouvieus cangemints d'puis $1",
504 'rcshowhideminor' => '$1 tiotes éditions',
505 'rcshowhidebots' => '$1 bots',
506 'rcshowhideliu' => '$1 lodjés uzeus',
507 'rcshowhideanons' => '$1 uzeus anonimes',
508 'rcshowhidemine' => '$1 ems éditions',
509 'rclinks' => 'Afiqher chés $1 darins canjemints din chés $2 darins jours<br />$3',
510 'diff' => 'dif',
511 'hist' => 'hist',
512 'hide' => 'Mucher',
513 'show' => 'Montrer',
514 'minoreditletter' => 'm',
515 'newpageletter' => 'N',
516 'boteditletter' => 'b',
517 'rc-enhanced-expand' => 'Montrer chés détals (i feut avoér JavaScript)',
518 'rc-enhanced-hide' => 'Mucher chés détals',
519
520 # Recent changes linked
521 'recentchangeslinked' => 'Darins canjemints érliés',
522 'recentchangeslinked-title' => 'Cangemints à pérpos éd "$1"',
523 'recentchangeslinked-summary' => "Ch'est eune lisse d'chés darins canjemints su chés paches qu'ont un loïen aveuc l'pache-lo. Chés paches din vote [[Special:Watchlist|''lisse à suire'']] il sont in '''cros'''.",
524 'recentchangeslinked-page' => 'Nom del pache:',
525 'recentchangeslinked-to' => "Vir putot chés canjemints d'chés paches aveuc un loïen su l'pache-lo",
526
527 # Upload
528 'upload' => 'Quértcher chés fichiés',
529 'uploadlogpage' => 'Jornal éd chés quértchémints',
530 'uploadedimage' => '"[[$1]]" quértchée',
531
532 # File description page
533 'filehist' => 'Histoère dech fichié',
534 'filehist-help' => "Buke su eune date/heure pou vir ch'fichié conme il étoait ach momint-lo.",
535 'filehist-current' => 'courant',
536 'filehist-datetime' => 'Date/Tans',
537 'filehist-thumb' => 'Tiote image',
538 'filehist-thumbtext' => "Image pou l'vérchon éd $1",
539 'filehist-user' => 'Uzeu',
540 'filehist-dimensions' => 'Diminsions',
541 'filehist-comment' => 'Fichié éd chés conmints',
542 'imagelinks' => 'Loïens dech fichié',
543 'linkstoimage' => "{{PLURAL:$1|L'pache d'apreu est liée|Chés $1 paches d'apreu sont liées}} à ch'fichié-lo :",
544 'sharedupload' => "Cht'fichié vient éd $1 pi i put ète imploïé par d'eutes proujés.",
545 'uploadnewversion-linktext' => 'Quértcher eune novèle vérchion del pache-lo',
546
547 # Random page
548 'randompage' => "Pache à l'bérlure",
549
550 # Statistics
551 'statistics' => 'Éstatistikes',
552
553 # Miscellaneous special pages
554 'nbytes' => '$1 {{PLURAL:$1|octé|octés}}',
555 'nmembers' => '$1 {{PLURAL:$1|mimbe|mimbes}}',
556 'prefixindex' => 'Tertous chés paches aveuc préfix',
557 'newpages' => 'Novèles paches',
558 'move' => 'Déplacher',
559 'movethispage' => "Déplacher l'pache-lo",
560 'pager-newer-n' => '{{PLURAL:$1|pu nouvieu 1|pu nouvieus $1}}',
561 'pager-older-n' => '{{PLURAL:$1|pus viu 1|pus vius $1}}',
562
563 # Book sources
564 'booksources' => 'Sources dech live',
565 'booksources-search-legend' => "Tracher chés référinches d'chés lives",
566 'booksources-go' => 'Aler',
567
568 # Special:Log
569 'log' => 'Gasètes',
570
571 # Special:AllPages
572 'allpages' => 'Tertous chés paches',
573 'alphaindexline' => '$1 à $2',
574 'prevpage' => 'Pache édvant ($1)',
575 'allpagesfrom' => 'Afiquer chés paches éq partent à:',
576 'allpagesto' => "Foaire vir chés paches qui s'términette à:",
577 'allarticles' => 'Tertous chés artikes',
578 'allinnamespace' => 'Tertous chés paches ($1 namespace)',
579 'allnotinnamespace' => 'Tertous chés paches (mie din $1 namespace)',
580 'allpagesprev' => "D'vant",
581 'allpagesnext' => "D'apreu",
582 'allpagessubmit' => 'Aler',
583 'allpagesprefix' => "Foaire vir chés paches aveuc ch'préfix:",
584
585 # Special:LinkSearch
586 'linksearch' => 'Loïens éstérieurs',
587
588 # Special:Log/newusers
589 'newuserlogpage' => 'Jornal del créachon pou echl uzeu',
590 'newuserlog-create-entry' => "Nouvieu conpte d'uzeu",
591
592 # Special:ListGroupRights
593 'listgrouprights-members' => '(lisse éd chés mimbes)',
594
595 # E-mail user
596 'emailuser' => "Imèle echl'uzeu-lo",
597 'emailpage' => 'Imèle dech uzeu',
598
599 # Watchlist
600 'watchlist' => 'Em lisse à suire',
601 'mywatchlist' => "M'lisse à suire",
602 'addedwatchtext' => "L' pache « [[:$1]] » o té rajoutée à vote [[Special:Watchlist|lisse à suire]].<br /> Chés canjemints à vnir del pache-lo pi del page éd pérlache sront mis din l'lisse. L'pache sro '''in cros''' din el [[Special:RecentChanges|lisse d'chés darins canjemints]] pou les értreuver fachilmint. Pou értirer chol pache del ''lisse à suire'', bukez su « {{MediaWiki:Unwatch}} ».",
603 'removedwatchtext' => "L'pache « [[:$1]] » o té értirée éd vote [[Special:Watchlist|lisse à suire]].",
604 'watch' => 'Suire',
605 'watchthispage' => "Suire l'pache-lo",
606 'unwatch' => "N'poin suire",
607 'watchlist-details' => "{{PLURAL:$1|$1 pache|$1 paches}} din vote lisse à suire, chés paches éd disqhuchon n'sont poin conptées.",
608 'wlshowlast' => 'Montrer darin $1 eûres $2 jours $3',
609 'watchlist-options' => 'Opchons del lisse à suire',
610
611 # Displayed when you click the "watch" button and it is in the process of watching
612 'watching' => 'Suire…',
613 'unwatching' => "n'poin suire…",
614
615 # Delete
616 'deletepage' => "Défacer l'pache",
617 'confirmdeletetext' => "Vos alez défacer eune pache ou un fichié aveuc toutes chés antieusses vérchons.<br /> Confreumer éq ch'est cho éq vos voulez foaire, éq vos conprindez chés consécanches et pi éq ch'est bin s'lon el [[{{MediaWiki:Policy-url}}|politique éd MédiaWiki]].",
618 'actioncomplete' => 'Plònne acchon',
619 'deletedtext' => $1 » o té défacé.
620 Vir $2 pou eune lisse d'chés darinnes défachons.",
621 'dellogpage' => 'jornal éd chés défacions',
622 'deletecomment' => 'Motif:',
623 'deleteotherreason' => 'Motif eute/suplémintère :',
624 'deletereasonotherlist' => 'Eute motif',
625
626 # Rollback
627 'rollbacklink' => 'èrtour',
628 'rollbackfailed' => 'Értour loupé',
629 'cantrollback' => "éj peus mie invérser l'édition;
630 ch'darin contérbucheu, ch'est ch'seu auteur del pache-lo.",
631 'alreadyrolled' => "éj pus mie invérser el darin édition éd [[:$1]] par [[User:$2|$2]] ([[User talk:$2|Talk]]{{int:pipe-separator}}[[Special:Contributions/$2|{{int:contribslink}}]]);
632 queuque-un il o édité ou invérsé l'pache déjo.
633
634 L' passèie édition del pache étoait par [[User:$3|$3]] ([[User talk:$3|Talk]]{{int:pipe-separator}}[[Special:Contributions/$3|{{int:contribslink}}]]).",
635
636 # Protect
637 'protectlogpage' => 'Gasète éd chés protéccions',
638 'protectedarticle' => '"[[$1]]" est garanti',
639 'modifiedarticleprotection' => 'canger ch\'nivieu d\'protékchon pou "[[$1]]"',
640 'protectcomment' => 'Motif:',
641 'protectexpiry' => "Date d'éspirachon:",
642 'protect_expiry_invalid' => "L'date d'éspirachon ale n'est mie possibe.",
643 'protect_expiry_old' => "L'date d'éspirachon ale est déjo érpassée.",
644 'protect-text' => "Os pouvez vir pi canger ech nivieu d'protécchon ichi pou l'pache-lo '''$1'''.",
645 'protect-locked-access' => "Vos n’avez poin chés droés pou canger chés nivieus d'protécchon des paches.<br />
646 Vlo chés réglages del pache '''$1''' à ch'momint-chi:",
647 'protect-cascadeon' => "L'pache-lo ale est garantie ker ale est incluse din {{PLURAL:$1|eune pache qu'o té garantie|des paches éq ont té garanties}} aveuc l'option « protécchon in cascate» écanillée. <br /> Os povez canger ch'nivieu d'garantie del pache mais el garantie in cascate n'sro poin cangée.",
648 'protect-default' => 'Por tertous chés uzeus',
649 'protect-fallback' => 'I feut avoèr l\'pérmission "$1"',
650 'protect-level-autoconfirmed' => 'Blotcher nouvieus pi mie-inrégistrés uzeus',
651 'protect-level-sysop' => 'Aménistrateus seulemint',
652 'protect-summary-cascade' => 'cascates',
653 'protect-expiring' => "éspire l'$1 (UTC)",
654 'protect-cascade' => "Défènne étou chés paches éq sont din l'pache-lo (protécchon in cascate)",
655 'protect-cantedit' => "Vos n'pouvez poin canjer chés nivieus d'protécchon del pache-lo aladon vos n’avez poin l'pérmichon éd foaire des modificachons.",
656 'restriction-type' => 'Pérmission',
657 'restriction-level' => 'Nivieu éd réstricchon:',
658
659 # Undelete
660 'undeletelink' => 'vir/érfoaire',
661
662 # Namespace form on various pages
663 'namespace' => 'Éspace du nom:',
664 'invert' => 'Invérser el sélékchon',
665 'blanknamespace' => '(Moaite)',
666
667 # Contributions
668 'contributions' => 'Contérbuchons dechl uzeu',
669 'contributions-title' => 'Contérbuchons dechl uzeu à pérpos éd $1',
670 'mycontris' => 'Ems contérbuchons',
671 'contribsub2' => 'Pou $1 ($2)',
672 'uctop' => '(darin)',
673 'month' => "Dpuis ch'moés (pi édvant)",
674 'year' => 'Del innée (pi avint)',
675
676 'sp-contributions-newbies' => 'Montrer chés contérbuchons éd chés nouvieus conptes seulemint',
677 'sp-contributions-blocklog' => 'jornal éd chés blotcåjhes',
678 'sp-contributions-search' => 'Tracher pou chés contérbuchons',
679 'sp-contributions-username' => "Adérche IP ou nom d'uzeu",
680 'sp-contributions-toponly' => "n'montrer qu'chés darins canjemints",
681 'sp-contributions-submit' => 'Tracher',
682
683 # What links here
684 'whatlinkshere' => 'Cha lie quoé ichi',
685 'whatlinkshere-title' => 'Paches qu\'il ont des loïens aveuc "$1"',
686 'whatlinkshere-page' => 'Pache:',
687 'linkshere' => "Chés paches-lo il sont érliées à '''[[:$1]]''':",
688 'nolinkshere' => "i n'y o poin d'pache aveuc un loïen vers '''[[:$1]]'''.",
689 'nolinkshere-ns' => "i n'y o poin d'pache aveuc un loïen vers '''[[:$1]]''' dins echl'éspace d'noms coési.",
690 'isredirect' => 'pache érdirigée',
691 'istemplate' => 'transclusion',
692 'isimage' => "Loïen aveuc l'imache",
693 'whatlinkshere-prev' => '{{PLURAL:$1|édvant|édvants $1}}',
694 'whatlinkshere-next' => "{{PLURAL:$1|d'apreu|d'apreu $1}}",
695 'whatlinkshere-links' => '← loïens',
696 'whatlinkshere-hideredirs' => '$1 érdireccions',
697 'whatlinkshere-hidetrans' => 'transclusions éd $1',
698 'whatlinkshere-hidelinks' => '$1 loïens',
699 'whatlinkshere-hideimages' => '$1 chés loïés fichiés',
700 'whatlinkshere-filters' => 'Filtes',
701
702 # Block/unblock
703 'blockip' => "Blotcher l'uzeu",
704 'blockip-title' => "Blotcher l'uzeu",
705 'blockip-legend' => "Blotcher l'uzeu",
706 'blockiptext' => "Uzer dech teske-lo pour blotcher l’ahérse aux canjemints foaits dpui eune adrèche IP éspéchifique o bin d’un nom d’uzeu.
707 I feut l'foaire seleumint pour inréyer ech vindalime et pi i feut ète acordant aveuc chés [[{{MediaWiki:Policy-url}}|usages intérnes]].
708 Donner apré ch'motif (pèr egzimpe chiter chés paches qu'ont té vindalisées).",
709 'ipboptions' => '2 heures:2 hours,1 jour:1 day,3 jours:3 days,1 ésminne:1 week,2 ésminnes:2 weeks,1 moés:1 month,3 moés:3 months,6 moés:6 months,1 an:1 year,infini:infinite',
710 'ipbotheroption' => 'eute',
711 'ipblocklist' => "Adréches IP pi noms d'uzeu blotchés",
712 'blocklink' => 'blotcher',
713 'unblocklink' => 'déblotcher',
714 'change-blocklink' => 'cange ech block',
715 'contribslink' => 'contérbuchons',
716 'blocklogpage' => 'jornal éd chés paches blotchées',
717 'blocklogentry' => '[[$1]] est blotché aveuc eune durèe éd $2 $3',
718 'unblocklogentry' => '$1 est déblotché',
719 'block-log-flags-nocreate' => "créhachon d'conpte intérdite",
720
721 # Move page
722 'movepagetext' => "Implouéyez ch'formuloére édsou pou érlonmer éne pache, in déplachant tout sin histoérique vers ch'nouvieu nom. Echl’anthiu tite i varo eune pache éd érdirécchon vers ch'nouvieu tite. Os povez métte à jour oùtonmatiquemint chés érdirécchons à ch'momint-chi qu' pointette vers ch'tite original. <br /> Si os couésiyez éd n'poin l'foaire, os d'vez vérifier toute [[Special:DoubleRedirects|doube érdirécchon]] ou [[Special:BrokenRedirects|bérsiée érdirécchon]].<br /> Vos avez el résponsabilité d'vérifier éq chés loïens continuette éd pointer vers leu déstinnachon prévue.
723
724 Notez éq l'pache n'éro '''poin''' déplachée s’il essiste déjo eune pache aveuc ch'nouvieu tite, sauf si l'pache o un histoérique éd canjemints vièrge , vide ou est éne simpe érdiréctchn. Cha pérmet d'érlonmer eune pache vers esn posicion d’origine si ch'déplachemint est éne berlure.
725
726 '''AFUTE !'''<br />
727 Cha put provoquer un canjemint radical pi imprévu pou eune pache souvint arbéyée ; vos dvez vos asseurer d’avoér conpérte chés consécanches dvint d'continuer.",
728 'movepagetalktext' => "L'pache éd pérlache achochonnèe sro oùtonmatiquemint érlonmée aveuc l'pache-lo ''' hormis si: ''' <br />
729 *eune pache éd pérlache aveuc un teske essiste aveuc ch'nom-lo piécha, ou
730 *os débiffez el casse édzou.
731
732 Din chés cas-lo, I feut érlonmer ou ratatouiller l'pache aveuc l'main.",
733 'movearticle' => "Déplacer l'pache",
734 'newtitle' => 'Pou un nouvieu tite:',
735 'move-watch' => "Suire l'pache-lo",
736 'movepagebtn' => "Déplacer l'pache",
737 'pagemovedsub' => 'Déplachemint réussi',
738 'movepage-moved' => '\'\'\'"$1" o té déplaché su "$2"\'\'\'',
739 'articleexists' => "Il y o eune pache aveuc ch'nom-lo dja, ou bin ch'tite couési n'est poin valabe. <br /> I feut in prinde un eute",
740 'talkexists' => "'''L'pache ale o té déplachée mais l'pache d'pérlache n'put poin éte déplachée ker il y o pécho eune pache d'pérlache aveuc ch'nouvieu nom. <br /> I feut foaire un touillache al main.'''",
741 'movedto' => 'Déplaché dsus',
742 'movetalk' => "Canjer ch'nom del pache d'pérlache apparièe",
743 'movelogpage' => 'Jornal éd chés déplachemints',
744 'movereason' => 'Motif:',
745 'revertmove' => 'invérser',
746
747 # Export
748 'export' => 'Ésporter chés paches',
749
750 # Thumbnails
751 'thumbnail-more' => 'Pu grand',
752
753 # Tooltip help for the actions
754 'tooltip-pt-userpage' => 'Vote pache éd uzeu',
755 'tooltip-pt-mytalk' => "Vote pache d'pérlache",
756 'tooltip-pt-preferences' => 'Vos préférinches',
757 'tooltip-pt-watchlist' => "El lisse d'chés paches éq vos suivez chés canjemints",
758 'tooltip-pt-mycontris' => 'Lisse éd vos contérbuchons',
759 'tooltip-pt-login' => "vos ètes incoradjé éd vos lodjé; portanne ch'est mie oblidjé",
760 'tooltip-pt-logout' => 'Sortir',
761 'tooltip-ca-talk' => 'Distchussion à pérpos del pache-lo',
762 'tooltip-ca-edit' => 'Os pouvez éditer l\'pache-lo.
763 Mérci d\'imploéyer ch\'bouton "vir" édvant éd "warder"',
764 'tooltip-ca-addsection' => 'Débuter eune novèle sekchon',
765 'tooltip-ca-viewsource' => "Cht' pache-lo ale est garantie.
766
767 Os pouvez vir l'source",
768 'tooltip-ca-history' => 'Antieus canjemints éd chol pache-lo',
769 'tooltip-ca-protect' => "Garantir l'pache-lo",
770 'tooltip-ca-delete' => "Défacer l'pache-lo",
771 'tooltip-ca-move' => "Déplacher l'pache",
772 'tooltip-ca-watch' => "Ajouter l'pache-lo à vo lisse à suire",
773 'tooltip-ca-unwatch' => "Értirer l'pache-lo d'vote lisse à suire",
774 'tooltip-search' => 'Tracher {{SITENAME}}',
775 'tooltip-search-go' => "Aler à l'pache aveuc ech meume jusse nom s'il y in o eune",
776 'tooltip-search-fulltext' => "Tracher chés paches aveuc ch'teske-lo",
777 'tooltip-p-logo' => "Aler vir l'moaite pache",
778 'tooltip-n-mainpage' => "Vir l'pache princhipale",
779 'tooltip-n-mainpage-description' => "Vir l'moaite pache",
780 'tooltip-n-portal' => "à pérpos dech proujé, quô qu'vos pouvez foaire, d'ou trouvoér des coses",
781 'tooltip-n-currentevents' => "Trouvoér des informachons d'base su l’darinneté dech momint-lo",
782 'tooltip-n-recentchanges' => "Lisse éd chés darins canjemints din ch'wiki",
783 'tooltip-n-randompage' => 'Quértcher eune aléatoère pache',
784 'tooltip-n-help' => "L'plache à trouvoér",
785 'tooltip-t-whatlinkshere' => "Lisser tertous ches paches wiki qu'sont liées ichi",
786 'tooltip-t-recentchangeslinked' => "Nouvieus cangemints din chés paches érliées aveuc l'pache-lo",
787 'tooltip-feed-rss' => "RSS pipe pou l'pache-lo",
788 'tooltip-feed-atom' => 'Fil Atom pou chol pache',
789 'tooltip-t-contributions' => "Vir l'lisse éd chés contérbuchons dech uzeu-lo",
790 'tooltip-t-emailuser' => "Éspédier un imèle à cht'uzeu-lo",
791 'tooltip-t-upload' => 'Quértcher chés fichiés',
792 'tooltip-t-specialpages' => 'Lisse éd tous chés paches éspéchiales',
793 'tooltip-t-print' => 'Imprimabe vérchon del pache-lo',
794 'tooltip-t-permalink' => "Loïen définitive aveuc cht'canjemint del pache",
795 'tooltip-ca-nstab-main' => "Vir echl'étnu del pache",
796 'tooltip-ca-nstab-user' => 'Vir el pache dech uzeu',
797 'tooltip-ca-nstab-special' => "Ch'est eune pache éspéchiale, os n'pouvez poin éditer l'pache-lo",
798 'tooltip-ca-nstab-project' => "Vir l'pache dech proujé",
799 'tooltip-ca-nstab-image' => "Vir ch'fichié del pache",
800 'tooltip-ca-nstab-template' => "Vir ch'modèle",
801 'tooltip-ca-nstab-category' => 'Vir el pache del catégorie',
802 'tooltip-minoredit' => 'Mértcher cho conme eune tiote édition',
803 'tooltip-save' => 'Seuver vos cangemints',
804 'tooltip-preview' => "Prévir vos cangemints, uzer cha édvant d'inr'gister mérci!",
805 'tooltip-diff' => "Montrer chés cangemints éq'vos avez foait din ch'teske-lo",
806 'tooltip-compareselectedversions' => 'Vir chés diférinches intre chés deus couésies vérchons del pache-lo',
807 'tooltip-watch' => 'Ajouter chol pache-lo à vo lisse à suire',
808 'tooltip-rollback' => '« Racacher » cancéle aveuc un clic el (ou chés) modificachon(s) del pache-lo pèr sin darin contérbucheu.',
809 'tooltip-undo' => "« Undo » ( ''démangler'' ) értire ch'canjemint-lo pi ouvre l' fénéte d'édichon din ch'mode ''prévir''. <br /> In put mette un motif din ch'résumé.",
810 'tooltip-preferences-save' => 'Warder chés préférinches.',
811
812 # Browsing diffs
813 'previousdiff' => '← Pu vieille édition',
814 'nextdiff' => 'Nouvèle édichon →',
815
816 # Media information
817 'file-info-size' => '$1 × $2 picséls, diminchon dech fichié: $3, MIME tipe: $4',
818 'file-nohires' => 'Poin éd pu grande résoluchon possibe.',
819 'svg-long-desc' => 'Fichié SVG, résoluchon éd $1 × $2 picsels, diminchon: $3',
820 'show-big-image' => 'Plinne résoluchon',
821
822 # Bad image list
823 'bad_image_list' => "Ch'format ch'est:
824
825 In érbéye seulemint chés lisses éd limérachon (aveuc * al copéte). <br /> Ech preumié loïen d'eune line i doét éte échti d'eune méchante image. <br /> Chés eutes loïens su el méme line s'ront érbéyés conme des éssékcions, pèr eximpe des paches où l'image put aparoète.",
826
827 # Metadata
828 'metadata' => 'Metadata',
829 'metadata-help' => "Ech fichié-lo i conprinte des informacions métadatas éq ils sont suremint rajoutées par echl’apàrèl foto limérique ou ech éscanère utilisé pou l' créer.<br /> Si ch' fichié o té canjé dpui sin étot avoyé, quéques détals peute n'poin corésponne à l’imache modifiée.",
830 'metadata-expand' => 'Montrer chés métadatas del imache',
831 'metadata-collapse' => 'Mucher chés métadatas del imache',
832 'metadata-fields' => "Chés cans d'chés métadonnées EXIF afiqués din ch'messache-lo is s'ront mis din l'pache d'édvisse éd l'image quant el tabe d'chés métadonnées ale s'ro rapetichée.<br />
833 Chés eutes cans is s'ront muchés pèr défeut.
834 * make
835 * model
836 * datetimeoriginal
837 * exposuretime
838 * fnumber
839 * isospeedratings
840 * focallength
841 * artist
842 * copyright
843 * imagedescription
844 * gpslatitude
845 * gpslongitude
846 * gpsaltitude",
847
848 # External editor support
849 'edit-externally' => "Éditer ch'fichié-lo aveuc eune éstérne aplicachon",
850 'edit-externally-help' => '(Vir [http://www.mediawiki.org/wiki/Manual:External_editors/fr chés instruccions d’installachon] pou pus d’informachons)',
851
852 # 'all' in various places, this might be different for inflected languages
853 'watchlistall2' => 'tertous',
854 'namespacesall' => 'tous',
855 'monthsall' => 'tertous',
856
857 # Multipage image navigation
858 'imgmultipageprev' => '← pache édvant',
859
860 # Table pager
861 'table_pager_next' => 'Pache apré',
862 'table_pager_first' => 'Prumière pache',
863 'table_pager_last' => 'Darinne pache',
864
865 # Watchlist editing tools
866 'watchlisttools-view' => 'Vir chés consécants cangemints',
867 'watchlisttools-edit' => "Vir pi éditer l'lisse à suire",
868 'watchlisttools-raw' => 'Éditer eune brute lisse à suire',
869
870 # Special:Version
871 'version-specialpages' => 'Paches éspéchiales',
872
873 # Special:FilePath
874 'filepath-page' => 'Fichié :',
875
876 # Special:SpecialPages
877 'specialpages' => 'Paches éspéchiales',
878 'specialpages-group-users' => 'Uzeus pi leus droués',
879 'specialpages-group-pages' => "Lisses d'chés paches",
880
881 # Special:BlankPage
882 'blankpage' => 'Blanke pache',
883
884 # Special:ComparePages
885 'compare-page1' => 'Pache 1',
886 'compare-page2' => 'Pache 2',
887 'compare-rev1' => 'Canjemint 1',
888 'compare-rev2' => 'Canjemint 2',
889 'compare-submit' => 'Aconparer',
890
891 # Database error messages
892 'dberr-header' => 'Ech wiki-lo il o dés problémes',
893
894 # HTML forms
895 'htmlform-reset' => "n'poin foaire chés canjemints",
896
897 );