mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 17:20:12 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I80cdfd058e0683847aa0ae502bd0e684aed5faa0
This commit is contained in:
parent
36320b4a43
commit
61ac080e7d
|
@ -25,7 +25,7 @@
|
|||
"linter-category-html5-misnesting-desc": "Estas etiquetas mal anidadas tendrán un comportamiento distinto en HTML5 en comparación con HTML4.",
|
||||
"linter-category-inline-media-caption": "Medios de comunicación en línea con subtítulos",
|
||||
"linter-category-misc-tidy-replacement-issues": "Otros problemas",
|
||||
"linter-category-misc-tidy-replacement-issues-desc": "Estas páginas tienen otros problemas que afectan a su representación al reemplazarse Tidy",
|
||||
"linter-category-misc-tidy-replacement-issues-desc": "Estas páginas tienen otros problemas que hacen que se muestren de manera distinta a como lo hacían anteriormente",
|
||||
"linter-category-misnested-tag": "Etiquetas mal anidadas",
|
||||
"linter-category-misnested-tag-desc": "Estas páginas tienen etiquetas mal anidadas que se podrían arreglar.",
|
||||
"linter-category-missing-end-tag": "Etiqueta de cierre faltante",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"Wladek92"
|
||||
]
|
||||
},
|
||||
"linterrors": "Erreurs de lint",
|
||||
"linterrors": "Erreurs d’analyse Lint",
|
||||
"linter-category-bogus-image-options": "Options de fichier factices",
|
||||
"linter-category-bogus-image-options-desc": "Ces pages ont des fichiers avec des options factices.",
|
||||
"linter-category-deletable-table-tag": "Balise de tableau qui devrait être supprimée",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"linter-category-unclosed-quotes-in-heading-desc": "Ces pages ont une citation non close dans l’entête, qui amène un débordement de la table des matières.",
|
||||
"linter-category-wikilink-in-extlink": "Liens dans les liens",
|
||||
"linter-category-wikilink-in-extlink-desc": "Ces pages ont des liens wiki dans des liens externes devant être corrigés",
|
||||
"linter-desc": "Tracer les erreurs de lint depuis un service externe et les afficher aux utilisateurs",
|
||||
"linter-desc": "Tracer les erreurs d’analyse Lint depuis un service externe et les afficher aux utilisateurs",
|
||||
"linter-lints-for-single-page-desc": "Afficher toutes les erreurs du linteur pour une page spécifique",
|
||||
"linter-invalid-title": "Espace de noms ou nom de page introuvable ou mal formé",
|
||||
"linter-form-namespace": "Espace de noms :",
|
||||
|
@ -90,8 +90,8 @@
|
|||
"linter-pager-tidy-whitespace-bug-details": "Anomalie de l’analyse des blancs",
|
||||
"linter-pager-title-header": "Titre de la page",
|
||||
"linter-pager-unclosed-quotes-in-heading-details": "Apostrophes non fermées dans un titre, qui débordent de la table des matières",
|
||||
"linterrors-subpage": "Erreurs de lint : $1",
|
||||
"linterrors-subpage": "Erreurs d’analyse Lint : $1",
|
||||
"linterrors-summary": "<strong>Note</strong> : Les compteurs pour les catégories ne sont pas justes, mais basés sur des estimations.",
|
||||
"multi-part-template-block": "Résultat fourni par plus d'un modèle",
|
||||
"pageinfo-linter": "Erreurs de Lint"
|
||||
"pageinfo-linter": "Erreurs d’analyse Lint"
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"linter-category-wikilink-in-extlink-desc": "Description of category\n\nSimilar messages:\n* {{msg-mw|Linter-category-bogus-image-options-desc}}\n* {{msg-mw|Linter-category-deletable-table-tag-desc}}\n* {{msg-mw|Linter-category-fostered-desc}}\netc.",
|
||||
"linter-desc": "{{desc|name=Linter|url=https://www.mediawiki.org/wiki/Extension:Linter}}",
|
||||
"linter-lints-for-single-page-desc": "Heading for form section that allows user to show all linter errors for a specific page",
|
||||
"linter-invalid-title": "Error message for linter for single page - not found or malformed namespace and-or pagename",
|
||||
"linter-invalid-title": "Error message for lint errors for single page - not found or malformed namespace and-or pagename",
|
||||
"linter-form-namespace": "Label for select field on Special:LintErrors\n{{Identical|Namespace}}",
|
||||
"linter-form-title-prefix": "Label for text field to specify a page title prefix select criteria",
|
||||
"linter-heading-high-priority": "Heading on [[Special:LintErrors]]",
|
||||
|
|
Loading…
Reference in a new issue