mediawiki-extensions-TextEx.../TextExtracts.i18n.php
Translation updater bot f36158e53b Localisation updates from https://translatewiki.net.
Change-Id: I8a1924b72fb024a8761ee387dd7772a491014f86
2014-02-20 21:07:10 +00:00

154 lines
4.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Internationalisation for TextExtracts
*
* @file
* @ingroup Extensions
*/
$messages = array();
/** English
*/
$messages['en'] = array(
'textextracts-desc' => 'Provides plain-text or limited HTML extracts of page content',
);
/** Message documentation (Message documentation)
*/
$messages['qqq'] = array(
'textextracts-desc' => '{{desc}}',
);
/** Asturian (asturianu)
* @author Xuacu
*/
$messages['ast'] = array(
'textextracts-desc' => 'Ufre estractos del conteníu de la páxina en testu simple o HTML llimitáu',
);
/** Chechen (нохчийн)
* @author Умар
*/
$messages['ce'] = array(
'textextracts-desc' => 'АгӀонийн чулацаман дешнаш лата до йозан я HTML-форматехь',
);
/** German (Deutsch)
* @author Metalhead64
*/
$messages['de'] = array(
'textextracts-desc' => 'Stellt Auszüge aus Seiten in Klartext oder beschränktem HTML zur Verfügung',
);
/** Lower Sorbian (dolnoserbski)
* @author Michawiki
*/
$messages['dsb'] = array(
'textextracts-desc' => 'Staja wupise wopsimjeśa boka w lutnem teksće abo wobgranicowanem HTML k dispoziciji',
);
/** Spanish (español)
* @author Fitoschido
*/
$messages['es'] = array(
'textextracts-desc' => 'Proporciona extractos del contenido de una página en texto sencillo o HTML limitado',
);
/** French (français)
* @author Gomoko
*/
$messages['fr'] = array(
'textextracts-desc' => 'Fournit des extraits en texte brut ou en HTML limité du contenu de la page',
);
/** Galician (galego)
* @author Toliño
*/
$messages['gl'] = array(
'textextracts-desc' => 'Proporciona extractos de texto do contido da páxina sen formato ou con HTML limitado',
);
/** Hebrew (עברית)
* @author Amire80
*/
$messages['he'] = array(
'textextracts-desc' => 'יצירת קטעים של תוכן הדפים בטקסט בפשוט או ב־HTML מוגבל',
);
/** Upper Sorbian (hornjoserbsce)
* @author Michawiki
*/
$messages['hsb'] = array(
'textextracts-desc' => 'Staja wupisy wobsaha strony w lutym teksće abo wobmjezowanym HTML k dispoziciji',
);
/** Italian (italiano)
* @author Beta16
*/
$messages['it'] = array(
'textextracts-desc' => 'Fornisce estratti in testo semplice o HTML dal contenuto della pagina',
);
/** Japanese (日本語)
* @author Shirayuki
*/
$messages['ja'] = array(
'textextracts-desc' => 'ページ本文を抽出したプレーンテキストまたは制限付き HTML を提供する',
);
/** Korean (한국어)
* @author Priviet
*/
$messages['ko'] = array(
'textextracts-desc' => '문서 내용을 추출한 일반 텍스트나 제한된 HTML을 제공',
);
/** Colognian (Ripoarisch)
* @author Purodha
*/
$messages['ksh'] = array(
'textextracts-desc' => 'Määt bejränz Ußzööje vun Sigge em HTML udder als Täx möjjelesch.',
);
/** Macedonian (македонски)
* @author Bjankuloski06
*/
$messages['mk'] = array(
'textextracts-desc' => 'Дава извадоци од содржината на страницата во прост текст или ограничен HTML',
);
/** Malayalam (മലയാളം)
* @author Praveenp
*/
$messages['ml'] = array(
'textextracts-desc' => 'താളിന്റെ ഉള്ളടക്കം വെറും-എഴുത്തായോ, ഭാഗികമായി എച്ച്.റ്റി.എം.എൽ. ആയോ എടുക്കൽ അനുവദിക്കുന്നു',
);
/** Russian (русский)
* @author Okras
*/
$messages['ru'] = array(
'textextracts-desc' => 'Предоставляет выдержки содержимого страниц в текстовом или ограниченном HTML-формате',
);
/** Ukrainian (українська)
* @author Andriykopanytsia
*/
$messages['uk'] = array(
'textextracts-desc' => 'Забезпечує видобування звичайного текст або обмеженого HTML із вмісту сторінки',
);
/** Vietnamese (Tiếng Việt)
* @author Minh Nguyen
*/
$messages['vi'] = array(
'textextracts-desc' => 'Tóm lược nội dung trang dưới dạng văn bản thuần hoặc HTML đơn giản',
);
/** Simplified Chinese (中文(简体)‎)
* @author Yfdyh000
*/
$messages['zh-hans'] = array(
'textextracts-desc' => '提供纯文本或有限的HTML页面内容提取',
);