mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-24 00:04:35 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ic52779b5494cbfbe40b6aad65e3adefc2ae0b273
This commit is contained in:
parent
d5b4aa677a
commit
805d532275
|
@ -15,7 +15,10 @@
|
|||
"apihelp-query+extracts-param-limit": "Combien d’extraits à retourner (des extraits multiples peuvent être retournés si « exintro » est mis à « true »).",
|
||||
"apihelp-query+extracts-param-intro": "Retourner uniquement le contenu précédant la première section.",
|
||||
"apihelp-query+extracts-param-plaintext": "Retourner les extraits au format texte brut au lieu de HTML limité.",
|
||||
"apihelp-query+extracts-param-sectionformat": "Comment mettre en forme les sections en mode texte brut: ;plain:Pas de mise en forme.\n;wiki:mise en forme dans le style Wiki (== comme ceci ==).\n;raw:en format de représentation interne de ce module (les titres de section préfixés avec <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).",
|
||||
"apihelp-query+extracts-param-sectionformat": "Comment mettre en forme les sections en mode texte brut:",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-plain": "Pas de formatage.",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-wiki": "Formatage de style Wikitext (== comme ceci ==).",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-raw": "La représentation de ce module (section titres préfixée avec <ASCII 1><ASCII 2><section level><ASCII 2><ASCII 1>).",
|
||||
"apihelp-query+extracts-example-1": "Obtenir un extrait de 175 caractères",
|
||||
"apiwarn-textextracts-limit": "<var>exlimit</var> était trop grand pour une requête d'extraction d'article complet, réduit à $1.",
|
||||
"apiwarn-textextracts-unsupportedmodel": "$1 a le modèle de contenu $2, qui n’est pas pris en charge ; renvoi d’un extrait vide.",
|
||||
|
|
|
@ -10,7 +10,10 @@
|
|||
"apihelp-query+extracts-param-limit": "Колку извадоци да се дадат. (Ќе се дадат повеќе извадоци само exintro е наместен на true)",
|
||||
"apihelp-query+extracts-param-intro": "Дај го само воведниот дел пред првиот оддел.",
|
||||
"apihelp-query+extracts-param-plaintext": "Давај ги извадоците како прост текс или ограничен HTML.",
|
||||
"apihelp-query+extracts-param-sectionformat": "Како да се форматираат одделите во прост текст:\n;plain: Без форматирање.\n;wiki: во викитекстуален стил (== Вака ==).\n;raw: Внатрешното претставување на модулов (називите на одделите добиваат претставки <ASCII 1><ASCII 2><ниво на одделот><ASCII 2><ASCII 1>).",
|
||||
"apihelp-query+extracts-param-sectionformat": "Како да се форматираат одделите во прост текст:",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-plain": "Без форматирање.",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-wiki": "Викитекстуално форматирање (== вака ==).",
|
||||
"apihelp-query+extracts-paramvalue-sectionformat-raw": "Внатрешната претстава на овој модул (насловите на одделните со претставка <ASCII 1><ASCII 2><ниво на насловот><ASCII 2><ASCII 1>).",
|
||||
"apihelp-query+extracts-example-1": "Дај извадок во 175 знаци",
|
||||
"apiwarn-textextracts-limit": "<var>exlimit</var> е преголемо за точно барање од цела статија. Го намалив на $1.",
|
||||
"apiwarn-textextracts-unsupportedmodel": "$1 го има содржинскиот модел $2, кој не е поддржан. Давам празен извадок.",
|
||||
|
|
Loading…
Reference in a new issue