mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-12 01:09:31 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I41b0b7bef1adc81d88923c6f099ccb18a40929ec
This commit is contained in:
parent
ef8c884cea
commit
e494d3c536
|
@ -6,6 +6,7 @@
|
|||
},
|
||||
"rss-desc": "Mostra unha fonte de novas RSS nunha páxina wiki",
|
||||
"rss-tracking-category": "Páxinas con fontes de novas RSS",
|
||||
"rss-tracking-category-desc": "A páxina ten unha fonte de novas RSS.",
|
||||
"rss-error": "Erro ao cargar a fonte de novas RSS de \"$1\": $2",
|
||||
"rss-empty": "Erro ao cargar a fonte de novas RSS de \"$1\"!",
|
||||
"rss-fetch-nourl": "Non deu ningún enderezo URL!",
|
||||
|
@ -16,4 +17,4 @@
|
|||
"rss-empty-whitelist": "\"$1\" non se atopa na lista branca das fontes de novas permitidas. Non hai enderezos URL de fontes de novas permitidos na lista branca.",
|
||||
"rss-deprecated-wgrssallowedfeeds-found": "Detectouse a variable anticuada $wgRSSAllowedFeeds. Desde a versión 2.0 de RSS, cómpre substituír esta variable por $wgRSSUrlWhitelist segundo está descrito no manual Extension:RSS.",
|
||||
"rss-feed": "<!-- os seguintes son dous modelos alternativos. O primeiro é o modelo por defecto básico para as fontes de novas -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- non empregar unha liña nova aquí --><!-- O segundo é unha versión mellora que necesita Extension:ParserFunctions --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
"authors": [
|
||||
"Mitchel Corstjens",
|
||||
"SPQRobin",
|
||||
"Siebrand"
|
||||
"Siebrand",
|
||||
"Southparkfan"
|
||||
]
|
||||
},
|
||||
"rss-desc": "Biedt een RSS-feed voor een wikipagina",
|
||||
"rss-tracking-category": "Pagina's met RSS-feeds",
|
||||
"rss-tracking-category-desc": "De pagina heeft een RSS-feed.",
|
||||
"rss-error": "Kon RSS-feed van $1 niet laden, fout: $2",
|
||||
"rss-empty": "Kon RSS-feed van $1 niet laden!",
|
||||
"rss-fetch-nourl": "Fetch is aangeroepen zonder een URL!",
|
||||
|
@ -18,4 +20,4 @@
|
|||
"rss-empty-whitelist": "\"$1\" staat niet in de witte lijst met toegestane feeds. Er staan op het moment geen toegestane feed-URL's in de witte lijst.",
|
||||
"rss-deprecated-wgrssallowedfeeds-found": "De uit te faseren variabele $wgRSSAllowedFeeds is aangetroffen. Sinds RSS versie 2.0 is deze variabele vervangen door $wgRSSUrlWhitelist zoals beschreven in de handleiding voor Extension:RSS.",
|
||||
"rss-feed": "<!-- Hieronder staan twee alternatieve sjablonen. Het eerste is het standaardsjabloon voor feeds. -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''\n: {{{description}}}\n: {{{author}}} {{{date}}}<!-- Hier geen nieuwe regel starten. --><!-- Het tweede sjabloon is een verbeterde versie waarvoor de uitbreiding ParserFunctions nodig is. --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: — {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: — {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue